This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Change the regression test added by 26410 to use test.pl; this makes
[perl5.git] / Changes
1 Please note: This file provides a complete, temporally ordered log of
2 changes that went into every version of Perl.  If you'd like more
3 detailed information, please consult the comments in the individual
4 patches posted to the perl5-porters mailing list.  Patches for each
5 individual change may also be obtained through ftp and rsync--see
6 pod/perlhack.pod for the details.
7
8 For information on what's new in this release, see pod/perldelta.pod.
9
10 [The "CAST AND CREW" list has been moved to AUTHORS.]
11
12 NOTE: Each change entry shows the change number; who checked it into the
13 repository; when; description of the change; which branch the change
14 happened in; and the affected files.  The file lists have a short symbolic
15 indicator:
16
17             !       modified
18             +       added
19             -       deleted
20             +>      branched (from elsewhere)
21             !>      merged changes (from elsewhere)
22
23 The Message-Ids in the change entries refer to the email messages sent
24 to the perl5-porters mailing list.  You can retrieve the messages for
25 example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/
26
27 --------------
28 Version v5.9.X          Development release working toward v5.10
29 --------------
30
31 ____________________________________________________________________________
32 [ 26659] By: steveh                                on 2006/01/05  16:22:50
33         Log: Subject: MinGW and lib/CORE/Win32.h
34              From: "Sisyphus" <sisyphus1@optusnet.com.au>
35              Date: Wed, 4 Jan 2006 21:29:19 +1100
36              Message-ID: <024301c61119$bca4a840$e201140a@desktop>
37      Branch: perl
38            ! win32/win32.h
39 ____________________________________________________________________________
40 [ 26658] By: rgs                                   on 2006/01/05  15:33:32
41         Log: Install less README files
42      Branch: perl
43            ! installperl
44 ____________________________________________________________________________
45 [ 26657] By: rgs                                   on 2006/01/05  14:36:40
46         Log: Remove old Pod::Man parser creation.
47              Fix a run-time warning.
48      Branch: perl
49            ! installman
50 ____________________________________________________________________________
51 [ 26656] By: stevep                                on 2006/01/05  14:33:16
52         Log: Change installman to instantiate a new Pod::Man instance for each
53              file processed.  This is now required with podlators-2.0.
54      Branch: perl
55            ! installman
56 ____________________________________________________________________________
57 [ 26655] By: steveh                                on 2006/01/05  09:21:52
58         Log: Reorder changes made in change 26630
59              
60              (Keep the order in win32/config.* and win32/config_H.* the same as in
61              Configure and config_H.SH for easier diffing)
62      Branch: perl
63            ! win32/config.bc win32/config.gc win32/config.vc
64            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
65            ! win32/config_H.vc win32/config_H.vc64
66 ____________________________________________________________________________
67 [ 26654] By: steveh                                on 2006/01/04  17:57:14
68         Log: Run regen.pl (Just updating copyright years)
69      Branch: perl
70            ! embed.h embedvar.h global.sym opcode.h perlapi.c perlapi.h
71            ! proto.h
72 ____________________________________________________________________________
73 [ 26653] By: steveh                                on 2006/01/04  17:49:38
74         Log: Don't try to export PL_my_ctx_mutex and PL_my_cxt_* when
75              PERL_IMPLICIT_CONTEXT is not defined
76              
77              Fixes non-threaded build errors on Win32 following change 26523
78      Branch: perl
79            ! makedef.pl
80 ____________________________________________________________________________
81 [ 26652] By: rgs                                   on 2006/01/04  17:19:37
82         Log: More copyright updates
83      Branch: perl
84            ! cop.h dump.c gv.c gv.h handy.h locale.c op.c perlio.c
85            ! pp_pack.c sv.h thread.h universal.c xsutils.c
86 ____________________________________________________________________________
87 [ 26651] By: rgs                                   on 2006/01/04  16:50:47
88         Log: Subject: Re: [patch] optimized constant subs are cool, teach B::Concise about them
89              From: Jim Cromie <jim.cromie@gmail.com>
90              Date: Tue, 03 Jan 2006 23:18:09 -0700
91              Message-ID: <43BB68A1.7060708@gmail.com>
92              
93              With syntactic tweaks to the test file
94      Branch: perl
95            ! ext/B/B/Concise.pm ext/B/t/concise-xs.t
96            ! ext/B/t/optree_constants.t
97 ____________________________________________________________________________
98 [ 26650] By: gisle                                 on 2006/01/04  16:42:03
99         Log: Move all the xxxpvs() macros to handy.h.
100              This brings them closer to STR_WITH_LEN.  Besides only half
101              of them were sv-related after change 26649.
102      Branch: perl
103            ! handy.h sv.h
104 ____________________________________________________________________________
105 [ 26649] By: gisle                                 on 2006/01/04  16:15:34
106         Log: Make the new STR_WITH_LEN() affected compile under -Dusethreads.
107              Can't use STR_WITH_LEN() as argument to a macro :-(
108      Branch: perl
109            ! gv.c locale.c mg.c perl.c perlio.c pp_sys.c sv.c sv.h toke.c
110 ____________________________________________________________________________
111 [ 26648] By: gisle                                 on 2006/01/04  14:23:20
112         Log: Add an extra NUL so that we can use sv_catpvs()
113              for "our @F=split..." and get rid of 15 and the
114              explaination for why it's there.
115      Branch: perl
116            ! toke.c
117 ____________________________________________________________________________
118 [ 26647] By: gisle                                 on 2006/01/04  14:10:34
119         Log: Get rid of hardcoded string length.
120      Branch: perl
121            ! thread.h
122 ____________________________________________________________________________
123 [ 26646] By: gisle                                 on 2006/01/04  14:04:16
124         Log: Introduce newSVpvs_share() macro.
125              Gets rid of some hardcoded string lengths.
126      Branch: perl
127            ! op.c perl.c sv.h
128 ____________________________________________________________________________
129 [ 26645] By: gisle                                 on 2006/01/04  13:53:16
130         Log: Get rid of a few more hardcoded string lengths.
131      Branch: perl
132            ! locale.c mg.c perl.c perlio.c sv.c
133 ____________________________________________________________________________
134 [ 26644] By: stevep                                on 2006/01/04  13:13:50
135         Log: Update copyright year.
136      Branch: perl
137            ! pp_sys.c
138 ____________________________________________________________________________
139 [ 26643] By: rgs                                   on 2006/01/04  13:02:18
140         Log: Fix some compilation warnings
141      Branch: perl
142            ! pp_hot.c
143 ____________________________________________________________________________
144 [ 26642] By: gisle                                 on 2006/01/04  13:00:45
145         Log: Get rid of a few more hardcoded string lengths.
146      Branch: perl
147            ! gv.c perl.c perlio.c pp_sys.c
148 ____________________________________________________________________________
149 [ 26641] By: gisle                                 on 2006/01/04  12:48:34
150         Log: Introduce the macros newSVpvs(str) and sv_catpvs(sv, str).
151              Gets rid of many hardcoded string lengths.
152      Branch: perl
153            ! dump.c gv.c op.c perl.c perlio.c pp.c pp_ctl.c pp_pack.c
154            ! pp_sys.c regcomp.c sv.c sv.h toke.c universal.c utf8.c util.c
155            ! xsutils.c
156 ____________________________________________________________________________
157 [ 26640] By: gisle                                 on 2006/01/04  12:35:45
158         Log: Removed unused part of string passed to sv_catpvn().
159      Branch: perl
160            ! toke.c
161 ____________________________________________________________________________
162 [ 26639] By: stevep                                on 2006/01/04  12:31:17
163         Log: Updates to various configurations courtesy of Jarkko.
164      Branch: perl
165            ! Cross/config.sh-arm-linux NetWare/config.wc epoc/config.sh
166            ! plan9/config_sh.sample symbian/config.sh uconfig.sh
167            ! wince/config.ce
168 ____________________________________________________________________________
169 [ 26638] By: stevep                                on 2006/01/04  12:19:49
170         Log: Don't warn about invalid dirhandles in DirHandle::DESTROY().
171      Branch: perl
172            ! lib/DirHandle.pm
173 ____________________________________________________________________________
174 [ 26637] By: steveh                                on 2006/01/04  11:10:36
175         Log: Make Borland and MinGW happy with change 26379
176              
177              (They both complain "invalid conversion from `void*' to `HWND__*'"
178              otherwise)
179      Branch: perl
180            ! win32/perlhost.h
181 ____________________________________________________________________________
182 [ 26636] By: gisle                                 on 2006/01/04  10:46:42
183         Log: Fix typo in comment.
184      Branch: perl
185            ! handy.h
186 ____________________________________________________________________________
187 [ 26635] By: gisle                                 on 2006/01/04  10:44:48
188         Log: Introduce STR_WITH_LEN macro in the form suggested by Chip.
189      Branch: perl
190            ! handy.h toke.c
191 ____________________________________________________________________________
192 [ 26634] By: steveh                                on 2006/01/04  10:39:13
193         Log: Workaround Win32 compiler bugs following change 26395
194              
195              Can't understand what VC++ 6 and Borland don't like about it.  There
196              is similar code for SvMAGIC and SvSTASH already in sv.h.  Must be
197              compiler bugs since VC++ 7 and MinGW (and compilers on other platforms)
198              are all happy.
199      Branch: perl
200            ! gv.h
201 ____________________________________________________________________________
202 [ 26633] By: gisle                                 on 2006/01/04  10:25:42
203         Log: Silence compiler warning; ref change 26598
204      Branch: perl
205            ! op.c
206 ____________________________________________________________________________
207 [ 26632] By: stevep                                on 2006/01/04  03:43:20
208         Log: Added snprintf() and vsnprintf() to configure.com as 'undef'. 
209      Branch: perl
210            ! configure.com
211 ____________________________________________________________________________
212 [ 26631] By: stevep                                on 2006/01/04  03:31:08
213         Log: Add warnings for the various other *dir() functions when attempted
214              on invalid dirhandles.
215      Branch: perl
216            ! pod/perldiag.pod pp_sys.c
217 ____________________________________________________________________________
218 [ 26630] By: stevep                                on 2006/01/04  02:47:39
219         Log: Add snprintf() and vsnprintf() to the various Win32 configuration 
220              files.
221      Branch: perl
222            ! win32/config.bc win32/config.gc win32/config.vc
223            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
224            ! win32/config_H.vc win32/config_H.vc64
225 ____________________________________________________________________________
226 [ 26625] By: stevep                                on 2006/01/03  20:03:49
227         Log: Subject: Re: [perl #38034] A combination eval, DESTROY method and $@ - dangerous - bug
228              From: Mike Guy <mjtg@cam.ac.uk>
229              Date: Tue, 03 Jan 2006 19:18:41 +0000 
230              Message-Id: <E1Etrg9-0005XE-LZ@libra.cus.cam.ac.uk> 
231      Branch: perl
232            ! pod/perlobj.pod
233 ____________________________________________________________________________
234 [ 26623] By: nicholas                              on 2006/01/03  19:38:24
235         Log: If NV_ZERO_IS_ALLBITS_ZERO is not true, then it's important to inialise
236              the NV only if the new body has an NV. (D'oh!)
237      Branch: perl
238            ! sv.c
239 ____________________________________________________________________________
240 [ 26617] By: stevep                                on 2006/01/03  18:14:27
241         Log: Attemting to readdir() something that isn't a dirhandle should cause
242              a warning.
243      Branch: perl
244            ! pod/perldiag.pod pp_sys.c
245 ____________________________________________________________________________
246 [ 26608] By: steveh                                on 2006/01/03  15:57:18
247         Log: Fix release mode builds following change 26598
248      Branch: perl
249            ! cop.h
250 ____________________________________________________________________________
251 [ 26607] By: stevep                                on 2006/01/03  15:56:19
252         Log: perldiag.pod additions to go with change #26602.
253      Branch: perl
254            ! pod/perldiag.pod
255 ____________________________________________________________________________
256 [ 26606] By: merijn                                on 2006/01/03  15:46:10
257         Log: Add probe for snprintf () and vsnprintf ()
258              
259              Subject: [PATCH] snprintf() and vsnprintf() (was Re: [PATCH] Configure: stdio char (un)signedness)
260              From: Steve Peters <steve@fisharerojo.org>
261              Date: Mon, 2 Jan 2006 09:37:27 -0600
262              Message-ID: <20060102153727.GA14247@mccoy.peters.homeunix.org>
263      Branch: perl
264            ! Configure Porting/Glossary config_h.SH handy.h
265 ____________________________________________________________________________
266 [ 26605] By: rgs                                   on 2006/01/03  15:42:19
267         Log: Update perldelta, up to change 25344 more or less.
268      Branch: perl
269            ! pod/perl593delta.pod
270 ____________________________________________________________________________
271 [ 26602] By: stevep                                on 2006/01/03  14:58:21
272         Log: Bad symbols that are pretending to be dirhandles, should say they 
273              are dirhandles in their error messages.
274      Branch: perl
275            ! gv.c
276 ____________________________________________________________________________
277 [ 26601] By: rgs                                   on 2006/01/03  14:10:04
278         Log: Sync perlfaq.
279      Branch: perl
280            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
281            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
282            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
283            ! pod/perlfaq9.pod
284 ____________________________________________________________________________
285 [ 26598] By: davem                                 on 2006/01/03  12:29:38
286         Log: silence some compiler warnings
287      Branch: perl
288            ! cop.h toke.c
289 ____________________________________________________________________________
290 [ 26595] By: rgs                                   on 2006/01/03  10:09:39
291         Log: Subject: Re: [patch] optimized constant subs are cool, teach B::Concise about them
292              From: Jim Cromie <jim.cromie@gmail.com>
293              Date: Mon, 02 Jan 2006 15:06:48 -0700
294              Message-ID: <43B9A3F8.8060609@gmail.com>
295      Branch: perl
296            ! ext/B/B/Concise.pm ext/B/t/concise-xs.t
297            ! ext/B/t/optree_constants.t
298 ____________________________________________________________________________
299 [ 26594] By: rgs                                   on 2006/01/03  09:33:59
300         Log: Subject: [PATCH] Re: [perl #36837] B::Deparse fails when it comes to ByteLoader programs
301              From: Stephen McCamant <smcc@mit.edu>
302              Date: Mon, 2 Jan 2006 18:52:24 -0800
303              Message-ID: <17337.59112.502009.496275@conquest.OCF.Berkeley.EDU>
304      Branch: perl
305            ! ext/B/B/Deparse.pm
306 ____________________________________________________________________________
307 [ 26593] By: rgs                                   on 2006/01/03  09:23:24
308         Log: Subject: [patch@26561] utf8.c const issue.
309              From: "John E. Malmberg" <wb8tyw@qsl.net>
310              Date: Mon, 02 Jan 2006 14:16:02 -0500
311              Message-ID: <43B97BF2.2050201@qsl.net>
312      Branch: perl
313            ! utf8.c
314 ____________________________________________________________________________
315 [ 26592] By: rgs                                   on 2006/01/03  09:02:04
316         Log: Subject: [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.81.tar.gz
317              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
318              Date: Tue, 03 Jan 2006 00:33:27 +0100
319              Message-ID: <87u0cm433s.fsf@k75.linux.bogus>
320      Branch: perl
321            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
322 ____________________________________________________________________________
323 [ 26591] By: davem                                 on 2006/01/03  02:20:28
324         Log: ithreads: SVs that were only on the tmps stack leaked
325      Branch: perl
326            ! sv.c
327 ____________________________________________________________________________
328 [ 26589] By: nicholas                              on 2006/01/02  22:52:03
329         Log: The two never used NOTYET switch ops can go.
330      Branch: perl
331            ! pp_ctl.c
332 ____________________________________________________________________________
333 [ 26587] By: davem                                 on 2006/01/02  21:50:55
334         Log: stop DEBUG_LEAKING_SCALARS producing spurious memory pool errors
335              (change #25775 wasn't complete)
336      Branch: perl
337            ! sv.c
338 ____________________________________________________________________________
339 [ 26586] By: nicholas                              on 2006/01/02  20:48:30
340         Log: More missing AUTHORS
341      Branch: perl
342            ! AUTHORS Porting/checkAUTHORS.pl
343 ____________________________________________________________________________
344 [ 26581] By: craigb                                on 2006/01/02  19:22:52
345         Log: Subject: patch@26561 & earlier - buffer overrun in VMS.C
346              From: "John E. Malmberg" <wb8tyw@qsl.net>\r Date: Mon, 02 Jan 2006 14:05:43 -0500\r  Message-id: <43B97987.70201@qsl.net>
347      Branch: perl
348            ! vms/vms.c
349 ____________________________________________________________________________
350 [ 26580] By: nicholas                              on 2006/01/02  18:48:13
351         Log: Erk! craigb's changes come out of p4 with ^Ms as line endings.
352              Long term, need to fix the update changes script to cope.
353      Branch: perl
354            ! Changes
355 ____________________________________________________________________________
356 [ 26579] By: nicholas                              on 2006/01/02  18:44:14
357         Log: More missing AUTHORS
358      Branch: perl
359            ! AUTHORS Porting/checkAUTHORS.pl
360 ____________________________________________________________________________
361 [ 26578] By: nicholas                              on 2006/01/02  17:04:55
362         Log: Fix up missing and duplicate AUTHORS
363      Branch: perl
364            ! AUTHORS Porting/checkAUTHORS.pl
365 ____________________________________________________________________________
366 [ 26576] By: rgs                                   on 2006/01/02  15:54:25
367         Log: Subject: Re: [patch] optimized constant subs are cool, teach B::Concise about them
368              From: Jim Cromie <jim.cromie@gmail.com>
369              Date: Sun, 01 Jan 2006 23:05:00 -0700
370              Message-ID: <43B8C28C.20502@gmail.com>
371      Branch: perl
372            + ext/B/t/optree_constants.t
373            ! MANIFEST ext/B/B/Concise.pm ext/B/t/concise-xs.t
374 ____________________________________________________________________________
375 [ 26574] By: rgs                                   on 2006/01/02  15:19:59
376         Log: Since we no longer autovivify stashes (change #26370), we need
377              to turn off strict-refs on them, or we'll have a stricture
378              error the first time we'd try to access them (when they'll be
379              actually autovivified).
380      Branch: perl
381            ! op.c t/op/stash.t
382 ____________________________________________________________________________
383 [ 26573] By: rgs                                   on 2006/01/02  14:57:18
384         Log: Documentation fix for File::Temp::new
385              
386              Subject: [perl #38127] Bug in perldoc File::Temp 
387              From: pm@capmon.dk (via RT) <perlbug-followup@perl.org>
388              Date: Mon, 02 Jan 2006 02:48:41 -0800
389              Message-ID: <rt-3.0.11-38127-126764.0.578515622359532@perl.org>
390      Branch: perl
391            ! lib/File/Temp.pm
392 ____________________________________________________________________________
393 [ 26572] By: nicholas                              on 2006/01/02  14:43:37
394         Log: Happy New Year. (It's not just embed.pl).
395      Branch: perl
396            ! README opcode.pl perl.c reentr.pl
397 ____________________________________________________________________________
398 [ 26571] By: stevep                                on 2006/01/02  14:24:58
399         Log: Note that the "unlink"ing directories is attempted when running as a
400              superuser, and that some operating systems may not support it.
401      Branch: perl
402            ! pod/perlfunc.pod pod/perlrun.pod
403 ____________________________________________________________________________
404 [ 26570] By: nicholas                              on 2006/01/02  12:19:51
405         Log: Typo fix in the description of change 26370.
406              (Also corrected in the repository) 
407      Branch: perl
408            ! Changes
409 ____________________________________________________________________________
410 [ 26569] By: davem                                 on 2006/01/02  12:09:37
411         Log: add svt_local slot to magic vtable, and fix local $shared
412      Branch: perl
413            ! ext/threads/shared/shared.xs mg.c mg.h
414 ____________________________________________________________________________
415 [ 26565] By: nicholas                              on 2006/01/02  11:48:28
416         Log: Add 2006 to the copyright years in the header generated by embed.pl
417      Branch: perl
418            ! embed.pl
419 ____________________________________________________________________________
420 [ 26564] By: rgs                                   on 2006/01/02  11:20:25
421         Log: Subject: [patch] comment grammar and indentation, spurious tab
422              From: Jim Cromie <jim.cromie@gmail.com>
423              Date: Fri, 30 Dec 2005 22:45:55 -0700
424              Message-ID: <43B61B13.3050704@gmail.com>
425      Branch: perl
426            ! sv.c
427 ____________________________________________________________________________
428 [ 26563] By: rgs                                   on 2006/01/02  11:04:37
429         Log: Subject: [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.80_58.tar.gz
430              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
431              Date: Sun, 01 Jan 2006 10:12:46 +0100
432              Message-ID: <87zmmgnwfl.fsf@k75.linux.bogus>
433      Branch: perl
434            ! lib/CPAN.pm
435 ____________________________________________________________________________
436 [ 26562] By: rgs                                   on 2006/01/02  10:56:05
437         Log: Update copyrights for files modified in 2006
438      Branch: perl
439            ! doio.c doop.c hv.c mg.c pp.c pp_ctl.c pp_hot.c pp_sort.c
440            ! regcomp.c regexec.c sv.c toke.c utf8.c util.c
441 ____________________________________________________________________________
442 [ 26561] By: gisle                                 on 2006/01/01  20:43:00
443         Log: Get rid of length argument for the FEATURE_IS_ENABLED() macro.
444      Branch: perl
445            ! toke.c
446 ____________________________________________________________________________
447 [ 26558] By: merijn                                on 2006/01/01  10:42:16
448         Log: Subject: [PATCH] Making 0 pointers to NULLs
449              From: Andy Lester <andy@petdance.com>
450              Date: Fri, 30 Dec 2005 23:05:58 -0600
451              Message-ID: <20051231050558.GA29093@petdance.com>
452      Branch: perl
453            ! doio.c doop.c hv.c mg.c pp.c pp_ctl.c pp_hot.c pp_sort.c
454            ! regcomp.c regexec.c sv.c toke.c utf8.c util.c
455 ____________________________________________________________________________
456 [ 26556] By: merijn                                on 2006/01/01  10:23:19
457         Log: Subject: [PATCH] Making 0 pointers to NULLs
458              From: Andy Lester <andy@petdance.com>
459              Date: Fri, 30 Dec 2005 23:05:58 -0600
460              Message-ID: <20051231050558.GA29093@petdance.com>
461      Branch: perl
462            ! doio.c doop.c hv.c mg.c pp.c pp_ctl.c pp_hot.c pp_sort.c
463            ! regcomp.c regexec.c sv.c toke.c utf8.c util.c
464 ____________________________________________________________________________
465 [ 26555] By: davem                                 on 2005/12/31  23:24:26
466         Log: make threads use MY_CXT API rather than using PL_modglobal
467      Branch: perl
468            ! ext/threads/threads.xs
469 ____________________________________________________________________________
470 [ 26554] By: davem                                 on 2005/12/31  21:36:05
471         Log: tidy index arrangements in new MY_CXT code
472      Branch: perl
473            ! intrpvar.h sv.c util.c
474 ____________________________________________________________________________
475 [ 26553] By: stevep                                on 2005/12/31  18:45:37
476         Log: Upgrade to CPAN-1.80_57
477      Branch: perl
478            ! lib/CPAN.pm lib/CPAN/Debug.pm lib/CPAN/HandleConfig.pm
479            ! lib/CPAN/Tarzip.pm lib/CPAN/t/mirroredby.t
480 ____________________________________________________________________________
481 [ 26552] By: nicholas                              on 2005/12/31  17:24:34
482         Log: Turn a for loop that's almost a while into an honest-to-goodness while.
483      Branch: perl
484            ! hv.c
485 ____________________________________________________________________________
486 [ 26551] By: nicholas                              on 2005/12/31  16:57:32
487         Log: Calling Perl_hv_clear_placeholders while the hash iterator was active
488              would turn lazy delete on, causing the hash to become corrupted at the
489              next iterator change.
490      Branch: perl
491            ! hv.c lib/Hash/Util.t
492 ____________________________________________________________________________
493 [ 26550] By: nicholas                              on 2005/12/31  16:42:08
494         Log: Remove unneeded test in Perl_hv_clear_placeholders.
495              Rejig S_hfreeentries to a double loop, which is clearer and smaller.
496      Branch: perl
497            ! hv.c
498 ____________________________________________________________________________
499 [ 26549] By: rgs                                   on 2005/12/31  15:24:48
500         Log: Subject: [PATCH] op/pack.t failure on Win64
501              From: Jan Dubois <jand@activestate.com>
502              Date: Dec 30, 2005 9:55 PM
503              Message-ID: <017a01c60d83$5dc73110$2217a8c0@candy>
504      Branch: perl
505            ! pp_pack.c
506 ____________________________________________________________________________
507 [ 26548] By: nicholas                              on 2005/12/31  15:07:16
508         Log: Add a test for change 26547. (We no longer expect to see errors about
509              unbalanced string table reference counts.)
510      Branch: perl
511            ! t/op/stash.t
512 ____________________________________________________________________________
513 [ 26547] By: nicholas                              on 2005/12/31  14:57:27
514         Log: Re-attempt to clear the hash in S_hfreeentries if anything adds to it.
515              Panic if we seem to be looping forever.
516      Branch: perl
517            ! hv.c pod/perldiag.pod
518 ____________________________________________________________________________
519 [ 26546] By: nicholas                              on 2005/12/31  13:16:06
520         Log: Stop 'sub a { // }; %::=()' panicing because the backreference array
521              became lost.
522      Branch: perl
523            ! hv.c
524 ____________________________________________________________________________
525 [ 26545] By: nicholas                              on 2005/12/30  22:44:06
526         Log: Marcus Holland-Moritz suggested that assert should 
527              Perl_croak_nocontext rather than Perl_croak.
528      Branch: perl
529            ! perl.h
530 ____________________________________________________________________________
531 [ 26544] By: nicholas                              on 2005/12/30  20:02:56
532         Log: Tweak S_init_main_stash so as allocate PL_curstname as a shared string
533              scalar, and hence avoid thrashing the shared string table for "main".
534      Branch: perl
535            ! perl.c
536 ____________________________________________________________________________
537 [ 26543] By: stevep                                on 2005/12/30  17:47:45
538         Log: Convert t/op/sleep.t to using test.pl
539      Branch: perl
540            ! t/op/sleep.t
541 ____________________________________________________________________________
542 [ 26542] By: nicholas                              on 2005/12/30  16:53:39
543         Log: Document why it's a bad plan to move the backreferences array from
544              the magic structure to the hv_aux structure during backreference
545              deletion. Add an optimisation for an empty backreference array.
546      Branch: perl
547            ! hv.c sv.c
548 ____________________________________________________________________________
549 [ 26541] By: nicholas                              on 2005/12/30  15:55:05
550         Log: Now that the backreference array has no NULL entries, and is correctly
551              marked as AvREAL_off(), there's no reason not to use sv_dup to clone
552              it.
553      Branch: perl
554            ! sv.c
555 ____________________________________________________________________________
556 [ 26540] By: nicholas                              on 2005/12/30  15:39:53
557         Log: POSIX now declares missing constants as sub ... ();, so Net::Ping
558              needs to define them with a prototype to match.
559      Branch: perl
560            ! lib/Net/Ping.pm
561 ____________________________________________________________________________
562 [ 26539] By: rgs                                   on 2005/12/30  15:10:41
563         Log: Update perltodo. First shot at perl593delta.
564      Branch: perl
565            ! pod/perl593delta.pod pod/perltodo.pod
566 ____________________________________________________________________________
567 [ 26538] By: nicholas                              on 2005/12/30  14:57:00
568         Log: In the shared string table, if we add new entries to the head of the
569              linked list chain, then we don't need as much bookkeeping in the loop.
570      Branch: perl
571            ! hv.c
572 ____________________________________________________________________________
573 [ 26537] By: stevep                                on 2005/12/30  14:39:49
574         Log: Subject: [PATCH] Differences from Perl 6
575              From: Robin Houston <robin@cpan.org> 
576              Date: Fri, 30 Dec 2005 13:45:34 +0000 
577              Message-ID: <20051230134534.GA18675@rpc142.cs.man.ac.uk>
578      Branch: perl
579            ! pod/perlsyn.pod
580 ____________________________________________________________________________
581 [ 26536] By: rgs                                   on 2005/12/30  12:25:24
582         Log: Subject: Re: [PATCH] Re: INSTALLSCRIPT versus INSTALLDIRS
583              From: Rafael Garcia-Suarez <rgarciasuarez@mandriva.com>
584              Date: Mon, 12 Dec 2005 19:22:32 +0100
585              Message-ID: <20051212192232.39cd0c1e@grubert.mandrakesoft.com>
586      Branch: perl
587            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
588            ! lib/ExtUtils/MakeMaker.pm
589 ____________________________________________________________________________
590 [ 26535] By: davem                                 on 2005/12/30  12:21:05
591         Log: fix errors in new MY_CTX code
592      Branch: perl
593            ! perl.c sv.c
594 ____________________________________________________________________________
595 [ 26534] By: rgs                                   on 2005/12/30  11:57:14
596         Log: Reduce size of buffers for identifier names, as suggested in
597              
598              Subject: Stack usage (in gv_stashpvn and others)
599              From: Tels <nospam-abuse@bloodgate.com>
600              Date: Thu, 29 Dec 2005 18:40:49 +0100
601              Message-Id: <200512291840.50765@bloodgate.com>
602      Branch: perl
603            ! gv.c
604 ____________________________________________________________________________
605 [ 26533] By: rgs                                   on 2005/12/30  11:43:42
606         Log: Subject: [PATCH] perlio.c - gv_stashpvn() vs gv_stashpv()
607              From: Tels <nospam-abuse@bloodgate.com>
608              Date: Thu, 29 Dec 2005 18:57:43 +0100
609              Message-Id: <200512291857.59458@bloodgate.com>
610      Branch: perl
611            ! perlio.c
612 ____________________________________________________________________________
613 [ 26532] By: rgs                                   on 2005/12/30  10:40:31
614         Log: Subject: [PATCH] Perl_gv_fetchpv vs. gv_fetchpvn
615              From: Tels <nospam-abuse@bloodgate.com>
616              Date: Thu, 29 Dec 2005 18:32:10 +0100
617              Message-Id: <200512291832.20651@bloodgate.com>
618      Branch: perl
619            ! gv.c
620 ____________________________________________________________________________
621 [ 26531] By: rgs                                   on 2005/12/30  09:53:54
622         Log: Skip my_cxt_init if PERL_IMPLICIT_CONTEXT isn't defined
623              (spotted by Jan Dubois)
624      Branch: perl
625            ! makedef.pl
626 ____________________________________________________________________________
627 [ 26530] By: nicholas                              on 2005/12/30  01:08:46
628         Log: RMAGIC on symbol tables is bad, m'kay.
629              Allow hashes (and therefore all symbol tables) to store the
630              backreference array in the hv_aux structure, and thereby undo the
631              performance damage of 24966, which resulted in 60% of all hash lookups
632              trying to mg_find tiehash magic.
633      Branch: perl
634            ! dump.c embed.fnc embed.h hv.c hv.h mg.c proto.h sv.c
635 ____________________________________________________________________________
636 [ 26529] By: davem                                 on 2005/12/30  01:06:05
637         Log: change #26523 didn't make my_cxt_init public
638      Branch: perl
639            ! embed.fnc embed.h global.sym
640 ____________________________________________________________________________
641 [ 26528] By: rgs                                   on 2005/12/29  17:32:21
642         Log: Subject: [PATCH] $a = \$a oddity
643              From: Tels <nospam-abuse@bloodgate.com>
644              Date: Thu, 29 Dec 2005 18:01:42 +0100
645              Message-Id: <200512291802.00742@bloodgate.com>
646              
647              plus trim some whitespace
648      Branch: perl
649            ! pod/perlreftut.pod
650 ____________________________________________________________________________
651 [ 26527] By: rgs                                   on 2005/12/29  15:59:30
652         Log: Subject: [PATCH] Actual real consting of parms
653              From: Andy Lester <andy@petdance.com>
654              Date: Thu, 29 Dec 2005 01:15:09 -0600
655              Message-ID: <20051229071509.GA32653@petdance.com>
656      Branch: perl
657            ! embed.fnc proto.h sv.c
658 ____________________________________________________________________________
659 [ 26526] By: rgs                                   on 2005/12/29  15:32:42
660         Log: Subject: [PATCH] av.c cleanup, plus!
661              From: Andy Lester <andy@petdance.com>
662              Date: Wed, 28 Dec 2005 15:44:14 -0600
663              Message-ID: <20051228214414.GD26033@petdance.com>
664      Branch: perl
665            ! av.c dump.c embed.fnc gv.c perl.c proto.h sv.c toke.c
666 ____________________________________________________________________________
667 [ 26525] By: rgs                                   on 2005/12/29  14:32:09
668         Log: Fix test for perl version number in Makefile.PL
669      Branch: perl
670            ! ext/Sys/Syslog/Makefile.PL
671 ____________________________________________________________________________
672 [ 26524] By: rgs                                   on 2005/12/29  14:17:38
673         Log: Subject: [PATCH] Fixing the SVREFCNT macro
674              From: Andy Lester <andy@petdance.com>
675              Date: Wed, 28 Dec 2005 13:30:51 -0600
676              Message-ID: <20051228193051.GD23207@petdance.com>
677      Branch: perl
678            ! sv.h
679 ____________________________________________________________________________
680 [ 26523] By: davem                                 on 2005/12/29  12:00:29
681         Log: re-implement MY_CXT API more efficiently, and add explicit
682              interpeter arg variant
683      Branch: perl
684            ! embed.fnc embed.h embedvar.h ext/XS/APItest/APItest.xs
685            ! intrpvar.h perl.h perlapi.h perlvars.h pod/perlxs.pod proto.h
686            ! sv.c util.c
687 ____________________________________________________________________________
688 [ 26522] By: davem                                 on 2005/12/29  11:35:04
689         Log: add tests for MY_CXT API and improve its documentation
690      Branch: perl
691            + ext/XS/APItest/t/my_cxt.t
692            ! MANIFEST ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
693            ! pod/perlxs.pod
694 ____________________________________________________________________________
695 [ 26521] By: rgs                                   on 2005/12/29  10:21:23
696         Log: Subject: [PATCH] Test that constant overloading is propagated into eval
697              From: Robin Houston <robin@cpan.org>
698              Date: Mon, 26 Dec 2005 17:56:48 +0000
699              Message-ID: <20051226175648.GA28402@rpc142.cs.man.ac.uk>
700      Branch: perl
701            ! lib/overload.t
702 ____________________________________________________________________________
703 [ 26520] By: rgs                                   on 2005/12/29  10:11:56
704         Log: Subject: [DOC PATCH] rindex clarification
705              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
706              Date: Mon, 26 Dec 2005 18:42:40 -0800
707              Message-ID: <20051227024240.GA2940@efn.org>
708              
709              plus another formatting nit
710      Branch: perl
711            ! pod/perlfunc.pod
712 ____________________________________________________________________________
713 [ 26519] By: craigb                                on 2005/12/29  03:49:58
714         Log: Subject: [PATCH] fortify Pod::Simple::Search against non-case-preserving filesystems\r      From: "Craig A. Berry" <craigberry@mac.com>\r    Date: Tue, 27 Dec 2005 17:59:35 -0600\r  Message-id: <43B1D567.9080504@mac.com>
715      Branch: perl
716            ! lib/Pod/Simple/Search.pm
717            ! lib/Pod/Simple/t/other_test_lib/squaa/Wowo.pod
718 ____________________________________________________________________________
719 [ 26518] By: nicholas                              on 2005/12/29  00:19:01
720         Log: A GVs stash can be NULL, so don't call macros that assume otherwise
721              without checking.
722      Branch: perl
723            ! pp.c
724 ____________________________________________________________________________
725 [ 26517] By: nicholas                              on 2005/12/28  19:40:26
726         Log: As the backreferences AV doesn't hold references on its contents,
727              surely it should have AvREAL turned off?
728      Branch: perl
729            ! sv.c
730 ____________________________________________________________________________
731 [ 26516] By: nicholas                              on 2005/12/28  13:35:03
732         Log: PL_amagic_generation is always non-zero, so remove the test for this.
733              (Since change 17990 added version object overloading)
734      Branch: perl
735            ! pp.h
736 ____________________________________________________________________________
737 [ 26515] By: stevep                                on 2005/12/28  13:31:02
738         Log: Upgrade to Sys-Syslog-0.11
739      Branch: perl
740            ! ext/Sys/Syslog/Changes ext/Sys/Syslog/README
741            ! ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/t/podspell.t
742            ! ext/Sys/Syslog/t/syslog.t
743 ____________________________________________________________________________
744 [ 26514] By: gisle                                 on 2005/12/28  13:25:30
745         Log: Cleanup; replace a croak("panic: ...") with assert().
746      Branch: perl
747            ! av.c
748 ____________________________________________________________________________
749 [ 26513] By: gisle                                 on 2005/12/28  13:12:30
750         Log: assert(av);  Cleanup the way that the av_*() functions check
751              that they are really passed an av argument.
752              Should improve the test coverage a bit.
753      Branch: perl
754            ! av.c pod/perldiag.pod
755 ____________________________________________________________________________
756 [ 26512] By: gisle                                 on 2005/12/28  12:38:03
757         Log: Use memchr() instead of ninstr() to locate the end-of-line.
758              The call to memchr() will faster.
759      Branch: perl
760            ! toke.c
761 ____________________________________________________________________________
762 [ 26511] By: gisle                                 on 2005/12/28  12:18:58
763         Log: Leaner ninstr().
764              The compiled function ended up 37% smaller on Linux/gcc.
765              I ought to be faster as well, but I did not try to measure that.
766      Branch: perl
767            ! util.c
768 ____________________________________________________________________________
769 [ 26510] By: gisle                                 on 2005/12/28  11:01:46
770         Log: Remove test for NUL ending in r?instr().
771              This test is actually harmful because we will search
772              for any garbage found past the empty search string.
773              Ref change 26509.
774      Branch: perl
775            ! util.c
776 ____________________________________________________________________________
777 [ 26509] By: gisle                                 on 2005/12/28  10:57:46
778         Log: Fix 2 off-by-one errors in the call to ninstr().
779              This code managed to still work because of a bug
780              in how ninstr() treats empty search strings.
781      Branch: perl
782            ! ext/Filter/Util/Call/Call.xs
783 ____________________________________________________________________________
784 [ 26508] By: stevep                                on 2005/12/28  03:27:13
785         Log: Upgrade to PathTools-3.15
786      Branch: perl
787            ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
788 ____________________________________________________________________________
789 [ 26507] By: nicholas                              on 2005/12/27  23:39:42
790         Log: s/%/%%/ in the package name so that it can be used safely in the
791              sprintf format string (and hence not need runtime %s interpolation)
792      Branch: perl
793            ! lib/ExtUtils/Constant.pm lib/ExtUtils/Constant/ProxySubs.pm
794 ____________________________________________________________________________
795 [ 26506] By: nicholas                              on 2005/12/27  22:19:28
796         Log: Pass in the full arguments to ExtUtils::Constant::ProxySubs
797              Prototype all the missing constants, so that parsing doesn't depend on
798              the phase of the moon. (Well, the system headers)
799              Add an option for making missing constants generate errors at read time
800              (which can be during constant folding). This isn't the default.
801      Branch: perl
802            ! lib/ExtUtils/Constant.pm lib/ExtUtils/Constant/ProxySubs.pm
803 ____________________________________________________________________________
804 [ 26505] By: stevep                                on 2005/12/27  22:07:44
805         Log: Subject: [PATCH] pre-likely cleanup
806              From: Andy Lester <andy@petdance.com> 
807              Date: Tue, 27 Dec 2005 14:39:39 -0600
808              Message-ID: <20051227203939.GC1781@petdance.com> 
809              
810              Includes a small fix to the changes in tryAMAGICbinW_var() in pp.h.
811      Branch: perl
812            ! av.c doop.c handy.h hv.c mg.c pp.c pp.h sv.c util.c
813 ____________________________________________________________________________
814 [ 26504] By: stevep                                on 2005/12/27  18:36:19
815         Log: It'd be nice if I hadn't broken corecpan.pl.  Its fixed now, though.
816      Branch: perl
817            ! Porting/Maintainers.pl
818 ____________________________________________________________________________
819 [ 26503] By: nicholas                              on 2005/12/27  17:33:13
820         Log: gv_fetch_flags in newATTRSUB can actually be const.
821              Comment the logic behind the terms in the ternary that chooses the
822              flags value.
823      Branch: perl
824            ! op.c
825 ____________________________________________________________________________
826 [ 26502] By: nicholas                              on 2005/12/27  17:24:11
827         Log: As what we're doing is generating subroutines, which are methods, we
828              need to invalidate cached methods. For constant.pm we need to create
829              &Internals::inc_sub_generation
830      Branch: perl
831            ! lib/ExtUtils/Constant/ProxySubs.pm lib/constant.pm universal.c
832 ____________________________________________________________________________
833 [ 26501] By: stevep                                on 2005/12/27  14:10:20
834         Log: Subject: [patch] ext/b/t/lint.t fails on win32
835              From: demerphq <demerphq@gmail.com>
836              Date: Fri, 23 Dec 2005 20:06:52 +0100 
837              Message-ID: <9b18b3110512231106k7ad395bfp8a0c05cd0f87fc61@mail.gmail.com>
838      Branch: perl
839            ! ext/B/t/lint.t
840 ____________________________________________________________________________
841 [ 26500] By: nicholas                              on 2005/12/27  12:02:57
842         Log: Refactor the require failure message generation to use 1 less temporary
843              SV, and to build as much text as possible with newSVpvf
844      Branch: perl
845            ! pp_ctl.c
846 ____________________________________________________________________________
847 [ 26499] By: nicholas                              on 2005/12/27  00:29:33
848         Log: Removing MAKE_JOBS_FIFO from %ENV causes FreeBSD make to forget about
849              any -j flags. (And their implied disabling of backwards compatibility,
850              which is the real cause of the make disttest failure).
851      Branch: perl
852            ! lib/ExtUtils/t/basic.t
853 ____________________________________________________________________________
854 [ 26498] By: nicholas                              on 2005/12/26  23:52:44
855         Log: tabs, not spaces, in MANIFEST. No, I can't remember why this is.
856              Or whether it could be relaxed.
857      Branch: perl
858            ! MANIFEST
859 ____________________________________________________________________________
860 [ 26497] By: nicholas                              on 2005/12/26  23:50:14
861         Log: Remove the hard wired test numbers in the generated test script for
862              simple tests. Use this script twice, firstly for testing the old style
863              autoloaded constants, then for testing the ProxySubs.
864              Make testing the dogfood/regeneration code optional, as the ProxySubs
865              output doesn't contain it.
866      Branch: perl
867            ! lib/ExtUtils/t/Constant.t
868 ____________________________________________________________________________
869 [ 26496] By: nicholas                              on 2005/12/26  23:48:00
870         Log: Support type UNDEF, and correct a bug in the macro generation by using
871              macro_from_item.
872      Branch: perl
873            ! lib/ExtUtils/Constant/ProxySubs.pm
874 ____________________________________________________________________________
875 [ 26495] By: nicholas                              on 2005/12/26  23:47:01
876         Log: Add method macro_from_item to encapsulate the entire logic for getting
877              the correct macro direct from the item hash.
878      Branch: perl
879            ! lib/ExtUtils/Constant/Base.pm lib/ExtUtils/Constant/XS.pm
880 ____________________________________________________________________________
881 [ 26494] By: nicholas                              on 2005/12/26  23:10:53
882         Log: Don't try to store PL_sv_undef in pads. (For now)
883      Branch: perl
884            ! op.c
885 ____________________________________________________________________________
886 [ 26493] By: stevep                                on 2005/12/26  22:01:49
887         Log: Upgrade to CPAN-1.80_56
888      Branch: perl
889            + lib/CPAN/Debug.pm lib/CPAN/HandleConfig.pm lib/CPAN/Tarzip.pm
890            ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/SIGNATURE
891            ! lib/CPAN/bin/cpan
892 ____________________________________________________________________________
893 [ 26492] By: stevep                                on 2005/12/26  17:29:13
894         Log: In this, the last tale of the NGROUPS saga, a former pumpking prods
895              a mere committer to remove the last of the NGROUPS-sized arrays...
896              
897              Perl_magic_set() was using the last of these arrays to do the 
898              lvalue work on $).  Instead of an array, a pointer is used and 
899              re-sized as needed.  
900      Branch: perl
901            ! mg.c
902 ____________________________________________________________________________
903 [ 26491] By: nicholas                              on 2005/12/26  17:01:35
904         Log: Add a couple of newlines for tidier regen output, consistent with the
905              code generated by WriteConstants()
906      Branch: perl
907            ! lib/ExtUtils/Constant/XS.pm
908 ____________________________________________________________________________
909 [ 26490] By: nicholas                              on 2005/12/26  16:13:57
910         Log: Add C_FH and XS_FH arguments to ExtUtils::Constant::WriteConstants,
911              to allow the caller to pass in file handles. Use this in Contant.t
912              with tied file handles to capture the output, rather than calling
913              the lower level routines directly.
914      Branch: perl
915            ! lib/ExtUtils/Constant.pm lib/ExtUtils/t/Constant.t
916 ____________________________________________________________________________
917 [ 26489] By: stevep                                on 2005/12/26  16:08:49
918         Log: Subject: chg 26486 removes last use of NGROUPS, so remove the macro-def
919              From: Jim Cromie <jim.cromie@gmail.com>
920              Date: Mon, 26 Dec 2005 07:57:51 -0700
921              Message-ID: <43B004EF.8060500@gmail.com>
922      Branch: perl
923            ! doio.c
924 ____________________________________________________________________________
925 [ 26488] By: nicholas                              on 2005/12/26  12:48:10
926         Log: The values for proxy constant subroutines need to be read only.
927      Branch: perl
928            ! lib/ExtUtils/Constant/ProxySubs.pm
929 ____________________________________________________________________________
930 [ 26487] By: nicholas                              on 2005/12/26  12:31:01
931         Log: Rework constant.pm to take advantage of the space savings of proxy
932              constant subroutines whenever it can.
933      Branch: perl
934            ! lib/constant.pm
935 ____________________________________________________________________________
936 [ 26486] By: stevep                                on 2005/12/26  03:51:24
937         Log: Obviously, Perl_ingroup() is also using 256k of stack memory on Linux.
938              Adapt change #26480 to reduce memory usage here as well.
939      Branch: perl
940            ! doio.c
941 ____________________________________________________________________________
942 [ 26485] By: nicholas                              on 2005/12/24  16:27:28
943         Log: The value from caller doesn't change, so my $pkg = caller;
944              should be moved out of the loop.
945      Branch: perl
946            ! lib/constant.pm
947 ____________________________________________________________________________
948 [ 26484] By: nicholas                              on 2005/12/24  16:06:10
949         Log: Tests for creating constants where prototypes or other symbols of the
950              same name already exist.
951      Branch: perl
952            ! lib/constant.t
953 ____________________________________________________________________________
954 [ 26483] By: nicholas                              on 2005/12/24  15:09:28
955         Log: Using a hash reference rather than a hash can save a hash copy.
956      Branch: perl
957            ! lib/constant.pm
958 ____________________________________________________________________________
959 [ 26482] By: nicholas                              on 2005/12/24  14:48:42
960         Log: Unless the peephole optimiser already knows that we're in void context,
961              avoid even attempting the whole proxy constant sub copying
962              optimisation.
963      Branch: perl
964            ! op.c
965 ____________________________________________________________________________
966 [ 26481] By: nicholas                              on 2005/12/24  14:09:56
967         Log: Given that IO::Socket is documented as exporting all of Socket's
968              exports, there's no need for IO::Socket::INET or IO::Socket::UNIX to
969              use both. (And re-exporting removes some of the efficiency of the new
970              constants implementation)
971      Branch: perl
972            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
973 ____________________________________________________________________________
974 [ 26480] By: stevep                                on 2005/12/24  03:30:02
975         Log: Subject: Re: [perl #37907] Perl_magic_get reqires ridiculous amounts of stackmemory
976              From: Jim Cromie <jim.cromie@gmail.com>
977              Date: Fri, 23 Dec 2005 13:24:29 -0700
978              Message-ID: <43AC5CFD.3060200@gmail.com>
979              
980              Includes a change in variable names from "j" to "num_groups".
981      Branch: perl
982            ! mg.c
983 ____________________________________________________________________________
984 [ 26479] By: nicholas                              on 2005/12/24  00:01:50
985         Log: Looks like the macro CLK_TCK is not actually a constant on Solaris.
986      Branch: perl
987            ! ext/POSIX/Makefile.PL
988 ____________________________________________________________________________
989 [ 26478] By: nicholas                              on 2005/12/23  17:30:19
990         Log: For PERL_TRACK_MEMPOOL with PERL_POISON, Poison the end of any block
991              being shrunk in realloc()
992      Branch: perl
993            ! util.c
994 ____________________________________________________________________________
995 [ 26477] By: nicholas                              on 2005/12/23  17:24:44
996         Log: For the rare case of EMFILE during require, save object code space
997              by using newSVpvf
998              (Would it be worth using it for all require failures?)
999      Branch: perl
1000            ! pp_ctl.c
1001 ____________________________________________________________________________
1002 [ 26476] By: nicholas                              on 2005/12/23  16:55:35
1003         Log: If PERL_TRACK_MEMPOOL and PERL_POISON are in use, then scribble all
1004              over memory to invalidate it just before free()ing it.
1005      Branch: perl
1006            ! perl.h util.c
1007 ____________________________________________________________________________
1008 [ 26475] By: nicholas                              on 2005/12/23  16:20:53
1009         Log: Provide support for types PVN and UNDEF in
1010              ExtUtils::Constant::ProxySubs
1011      Branch: perl
1012            ! lib/ExtUtils/Constant/ProxySubs.pm
1013 ____________________________________________________________________________
1014 [ 26474] By: nicholas                              on 2005/12/23  15:27:10
1015         Log: Create a struct to use as the header with PERL_TRACK_MEMPOOL, so that
1016              other information can be stored in it.
1017      Branch: perl
1018            ! perl.h util.c
1019 ____________________________________________________________________________
1020 [ 26473] By: nicholas                              on 2005/12/23  13:54:37
1021         Log: ExtUtils::ParseXS needs to stack $filepathname to make #line directives
1022              in #INCLUDEs work.
1023      Branch: perl
1024            ! lib/ExtUtils/ParseXS.pm
1025 ____________________________________________________________________________
1026 [ 26472] By: nicholas                              on 2005/12/23  12:21:19
1027         Log: Add support for PV to ExtUtils::Constant::ProxySubs, and enable its
1028              use in Sys::Syslog
1029      Branch: perl
1030            ! ext/Sys/Syslog/Makefile.PL lib/ExtUtils/Constant/ProxySubs.pm
1031 ____________________________________________________________________________
1032 [ 26471] By: nicholas                              on 2005/12/23  12:01:29
1033         Log: inlining autoloaded constants is TODOne.
1034      Branch: perl
1035            ! pod/perltodo.pod
1036 ____________________________________________________________________________
1037 [ 26470] By: nicholas                              on 2005/12/23  11:36:43
1038         Log: Now that proxy subroutines can be unproxied in 2 places without
1039              becoming the same newCONSTSUB, need an explicit check to avoid a
1040              warning about subroutines being redefined, as there has never been
1041              a warning when you assing the same subroutine to a glob's GvCV()
1042      Branch: perl
1043            ! sv.c t/op/gv.t
1044 ____________________________________________________________________________
1045 [ 26469] By: nicholas                              on 2005/12/23  11:35:21
1046         Log: like and unlike weren't reporting failure where correctly in test.pl
1047      Branch: perl
1048            ! t/test.pl
1049 ____________________________________________________________________________
1050 [ 26468] By: rgs                                   on 2005/12/23  11:06:34
1051         Log: Fix build of Compress::Zlib on MVS (by Paul Marquess)
1052      Branch: perl
1053            ! ext/Compress/Zlib/zlib-src/zconf.h
1054 ____________________________________________________________________________
1055 [ 26467] By: rgs                                   on 2005/12/23  10:13:30
1056         Log: Clarify example of .. in perlop
1057              to fix [perl #38008] Documentation bug: perlop
1058              plus some minor formatting nits
1059      Branch: perl
1060            ! pod/perlop.pod
1061 ____________________________________________________________________________
1062 [ 26466] By: rgs                                   on 2005/12/23  09:21:09
1063         Log: Subject: [REPATCH lib/UNIVERSAL.pm] Recommend Against Using Methods as Functions
1064              From: chromatic <chromatic@wgz.org>
1065              Date: Dec 22, 2005 8:58 PM
1066              Message-Id: <200512221158.54474.chromatic@wgz.org>
1067      Branch: perl
1068            ! lib/UNIVERSAL.pm
1069 ____________________________________________________________________________
1070 [ 26465] By: nicholas                              on 2005/12/23  01:38:01
1071         Log: Need to be more careful with the symbol table manipulation - if there
1072              is already an entry in place, back off and generate a real constant
1073              subroutine. (fixes lib/Net/hostent.t failure)
1074              Fix a bug with how hv_store was being called.
1075      Branch: perl
1076            ! lib/ExtUtils/Constant/ProxySubs.pm
1077 ____________________________________________________________________________
1078 [ 26464] By: nicholas                              on 2005/12/23  01:09:05
1079         Log: SIGRTMAX, SIGRTMIN, LDBL_MAX, LDBL_MIN, LDBL_EPSILON and HUGE_VAL
1080              aren't constants on (at least some) Linux.
1081              And more evil than that, HUGE_VAL likes to use the C preprocessor
1082              in its value, necessitating use of a temporary.
1083      Branch: perl
1084            ! ext/POSIX/Makefile.PL lib/ExtUtils/Constant/ProxySubs.pm
1085 ____________________________________________________________________________
1086 [ 26463] By: nicholas                              on 2005/12/23  00:37:04
1087         Log: Use inlineable proxy constant subs for Socket
1088      Branch: perl
1089            ! ext/Socket/Makefile.PL lib/ExtUtils/Constant/ProxySubs.pm
1090 ____________________________________________________________________________
1091 [ 26462] By: stevep                                on 2005/12/23  00:28:54
1092         Log: ctime_r() and asctime_r() seem to have some problems before HP-UX 11.
1093      Branch: perl
1094            ! hints/hpux.sh
1095 ____________________________________________________________________________
1096 [ 26461] By: nicholas                              on 2005/12/23  00:27:50
1097         Log: Subject: [PATCH] Speed up Perl_sv_derived_from
1098              From: Andy Lester <andy@petdance.com>
1099              Message-ID: <20051222220044.GH4370@petdance.com>
1100              Date: Thu, 22 Dec 2005 16:00:44 -0600
1101      Branch: perl
1102            ! universal.c
1103 ____________________________________________________________________________
1104 [ 26460] By: nicholas                              on 2005/12/23  00:18:49
1105         Log: Create a sub LC_ALL with the correct prototype.
1106      Branch: perl
1107            ! lib/locale.t
1108 ____________________________________________________________________________
1109 [ 26459] By: nicholas                              on 2005/12/23  00:18:27
1110         Log: De-duplicate the items in @EXPORT. (@EXPORT is built from all the tags,
1111              and some constants are mentioned in multiple tags).
1112              Should this logic be in Exporter::Heavy?
1113      Branch: perl
1114            ! ext/POSIX/POSIX.pm
1115 ____________________________________________________________________________
1116 [ 26458] By: stevep                                on 2005/12/23  00:10:25
1117         Log: Make hostname.t deal with undefined or blank hostnames and domain 
1118              names.
1119      Branch: perl
1120            ! lib/Net/t/hostname.t
1121 ____________________________________________________________________________
1122 [ 26457] By: stevep                                on 2005/12/23  00:06:58
1123         Log: Fix for pod2man() in ExtUtils::Command::MM to work with 
1124              the Pod::Man 2.04.
1125      Branch: perl
1126            ! lib/ExtUtils/Command/MM.pm
1127 ____________________________________________________________________________
1128 [ 26456] By: nicholas                              on 2005/12/23  00:06:52
1129         Log: Subject: [PATCH] Speedup (rn|n)?instr
1130              From: Andy Lester <andy@petdance.com>
1131              Message-ID: <20051222223839.GI4370@petdance.com>
1132              Date: Thu, 22 Dec 2005 16:38:39 -0600
1133      Branch: perl
1134            ! util.c
1135 ____________________________________________________________________________
1136 [ 26455] By: nicholas                              on 2005/12/22  23:57:27
1137         Log: Use inlineable proxy constant subs for POSIX.
1138              There may be trouble ahead, as it seems that not all POSIX "constants"
1139              are. I wonder if too many systems are going to have too many
1140              variations to make this viable.
1141      Branch: perl
1142            ! ext/POSIX/Makefile.PL lib/ExtUtils/Constant/Base.pm
1143            ! lib/ExtUtils/Constant/ProxySubs.pm
1144 ____________________________________________________________________________
1145 [ 26454] By: nicholas                              on 2005/12/22  23:43:22
1146         Log: Missing ; in Tie::File
1147      Branch: perl
1148            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
1149 ____________________________________________________________________________
1150 [ 26453] By: nicholas                              on 2005/12/22  21:02:19
1151         Log: Make ExtUtils::Constant generate the inlineable proxy constant subs.
1152              So far just enough to make Fcntl work.
1153      Branch: perl
1154            + lib/ExtUtils/Constant/ProxySubs.pm
1155            ! MANIFEST ext/Fcntl/Makefile.PL lib/ExtUtils/Constant.pm
1156 ____________________________________________________________________________
1157 [ 26452] By: rgs                                   on 2005/12/22  19:37:42
1158         Log: Compilation help for EBCDIC platforms, from Jarkko,
1159              tested by Rajarshi Das
1160      Branch: perl
1161            ! utf8.h
1162 ____________________________________________________________________________
1163 [ 26451] By: nicholas                              on 2005/12/22  19:00:52
1164         Log: Break out the code to generate #ifdef/#endif into new methods
1165              macro_to_ifdef and macro_to_endif
1166              Add an args hashref to normalise_items; provide a
1167              disable_utf8_duplication argument to disable the utf8 duplication code.
1168      Branch: perl
1169            ! lib/ExtUtils/Constant/Base.pm
1170 ____________________________________________________________________________
1171 [ 26450] By: rgs                                   on 2005/12/22  17:09:59
1172         Log: Subject: [PATCH] Ho! Ho! Ho!  Santa brings consting!
1173              From: Andy Lester <andy@petdance.com>
1174              Date: Thu, 22 Dec 2005 10:57:17 -0600
1175              Message-ID: <20051222165717.GA2874@petdance.com>
1176      Branch: perl
1177            ! dump.c embed.fnc embed.h gv.c hv.c op.c pp.c pp_ctl.c pp_hot.c
1178            ! pp_sys.c proto.h regcomp.c sv.c toke.c universal.c
1179 ____________________________________________________________________________
1180 [ 26449] By: nicholas                              on 2005/12/22  17:01:33
1181         Log: Break out the item normalisation code into a method normalise_items.
1182      Branch: perl
1183            ! lib/ExtUtils/Constant/Base.pm
1184 ____________________________________________________________________________
1185 [ 26448] By: nicholas                              on 2005/12/22  15:43:20
1186         Log: Regression tests for proxy subroutine glob assignment.
1187              Fix a bug (it turns out that a typeglob isn't SvOK())
1188              Remove stray debugging code.
1189      Branch: perl
1190            ! pp_hot.c t/op/gv.t
1191 ____________________________________________________________________________
1192 [ 26447] By: rgs                                   on 2005/12/22  14:55:52
1193         Log: Subject: [PATCH] eliminate HINT_HH_FOR_EVAL
1194              From: Robin Houston <robin@cpan.org>
1195              Date: Thu, 22 Dec 2005 11:54:55 +0000
1196              Message-ID: <20051222115455.GB30301@rpc142.cs.man.ac.uk>
1197      Branch: perl
1198            ! lib/feature.pm lib/overload.pm lib/sort.pm op.c perl.h
1199            ! t/comp/hints.t
1200 ____________________________________________________________________________
1201 [ 26446] By: nicholas                              on 2005/12/22  11:23:34
1202         Log: Add an optimisation to allow proxy constant subroutines to be copied
1203              as proxy constant subroutines in a new symbol table where possible.
1204              (Rather than converting them to full blown constant subroutines and
1205              instantiating 2 typeglobs)
1206      Branch: perl
1207            ! ext/B/t/concise-xs.t gv.c gv.h op.c op.h pp.c pp_hot.c sv.c
1208 ____________________________________________________________________________
1209 [ 26445] By: rgs                                   on 2005/12/22  11:13:25
1210         Log: Regenerate Changes
1211      Branch: perl
1212            ! Changes
1213 ____________________________________________________________________________
1214 [ 26444] By: gisle                                 on 2005/12/22  10:42:36
1215         Log: Remove unused variable 'stash' since change 26437.
1216      Branch: perl
1217            ! pp_hot.c
1218 ____________________________________________________________________________
1219 [ 26443] By: rgs                                   on 2005/12/22  10:32:17
1220         Log: Regenerate perlapi.pod.
1221              Fix indentation of code examples in perlsyn.
1222      Branch: perl
1223            ! pod/perlapi.pod pod/perlsyn.pod
1224 ____________________________________________________________________________
1225 [ 26442] By: rgs                                   on 2005/12/22  10:10:04
1226         Log: Subject: [PATCH] switch / ~~ doccos
1227              From: Robin Houston <robin@cpan.org>
1228              Date: Wed, 21 Dec 2005 13:51:18 +0000
1229              Message-ID: <20051221135118.GC26527@rpc142.cs.man.ac.uk>
1230      Branch: perl
1231            ! pod/perlsyn.pod
1232 ____________________________________________________________________________
1233 [ 26441] By: merijn                                on 2005/12/22  07:02:37
1234         Log: Subject: [PATCH] wrong setting in canned win32/config.vc64 file
1235              From: "Jan Dubois" <jand@ActiveState.com>
1236              Date: Wed, 21 Dec 2005 15:04:30 -0800
1237              Message-ID: <06c701c60682$e650adc0$d563a8c0@candy>
1238      Branch: perl
1239            ! win32/config.vc64
1240 ____________________________________________________________________________
1241 [ 26440] By: stevep                                on 2005/12/22  03:08:59
1242         Log: Add documentation for method domainname() in Net::Domain.  Add some
1243              additional tests for Net::Domain.  Also, since it is tested, remove 
1244              test case from lib/1_compile.t.  One step closer to $500.
1245      Branch: perl
1246            ! lib/Net/Domain.pm lib/Net/t/hostname.t t/lib/1_compile.t
1247 ____________________________________________________________________________
1248 [ 26439] By: nicholas                              on 2005/12/21  22:40:04
1249         Log: Avoid negating an unsigned value. (The offset in the SV body table)
1250      Branch: perl
1251            ! sv.c
1252 ____________________________________________________________________________
1253 [ 26438] By: nicholas                              on 2005/12/21  21:20:23
1254         Log: For consistency sv_2cv should not leave the stash pointer uninitialised
1255              for some cases. Although it seems that only pp_sort pays any attention
1256              to it, of all the code on CPAN.
1257      Branch: perl
1258            ! sv.c
1259 ____________________________________________________________________________
1260 [ 26437] By: nicholas                              on 2005/12/21  20:38:42
1261         Log: Localise the stash variable in pp_entersub().
1262      Branch: perl
1263            ! pp_hot.c
1264 ____________________________________________________________________________
1265 [ 26436] By: nicholas                              on 2005/12/21  19:37:48
1266         Log: Undo my goto spaghetti from change 18340 - what we really need are
1267              hints to compilers about likey/unlikely branches.
1268      Branch: perl
1269            ! pp_hot.c
1270 ____________________________________________________________________________
1271 [ 26435] By: stevep                                on 2005/12/21  19:04:37
1272         Log: Add tests for untested math functions in POSIX
1273      Branch: perl
1274            + ext/POSIX/t/math.t
1275            ! MANIFEST
1276 ____________________________________________________________________________
1277 [ 26434] By: nicholas                              on 2005/12/21  18:34:03
1278         Log: The lref argument of sv_2cv is actually passed onwards to gv_fetchsv,
1279              so it is a bitmap of flag bits rather than simple TRUE/FALSE.
1280      Branch: perl
1281            ! mg.c pp.c pp_hot.c sv.c
1282 ____________________________________________________________________________
1283 [ 26433] By: rgs                                   on 2005/12/21  17:07:05
1284         Log: Remove switch from perltodo
1285      Branch: perl
1286            ! pod/perltodo.pod
1287 ____________________________________________________________________________
1288 [ 26432] By: rgs                                   on 2005/12/21  16:16:19
1289         Log: Subject: [PATCH] Feature bundle is now :5.10, and add -E switch
1290              From: Robin Houston <robin@cpan.org>
1291              Date: Wed, 21 Dec 2005 11:00:08 +0000
1292              Message-ID: <20051221110008.GB25877@rpc142.cs.man.ac.uk>
1293      Branch: perl
1294            + t/lib/feature/err
1295            ! MANIFEST embedvar.h global.sym intrpvar.h lib/feature.pm
1296            ! perl.c perl_keyword.pl perlapi.h pod/perlop.pod
1297            ! pod/perlrun.pod sv.c t/lib/feature/nonesuch t/lib/warnings/op
1298            ! t/op/dor.t t/run/switches.t toke.c
1299 ____________________________________________________________________________
1300 [ 26431] By: rgs                                   on 2005/12/21  11:12:32
1301         Log: Fix for [perl #37999] lc() + Latin-1 chars is failing erratically
1302              based on copying part of change #22196 from do_chomp() to do_chop().
1303      Branch: perl
1304            ! doop.c
1305 ____________________________________________________________________________
1306 [ 26430] By: rgs                                   on 2005/12/21  09:23:05
1307         Log: Subject: [PATCH] Fix bug in change #26379
1308              From: "Jan Dubois" <jand@ActiveState.com>
1309              Date: Tue, 20 Dec 2005 16:42:24 -0800
1310              Message-ID: <046001c605c7$69470290$d563a8c0@candy>
1311      Branch: perl
1312            ! win32/win32.c
1313 ____________________________________________________________________________
1314 [ 26429] By: nicholas                              on 2005/12/20  23:12:17
1315         Log: rv_2av, rv_2cv and rv_2hv also make use of OPf_SPECIAL, so update the
1316              descriptive comment to include them.
1317      Branch: perl
1318            ! op.h
1319 ____________________________________________________________________________
1320 [ 26428] By: rgs                                   on 2005/12/20  20:50:26
1321         Log: Remove some hardcoded references to ./perl in tests
1322      Branch: perl
1323            ! t/op/closure.t t/op/magic.t t/run/runenv.t
1324 ____________________________________________________________________________
1325 [ 26427] By: nicholas                              on 2005/12/20  20:13:12
1326         Log: Take care in toke.c not to convert constant subroutine reference
1327              proxies into full blow PVGVs with PVCVs, and recognise them and inline
1328              their values. Adds a new function gv_const_sv(gv) to return the value
1329              of the constant subroutine from a GV, and adds a cv parameter to
1330              S_intuit_method.
1331      Branch: perl
1332            ! embed.fnc embed.h gv.c proto.h toke.c
1333 ____________________________________________________________________________
1334 [ 26426] By: merijn                                on 2005/12/20  19:56:58
1335         Log: Small update on using threads on HP-UX 10.20
1336              64bit is far beyond experimental by now
1337      Branch: perl
1338            ! README.hpux
1339 ____________________________________________________________________________
1340 [ 26425] By: nicholas                              on 2005/12/20  19:55:46
1341         Log: Add a GV_NOADD_NOINIT flag to gv_fetch{pv,pvn,sv} that disables
1342              addition of new typeglobs, and also disables initialisation of any
1343              typeglob placeholders. Needed to make the new constant subroutine
1344              proxy references work efficiently.
1345      Branch: perl
1346            ! gv.c gv.h
1347 ____________________________________________________________________________
1348 [ 26424] By: rgs                                   on 2005/12/20  19:37:26
1349         Log: Fix typos in regular expressions
1350      Branch: perl
1351            ! ext/POSIX/t/time.t
1352 ____________________________________________________________________________
1353 [ 26423] By: nicholas                              on 2005/12/20  16:34:27
1354         Log: Get the "cv" from the "gv" once, and be more careful so that we can
1355              cope if either aren't their regular types.
1356              cv_const_sv should verify the type of SV passed, instead of assuming
1357              that it's a viable CV.
1358      Branch: perl
1359            ! op.c toke.c
1360 ____________________________________________________________________________
1361 [ 26422] By: nicholas                              on 2005/12/20  15:11:09
1362         Log: Croak if gv_init doesn't know how to create a typeglob from that type
1363              of referant. Test that ARRAY, HASH, PVIO, CODE and FORMAT croak.
1364              Globs are actually first class assignable objects, so test that you
1365              can create a constant subroutine that returns one.
1366      Branch: perl
1367            ! gv.c pod/perldiag.pod t/op/gv.t
1368 ____________________________________________________________________________
1369 [ 26421] By: rgs                                   on 2005/12/20  14:54:10
1370         Log: POD nits on B::Lint
1371      Branch: perl
1372            ! ext/B/B/Lint.pm
1373 ____________________________________________________________________________
1374 [ 26420] By: rgs                                   on 2005/12/20  14:48:34
1375         Log: Subject: Re: Pluggable lint patch
1376              From: Joshua ben Jore <twists@gmail.com>
1377              Date: Mon, 19 Dec 2005 09:22:04 -0600
1378              Message-ID: <dc5c751d0512190722s1e73ef88l5ae82bd7aa075c51@mail.gmail.com>
1379      Branch: perl
1380            ! ext/B/B/Lint.pm ext/B/t/lint.t
1381 ____________________________________________________________________________
1382 [ 26419] By: gisle                                 on 2005/12/20  14:39:22
1383         Log: Make perlivp skip the *.ph tests by default, since these
1384              files are normally not generated.
1385              The -a option is now needed for it to run all tests.
1386      Branch: perl
1387            ! utils/perlivp.PL
1388 ____________________________________________________________________________
1389 [ 26418] By: rgs                                   on 2005/12/20  14:24:06
1390         Log: Subject: [TEST PATCH] %^H can now propagate into eval
1391              From: Robin Houston <robin@cpan.org>
1392              Date: Tue, 20 Dec 2005 12:06:15 +0000
1393              Message-ID: <20051220120615.GA21794@rpc142.cs.man.ac.uk>
1394      Branch: perl
1395            ! t/comp/hints.t
1396 ____________________________________________________________________________
1397 [ 26417] By: nicholas                              on 2005/12/20  14:10:39
1398         Log: Verify that the code for initialising typeglobs from other types works.
1399      Branch: perl
1400            ! t/op/gv.t
1401 ____________________________________________________________________________
1402 [ 26416] By: rgs                                   on 2005/12/20  13:55:19
1403         Log: Use PTR2IV instead of casting directly
1404      Branch: perl
1405            ! pp_ctl.c
1406 ____________________________________________________________________________
1407 [ 26415] By: nicholas                              on 2005/12/20  13:39:01
1408         Log: gv_fetchpv, gv_fetchpvn and gv_fetchsv take a bitmask of flags, rather
1409              than a simple boolean, so passing FALSE or TRUE is bogus.
1410      Branch: perl
1411            ! doio.c gv.c mg.c op.c pp.c pp_hot.c pp_sys.c regcomp.c sv.c
1412            ! toke.c universal.c
1413 ____________________________________________________________________________
1414 [ 26414] By: nicholas                              on 2005/12/20  12:51:21
1415         Log: In Perl_yylex, move the declaration of orig_keyword, gv and gvp down to
1416              the block labelled keylookup.
1417      Branch: perl
1418            ! toke.c
1419 ____________________________________________________________________________
1420 [ 26413] By: rgs                                   on 2005/12/20  10:25:01
1421         Log: Subject: [PATCH] make failing cygwin test TODO'd
1422              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
1423              Date: Mon, 19 Dec 2005 03:41:12 -0800
1424              Message-ID: <20051219114112.GA5568@efn.org>
1425      Branch: perl
1426            ! lib/File/Compare.t
1427 ____________________________________________________________________________
1428 [ 26412] By: nicholas                              on 2005/12/19  23:47:26
1429         Log: In Perl_yylex, make tmp a temporary variable local to the blocks in
1430              which it is used.
1431      Branch: perl
1432            ! toke.c
1433 ____________________________________________________________________________
1434 [ 26411] By: nicholas                              on 2005/12/19  22:38:54
1435         Log: Assert that orig_keyword, gv and gvp aren't used before the main
1436              keyword parser of Perl_yylex.
1437      Branch: perl
1438            ! toke.c
1439 ____________________________________________________________________________
1440 [ 26410] By: davem                                 on 2005/12/19  22:07:49
1441         Log: //g loops infinitely on tainted data
1442              make the LHS of expr =~ /foo/g an lvalue, so that any pos magic
1443              attached to it stays attached.
1444      Branch: perl
1445            ! op.c t/op/taint.t
1446 ____________________________________________________________________________
1447 [ 26409] By: nicholas                              on 2005/12/19  20:57:40
1448         Log: Make gv_init recognise a reference-to-something in a symbol table as
1449              meaning a constant subroutine with that thing as it value
1450      Branch: perl
1451            ! gv.c
1452 ____________________________________________________________________________
1453 [ 26408] By: rgs                                   on 2005/12/19  19:27:09
1454         Log: Fix internal broken link ; reindent code examples
1455      Branch: perl
1456            ! pod/perlsyn.pod
1457 ____________________________________________________________________________
1458 [ 26407] By: rgs                                   on 2005/12/19  19:21:47
1459         Log: Fix typo.
1460              Add empty lines after =items.
1461      Branch: perl
1462            ! pod/perldiag.pod
1463 ____________________________________________________________________________
1464 [ 26406] By: rgs                                   on 2005/12/19  19:18:48
1465         Log: A note on say() and ORS grabbed from Damian's Perl6::Say.
1466      Branch: perl
1467            ! pod/perlfunc.pod
1468 ____________________________________________________________________________
1469 [ 26405] By: rgs                                   on 2005/12/19  18:43:04
1470         Log: Attempt at making IO::Handle backwards compatible again
1471      Branch: perl
1472            ! ext/IO/lib/IO/Handle.pm
1473 ____________________________________________________________________________
1474 [ 26404] By: nicholas                              on 2005/12/19  18:28:03
1475         Log: Make sv_dump (and therefore Devel::Peek) report the value of the
1476              constant in inlineable constant subroutines.
1477      Branch: perl
1478            ! dump.c ext/Devel/Peek/t/Peek.t
1479 ____________________________________________________________________________
1480 [ 26403] By: rgs                                   on 2005/12/19  18:20:48
1481         Log: sort.pm deserves a new version number
1482      Branch: perl
1483            ! lib/sort.pm
1484 ____________________________________________________________________________
1485 [ 26402] By: rgs                                   on 2005/12/19  18:17:19
1486         Log: Subject: Re: [PATCH] Make the 'sort' pragma lexically scoped
1487              From: Robin Houston <robin@cpan.org>
1488              Date: Dec 19, 2005 6:46 PM
1489              Message-ID: <20051219174620.GA17940@rpc142.cs.man.ac.uk>
1490      Branch: perl
1491            ! embed.fnc embed.h ext/B/B/Concise.pm ext/B/t/concise-xs.t
1492            ! ext/B/t/f_sort.t global.sym lib/feature.pm lib/sort.pm
1493            ! lib/sort.t op.c op.h pod/perlapi.pod pp_sort.c proto.h toke.c
1494 ____________________________________________________________________________
1495 [ 26401] By: rgs                                   on 2005/12/19  16:39:44
1496         Log: Missing file from last change
1497      Branch: perl
1498            + t/lib/common.pl
1499 ____________________________________________________________________________
1500 [ 26400] By: rgs                                   on 2005/12/19  16:26:15
1501         Log: Subject: [PATCH] latest switch/say/~~
1502              From: Robin Houston <robin@cpan.org>
1503              Date: Sat, 17 Dec 2005 20:44:31 +0000
1504              Message-Id: <20051217204431.GB28940@rpc142.cs.man.ac.uk>
1505      Branch: perl
1506            + lib/feature.pm lib/feature.t t/io/say.t t/lib/feature/nonesuch
1507            + t/lib/feature/say t/lib/feature/smartmatch
1508            + t/lib/feature/switch t/op/smartmatch.t t/op/switch.t
1509            ! MANIFEST cop.h embed.fnc embed.h ext/B/B/Deparse.pm
1510            ! ext/B/t/concise-xs.t ext/B/t/f_map.t ext/B/t/optree_samples.t
1511            ! ext/IO/lib/IO/Handle.pm ext/Opcode/Opcode.pm global.sym
1512            ! keywords.h keywords.pl lib/overload.pm lib/warnings.t op.c
1513            ! op.h opcode.h opcode.pl opnames.h perl.h perl_keyword.pl
1514            ! perly.act perly.h perly.tab perly.y pod/perldiag.pod
1515            ! pod/perlfunc.pod pod/perlop.pod pod/perlsyn.pod pp.sym
1516            ! pp_ctl.c pp_proto.h proto.h t/op/cproto.t toke.c
1517 ____________________________________________________________________________
1518 [ 26399] By: rgs                                   on 2005/12/19  09:52:42
1519         Log: Un-TODO a fixed test
1520              
1521              Subject: Re: Change 26165 broke ext/threads/t/stress_re.t test on Win32 (and patch to t/test.pl and/or Test::Harness)
1522              From: demerphq <demerphq@gmail.com>
1523              Date: Sat, 17 Dec 2005 17:23:23 +0100
1524              Message-ID: <9b18b3110512170823q1bb2cd27h838b4d4dcdba72c9@mail.gmail.com>
1525      Branch: perl
1526            ! t/op/pat.t
1527 ____________________________________________________________________________
1528 [ 26398] By: rgs                                   on 2005/12/19  09:52:03
1529         Log: TODO-SKIP tests must be "not ok", or else the test harness will think
1530              it's an unexpected success
1531              
1532              Subject: Re: Change 26165 broke ext/threads/t/stress_re.t test on Win32 (and patch to t/test.pl and/or Test::Harness)
1533              From: demerphq <demerphq@gmail.com>
1534              Date: Sat, 17 Dec 2005 17:23:23 +0100
1535              Message-ID: <9b18b3110512170823q1bb2cd27h838b4d4dcdba72c9@mail.gmail.com>
1536      Branch: perl
1537            ! t/test.pl
1538 ____________________________________________________________________________
1539 [ 26397] By: rgs                                   on 2005/12/18  10:23:55
1540         Log: Subject: [PATCH] Make script embedded in patchlevel.h work on win32.
1541              From: demerphq <demerphq@gmail.com> Mailed-By: perl.org
1542              Date: Dec 17, 2005 7:52 PM
1543              Message-ID: <9b18b3110512171052h2052d598rdf038f1d38560317@mail.gmail.com>
1544      Branch: perl
1545            ! patchlevel.h
1546 ____________________________________________________________________________
1547 [ 26396] By: craigb                                on 2005/12/18  00:16:42
1548         Log: Two test workarounds for VMS
1549      Branch: perl
1550            ! lib/File/Copy.t t/op/goto.t
1551 ____________________________________________________________________________
1552 [ 26395] By: nicholas                              on 2005/12/17  23:22:31
1553         Log: Add some paranoia to check that GP accesses aren't being done on the
1554              wrong types of SV.
1555      Branch: perl
1556            ! gv.h
1557 ____________________________________________________________________________
1558 [ 26394] By: stevep                                on 2005/12/17  19:21:35
1559         Log: Upgrade to Time-HiRes-1.86
1560      Branch: perl
1561            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
1562            ! ext/Time/HiRes/t/HiRes.t
1563 ____________________________________________________________________________
1564 [ 26393] By: nicholas                              on 2005/12/17  18:50:08
1565         Log: Two it's => its grammar fixes.
1566      Branch: perl
1567            ! op.c perl.h
1568 ____________________________________________________________________________
1569 [ 26392] By: nicholas                              on 2005/12/17  18:25:59
1570         Log: Move and const some definitions of variables used to save errno.
1571      Branch: perl
1572            ! doio.c perlio.c
1573 ____________________________________________________________________________
1574 [ 26391] By: nicholas                              on 2005/12/17  17:46:06
1575         Log: Add t/op/negate.t to MANIFEST.
1576      Branch: perl
1577            ! MANIFEST
1578 ____________________________________________________________________________
1579 [ 26390] By: nicholas                              on 2005/12/17  17:40:44
1580         Log: Pull the definition of olderrno in sv_2pv_flags into the block where
1581              it's used.
1582      Branch: perl
1583            ! sv.c
1584 ____________________________________________________________________________
1585 [ 26389] By: stevep                                on 2005/12/17  15:47:39
1586         Log: Subject: [PATCH] Correct typo in Time::HiRes tests introduced by patch 26383
1587              From: Dominic Dunlop <shouldbedomo@mac.com>
1588              Date: Sat, 17 Dec 2005 15:57:54 +0100
1589              Message-Id: <B364C747-F2BB-446F-887E-06EA2989888C@mac.com>
1590      Branch: perl
1591            ! ext/Time/HiRes/t/HiRes.t
1592 ____________________________________________________________________________
1593 [ 26388] By: stevep                                on 2005/12/17  15:41:38
1594         Log: Fix a typo and add some clarification to change #26387.
1595      Branch: perl
1596            ! pod/perlop.pod
1597 ____________________________________________________________________________
1598 [ 26387] By: stevep                                on 2005/12/17  15:35:45
1599         Log: Addition documentation explaining aritmetic negation on strings.  Also,
1600              additional test cases based partially on code by Piotr Fusik in 
1601              RT #36675: -'-10' eq '+10'.
1602      Branch: perl
1603            + t/op/negate.t
1604            ! pod/perlop.pod
1605 ____________________________________________________________________________
1606 [ 26386] By: nicholas                              on 2005/12/17  12:00:51
1607         Log: The IV/UV choice can be made inside uiv_2buf rather than sv_2pv_flags.
1608      Branch: perl
1609            ! sv.c
1610 ____________________________________________________________________________
1611 [ 26385] By: nicholas                              on 2005/12/17  11:44:47
1612         Log: The THINKFIRST check after the GMAGICAL check in sv_2iv_flags and
1613              sv_2uv_flags should have been else if.
1614      Branch: perl
1615            ! sv.c
1616 ____________________________________________________________________________
1617 [ 26384] By: stevep                                on 2005/12/17  04:03:05
1618         Log: Fix for ext/POSIX/t/time.t so the strftime() test works on systems
1619              that aren't quite up to SUS3.  Based on a patch by David Dyck in
1620              RT #37960: POSIX/t/time fails bleadperl
1621      Branch: perl
1622            ! ext/POSIX/t/time.t
1623 ____________________________________________________________________________
1624 [ 26383] By: stevep                                on 2005/12/17  01:46:58
1625         Log: Upgrade to Time-HiRes-1.85
1626      Branch: perl
1627            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
1628            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
1629            ! ext/Time/HiRes/fallback/const-c.inc
1630            ! ext/Time/HiRes/fallback/const-xs.inc ext/Time/HiRes/t/HiRes.t
1631 ____________________________________________________________________________
1632 [ 26382] By: nicholas                              on 2005/12/16  22:41:01
1633         Log: Typo fixes from Robin Houston in
1634              <20051216201446.GA24709@rpc142.cs.man.ac.uk>
1635      Branch: perl
1636            ! sv.h
1637 ____________________________________________________________________________
1638 [ 26381] By: nicholas                              on 2005/12/16  21:54:13
1639         Log: s/Nullhv/NULL/g;
1640              # Although I see that Robin is proposing to add some :-)
1641      Branch: perl
1642            ! cop.h ext/Data/Dumper/Dumper.xs ext/DynaLoader/dlutils.c gv.c
1643            ! op.c op.h pad.c perl.c sv.c toke.c universal.c xsutils.c
1644 ____________________________________________________________________________
1645 [ 26380] By: nicholas                              on 2005/12/16  21:30:34
1646         Log: s/Nullav/NULL/g
1647      Branch: perl
1648            ! cop.h ext/Data/Dumper/Dumper.xs gv.c intrpvar.h pad.c perl.c
1649            ! pp.c pp_ctl.c pp_sort.c scope.c sv.c
1650 ____________________________________________________________________________
1651 [ 26379] By: rgs                                   on 2005/12/16  21:13:37
1652         Log: Subject: [PATCH] RE: PeekMessage() call in win32\win32.c win32_async_check
1653              From: Jan Dubois <jand@activestate.com>
1654              Date: Dec 16, 2005 7:12 AM
1655              Message-ID: <015901c60207$abd64210$d563a8c0@candy>
1656              
1657              (Without the proposed alarm.t test)
1658      Branch: perl
1659            ! t/op/fork.t win32/perlhost.h win32/win32.c win32/win32.h
1660 ____________________________________________________________________________
1661 [ 26378] By: nicholas                              on 2005/12/16  18:12:26
1662         Log: Perl_sv_dup should be allocating bodies based on *size*, not the
1663              length to copy.
1664      Branch: perl
1665            ! sv.c
1666 ____________________________________________________________________________
1667 [ 26377] By: nicholas                              on 2005/12/16  15:55:51
1668         Log: comp/require.t exits early for the case of UTF-8 or EBCDIC, so need to
1669              add "new" tests before the end.
1670      Branch: perl
1671            ! t/comp/require.t
1672 ____________________________________________________________________________
1673 [ 26376] By: davem                                 on 2005/12/15  22:03:57
1674         Log: change #26373 broke threaded builds (aTHX_ now superfluous)
1675      Branch: perl
1676            ! pp_ctl.c
1677 ____________________________________________________________________________
1678 [ 26375] By: stevep                                on 2005/12/15  18:16:20
1679         Log: Added test for change #26373.
1680      Branch: perl
1681            ! t/comp/require.t
1682 ____________________________________________________________________________
1683 [ 26374] By: rgs                                   on 2005/12/15  18:00:34
1684         Log: Fix for [perl #37886] strict 'refs' doesn't apply inside defined
1685      Branch: perl
1686            ! pod/perl593delta.pod pp.c t/lib/strict/refs
1687 ____________________________________________________________________________
1688 [ 26373] By: stevep                                on 2005/12/15  17:48:42
1689         Log: Prevent require() from attempting to open directories and block 
1690              devices.  This fixes RT #24404.
1691      Branch: perl
1692            ! embed.fnc embed.h pp_ctl.c proto.h
1693 ____________________________________________________________________________
1694 [ 26372] By: nicholas                              on 2005/12/15  17:26:52
1695         Log: Use PL_op_desc rather than literal strings in pp_ioctl
1696      Branch: perl
1697            ! pp_sys.c
1698 ____________________________________________________________________________
1699 [ 26371] By: nicholas                              on 2005/12/15  17:26:22
1700         Log: Expand the comment describing the intent of change 26370, and how it
1701              relates to change 24660.
1702      Branch: perl
1703            ! toke.c
1704 ____________________________________________________________________________
1705 [ 26370] By: rgs                                   on 2005/12/15  17:12:01
1706         Log: Don't autovivify stashes as soon as the lexer sees them.
1707              This makes defined %foo::bar:: work again.
1708              Add tests for it, remove note in perldelta about having broken it.
1709      Branch: perl
1710            ! pod/perl593delta.pod t/op/stash.t toke.c
1711 ____________________________________________________________________________
1712 [ 26369] By: nicholas                              on 2005/12/15  16:24:21
1713         Log: In Perl_apply, the name of the op can be found from PL_op_name, instead
1714              of using local string constants.
1715      Branch: perl
1716            ! doio.c
1717 ____________________________________________________________________________
1718 [ 26368] By: rgs                                   on 2005/12/15  15:11:15
1719         Log: More general fix for bug [perl #37915]
1720              Make Net::Ping::mselect return undef on error instead of -1.
1721      Branch: perl
1722            ! lib/Net/Ping.pm
1723 ____________________________________________________________________________
1724 [ 26367] By: rgs                                   on 2005/12/15  14:44:51
1725         Log: Subject: [perl #37915] Bad select error handling in Net::Ping 
1726              From: alexander_bluhm@genua.de (via RT) <perlbug-followup@perl.org>
1727              Date: Tue, 13 Dec 2005 10:44:47 -0800
1728              Message-ID: <rt-3.0.11-37915-125655.19.2646201463531@perl.org>
1729      Branch: perl
1730            ! lib/Net/Ping.pm
1731 ____________________________________________________________________________
1732 [ 26366] By: gisle                                 on 2005/12/15  12:34:12
1733         Log: Silence test output to STDERR
1734              because it makes the 'make test' output look ugly.
1735      Branch: perl
1736            ! ext/Sys/Syslog/t/00-load.t
1737 ____________________________________________________________________________
1738 [ 26365] By: gisle                                 on 2005/12/15  10:42:03
1739         Log: Subject: Re: [perl #37897] sprintf of version objects
1740              From: John Peacock <jpeacock@rowman.com>
1741              Date: Wed, 14 Dec 2005 10:12:56 -0500
1742              Message-ID: <43A03678.2060700@rowman.com>
1743              
1744              (with some formatting tweaks and extra test cases)
1745      Branch: perl
1746            ! sv.c t/op/sprintf.t
1747 ____________________________________________________________________________
1748 [ 26364] By: rgs                                   on 2005/12/15  10:04:36
1749         Log: Some cleanups by Jarkko (and one by myself) to check83.pl
1750      Branch: perl
1751            ! Porting/check83.pl
1752 ____________________________________________________________________________
1753 [ 26363] By: craigb                                on 2005/12/15  03:59:21
1754         Log: On VMS, put pods in [.lib.pods] rather than [.lib.pod]
1755              in order to avoid collisions with [.lib.Pod]
1756      Branch: perl
1757            ! configure.com installperl vms/descrip_mms.template
1758 ____________________________________________________________________________
1759 [ 26362] By: stevep                                on 2005/12/15  02:33:11
1760         Log: Reverting change #26360 and #26361 since it appears that the bugs I
1761              thought I fixed had been previously fixed with change #25953.
1762      Branch: perl
1763            ! pp_sort.c
1764 ____________________________________________________________________________
1765 [ 26361] By: stevep                                on 2005/12/15  02:02:25
1766         Log: Again, FREETMPS not SAVETMPS!
1767      Branch: perl
1768            ! pp_sort.c
1769 ____________________________________________________________________________
1770 [ 26360] By: stevep                                on 2005/12/15  02:00:19
1771         Log: Add a missing FREETMPS to match up with a SAVETMPS.  This change
1772              fixes problems with nested sorts.  (RTs #7063 and #36430).
1773      Branch: perl
1774            ! pp_sort.c
1775 ____________________________________________________________________________
1776 [ 26359] By: stevep                                on 2005/12/15  00:36:25
1777         Log: Upgrade to Getopt-Long-2.35
1778      Branch: perl
1779            ! lib/Getopt/Long.pm
1780 ____________________________________________________________________________
1781 [ 26358] By: craigb                                on 2005/12/14  22:03:28
1782         Log: Using the system's utime() requires a patch to vms/vmsish.h
1783              that has not been submitted yet.
1784      Branch: perl
1785            ! vms/vms.c
1786 ____________________________________________________________________________
1787 [ 26357] By: nicholas                              on 2005/12/14  16:41:33
1788         Log: lib/Pod/t/man.t should use TODO with not ok to express its intentions
1789              correctly in TAP. (or alternatively if it really wants to skip, it
1790              needs to print ok)
1791      Branch: perl
1792            ! lib/Pod/t/man.t
1793 ____________________________________________________________________________
1794 [ 26355] By: nicholas                              on 2005/12/14  15:25:39
1795         Log: Duplicate the AMAGIC temporary variable consting from sv_2iv_flags into
1796              sv_2uv_flags, sv_2nv and sv_2pv_flags.
1797      Branch: perl
1798            ! sv.c
1799 ____________________________________________________________________________
1800 [ 26354] By: nicholas                              on 2005/12/14  14:59:18
1801         Log: Simplify the SvGMAGIC code in sv_[ipu]v_flags.
1802      Branch: perl
1803            ! sv.c
1804 ____________________________________________________________________________
1805 [ 26353] By: nicholas                              on 2005/12/14  14:08:24
1806         Log: Simplify the SvGMAGIC code in sv_2nv, removing duplicated checks to
1807              warn for uninitialized values.
1808      Branch: perl
1809            ! sv.c
1810 ____________________________________________________________________________
1811 [ 26352] By: nicholas                              on 2005/12/14  13:22:14
1812         Log: The logic to use SVt_NV or SVt_PVNV is in sv_upgrade, so no need to
1813              dupliate it in sv_2nv. Also, the final sv_upgrade is never called.
1814      Branch: perl
1815            ! sv.c
1816 ____________________________________________________________________________
1817 [ 26351] By: davem                                 on 2005/12/14  12:46:29
1818         Log: forgot to add new file to change #26350
1819      Branch: perl
1820            + ext/threads/shared/t/blessed.t
1821 ____________________________________________________________________________
1822 [ 26350] By: davem                                 on 2005/12/14  12:44:20
1823         Log: Subject:  [perl #37919] Blessed scalar refs with threads::shared 
1824              From:  "Jerry D. Hedden" (via RT) <perlbug-followup@perl.org>
1825              Date:  Tue, 13 Dec 2005 15:11:20 -0800
1826              Message-Id:  <rt-3.0.11-37919-125690.15.3722450337035@perl.org>
1827              
1828              Unlike arrays and hashes, coping blessed refs to shared scalars left
1829              the copy unblessed
1830      Branch: perl
1831            ! MANIFEST ext/threads/shared/shared.xs
1832 ____________________________________________________________________________
1833 [ 26349] By: steveh                                on 2005/12/14  12:41:02
1834         Log: Fix compilation error when building with -DPERL_MEM_LOG_STDERR
1835      Branch: perl
1836            ! util.c
1837 ____________________________________________________________________________
1838 [ 26347] By: nicholas                              on 2005/12/13  22:07:30
1839         Log: Convert range.t to test.pl
1840      Branch: perl
1841            ! t/op/range.t
1842 ____________________________________________________________________________
1843 [ 26346] By: nicholas                              on 2005/12/13  20:05:31
1844         Log: Update embed.fnc and headers after change 26345 (spotted by Rafael)
1845      Branch: perl
1846            ! embed.fnc embed.h proto.h
1847 ____________________________________________________________________________
1848 [ 26345] By: nicholas                              on 2005/12/13  19:44:22
1849         Log: Inline asIV and asUV, as each is only used once, and it distracts from
1850              the patterns of repeated code in sv_2iv_flags, sv_2uv_flags, sv_2nv
1851              and sv_2pv_flags. Add a comment noting the return path from the end of
1852              the SvGMAGICAL case to all 4.
1853      Branch: perl
1854            ! sv.c
1855 ____________________________________________________________________________
1856 [ 26344] By: craigb                                on 2005/12/13  17:27:48
1857         Log: Don't include utime.h in vms.c -- it collides with 
1858              homegroun definitions in vmsish.h.
1859      Branch: perl
1860            ! vms/vms.c
1861 ____________________________________________________________________________
1862 [ 26343] By: rgs                                   on 2005/12/13  14:07:12
1863         Log: Fix realclean target for Sys::Syslog
1864      Branch: perl
1865            ! ext/Sys/Syslog/Makefile.PL
1866 ____________________________________________________________________________
1867 [ 26342] By: gisle                                 on 2005/12/13  13:54:44
1868         Log: Remove tests that were not portable to 64bit ints.
1869      Branch: perl
1870            ! t/op/sprintf2.t
1871 ____________________________________________________________________________
1872 [ 26341] By: stevep                                on 2005/12/13  12:17:57
1873         Log: Renaming of some of Pod::Simple's test files to make it more 8.3 
1874              friendly.
1875      Branch: perl
1876           +> lib/Pod/Simple/t/junk1.pod lib/Pod/Simple/t/junk1_out.txt
1877           +> lib/Pod/Simple/t/junk2.pod lib/Pod/Simple/t/junk2_out.txt
1878           +> lib/Pod/Simple/t/perlcyg.pod lib/Pod/Simple/t/perlcyg_out.txt
1879           +> lib/Pod/Simple/t/perlfaq3.pod
1880           +> lib/Pod/Simple/t/perlfaq3_out.txt lib/Pod/Simple/t/perlvar.pod
1881           +> lib/Pod/Simple/t/perlvar_out.txt
1882            - lib/Pod/Simple/t/test_junk1.pod
1883            - lib/Pod/Simple/t/test_junk1_out.txt
1884            - lib/Pod/Simple/t/test_junk2.pod
1885            - lib/Pod/Simple/t/test_junk2_out.txt
1886            - lib/Pod/Simple/t/test_old_perlcygwin.pod
1887            - lib/Pod/Simple/t/test_old_perlcygwin_out.txt
1888            - lib/Pod/Simple/t/test_old_perlfaq3.pod
1889            - lib/Pod/Simple/t/test_old_perlfaq3_out.txt
1890            - lib/Pod/Simple/t/test_old_perlvar.pod
1891            - lib/Pod/Simple/t/test_old_perlvar_out.txt
1892            ! MANIFEST lib/Pod/Simple/t/render.t
1893 ____________________________________________________________________________
1894 [ 26340] By: stevep                                on 2005/12/13  11:54:54
1895         Log: Changes to Pod::Simple's tests to get rid of the "^"s in the 
1896              directory names.
1897      Branch: perl
1898            + lib/Pod/Simple/t/other_test_lib/Sizzlesuzzle.pm
1899            + lib/Pod/Simple/t/other_test_lib/hink_honk/Glunk.pod
1900            + lib/Pod/Simple/t/other_test_lib/hink_honk/Vliff.pm
1901            + lib/Pod/Simple/t/other_test_lib/hink_honk/readme.txt
1902            + lib/Pod/Simple/t/other_test_lib/pod/perlthang.pod
1903            + lib/Pod/Simple/t/other_test_lib/pod/perlzuk.pod
1904            + lib/Pod/Simple/t/other_test_lib/squaa/Vliff.pm
1905            + lib/Pod/Simple/t/other_test_lib/squaa/Wowo.pod
1906            + lib/Pod/Simple/t/test_lib/Blorm.pm
1907            + lib/Pod/Simple/t/test_lib/Zonk/Fiddle.txt
1908            + lib/Pod/Simple/t/test_lib/Zonk/Pronk.pm
1909            + lib/Pod/Simple/t/test_lib/Zonk/Veng.pm
1910            + lib/Pod/Simple/t/test_lib/hink_honk/Glunk.pod
1911            + lib/Pod/Simple/t/test_lib/hink_honk/Vliff.pm
1912            + lib/Pod/Simple/t/test_lib/hink_honk/readme.txt
1913            + lib/Pod/Simple/t/test_lib/pod/perlfliff.pod
1914            + lib/Pod/Simple/t/test_lib/pod/perlthang.pod
1915            + lib/Pod/Simple/t/test_lib/squaa.pm
1916            + lib/Pod/Simple/t/test_lib/squaa/Glunk.pod
1917            + lib/Pod/Simple/t/test_lib/squaa/Vliff.pm
1918            + lib/Pod/Simple/t/test_lib/zikzik.pod
1919            + lib/Pod/Simple/t/yet_another_test_lib/squaa/Vliff.pm
1920            - lib/Pod/Simple/t/other^test^lib/Sizzlesuzzle.pm
1921            - lib/Pod/Simple/t/other^test^lib/hink^honk/Glunk.pod
1922            - lib/Pod/Simple/t/other^test^lib/hink^honk/Vliff.pm
1923            - lib/Pod/Simple/t/other^test^lib/hink^honk/readme.txt
1924            - lib/Pod/Simple/t/other^test^lib/pod/perlthang.pod
1925            - lib/Pod/Simple/t/other^test^lib/pod/perlzuk.pod
1926            - lib/Pod/Simple/t/other^test^lib/squaa/Vliff.pm
1927            - lib/Pod/Simple/t/other^test^lib/squaa/Wowo.pod
1928            - lib/Pod/Simple/t/test^lib/Blorm.pm
1929            - lib/Pod/Simple/t/test^lib/Zonk/Fiddle.txt
1930            - lib/Pod/Simple/t/test^lib/Zonk/Pronk.pm
1931            - lib/Pod/Simple/t/test^lib/Zonk/Veng.pm
1932            - lib/Pod/Simple/t/test^lib/hink^honk/Glunk.pod
1933            - lib/Pod/Simple/t/test^lib/hink^honk/Vliff.pm
1934            - lib/Pod/Simple/t/test^lib/hink^honk/readme.txt
1935            - lib/Pod/Simple/t/test^lib/pod/perlfliff.pod
1936            - lib/Pod/Simple/t/test^lib/pod/perlthang.pod
1937            - lib/Pod/Simple/t/test^lib/squaa.pm
1938            - lib/Pod/Simple/t/test^lib/squaa/Glunk.pod
1939            - lib/Pod/Simple/t/test^lib/squaa/Vliff.pm
1940            - lib/Pod/Simple/t/test^lib/zikzik.pod
1941            - lib/Pod/Simple/t/yet^another^test^lib/squaa/Vliff.pm
1942            ! MANIFEST lib/Pod/Simple/t/htmlbatch_01.t
1943            ! lib/Pod/Simple/t/search_10survey_specific.t
1944            ! lib/Pod/Simple/t/search_12survey_cwd.t
1945            ! lib/Pod/Simple/t/search_20survey_two.t
1946            ! lib/Pod/Simple/t/search_22survey_two_shadowing.t
1947            ! lib/Pod/Simple/t/search_25_glob_squaa_coloncolon_kleene.t
1948            ! lib/Pod/Simple/t/search_26_glob_kleene_k.t
1949            ! lib/Pod/Simple/t/search_27_glob_squaa_kleene.t
1950            ! lib/Pod/Simple/t/search_28_glob_z_kleene_k.t
1951            ! lib/Pod/Simple/t/search_29_glob_z_qmark_k.t
1952 ____________________________________________________________________________
1953 [ 26339] By: gisle                                 on 2005/12/13  11:40:26
1954         Log: Add overflow check to EXPECT_NUMBER() used by sv_vcatpvfn().
1955              sprintf() or printf() will now croak if any of the indexes and
1956              widths specified in the format string are too large.
1957      Branch: perl
1958            ! pod/perldiag.pod sv.c t/op/sprintf.t t/op/sprintf2.t
1959 ____________________________________________________________________________
1960 [ 26338] By: rgs                                   on 2005/12/13  11:20:16
1961         Log: Subject: Re: check83.pl
1962              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
1963              Date: Sun, 11 Dec 2005 07:19:58 -0800
1964              Message-ID: <20051211151958.GA6188@efn.org>
1965      Branch: perl
1966            ! Porting/check83.pl
1967 ____________________________________________________________________________
1968 [ 26337] By: steveh                                on 2005/12/13  09:41:29
1969         Log: Fix lib/File/Compare.t test failures on Win32
1970              
1971              Change 26225, updated by 26245, added a test for another filename with
1972              a trailing space but failed to open the new filehandle in binary mode
1973              
1974              To compound matters, creating a file called "foo " on Win32 "succeeds"
1975              but actually creates a file called just "foo", so we have actually
1976              overwritten the original file with this non-binary mode version, and
1977              hence some of the original tests started failing too!
1978              
1979              (And because of this the new test doesn't actually add anything new on
1980              Win32 at the moment, but right now I can't think of a filename that
1981              would have failed under 2-arg open but succeeds with 3-arg open, which
1982              was the purpose of this test)
1983      Branch: perl
1984            ! lib/File/Compare.t
1985 ____________________________________________________________________________
1986 [ 26336] By: steveh                                on 2005/12/13  08:54:45
1987         Log: Don't try to export Perl_pad_sv when it isn't defined
1988              
1989              Fixes a Win32 linker error in non-DEBUGGING builds following 26316
1990      Branch: perl
1991            ! makedef.pl
1992 ____________________________________________________________________________
1993 [ 26334] By: rgs                                   on 2005/12/12  16:03:00
1994         Log: A suggestion by Yamashina Hio to speed up substitutions
1995              with right-hand side expressions by freeing temporaries.
1996              See :
1997              
1998              Subject: s///ge; consumes PL_tmps_stack in its loop
1999              From: YAMASHINA Hio <hio@hio.jp>
2000              Date: Tue, 30 Aug 2005 17:17:23 +0900
2001              Message-Id: <20050830160113.9716.HIO@ymir.co.jp>
2002      Branch: perl
2003            ! pp_ctl.c
2004 ____________________________________________________________________________
2005 [ 26332] By: nicholas                              on 2005/12/12  15:24:06
2006         Log: Check that %v$foo does not crash.
2007      Branch: perl
2008            ! t/op/sprintf2.t
2009 ____________________________________________________________________________
2010 [ 26330] By: gisle                                 on 2005/12/12  13:55:14
2011         Log: Use load_module() instead of perl_eval_sv("require $mod") to
2012              load modules.  This is safer since $mod comes from an external
2013              source.
2014      Branch: perl
2015            ! ext/Storable/Storable.xs
2016 ____________________________________________________________________________
2017 [ 26329] By: stevep                                on 2005/12/12  13:21:03
2018         Log: Pod::Man's tests aren't Unicode friendly.  Let's skip the unfriendly
2019              test for now.
2020      Branch: perl
2021            ! lib/Pod/t/man.t
2022 ____________________________________________________________________________
2023 [ 26328] By: rgs                                   on 2005/12/12  13:18:21
2024         Log: Robin Houston points out a better way to replace
2025              the C<defined %foo::bar::> construct.
2026      Branch: perl
2027            ! pod/perl593delta.pod
2028 ____________________________________________________________________________
2029 [ 26327] By: gisle                                 on 2005/12/12  12:21:39
2030         Log: Oops, change 26326 broke t/run/switches.t
2031              Reverting change 24912 fixes it.
2032      Branch: perl
2033            ! t/run/switches.t
2034 ____________________________________________________________________________
2035 [ 26326] By: gisle                                 on 2005/12/12  10:41:04
2036         Log: Drop "v" prefix from sprintf("%vd", $^V).
2037              
2038              The sprintf documentation has this example:
2039              
2040              printf "version is v%vd\n", $^V;
2041              
2042              and it printed 'version is vv5.9.3\n'.
2043      Branch: perl
2044            ! sv.c t/op/sprintf.t
2045 ____________________________________________________________________________
2046 [ 26325] By: nicholas                              on 2005/12/11  22:37:40
2047         Log: Fix *printf %*vd with mixed Latin 1/UTF-8. (Fixes bug 37889)
2048      Branch: perl
2049            ! sv.c t/uni/sprintf.t
2050 ____________________________________________________________________________
2051 [ 26324] By: nicholas                              on 2005/12/11  20:34:33
2052         Log: Move the rest of the data munging into the test preparation loop.
2053      Branch: perl
2054            ! t/op/sprintf.t
2055 ____________________________________________________________________________
2056 [ 26323] By: nicholas                              on 2005/12/11  19:49:53
2057         Log: Move the $data and $result munging into the test preparation loop.
2058      Branch: perl
2059            ! t/op/sprintf.t
2060 ____________________________________________________________________________
2061 [ 26321] By: gisle                                 on 2005/12/11  18:14:24
2062         Log: Disallow sprintf's vector handling for non-integer formats.
2063              Avoids core dump for printf("%vs") and similar.
2064      Branch: perl
2065            ! sv.c t/op/sprintf.t
2066 ____________________________________________________________________________
2067 [ 26320] By: nicholas                              on 2005/12/11  12:54:14
2068         Log: Quench the other 2 ways obscure ways of abusing positional parameters
2069              to generate bogus array indexes. These two are inside the vector
2070              formatting code.
2071      Branch: perl
2072            ! sv.c t/op/sprintf.t
2073 ____________________________________________________________________________
2074 [ 26319] By: nicholas                              on 2005/12/10  18:13:33
2075         Log: Re-instate the old perl getcwd as _perl_getcwd, and use it if loading
2076              the XS fails. (Needed to bootstrap the core build)
2077      Branch: perl
2078            ! lib/Cwd.pm
2079 ____________________________________________________________________________
2080 [ 26318] By: stevep                                on 2005/12/10  15:42:39
2081         Log: Upgrade to PathTools-3.14_01
2082      Branch: perl
2083            ! ext/Cwd/Changes ext/Cwd/Cwd.xs lib/Cwd.pm lib/File/Spec.pm
2084            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
2085            ! lib/File/Spec/t/Spec.t
2086 ____________________________________________________________________________
2087 [ 26317] By: stevep                                on 2005/12/10  15:21:37
2088         Log: Subject: [PATCH] Code tweaks in sv.c
2089              From: Andy Lester <andy@petdance.com>
2090              Date: Fri, 9 Dec 2005 11:09:21 -0600
2091              Message-ID: <20051209170921.GC16943@petdance.com>
2092              
2093              Includes a minor change the patch to account for code that moved
2094              elsewhere.
2095      Branch: perl
2096            ! sv.c
2097 ____________________________________________________________________________
2098 [ 26316] By: stevep                                on 2005/12/10  15:14:37
2099         Log: Subject: [PATCH] Excluding pad funcs when not debugging
2100              From: Andy Lester <andy@petdance.com>
2101              Date: Wed, 7 Dec 2005 21:58:05 -0600
2102              Message-ID: <20051208035805.GA23007@petdance.com>
2103      Branch: perl
2104            ! pad.c
2105 ____________________________________________________________________________
2106 [ 26315] By: nicholas                              on 2005/12/09  23:09:42
2107         Log: A better hash for PTR_TABLE_HASH (?)
2108      Branch: perl
2109            ! sv.c
2110 ____________________________________________________________________________
2111 [ 26314] By: craigb                                on 2005/12/09  21:13:50
2112         Log: Subject: patch@26310 - Major step for > 256 char paths on VMS
2113              From: "John E. Malmberg" <wb8tyw@qsl.net>
2114              Date: Fri, 09 Dec 2005 14:08:53 -0500
2115              Message-id: <4399D645.8070803@qsl.net>\r
2116      Branch: perl
2117            ! vms/vms.c
2118 ____________________________________________________________________________
2119 [ 26313] By: nicholas                              on 2005/12/09  19:18:32
2120         Log: An alternative way of structuring ptr_table_clear so that the variables
2121              can be assigned to at declaration time.
2122      Branch: perl
2123            ! sv.c
2124 ____________________________________________________________________________
2125 [ 26312] By: nicholas                              on 2005/12/09  18:46:17
2126         Log: A more efficient way to loop in ptr_table_clear
2127      Branch: perl
2128            ! sv.c
2129 ____________________________________________________________________________
2130 [ 26311] By: stevep                                on 2005/12/09  13:22:33
2131         Log: Subject: Re: Pod::Simple integration
2132              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
2133              Date: Fri, 09 Dec 2005 07:06:00 +0100
2134              Message-ID: <87k6ee7qk7.fsf@k75.linux.bogus>
2135              
2136              These files are still giving problems after attempting to convert
2137              them to text in p4.  The tests pass without them, so we'll remove them
2138              from the Perl distribution.
2139      Branch: perl
2140            - lib/Pod/Simple/t/corpus/haiku-iso2202jp.txt
2141            - lib/Pod/Simple/t/corpus/haiku-iso2202jpx.txt
2142            - lib/Pod/Simple/t/corpus/haiku-iso2202jpy.txt
2143            - lib/Pod/Simple/t/corpus_not_yet_impl/polish_utf16be_bom.txt
2144            - lib/Pod/Simple/t/corpus_not_yet_impl/polish_utf16le_bom.txt
2145            ! MANIFEST
2146 ____________________________________________________________________________
2147 [ 26310] By: stevep                                on 2005/12/09  03:39:17
2148         Log: Fixes compile errors introduce with change #26301 when compiling
2149              with ithreads and DEBUGGING.
2150      Branch: perl
2151            ! sv.c
2152 ____________________________________________________________________________
2153 [ 26309] By: stevep                                on 2005/12/09  02:07:32
2154         Log: Upgrade to Sys-Syslog-0.10
2155      Branch: perl
2156            + ext/Sys/Syslog/Changes ext/Sys/Syslog/README
2157            + ext/Sys/Syslog/fallback/const-c.inc
2158            + ext/Sys/Syslog/fallback/const-xs.inc
2159            + ext/Sys/Syslog/t/00-load.t ext/Sys/Syslog/t/constants.t
2160            + ext/Sys/Syslog/t/distchk.t ext/Sys/Syslog/t/pod.t
2161            + ext/Sys/Syslog/t/podcover.t ext/Sys/Syslog/t/podspell.t
2162            + ext/Sys/Syslog/t/portfs.t
2163            ! MANIFEST ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.pm
2164            ! ext/Sys/Syslog/t/syslog.t
2165 ____________________________________________________________________________
2166 [ 26308] By: stevep                                on 2005/12/09  01:41:44
2167         Log: Upgrade to CGI.pm-3.15
2168      Branch: perl
2169            ! lib/CGI.pm lib/CGI/Changes
2170 ____________________________________________________________________________
2171 [ 26307] By: stevep                                on 2005/12/08  19:40:33
2172         Log: Add pointer to Pod::Simple for the Pod -> HTML task.
2173      Branch: perl
2174            ! pod/perltodo.pod
2175 ____________________________________________________________________________
2176 [ 26306] By: stevep                                on 2005/12/08  19:21:25
2177         Log: One final Pod::Usage yak to shave...
2178      Branch: perl
2179            ! lib/Pod/Usage.pm
2180 ____________________________________________________________________________
2181 [ 26305] By: stevep                                on 2005/12/08  19:07:38
2182         Log: Version bump for Pod::Usage
2183      Branch: perl
2184            ! lib/Pod/Usage.pm
2185 ____________________________________________________________________________
2186 [ 26304] By: stevep                                on 2005/12/08  19:04:59
2187         Log: Further yak-shaving on Pod::Usage.  Now, t/pod/pod2usage2.t tests 
2188              pass.
2189      Branch: perl
2190            ! lib/Pod/Usage.pm t/pod/pod2usage2.t
2191 ____________________________________________________________________________
2192 [ 26303] By: stevep                                on 2005/12/08  15:53:36
2193         Log: Fix to Pod::Usage to work with all recent Pod::Text versions.  Also
2194              includes a change to the Pod::Usage test file for compatibility
2195              purposes.
2196      Branch: perl
2197            ! lib/Pod/Usage.pm lib/Pod/t/Usage.t
2198 ____________________________________________________________________________
2199 [ 26302] By: craigb                                on 2005/12/08  14:47:57
2200         Log: On VMS, do not use Perl's memory allocator for the home-grown pipe
2201              structures.  They may be allocated during start-up and are torn down
2202              in an exit handler, where thread context and other Perlish support
2203              are iffy.
2204      Branch: perl
2205            ! vms/vms.c
2206 ____________________________________________________________________________
2207 [ 26301] By: nicholas                              on 2005/12/08  14:06:37
2208         Log: Merge common code from ptr_table_fetch and ptr_table_store into
2209              S_ptr_table_find.
2210      Branch: perl
2211            ! sv.c
2212 ____________________________________________________________________________
2213 [ 26300] By: gisle                                 on 2005/12/08  09:56:22
2214         Log: Fixup the setsockopt usage message; missing OPTVAL.
2215      Branch: perl
2216            ! ext/IO/lib/IO/Socket.pm
2217 ____________________________________________________________________________
2218 [ 26299] By: gisle                                 on 2005/12/08  09:53:35
2219         Log: Improve the setsockopt description.
2220              Removed claim that OPTVAL might be undef as it is just treated
2221              the same as 0 and give the usual use-of-uninitialized-value
2222              warning.  Added an example.
2223      Branch: perl
2224            ! pod/perlfunc.pod
2225 ____________________________________________________________________________
2226 [ 26298] By: craigb                                on 2005/12/08  04:34:42
2227         Log: Subject: patch@26253 Allow embedded new lines passed through to commands
2228              From: "John E. Malmberg" <wb8tyw@qsl.net>
2229              Date: Wed, 07 Dec 2005 22:26:21 -0500
2230              Message-id: <4397A7DD.8030403@qsl.net>\r
2231      Branch: perl
2232            ! vms/vms.c
2233 ____________________________________________________________________________
2234 [ 26297] By: stevep                                on 2005/12/07  20:39:24
2235         Log: One quick fix to the test for differences in error output.
2236      Branch: perl
2237            ! lib/Pod/t/Usage.t
2238 ____________________________________________________________________________
2239 [ 26296] By: rgs                                   on 2005/12/07  15:46:46
2240         Log: Subject: [PATCH] All args in embed.fnc should be named
2241              From: Andy Lester <andy@petdance.com>
2242              Date: Wed, 7 Dec 2005 10:08:18 -0600
2243              Message-ID: <20051207160818.GA13465@petdance.com>
2244      Branch: perl
2245            ! embed.fnc embed.pl pod/perlapi.pod proto.h
2246 ____________________________________________________________________________
2247 [ 26295] By: rgs                                   on 2005/12/07  15:13:03
2248         Log: Don't build manpages for Encode and Unicode::Normalize
2249              (when compiling perl manpages are built afterwards, not
2250              by MakeMaker like when installing modules.) This fix a
2251              bootstrap problem (now that Pod::Man uses POSIX.)
2252      Branch: perl
2253            ! ext/Encode/Makefile.PL ext/Unicode/Normalize/Makefile.PL
2254 ____________________________________________________________________________
2255 [ 26294] By: rgs                                   on 2005/12/07  13:22:39
2256         Log: Check in those files as text, not binary
2257      Branch: perl
2258            ! lib/Pod/Simple/t/corpus/haiku-iso2202jp.txt
2259            ! lib/Pod/Simple/t/corpus/haiku-iso2202jpx.txt
2260            ! lib/Pod/Simple/t/corpus/haiku-iso2202jpy.txt
2261            ! lib/Pod/Simple/t/corpus_not_yet_impl/polish_utf16be_bom.txt
2262            ! lib/Pod/Simple/t/corpus_not_yet_impl/polish_utf16le_bom.txt
2263 ____________________________________________________________________________
2264 [ 26293] By: rgs                                   on 2005/12/07  13:01:00
2265         Log: Remove space
2266      Branch: perl
2267            ! MANIFEST
2268 ____________________________________________________________________________
2269 [ 26292] By: stevep                                on 2005/12/07  12:36:59
2270         Log: Upgrade to podlators-2.00
2271      Branch: perl
2272            + lib/Pod/t/color.t lib/Pod/t/termcap.t
2273            - lib/Pod/t/text-errors.t
2274            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
2275            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
2276            ! lib/Pod/t/basic.cap lib/Pod/t/basic.clr lib/Pod/t/basic.man
2277            ! lib/Pod/t/basic.ovr lib/Pod/t/basic.pod lib/Pod/t/basic.t
2278            ! lib/Pod/t/basic.txt lib/Pod/t/man.t lib/Pod/t/text-options.t
2279            ! lib/Pod/t/text.t pod/pod2man.PL pod/pod2text.PL
2280 ____________________________________________________________________________
2281 [ 26291] By: stevep                                on 2005/12/07  11:38:00
2282         Log: Assimilate Pod-Simple-3.03 to the Perl core
2283      Branch: perl
2284            + (add 170 files)
2285            ! MANIFEST Porting/Maintainers.pl
2286 ____________________________________________________________________________
2287 [ 26290] By: nicholas                              on 2005/12/07  08:53:03
2288         Log: Pull the regexp stringification code out into S_stringify_regexp, to
2289              make sv_2pv_flags clearer.
2290      Branch: perl
2291            ! sv.c
2292 ____________________________________________________________________________
2293 [ 26289] By: nicholas                              on 2005/12/07  08:30:26
2294         Log: 3 instances of SvIsUV_on(sv); can be replaced with one.
2295      Branch: perl
2296            ! sv.c
2297 ____________________________________________________________________________
2298 [ 26288] By: stevep                                on 2005/12/07  02:10:26
2299         Log: Upgrade to CGI-3.14.
2300              
2301              Mmm...pi.  Oh, also including some Pod fixes in bleadperl that haven't
2302              yet been applied to the actual CGI distribution yet.
2303      Branch: perl
2304            ! lib/CGI.pm lib/CGI/Changes lib/CGI/t/form.t
2305 ____________________________________________________________________________
2306 [ 26287] By: nicholas                              on 2005/12/06  21:55:29
2307         Log: Add a ; that 26281 was lacking.
2308              (Dear Mark, please can I have back one of the two that I sent you after
2309              change 23614)
2310      Branch: perl
2311            ! util.c
2312 ____________________________________________________________________________
2313 [ 26286] By: nicholas                              on 2005/12/06  21:39:24
2314         Log: Move vast swathes of common code from sv_2iv_flags and sv_2uv_flags
2315              into S_sv_2iuv_common.
2316      Branch: perl
2317            ! sv.c
2318 ____________________________________________________________________________
2319 [ 26285] By: nicholas                              on 2005/12/06  19:41:43
2320         Log: The early return for SvIOKp(sv) in sv_2[iu]v_flags is actually code
2321              duplication.
2322      Branch: perl
2323            ! sv.c
2324 ____________________________________________________________________________
2325 [ 26281] By: rgs                                   on 2005/12/06  17:23:09
2326         Log: Subject: [PATCH] More consting, and putting stuff in embed.fnc
2327              From: Andy Lester <andy@petdance.com>
2328              Date: Mon, 5 Dec 2005 13:46:13 -0600
2329              Message-ID: <20051205194613.GB7791@petdance.com>
2330      Branch: perl
2331            ! deb.c doio.c dump.c embed.fnc embed.h hv.c hv.h locale.c mg.c
2332            ! op.c op.h pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c
2333            ! proto.h regcomp.c sv.c taint.c toke.c utf8.c util.c
2334 ____________________________________________________________________________
2335 [ 26280] By: nicholas                              on 2005/12/06  16:53:46
2336         Log: Subject: Re: stringification of v-string references
2337              From: John Peacock <jpeacock@rowman.com>
2338              Message-ID: <439592B4.2050101@rowman.com>
2339              Date: Tue, 06 Dec 2005 08:31:32 -0500
2340      Branch: perl
2341            ! t/op/ref.t
2342 ____________________________________________________________________________
2343 [ 26279] By: gisle                                 on 2005/12/06  16:42:31
2344         Log: Fix typo spotted by Ronald J Kimball.
2345      Branch: perl
2346            ! ext/Sys/Syslog/Syslog.pm
2347 ____________________________________________________________________________
2348 [ 26278] By: rgs                                   on 2005/12/06  14:56:28
2349         Log: Subject: Re: Perl PR: "Security holes in Sys::Syslog"
2350              From: Ronald J Kimball <rjk-perl-p5p@tamias.net>
2351              Date: Tue, 6 Dec 2005 09:56:12 -0500
2352              Message-ID: <20051206145612.GA94530@penkwe.pair.com>
2353      Branch: perl
2354            ! ext/Sys/Syslog/Syslog.pm
2355 ____________________________________________________________________________
2356 [ 26277] By: gisle                                 on 2005/12/06  14:45:30
2357         Log: Document why syslog($priority, "%s", $message) is a good idea
2358              if the code might be running with older versions of Sys::Syslog.
2359      Branch: perl
2360            ! ext/Sys/Syslog/Syslog.pm
2361 ____________________________________________________________________________
2362 [ 26276] By: merijn                                on 2005/12/06  14:30:53
2363         Log: Itanium blade servers added to the model list
2364      Branch: perl
2365            ! README.hpux
2366 ____________________________________________________________________________
2367 [ 26275] By: nicholas                              on 2005/12/06  13:56:15
2368         Log: Don't use Copy for 1 and 2 character string constants.
2369      Branch: perl
2370            ! sv.c
2371 ____________________________________________________________________________
2372 [ 26274] By: nicholas                              on 2005/12/06  13:40:07
2373         Log: Eliminate an unneeded local variable.
2374      Branch: perl
2375            ! sv.c
2376 ____________________________________________________________________________
2377 [ 26273] By: nicholas                              on 2005/12/06  13:08:57
2378         Log: Eliminate all the gotos in sv_2pv_flags, by moving the tokensave*
2379              code into the GMAGIC block.
2380      Branch: perl
2381            ! sv.c
2382 ____________________________________________________________________________
2383 [ 26272] By: nicholas                              on 2005/12/06  12:19:23
2384         Log: sv_2pv_flags shouldn't return a constant string "NULLREF" - it was the
2385              only constant non-"" string returned.
2386      Branch: perl
2387            ! sv.c
2388 ____________________________________________________________________________
2389 [ 26271] By: nicholas                              on 2005/12/05  23:57:51
2390         Log: Make all the return statements closer to the final calcuation of the
2391              returned value in the reference stringification code. Pull variables
2392              into tigher scope which also allows some to become const.
2393      Branch: perl
2394            ! sv.c
2395 ____________________________________________________________________________
2396 [ 26270] By: nicholas                              on 2005/12/05  23:29:46
2397         Log: Move the scope of origsv inwards, and rename variables to avoid the
2398              need to re-assign to sv.
2399      Branch: perl
2400            ! sv.c
2401 ____________________________________________________________________________
2402 [ 26269] By: nicholas                              on 2005/12/05  23:12:33
2403         Log: Clone the brief return logic and thereby remove a goto.
2404      Branch: perl
2405            ! sv.c
2406 ____________________________________________________________________________
2407 [ 26268] By: nicholas                              on 2005/12/05  22:44:32
2408         Log: As they are now the same, can fold the entire switch statement for
2409              reference type in sv_2pv_flags into a call to sv_reftype.
2410      Branch: perl
2411            ! sv.c
2412 ____________________________________________________________________________
2413 [ 26267] By: nicholas                              on 2005/12/05  22:20:31
2414         Log: Untease the regexp stringification from the reference naming in
2415              sv_2pv_flags. (Lots of re-indentation, little real change)
2416      Branch: perl
2417            ! sv.c
2418 ____________________________________________________________________________
2419 [ 26266] By: nicholas                              on 2005/12/05  21:58:20
2420         Log: References to version objects should stringify as VSTRING. This makes
2421              stringification consistent with the output of ref().
2422      Branch: perl
2423            ! sv.c
2424 ____________________________________________________________________________
2425 [ 26265] By: nicholas                              on 2005/12/05  20:37:11
2426         Log: The extra return is actually a duplicated code path, and can go.
2427      Branch: perl
2428            ! sv.c
2429 ____________________________________________________________________________
2430 [ 26264] By: nicholas                              on 2005/12/05  20:09:23
2431         Log: Fix typo in description.
2432      Branch: perl
2433            ! MANIFEST
2434 ____________________________________________________________________________
2435 [ 26263] By: nicholas                              on 2005/12/05  19:56:43
2436         Log: Add ext/MIME/Base64/README to MANIFEST
2437      Branch: perl
2438            ! MANIFEST
2439 ____________________________________________________________________________
2440 [ 26262] By: stevep                                on 2005/12/05  16:35:14
2441         Log: Upgrade to MIME-Base64-3.07
2442      Branch: perl
2443            + ext/MIME/Base64/README
2444            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Changes
2445            ! ext/MIME/Base64/QuotedPrint.pm
2446 ____________________________________________________________________________
2447 [ 26261] By: stevep                                on 2005/12/05  16:29:46
2448         Log: Upgrade to Digest-MD5-2.36
2449      Branch: perl
2450            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
2451            ! ext/Digest/MD5/README ext/Digest/MD5/t/files.t
2452 ____________________________________________________________________________
2453 [ 26260] By: stevep                                on 2005/12/05  16:20:17
2454         Log: Upgrade to CGI.pm-3.13
2455      Branch: perl
2456            + lib/CGI/t/no_tabindex.t
2457            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Changes
2458            ! lib/CGI/Cookie.pm lib/CGI/t/form.t
2459 ____________________________________________________________________________
2460 [ 26259] By: rgs                                   on 2005/12/05  16:19:35
2461         Log: "Malformed UTF-8 character" was a severe warning, and can now be
2462              also a fatal error (since change #26258)
2463      Branch: perl
2464            ! pod/perldiag.pod
2465 ____________________________________________________________________________
2466 [ 26258] By: rgs                                   on 2005/12/05  16:04:16
2467         Log: Subject: Re: [perl #37836] Simple Regex causes SEGV when run on specific data
2468              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
2469              Date: Tue, 06 Dec 2005 00:35:52 +0900
2470              Message-Id: <20051206003221.5AD9.BQW10602@nifty.com>
2471      Branch: perl
2472            ! regexec.c
2473 ____________________________________________________________________________
2474 [ 26257] By: rgs                                   on 2005/12/05  15:25:00
2475         Log: Better variable names make code clearer
2476              
2477              Subject: Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
2478              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
2479              Date: Sun, 04 Dec 2005 16:24:29 +0900
2480              Message-Id: <20051204162412.D720.BQW10602@nifty.com>
2481      Branch: perl
2482            ! embed.fnc proto.h utf8.c
2483 ____________________________________________________________________________
2484 [ 26256] By: rgs                                   on 2005/12/05  15:20:32
2485         Log: Rework the error messages from the swashget code.
2486              
2487              Subject: Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
2488              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
2489              Date: Sun, 04 Dec 2005 16:24:59 +0900
2490              Message-Id: <20051204162431.D723.BQW10602@nifty.com>
2491      Branch: perl
2492            ! pod/perldiag.pod utf8.c
2493 ____________________________________________________________________________
2494 [ 26255] By: rgs                                   on 2005/12/05  15:15:53
2495         Log: Clarification and cleanup of the XS SWASHGET code
2496              
2497              Subject: Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
2498              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
2499              Date: Sun, 04 Dec 2005 16:28:35 +0900
2500              Message-Id: <20051204162508.D726.BQW10602@nifty.com>
2501      Branch: perl
2502            ! lib/utf8_heavy.pl regexec.c t/op/pat.t utf8.c
2503 ____________________________________________________________________________
2504 [ 26254] By: rgs                                   on 2005/12/05  09:58:02
2505         Log: Subject: [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.80.tar.gz
2506              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
2507              Date: Sat, 03 Dec 2005 12:24:05 +0100
2508              Message-ID: <87mzji8luy.fsf@k75.linux.bogus>
2509      Branch: perl
2510            ! lib/CPAN.pm lib/CPAN/SIGNATURE lib/CPAN/Version.pm
2511 ____________________________________________________________________________
2512 [ 26253] By: mhx                                   on 2005/12/04  19:37:58
2513         Log: NULL is a legal value for newXS()'s name parameter.
2514              (This caused strange build failures with gcc4 -O3)
2515      Branch: perl
2516            ! embed.fnc proto.h
2517 ____________________________________________________________________________
2518 [ 26252] By: stevep                                on 2005/12/04  15:30:55
2519         Log: Fix handling of author's names that had apostrophes.  Based on a patch
2520              by Sean O'Rourke <sorourke@cs.ucsd.edu> in RT bug #22950.
2521      Branch: perl
2522            ! utils/h2xs.PL
2523 ____________________________________________________________________________
2524 [ 26251] By: davem                                 on 2005/12/03  15:20:24
2525         Log: clarify description of vector (v) sprintf format modifier
2526      Branch: perl
2527            ! pod/perlfunc.pod
2528 ____________________________________________________________________________
2529 [ 26250] By: craigb                                on 2005/12/03  15:15:47
2530         Log: In vms/vms.c, don't use the thread-specific Newx() during
2531              startup before threads are initialized.  
2532      Branch: perl
2533            ! vms/vms.c
2534 ____________________________________________________________________________
2535 [ 26249] By: stevep                                on 2005/12/03  12:31:02
2536         Log: Update perlhack.pod with the updated, permanent ActiveState URLs
2537      Branch: perl
2538            ! pod/perlhack.pod
2539 ____________________________________________________________________________
2540 [ 26248] By: rgs                                   on 2005/12/03  12:16:54
2541         Log: Missing chunk in change #26247.
2542      Branch: perl
2543            ! ext/Sys/Syslog/Syslog.pm
2544 ____________________________________________________________________________
2545 [ 26247] By: rgs                                   on 2005/12/03  11:23:29
2546         Log: Sys::Syslog::syslog can accept a message without printf
2547              escapes and arguments.
2548              
2549              Subject: Re: Perl PR: "Security holes in Sys::Syslog"
2550              From: Gisle Aas <gisle@activestate.com>
2551              Date: 03 Dec 2005 03:35:32 -0800
2552              Message-ID: <lracfi2z23.fsf@caliper.activestate.com>
2553      Branch: perl
2554            ! ext/Sys/Syslog/Syslog.pm
2555 ____________________________________________________________________________
2556 [ 26246] By: stevep                                on 2005/12/03  03:30:00
2557         Log: Upgrade to version-0.50
2558      Branch: perl
2559            ! lib/version.pm lib/version.pod lib/version.t util.c
2560 ____________________________________________________________________________
2561 [ 26245] By: rgs                                   on 2005/12/02  23:00:55
2562         Log: Replace ^M by a space in test for bug #37716, to make
2563              Cygwin happy (found by Yitzchak)
2564      Branch: perl
2565            ! lib/File/Compare.t
2566 ____________________________________________________________________________
2567 [ 26244] By: nicholas                              on 2005/12/02  17:15:27
2568         Log: Address Hugo's comment on Dave's change (26240)
2569      Branch: perl
2570            ! sv.c
2571 ____________________________________________________________________________
2572 [ 26243] By: rgs                                   on 2005/12/02  10:37:05
2573         Log: Subject: Storable retrieve_lscalar fails for empty strings [PATCH]
2574              From: Gisle Aas <gisle@ActiveState.com>
2575              Date: 28 Nov 2005 04:48:18 -0800
2576              Message-ID: <lr3blhndkd.fsf@caliper.activestate.com>
2577              
2578              and
2579              Message-ID: <lrwtisn062.fsf@caliper.activestate.com>
2580      Branch: perl
2581            ! ext/Storable/Storable.xs ext/Storable/t/malice.t
2582 ____________________________________________________________________________
2583 [ 26242] By: rgs                                   on 2005/12/02  09:26:48
2584         Log: Subject: [PATCH] Signs, signs, everywhere a sign
2585              From: Andy Lester <andy@petdance.com>
2586              Date: Thu, 1 Dec 2005 14:24:51 -0600
2587              Message-ID: <20051201202451.GI22713@petdance.com>
2588      Branch: perl
2589            ! pp_pack.c
2590 ____________________________________________________________________________
2591 [ 26241] By: stevep                                on 2005/12/01  20:27:34
2592         Log: Nit from change #26232 noticed by H. Merijn Brand
2593      Branch: perl
2594            ! pod/perlop.pod
2595 ____________________________________________________________________________
2596 [ 26240] By: davem                                 on 2005/12/01  16:40:29
2597         Log: sprintf %NNN$ check for large values wrapping to negative
2598      Branch: perl
2599            ! sv.c t/op/sprintf2.t
2600 ____________________________________________________________________________
2601 [ 26239] By: rgs                                   on 2005/12/01  15:40:11
2602         Log: Always define PL_memory_wrap, and use it for the new sprintf checks
2603      Branch: perl
2604            ! makedef.pl perl.h sv.c
2605 ____________________________________________________________________________
2606 [ 26238] By: rgs                                   on 2005/12/01  15:26:09
2607         Log: Missing #ifdef, noticed by Jan Dubois
2608      Branch: perl
2609            ! sv.c
2610 ____________________________________________________________________________
2611 [ 26237] By: rgs                                   on 2005/12/01  14:25:34
2612         Log: Subject: [PATCH] Re: Perl PR: "Security holes in Sys::Syslog"
2613              From: Gisle Aas <gisle@ActiveState.com>
2614              Date: 01 Dec 2005 06:20:14 -0800
2615              Message-ID: <lroe406grl.fsf_-_@caliper.activestate.com>
2616              
2617              Subject: [PATCH] Suppress "0b" prefix for sprintf("%#b", 0)
2618              From: Gisle Aas <gisle@ActiveState.com>
2619              Date: 01 Dec 2005 06:11:44 -0800
2620              Message-ID: <lrsltc6h5r.fsf_-_@caliper.activestate.com>
2621      Branch: perl
2622            ! sv.c t/op/sprintf.t
2623 ____________________________________________________________________________
2624 [ 26236] By: rgs                                   on 2005/12/01  11:52:24
2625         Log: Subject: [PATCH] Disable constant folding of sprintf
2626              From: Gisle Aas <gisle@ActiveState.com>
2627              Date: 01 Dec 2005 03:22:10 -0800
2628              Message-ID: <lr8xv56p0d.fsf_-_@caliper.activestate.com>
2629      Branch: perl
2630            ! op.c opcode.h opcode.pl t/lib/warnings/sv t/op/sprintf2.t
2631 ____________________________________________________________________________
2632 [ 26235] By: rgs                                   on 2005/12/01  09:26:01
2633         Log: Subject: [patch] Re: Perl PR: "Security holes in Sys::Syslog"
2634              From: "Philippe M. Chiasson" <gozer@ActiveState.com>
2635              Date: Wed, 30 Nov 2005 20:17:31 -0800
2636              Message-ID: <438E795B.9060805@ActiveState.com>
2637      Branch: perl
2638            ! sv.c
2639 ____________________________________________________________________________
2640 [ 26234] By: rgs                                   on 2005/12/01  08:34:42
2641         Log: Revert change #26110 (already reverted in maintperl by change 26182)
2642      Branch: perl
2643            ! op.c
2644 ____________________________________________________________________________
2645 [ 26233] By: rgs                                   on 2005/11/30  21:15:21
2646         Log: Jan Dubois notices that sitecustomize.pl is to be found in sitelib,
2647              not siteperl
2648      Branch: perl
2649            ! pod/perlrun.pod
2650 ____________________________________________________________________________
2651 [ 26232] By: stevep                                on 2005/11/30  19:09:17
2652         Log: dor-assign (//=) was missing from perlop.pod
2653      Branch: perl
2654            ! pod/perlop.pod
2655 ____________________________________________________________________________
2656 [ 26231] By: rgs                                   on 2005/11/30  17:57:16
2657         Log: Subject: [PATCH] Remove redundant SvUTF8_on() calls
2658              From: Gisle Aas <gisle@ActiveState.com>
2659              Date: 30 Nov 2005 09:28:54 -0800
2660              Message-ID: <lrhd9uhwo9.fsf@caliper.activestate.com>
2661      Branch: perl
2662            ! pp.c sv.c
2663 ____________________________________________________________________________
2664 [ 26229] By: rgs                                   on 2005/11/30  14:29:23
2665         Log: Subject: Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
2666              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
2667              Date: Sun, 27 Nov 2005 17:02:02 +0900
2668              Message-Id: <20051127170016.A786.BQW10602@nifty.com>
2669      Branch: perl
2670            ! embed.fnc embed.h lib/utf8_heavy.pl pod/perlapi.pod
2671            ! pod/perlintern.pod proto.h universal.c utf8.c utf8.h
2672            ! utfebcdic.h
2673 ____________________________________________________________________________
2674 [ 26228] By: nicholas                              on 2005/11/30  13:55:05
2675         Log: The regexp engine should check SV flags rather than SV type for
2676              determining if something is a reference, because under the debugger
2677              the value returned by the swash code is SVt_PVMG.
2678              Not doing this has the side effect of repeatedly reassigning the
2679              same array element, which causes destructors to fire on the reassignment
2680              which in turn causes &utf8::DESTROY to run outside of the pseudo-safety
2681              of save_re_context, which under the debugger involves re-entering the
2682              regexp engine, which causes corruption of the regexp engine's global
2683              state.
2684      Branch: perl
2685            ! regexec.c
2686 ____________________________________________________________________________
2687 [ 26227] By: rgs                                   on 2005/11/30  12:30:47
2688         Log: Fix B::Concise tests after change #26226
2689      Branch: perl
2690            ! ext/B/t/optree_varinit.t
2691 ____________________________________________________________________________
2692 [ 26226] By: rgs                                   on 2005/11/30  09:53:11
2693         Log: Revert change #22520 (optimise away my $foo = undef and similar
2694              constructs), in order to fix bug perl #37776
2695      Branch: perl
2696            ! op.c t/op/my.t
2697 ____________________________________________________________________________
2698 [ 26225] By: rgs                                   on 2005/11/29  17:40:16
2699         Log: Subject: Re: [perl #37716] Re: File::Compare broken for filenames with whitespace
2700              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
2701              Date: Tue, 29 Nov 2005 08:07:19 +0100
2702              Message-ID: <878xv89bko.fsf@k75.linux.bogus>
2703      Branch: perl
2704            ! lib/File/Compare.pm lib/File/Compare.t
2705 ____________________________________________________________________________
2706 [ 26224] By: stevep                                on 2005/11/29  12:36:46
2707         Log: Assimilate Pod-Escapes-1.04.  This is a prereq for Pod::Simple, 
2708              which is now a prereq for podlators.
2709      Branch: perl
2710            + lib/Pod/Escapes.pm lib/Pod/Escapes/ChangeLog
2711            + lib/Pod/Escapes/README lib/Pod/Escapes/t/01_about_verbose.t
2712            + lib/Pod/Escapes/t/10_main.t
2713            + lib/Pod/Escapes/t/15_name2charnum.t
2714            ! MANIFEST Porting/Maintainers.pl
2715 ____________________________________________________________________________
2716 [ 26223] By: rgs                                   on 2005/11/28  18:43:51
2717         Log: Typo fix, by Olivier Blin
2718      Branch: perl
2719            ! lib/Getopt/Long.pm
2720 ____________________________________________________________________________
2721 [ 26222] By: steveh                                on 2005/11/28  17:07:25
2722         Log: Fix ext/POSIX/t/time.t on Win32
2723              
2724              According to MSDN, "The string result produced by ctime contains
2725              exactly 26 characters and has the form: Wed Jan 02 02:03:55 1980\n\0"
2726              so we *do* want the leading zero on the day returned by strftime
2727      Branch: perl
2728            ! ext/POSIX/t/time.t
2729 ____________________________________________________________________________
2730 [ 26221] By: stevep                                on 2005/11/28  14:11:23
2731         Log: Mac OS X/Darwin seems to have problems with tzname().
2732      Branch: perl
2733            ! ext/POSIX/t/time.t
2734 ____________________________________________________________________________
2735 [ 26220] By: rgs                                   on 2005/11/28  11:00:37
2736         Log: FAQ sync.
2737      Branch: perl
2738            ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
2739            ! pod/perlfaq5.pod pod/perlfaq7.pod pod/perlfaq9.pod
2740 ____________________________________________________________________________
2741 [ 26219] By: stevep                                on 2005/11/28  02:48:18
2742         Log: Subject: [PATCH] Math::Trig: blead and maint (doc patch only): s/Bay/Gulf/ and do away with bad quotes
2743              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
2744              Date: Sun, 27 Nov 2005 23:04:31 +0200 (EET)
2745              Message-Id: <20051127210431.F1D2C6CF55@ugli.hut.fi>
2746      Branch: perl
2747            ! lib/Math/Trig.pm
2748 ____________________________________________________________________________
2749 [ 26218] By: stevep                                on 2005/11/28  02:34:49
2750         Log: Mention of possible use of a scalar variable on the rhs of an arrow "->" 
2751              operator added to close two tickets.
2752      Branch: perl
2753            ! pod/perlobj.pod
2754 ____________________________________________________________________________
2755 [ 26217] By: rgs                                   on 2005/11/27  23:18:38
2756         Log: Don't let MakeMaker install doc for MIME::Base64
2757              (since installpod does it already)
2758      Branch: perl
2759            ! ext/MIME/Base64/Makefile.PL
2760 ____________________________________________________________________________
2761 [ 26216] By: rgs                                   on 2005/11/27  22:42:42
2762         Log: Upgrade to Getopt::Long 2.34_04
2763      Branch: perl
2764            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
2765            ! lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
2766            ! lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
2767            ! lib/Getopt/Long/t/gol-oo.t
2768 ____________________________________________________________________________
2769 [ 26215] By: rgs                                   on 2005/11/27  21:43:17
2770         Log: Subject: [PATCH] fix wrong pool error in cygwin build
2771              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
2772              Date: Nov 27, 2005 9:29 AM
2773              Message-ID: <20051127082918.GA2556@efn.org>
2774      Branch: perl
2775            ! cygwin/cygwin.c
2776 ____________________________________________________________________________
2777 [ 26214] By: stevep                                on 2005/11/27  02:35:25
2778         Log: Upgrade to MIME-Base64-3.06
2779      Branch: perl
2780            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
2781            ! ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
2782            ! ext/MIME/Base64/QuotedPrint.pm
2783 ____________________________________________________________________________
2784 [ 26213] By: stevep                                on 2005/11/26  12:48:42
2785         Log: Deal with differences in what clock() does between POSIX and BSD.
2786      Branch: perl
2787            ! ext/POSIX/t/time.t
2788 ____________________________________________________________________________
2789 [ 26212] By: stevep                                on 2005/11/26  12:04:00
2790         Log: Upgrade to Scalar-List-Utils-1.18
2791      Branch: perl
2792            + ext/List/Util/t/00version.t
2793            ! MANIFEST ext/List/Util/Changes
2794 ____________________________________________________________________________
2795 [ 26211] By: stevep                                on 2005/11/26  11:50:17
2796         Log: Upgrade to Digest-MD5-2.35
2797      Branch: perl
2798            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
2799            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
2800            ! ext/Digest/MD5/t/files.t
2801 ____________________________________________________________________________
2802 [ 26210] By: stevep                                on 2005/11/26  11:40:57
2803         Log: Actually update one of the files from the previous change.
2804      Branch: perl
2805            ! lib/Digest.pm
2806 ____________________________________________________________________________
2807 [ 26209] By: stevep                                on 2005/11/26  11:38:02
2808         Log: Upgrade to Digest-1.14
2809      Branch: perl
2810            ! lib/Digest.pm lib/Digest/Changes
2811 ____________________________________________________________________________
2812 [ 26208] By: stevep                                on 2005/11/26  02:56:26
2813         Log: Just be explicit about $TZ.  
2814      Branch: perl
2815            ! ext/POSIX/t/time.t
2816 ____________________________________________________________________________
2817 [ 26207] By: stevep                                on 2005/11/26  02:32:10
2818         Log: Hmmm...strftime() does work on Win32, but tzset() is having problems
2819              on OpenBSD.
2820      Branch: perl
2821            ! ext/POSIX/t/time.t
2822 ____________________________________________________________________________
2823 [ 26206] By: stevep                                on 2005/11/26  01:31:24
2824         Log: Additional tests for B and POSIX.  The POSIX ones concern me a bit,
2825              but I don't expect any black smokes because of testing on OpenBSD,
2826              Linux, Win32, an Cygwin.
2827      Branch: perl
2828            + ext/POSIX/t/time.t
2829            ! MANIFEST ext/B/t/b.t
2830 ____________________________________________________________________________
2831 [ 26205] By: nicholas                              on 2005/11/25  15:12:02
2832         Log: Move report_uninit() and its static supporting functions to the end of
2833              sv.c, so that they are not sandwiched between the two halves of the
2834              SV allocation code. However, the diff looks far more evil than it
2835              should given that this is just moving a single albeit large hunk.
2836      Branch: perl
2837            ! sv.c
2838 ____________________________________________________________________________
2839 [ 26204] By: rgs                                   on 2005/11/25  12:40:34
2840         Log: Subject: [PATCH] perlpod documentation discrepancy in 5.8.6 ( and maybe later? )
2841              From: demerphq <demerphq@gmail.com>
2842              Date: Fri, 25 Nov 2005 13:57:38 +0100
2843              Message-ID: <9b18b3110511250457k6c196c4fu167badd045c2d9e6@mail.gmail.com>
2844      Branch: perl
2845            ! pod/perlpod.pod
2846 ____________________________________________________________________________
2847 [ 26203] By: rgs                                   on 2005/11/24  16:09:48
2848         Log: Subject: Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
2849              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
2850              Date: Fri, 25 Nov 2005 00:19:35 +0900
2851              Message-Id: <20051125001031.24E3.BQW10602@nifty.com>
2852              
2853              Date: Fri, 25 Nov 2005 01:18:17 +0900
2854              Message-Id: <20051125011410.24E9.BQW10602@nifty.com>
2855      Branch: perl
2856            ! universal.c utf8.c
2857 ____________________________________________________________________________
2858 [ 26202] By: rgs                                   on 2005/11/24  15:38:05
2859         Log: Document new perldoc -L switch
2860              
2861              Subject: Re: Pod::Perldoc patch (Fw: [ANNOUNCE] POD2::IT 0.10)
2862              From: Enrico Sorcinelli <bepi@perl.it>
2863              Date: Thu, 24 Nov 2005 16:04:03 +0100
2864              Message-Id: <20051124160403.568a194b.bepi@perl.it>
2865      Branch: perl
2866            ! pod/perldoc.pod
2867 ____________________________________________________________________________
2868 [ 26201] By: rgs                                   on 2005/11/24  08:52:35
2869         Log: Delete a README made redundant by change 26200.
2870      Branch: perl
2871            - wince/README.perlce
2872 ____________________________________________________________________________
2873 [ 26200] By: rgs                                   on 2005/11/23  20:45:44
2874         Log: Subject: [PATCH @26198] perlce touches
2875              From: Konovalov, Vadim <vkonovalov@spb.lucent.com>
2876              Date: Nov 23, 2005 8:55 PM
2877              Message-ID: <7DD1BE2C50259746ABB8683672D2089E12DDC3@itotest-1.spb.lucent.com>
2878      Branch: perl
2879            ! INSTALL MANIFEST README.ce makedef.pl wince/Makefile.ce
2880            ! wince/wince.c
2881 ____________________________________________________________________________
2882 [ 26199] By: rgs                                   on 2005/11/23  15:34:54
2883         Log: Subject: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
2884              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
2885              Date: Wed, 23 Nov 2005 17:57:34 +0900
2886              Message-Id: <20051123175603.FFD5.BQW10602@nifty.com>
2887              
2888              And :
2889              Message-Id: <20051123202935.4D9D.BQW10602@nifty.com>
2890              
2891              with some nits to use U8 instead of char more consistently
2892      Branch: perl
2893            ! lib/utf8_heavy.pl t/op/pat.t universal.c utf8.c
2894 ____________________________________________________________________________
2895 [ 26198] By: rgs                                   on 2005/11/22  21:24:19
2896         Log: Notes in perlstyle about POD formatting, by Sébastien
2897              Aperghis-Tramoni, with nits by chromatic and Randy W. Sims.
2898      Branch: perl
2899            ! pod/perlstyle.pod
2900 ____________________________________________________________________________
2901 [ 26197] By: nicholas                              on 2005/11/22  20:23:34
2902         Log: Note the URL describing the vast riches awaiting us.
2903      Branch: perl
2904            ! t/lib/1_compile.t
2905 ____________________________________________________________________________
2906 [ 26196] By: davem                                 on 2005/11/22  16:52:24
2907         Log: include PERL_TRACK_MEMPOOL in perl -V output
2908      Branch: perl
2909            ! perl.c
2910 ____________________________________________________________________________
2911 [ 26195] By: davem                                 on 2005/11/22  16:32:42
2912         Log: perl segfaults on reversed array reference
2913              
2914              The 'for (reverse @a)' optimisation got its index wrong when
2915              create LVALUE SVs for undef elements
2916      Branch: perl
2917            ! pp_ctl.c pp_hot.c t/op/loopctl.t
2918 ____________________________________________________________________________
2919 [ 26194] By: rgs                                   on 2005/11/22  16:16:00
2920         Log: Subject: [DOC PATCH] Sort subs *can* now be recursive
2921              From: Robin Houston <robin@cpan.org>
2922              Date: Tue, 22 Nov 2005 13:28:17 +0000
2923              Message-ID: <20051122132817.GA20895@rpc142.cs.man.ac.uk>
2924      Branch: perl
2925            ! pod/perlfunc.pod
2926 ____________________________________________________________________________
2927 [ 26193] By: rgs                                   on 2005/11/22  16:10:00
2928         Log: Use the system's free to dealloc a PV allocated by the system
2929              (more precisely by libgdbm.) See :
2930              
2931              Subject: GDBM_file realloc failures
2932              From: Rafael Garcia-Suarez <rgarciasuarez@mandriva.com>
2933              Date: Mon, 21 Nov 2005 18:22:00 +0100
2934              Message-ID: <20051121182200.0b3d2454@grubert.mandrakesoft.com>
2935      Branch: perl
2936            ! ext/GDBM_File/GDBM_File.xs
2937 ____________________________________________________________________________
2938 [ 26192] By: rgs                                   on 2005/11/22  15:54:16
2939         Log: Subject: Re: [PATCH] concat interacts badly with magic
2940              From: Robin Houston <robin@cpan.org>
2941              Date: Tue, 22 Nov 2005 14:07:27 +0000
2942              Message-ID: <20051122140727.GA29861@rpc142.cs.man.ac.uk>
2943              
2944              (new version of patch for bug #37722)
2945      Branch: perl
2946            ! pp_hot.c t/lib/warnings/9uninit t/lib/warnings/pp_hot
2947            ! t/op/tie.t
2948 ____________________________________________________________________________
2949 [ 26191] By: rgs                                   on 2005/11/22  14:16:05
2950         Log: Subject: Pod::Perldoc patch (Fw: [ANNOUNCE] POD2::IT 0.10)
2951              From: Enrico Sorcinelli <bepi@perl.it>
2952              Date: Sun, 20 Nov 2005 10:20:51 +0100
2953              Message-Id: <20051120102051.23ef095d.bepi@perl.it>
2954              
2955              Also, bump version number of Perldoc.
2956      Branch: perl
2957            ! lib/Pod/Perldoc.pm
2958 ____________________________________________________________________________
2959 [ 26190] By: rgs                                   on 2005/11/22  11:29:03
2960         Log: Revert change #26185, which could have some unwanted side-effects.
2961              (lib/warnings.t had failures due to this patch.)
2962              Moreover Dave Mitchell correctly pointed out that [perl #37722]
2963              wasn't really a bug.
2964      Branch: perl
2965            ! pp_hot.c t/op/tie.t
2966 ____________________________________________________________________________
2967 [ 26189] By: merijn                                on 2005/11/22  06:33:05
2968         Log: Subject: RE: [perl #37708] [PATCH] wrong IP_ constants on Win32 
2969              From: "Jan Dubois" <jand@ActiveState.com>
2970              Date: Mon, 21 Nov 2005 21:35:51 -0800
2971              Message-ID: <062401c5ef26$99b3a490$2217a8c0@candy>
2972      Branch: perl
2973            ! win32/include/sys/socket.h
2974 ____________________________________________________________________________
2975 [ 26188] By: stevep                                on 2005/11/22  03:41:17
2976         Log: Subject: [PATCH] ff_chop.patch redux
2977              From: Andy Lester <andy@petdance.com>
2978              Date: Mon, 21 Nov 2005 21:16:14 -0600
2979              Message-ID: <20051122031614.GB19424@petdance.com>
2980      Branch: perl
2981            ! pp_ctl.c
2982 ____________________________________________________________________________
2983 [ 26187] By: stevep                                on 2005/11/22  03:37:30
2984         Log: Subject: patch@26180 - t/op/pat.t : Can't reset %ENV on VMS
2985              From: "John E. Malmberg" <wb8tyw@qsl.net>
2986              Date: Mon, 21 Nov 2005 22:09:17 -0500
2987              Message-ID: <43828BDD.7080302@qsl.net>
2988      Branch: perl
2989            ! t/op/pat.t
2990 ____________________________________________________________________________
2991 [ 26186] By: stevep                                on 2005/11/22  03:32:04
2992         Log: Subject: patch@26180 - t/op/array.t : Can't reset %ENV on VMS
2993              From: "John E. Malmberg" <wb8tyw@qsl.net>
2994              Date: Mon, 21 Nov 2005 21:19:31 -0500
2995              Message-ID: <43828033.9040708@qsl.net>
2996      Branch: perl
2997            ! t/op/array.t
2998 ____________________________________________________________________________
2999 [ 26185] By: rgs                                   on 2005/11/21  17:19:34
3000         Log: Subject: [PATCH] concat interacts badly with magic
3001              From: Robin Houston <robin@cpan.org>
3002              Date: Mon, 21 Nov 2005 17:03:39 +0000
3003              Message-ID: <20051121170339.GA8214@rpc142.cs.man.ac.uk>
3004      Branch: perl
3005            ! pp_hot.c t/op/tie.t
3006 ____________________________________________________________________________
3007 [ 26184] By: nicholas                              on 2005/11/21  14:18:03
3008         Log: Flip the sign of the value in body details offset, and change its type
3009              to size_t.
3010      Branch: perl
3011            ! sv.c
3012 ____________________________________________________________________________
3013 [ 26183] By: merijn                                on 2005/11/21  14:11:28
3014         Log: Thread failures on AIX (and others) caused by interleaved output
3015              
3016              Subject: Smoke [5.9.3] 26168 FAIL(X) AIX 4.3.3.0/ML11 (PPC/1 cpu)
3017              From: "H.Merijn Brand" <h.m.brand@xs4all.nl>
3018              Date: Sun, 20 Nov 2005 14:36 +0100
3019              Message-Id: <200511201337.jAKDbc1O066213@smtp-vbr6.xs4all.nl>
3020      Branch: perl
3021            ! t/op/threads.t
3022 ____________________________________________________________________________
3023 [ 26181] By: rgs                                   on 2005/11/21  08:58:59
3024         Log: Upgrade to Time::HiRes 1.83
3025      Branch: perl
3026            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
3027            ! ext/Time/HiRes/Makefile.PL ext/Time/HiRes/t/HiRes.t
3028 ____________________________________________________________________________
3029 [ 26180] By: nicholas                              on 2005/11/20  20:39:50
3030         Log: Eliminate two more strlen()s, by using the return value of sprintf().
3031      Branch: perl
3032            ! pp_ctl.c
3033 ____________________________________________________________________________
3034 [ 26179] By: rgs                                   on 2005/11/20  12:10:15
3035         Log: Declarations must come first, or some compilers aren't happy.
3036              (spotted by Jarkko)
3037      Branch: perl
3038            ! ext/B/B.xs
3039 ____________________________________________________________________________
3040 [ 26178] By: stevep                                on 2005/11/20  02:41:01
3041         Log: Subject: [PATCH] Pulling ancient RCS comments
3042              From: Andy Lester <andy@petdance.com>
3043              Date: Sat, 19 Nov 2005 00:16:39 -0600
3044              Message-ID: <20051119061639.GA25086@petdance.com>
3045      Branch: perl
3046            ! lib/AnyDBM_File.t lib/importenv.pl lib/stat.pl lib/validate.pl
3047            ! t/base/cond.t t/base/if.t t/base/pat.t t/base/term.t
3048            ! t/cmd/elsif.t t/cmd/mod.t t/cmd/subval.t t/cmd/switch.t
3049            ! t/comp/cmdopt.t t/comp/cpp.t t/comp/decl.t t/io/inplace.t
3050            ! t/io/read.t t/io/tell.t t/op/append.t t/op/auto.t t/op/cond.t
3051            ! t/op/do.t t/op/flip.t t/op/goto_xs.t t/op/my.t t/op/push.t
3052            ! t/op/read.t t/op/time.t t/op/unshift.t
3053 ____________________________________________________________________________
3054 [ 26177] By: stevep                                on 2005/11/20  02:31:10
3055         Log: Subject: Reworked PERL_TRACK_MEMPOOL patch
3056              From: "Jan Dubois" <jand@ActiveState.com>
3057              Date: Fri, 18 Nov 2005 11:38:24 -0800
3058              Message-ID: <003601c5ec77$a45eb260$2217a8c0@candy>
3059      Branch: perl
3060            ! perl.h util.c
3061 ____________________________________________________________________________
3062 [ 26176] By: stevep                                on 2005/11/19  19:14:42
3063         Log: Down with "warning: code has no effect"
3064      Branch: perl
3065            ! XSUB.h
3066 ____________________________________________________________________________
3067 [ 26175] By: stevep                                on 2005/11/19  18:06:14
3068         Log: Cleaning up some warnings generated by "gcc -W"
3069      Branch: perl
3070            ! deb.c ext/B/B.xs ext/Data/Dumper/Dumper.xs
3071            ! ext/PerlIO/encoding/encoding.xs mg.c op.c regcomp.c scope.c
3072 ____________________________________________________________________________
3073 [ 26174] By: stevep                                on 2005/11/19  13:46:27
3074         Log: Upgrade to PathTools-3.14
3075      Branch: perl
3076            + lib/File/Spec/t/tmpdir.t
3077            ! MANIFEST ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
3078            ! lib/File/Spec/Cygwin.pm lib/File/Spec/Unix.pm
3079            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
3080            ! lib/File/Spec/t/Spec.t
3081 ____________________________________________________________________________
3082 [ 26173] By: nicholas                              on 2005/11/19  11:21:15
3083         Log: Norman observed that a couple of macros could make the body defintion
3084              table a lot more readable.
3085      Branch: perl
3086            ! sv.c
3087 ____________________________________________________________________________
3088 [ 26172] By: nicholas                              on 2005/11/19  00:50:33
3089         Log: With -DPURFIY we change the flags so that everything is allocated
3090              directly. (Don't use arenas at all.) This seems a rather elegant way
3091              to simplify some of the code in sv.c by removing conditional
3092              compilation.
3093      Branch: perl
3094            ! sv.c
3095 ____________________________________________________________________________
3096 [ 26171] By: nicholas                              on 2005/11/19  00:21:58
3097         Log: Map the HE arena onto SV type 0 (SVt_NULL).
3098              Abolish PL_he_root and PL_he_arenaroot.
3099      Branch: perl
3100            ! embedvar.h ext/XS/APItest/APItest.xs hv.c intrpvar.h perlapi.h
3101            ! sv.c sv.h
3102 ____________________________________________________________________________
3103 [ 26170] By: nicholas                              on 2005/11/18  23:44:32
3104         Log: Remove all the now unused new_XFOO()/del_XFOO() macros
3105      Branch: perl
3106            ! sv.c
3107 ____________________________________________________________________________
3108 [ 26169] By: nicholas                              on 2005/11/18  23:28:59
3109         Log: sv_clear can manipulate the arena array directly too.
3110              Also, I think that we may have been "leaking" NV bodies in blead since
3111              25051. Oops. (Will not have been detectable except with -DPURIFY as
3112              the leak is not returning them as free to the arena)
3113      Branch: perl
3114            ! sv.c
3115 ____________________________________________________________________________
3116 [ 26168] By: nicholas                              on 2005/11/18  21:25:23
3117         Log: We only need to zero new bodies for upgrades. sv_dup doesn't need to
3118              zero as it's copying over the same sized structure. So change
3119              new_NOARENA to malloc(), and add new_NOARENAZ() to calloc()
3120      Branch: perl
3121            ! sv.c
3122 ____________________________________________________________________________
3123 [ 26167] By: nicholas                              on 2005/11/18  21:02:34
3124         Log: Merge the arms of the switch. The decision about what comes from an
3125              arena and what comes from malloc is now solely in the table.
3126      Branch: perl
3127            ! sv.c
3128 ____________________________________________________________________________
3129 [ 26166] By: nicholas                              on 2005/11/18  20:38:26
3130         Log: Elimiate new_body_length from sv_dup. Replace SvTYPE(sstr) with
3131              sv_type, which is a constant variable with the same value.
3132      Branch: perl
3133            ! sv.c
3134 ____________________________________________________________________________
3135 [ 26165] By: nicholas                              on 2005/11/18  19:50:24
3136         Log: Eliminate new_body_offset from sv_dup()
3137      Branch: perl
3138            ! sv.c
3139 ____________________________________________________________________________
3140 [ 26164] By: nicholas                              on 2005/11/18  17:37:39
3141         Log: Merge the last remaining case duplication in sv_upgrade
3142      Branch: perl
3143            ! sv.c
3144 ____________________________________________________________________________
3145 [ 26163] By: nicholas                              on 2005/11/18  16:18:38
3146         Log: Eliminate new_body_length from sv_upgrade
3147      Branch: perl
3148            ! sv.c
3149 ____________________________________________________________________________
3150 [ 26162] By: nicholas                              on 2005/11/18  15:51:10
3151         Log: Eliminate new_body_offset from sv_upgrade
3152      Branch: perl
3153            ! sv.c
3154 ____________________________________________________________________________
3155 [ 26161] By: nicholas                              on 2005/11/18  15:03:01
3156         Log: new_body_inline doesn't need to be passed the root, as it's already
3157              inferring the arenaroot directly from the passed-in type.
3158      Branch: perl
3159            ! sv.c
3160 ____________________________________________________________________________
3161 [ 26160] By: rgs                                   on 2005/11/18  12:40:16
3162         Log: Tabs are still required in the MANIFEST
3163      Branch: perl
3164            ! MANIFEST
3165 ____________________________________________________________________________
3166 [ 26159] By: nicholas                              on 2005/11/18  12:06:06
3167         Log: Add a flag to the body details of which types come from arenas.
3168              Update the allocation information for all the types.
3169              Add a new macro new_NOARENA() for allocating the non-arena types.
3170              Use calloc rather than malloc for the new_NOARENA so that the Zero()
3171              can be skipped.
3172      Branch: perl
3173            ! sv.c
3174 ____________________________________________________________________________
3175 [ 26158] By: nicholas                              on 2005/11/18  11:20:10
3176         Log: Simplify the expression for the upgrade logic for SVt_IV.
3177              Replace the "can't happen" comment for SVt_PVIV with assertions
3178              that it didn't happen.
3179      Branch: perl
3180            ! sv.c
3181 ____________________________________________________________________________
3182 [ 26157] By: stevep                                on 2005/11/18  11:07:34
3183         Log: Adding README.linux to the MANIFEST
3184      Branch: perl
3185            ! MANIFEST
3186 ____________________________________________________________________________
3187 [ 26156] By: nicholas                              on 2005/11/18  10:30:12
3188         Log: const and static for the const static private table.
3189              Replace the "upgrade" special case for SVt_PV with assertions as it's
3190              not been needed since we forced *up*grades.
3191      Branch: perl
3192            ! sv.c
3193 ____________________________________________________________________________
3194 [ 26155] By: nicholas                              on 2005/11/18  10:13:31
3195         Log: Rename sv_upgrade's parameter mt to new_type.
3196      Branch: perl
3197            ! sv.c
3198 ____________________________________________________________________________
3199 [ 26154] By: rgs                                   on 2005/11/18  08:30:18
3200         Log: Subject: Dumpvalue doc patch
3201              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
3202              Date: Fri, 18 Nov 2005 03:42:52 +0100
3203              Message-ID: <87br0ibrrn.fsf@k75.linux.bogus>
3204      Branch: perl
3205            ! lib/Dumpvalue.pm
3206 ____________________________________________________________________________
3207 [ 26153] By: stevep                                on 2005/11/18  00:54:53
3208         Log: Initial, albeit hackish, support for the alpha version of Sun Studio
3209              compilers of Linux.
3210      Branch: perl
3211            + README.linux
3212            ! hints/linux.sh
3213 ____________________________________________________________________________
3214 [ 26152] By: nicholas                              on 2005/11/17  23:27:59
3215         Log: All that can be in the first switch statement of sv_upgrade is now
3216              table driven. The shrinking continues on the morrow.
3217      Branch: perl
3218            ! sv.c
3219 ____________________________________________________________________________
3220 [ 26151] By: nicholas                              on 2005/11/17  22:50:07
3221         Log: "Can you see what it is yet?"
3222              Next steps towards making as much as possible table driven.
3223      Branch: perl
3224            ! sv.c
3225 ____________________________________________________________________________
3226 [ 26150] By: nicholas                              on 2005/11/17  21:58:58
3227         Log: Add the size of the structure to copy as a field in the per type
3228              data table.
3229      Branch: perl
3230            ! sv.c
3231 ____________________________________________________________________________
3232 [ 26149] By: nicholas                              on 2005/11/17  16:33:05
3233         Log: Merge sizeof_body_by_svtype and offset_by_svtype into a single array
3234              of structures.
3235      Branch: perl
3236            ! sv.c
3237 ____________________________________________________________________________
3238 [ 26148] By: nicholas                              on 2005/11/17  14:36:39
3239         Log: Move the location of the definition of the arena slot used for pte
3240              into sv.h, to keep it in one central place.
3241              Change it to use SVt_RV. (Having SVt_IV for real use will be useful.
3242              SVt_RV has no body, and doesn't pretend to have one, so it is spare.)
3243      Branch: perl
3244            ! sv.c sv.h
3245 ____________________________________________________________________________
3246 [ 26147] By: rgs                                   on 2005/11/17  14:09:10
3247         Log: Subject: [PATCH] Sort subs now in embed.fnc
3248              From: Andy Lester <andy@petdance.com>
3249              Date: Thu, 17 Nov 2005 07:53:38 -0600
3250              Message-ID: <20051117135338.GA31715@petdance.com>
3251      Branch: perl
3252            ! embed.fnc embed.h pp_sort.c proto.h
3253 ____________________________________________________________________________
3254 [ 26146] By: nicholas                              on 2005/11/17  13:51:01
3255         Log: s/SvTYPE(sv)/old_type/ in sv_upgrade because we already have that value
3256              in that variable.
3257              Don't compile S_new_body with -DPURIFY
3258      Branch: perl
3259            ! sv.c
3260 ____________________________________________________________________________
3261 [ 26145] By: rgs                                   on 2005/11/17  09:06:33
3262         Log: It's clearer to use "morphing" than "polymorphing" when
3263              describing what exec() does
3264      Branch: perl
3265            ! pod/perlmod.pod
3266 ____________________________________________________________________________
3267 [ 26144] By: stevep                                on 2005/11/17  00:18:31
3268         Log: Subject: [perl #37694] segfault with PerlIO::get_layers()
3269              From: Peter Dintelmann (via RT) <perlbug-followup@perl.org>
3270              Date: Wed, 16 Nov 2005 07:11:41 -0800
3271              Message-ID: <rt-3.0.11-37694-124556.15.9755707729767@perl.org>
3272      Branch: perl
3273            ! universal.c
3274 ____________________________________________________________________________
3275 [ 26143] By: nicholas                              on 2005/11/16  23:40:55
3276         Log: Oi gcc, No! sizeof(void) is an error. *Not* 1.
3277              Wanting sizeof(void) isn't even a compilation error with -ansi
3278              -pedantic. Just a warning. Lame! I'm going to send it back for a full
3279              refund. Hateful software.
3280      Branch: perl
3281            ! sv.c
3282 ____________________________________________________________________________
3283 [ 26142] By: nicholas                              on 2005/11/16  20:18:58
3284         Log: PL_pte_root and PL_pte_arenaroot can be exterminated. Which reveals
3285              an erroneous remaining reference to PL_pte_root to correct.
3286      Branch: perl
3287            ! embedvar.h intrpvar.h perlapi.h sv.c
3288 ____________________________________________________________________________
3289 [ 26141] By: nicholas                              on 2005/11/16  19:26:17
3290         Log: Subject: Re: eliminate discreet arenaroots
3291              From: Jim Cromie <jim.cromie@gmail.com>
3292              Message-ID: <4378E5B0.3010708@gmail.com>
3293              Date: Mon, 14 Nov 2005 12:29:52 -0700
3294      Branch: perl
3295            ! embedvar.h intrpvar.h perlapi.h sv.c sv.h
3296 ____________________________________________________________________________
3297 [ 26140] By: merijn                                on 2005/11/16  19:26:13
3298         Log: Subject: [PATCH @26137] for wince
3299              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
3300              Date: Wed, 16 Nov 2005 20:57:13 +0300
3301              Message-ID: <7DD1BE2C50259746ABB8683672D2089E12DC9F@itotest-1.spb.lucent.com>
3302      Branch: perl
3303            ! makedef.pl wince/Makefile.ce wince/config.ce wince/config_H.ce
3304            ! wince/wince.c
3305 ____________________________________________________________________________
3306 [ 26137] By: rgs                                   on 2005/11/16  15:06:10
3307         Log: Subject: Re: [perl #37688] Unexpected regex failure. 
3308              From: hv@crypt.org
3309              Date: Wed, 16 Nov 2005 14:54:55 +0000
3310              Message-Id: <200511161454.jAGEst117787@zen.crypt.org>
3311      Branch: perl
3312            ! regexec.c t/op/re_tests
3313 ____________________________________________________________________________
3314 [ 26136] By: rgs                                   on 2005/11/15  16:33:02
3315         Log: Subject: Re: [perl #37616] Bug in &= (string) and/or m//
3316              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
3317              Date: Wed, 09 Nov 2005 02:12:00 +0900
3318              Message-Id: <20051109021035.69D8.BQW10602@nifty.com>
3319      Branch: perl
3320            ! doop.c t/op/bop.t
3321 ____________________________________________________________________________
3322 [ 26135] By: rgs                                   on 2005/11/15  13:30:00
3323         Log: Subject: [PATCH] Re: Cygwin status, maint and blead
3324              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
3325              Date: Sun, 13 Nov 2005 16:01:02 -0800
3326              Message-ID: <20051114000102.GA5556@efn.org>
3327      Branch: perl
3328            ! Makefile.SH
3329 ____________________________________________________________________________
3330 [ 26134] By: nicholas                              on 2005/11/14  22:48:02
3331         Log: Remove the two register keywords from auto variables that PERL_POSION
3332              wants to take the address of.
3333      Branch: perl
3334            ! hv.c scope.c
3335 ____________________________________________________________________________
3336 [ 26133] By: nicholas                              on 2005/11/14  22:32:14
3337         Log: More PERL_POISON - poison SvANY() and SvREFCNT() in freed SV heads.
3338              (by using the union pointer to chain the freed heads together)
3339      Branch: perl
3340            ! sv.c
3341 ____________________________________________________________________________
3342 [ 26132] By: nicholas                              on 2005/11/14  22:31:14
3343         Log: Mark all places where perl needs to look at a possibly-freed scalar
3344              with a macro SvIS_FREED(sv)
3345      Branch: perl
3346            ! av.c mg.c op.c pad.c pp_hot.c sv.h
3347 ____________________________________________________________________________
3348 [ 26131] By: stevep                                on 2005/11/14  17:31:59
3349         Log: Removed reference to the non-existent C<Opcode::Custom>.
3350      Branch: perl
3351            ! pod/perlguts.pod
3352 ____________________________________________________________________________
3353 [ 26130] By: rgs                                   on 2005/11/14  16:32:33
3354         Log: The warning "Field too wide in 'u' format in pack" was emitted even
3355              when pack warnings were not enabled
3356      Branch: perl
3357            ! pp_pack.c
3358 ____________________________________________________________________________
3359 [ 26129] By: nicholas                              on 2005/11/14  16:22:26
3360         Log: Provide a crude way for specifying the command line for
3361              make test.valgrind
3362      Branch: perl
3363            ! Makefile.SH t/TEST
3364 ____________________________________________________________________________
3365 [ 26128] By: rgs                                   on 2005/11/14  15:40:08
3366         Log: A better fix for [perl #35847] File::Find not performing as documented,
3367              suggested by Darren Dunham. Includes a fix to the code example that
3368              uses File::Find in perlfaq3.
3369      Branch: perl
3370            ! lib/File/Find.pm pod/perlfaq3.pod
3371 ____________________________________________________________________________
3372 [ 26126] By: rgs                                   on 2005/11/14  12:43:29
3373         Log: Don't warn about lack of docs for functions that appear twice in embed.fnc.
3374      Branch: perl
3375            ! autodoc.pl
3376 ____________________________________________________________________________
3377 [ 26124] By: rgs                                   on 2005/11/14  10:45:25
3378         Log: Fix indentation of apidoc for sv_2pvutf8
3379              (so perlapi.pod is correctly generated)
3380      Branch: perl
3381            ! pod/perlapi.pod sv.c
3382 ____________________________________________________________________________
3383 [ 26123] By: rgs                                   on 2005/11/14  10:24:58
3384         Log: Suppress gcc warnings when ignoring the return value of io_close(),
3385              as suggested by Gisle Aas.
3386      Branch: perl
3387            ! embed.fnc proto.h
3388 ____________________________________________________________________________
3389 [ 26122] By: rgs                                   on 2005/11/14  10:13:41
3390         Log: Subject: [PATCH] Missing ; in Storable.xs
3391              From: Gisle Aas <gisle@ActiveState.com>
3392              Date: 14 Nov 2005 02:32:14 -0800
3393              Message-ID: <lrhdafy0y9.fsf_-_@caliper.activestate.com>
3394      Branch: perl
3395            ! ext/Storable/Storable.xs
3396 ____________________________________________________________________________
3397 [ 26120] By: steveh                                on 2005/11/14  09:39:48
3398         Log: Subject: [PATCH] Compress::Zlib
3399              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
3400              Date: Sun, 13 Nov 2005 17:09:08 -0000
3401              Message-ID: <00d101c5e874$f865f910$6d1c140a@myopwv.com>
3402      Branch: perl
3403            ! ext/Compress/Zlib/Zlib.pm
3404            ! ext/Compress/Zlib/lib/Compress/Zlib/Common.pm
3405            ! ext/Compress/Zlib/lib/IO/Compress/Gzip.pm
3406            ! ext/Compress/Zlib/lib/IO/Uncompress/Gunzip.pm
3407            ! ext/Compress/Zlib/t/09gziphdr.t
3408 ____________________________________________________________________________
3409 [ 26119] By: steveh                                on 2005/11/14  09:39:02
3410         Log: Fix code-before-declaration in boot_Storable added by 26107
3411      Branch: perl
3412            ! ext/Storable/Storable.xs
3413 ____________________________________________________________________________
3414 [ 26118] By: stevep                                on 2005/11/14  01:13:16
3415         Log: Subject: [PATCH] consting perlbug breaking in blead & maint
3416              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
3417              Date: Sun, 13 Nov 2005 16:00:49 -0800
3418              Message-ID: <20051114000049.GA7676@efn.org>
3419      Branch: perl
3420            ! utils/perlbug.PL
3421 ____________________________________________________________________________
3422 [ 26112] By: nicholas                              on 2005/11/13  18:47:27
3423         Log: Fix breakages that prevended -DPERL_POISON from compiling.
3424      Branch: perl
3425            ! handy.h sv.h
3426 ____________________________________________________________________________
3427 [ 26110] By: nicholas                              on 2005/11/13  11:44:30
3428         Log: Integrate:
3429              [ 26108]
3430              BEGIN blocks should start a new stack, as they can be called as a
3431              side effect of "regular" Perl API calls within subroutines that have
3432              already cached the current stack's address. If they don't, any stack
3433              extension during the call may move the stack, rendering that cached
3434              value invalid without the cachee realising. (For example, PP code
3435              calling gv_fetchpv() which triggers a load of Errno.pm)
3436      Branch: perl
3437           !> op.c
3438 ____________________________________________________________________________
3439 [ 26107] By: stevep                                on 2005/11/13  00:40:25
3440         Log: Subject: Re: [PATCH] Enhanced Storable::read_magic()
3441              From: Gisle Aas <gisle@ActiveState.com>
3442              Date: 12 Nov 2005 13:13:23 -0800
3443              Message-ID: <lrhdah7eoc.fsf@caliper.activestate.com>
3444      Branch: perl
3445            + ext/Storable/t/file_magic.t
3446            ! MANIFEST ext/Storable/MANIFEST ext/Storable/Storable.pm
3447            ! ext/Storable/Storable.xs
3448 ____________________________________________________________________________
3449 [ 26103] By: stevep                                on 2005/11/12  20:44:16
3450         Log: Upgrade to Locale-Maketext-1.10.  As change #25547 did not make it
3451              into the module release, I bumped the version number and added the
3452              missing code.
3453      Branch: perl
3454            ! lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog
3455 ____________________________________________________________________________
3456 [ 26101] By: stevep                                on 2005/11/12  19:46:18
3457         Log: Subject: [perl #37657] segfault with binmode ":pop"
3458              From: Peter Dintelmann (via RT) <perlbug-followup@perl.org>
3459              Date: Fri, 11 Nov 2005 06:36:20 -0800
3460              Message-ID: <rt-3.0.11-37657-124293.6.03947871136576@perl.org>
3461      Branch: perl
3462            ! perlio.c
3463 ____________________________________________________________________________
3464 [ 26100] By: nicholas                              on 2005/11/12  18:48:29
3465         Log: Make B's tests skip correctly when PerlIO is not configured.
3466      Branch: perl
3467            ! ext/B/t/concise-xs.t ext/B/t/concise.t
3468 ____________________________________________________________________________
3469 [ 26099] By: stevep                                on 2005/11/12  16:59:49
3470         Log: Subject: [PATCH] mathoms prototypes aren't prototypes
3471              From: Andy Lester <andy@petdance.com>
3472              Date: Fri, 11 Nov 2005 17:20:30 -0600
3473              Message-ID: <20051111232030.GA882@petdance.com>
3474      Branch: perl
3475            ! mathoms.c perl.c
3476 ____________________________________________________________________________
3477 [ 26096] By: stevep                                on 2005/11/12  15:41:09
3478         Log: Andy Lester maintains Locale::Maketext now.
3479      Branch: perl
3480            ! Porting/Maintainers.pl
3481 ____________________________________________________________________________
3482 [ 26093] By: nicholas                              on 2005/11/12  10:21:50
3483         Log: Change 26063 got one conditional the wrong way round.
3484      Branch: perl
3485            ! ext/B/B/Bytecode.pm
3486 ____________________________________________________________________________
3487 [ 26091] By: nicholas                              on 2005/11/12  09:15:32
3488         Log: Make the removal of references to AvFLAGS in the B modules conditional
3489              on perl version.
3490      Branch: perl
3491            ! ext/B/B/C.pm ext/B/B/Debug.pm
3492 ____________________________________________________________________________
3493 [ 26090] By: stevep                                on 2005/11/11  22:47:06
3494         Log: const'ing Netdb_host_t broke HP-UX and created warnings on gcc for a double const.  
3495              Netdb_host_t is a macro that for a const pointer.
3496      Branch: perl
3497            ! pp_sys.c
3498 ____________________________________________________________________________
3499 [ 26089] By: nicholas                              on 2005/11/11  21:52:20
3500         Log: 26085 was wrong. Undo it.
3501              (I suspect that I got this wrong because more changes have been made
3502              in blead subsequent to the change I was attempting to merge in, and
3503              and jiggled around with the number of tests)
3504      Branch: perl
3505            ! ext/B/t/concise-xs.t
3506 ____________________________________________________________________________
3507 [ 26088] By: stevep                                on 2005/11/11  16:44:39
3508         Log: Subject: [PATCH] DB_File 1.814
3509              From: Paul Marquess <Paul.Marquess@ntlworld.com>
3510              Date: Fri, 11 Nov 2005 12:09:55 -0000
3511              Message-ID: <00e301c5e6b8$d5a357f0$241c140a@myopwv.com>
3512      Branch: perl
3513            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
3514            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
3515 ____________________________________________________________________________
3516 [ 26087] By: stevep                                on 2005/11/11  16:17:03
3517         Log: Subject: [PATCH] Storable 0.1 compatibility
3518              From: Gisle Aas <gisle@ActiveState.com> 
3519              Date: 11 Nov 2005 05:42:29 -0800 
3520              Message-ID: <lry83v712y.fsf@caliper.activestate.com>
3521              
3522              Also added an entry in the main MANIFEST file for the new test and 
3523              a version bump in Storable.pm.
3524      Branch: perl
3525            + ext/Storable/t/compat01.t
3526            ! MANIFEST ext/Storable/MANIFEST ext/Storable/Storable.pm
3527            ! ext/Storable/Storable.xs
3528 ____________________________________________________________________________
3529 [ 26085] By: nicholas                              on 2005/11/11  14:16:30
3530         Log: Correct the version-dependant expression for the number of tests, as it
3531              is now giving the wrong number for 5.8.x
3532      Branch: perl
3533            ! ext/B/t/concise-xs.t
3534 ____________________________________________________________________________
3535 [ 26082] By: stevep                                on 2005/11/11  04:55:56
3536         Log: Subject: [PATCH] Const & local: Special Victims Unit
3537              From: Andy Lester <andy@petdance.com>
3538              Date: Thu, 10 Nov 2005 22:47:00 -0600
3539              Message-ID: <20051111044700.GA24161@petdance.com>
3540      Branch: perl
3541            ! cop.h doio.c doop.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c sv.c
3542            ! util.c
3543 ____________________________________________________________________________
3544 [ 26081] By: stevep                                on 2005/11/11  03:27:35
3545         Log: Pod nit in Encode.pm, found by Marc Lehmann in RT #36949. 
3546      Branch: perl
3547            ! ext/Encode/Encode.pm
3548 ____________________________________________________________________________
3549 [ 26080] By: stevep                                on 2005/11/11  03:18:11
3550         Log: Fix for RT #37654.  Added $COMPILING to list of variables exported.
3551      Branch: perl
3552            ! lib/English.pm
3553 ____________________________________________________________________________
3554 [ 26079] By: rgs                                   on 2005/11/10  16:59:15
3555         Log: Subject: [PATCH] Suppress leaked warnings in ExtUtils tests
3556              From: Dominic Dunlop <domo@computer.org>
3557              Date: Thu, 10 Nov 2005 18:10:00 +0100
3558              Message-Id: <D2949A21-7EE3-449F-BEF2-38FAD7B4A483@computer.org>
3559      Branch: perl
3560            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/Manifest.t
3561 ____________________________________________________________________________
3562 [ 26078] By: rgs                                   on 2005/11/10  16:36:12
3563         Log: Patch by Ilya Zakharevich to give more meaningful error
3564              messages from if.pm when invoked with a condition in list
3565              context. Also bump if's VERSION.
3566      Branch: perl
3567            ! lib/if.pm
3568 ____________________________________________________________________________
3569 [ 26077] By: rgs                                   on 2005/11/10  15:10:42
3570         Log: Define PERL_DEFAULT_DO_EXEC3_IMPLEMENTATION earlier in perl.h
3571              (that is, before embed.h, that uses this symbol, is included)
3572      Branch: perl
3573            ! perl.h
3574 ____________________________________________________________________________
3575 [ 26076] By: rgs                                   on 2005/11/10  14:26:12
3576         Log: Subject: [perl #35847] File::Find not performing as documented 
3577              From: "jms@mathras.comcast.net (via RT)" <perlbug-followup@perl.org>
3578              Date: 17 May 2005 10:40:08 -0000
3579              Message-ID: <rt-3.0.11-35847-113088.7.09182163210095@perl.org>
3580      Branch: perl
3581            ! lib/File/Find.pm
3582 ____________________________________________________________________________
3583 [ 26075] By: rgs                                   on 2005/11/10  13:03:20
3584         Log: Subject: [perl #37648] segfault with PERLIO_DEBUG 
3585              From: Peter Dintelmann (via RT) <perlbug-followup@perl.org>
3586              Date: Thu, 10 Nov 2005 04:31:39 -0800
3587              Message-ID: <rt-3.0.11-37648-124187.17.2251402270294@perl.org>
3588      Branch: perl
3589            ! perlio.c
3590 ____________________________________________________________________________
3591 [ 26074] By: stevep                                on 2005/11/10  12:22:43
3592         Log: Subject: [perl #37582] [PATCH] h2ph inc_dirs() fails to prepend gcc include search path, resulting in missing C standard headers on Linux
3593              From: Jason Vas Dias (via RT) <perlbug-followup@perl.org>
3594              Date: Tue, 01 Nov 2005 15:22:45 -0800
3595              Message-ID: <rt-3.0.11-37582-123738.12.3509768746337@perl.org>
3596      Branch: perl
3597            ! utils/h2ph.PL
3598 ____________________________________________________________________________
3599 [ 26073] By: rgs                                   on 2005/11/10  10:52:51
3600         Log: Subject: [PATCH] remove whitespace preceding semicolon in docs
3601              From: Steven Schubiger <schubiger@cpan.org>
3602              Date: Mon, 31 Oct 2005 22:48:27 +0100
3603              Message-ID: <20051031214827.GH24416@accognoscere.homeunix.org>
3604      Branch: perl
3605            ! pod/perl561delta.pod pod/perl56delta.pod pod/perlcall.pod
3606            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perlfaq5.pod
3607            ! pod/perlfilter.pod pod/perlipc.pod pod/perllexwarn.pod
3608            ! pod/perlop.pod pod/perlre.pod pod/perlsub.pod pod/perltrap.pod
3609            ! pod/perlxs.pod
3610 ____________________________________________________________________________
3611 [ 26072] By: rgs                                   on 2005/11/10  10:37:42
3612         Log: Really apply change #26071.
3613      Branch: perl
3614            ! configpm ext/Cwd/Cwd.xs wince/Makefile.ce wince/config_h.PL
3615            ! wince/config_sh.PL
3616 ____________________________________________________________________________
3617 [ 26071] By: rgs                                   on 2005/11/10  10:35:57
3618         Log: Subject: [PATCH @26062] wince patch
3619              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
3620              Date: Wed, 9 Nov 2005 20:22:52 +0300 
3621              Message-ID: <7DD1BE2C50259746ABB8683672D2089E12DC02@itotest-1.spb.lucent.com>
3622      Branch: perl
3623            ! configpm ext/Cwd/Cwd.xs wince/Makefile.ce wince/config_h.PL
3624            ! wince/config_sh.PL
3625 ____________________________________________________________________________
3626 [ 26070] By: rgs                                   on 2005/11/10  09:11:26
3627         Log: Add tests for two untested syntax error messages about \N
3628      Branch: perl
3629            ! t/comp/parser.t
3630 ____________________________________________________________________________
3631 [ 26069] By: steveh                                on 2005/11/10  08:41:53
3632         Log: Make Perl_seed public
3633              
3634              Fixes Win32 linker error in List::Util introduced by change #26054
3635      Branch: perl
3636            ! embed.fnc embed.h global.sym
3637 ____________________________________________________________________________
3638 [ 26068] By: rgs                                   on 2005/11/10  08:36:13
3639         Log: Subject: [PATCH] blead@26052 Symbian update
3640              From: <jarkko.hietaniemi@nokia.com>
3641              Date: Wed, 9 Nov 2005 17:45:07 +0200
3642              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A73D@esebe105.NOE.Nokia.com>
3643      Branch: perl
3644            ! README.symbian symbian/TODO symbian/config.pl symbian/port.pl
3645            ! symbian/sdk.pl symbian/sisify.pl
3646 ____________________________________________________________________________
3647 [ 26067] By: nicholas                              on 2005/11/09  21:52:03
3648         Log: As using -C to turn on utf8 IO is equivalent to the open pragma,
3649              change 25925 had the side effect of breaking ext/Encode/t/perlio.t
3650              Fixed by opening with :bytes.
3651      Branch: perl
3652            ! ext/Encode/t/perlio.t
3653 ____________________________________________________________________________
3654 [ 26066] By: nicholas                              on 2005/11/09  21:30:02
3655         Log: I/O is UTF-8, not "UNICODE"
3656      Branch: perl
3657            ! t/io/layers.t
3658 ____________________________________________________________________________
3659 [ 26065] By: nicholas                              on 2005/11/09  20:53:29
3660         Log: As using -C to turn on utf8 IO is equivalent to the open pragma,
3661              change 25925 had the side effect of breaking t/io/utf8.t
3662              Fixed by adding the missing binmode()s.
3663      Branch: perl
3664            ! t/io/utf8.t
3665 ____________________________________________________________________________
3666 [ 26064] By: nicholas                              on 2005/11/09  20:23:28
3667         Log: Better diagnostics from io/utf8.t
3668      Branch: perl
3669            ! t/io/utf8.t
3670 ____________________________________________________________________________
3671 [ 26063] By: nicholas                              on 2005/11/09  17:29:44
3672         Log: Make the Bytecode changes conditional on perl version.
3673      Branch: perl
3674            ! ext/B/B/Bytecode.pm
3675 ____________________________________________________________________________
3676 [ 26062] By: rgs                                   on 2005/11/09  11:56:04
3677         Log: Subject: Re: [PATCH] Re: [perl #32383] DProf breaks List::Util::shuffle
3678              From: Graham Barr <gbarr@pobox.com>
3679              Date: Wed, 9 Nov 2005 06:09:48 -0600
3680              Message-Id: <6CAD749E-AE29-415A-9ACB-BA8F6FB8279E@pobox.com>
3681      Branch: perl
3682            ! ext/List/Util/Util.xs ext/List/Util/lib/Scalar/Util.pm
3683            ! ext/List/Util/t/lln.t ext/List/Util/t/p_blessed.t
3684            ! ext/List/Util/t/p_first.t ext/List/Util/t/p_lln.t
3685            ! ext/List/Util/t/p_max.t ext/List/Util/t/p_maxstr.t
3686            ! ext/List/Util/t/p_min.t ext/List/Util/t/p_minstr.t
3687            ! ext/List/Util/t/p_openhan.t ext/List/Util/t/p_readonly.t
3688            ! ext/List/Util/t/p_reduce.t ext/List/Util/t/p_refaddr.t
3689            ! ext/List/Util/t/p_reftype.t ext/List/Util/t/p_shuffle.t
3690            ! ext/List/Util/t/p_sum.t ext/List/Util/t/p_tainted.t
3691 ____________________________________________________________________________
3692 [ 26061] By: nicholas                              on 2005/11/09  11:21:10
3693         Log: Simplify Perl_allocmy slightly, and cope better with the name is ""
3694              case.
3695      Branch: perl
3696            ! op.c
3697 ____________________________________________________________________________
3698 [ 26060] By: nicholas                              on 2005/11/09  11:17:17
3699         Log: Add a comment about possible future refactoring of the pad code.
3700      Branch: perl
3701            ! pad.c
3702 ____________________________________________________________________________
3703 [ 26059] By: nicholas                              on 2005/11/09  10:56:28
3704         Log: Remove superfluous strlen() from pp_require().
3705      Branch: perl
3706            ! pp_ctl.c
3707 ____________________________________________________________________________
3708 [ 26058] By: stevep                                on 2005/11/09  10:45:57
3709         Log: Patch from Gisle to add NO_MATHOMS to the Compile-time options.
3710      Branch: perl
3711            ! perl.c
3712 ____________________________________________________________________________
3713 [ 26057] By: rgs                                   on 2005/11/09  10:31:35
3714         Log: Don't declare a function inside another function
3715      Branch: perl
3716            ! perl.c
3717 ____________________________________________________________________________
3718 [ 26056] By: merijn                                on 2005/11/09  09:54:28
3719         Log: Subject: Configure setting patchlevel broken
3720              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
3721              Date: Fri, 14 Oct 2005 00:33:29 -0700
3722              Message-ID: <20051014073329.GA3236@efn.org>
3723      Branch: perl
3724            ! Configure
3725 ____________________________________________________________________________
3726 [ 26054] By: rgs                                   on 2005/11/09  09:15:04
3727         Log: Subject: [PATCH] Re: [perl #32383] DProf breaks List::Util::shuffle
3728              From: Robin Houston <robin@cpan.org>
3729              Date: Tue, 8 Nov 2005 19:02:34 +0000
3730              Message-ID: <20051108190234.GA25953@rpc142.cs.man.ac.uk>
3731      Branch: perl
3732            ! cop.h ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
3733            ! ext/List/Util/multicall.h ext/List/Util/t/first.t
3734            ! ext/List/Util/t/reduce.t pod/perlcall.pod
3735 ____________________________________________________________________________
3736 [ 26053] By: rgs                                   on 2005/11/09  08:57:10
3737         Log: Subject: patch@26052 - compile rule for mathoms.c
3738              From: "John E. Malmberg" <wb8tyw@qsl.net>
3739              Date: Tue, 08 Nov 2005 23:09:03 -0500
3740              Message-ID: <4371765F.1000900@qsl.net>
3741      Branch: perl
3742            ! vms/descrip_mms.template
3743 ____________________________________________________________________________
3744 [ 26052] By: nicholas                              on 2005/11/08  22:05:57
3745         Log: It helps to actually *remove* the now-superfluous strlen().
3746              (An addendum to 26050.)
3747      Branch: perl
3748            ! toke.c
3749 ____________________________________________________________________________
3750 [ 26051] By: nicholas                              on 2005/11/08  21:55:40
3751         Log: Moving the 4 writes of PL_no_mem followed by exit(1) to a static
3752              function makes the object code slightly smaller.
3753      Branch: perl
3754            ! util.c
3755 ____________________________________________________________________________
3756 [ 26050] By: nicholas                              on 2005/11/08  21:37:52
3757         Log: Eliminate some unnecessary strlen()s
3758      Branch: perl
3759            ! doio.c op.c perl.c perlio.c sv.c toke.c util.c
3760 ____________________________________________________________________________
3761 [ 26049] By: nicholas                              on 2005/11/08  20:43:11
3762         Log: Eliminate duplicate strlen()s by explicitly calling it.
3763              Note two places for future audit with FIXME.
3764              Convert a SvPVX_const to SvPVX_const_nolen, where the length is unused.
3765      Branch: perl
3766            ! pp_ctl.c
3767 ____________________________________________________________________________
3768 [ 26048] By: nicholas                              on 2005/11/08  20:35:11
3769         Log: 3 calls to strlen() we can avoid.
3770      Branch: perl
3771            ! doio.c
3772 ____________________________________________________________________________
3773 [ 26047] By: rgs                                   on 2005/11/08  17:35:58
3774         Log: Subject: [DOC PATCH] mention @-, @+ in perl56delta.pod
3775              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
3776              Date: Tue, 8 Nov 2005 08:46:42 -0800
3777              Message-ID: <20051108164642.GD7972@efn.org>
3778      Branch: perl
3779            ! pod/perl561delta.pod pod/perl56delta.pod
3780 ____________________________________________________________________________
3781 [ 26046] By: nicholas                              on 2005/11/08  16:30:18
3782         Log: Probaby a good idea to include DEBUG_LEAKING_SCALARS in -V output, as
3783              its presence changes structure sizes.
3784      Branch: perl
3785            ! perl.c
3786 ____________________________________________________________________________
3787 [ 26045] By: stevep                                on 2005/11/08  14:24:39
3788         Log: From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
3789              Subject: Re: A surprising segfault
3790              Date: Tue, 08 Nov 2005 23:36:13 +0900
3791              Message-Id: <20051108233535.735D.BQW10602@nifty.com>
3792      Branch: perl
3793            ! t/io/fs.t t/io/print.t t/op/chop.t t/op/sort.t
3794 ____________________________________________________________________________
3795 [ 26044] By: steveh                                on 2005/11/08  10:16:56
3796         Log: Remove an unused variable left over from change #26041
3797      Branch: perl
3798            ! win32/win32.c
3799 ____________________________________________________________________________
3800 [ 26043] By: rgs                                   on 2005/11/08  10:11:55
3801         Log: Subject: Re: C<undef %::> considered harmful
3802              From: Benjamin Sugars <bsugars@canoe.ca>
3803              Date: Fri, 20 Apr 2001 10:30:20 -0400 (EDT)
3804              Message-ID: <Pine.LNX.4.21.0104201022040.1722-100000@marmot.rim.canoe.ca>
3805              
3806              except the part that increases the refcount of PL_stderrgv, already
3807              fixed separately.
3808      Branch: perl
3809            ! perl.c
3810 ____________________________________________________________________________
3811 [ 26042] By: rgs                                   on 2005/11/08  09:57:10
3812         Log: Upgrade to CPAN 1.76_65
3813      Branch: perl
3814            - lib/CPAN/Admin.pm
3815            ! MANIFEST lib/CPAN.pm lib/CPAN/SIGNATURE lib/CPAN/bin/cpan
3816            ! lib/CPAN/t/version.t
3817 ____________________________________________________________________________
3818 [ 26041] By: merijn                                on 2005/11/08  06:29:56
3819         Log: Subject: [PATCH] Remove unused USING_WIDE code from win32 and wince branches
3820              From: "Jan Dubois" <jand@ActiveState.com>
3821              Date: Mon, 7 Nov 2005 20:39:02 -0800
3822              Message-ID: <078001c5e41e$585c4140$6401a8c0@candy>
3823      Branch: perl
3824            ! win32/ext/Win32/Win32.xs win32/perlhost.h win32/win32.c
3825            ! win32/win32.h wince/perlhost.h wince/win32.h wince/wince.c
3826 ____________________________________________________________________________
3827 [ 26040] By: stevep                                on 2005/11/08  00:41:51
3828         Log: Updated perldiag.pod entry for "Can't use subscript..."
3829      Branch: perl
3830            ! pod/perldiag.pod
3831 ____________________________________________________________________________
3832 [ 26039] By: nicholas                              on 2005/11/07  21:31:16
3833         Log: Merge pp_slt, pp_sgt and pp_sge into pp_sle. (The most commonly used
3834              of the 4. Not that any are that popular.)
3835      Branch: perl
3836            ! mathoms.c opcode.h opcode.pl pp.c
3837 ____________________________________________________________________________
3838 [ 26038] By: stevep                                on 2005/11/07  18:35:47
3839         Log: Subject: [PATCH] Re: [perl #36061] Not OK: perl v5.8.7 on darwin-2level 8.1.0 (UNINSTALLED)
3840              From: shouldbedomo@mac.com (Dominic Dunlop)
3841              Date: Mon, 7 Nov 2005 18:24:50 +0100
3842              Message-ID: <B9D07EB3-DF78-48A9-90C4-AF3A89AAB7C6@mac.com>
3843              
3844              README.macosx updates
3845      Branch: perl
3846            ! README.macosx
3847 ____________________________________________________________________________
3848 [ 26037] By: nicholas                              on 2005/11/07  15:21:01
3849         Log: s/Nick Clark/Nicholas Clark/
3850      Branch: perl
3851            ! Changes Changes5.8 doio.c t/op/lc.t
3852 ____________________________________________________________________________
3853 [ 26036] By: nicholas                              on 2005/11/07  15:18:51
3854         Log: For each test function, test it as is, and with extra data appended
3855              after each test character.
3856      Branch: perl
3857            ! t/uni/case.pl
3858 ____________________________________________________________________________
3859 [ 26035] By: nicholas                              on 2005/11/07  14:05:25
3860         Log: The rarely used lcfirst and ucfirst share almost all their code.
3861              Merge the two as pp_ucfirst.
3862      Branch: perl
3863            ! mathoms.c opcode.h opcode.pl pp.c
3864 ____________________________________________________________________________
3865 [ 26034] By: nicholas                              on 2005/11/07  13:22:35
3866         Log: Fix bug #37628 (both lcfirst and ucfirst)
3867      Branch: perl
3868            ! pp.c t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
3869 ____________________________________________________________________________
3870 [ 26033] By: rgs                                   on 2005/11/07  12:26:29
3871         Log: Subject: [PATCH] Cleaning up x2p directory
3872              From: Andy Lester <andy@petdance.com>
3873              Date: Fri, 4 Nov 2005 15:13:55 -0600
3874              Message-ID: <20051104211355.GB12651@petdance.com>
3875      Branch: perl
3876            - x2p/proto.h
3877            ! MANIFEST x2p/EXTERN.h x2p/INTERN.h x2p/a2p.h x2p/a2py.c
3878            ! x2p/hash.c x2p/hash.h x2p/str.c x2p/str.h x2p/util.c
3879            ! x2p/util.h x2p/walk.c
3880 ____________________________________________________________________________
3881 [ 26032] By: rgs                                   on 2005/11/07  12:20:59
3882         Log: Subject: [PATCH] Missing static declarations 
3883              From: Gisle Aas <gisle@ActiveState.com>
3884              Date: 05 Nov 2005 05:08:03 -0800
3885              Message-ID: <lracgj1bv0.fsf@caliper.activestate.com>
3886      Branch: perl
3887            ! genpacksizetables.pl pp_pack.c
3888 ____________________________________________________________________________
3889 [ 26031] By: rgs                                   on 2005/11/07  11:49:46
3890         Log: Remove CPAN.pm's META.yml.
3891              Add CPAN.pm's SIGNATURE in MANIFEST.
3892      Branch: perl
3893            - lib/CPAN/META.yml
3894            ! MANIFEST
3895 ____________________________________________________________________________
3896 [ 26030] By: rgs                                   on 2005/11/07  11:39:57
3897         Log: Subject: [PATCH] Symbian update blead@26025
3898              From: <jarkko.hietaniemi@nokia.com>
3899              Date: Mon, 7 Nov 2005 13:32:15 +0200
3900              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A70C@esebe105.NOE.Nokia.com>
3901      Branch: perl
3902            + symbian/PerlUi.cpp symbian/PerlUi.h symbian/PerlUi.hrh
3903            + symbian/PerlUiS60.rss symbian/PerlUiS80.rss
3904            + symbian/PerlUiUIQ.rss symbian/ext/Moped/Msg/Msg.mmp
3905            + symbian/ext/Moped/Msg/Msg.pkg symbian/ext/Moped/Msg/Msg.pm
3906            + symbian/ext/Moped/Msg/Msg.xs symbian/ext/Moped/Msg/README
3907            + symbian/ext/Moped/Msg/bld.inf
3908            + symbian/ext/Moped/Msg/location.pl
3909            - symbian/PerlAppS60.rss symbian/PerlAppS80.rss
3910            - symbian/PerlAppUIQ.rss
3911            ! MANIFEST doio.c perl.c symbian/PerlApp.cpp symbian/PerlApp.h
3912            ! symbian/PerlApp.hrh symbian/PerlBase.h symbian/TODO
3913            ! symbian/config.pl symbian/config.sh symbian/sanity.pl
3914            ! symbian/sdk.pl symbian/sisify.pl symbian/symbian_proto.h
3915            ! symbian/symbian_utils.cpp symbian/symbianish.h
3916            ! symbian/xsbuild.pl
3917 ____________________________________________________________________________
3918 [ 26029] By: nicholas                              on 2005/11/07  10:52:08
3919         Log: Add lib/CPAN/Admin.pm from CPAN to make version.t pass.
3920      Branch: perl
3921            + lib/CPAN/Admin.pm
3922            ! MANIFEST
3923 ____________________________________________________________________________
3924 [ 26028] By: rgs                                   on 2005/11/07  10:24:54
3925         Log: Subject: [PATCH] Consting and localizing: Part LXVIII
3926              From: Andy Lester <andy@petdance.com>
3927              Date: Fri, 4 Nov 2005 15:12:56 -0600
3928              Message-ID: <20051104211256.GA12651@petdance.com>
3929      Branch: perl
3930            ! deb.c embed.fnc embed.h locale.c pp_sys.c proto.h scope.c
3931            ! universal.c utf8.c util.c
3932 ____________________________________________________________________________
3933 [ 26027] By: rgs                                   on 2005/11/07  09:58:26
3934         Log: Subject: [perl #24254] Attempt to free unreferenced scalar 
3935              From: "Chris Heath via RT" <perlbug-followup@perl.org>
3936              Date: Sun, 06 Nov 2005 20:08:05 -0800
3937              Message-ID: <rt-3.0.11-24254-123984.4.44134155985068@perl.org>
3938      Branch: perl
3939            ! cop.h
3940 ____________________________________________________________________________
3941 [ 26026] By: merijn                                on 2005/11/07  08:14:59
3942         Log: Subject: [PATCH] follow up on 25969 for VMS
3943              From: Abe Timmerman <abe@ztreet.demon.nl>
3944              Date: Sat, 5 Nov 2005 13:29:58 +0200
3945              Message-Id: <200511051229.58297.abe@ztreet.demon.nl>
3946      Branch: perl
3947            ! vms/vms.c vms/vmsish.h
3948 ____________________________________________________________________________
3949 [ 26025] By: stevep                                on 2005/11/07  03:42:53
3950         Log: Added note to README.macosx regarding failures from broken locale
3951              files.
3952      Branch: perl
3953            ! README.macosx
3954 ____________________________________________________________________________
3955 [ 26024] By: stevep                                on 2005/11/07  02:58:31
3956         Log: Fix documentation for gmtime().
3957      Branch: perl
3958            ! pod/perlfunc.pod
3959 ____________________________________________________________________________
3960 [ 26023] By: stevep                                on 2005/11/06  20:18:23
3961         Log: Upgrade to CPAN-1.76_61
3962      Branch: perl
3963            + lib/CPAN/PAUSE2005.pub
3964            ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/META.yml
3965            ! lib/CPAN/Nox.pm lib/CPAN/SIGNATURE lib/CPAN/Version.pm
3966            ! lib/CPAN/bin/cpan lib/CPAN/t/Nox.t lib/CPAN/t/vcmp.t
3967            ! lib/CPAN/t/version.t
3968 ____________________________________________________________________________
3969 [ 26022] By: stevep                                on 2005/11/06  19:16:54
3970         Log: Nits in the pp_defined code spotted by Jarkko.
3971      Branch: perl
3972            ! pp_hot.c
3973 ____________________________________________________________________________
3974 [ 26021] By: stevep                                on 2005/11/06  18:38:02
3975         Log: Upgrade to Time-HiRes-1.82
3976      Branch: perl
3977            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
3978            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
3979            ! ext/Time/HiRes/t/HiRes.t
3980 ____________________________________________________________________________
3981 [ 26020] By: merijn                                on 2005/11/06  07:23:15
3982         Log: Subject: Re: [PATCH configure.com] add the new d_futimes as undef
3983              From: "John E. Malmberg" <wb8tyw@qsl.net>
3984              Date: Sat, 05 Nov 2005 21:28:33 -0500
3985              Message-ID: <436D6A51.5040700@qsl.net>
3986      Branch: perl
3987            ! configure.com
3988 ____________________________________________________________________________
3989 [ 26019] By: nicholas                              on 2005/11/05  16:47:31
3990         Log: Make the 5.9 changes to B conditional on perl version.
3991      Branch: perl
3992            ! ext/B/B.pm ext/B/B.xs
3993 ____________________________________________________________________________
3994 [ 26018] By: nicholas                              on 2005/11/05  16:28:09
3995         Log: '[at]' should be '@'
3996              Suck in CPAN/Nox.pm from CPAN, so that version.t passes.
3997      Branch: perl
3998            ! lib/CPAN.pm lib/CPAN/Nox.pm lib/CPAN/Version.pm
3999            ! lib/CPAN/t/version.t
4000 ____________________________________________________________________________
4001 [ 26017] By: stevep                                on 2005/11/05  14:49:11
4002         Log: Kill warnings and add a panic to pp_defined() in case the wrong op
4003              is passed in.
4004      Branch: perl
4005            ! pp_hot.c
4006 ____________________________________________________________________________
4007 [ 26016] By: stevep                                on 2005/11/05  13:44:10
4008         Log: Upgrade to CPAN-1.76_60.
4009      Branch: perl
4010            + lib/CPAN/Version.pm lib/CPAN/t/version.t
4011            ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/t/Nox.t
4012            ! lib/CPAN/t/loadme.t lib/CPAN/t/mirroredby.t lib/CPAN/t/vcmp.t
4013 ____________________________________________________________________________
4014 [ 26015] By: nicholas                              on 2005/11/05  12:57:40
4015         Log: Allow passing of the full enum name into the tryAMAGICbin family of
4016              macros, to avoid needing C pre-processor string concatenation within
4017              the lowest level expansion.
4018      Branch: perl
4019            ! pp.c pp.h
4020 ____________________________________________________________________________
4021 [ 26014] By: stevep                                on 2005/11/05  12:55:47
4022         Log: Upgrade to Time-HiRes-1.81
4023      Branch: perl
4024            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
4025            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/t/HiRes.t
4026 ____________________________________________________________________________
4027 [ 26013] By: merijn                                on 2005/11/05  11:38:32
4028         Log: Subject: [PATCH configure.com] add the new d_futimes as undef
4029              From: Abe Timmerman <abe@ztreet.demon.nl>
4030              Date: Sat, 5 Nov 2005 11:26:33 +0200
4031              Message-Id: <200511051026.33940.abe@ztreet.demon.nl>
4032      Branch: perl
4033            ! configure.com
4034 ____________________________________________________________________________
4035 [ 26012] By: rgs                                   on 2005/11/05  10:13:56
4036         Log: Remove the obsolete KNOWN PROBLEMS sections from perlcall.pod
4037              (noticed by Robin Houston)
4038      Branch: perl
4039            ! pod/perlcall.pod
4040 ____________________________________________________________________________
4041 [ 26011] By: rgs                                   on 2005/11/05  10:10:09
4042         Log: Subject: Re: A surprising segfault
4043              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
4044              Date: Nov 5, 2005 5:54 AM
4045              Message-Id: <20051105135053.27D7.BQW10602@nifty.com>
4046      Branch: perl
4047            ! pp.c pp_sort.c pp_sys.c
4048 ____________________________________________________________________________
4049 [ 26010] By: nicholas                              on 2005/11/05  08:32:39
4050         Log: dorassign doesn't need --SP;
4051      Branch: perl
4052            ! pp_hot.c
4053 ____________________________________________________________________________
4054 [ 26009] By: davem                                 on 2005/11/05  01:57:23
4055         Log: pp_print didn't extend the stack before pushing its return value
4056      Branch: perl
4057            ! pp_hot.c
4058 ____________________________________________________________________________
4059 [ 26008] By: stevep                                on 2005/11/05  01:39:51
4060         Log: Typos in opcode.pl this time.
4061      Branch: perl
4062            ! opcode.h opcode.pl
4063 ____________________________________________________________________________
4064 [ 26007] By: stevep                                on 2005/11/05  01:36:17
4065         Log: Merge pp_andassign, pp_orassign, and pp_dorassign into pp_and,
4066              pp_or, and pp_defined, respectively.
4067      Branch: perl
4068            ! mathoms.c opcode.h opcode.pl pp_ctl.c pp_hot.c
4069 ____________________________________________________________________________
4070 [ 26006] By: nicholas                              on 2005/11/04  22:50:22
4071         Log: s/printf/my_printf/ because we're using the return value.
4072              My mistake spotted by Gisle.
4073      Branch: perl
4074            ! regcomp.c
4075 ____________________________________________________________________________
4076 [ 26005] By: stevep                                on 2005/11/04  21:41:43
4077         Log: s/pp_dor/pp_defined/
4078      Branch: perl
4079            ! mathoms.c
4080 ____________________________________________________________________________
4081 [ 26004] By: stevep                                on 2005/11/04  21:39:44
4082         Log: I barely knew ya pp_dor.  Merged into pp_defined from whence you came.
4083              This change has also caused pp_defined to be promoted to being a hot
4084              op.
4085      Branch: perl
4086            ! mathoms.c opcode.h opcode.pl pp.c pp_hot.c
4087 ____________________________________________________________________________
4088 [ 26003] By: nicholas                              on 2005/11/04  21:22:46
4089         Log: Use the return value of sprintf in sv_2pv_flags. Remove dead code.
4090      Branch: perl
4091            ! sv.c
4092 ____________________________________________________________________________
4093 [ 26002] By: nicholas                              on 2005/11/04  21:03:58
4094         Log: You can't there from here. (Dead code in sv_2pv_flags)
4095      Branch: perl
4096            ! sv.c
4097 ____________________________________________________________________________
4098 [ 26001] By: nicholas                              on 2005/11/04  20:47:34
4099         Log: Use the return value from sprintf().
4100      Branch: perl
4101            ! regcomp.c taint.c universal.c util.c
4102 ____________________________________________________________________________
4103 [ 26000] By: nicholas                              on 2005/11/04  20:20:56
4104         Log: pp_semop can fit within Perl_pp_shmwrite().
4105      Branch: perl
4106            ! mathoms.c opcode.h opcode.pl pp_sys.c
4107 ____________________________________________________________________________
4108 [ 25999] By: nicholas                              on 2005/11/04  19:53:33
4109         Log: The remaining special logic in pp_syswrite can be moved into pp_send,
4110              which is actually already 50% syswrite.
4111      Branch: perl
4112            ! mathoms.c opcode.h opcode.pl pp_sys.c
4113 ____________________________________________________________________________
4114 [ 25998] By: rgs                                   on 2005/11/04  18:38:34
4115         Log: Revert patch #25993.
4116      Branch: perl
4117            ! regexec.c t/op/pat.t
4118 ____________________________________________________________________________
4119 [ 25997] By: steveh                                on 2005/11/04  17:23:49
4120         Log: Fix a Win32 linker error following change #25972
4121      Branch: perl
4122            ! pp_sys.c
4123 ____________________________________________________________________________
4124 [ 25996] By: rgs                                   on 2005/11/04  16:35:17
4125         Log: Subject: [PATCH] use clearenv if available
4126              From: Alan Burlison <Alan.Burlison@sun.com>
4127              Date: Fri, 04 Nov 2005 16:33:30 +0000
4128              Message-ID: <436B8D5A.4010502@sun.com>
4129      Branch: perl
4130            ! embed.fnc embed.h mg.c proto.h sv.c util.c
4131 ____________________________________________________________________________
4132 [ 25995] By: merijn                                on 2005/11/04  16:30:03
4133         Log: Subject: Re: futimes [PATCH]
4134              From: Steve Peters <steve@fisharerojo.org>
4135              Date: Fri, 4 Nov 2005 09:00:25 -0600
4136              Message-ID: <20051104150025.GA3873@mccoy.peters.homeunix.org>
4137      Branch: perl
4138            ! Configure
4139 ____________________________________________________________________________
4140 [ 25993] By: rgs                                   on 2005/11/04  16:26:08
4141         Log: Subject: [perl #19049] Incorrect $` after replacement
4142              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
4143              Date: Fri, 04 Nov 2005 08:17:25 +0100
4144              Message-ID: <87fyqc51bu.fsf@k75.linux.bogus>
4145      Branch: perl
4146            ! regexec.c t/op/pat.t
4147 ____________________________________________________________________________
4148 [ 25992] By: rgs                                   on 2005/11/04  15:41:21
4149         Log: Subject: Re: [PATCH] sort/multicall patch
4150              From: Robin Houston <robin@cpan.org>
4151              Date: Fri, 4 Nov 2005 15:20:29 +0000
4152              Message-ID: <20051104152029.GA17169@rpc142.cs.man.ac.uk>
4153      Branch: perl
4154            ! pp_ctl.c t/op/sort.t
4155 ____________________________________________________________________________
4156 [ 25991] By: stevep                                on 2005/11/04  15:10:44
4157         Log: Subject: Re: Configure -Dno_mathoms
4158              From: gisle@ActiveState.com (Gisle Aas)
4159              Date: 01 Nov 2005 03:27:49 -0800
4160              Message-ID: <lrslug7glm.fsf@caliper.activestate.com>
4161      Branch: perl
4162            ! mathoms.c perl.c
4163 ____________________________________________________________________________
4164 [ 25990] By: nicholas                              on 2005/11/04  14:47:49
4165         Log: Merge msgsnd, msgrcv with Perl_pp_shmwrite().
4166              "Perfection is achieved not when there's nothing more to add,
4167              but when there's nothing left to remove" (Antoine de Saint-Exupéry)
4168      Branch: perl
4169            ! mathoms.c opcode.h opcode.pl pp_sys.c
4170 ____________________________________________________________________________
4171 [ 25989] By: nicholas                              on 2005/11/04  14:21:19
4172         Log: Once more, with feeling.
4173              [Mmm, has someone been swapping the coffee for decaf?]
4174              [Actual cause - make sure the edited version of the file is in the
4175              correct directory]
4176      Branch: perl
4177            ! pod/perldiag.pod
4178 ____________________________________________________________________________
4179 [ 25988] By: nicholas                              on 2005/11/04  14:18:14
4180         Log: Meta-oops. Change 25987 was not the change you were looking for.
4181      Branch: perl
4182            ! pod/perldiag.pod
4183 ____________________________________________________________________________
4184 [ 25987] By: nicholas                              on 2005/11/04  14:09:11
4185         Log: Oops. This new panic was meant to be added to the documented
4186              diagnostics.
4187      Branch: perl
4188            ! pod/perldiag.pod
4189 ____________________________________________________________________________
4190 [ 25986] By: nicholas                              on 2005/11/04  13:02:42
4191         Log: ftrwrite, ftrexec, fteread, ftewrite and fteexec can all be merged
4192              with Perl_pp_ftrread().
4193      Branch: perl
4194            ! mathoms.c opcode.h opcode.pl pod/perldiag.pod pod/perltodo.pod
4195            ! pp_sys.c
4196 ____________________________________________________________________________
4197 [ 25985] By: stevep                                on 2005/11/04  12:02:51
4198         Log: Upgrade to Time-HiRes-1.80
4199      Branch: perl
4200            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
4201            ! ext/Time/HiRes/HiRes.xs
4202 ____________________________________________________________________________
4203 [ 25984] By: nicholas                              on 2005/11/04  11:36:24
4204         Log: PERL_EFF_ACCESS_[RWX]_OK can go.
4205      Branch: perl
4206            ! pp_sys.c
4207 ____________________________________________________________________________
4208 [ 25983] By: nicholas                              on 2005/11/04  11:16:08
4209         Log: The PERL_EFF_ACCESS_[RWX]_OK macros are all defined as triples, so
4210              can be refactored to a single platform dependent PERL_EFF_ACCESS macro
4211              with the other 3 implemented in terms of it.
4212      Branch: perl
4213            ! pp_sys.c
4214 ____________________________________________________________________________
4215 [ 25982] By: merijn                                on 2005/11/04  09:16:53
4216         Log: Subject: [PATCH] bad semicolon in pp_ftrowned
4217              From: Andy Lester <andy@petdance.com>
4218              Date: Fri, 4 Nov 2005 00:37:54 -0600
4219              Message-ID: <20051104063753.GA3863@petdance.com>
4220      Branch: perl
4221            ! pp_sys.c
4222 ____________________________________________________________________________
4223 [ 25981] By: stevep                                on 2005/11/04  00:10:21
4224         Log: Upgrade to Time-HiRes 1.79
4225      Branch: perl
4226            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
4227            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/t/HiRes.t
4228 ____________________________________________________________________________
4229 [ 25980] By: stevep                                on 2005/11/03  21:23:48
4230         Log: Reverting the reversion.  va_end() goes with va_start().
4231      Branch: perl
4232            ! mg.c
4233 ____________________________________________________________________________
4234 [ 25979] By: rgs                                   on 2005/11/03  21:07:54
4235         Log: Fix test failures introduced by the change of flags on op_sort
4236      Branch: perl
4237            ! ext/B/t/f_sort.t
4238 ____________________________________________________________________________
4239 [ 25978] By: stevep                                on 2005/11/03  20:28:20
4240         Log: Upgrade to Time-HiRes-1.78
4241      Branch: perl
4242            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
4243            ! ext/Time/HiRes/t/HiRes.t
4244 ____________________________________________________________________________
4245 [ 25977] By: stevep                                on 2005/11/03  17:27:58
4246         Log: Change #25976 seemed to cause test failures in ext/B/t/f_sort.t.  What
4247              was that line about Jenga again?
4248      Branch: perl
4249            ! mg.c
4250 ____________________________________________________________________________
4251 [ 25976] By: stevep                                on 2005/11/03  17:14:17
4252         Log: Missing va_end(args) from SA_SIGINFO related code.
4253      Branch: perl
4254            ! mg.c
4255 ____________________________________________________________________________
4256 [ 25975] By: stevep                                on 2005/11/03  16:00:12
4257         Log: Test for the right signal should use the constant for that signal.
4258      Branch: perl
4259            ! ext/POSIX/t/sigaction.t
4260 ____________________________________________________________________________
4261 [ 25974] By: stevep                                on 2005/11/03  15:07:26
4262         Log: Add appropriate skips to t/io/fs.t to fix test failures on Cygwin.
4263      Branch: perl
4264            ! t/io/fs.t
4265 ____________________________________________________________________________
4266 [ 25973] By: stevep                                on 2005/11/03  14:56:25
4267         Log: More core test cleanups.  Mainly fixes to remove code that caused 
4268              warnings, but there were a few bug fixes that were hidden by 
4269              no using warnings.
4270      Branch: perl
4271            ! t/io/nargv.t t/io/openpid.t t/io/pipe.t t/io/print.t
4272            ! t/io/read.t t/io/tell.t
4273 ____________________________________________________________________________
4274 [ 25972] By: nicholas                              on 2005/11/03  14:19:34
4275         Log: Perl_pp_symlink and Perl_pp_link can be merged. The diff looks evil,
4276              but the actual finished code is not as bad as it seems.
4277      Branch: perl
4278            ! mathoms.c opcode.h opcode.pl pp_sys.c
4279 ____________________________________________________________________________
4280 [ 25971] By: rgs                                   on 2005/11/03  12:29:18
4281         Log: Document some bogus compiler warnings in README.solaris
4282              
4283              Subject: Re: Why is malloc_wrap now the default?
4284              From: Alan Burlison <Alan.Burlison@sun.com>
4285              Date: Thu, 03 Nov 2005 12:54:16 +0000
4286              Message-ID: <436A0878.1030703@sun.com>
4287      Branch: perl
4288            ! README.solaris
4289 ____________________________________________________________________________
4290 [ 25970] By: stevep                                on 2005/11/03  11:37:31
4291         Log: Upgrade to Time-HiRes-1.77
4292      Branch: perl
4293            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
4294            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
4295            ! ext/Time/HiRes/fallback/const-c.inc
4296            ! ext/Time/HiRes/fallback/const-xs.inc ext/Time/HiRes/t/HiRes.t
4297 ____________________________________________________________________________
4298 [ 25969] By: nicholas                              on 2005/11/03  11:09:39
4299         Log: Patch 3945 was a bit overkeen - the effective parameter to cando() and
4300              ingroup() is a boolean flag, not a GID or UID.
4301      Branch: perl
4302            ! doio.c embed.fnc proto.h
4303 ____________________________________________________________________________
4304 [ 25968] By: nicholas                              on 2005/11/03  09:51:56
4305         Log: Avoiding source code duplication for the lstat() on filehandle %s
4306              warning also makes the object code slightly smaller.
4307      Branch: perl
4308            ! pp_sys.c
4309 ____________________________________________________________________________
4310 [ 25967] By: stevep                                on 2005/11/03  02:09:30
4311         Log: Clean up some test files.
4312      Branch: perl
4313            ! t/io/argv.t t/io/crlf_through.t t/io/dup.t t/io/layers.t
4314            ! t/io/through.t
4315 ____________________________________________________________________________
4316 [ 25966] By: stevep                                on 2005/11/03  01:45:45
4317         Log: Make harness warning-free when running with -Mdiagnostics
4318      Branch: perl
4319            ! t/harness
4320 ____________________________________________________________________________
4321 [ 25965] By: stevep                                on 2005/11/02  22:37:48
4322         Log: Test case should not execute /no_such_process if it does exist.
4323      Branch: perl
4324            ! t/io/pipe.t
4325 ____________________________________________________________________________
4326 [ 25964] By: nicholas                              on 2005/11/02  21:27:58
4327         Log: unlink chmod utime kill can be merged into Perl_pp_chown().
4328      Branch: perl
4329            ! mathoms.c opcode.h opcode.pl pp_sys.c
4330 ____________________________________________________________________________
4331 [ 25963] By: nicholas                              on 2005/11/02  20:59:52
4332         Log: Move the conditonal compiles that report absence of kill and chown
4333              from pp_kill() and pp_chown() into apply().
4334      Branch: perl
4335            ! doio.c pp_sys.c
4336 ____________________________________________________________________________
4337 [ 25962] By: nicholas                              on 2005/11/02  20:13:24
4338         Log: Move ftsuid ftsgid ftsvtx into Perl_pp_ftrowned.
4339      Branch: perl
4340            ! mathoms.c opcode.h opcode.pl pp_sys.c
4341 ____________________________________________________________________________
4342 [ 25961] By: nicholas                              on 2005/11/02  19:04:10
4343         Log: Merge ftzero ftsock ftchr ftblk ftfile ftdir ftpipe into
4344              Perl_pp_ftrowned
4345      Branch: perl
4346            ! mathoms.c opcode.h opcode.pl pp_sys.c
4347 ____________________________________________________________________________
4348 [ 25960] By: nicholas                              on 2005/11/02  17:24:35
4349         Log: Avoid a pad panic by attempting to use dTARGET; in an op that didn't
4350              flag that it needed a target (OP_FTIS)
4351      Branch: perl
4352            ! pp_sys.c
4353 ____________________________________________________________________________
4354 [ 25959] By: nicholas                              on 2005/11/02  16:35:42
4355         Log: Correct error in 25958 for threaded builds.
4356      Branch: perl
4357            ! mathoms.c
4358 ____________________________________________________________________________
4359 [ 25958] By: nicholas                              on 2005/11/02  15:59:30
4360         Log: Merge ftsize ftmtime ftatime ftctime into Perl_pp_ftis
4361      Branch: perl
4362            ! mathoms.c opcode.h opcode.pl pp_sys.c
4363 ____________________________________________________________________________
4364 [ 25957] By: rgs                                   on 2005/11/02  14:33:32
4365         Log: Remove last sort test, that was failing with and without threads.
4366              Silence some warnings.
4367      Branch: perl
4368            ! t/op/sort.t
4369 ____________________________________________________________________________
4370 [ 25956] By: rgs                                   on 2005/11/02  14:10:54
4371         Log: Adjust test count
4372      Branch: perl
4373            ! ext/B/t/concise-xs.t
4374 ____________________________________________________________________________
4375 [ 25955] By: rgs                                   on 2005/11/02  13:39:35
4376         Log: Add missing file from change 25953
4377      Branch: perl
4378            + ext/List/Util/multicall.h
4379 ____________________________________________________________________________
4380 [ 25954] By: rgs                                   on 2005/11/02  13:14:19
4381         Log: Regen headers
4382      Branch: perl
4383            ! global.sym opcode.h pod/perlapi.pod pod/perldiag.pod
4384 ____________________________________________________________________________
4385 [ 25953] By: merijn                                on 2005/11/02  12:49:54
4386         Log: Subject: [PATCH] sort/multicall patch
4387              From: Robin Houston <robin@cpan.org>
4388              Date: Sat, 29 Oct 2005 21:33:07 +0100
4389              Message-ID: <20051029203307.GA8869@rpc142.cs.man.ac.uk>
4390      Branch: perl
4391            ! AUTHORS MANIFEST cop.h embed.fnc embedvar.h
4392            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
4393            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/first.t
4394            ! ext/List/Util/t/p_first.t ext/List/Util/t/p_reduce.t
4395            ! ext/List/Util/t/p_tainted.t ext/List/Util/t/reduce.t
4396            ! ext/List/Util/t/refaddr.t ext/List/Util/t/tainted.t makedef.pl
4397            ! op.c opcode.pl perlapi.h pod/perlcall.pod pod/perldiag.pod
4398            ! pp_ctl.c pp_hot.c pp_sort.c sv.c t/op/sort.t t/op/threads.t
4399            ! thrdvar.h
4400 ____________________________________________________________________________
4401 [ 25952] By: steveh                                on 2005/11/02  09:41:25
4402         Log: Subject: [PATCH] RE: [perl #37571] -z FH broken with Borland  build   
4403              From: "Paul Marquess" <paul.marquess@ntlworld.com>
4404              Date: Tue, 1 Nov 2005 17:05:38 -0000
4405              Message-ID: <003501c5df06$7d63fdb0$0505140a@myopwv.com>
4406      Branch: perl
4407            ! t/op/stat.t win32/win32.c
4408 ____________________________________________________________________________
4409 [ 25951] By: rgs                                   on 2005/11/02  08:57:52
4410         Log: Subject: Re: futimes [PATCH]
4411              From: Gisle Aas <gisle@ActiveState.com>
4412              Date: 01 Nov 2005 00:02:37 -0800
4413              Message-ID: <lrbr1494o2.fsf@caliper.activestate.com>
4414      Branch: perl
4415            ! t/io/fs.t
4416 ____________________________________________________________________________
4417 [ 25950] By: stevep                                on 2005/11/02  04:59:47
4418         Log: Ambiguous test cases may be hazardous to your health.
4419      Branch: perl
4420            ! t/op/list.t
4421 ____________________________________________________________________________
4422 [ 25949] By: stevep                                on 2005/11/02  04:54:52
4423         Log: Lowercase barewords considered harmful to your health.
4424      Branch: perl
4425            ! t/io/fs.t
4426 ____________________________________________________________________________
4427 [ 25948] By: rgs                                   on 2005/11/01  19:23:23
4428         Log: Subject: [PATCH] perlio.c consting
4429              From: Andy Lester <andy@petdance.com>
4430              Date: Oct 31, 2005 6:54 PM
4431              Message-ID: <20051031175411.GA18480@petdance.com>
4432      Branch: perl
4433            ! op.c perlio.c
4434 ____________________________________________________________________________
4435 [ 25947] By: steveh                                on 2005/11/01  17:20:18
4436         Log: This *really* should clear up Win32's Perl_do_exec undefined warnings
4437      Branch: perl
4438            ! perl.h
4439 ____________________________________________________________________________
4440 [ 25946] By: nicholas                              on 2005/11/01  16:38:31
4441         Log: This should clear up 'Perl_do_exec' undefined; warnings on win32
4442      Branch: perl
4443            ! embed.fnc embed.h proto.h
4444 ____________________________________________________________________________
4445 [ 25945] By: steveh                                on 2005/11/01  10:33:48
4446         Log: Make PerlLIOUtime()'s filename const
4447              
4448              Fixes a warning brought about by change #25941 (which made the
4449              filename argument const).
4450              The various implementations of PerlLIOUtime() (in NetWare/, win32/
4451              and wince/) already take a const filename.
4452      Branch: perl
4453            ! NetWare/nwperlhost.h NetWare/nwperlsys.h iperlsys.h
4454            ! win32/perlhost.h wince/perlhost.h
4455 ____________________________________________________________________________
4456 [ 25944] By: steveh                                on 2005/11/01  08:45:09
4457         Log: Fix nit in pod nit fix
4458      Branch: perl
4459            ! pod/perlhack.pod
4460 ____________________________________________________________________________
4461 [ 25943] By: steveh                                on 2005/11/01  08:39:32
4462         Log: Update win32 config files w.r.t. change #25935
4463      Branch: perl
4464            ! win32/config.bc win32/config.gc win32/config.vc
4465            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
4466            ! win32/config_H.vc win32/config_H.vc64
4467 ____________________________________________________________________________
4468 [ 25942] By: stevep                                on 2005/10/31  23:46:01
4469         Log: Upgrade to DB_File 1.813.
4470      Branch: perl
4471            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
4472            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-recno.t
4473 ____________________________________________________________________________
4474 [ 25941] By: merijn                                on 2005/10/31  22:15:01
4475         Log: Subject: futimes [PATCH]
4476              From: Gisle Aas <gisle@ActiveState.com>
4477              Date: 31 Oct 2005 13:53:53 -0800
4478              Message-ID: <lrk6ft8ia6.fsf_-_@caliper.activestate.com>
4479      Branch: perl
4480            ! doio.c handy.h pod/perlfunc.pod t/io/fs.t
4481 ____________________________________________________________________________
4482 [ 25940] By: nicholas                              on 2005/10/31  20:36:36
4483         Log: All the ops that are simply C<return some_other_op();> can be bypassed
4484              in the op dispatch table, and the bodies retired.
4485      Branch: perl
4486            ! mathoms.c opcode.h opcode.pl pp.c pp_ctl.c pp_sys.c
4487 ____________________________________________________________________________
4488 [ 25939] By: nicholas                              on 2005/10/31  19:55:18
4489         Log: Simplify the implementation of the "unimplemented" message in the
4490              conditionally compiled ops.
4491      Branch: perl
4492            ! pp_sys.c
4493 ____________________________________________________________________________
4494 [ 25938] By: nicholas                              on 2005/10/31  19:14:47
4495         Log: Further pod nit spotted by Jarkko
4496      Branch: perl
4497            ! pod/perlhack.pod
4498 ____________________________________________________________________________
4499 [ 25937] By: nicholas                              on 2005/10/31  18:34:59
4500         Log: Replace the 3 currently "unreachable" ops with a single op body
4501              unimplemented_op() that panics descriptively if ever reached.
4502      Branch: perl
4503            ! opcode.h opcode.pl pod/perldiag.pod pp.c
4504 ____________________________________________________________________________
4505 [ 25936] By: nicholas                              on 2005/10/31  18:29:05
4506         Log: Add "moving common filetest code to a static function" to the todo.
4507      Branch: perl
4508            ! pod/perltodo.pod
4509 ____________________________________________________________________________
4510 [ 25935] By: merijn                                on 2005/10/31  17:50:05
4511         Log: revive probe for futimes ()
4512      Branch: perl
4513            ! Configure Porting/Glossary config_h.SH handy.h
4514 ____________________________________________________________________________
4515 [ 25934] By: rgs                                   on 2005/10/31  17:00:44
4516         Log: A B::Deparse fix from :
4517              Subject: Re: [perl #37527] regular-expression parser does not see '(' character
4518              From: Bas van Sisseren <bas@quarantainenet.nl>
4519              Date: Wed, 26 Oct 2005 13:59:42 +0200
4520              Message-ID: <435F6FAE.4060502@quarantainenet.nl>
4521      Branch: perl
4522            ! ext/B/B/Deparse.pm
4523 ____________________________________________________________________________
4524 [ 25933] By: merijn                                on 2005/10/31  16:25:23
4525         Log: Subject: [PATCH] Symbian port 0.3.0 as of blead@25911
4526              From: <jarkko.hietaniemi@nokia.com>
4527              Date: Mon, 31 Oct 2005 18:38:42 +0200
4528              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A6D6@esebe105.NOE.Nokia.com>
4529      Branch: perl
4530            + symbian/PerlAppUIQ.rss
4531            ! MANIFEST README.symbian symbian/PerlApp.cpp symbian/PerlApp.h
4532            ! symbian/PerlApp.hrh symbian/PerlAppAif.rss symbian/config.pl
4533            ! symbian/port.pl symbian/sanity.pl symbian/sdk.pl
4534            ! symbian/sisify.pl symbian/symbian_utils.cpp symbian/xsbuild.pl
4535 ____________________________________________________________________________
4536 [ 25932] By: rgs                                   on 2005/10/31  16:24:31
4537         Log: Avoid corruption when calling mg_get to retrieve the value
4538              of a $digit variable. This is done by ensuring it's not
4539              tainted.
4540              See http://bugs.debian.org/303308
4541              Patch by Chris Heath <chris.heath@autoweb.net>
4542      Branch: perl
4543            ! mg.c
4544 ____________________________________________________________________________
4545 [ 25931] By: nicholas                              on 2005/10/31  16:24:29
4546         Log: maddingue prefers this e-mail address.
4547      Branch: perl
4548            ! AUTHORS
4549 ____________________________________________________________________________
4550 [ 25930] By: merijn                                on 2005/10/31  16:18:03
4551         Log: Try to preserve the lost opcode alias info in comments
4552              extent to change #25929
4553      Branch: perl
4554            ! opcode.h opcode.pl
4555 ____________________________________________________________________________
4556 [ 25929] By: nicholas                              on 2005/10/31  15:52:50
4557         Log: It appears that it's trivially easy to alias opcode functions in
4558              the opcode table. We should be able to get both a speed and size
4559              saving here. Time will tell how much.
4560      Branch: perl
4561            ! opcode.h opcode.pl
4562 ____________________________________________________________________________
4563 [ 25928] By: nicholas                              on 2005/10/31  15:13:06
4564         Log: Add maddingue to AUTHORS
4565      Branch: perl
4566            ! AUTHORS
4567 ____________________________________________________________________________
4568 [ 25927] By: nicholas                              on 2005/10/31  15:09:54
4569         Log: Subject: [PATCH] Making ExtUtils::Constant compatible with Perl 5.004
4570              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
4571              Message-ID: <1130712761.43654eb9cd9f7@imp4-g19.free.fr>
4572              Date: Sun, 30 Oct 2005 23:52:41 +0100
4573              
4574              with tweaks by chromatic and me.
4575      Branch: perl
4576            ! lib/ExtUtils/Constant.pm
4577 ____________________________________________________________________________
4578 [ 25926] By: nicholas                              on 2005/10/31  14:51:48
4579         Log: A more elegant way to deal with utf8n_to_uvchr() and utf8n_to_uvuni().
4580      Branch: perl
4581            ! embed.fnc embed.h proto.h utf8.c utf8.h
4582 ____________________________________________________________________________
4583 [ 25925] By: rgs                                   on 2005/10/31  14:27:32
4584         Log: Fix [perl #37533] open pragma ignored for all 3-arg opens
4585              Also, correct the documentation in open.pm that stated
4586              that open() did not override open.pm-given default encodings.
4587      Branch: perl
4588            ! lib/open.pm perlio.c
4589 ____________________________________________________________________________
4590 [ 25924] By: nicholas                              on 2005/10/31  14:18:59
4591         Log: Perl_csighandler was in global.sym twice.
4592      Branch: perl
4593            ! global.sym
4594 ____________________________________________________________________________
4595 [ 25923] By: nicholas                              on 2005/10/31  14:18:14
4596         Log: Arrange to only output each symbol once into global.sym
4597      Branch: perl
4598            ! embed.pl
4599 ____________________________________________________________________________
4600 [ 25922] By: rgs                                   on 2005/10/31  13:45:06
4601         Log: Tests for index/rindex with empty search string,
4602              adapted from a patch by Rick Delaney
4603      Branch: perl
4604            ! t/op/index.t
4605 ____________________________________________________________________________
4606 [ 25921] By: nicholas                              on 2005/10/31  13:22:01
4607         Log: uvchr_to_utf8() and utf8n_to_uvchr() are mathoms on ASCII based
4608              systems, and not on EBCDIC, so some more thinking is going to be
4609              needed here.
4610      Branch: perl
4611            ! mathoms.c utf8.c
4612 ____________________________________________________________________________
4613 [ 25920] By: stevep                                on 2005/10/31  11:58:08
4614         Log: Coverage stats showed that there were no tests for taking a slice
4615              from ().
4616      Branch: perl
4617            ! t/op/list.t
4618 ____________________________________________________________________________
4619 [ 25919] By: steveh                                on 2005/10/31  11:53:05
4620         Log: Change some spaces to tabs for easier diffing against config_h.SH
4621      Branch: perl
4622            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
4623            ! win32/config_H.vc64
4624 ____________________________________________________________________________
4625 [ 25918] By: steveh                                on 2005/10/31  11:30:15
4626         Log: Fixed threaded builds following change 25916
4627      Branch: perl
4628            ! pp_hot.c
4629 ____________________________________________________________________________
4630 [ 25917] By: nicholas                              on 2005/10/31  11:29:43
4631         Log: POD nit spotted by Jarkko
4632      Branch: perl
4633            ! pod/perlhack.pod
4634 ____________________________________________________________________________
4635 [ 25916] By: rgs                                   on 2005/10/31  10:44:32
4636         Log: is_utf8_string_loc() is now a macro, don't use its Perl_-prefixed form
4637      Branch: perl
4638            ! pp_hot.c
4639 ____________________________________________________________________________
4640 [ 25915] By: rgs                                   on 2005/10/31  10:28:32
4641         Log: Subject: [PATCH] Etta James presents: More consting
4642              From: Andy Lester <andy@petdance.com>
4643              Date: Sun, 30 Oct 2005 23:44:13 -0600
4644              Message-ID: <20051031054413.GA10767@petdance.com>
4645      Branch: perl
4646            ! cop.h doop.c hv.c numeric.c op.c perl.c perlio.c pp_hot.c
4647            ! pp_sys.c sv.c toke.c universal.c util.c
4648 ____________________________________________________________________________
4649 [ 25914] By: rgs                                   on 2005/10/31  10:18:15
4650         Log: Subject: [PATCH] S_tokereport's unused parm
4651              From: Andy Lester <andy@petdance.com>
4652              Date: Mon, 31 Oct 2005 00:04:59 -0600
4653              Message-ID: <20051031060459.GC10767@petdance.com>
4654      Branch: perl
4655            ! embed.fnc embed.h proto.h toke.c
4656 ____________________________________________________________________________
4657 [ 25913] By: rgs                                   on 2005/10/31  08:54:18
4658         Log: Regenerate perlapi.pod
4659      Branch: perl
4660            ! pod/perlapi.pod
4661 ____________________________________________________________________________
4662 [ 25912] By: rgs                                   on 2005/10/31  08:40:23
4663         Log: Robin Houston remarks that mention of a context is missing from the
4664              threads.pm documentation.
4665      Branch: perl
4666            ! ext/threads/threads.pm
4667 ____________________________________________________________________________
4668 [ 25911] By: stevep                                on 2005/10/31  03:51:08
4669         Log: perlsio_binmode() is pretty much a mathom on UNIX platforms, but it is
4670              used on Cygwin, at least.
4671      Branch: perl
4672            ! mathoms.c perlio.c
4673 ____________________________________________________________________________
4674 [ 25910] By: nicholas                              on 2005/10/30  21:53:03
4675         Log: const const bad bad.
4676              gcc bad bad too, because it didn't grumble one bit. (or two, for that
4677              matter).
4678      Branch: perl
4679            ! utf8.c
4680 ____________________________________________________________________________
4681 [ 25909] By: nicholas                              on 2005/10/30  21:38:29
4682         Log: is_utf8_alnum() and is_utf8_alnumc() can use is_utf8_common() too.
4683      Branch: perl
4684            ! utf8.c
4685 ____________________________________________________________________________
4686 [ 25908] By: nicholas                              on 2005/10/30  21:24:29
4687         Log: Jarkko and I think that Perl_is_utf8_alnumc should be initialising
4688              and using PL_utf8_alnum*c*, not PL_utf8_alnum.
4689      Branch: perl
4690            ! utf8.c
4691 ____________________________________________________________________________
4692 [ 25907] By: nicholas                              on 2005/10/30  21:10:39
4693         Log: Perl_is_utf8_* share a lot of common code. Pull that out into a new
4694              function S_is_utf8_common.
4695      Branch: perl
4696            ! utf8.c
4697 ____________________________________________________________________________
4698 [ 25906] By: nicholas                              on 2005/10/30  18:31:25
4699         Log: Given that sv_nosharing performs the same function as sv_nolocking
4700              and sv_unnolocking (ie sweet FA), we might as well use the 1 function
4701              to initialise all 3 variables, and elimiate the other two.
4702              For some reason all 3 are listed as being in the public API. Daft.
4703      Branch: perl
4704            ! embed.fnc embed.h intrpvar.h mathoms.c proto.h util.c
4705 ____________________________________________________________________________
4706 [ 25905] By: nicholas                              on 2005/10/30  18:04:17
4707         Log: Replace uvuni_to_utf8() with a macro that passes the extra 0 argument
4708              to uvuni_to_utf8_flags(). Move the old body to mathoms.c
4709      Branch: perl
4710            ! embed.fnc embed.h mathoms.c proto.h utf8.c utf8.h
4711 ____________________________________________________________________________
4712 [ 25904] By: nicholas                              on 2005/10/30  17:59:08
4713         Log: global.sym appears to have become out of date. Oops.
4714      Branch: perl
4715            ! global.sym
4716 ____________________________________________________________________________
4717 [ 25903] By: nicholas                              on 2005/10/30  17:49:27
4718         Log: Replace is_utf8_string_loc() with a macro that passes the extra 0
4719              argument to is_utf8_string_loc(). Correct the description of its
4720              parameters in its POD.
4721      Branch: perl
4722            ! embed.fnc embed.h mathoms.c proto.h utf8.c utf8.h
4723 ____________________________________________________________________________
4724 [ 25902] By: nicholas                              on 2005/10/30  17:14:08
4725         Log: Fix typos in comments.
4726      Branch: perl
4727            ! utf8.c
4728 ____________________________________________________________________________
4729 [ 25901] By: nicholas                              on 2005/10/30  17:08:39
4730         Log: Functions that die aren't exactly well used code.
4731              (ck_retarget, oopsCV, pp_padany, pp_threadsv, pp_mapstart)
4732      Branch: perl
4733            ! mathoms.c op.c pp.c pp_ctl.c
4734 ____________________________________________________________________________
4735 [ 25900] By: nicholas                              on 2005/10/30  16:45:34
4736         Log: save_hints is a mathom.
4737      Branch: perl
4738            ! mathoms.c op.c
4739 ____________________________________________________________________________
4740 [ 25899] By: nicholas                              on 2005/10/30  16:41:02
4741         Log: I infer that change 25891 as-is would break OS2. This should fix it.
4742      Branch: perl
4743            ! perl.h
4744 ____________________________________________________________________________
4745 [ 25898] By: nicholas                              on 2005/10/30  16:36:22
4746         Log: init_i18nl14n is a mathom.
4747      Branch: perl
4748            ! locale.c mathoms.c
4749 ____________________________________________________________________________
4750 [ 25897] By: nicholas                              on 2005/10/30  16:24:37
4751         Log: Replace hv_magic() with a macro to call sv_magic() directly. Move the
4752              old body to mathoms.c
4753      Branch: perl
4754            ! embed.fnc embed.h hv.c hv.h mathoms.c proto.h
4755 ____________________________________________________________________________
4756 [ 25896] By: nicholas                              on 2005/10/30  16:07:58
4757         Log: Fix win32 breakage inadvertently introduced by 25889
4758      Branch: perl
4759            ! perl.h
4760 ____________________________________________________________________________
4761 [ 25895] By: nicholas                              on 2005/10/30  10:31:01
4762         Log: Replace hv_iternext() with a macro that calls hv_iternext_flags with
4763              an extra 0 argument. Move the old body to mathoms.c
4764      Branch: perl
4765            ! embed.fnc embed.h hv.c hv.h mathoms.c proto.h
4766 ____________________________________________________________________________
4767 [ 25894] By: nicholas                              on 2005/10/30  10:00:42
4768         Log: Fix typo in comment.
4769      Branch: perl
4770            ! hv.c
4771 ____________________________________________________________________________
4772 [ 25893] By: nicholas                              on 2005/10/30  09:59:41
4773         Log: Replace gv_fetchmethod() with a macro to call gv_fetchmethod_autoload()
4774              with the extra TRUE argument.
4775      Branch: perl
4776            ! embed.fnc embed.h gv.c gv.h mathoms.c proto.h
4777 ____________________________________________________________________________
4778 [ 25892] By: nicholas                              on 2005/10/30  08:51:52
4779         Log: I think we have a winner. do_pipe hasn't been called since 4.036.
4780              Maybe we should just remove this appendix.
4781      Branch: perl
4782            ! doio.c mathoms.c
4783 ____________________________________________________________________________
4784 [ 25891] By: nicholas                              on 2005/10/30  08:38:07
4785         Log: Replace do_aexec() with a macro to call do_aexec5() with the two extra
4786              0 arguments. Move the old body to mathoms.c
4787      Branch: perl
4788            ! doio.c embed.fnc embed.h mathoms.c perl.h proto.h
4789 ____________________________________________________________________________
4790 [ 25890] By: nicholas                              on 2005/10/30  08:23:29
4791         Log: Replace do_exec() with a macro to call do_exec3() with the extra two
4792              0 arguments. Move the old body to mathoms.c
4793      Branch: perl
4794            ! doio.c embed.fnc embed.h mathoms.c perl.h proto.h
4795 ____________________________________________________________________________
4796 [ 25889] By: nicholas                              on 2005/10/30  08:05:32
4797         Log: Replace do_open() with a macro to call do_openn() with the extra two
4798              0 paramters. Move the old body to mathoms.c.
4799      Branch: perl
4800            ! doio.c embed.fnc embed.h mathoms.c perl.h proto.h
4801 ____________________________________________________________________________
4802 [ 25888] By: stevep                                on 2005/10/30  04:20:45
4803         Log: Subject: [PATCH] warnings.pl/pm: Croaker function: bug (perl v5.8, v5.9)
4804              From: Bram <perl-rt@wizbit.be>
4805              Date: Thu, 04 Aug 2005 23:55:33 +0200
4806              Message-Id: <42F28ED5.CFFDCCFD@wizbit.be>
4807      Branch: perl
4808            ! lib/warnings.pm warnings.pl
4809 ____________________________________________________________________________
4810 [ 25887] By: stevep                                on 2005/10/29  22:37:50
4811         Log: Subject: Re: [PATCH] predecrement vs postdecrement
4812              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
4813              Date: Sat, 29 Oct 2005 23:24:33 +0300
4814              Message-ID: <4363DA81.6060600@gmail.com>
4815              
4816              Nit in pod/perlhack.pod
4817      Branch: perl
4818            ! pod/perlhack.pod
4819 ____________________________________________________________________________
4820 [ 25886] By: nicholas                              on 2005/10/29  17:31:01
4821         Log: Replace the body of the rarely used sv_setpviv_mg with a call to
4822              sv_setpviv followed by SvSETMAGIC.
4823      Branch: perl
4824            ! sv.c
4825 ____________________________________________________________________________
4826 [ 25885] By: nicholas                              on 2005/10/29  17:21:24
4827         Log: Replace sv_catsv_mg and sv_catpvn_mg, and move the obsolete bodies to
4828              mathoms.c
4829      Branch: perl
4830            ! embed.fnc embed.h mathoms.c proto.h sv.c sv.h
4831 ____________________________________________________________________________
4832 [ 25884] By: nicholas                              on 2005/10/29  17:02:49
4833         Log: Add a new SMAGIC flag, to signal a call to SvSETMAGIC. Add it to
4834              sv_catpvn_flags and sv_catsv_flags, and then re-implement sv_catpvn_mg
4835              and sv_catsv_mg as calls to sv_catpvn_flags and sv_catsv_flags
4836              respectively.
4837      Branch: perl
4838            ! sv.c sv.h
4839 ____________________________________________________________________________
4840 [ 25883] By: nicholas                              on 2005/10/29  16:25:38
4841         Log: sv_2pv_nolen, sv_2pvbyte_nolen and sv_2pvutf8_nolen can all be replaced
4842              with terse macros, and the function bodies retired.
4843      Branch: perl
4844            ! embed.fnc embed.h mathoms.c proto.h sv.c sv.h
4845 ____________________________________________________________________________
4846 [ 25882] By: nicholas                              on 2005/10/29  16:06:39
4847         Log: All the private implementations of @foo for compilers that can't do
4848              complex macro expansions became dead wood sometime around 5.7.3
4849              (Don't tell Otava this)
4850      Branch: perl
4851            ! mathoms.c sv.c
4852 ____________________________________________________________________________
4853 [ 25881] By: stevep                                on 2005/10/29  15:34:22
4854         Log: Subject: [perl #30563] [PATCH] Storable::dclone fails for tied elements
4855              From: perlbug-followup@perl.org (Srezic@Iconmobile.Com)
4856              Date: 2 Jul 2004 11:32:12 -0000
4857              Message-ID: <rt-3.0.11-30563-91788.4.94870186951744@perl.org>
4858              
4859              Also, a version bump to Storable.pm.
4860      Branch: perl
4861            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
4862            ! ext/Storable/t/dclone.t
4863 ____________________________________________________________________________
4864 [ 25880] By: nicholas                              on 2005/10/29  15:07:42
4865         Log: sv_utf8_upgrade declares itself to be a mathom, so off it goes.
4866              Remove duplicate declaration of Perl_sv_2uv
4867      Branch: perl
4868            ! mathoms.c sv.c
4869 ____________________________________________________________________________
4870 [ 25879] By: nicholas                              on 2005/10/29  14:51:32
4871         Log: Replace sv_force_normal with a macro that calls sv_force_normal_flags.
4872      Branch: perl
4873            ! embed.fnc embed.h mathoms.c proto.h sv.c sv.h
4874 ____________________________________________________________________________
4875 [ 25878] By: nicholas                              on 2005/10/29  14:39:37
4876         Log: Replace sv_unref with a macro that calls sv_unref_flags
4877      Branch: perl
4878            ! embed.fnc embed.h mathoms.c proto.h sv.c sv.h
4879 ____________________________________________________________________________
4880 [ 25877] By: stevep                                on 2005/10/29  14:33:30
4881         Log: Oops, missed an sv_force_normal()
4882      Branch: perl
4883            ! mg.c
4884 ____________________________________________________________________________
4885 [ 25876] By: nicholas                              on 2005/10/29  14:25:55
4886         Log: sv_taint() can easily be replaced by a macro.
4887      Branch: perl
4888            ! embed.fnc embed.h mathoms.c proto.h sv.c sv.h
4889 ____________________________________________________________________________
4890 [ 25875] By: stevep                                on 2005/10/29  14:14:25
4891         Log: Change to use sv_force_normal_flags() directly, rather than calling
4892              sv_force_normal() to call sv_force_normal_flags().
4893      Branch: perl
4894            ! NetWare/sv_nw.c mg.c
4895 ____________________________________________________________________________
4896 [ 25874] By: nicholas                              on 2005/10/29  11:50:29
4897         Log: A terser implementation of S_varname, by using and post-processing
4898              gv_fullname4
4899      Branch: perl
4900            ! sv.c
4901 ____________________________________________________________________________
4902 [ 25873] By: stevep                                on 2005/10/29  11:47:55
4903         Log: Additional mathoms from doio.c
4904      Branch: perl
4905            ! doio.c mathoms.c
4906 ____________________________________________________________________________
4907 [ 25872] By: stevep                                on 2005/10/29  11:36:26
4908         Log: Coverage stats say av_fake() is a mathom too.
4909      Branch: perl
4910            ! av.c mathoms.c
4911 ____________________________________________________________________________
4912 [ 25871] By: nicholas                              on 2005/10/29  11:14:40
4913         Log: gv_fullname3 and gv_efullname3 are definately mathoms. They even say so.
4914      Branch: perl
4915            ! gv.c mathoms.c
4916 ____________________________________________________________________________
4917 [ 25870] By: stevep                                on 2005/10/29  11:02:12
4918         Log: Subject: Re: [PATCH] predecrement vs postdecrement
4919              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
4920              Date: Sat, 29 Oct 2005 11:52:25 +0300
4921              Message-ID: <43633849.6060809@gmail.com>
4922      Branch: perl
4923            ! regcomp.c
4924 ____________________________________________________________________________
4925 [ 25869] By: nicholas                              on 2005/10/29  10:53:40
4926         Log: gv_fullname and gv_efullname are definately mathoms.
4927      Branch: perl
4928            ! gv.c mathoms.c
4929 ____________________________________________________________________________
4930 [ 25868] By: stevep                                on 2005/10/28  23:38:35
4931         Log: Subject: [PATCH] perl5db.pl incorrect instructions in termination message
4932              From: Brendan O'Dea <bod@debian.org>
4933              Date: Sat, 29 Oct 2005 07:14:40 +1000
4934              Message-ID: <20051028211440.GA23305@londo.c47.org>
4935      Branch: perl
4936            ! lib/perl5db.pl
4937 ____________________________________________________________________________
4938 [ 25867] By: stevep                                on 2005/10/28  21:12:35
4939         Log: Makefiles like tabs, not spaces.
4940      Branch: perl
4941            ! win32/Makefile win32/makefile.mk
4942 ____________________________________________________________________________
4943 [ 25866] By: stevep                                on 2005/10/28  21:09:31
4944         Log: Add a new file, mathoms.c, to hold old code kept around for binary
4945              compatability with previous versions of Perl.  Change also includes
4946              various Makefile changes to compile the new file and link it into 
4947              libperl.
4948      Branch: perl
4949            + mathoms.c
4950            ! MANIFEST Makefile.SH Makefile.micro NetWare/Makefile globals.c
4951            ! numeric.c op.c perlio.c plan9/mkfile sv.c utf8.c
4952            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
4953            ! wince/Makefile.ce
4954 ____________________________________________________________________________
4955 [ 25865] By: stevep                                on 2005/10/28  11:30:51
4956         Log: Check for changes in IO on CPAN.
4957      Branch: perl
4958            ! Porting/Maintainers.pl
4959 ____________________________________________________________________________
4960 [ 25864] By: stevep                                on 2005/10/28  11:21:48
4961         Log: gbarr is maintaining IO.
4962      Branch: perl
4963            ! Porting/Maintainers.pl
4964 ____________________________________________________________________________
4965 [ 25863] By: stevep                                on 2005/10/28  10:48:32
4966         Log: Add SPRINTF_RETURNS_STRLEN to the various Win32 config_H.* files.
4967      Branch: perl
4968            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
4969            ! win32/config_H.vc64
4970 ____________________________________________________________________________
4971 [ 25862] By: nicholas                              on 2005/10/28  10:24:43
4972         Log: Use the return value from sprintf and avoid a call to strlen
4973      Branch: perl
4974            ! sv.c
4975 ____________________________________________________________________________
4976 [ 25861] By: stevep                                on 2005/10/27  11:13:50
4977         Log: Subject: Re: IO::File performace issue
4978              From: gisle@ActiveState.com (Gisle Aas)
4979              Date: 27 Oct 2005 01:00:39 -0700
4980              Message-ID: <lrvezjv17c.fsf@caliper.activestate.com>
4981              
4982              Also includes a version bump for IO::File.
4983      Branch: perl
4984            ! ext/IO/lib/IO/File.pm
4985 ____________________________________________________________________________
4986 [ 25860] By: nicholas                              on 2005/10/27  08:53:03
4987         Log: Change 25850 failed to include all changed headers
4988      Branch: perl
4989            ! embed.h proto.h
4990 ____________________________________________________________________________
4991 [ 25859] By: stevep                                on 2005/10/27  01:55:08
4992         Log: Win32 fix for change #25850.  I don't know if this define will ever
4993              be used on Win32, but it does fix the problem at hand.
4994      Branch: perl
4995            ! win32/perlhost.h
4996 ____________________________________________________________________________
4997 [ 25858] By: rgs                                   on 2005/10/26  13:27:31
4998         Log: Subject: [patch@25854]vms.c rmsexpand and memmove fixes
4999              From: "John E. Malmberg" <wb8tyw@qsl.net>
5000              Date: Wed, 26 Oct 2005 08:08:05 -0400
5001              Message-ID: <435F71A5.6030809@qsl.net>
5002      Branch: perl
5003            ! vms/vms.c
5004 ____________________________________________________________________________
5005 [ 25857] By: rgs                                   on 2005/10/26  12:52:37
5006         Log: FAQ sync.
5007      Branch: perl
5008            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
5009            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
5010            ! pod/perlfaq7.pod pod/perlfaq9.pod
5011 ____________________________________________________________________________
5012 [ 25856] By: merijn                                on 2005/10/26  12:37:47
5013         Log: Subject: [PATCH] Symbian: better Series 80 support
5014              From: <jarkko.hietaniemi@nokia.com>
5015              Date: Wed, 26 Oct 2005 15:50:08 +0300
5016              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A6AA@esebe105.NOE.Nokia.com>
5017      Branch: perl
5018            + symbian/hexdump.pl
5019            ! MANIFEST symbian/PerlApp.cpp symbian/PerlApp.h
5020            ! symbian/PerlAppS80.rss symbian/config.pl symbian/makesis.pl
5021            ! symbian/sisify.pl
5022 ____________________________________________________________________________
5023 [ 25855] By: stevep                                on 2005/10/26  11:52:46
5024         Log: Multiple versions of OpenBSD fail this test, not just 3.7.
5025      Branch: perl
5026            ! t/op/sprintf.t
5027 ____________________________________________________________________________
5028 [ 25854] By: rgs                                   on 2005/10/26  10:21:30
5029         Log: Subject: Re: [PATCH] minor speed-up for pp_push()
5030              From: Tassilo von Parseval <tassilo.von.parseval@rwth-aachen.de>
5031              Date: Tue, 25 Oct 2005 08:11:42 +0200
5032              Message-id: <20051025061141.GA2256@ethan>
5033      Branch: perl
5034            ! pp.c
5035 ____________________________________________________________________________
5036 [ 25853] By: nicholas                              on 2005/10/26  10:06:37
5037         Log: Store the raw bytes of the pid in PL_pidstatus, rather than the
5038              stringification, as removing the conversions saves time and code.
5039      Branch: perl
5040            ! util.c
5041 ____________________________________________________________________________
5042 [ 25852] By: rgs                                   on 2005/10/26  09:37:25
5043         Log: Subject: [perl #37535] [PATCH] ioctl IOCPARM_LEN(x) should be _IOC_SIZE(x) on Linux, not 256 
5044              From: Jason Vas Dias (via RT) <perlbug-followup@perl.org>
5045              Date: Tue, 25 Oct 2005 15:27:28 -0700
5046              Message-ID: <rt-3.0.11-37535-123290.14.118037538994@perl.org>
5047      Branch: perl
5048            ! perl.h
5049 ____________________________________________________________________________
5050 [ 25851] By: rgs                                   on 2005/10/26  08:58:42
5051         Log: Subject: Re: [patch@25838]Hopefully the last VMS exit/error fixes needed.
5052              From: "John E. Malmberg" <wb8tyw@qsl.net>
5053              Date: Tue, 25 Oct 2005 13:36:20 -0400
5054              Message-ID: <435E6D14.7000104@qsl.net>
5055      Branch: perl
5056            ! perl.h vms/perlvms.pod
5057 ____________________________________________________________________________
5058 [ 25850] By: nicholas                              on 2005/10/26  08:31:20
5059         Log: Most platforms don't actually need PL_pidstatus, or the associated
5060              .5K of code.
5061      Branch: perl
5062            ! embed.fnc intrpvar.h makedef.pl perl.c perl.h perlapi.h
5063            ! pp_sys.c sv.c util.c
5064 ____________________________________________________________________________
5065 [ 25849] By: rgs                                   on 2005/10/25  15:26:20
5066         Log: Back out change #25839, and apply :
5067              
5068              Subject: [patch@25838]Hopefully the last VMS exit/error fixes needed.
5069              From: "John E. Malmberg" <wb8tyw@qsl.net>
5070              Date: Tue, 25 Oct 2005 11:09:37 -0400
5071              Message-ID: <435E4AB1.1000106@qsl.net>
5072      Branch: perl
5073            ! perl.c perl.h vms/perlvms.pod
5074 ____________________________________________________________________________
5075 [ 25848] By: nicholas                              on 2005/10/25  12:54:18
5076         Log: Code in wait4pid was calling hv_delete with the hash iterator
5077              currently on that entry. On aggregate this does more work, beacuse
5078              the next call to hv_iterinit() would spot the flag, and have to call
5079              the delete routine, while in the meantime any new entries can't
5080              re-use that memory.
5081      Branch: perl
5082            ! util.c
5083 ____________________________________________________________________________
5084 [ 25847] By: rgs                                   on 2005/10/25  12:35:29
5085         Log: t/TEST should require Time::HiRes only when it uses it.
5086              This fixes minitest.
5087      Branch: perl
5088            ! t/TEST
5089 ____________________________________________________________________________
5090 [ 25846] By: rgs                                   on 2005/10/25  12:17:33
5091         Log: Rediff the Makefile.SH patch for cross-compilation.
5092              (this doesn't mean it works, though.)
5093      Branch: perl
5094            ! Cross/Makefile.SH.patch
5095 ____________________________________________________________________________
5096 [ 25845] By: stevep                                on 2005/10/25  11:56:53
5097         Log: Upgrade to Time-HiRes-1.76
5098      Branch: perl
5099            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
5100            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
5101            ! ext/Time/HiRes/t/HiRes.t
5102 ____________________________________________________________________________
5103 [ 25844] By: rgs                                   on 2005/10/25  11:19:44
5104         Log: Remove remaining references to mv-if-diff
5105      Branch: perl
5106            ! os2/Makefile.SHs pod/Makefile.SH pod/perlmodlib.PL
5107 ____________________________________________________________________________
5108 [ 25843] By: nicholas                              on 2005/10/25  10:55:27
5109         Log: Oops. the trick is to edit Makefile.SH
5110      Branch: perl
5111            ! Makefile.SH
5112 ____________________________________________________________________________
5113 [ 25842] By: nicholas                              on 2005/10/25  10:36:39
5114         Log: Subject: [PATCH] remove mv-if-diff
5115              From: Rafael Garcia-Suarez <rgarciasuarez@mandriva.com>
5116              Message-ID: <20051024193257.2022ea0d@grubert.mandrakesoft.com>
5117              Date: Mon, 24 Oct 2005 19:32:57 +0200
5118              
5119              (with tweak to add rm for opmini.c, remove mv-if-diff, and reflect
5120              this removal in MANIFEST)
5121      Branch: perl
5122            - mv-if-diff
5123            ! MANIFEST Makefile.SH
5124 ____________________________________________________________________________
5125 [ 25841] By: nicholas                              on 2005/10/25  09:09:49
5126         Log: Replace all the strlen()s related to PL_pidstatus with the return
5127              value of my_sprintf
5128      Branch: perl
5129            ! util.c
5130 ____________________________________________________________________________
5131 [ 25840] By: nicholas                              on 2005/10/25  08:32:25
5132         Log: Whoops. The Windows build is going to need to know that this symbol is
5133              defined.
5134      Branch: perl
5135            ! perl.c
5136 ____________________________________________________________________________
5137 [ 25839] By: rgs                                   on 2005/10/25  08:14:33
5138         Log: Subject: VMS exit handling still broken, need some help.
5139              From: "John E. Malmberg" <wb8tyw@qsl.net>
5140              Date: Mon, 24 Oct 2005 01:34:41 -0400
5141              Message-ID: <435C7271.8070403@qsl.net>
5142      Branch: perl
5143            ! perl.c perl.h vms/vms.c
5144 ____________________________________________________________________________
5145 [ 25838] By: merijn                                on 2005/10/25  05:58:00
5146         Log: Subject: [patch@25837] Change 25831: sprintf returns the length of the buffer.
5147              From: "John E. Malmberg" <wb8tyw@qsl.net>
5148              Date: Mon, 24 Oct 2005 23:37:46 -0400
5149              Message-ID: <435DA88A.90201@qsl.net>
5150      Branch: perl
5151            ! configure.com
5152 ____________________________________________________________________________
5153 [ 25837] By: merijn                                on 2005/10/24  23:35:40
5154         Log: Backport of changes #25831 and #25832. Re-order needed
5155              
5156              Subject: [PATCH] Re: Configure question about format of cc/cppsymbols
5157              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
5158              Date: Mon, 24 Oct 2005 13:04:58 -0700
5159              Message-ID: <20051024200458.GC2312@efn.org>
5160      Branch: perl
5161            ! Configure config_h.SH
5162 ____________________________________________________________________________
5163 [ 25833] By: merijn                                on 2005/10/24  22:44:22
5164         Log: Subject: [PATCH] Compress::Zlib
5165              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
5166              Date: Mon, 24 Oct 2005 23:19:48 +0100
5167              Message-ID: <00ab01c5d8e9$0ef31b40$02f0440a@myopwv.com>
5168      Branch: perl
5169            ! ext/Compress/Zlib/Zlib.pm
5170            ! ext/Compress/Zlib/lib/Compress/Zlib/Common.pm
5171            ! ext/Compress/Zlib/lib/IO/Compress/Gzip.pm
5172            ! ext/Compress/Zlib/lib/IO/Uncompress/Gunzip.pm
5173            ! ext/Compress/Zlib/t/03zlib-v1.t
5174            ! ext/Compress/Zlib/t/16oneshot.t ext/Compress/Zlib/t/22merge.t
5175 ____________________________________________________________________________
5176 [ 25832] By: nicholas                              on 2005/10/24  21:20:21
5177         Log: Add my_sprintf, which is usually just a macro for sprintf, for those
5178              places where we want to use the return value of sprintf. This allows
5179              a wrapper to be used for platforms where the C library isn't ANSI-
5180              conformant.
5181      Branch: perl
5182            ! config_h.SH embed.fnc embed.h global.sym makedef.pl perl.h
5183            ! proto.h util.c
5184 ____________________________________________________________________________
5185 [ 25831] By: nicholas                              on 2005/10/24  20:03:38
5186         Log: Add a probe for whether sprintf returns the length of the buffer.
5187              Update all the canned config.sh files.
5188              Assume that symbian and Win32 are all ANSI conformant, note that ARM
5189              Linux (ie glibc) will be, don't assume that any other platform is.
5190      Branch: perl
5191            ! Configure Cross/config.sh-arm-linux NetWare/config.wc
5192            ! Porting/Glossary configure.com epoc/config.sh
5193            ! plan9/config_sh.sample symbian/config.sh uconfig.sh
5194            ! win32/config.bc win32/config.gc win32/config.vc
5195            ! win32/config.vc64 wince/config.ce
5196 ____________________________________________________________________________
5197 [ 25830] By: rgs                                   on 2005/10/24  16:18:41
5198         Log: Fix path in code example
5199      Branch: perl
5200            ! pod/perlfunc.pod
5201 ____________________________________________________________________________
5202 [ 25829] By: rgs                                   on 2005/10/24  15:21:28
5203         Log: Subject: Re: do { EXPR for EXPR }
5204              From: Robin Houston <robin@cpan.org>
5205              Date: Sat, 22 Oct 2005 16:56:27 +0100
5206              Message-ID: <20051022155627.GA22420@rpc142.cs.man.ac.uk>
5207      Branch: perl
5208            ! op.c t/cmd/mod.t
5209 ____________________________________________________________________________
5210 [ 25828] By: stevep                                on 2005/10/24  14:16:32
5211         Log: Update one of merijn's previous emails.
5212      Branch: perl
5213            ! Porting/checkAUTHORS.pl
5214 ____________________________________________________________________________
5215 [ 25827] By: craigb                                on 2005/10/23  22:17:44
5216         Log: Subject: [patch@25825] Fix st_ino compare to use real data.
5217              From: "John E. Malmberg" <wb8tyw@qsl.net>
5218              Date: Sun, 23 Oct 2005 17:46:46 -0400
5219              Message-id: <435C04C6.2090405@qsl.net>\r
5220      Branch: perl
5221            ! vms/vms.c
5222 ____________________________________________________________________________
5223 [ 25825] By: mhx                                   on 2005/10/23  10:16:45
5224         Log: Fix mismatched braces in S_fd_on_nosuid_fs().
5225      Branch: perl
5226            ! perl.c
5227 ____________________________________________________________________________
5228 [ 25824] By: craigb                                on 2005/10/22  16:43:40
5229         Log: VMS threaded build fixes for things broken in #25783
5230      Branch: perl
5231            ! vms/vms.c vms/vmsish.h
5232 ____________________________________________________________________________
5233 [ 25823] By: nicholas                              on 2005/10/22  13:12:48
5234         Log: use more 'const' in the Encode data structures.
5235      Branch: perl
5236            ! ext/Encode/Encode/encode.h ext/Encode/bin/enc2xs
5237 ____________________________________________________________________________
5238 [ 25822] By: mhx                                   on 2005/10/22  13:02:02
5239         Log: Turn NN to NULLOK for functions that have code to handle
5240              the ptr == NULL case and are currently called with NULL
5241              pointers. Having parameters tagged NN can make gcc optimize
5242              away the code for the NULL case, causing segfaults.
5243      Branch: perl
5244            ! embed.fnc proto.h
5245 ____________________________________________________________________________
5246 [ 25821] By: nicholas                              on 2005/10/22  12:08:34
5247         Log: Mark more static Encode data structures as const.
5248      Branch: perl
5249            ! ext/Encode/Encode.xs ext/Encode/Encode/encode.h
5250            ! ext/Encode/bin/enc2xs ext/Encode/encengine.c
5251 ____________________________________________________________________________
5252 [ 25820] By: stevep                                on 2005/10/21  21:54:01
5253         Log: Documentation on getting a FORMAT ref from a GLOB was missing from
5254              perlref.pod.  Thanks for David Wheeler for starting the discussion
5255              and Paul Johnson for confirming that it could actually be done.
5256      Branch: perl
5257            ! pod/perlref.pod
5258 ____________________________________________________________________________
5259 [ 25819] By: merijn                                on 2005/10/21  15:49:00
5260         Log: Subject: [PATCH] Symbian/beginnings of Series 80 support
5261              From: <jarkko.hietaniemi@nokia.com>
5262              Date: Fri, 21 Oct 2005 17:15:23 +0300
5263              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A67E@esebe105.NOE.Nokia.com>
5264      Branch: perl
5265            + symbian/PerlAppS60.rss symbian/PerlAppS80.rss
5266            ! MANIFEST
5267 ____________________________________________________________________________
5268 [ 25818] By: rgs                                   on 2005/10/21  15:44:38
5269         Log: Subject: allow "" as select bitmask [PATCH]
5270              From: Gisle Aas <gisle@ActiveState.com>
5271              Date: 21 Oct 2005 08:04:40 -0700
5272              Message-ID: <lrach229o7.fsf_-_@caliper.activestate.com>
5273      Branch: perl
5274            ! pp_sys.c t/op/sselect.t
5275 ____________________________________________________________________________
5276 [ 25816] By: rgs                                   on 2005/10/21  15:06:13
5277         Log: Rewording of doc change #25812
5278      Branch: perl
5279            ! pod/perlsub.pod
5280 ____________________________________________________________________________
5281 [ 25815] By: merijn                                on 2005/10/21  14:12:37
5282         Log: Subject: [PATCH] Symbian/beginnings of Series 80 support
5283              From: <jarkko.hietaniemi@nokia.com>
5284              Date: Fri, 21 Oct 2005 17:15:23 +0300
5285              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A67E@esebe105.NOE.Nokia.com>
5286      Branch: perl
5287            - symbian/PerlApp.rss
5288 ____________________________________________________________________________
5289 [ 25814] By: merijn                                on 2005/10/21  14:12:10
5290         Log: Subject: [PATCH] Symbian/beginnings of Series 80 support
5291              From: <jarkko.hietaniemi@nokia.com>
5292              Date: Fri, 21 Oct 2005 17:15:23 +0300
5293              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A67E@esebe105.NOE.Nokia.com>
5294      Branch: perl
5295            ! MANIFEST README.symbian symbian/PerlApp.cpp symbian/PerlApp.h
5296            ! symbian/PerlApp.hrh symbian/config.pl symbian/config.sh
5297            ! symbian/makesis.pl symbian/sdk.pl symbian/sisify.pl
5298            ! symbian/xsbuild.pl
5299 ____________________________________________________________________________
5300 [ 25813] By: rgs                                   on 2005/10/21  13:24:30
5301         Log: Subject: wrong maxlen in sselect [PATCH]
5302              From: Gisle Aas <gisle@ActiveState.com>
5303              Date: 21 Oct 2005 05:24:30 -0700
5304              Message-ID: <lrzmp312ip.fsf@caliper.activestate.com>
5305              
5306              Plus a regression test for the new warning.
5307      Branch: perl
5308            ! pod/perldiag.pod pp_sys.c t/lib/warnings/pp_sys
5309 ____________________________________________________________________________
5310 [ 25812] By: rgs                                   on 2005/10/21  13:01:26
5311         Log: Subject: Re: [PATCH] return values reworded in perlsub.pod
5312              From: Xavier Noria <fxn@hashref.com>
5313              Date: Fri, 21 Oct 2005 08:43:12 +0200
5314              Message-Id: <1C8D7C5C-986C-4336-8C4F-8B965CE1AD17@hashref.com>
5315              
5316              (with minor tweaks)
5317      Branch: perl
5318            ! pod/perlsub.pod
5319 ____________________________________________________________________________
5320 [ 25811] By: rgs                                   on 2005/10/21  09:31:52
5321         Log: Remove last remaining reference to vax11c
5322      Branch: perl
5323            ! x2p/a2p.h
5324 ____________________________________________________________________________
5325 [ 25810] By: craigb                                on 2005/10/20  22:38:36
5326         Log: Subject: [patch@25809]restore documented exit behavior
5327              From: "John E. Malmberg" <wb8tyw@qsl.net>
5328              Date: Thu, 20 Oct 2005 18:21:20 -0400
5329              Message-id: <43581860.3020108@qsl.net>\r
5330      Branch: perl
5331            ! mg.c perl.c perl.h t/op/exec.t vms/perlvms.pod vms/vms.c
5332 ____________________________________________________________________________
5333 [ 25809] By: rgs                                   on 2005/10/19  21:15:53
5334         Log: Fix doc typo, by Gisle Aas
5335      Branch: perl
5336            ! lib/User/grent.pm
5337 ____________________________________________________________________________
5338 [ 25808] By: rgs                                   on 2005/10/19  20:46:50
5339         Log: Subject: Re: [PATCH] Re: [perl #37350] $#{@$aref} in debugger gives: Bizarre copy of ARRAY in leave
5340              From: Robin Houston <robin@cpan.org>
5341              Date: Oct 14, 2005 1:54 AM
5342              Message-ID: <20051013235457.GA23386@rpc142.cs.man.ac.uk>
5343      Branch: perl
5344            ! embed.fnc embed.h global.sym op.c op.h proto.h t/op/array.t
5345 ____________________________________________________________________________
5346 [ 25805] By: rgs                                   on 2005/10/19  13:19:17
5347         Log: Forgotten chunk by jhi
5348      Branch: perl
5349            ! symbian/makesis.pl
5350 ____________________________________________________________________________
5351 [ 25804] By: rgs                                   on 2005/10/19  13:09:09
5352         Log: Subject: [PATCH] blead 25801: Symbian batch of today
5353              From: <jarkko.hietaniemi@nokia.com>
5354              Date: Wed, 19 Oct 2005 16:19:23 +0300
5355              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A663@esebe105.NOE.Nokia.com>
5356      Branch: perl
5357            ! perl.h pp_sys.c symbian/config.sh symbian/symbianish.h
5358            ! symbian/xsbuild.pl
5359 ____________________________________________________________________________
5360 [ 25803] By: rgs                                   on 2005/10/19  08:18:30
5361         Log: Subject: [PATCH] More consting, and DRY leads to shrinking object code
5362              From: Andy Lester <andy@petdance.com>
5363              Date: Tue, 18 Oct 2005 09:57:23 -0500
5364              Message-ID: <20051018145723.GA4964@petdance.com>
5365      Branch: perl
5366            ! av.c gv.c hv.c mg.c pp_ctl.c pp_hot.c sv.c
5367 ____________________________________________________________________________
5368 [ 25802] By: rgs                                   on 2005/10/19  07:52:20
5369         Log: Subject: [PATCH] Adding documentation index to perlapi.pod and perlintern.pod
5370              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
5371              Date: Tue, 18 Oct 2005 22:22:57 +0200
5372              Message-ID: <1129666977.435559a10cb95@imp5-g19.free.fr>
5373              
5374              (tweaked to remove trailing whitespace to doc entries)
5375              Plus, regenerate doc and headers
5376      Branch: perl
5377            ! autodoc.pl embed.h pod/perlapi.pod pod/perlintern.pod proto.h
5378 ____________________________________________________________________________
5379 [ 25801] By: craigb                                on 2005/10/19  00:29:00
5380         Log: Subject: [patch@25784] enable open(FOO, "child.pl foo|") on VMS
5381              From: "John E. Malmberg" <wb8tyw@qsl.net>
5382              Date: Tue, 18 Oct 2005 14:43:29 -0400
5383              Message-id: <43554251.5020704@qsl.net>\r
5384      Branch: perl
5385            ! vms/vms.c vms/vmsish.h
5386 ____________________________________________________________________________
5387 [ 25800] By: rgs                                   on 2005/10/18  21:22:17
5388         Log: Add notes about -f _ and defined %foo:: in perldelta
5389      Branch: perl
5390            ! pod/perl593delta.pod
5391 ____________________________________________________________________________
5392 [ 25799] By: rgs                                   on 2005/10/18  20:57:43
5393         Log: Force _ to be always a bareword after filetest operators
5394      Branch: perl
5395            ! t/op/filetest.t toke.c
5396 ____________________________________________________________________________
5397 [ 25798] By: nicholas                              on 2005/10/18  19:52:27
5398         Log: Add Rafael's 5.10 roadmap to perltodo.
5399              Add state variables.
5400              Remove xsubpp entry, as that had been done already.
5401      Branch: perl
5402            ! pod/perltodo.pod
5403 ____________________________________________________________________________
5404 [ 25797] By: rgs                                   on 2005/10/18  19:24:55
5405         Log: Fix tokenizer debugging trace for file tests
5406      Branch: perl
5407            ! toke.c
5408 ____________________________________________________________________________
5409 [ 25796] By: stevep                                on 2005/10/18  19:15:40
5410         Log: Upgrade to Digest-1.13
5411      Branch: perl
5412            ! lib/Digest.pm lib/Digest/Changes lib/Digest/file.pm
5413 ____________________________________________________________________________
5414 [ 25795] By: merijn                                on 2005/10/18  16:30:54
5415         Log: VMS does not have clearenv () according to John E. Malmberg
5416              Followup to 25793
5417      Branch: perl
5418            ! configure.com
5419 ____________________________________________________________________________
5420 [ 25794] By: steveh                                on 2005/10/18  15:03:50
5421         Log: Update win32 config files w.r.t. change #25793
5422      Branch: perl
5423            ! win32/config.bc win32/config.gc win32/config.vc
5424            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
5425            ! win32/config_H.vc win32/config_H.vc64
5426 ____________________________________________________________________________
5427 [ 25793] By: merijn                                on 2005/10/18  13:50:15
5428         Log: Add probe for clearenv (), like #25733 for unsetenv ()
5429      Branch: perl
5430            ! Configure Porting/Glossary config_h.SH handy.h
5431 ____________________________________________________________________________
5432 [ 25790] By: rgs                                   on 2005/10/18  12:48:17
5433         Log: Subject: [PATCH] missed some SYMBIAN ifdefs
5434              From: <jarkko.hietaniemi@nokia.com>
5435              Date: Tue, 18 Oct 2005 16:07:28 +0300
5436              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A64D@esebe105.NOE.Nokia.com>
5437      Branch: perl
5438            ! perl.h util.h
5439 ____________________________________________________________________________
5440 [ 25789] By: stevep                                on 2005/10/18  10:52:01
5441         Log: Upgrade to Time-HiRes-1.75
5442      Branch: perl
5443            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
5444            ! ext/Time/HiRes/Makefile.PL
5445 ____________________________________________________________________________
5446 [ 25788] By: rgs                                   on 2005/10/18  09:29:05
5447         Log: Subject: [PATCH] Symbian: New vs New
5448              From: <jarkko.hietaniemi@nokia.com>
5449              Date: Tue, 18 Oct 2005 12:53:16 +0300
5450              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A640@esebe105.NOE.Nokia.com>
5451      Branch: perl
5452            ! symbian/PerlUtil.cpp
5453 ____________________________________________________________________________
5454 [ 25786] By: rgs                                   on 2005/10/18  08:01:12
5455         Log: Subject: [patch@25783] vmsish.h fix for lstat() definition
5456              From: "John E. Malmberg" <wb8tyw@qsl.net>
5457              Date: Mon, 17 Oct 2005 17:08:19 -0400
5458              Message-ID: <435412C3.3080504@qsl.net>
5459      Branch: perl
5460            ! vms/vmsish.h
5461 ____________________________________________________________________________
5462 [ 25784] By: steveh                                on 2005/10/17  15:48:24
5463         Log: Silence gcc complaints about comments in config.h
5464              
5465              This suppresses dozens of lines of warnings seen, e.g. here:
5466              http://www.nntp.perl.org/group/perl.daily-build.reports/32231
5467      Branch: perl
5468            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/Zlib.pm
5469 ____________________________________________________________________________
5470 [ 25783] By: rgs                                   on 2005/10/17  15:13:35
5471         Log: Subject: [patch@25775] VMS prep for symbolic links and long filename
5472              From: "John E. Malmberg" <wb8tyw@qsl.net>
5473              Date: Mon, 17 Oct 2005 08:12:37 -0400
5474              Message-ID: <43539535.70609@qsl.net>
5475      Branch: perl
5476            ! vms/vms.c vms/vmsish.h
5477 ____________________________________________________________________________
5478 [ 25782] By: rgs                                   on 2005/10/17  15:05:23
5479         Log: Subject: [PATCH] even more Symbian
5480              From: <jarkko.hietaniemi@nokia.com>
5481              Date: Mon, 17 Oct 2005 18:27:57 +0300
5482              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A61F@esebe105.NOE.Nokia.com>
5483      Branch: perl
5484            ! ext/Storable/Storable.xs symbian/TODO
5485            ! symbian/find_writeable_data.pl symbian/xsbuild.pl
5486 ____________________________________________________________________________
5487 [ 25781] By: nicholas                              on 2005/10/17  14:44:59
5488         Log: Correct precedence from and to && in an expression with assignment.
5489      Branch: perl
5490            ! ext/IO/t/io_sock.t
5491 ____________________________________________________________________________
5492 [ 25780] By: rgs                                   on 2005/10/17  10:16:30
5493         Log: Subject: Re: small addition to $, and $\ in perlvar.pod
5494              From: Xavier Noria <fxn@hashref.com>
5495              Date: Sun, 16 Oct 2005 12:27:30 +0200
5496              Message-Id: <7CA83392-70CD-4AC8-AA44-D94F508BB028@hashref.com>
5497      Branch: perl
5498            ! pod/perlvar.pod
5499 ____________________________________________________________________________
5500 [ 25779] By: steveh                                on 2005/10/17  10:14:46
5501         Log: Make some casts explicit to keep VC++ 7 happy
5502              
5503              Specifically, this silences the warnings from the following smoke:
5504              http://www.nntp.perl.org/group/perl.daily-build.reports/32258
5505              (Hmm. Looks like you need to decode the base64 yourself before you
5506              can read that.)
5507      Branch: perl
5508            ! numeric.c op.c pp_pack.c toke.c
5509 ____________________________________________________________________________
5510 [ 25778] By: rgs                                   on 2005/10/17  09:57:24
5511         Log: Subject: [PATCH] another Symbian update: Alan's fault :-)
5512              From: <jarkko.hietaniemi@nokia.com>
5513              Date: Mon, 17 Oct 2005 13:19:34 +0300
5514              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A611@esebe105.NOE.Nokia.com>
5515      Branch: perl
5516            + symbian/find_writeable_data.pl
5517            ! MANIFEST XSUB.h doio.c embed.fnc embed.h mg.c perl.c perl.h
5518            ! perlio.c pp_ctl.c pp_sys.c symbian/config.pl symbian/sisify.pl
5519            ! util.c
5520 ____________________________________________________________________________
5521 [ 25777] By: rgs                                   on 2005/10/17  08:46:31
5522         Log: Doc/style fixes pointed out by Gisle
5523      Branch: perl
5524            ! lib/warnings/register.pm
5525 ____________________________________________________________________________
5526 [ 25776] By: rgs                                   on 2005/10/17  08:28:15
5527         Log: Subject: [PATCH] blead@25775 Symbian update
5528              From: <jarkko.hietaniemi@nokia.com>
5529              Date: Mon, 17 Oct 2005 11:49:20 +0300
5530              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A60A@esebe105.NOE.Nokia.com>
5531      Branch: perl
5532            + symbian/PerlUtil.cpp symbian/PerlUtil.h symbian/PerlUtil.pod
5533            ! MANIFEST README.symbian symbian/PerlBase.pod symbian/TODO
5534            ! symbian/config.pl symbian/sdk.pl symbian/sisify.pl
5535            ! symbian/symbian_proto.h symbian/xsbuild.pl
5536 ____________________________________________________________________________
5537 [ 25775] By: davem                                 on 2005/10/16  23:05:44
5538         Log: DEBUG_LEAKING_SCALARS doesn't need shared memory to store filenames
5539      Branch: perl
5540            ! sv.c
5541 ____________________________________________________________________________
5542 [ 25774] By: rgs                                   on 2005/10/16  21:47:57
5543         Log: Subject: [PATCH] Keys of %INC always use forward slashes
5544              From: Jan Dubois <jand@activestate.com>
5545              Date: Oct 16, 2005 8:24 PM
5546              Message-ID: <006e01c5d27e$d722c6e0$2217a8c0@candy>
5547      Branch: perl
5548            ! lib/CPAN.pm
5549 ____________________________________________________________________________
5550 [ 25772] By: craigb                                on 2005/10/16  19:10:56
5551         Log: Subject: [patch@25763] Fix VMS error/exit handling, update kill function
5552              From: "John E. Malmberg" <wb8tyw@qsl.net>
5553              Message-id: <4351F393.8030809@qsl.net>
5554              Date: Sun, 16 Oct 2005 02:30:43 -0400\r
5555      Branch: perl
5556            ! perl.c perl.h t/run/exit.t vms/vms.c vms/vmsish.h
5557 ____________________________________________________________________________
5558 [ 25771] By: davem                                 on 2005/10/16  17:46:10
5559         Log: an assert in av_undef was leaking memory
5560      Branch: perl
5561            ! av.c
5562 ____________________________________________________________________________
5563 [ 25770] By: davem                                 on 2005/10/16  17:39:20
5564         Log: static functions should be prefixed S_
5565      Branch: perl
5566            ! ext/threads/threads.xs
5567 ____________________________________________________________________________
5568 [ 25769] By: davem                                 on 2005/10/16  14:53:45
5569         Log: free a thread's interpreter after $t->join() rather than after undef $t
5570              This should fix some ithreads memory leaks.
5571      Branch: perl
5572            ! ext/threads/threads.xs
5573 ____________________________________________________________________________
5574 [ 25768] By: stevep                                on 2005/10/16  13:53:00
5575         Log: Upgrade to version-0.49
5576      Branch: perl
5577            ! lib/version.pm lib/version.pod
5578 ____________________________________________________________________________
5579 [ 25767] By: stevep                                on 2005/10/16  13:24:23
5580         Log: No more attempting to edit Pod before the first coffee of the morning.
5581      Branch: perl
5582            ! ext/DynaLoader/XSLoader_pm.PL
5583 ____________________________________________________________________________
5584 [ 25766] By: stevep                                on 2005/10/16  13:10:02
5585         Log: Upgrade to XSLoader-0.06 (plus a minor doc nit found by podchecker).
5586      Branch: perl
5587            ! ext/DynaLoader/XSLoader_pm.PL ext/DynaLoader/t/XSLoader.t
5588 ____________________________________________________________________________
5589 [ 25765] By: stevep                                on 2005/10/16  13:02:19
5590         Log: Upgrade to Pod-Parser-1.34 (with some changes to get the new test file
5591              to work within the core).
5592      Branch: perl
5593            + lib/Pod/t/contains_pod.t t/lib/contains_pod.xr
5594            ! MANIFEST lib/Pod/Find.pm
5595 ____________________________________________________________________________
5596 [ 25764] By: stevep                                on 2005/10/16  12:36:37
5597         Log: Upgrade to ExtUtils-ParseXS-2.15.
5598      Branch: perl
5599            ! lib/ExtUtils/ParseXS.pm
5600 ____________________________________________________________________________
5601 [ 25763] By: nicholas                              on 2005/10/15  21:35:29
5602         Log: Subject: pre{inc,dec} is faster, even with integers
5603              From: hv@crypt.org
5604              Message-Id: <200510141722.j9EHMfa25945@zen.crypt.org>
5605              Date: Fri, 14 Oct 2005 18:22:41 +0100
5606      Branch: perl
5607            ! op.c t/op/inc.t
5608 ____________________________________________________________________________
5609 [ 25761] By: craigb                                on 2005/10/15  03:59:44
5610         Log: Subject: [patch@blead] perlport.pod
5611              From: "John E. Malmberg" <wb8tyw@qsl.net>
5612              Date: Fri, 14 Oct 2005 23:48:20 -0400
5613              Message-id: <43507C04.8050003@qsl.net>
5614      Branch: perl
5615            ! pod/perlport.pod
5616 ____________________________________________________________________________
5617 [ 25760] By: craigb                                on 2005/10/15  03:43:30
5618         Log: Subject: patch for blead - Perlvms.pod update
5619              From: "John E. Malmberg" <wb8tyw@qsl.net>
5620              Date: Fri, 14 Oct 2005 21:15:26 -0400
5621              Message-id: <4350582E.4070209@qsl.net>\r
5622      Branch: perl
5623            ! vms/perlvms.pod
5624 ____________________________________________________________________________
5625 [ 25759] By: craigb                                on 2005/10/14  15:31:33
5626         Log: Grab enough room from the outset in do_tovmsspec()
5627      Branch: perl
5628            ! vms/vms.c
5629 ____________________________________________________________________________
5630 [ 25758] By: steveh                                on 2005/10/14  08:00:58
5631         Log: Subject: [PATCH] Compress::Zlib - fix for win32
5632              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
5633              Date: Thu, 13 Oct 2005 23:06:25 +0100
5634              Message-ID: <002a01c5d042$5c25fea0$1a1c140a@myopwv.com>
5635      Branch: perl
5636            ! ext/Compress/Zlib/Zlib.xs
5637 ____________________________________________________________________________
5638 [ 25757] By: stevep                                on 2005/10/14  03:46:24
5639         Log: gcc complains when it sees variables declared
5640              
5641              const register ...
5642              
5643              switched them all to 
5644              
5645              register const ...
5646      Branch: perl
5647            ! av.c pp.c pp_hot.c regexec.c sv.c toke.c util.c
5648 ____________________________________________________________________________
5649 [ 25756] By: stevep                                on 2005/10/14  01:20:21
5650         Log: Upgrade to Unicode-Collate-0.52
5651      Branch: perl
5652            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
5653            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
5654 ____________________________________________________________________________
5655 [ 25755] By: stevep                                on 2005/10/13  23:31:03
5656         Log: Add PERL_USE_SAFE_PUTENV to the compile time options in perl -V
5657      Branch: perl
5658            ! perl.c
5659 ____________________________________________________________________________
5660 [ 25754] By: stevep                                on 2005/10/13  23:03:46
5661         Log: Subject: [PATCH] Stas' croak patch and then some
5662              From: Andy Lester <andy@petdance.com>
5663              Date: Thu, 13 Oct 2005 16:42:12 -0500
5664              Message-ID: <20051013214212.GA1122@petdance.com>
5665      Branch: perl
5666            ! embed.fnc gv.c op.c pad.c perl.c pp_sort.c proto.h regcomp.c
5667            ! sv.c t/TEST toke.c utf8.c
5668 ____________________________________________________________________________
5669 [ 25753] By: rgs                                   on 2005/10/13  15:53:39
5670         Log: If /dev/null is not readable, perl -e fails with
5671              an obscure error message. Make it more understandable.
5672      Branch: perl
5673            ! perl.c
5674 ____________________________________________________________________________
5675 [ 25752] By: rgs                                   on 2005/10/13  14:18:50
5676         Log: Subject: [patch@25744] t/op/local.t - change 25514 broke VMS
5677              From: "John E. Malmberg" <wb8tyw@qsl.net>
5678              Date: Thu, 13 Oct 2005 10:28:23 -0400
5679              Message-ID: <434E6F07.5020108@qsl.net>
5680      Branch: perl
5681            ! t/op/local.t
5682 ____________________________________________________________________________
5683 [ 25751] By: rgs                                   on 2005/10/13  12:38:21
5684         Log: Subject: SvPVutf8_nolen crashes [PATCH]
5685              From: Gisle Aas <gisle@ActiveState.com>
5686              Date: 13 Oct 2005 06:00:49 -0700
5687              Message-ID: <lrslv56072.fsf@caliper.activestate.com>
5688      Branch: perl
5689            ! sv.c
5690 ____________________________________________________________________________
5691 [ 25750] By: rgs                                   on 2005/10/13  12:22:24
5692         Log: Better cleanup of directories created by C::Zlib
5693      Branch: perl
5694            ! Makefile.SH
5695 ____________________________________________________________________________
5696 [ 25749] By: merijn                                on 2005/10/13  12:17:41
5697         Log: PL_use_safe_putenv needs to be in the export lists
5698      Branch: perl
5699            ! makedef.pl
5700 ____________________________________________________________________________
5701 [ 25748] By: rgs                                   on 2005/10/13  11:20:23
5702         Log: Subject: [PATCH] POD index entries with X<>
5703              From: Ivan Tubert-Brohman <itub@cpan.org>
5704              Date: Wed, 12 Oct 2005 19:20:18 -0400
5705              Message-ID: <434D9A32.4050305@cpan.org>
5706      Branch: perl
5707            ! pod/perldata.pod pod/perldebug.pod pod/perldsc.pod
5708            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlform.pod
5709            ! pod/perlfunc.pod pod/perllexwarn.pod pod/perlmod.pod
5710            ! pod/perlobj.pod pod/perlop.pod pod/perlpod.pod pod/perlre.pod
5711            ! pod/perlref.pod pod/perlrun.pod pod/perlsub.pod
5712            ! pod/perlsyn.pod pod/perltie.pod
5713 ____________________________________________________________________________
5714 [ 25747] By: rgs                                   on 2005/10/13  09:43:46
5715         Log: Subject: Accidental interpolation of $@ in Pod::Html [PATCH]
5716              From: Gisle Aas <gisle@ActiveState.com>
5717              Date: 13 Oct 2005 01:42:32 -0700
5718              Message-ID: <lr7jch95af.fsf@caliper.activestate.com>
5719      Branch: perl
5720            ! lib/Pod/Html.pm
5721 ____________________________________________________________________________
5722 [ 25746] By: rgs                                   on 2005/10/13  09:05:42
5723         Log: The new REQUIRE token introduced by change 25599 must be
5724              nonassoc, just like the UNIOP token it's patterned after.
5725              (While we're at it, allow to use bison 2.1 to regenerate
5726              the parser files.)
5727      Branch: perl
5728            ! perly.act perly.h perly.tab perly.y regen_perly.pl
5729 ____________________________________________________________________________
5730 [ 25745] By: rgs                                   on 2005/10/13  08:14:32
5731         Log: Document that -F doesn't accept whitespace in patterns.
5732              (fixes bug #37366)
5733      Branch: perl
5734            ! pod/perlrun.pod
5735 ____________________________________________________________________________
5736 [ 25744] By: merijn                                on 2005/10/13  06:10:27
5737         Log: Subject: RE: [PATCH] Compress::Zlib
5738              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
5739              Date: Wed, 12 Oct 2005 22:41:41 +0100
5740              Message-ID: <004c01c5cf75$bd368fc0$0e1c140a@myopwv.com>
5741      Branch: perl
5742            ! ext/Compress/Zlib/lib/Compress/Zlib/Common.pm
5743 ____________________________________________________________________________
5744 [ 25743] By: stevep                                on 2005/10/12  23:28:04
5745         Log: Subject: [PATCH pp_sort.c 5.8.7]  Typo in comment.
5746              From: Abigail <abigail@abigail.nl>
5747              Date: Thu, 13 Oct 2005 01:25:10 +0200
5748              Message-ID: <20051012232509.GA1018@abigail.nl>
5749      Branch: perl
5750            ! pp_sort.c
5751 ____________________________________________________________________________
5752 [ 25742] By: rgs                                   on 2005/10/12  15:55:21
5753         Log: Subject: [PATCH] Symbian blead update: Symbian port 0.2.0
5754              From: <jarkko.hietaniemi@nokia.com>
5755              Date: Wed, 12 Oct 2005 19:12:57 +0300
5756              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A5E6@esebe105.NOE.Nokia.com>
5757      Branch: perl
5758            + symbian/sisify.pl
5759            ! MANIFEST README.symbian symbian/PerlApp.cpp symbian/PerlApp.h
5760            ! symbian/TODO symbian/config.pl symbian/port.pl
5761 ____________________________________________________________________________
5762 [ 25741] By: rgs                                   on 2005/10/12  11:37:49
5763         Log: Update to the config boilerplates, by Jarkko
5764      Branch: perl
5765            ! Cross/config.sh-arm-linux NetWare/config.wc epoc/config.sh
5766            ! plan9/config_sh.sample symbian/config.sh uconfig.h uconfig.sh
5767            ! wince/config.ce
5768 ____________________________________________________________________________
5769 [ 25740] By: craigb                                on 2005/10/11  23:58:26
5770         Log: disarm unsetenv() on VMS for now (function is present
5771              but %ENV is more complicated)
5772      Branch: perl
5773            ! configure.com
5774 ____________________________________________________________________________
5775 [ 25739] By: stevep                                on 2005/10/11  22:27:18
5776         Log: Subject: [PATCH] Compress::Zlib
5777              From: Paul Marquess <Paul.Marquess@ntlworld.com>
5778              Date: Tue, 11 Oct 2005 22:54:25 +0100
5779              
5780              This silences a few warnings on AIX
5781      Branch: perl
5782            ! ext/Compress/Zlib/lib/Compress/Zlib/Common.pm
5783            ! ext/Compress/Zlib/t/04def.t
5784 ____________________________________________________________________________
5785 [ 25738] By: rgs                                   on 2005/10/11  21:14:49
5786         Log: Comment fix
5787      Branch: perl
5788            ! perl.c
5789 ____________________________________________________________________________
5790 [ 25737] By: merijn                                on 2005/10/11  15:15:37
5791         Log: Subject: [PATCH] environ fixup
5792              From: Alan Burlison <Alan.Burlison@sun.com>
5793              Date: Tue, 11 Oct 2005 16:29:54 +0100
5794              Message-ID: <434BDA72.4090109@sun.com>
5795      Branch: perl
5796            ! handy.h hints/solaris_2.sh perl.c util.c
5797 ____________________________________________________________________________
5798 [ 25736] By: merijn                                on 2005/10/11  11:30:22
5799         Log: Subject: [PATCH] Symbian blead fix
5800              From: <jarkko.hietaniemi@nokia.com>
5801              Date: Tue, 11 Oct 2005 14:48:49 +0300
5802              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A5D4@esebe105.NOE.Nokia.com>
5803      Branch: perl
5804            ! symbian/PerlApp.cpp
5805 ____________________________________________________________________________
5806 [ 25735] By: merijn                                on 2005/10/11  11:25:46
5807         Log: Subject: [PATCH] Compress::Zlib
5808              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
5809              Date: Tue, 11 Oct 2005 12:35:22 +0100
5810              Message-ID: <013e01c5ce57$dee62af0$671c140a@myopwv.com>
5811      Branch: perl
5812            ! ext/Compress/Zlib/lib/Compress/Zlib/Common.pm
5813            ! ext/Compress/Zlib/t/16oneshot.t
5814 ____________________________________________________________________________
5815 [ 25734] By: steveh                                on 2005/10/11  10:09:48
5816         Log: Update win32 config files w.r.t. change #25733
5817      Branch: perl
5818            ! win32/config.bc win32/config.gc win32/config.vc
5819            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
5820            ! win32/config_H.vc win32/config_H.vc64
5821 ____________________________________________________________________________
5822 [ 25733] By: merijn                                on 2005/10/10  13:47:17
5823         Log: Add probe for unsetenv ()
5824              Subject: Re: Perl's handling of environ breaks on Solaris 10
5825              From: Steve Peters <steve@fisharerojo.org>
5826              Date: Mon, 10 Oct 2005 07:51:17 -0500
5827              Message-ID: <20051010125117.GA27566@mccoy.peters.homeunix.org>
5828      Branch: perl
5829            ! Configure Porting/Glossary config_h.SH handy.h
5830 ____________________________________________________________________________
5831 [ 25731] By: stevep                                on 2005/10/10  13:14:50
5832         Log: Subject: Re: Win32::GetShortPathName() does not always return a short name [DOC PATCH]
5833              From: Gisle Aas <gisle@ActiveState.com>
5834              Date: 10 Oct 2005 06:20:23 -0700
5835              
5836              Change to remove a call to Win32::GetShortPathName() from 
5837              Test::Harness::Straps.
5838      Branch: perl
5839            ! lib/Test/Harness/Straps.pm
5840 ____________________________________________________________________________
5841 [ 25730] By: rgs                                   on 2005/10/10  11:22:08
5842         Log: Subject: [PATCH] Symbian bleadperl@25725 update
5843              From: <jarkko.hietaniemi@nokia.com>
5844              Date: Mon, 10 Oct 2005 14:28:31 +0300
5845              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A5C4@esebe105.NOE.Nokia.com>
5846      Branch: perl
5847            ! ext/Compress/Zlib/Zlib.xs ext/Compress/Zlib/zlib-src/trees.c
5848            ! symbian/PerlApp.cpp symbian/TODO symbian/symbian_utils.cpp
5849            ! symbian/xsbuild.pl
5850 ____________________________________________________________________________
5851 [ 25729] By: rgs                                   on 2005/10/10  11:16:24
5852         Log: Subject: RE: [PATCH] Compress::Zlib
5853              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
5854              Date: Mon, 10 Oct 2005 12:24:29 +0100
5855              Message-ID: <013501c5cd8d$2f5d3e90$291c140a@myopwv.com>
5856      Branch: perl
5857            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/Zlib.xs
5858 ____________________________________________________________________________
5859 [ 25728] By: merijn                                on 2005/10/10  10:36:51
5860         Log: Subject: Win32::GetShortPathName() does not always return a short name [DOC PATCH]
5861              From: Gisle Aas <gisle@ActiveState.com>
5862              Date: 10 Oct 2005 03:58:09 -0700
5863              Message-ID: <lrk6glej0e.fsf@caliper.activestate.com>
5864      Branch: perl
5865            ! win32/ext/Win32/Win32.pm
5866 ____________________________________________________________________________
5867 [ 25727] By: merijn                                on 2005/10/10  10:27:12
5868         Log: Making t/14gzopen.t a bit more robust.
5869              Subject: [PATCH] Compress::Zlib
5870              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
5871              Date: Mon, 10 Oct 2005 11:40:00 +0100
5872              Message-ID: <012101c5cd86$f895b640$291c140a@myopwv.com>
5873      Branch: perl
5874            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/Zlib.xs
5875            ! ext/Compress/Zlib/t/14gzopen.t
5876 ____________________________________________________________________________
5877 [ 25726] By: merijn                                on 2005/10/10  06:14:30
5878         Log: Compress::Zlib should not ask under Cygwin in CORE
5879      Branch: perl
5880            ! ext/Compress/Zlib/Makefile.PL
5881 ____________________________________________________________________________
5882 [ 25725] By: stevep                                on 2005/10/10  01:18:58
5883         Log: From: Paul Marquess <Paul.Marquess@ntlworld.com>
5884              Subject: RE: [PATCH] DB_File 1.1812
5885              Date: Sun, 9 Oct 2005 23:25:38 +0100
5886              
5887              Patch to ext/Compress/Zlib/Zlib.xs from Paul Marquess.
5888      Branch: perl
5889            ! ext/Compress/Zlib/Zlib.xs
5890 ____________________________________________________________________________
5891 [ 25724] By: rgs                                   on 2005/10/09  21:27:57
5892         Log: Upgrade to DB_File 1.1812, by Paul Marquess
5893      Branch: perl
5894            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
5895            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
5896            ! ext/DB_File/t/db-hash.t
5897 ____________________________________________________________________________
5898 [ 25723] By: stevep                                on 2005/10/09  18:53:02
5899         Log: Tweaks to get Test::Builder::Tester's tests to work in the core.
5900      Branch: perl
5901            ! lib/Test/Simple/t/tbt_01basic.t
5902            ! lib/Test/Simple/t/tbt_04line_num.t
5903 ____________________________________________________________________________
5904 [ 25722] By: stevep                                on 2005/10/09  18:06:13
5905         Log: Upgraded to ExtUtils-ParseXS-2.14.
5906      Branch: perl
5907            ! lib/ExtUtils/ParseXS.pm
5908 ____________________________________________________________________________
5909 [ 25721] By: rgs                                   on 2005/10/09  16:42:26
5910         Log: Don't use a regexp in DB::sub().
5911              This should work around perlbug #37102.
5912      Branch: perl
5913            ! lib/DB.pm
5914 ____________________________________________________________________________
5915 [ 25720] By: stevep                                on 2005/10/09  15:37:41
5916         Log: It would be nice to upgrade the right file.   Double grrrrr.
5917      Branch: perl
5918            ! lib/ExtUtils/CBuilder.pm
5919 ____________________________________________________________________________
5920 [ 25719] By: stevep                                on 2005/10/09  15:32:29
5921         Log: Add standard core test header to Test::Builder::Tester tests.
5922      Branch: perl
5923            ! lib/Test/Simple/t/tbt_01basic.t
5924            ! lib/Test/Simple/t/tbt_02fhrestore.t
5925            ! lib/Test/Simple/t/tbt_03die.t
5926            ! lib/Test/Simple/t/tbt_04line_num.t
5927            ! lib/Test/Simple/t/tbt_05faildiag.t
5928            ! lib/Test/Simple/t/tbt_06errormess.t
5929            ! lib/Test/Simple/t/tbt_07args.t
5930 ____________________________________________________________________________
5931 [ 25718] By: stevep                                on 2005/10/09  15:24:43
5932         Log: Upgrade to Test-Simple-0.62.
5933      Branch: perl
5934            + lib/Test/Builder/Tester.pm lib/Test/Builder/Tester/Color.pm
5935            + lib/Test/Simple/t/tbt_01basic.t
5936            + lib/Test/Simple/t/tbt_02fhrestore.t
5937            + lib/Test/Simple/t/tbt_03die.t
5938            + lib/Test/Simple/t/tbt_04line_num.t
5939            + lib/Test/Simple/t/tbt_05faildiag.t
5940            + lib/Test/Simple/t/tbt_06errormess.t
5941            + lib/Test/Simple/t/tbt_07args.t
5942            ! MANIFEST lib/Test/Builder.pm lib/Test/Builder/Module.pm
5943            ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
5944            ! lib/Test/Simple/t/More.t lib/Test/Simple/t/bail_out.t
5945            ! lib/Test/Simple/t/is_deeply_fail.t
5946 ____________________________________________________________________________
5947 [ 25717] By: stevep                                on 2005/10/09  14:51:12
5948         Log: Missed files in upgrading modules.  Grrrr
5949      Branch: perl
5950            ! lib/Cwd.pm lib/ExtUtils/ParseXS.pm
5951 ____________________________________________________________________________
5952 [ 25716] By: rgs                                   on 2005/10/09  14:31:47
5953         Log: Subject: [PATCH with testsuite] undef IS_UTF8_CHAR() on EBCDIC
5954              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
5955              Date: Oct 8, 2005 9:59 AM
5956              Message-Id: <20051008165752.348A.BQW10602@nifty.com>
5957      Branch: perl
5958            ! lib/utf8.t utf8.c utf8.h
5959 ____________________________________________________________________________
5960 [ 25712] By: stevep                                on 2005/10/07  15:41:32
5961         Log: Documentation nit in INSTALL found by Alan Burlison.
5962      Branch: perl
5963            ! INSTALL
5964 ____________________________________________________________________________
5965 [ 25711] By: stevep                                on 2005/10/07  03:29:37
5966         Log: Upgrade to Pathtools-3.12
5967      Branch: perl
5968            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/File/Spec.pm
5969            ! lib/File/Spec/Win32.pm
5970 ____________________________________________________________________________
5971 [ 25710] By: craigb                                on 2005/10/07  02:41:03
5972         Log: Parse symbols for the linker when more than one declaration
5973              on the same line (the way PERLVARISC now throws at us).
5974      Branch: perl
5975            ! vms/gen_shrfls.pl
5976 ____________________________________________________________________________
5977 [ 25709] By: nicholas                              on 2005/10/06  21:31:39
5978         Log: Avoid a cast
5979      Branch: perl
5980            ! perl.c
5981 ____________________________________________________________________________
5982 [ 25708] By: stevep                                on 2005/10/06  19:23:59
5983         Log: Convert lvalue usage of SvNVX() and SvIVX() to SvNV_set() and
5984              SvIV_set().  Otherwise, compiling with -DPERL_DEBUG_COW fails.
5985      Branch: perl
5986            ! ext/Compress/Zlib/Zlib.xs
5987 ____________________________________________________________________________
5988 [ 25707] By: rgs                                   on 2005/10/06  13:42:00
5989         Log: Be nice with subversion hidden directories
5990      Branch: perl
5991            ! ext/Compress/Zlib/Makefile.PL
5992 ____________________________________________________________________________
5993 [ 25706] By: rgs                                   on 2005/10/06  13:24:24
5994         Log: Update with new files from C::Zlib
5995      Branch: perl
5996            ! Porting/Maintainers.pl
5997 ____________________________________________________________________________
5998 [ 25705] By: rgs                                   on 2005/10/06  13:23:20
5999         Log: Move ZlibTestUtils.pm under t/
6000      Branch: perl
6001            + t/lib/ZlibTestUtils.pm
6002            - lib/ZlibTestUtils.pm
6003            ! MANIFEST ext/Compress/Zlib/t/01version.t
6004            ! ext/Compress/Zlib/t/02zlib.t ext/Compress/Zlib/t/03zlib-v1.t
6005            ! ext/Compress/Zlib/t/04def.t ext/Compress/Zlib/t/05examples.t
6006            ! ext/Compress/Zlib/t/06gzsetp.t ext/Compress/Zlib/t/07bufsize.t
6007            ! ext/Compress/Zlib/t/08encoding.t
6008            ! ext/Compress/Zlib/t/09gziphdr.t ext/Compress/Zlib/t/10defhdr.t
6009            ! ext/Compress/Zlib/t/11truncate.t ext/Compress/Zlib/t/12any.t
6010            ! ext/Compress/Zlib/t/13prime.t ext/Compress/Zlib/t/14gzopen.t
6011            ! ext/Compress/Zlib/t/15multi.t ext/Compress/Zlib/t/16oneshot.t
6012            ! ext/Compress/Zlib/t/17isize.t ext/Compress/Zlib/t/18lvalue.t
6013            ! ext/Compress/Zlib/t/19destroy.t ext/Compress/Zlib/t/20tied.t
6014            ! ext/Compress/Zlib/t/21newtied.t ext/Compress/Zlib/t/22merge.t
6015            ! ext/Compress/Zlib/t/23misc.t ext/Compress/Zlib/t/globmapper.t
6016 ____________________________________________________________________________
6017 [ 25704] By: rgs                                   on 2005/10/06  09:09:06
6018         Log: Don't install pods via MakeMaker for C::Zlib,
6019              as suggested by Robin Barker
6020      Branch: perl
6021            ! ext/Compress/Zlib/Makefile.PL
6022 ____________________________________________________________________________
6023 [ 25703] By: merijn                                on 2005/10/06  08:42:56
6024         Log: Add -C to allowed $PERL5OPT options
6025              Add -C to the $PERL5OPT documentation (and added the missing -A too)
6026              t/run/runenv.t Could use some more tests about how supported
6027              and unsupported options in $PERL5OPT are handled
6028      Branch: perl
6029            ! perl.c pod/perldiag.pod pod/perlrun.pod
6030 ____________________________________________________________________________
6031 [ 25702] By: rgs                                   on 2005/10/06  07:27:39
6032         Log: Remove the getprotobynumber test, for portability concerns
6033      Branch: perl
6034            - t/op/getprotobynumber.t
6035            ! MANIFEST
6036 ____________________________________________________________________________
6037 [ 25701] By: nicholas                              on 2005/10/05  23:22:27
6038         Log: Fix Compress::Zlib test boilerplate
6039      Branch: perl
6040            ! ext/Compress/Zlib/t/01version.t ext/Compress/Zlib/t/02zlib.t
6041            ! ext/Compress/Zlib/t/03zlib-v1.t ext/Compress/Zlib/t/04def.t
6042            ! ext/Compress/Zlib/t/05examples.t
6043            ! ext/Compress/Zlib/t/06gzsetp.t ext/Compress/Zlib/t/07bufsize.t
6044            ! ext/Compress/Zlib/t/08encoding.t
6045            ! ext/Compress/Zlib/t/09gziphdr.t ext/Compress/Zlib/t/10defhdr.t
6046            ! ext/Compress/Zlib/t/11truncate.t ext/Compress/Zlib/t/12any.t
6047            ! ext/Compress/Zlib/t/13prime.t ext/Compress/Zlib/t/14gzopen.t
6048            ! ext/Compress/Zlib/t/15multi.t ext/Compress/Zlib/t/16oneshot.t
6049            ! ext/Compress/Zlib/t/17isize.t ext/Compress/Zlib/t/18lvalue.t
6050            ! ext/Compress/Zlib/t/19destroy.t ext/Compress/Zlib/t/20tied.t
6051            ! ext/Compress/Zlib/t/21newtied.t ext/Compress/Zlib/t/22merge.t
6052            ! ext/Compress/Zlib/t/23misc.t ext/Compress/Zlib/t/globmapper.t
6053 ____________________________________________________________________________
6054 [ 25699] By: rgs                                   on 2005/10/05  21:26:57
6055         Log: Compress::Zlib's Makefile.PL shouldn't create .bak files when building the core
6056      Branch: perl
6057            ! ext/Compress/Zlib/Makefile.PL
6058 ____________________________________________________________________________
6059 [ 25698] By: rgs                                   on 2005/10/05  21:03:29
6060         Log: Add test preambles to Compress::Zlib.
6061              Remove 99pod.t, useless in the core
6062      Branch: perl
6063            - ext/Compress/Zlib/t/99pod.t
6064            ! MANIFEST ext/Compress/Zlib/t/01version.t
6065            ! ext/Compress/Zlib/t/02zlib.t ext/Compress/Zlib/t/03zlib-v1.t
6066            ! ext/Compress/Zlib/t/04def.t ext/Compress/Zlib/t/05examples.t
6067            ! ext/Compress/Zlib/t/06gzsetp.t ext/Compress/Zlib/t/07bufsize.t
6068            ! ext/Compress/Zlib/t/08encoding.t
6069            ! ext/Compress/Zlib/t/09gziphdr.t ext/Compress/Zlib/t/10defhdr.t
6070            ! ext/Compress/Zlib/t/11truncate.t ext/Compress/Zlib/t/12any.t
6071            ! ext/Compress/Zlib/t/13prime.t ext/Compress/Zlib/t/14gzopen.t
6072            ! ext/Compress/Zlib/t/15multi.t ext/Compress/Zlib/t/16oneshot.t
6073            ! ext/Compress/Zlib/t/17isize.t ext/Compress/Zlib/t/18lvalue.t
6074            ! ext/Compress/Zlib/t/19destroy.t ext/Compress/Zlib/t/20tied.t
6075            ! ext/Compress/Zlib/t/21newtied.t ext/Compress/Zlib/t/22merge.t
6076            ! ext/Compress/Zlib/t/23misc.t ext/Compress/Zlib/t/globmapper.t
6077 ____________________________________________________________________________
6078 [ 25697] By: stevep                                on 2005/10/05  18:20:54
6079         Log: Subject: proposal [perl #34301]:  IO::Socket calls getpeername far too often
6080              From: Peter.Dintelmann@Dresdner-Bank.com (Peter Dintelmann)
6081              Date: Thu, 2 Jun 2005 13:34:49 +0200
6082              Message-ID: <E9A2605289D8D7468B1A21EC24E59D2101852447@naimucx5.muc.allianz>
6083      Branch: perl
6084            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
6085 ____________________________________________________________________________
6086 [ 25696] By: steveh                                on 2005/10/05  16:04:26
6087         Log: Subject: [PATCH] Re: Untested builtins
6088              From: Steven Schubiger <sts@accognoscere.org>
6089              Date: Wed, 28 Sep 2005 15:46:45 +0200
6090              Message-ID: <20050928134645.GD11546@accognoscere.homeunix.org>
6091      Branch: perl
6092            + t/op/getprotobynumber.t
6093            ! MANIFEST
6094 ____________________________________________________________________________
6095 [ 25695] By: rgs                                   on 2005/10/05  15:53:34
6096         Log: Upgrade to Compress::Zlib 2.000_05
6097      Branch: perl
6098            + ext/Compress/Zlib/examples/gzcat.zlib
6099            + ext/Compress/Zlib/fallback/constants.h
6100            + ext/Compress/Zlib/fallback/constants.xs
6101            + ext/Compress/Zlib/lib/Compress/Gzip/Constants.pm
6102            + ext/Compress/Zlib/lib/Compress/Zlib/Common.pm
6103            + ext/Compress/Zlib/lib/Compress/Zlib/FileConstants.pm
6104            + ext/Compress/Zlib/lib/Compress/Zlib/ParseParameters.pm
6105            + ext/Compress/Zlib/lib/File/GlobMapper.pm
6106            + ext/Compress/Zlib/lib/IO/Compress/Deflate.pm
6107            + ext/Compress/Zlib/lib/IO/Compress/Gzip.pm
6108            + ext/Compress/Zlib/lib/IO/Compress/RawDeflate.pm
6109            + ext/Compress/Zlib/lib/IO/Uncompress/AnyInflate.pm
6110            + ext/Compress/Zlib/lib/IO/Uncompress/Gunzip.pm
6111            + ext/Compress/Zlib/lib/IO/Uncompress/Inflate.pm
6112            + ext/Compress/Zlib/lib/IO/Uncompress/RawInflate.pm
6113            + ext/Compress/Zlib/pod/FAQ.pod ext/Compress/Zlib/ppport.h
6114            + ext/Compress/Zlib/t/03zlib-v1.t ext/Compress/Zlib/t/04def.t
6115            + ext/Compress/Zlib/t/05examples.t
6116            + ext/Compress/Zlib/t/06gzsetp.t ext/Compress/Zlib/t/07bufsize.t
6117            + ext/Compress/Zlib/t/08encoding.t
6118            + ext/Compress/Zlib/t/09gziphdr.t ext/Compress/Zlib/t/10defhdr.t
6119            + ext/Compress/Zlib/t/11truncate.t ext/Compress/Zlib/t/12any.t
6120            + ext/Compress/Zlib/t/13prime.t ext/Compress/Zlib/t/14gzopen.t
6121            + ext/Compress/Zlib/t/15multi.t ext/Compress/Zlib/t/16oneshot.t
6122            + ext/Compress/Zlib/t/17isize.t ext/Compress/Zlib/t/18lvalue.t
6123            + ext/Compress/Zlib/t/19destroy.t ext/Compress/Zlib/t/20tied.t
6124            + ext/Compress/Zlib/t/21newtied.t ext/Compress/Zlib/t/22merge.t
6125            + ext/Compress/Zlib/t/23misc.t ext/Compress/Zlib/t/99pod.t
6126            + ext/Compress/Zlib/t/globmapper.t lib/ZlibTestUtils.pm
6127            - ext/Compress/Zlib/ANNOUNCE ext/Compress/Zlib/fallback.h
6128            - ext/Compress/Zlib/fallback.xs ext/Compress/Zlib/t/03examples.t
6129            - ext/Compress/Zlib/t/04encoding.t
6130            - ext/Compress/Zlib/t/05gzsetp.t ext/Compress/Zlib/t/06gzdopen.t
6131            - ext/Compress/Zlib/zlib-src/gzio.c
6132            ! MANIFEST ext/Compress/Zlib/Changes
6133            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/README
6134            ! ext/Compress/Zlib/Zlib.pm ext/Compress/Zlib/Zlib.xs
6135            ! ext/Compress/Zlib/config.in ext/Compress/Zlib/examples/filtdef
6136            ! ext/Compress/Zlib/examples/filtinf
6137            ! ext/Compress/Zlib/examples/gzcat
6138            ! ext/Compress/Zlib/examples/gzgrep
6139            ! ext/Compress/Zlib/examples/gzstream
6140            ! ext/Compress/Zlib/t/01version.t ext/Compress/Zlib/t/02zlib.t
6141            ! ext/Compress/Zlib/typemap
6142 ____________________________________________________________________________
6143 [ 25694] By: steveh                                on 2005/10/05  15:34:18
6144         Log: Fix $Config{ccflags} for Win32 perls built with dmake
6145              
6146              The nmake makefile (win32/Makefile) currently adds -nologo, $(STRPOOL)
6147              and -W3 to the ccflags in CFG_VARS, but the dmake makefile
6148              (win32/makefile.mk) doesn't.  This means that extensions built with
6149              perls built with VC++ and dmake spit out damn M$ logo messages and use
6150              a lower warning level.
6151              
6152              The reason for the difference is probably that the dmake makefile
6153              supports multiple compilers.  Therefore, put the extra ccflags into a
6154              new macro, and set it appropriately for each compiler.  Add the new
6155              macro to the nmake makefile too for orthogonality.
6156      Branch: perl
6157            ! win32/Makefile win32/makefile.mk
6158 ____________________________________________________________________________
6159 [ 25693] By: merijn                                on 2005/10/05  15:34:09
6160         Log: Subject: Re: [PATCH] Random constings and printf cleanup
6161              From: Andy Lester <andy@petdance.com>
6162              Date: Tue, 4 Oct 2005 15:16:05 -0500
6163              Message-ID: <20051004201605.GA31682@petdance.com>
6164      Branch: perl
6165            ! malloc.c pad.c perl.c perl.h pp_ctl.c sv.c utf8.c xsutils.c
6166 ____________________________________________________________________________
6167 [ 25691] By: stevep                                on 2005/10/04  16:24:28
6168         Log: Fixes to Pod errors found by podchecker.
6169      Branch: perl
6170            ! README.os2 pod/perlfunc.pod
6171 ____________________________________________________________________________
6172 [ 25690] By: stevep                                on 2005/10/04  12:02:04
6173         Log: Upgrade to ExtUtils-ParseXS-2.13
6174      Branch: perl
6175            ! lib/ExtUtils/ParseXS.pm
6176 ____________________________________________________________________________
6177 [ 25689] By: stevep                                on 2005/10/04  11:01:11
6178         Log: Upgrade to ExtUtils-CBuilder-0.15 (with a small edit to 
6179              ExtUtils::CBuilder::Pltaform::dec_osf.pm to add a $VERSION)
6180      Branch: perl
6181            ! lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/Base.pm
6182            ! lib/ExtUtils/CBuilder/Platform/Windows.pm
6183            ! lib/ExtUtils/CBuilder/Platform/dec_osf.pm
6184            ! lib/ExtUtils/CBuilder/Platform/os2.pm
6185            ! lib/ExtUtils/CBuilder/t/02-link.t
6186 ____________________________________________________________________________
6187 [ 25688] By: merijn                                on 2005/10/04  10:10:41
6188         Log: Subject: Re: $^CHILD_ERROR_NATIVE issues (with attachment)
6189              From: Gisle Aas <gisle@ActiveState.com>
6190              Date: 04 Oct 2005 02:18:27 -0700
6191              Message-ID: <lrd5ml7i8s.fsf@caliper.activestate.com>
6192      Branch: perl
6193            ! cop.h doio.c perl.c perl.h pp_sys.c win32/perlhost.h
6194            ! wince/perlhost.h
6195 ____________________________________________________________________________
6196 [ 25687] By: rgs                                   on 2005/10/03  16:16:21
6197         Log: Subject: Clone PL_statusvalue_posix [PATCH]
6198              From: Gisle Aas <gisle@ActiveState.com>
6199              Date: 03 Oct 2005 09:37:57 -0700
6200              Message-ID: <lr3bni8ska.fsf_-_@caliper.activestate.com>
6201      Branch: perl
6202            ! sv.c
6203 ____________________________________________________________________________
6204 [ 25686] By: rgs                                   on 2005/10/03  15:42:45
6205         Log: Pod::Usage documentation fix, suggested by :
6206              
6207              Subject: [perl #37322] Pod::Usage implementation of -sections disagrees with its documentation 
6208              From: "Steven Schubiger via RT" <perlbug-followup@perl.org>
6209              Date: Sun, 02 Oct 2005 07:25:37 -0700
6210              Message-ID: <rt-3.0.11-37322-121918.15.4257995782182@perl.org>
6211      Branch: perl
6212            ! lib/Pod/Usage.pm
6213 ____________________________________________________________________________
6214 [ 25685] By: rgs                                   on 2005/10/03  15:17:09
6215         Log: Yitzchak points out that this function argument is NULLOK
6216      Branch: perl
6217            ! embed.fnc proto.h
6218 ____________________________________________________________________________
6219 [ 25684] By: rgs                                   on 2005/10/03  11:27:31
6220         Log: Spaces to tabs
6221      Branch: perl
6222            ! MANIFEST
6223 ____________________________________________________________________________
6224 [ 25683] By: craigb                                on 2005/10/03  03:43:31
6225         Log: We lied about strtoq way back in #8120
6226      Branch: perl
6227            ! configure.com
6228 ____________________________________________________________________________
6229 [ 25682] By: stevep                                on 2005/10/03  03:10:05
6230         Log: Upgrade to Digest-1.12
6231      Branch: perl
6232            ! lib/Digest.pm lib/Digest/Changes
6233 ____________________________________________________________________________
6234 [ 25681] By: craigb                                on 2005/10/03  00:20:30
6235         Log: fix bug introduced by #25507 that kept ccflags from
6236              making it into config.sh
6237      Branch: perl
6238            ! configure.com
6239 ____________________________________________________________________________
6240 [ 25680] By: craigb                                on 2005/10/02  21:45:20
6241         Log: assorted blead build help for VMS (mostly ithreads-related)
6242      Branch: perl
6243            ! configure.com pp_sys.c vms/gen_shrfls.pl vms/vmsish.h
6244 ____________________________________________________________________________
6245 [ 25679] By: stevep                                on 2005/10/02  12:50:02
6246         Log: Subject: [perl #37233] [PATCH] Test::Harness and Devel::Cover combine with overloading to cause infinite recursion in Carp.pm 
6247              From: perlbug-followup[at]perl.org (Yves Orton)
6248              Date: Thu, 22 Sep 2005 11:31:02 -0700
6249              Message-ID: <rt-3.0.11-37233-121233.2.25543632691242[at]perl.org>
6250      Branch: perl
6251            ! lib/Carp/Heavy.pm
6252 ____________________________________________________________________________
6253 [ 25678] By: stevep                                on 2005/10/02  04:42:46
6254         Log: Clarify the documentation regarding the return value from C<push>.
6255      Branch: perl
6256            ! pod/perlfunc.pod
6257 ____________________________________________________________________________
6258 [ 25677] By: stevep                                on 2005/10/02  04:32:48
6259         Log: If a 'use' or 'require' fails due to too many open files (EMFILE),
6260              give an appropriate error message rather than saying the module
6261              cannot be found in @INC.
6262      Branch: perl
6263            ! pp_ctl.c
6264 ____________________________________________________________________________
6265 [ 25676] By: stevep                                on 2005/10/02  03:30:55
6266         Log: Missed test changes and a bit of debugging code that should 
6267              have been removed.
6268      Branch: perl
6269            ! lib/Pod/Html.pm lib/Pod/t/htmlescp.t lib/Pod/t/htmlview.t
6270 ____________________________________________________________________________
6271 [ 25675] By: stevep                                on 2005/10/02  02:24:12
6272         Log: Fix some of the XHTML issues in Pod::Html.  The call for some time
6273              with a debugger to figure out what is going on.
6274      Branch: perl
6275            ! lib/Pod/Html.pm
6276 ____________________________________________________________________________
6277 [ 25674] By: davem                                 on 2005/10/01  23:51:40
6278         Log: Improve -DT output and fix wild buffer pointer error
6279      Branch: perl
6280            ! toke.c
6281 ____________________________________________________________________________
6282 [ 25672] By: steveh                                on 2005/09/30  15:52:30
6283         Log: Make building perl on Win32 with the free VC++ toolkit easier
6284              
6285              Introduce new CCTYPE's MSVC70FREE and MSVC70 for the free and the full
6286              versions of MS VC++ 7.x respectively.  Perl can now be built with the
6287              free VC++ toolkit simply by running "nmake CCTYPE=MSVC70FREE" with no
6288              hacking of the win32/Makefile required.  Update README.win32 with
6289              these changes.
6290              
6291              Also add the CCTYPE MSVC to win32/Makefile.  This is already supported
6292              in win32/makefile.mk and is useful for avoiding the use of -DELAYLOAD
6293              for MS VC++ 3.x through 5.x.  Update README.win32 for this too.
6294      Branch: perl
6295            ! README.win32 win32/Makefile win32/makefile.mk
6296 ____________________________________________________________________________
6297 [ 25666] By: rgs                                   on 2005/09/30  08:59:14
6298         Log: Upgrade to XSLoader 0.05, plus a few doc nits,
6299              by Sébastien Aperghis-Tramoni <maddingue@free.fr>
6300      Branch: perl
6301            ! ext/DynaLoader/XSLoader_pm.PL ext/DynaLoader/t/XSLoader.t
6302 ____________________________________________________________________________
6303 [ 25665] By: davem                                 on 2005/09/29  22:57:44
6304         Log: PL_defoutgv could be used after being freed
6305              Was giving "use of freed value" warnings in t/io/through.t
6306              and t/io/crlf_through.t
6307      Branch: perl
6308            ! perl.c
6309 ____________________________________________________________________________
6310 [ 25664] By: davem                                 on 2005/09/29  21:01:54
6311         Log: the return value of start_subparse() can legally be ignored
6312      Branch: perl
6313            ! embed.fnc gv.c proto.h
6314 ____________________________________________________________________________
6315 [ 25663] By: stevep                                on 2005/09/29  20:43:52
6316         Log: Added new flag (--use-xsloader) to use XSLoader when in backward
6317              compatibility mode.
6318      Branch: perl
6319            ! utils/h2xs.PL
6320 ____________________________________________________________________________
6321 [ 25662] By: stevep                                on 2005/09/29  18:04:29
6322         Log: With XSLoader on CPAN now, add XSLoader as a prerequisite in Makefile.PL
6323              if the compatible version is less than 5.006 (the first version with 
6324              XSLoader).
6325      Branch: perl
6326            ! utils/h2xs.PL
6327 ____________________________________________________________________________
6328 [ 25660] By: nicholas                              on 2005/09/29  13:00:18
6329         Log: 2 more e-mail addresses that map to rgs
6330      Branch: perl
6331            ! Porting/checkAUTHORS.pl
6332 ____________________________________________________________________________
6333 [ 25659] By: nicholas                              on 2005/09/29  12:54:00
6334         Log: checkAUTHORS.pl wasn't aware of one of Merijn's e-mail addresses
6335      Branch: perl
6336            ! Porting/checkAUTHORS.pl
6337 ____________________________________________________________________________
6338 [ 25658] By: nicholas                              on 2005/09/29  12:50:40
6339         Log: Correct/tweak Changes so that checkAUTHORS.pl parses it.
6340      Branch: perl
6341            ! Changes
6342 ____________________________________________________________________________
6343 [ 25657] By: nicholas                              on 2005/09/29  11:01:53
6344         Log: Teach the alias mapping about new committers.
6345      Branch: perl
6346            ! Porting/checkAUTHORS.pl
6347 ____________________________________________________________________________
6348 [ 25656] By: nicholas                              on 2005/09/29  10:54:56
6349         Log: Cope with completely empty lines within the Changes file.
6350              Better diagnostics on "malformed" lines.
6351      Branch: perl
6352            ! Porting/checkAUTHORS.pl
6353 ____________________________________________________________________________
6354 [ 25652] By: steveh                                on 2005/09/29  08:47:26
6355         Log: Clean up CBuilder and ParseXS test files
6356              
6357              This was done once already in change 25222, but then modified in change
6358              25225.  The new versions of CBuilder and ParseXS that sync'ed those
6359              changes and have now been integrated back into bleadperl missed some
6360              bits of change 25225.  Try again.
6361      Branch: perl
6362            ! lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/t/01-basic.t
6363            ! lib/ExtUtils/CBuilder/t/02-link.t lib/ExtUtils/ParseXS.pm
6364            ! lib/ExtUtils/ParseXS/t/basic.t
6365 ____________________________________________________________________________
6366 [ 25651] By: nicholas                              on 2005/09/29  06:52:35
6367         Log: Attempting to do too many things simultaneously with the C pre-
6368              processor considered harmful.
6369      Branch: perl
6370            ! perl.c
6371 ____________________________________________________________________________
6372 [ 25650] By: stevep                                on 2005/09/29  00:23:44
6373         Log: Upgrade to ExtUtils::CBuilder 0.14
6374      Branch: perl
6375            ! lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/Base.pm
6376            ! lib/ExtUtils/CBuilder/Platform/VMS.pm
6377            ! lib/ExtUtils/CBuilder/t/01-basic.t
6378            ! lib/ExtUtils/CBuilder/t/02-link.t
6379 ____________________________________________________________________________
6380 [ 25649] By: stevep                                on 2005/09/28  22:59:08
6381         Log: Upgrade to Test::Harness 2.56
6382      Branch: perl
6383            + t/lib/sample-tests/bignum_many
6384            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
6385            ! lib/Test/Harness/Straps.pm lib/Test/Harness/TAP.pod
6386            ! lib/Test/Harness/bin/prove lib/Test/Harness/t/test-harness.t
6387            ! t/lib/sample-tests/bignum
6388 ____________________________________________________________________________
6389 [ 25640] By: nicholas                              on 2005/09/28  19:56:53
6390         Log: savepv and savepvn are actually NULLOK
6391      Branch: perl
6392            ! embed.fnc proto.h
6393 ____________________________________________________________________________
6394 [ 25638] By: nicholas                              on 2005/09/28  18:51:15
6395         Log: Forgot to run embed.pl after change 25637
6396      Branch: perl
6397            ! proto.h
6398 ____________________________________________________________________________
6399 [ 25637] By: nicholas                              on 2005/09/28  18:31:04
6400         Log: Subject: [PATCH] embed.fnc now requires NN/NULLOK
6401              From: Andy Lester <andy@petdance.com>
6402              Message-ID: <20050928172254.GE20201@petdance.com>
6403              Date: Wed, 28 Sep 2005 12:22:54 -0500
6404      Branch: perl
6405            ! embed.fnc embed.pl
6406 ____________________________________________________________________________
6407 [ 25634] By: nicholas                              on 2005/09/28  15:56:45
6408         Log: We can use the C pre-processor to build a single, longer string
6409              constant which makes the object code slightly smaller.
6410      Branch: perl
6411            ! perl.c
6412 ____________________________________________________________________________
6413 [ 25627] By: steveh                                on 2005/09/28  08:23:01
6414         Log: Improve File::Spec::Win32->path() and fix MM_Win32.t
6415              
6416              Subject: Improved File::Spec::Win32->path [PATCH]
6417              From: Gisle Aas <gisle@ActiveState.com>
6418              Date: 17 Sep 2005 00:13:41 -0700
6419              Message-ID: <lrk6hgrwt6.fsf@caliper.activestate.com>
6420              
6421              Subject: Re: Improved File::Spec::Win32->path [PATCH]
6422              From: Michael G Schwern <schwern@pobox.com>
6423              Date: Tue, 27 Sep 2005 13:05:54 -0700
6424              Message-ID: <20050927200554.GC20908@windhund.schwern.org>
6425      Branch: perl
6426            ! lib/ExtUtils/t/MM_Win32.t lib/File/Spec/Win32.pm
6427 ____________________________________________________________________________
6428 [ 25626] By: stevep                                on 2005/09/28  00:06:29
6429         Log: Upgrade to CGI-3.11, with some modifications for Pod differences in
6430              bleadperl.
6431      Branch: perl
6432            ! lib/CGI.pm lib/CGI/Changes lib/CGI/Cookie.pm
6433 ____________________________________________________________________________
6434 [ 25625] By: rgs                                   on 2005/09/27  20:07:32
6435         Log: Comment nit by Vadim Konovalov
6436              And while we're at it, reindent consistently.
6437      Branch: perl
6438            ! t/io/crlf.t
6439 ____________________________________________________________________________
6440 [ 25624] By: rgs                                   on 2005/09/27  20:04:07
6441         Log: POD nit by Yitzchak
6442      Branch: perl
6443            ! pod/perlfunc.pod
6444 ____________________________________________________________________________
6445 [ 25623] By: rgs                                   on 2005/09/27  17:02:42
6446         Log: Clarify what -MFoo=number does on the command-line
6447      Branch: perl
6448            ! pod/perlrun.pod
6449 ____________________________________________________________________________
6450 [ 25621] By: stevep                                on 2005/09/27  15:05:18
6451         Log: Subject: AW: [perl #36291] incorrect $! from open ">&nr" with too many open files
6452              From: "Dintelmann, Peter" <Peter.Dintelmann@Dresdner-Bank.com>
6453              Date: Tue, 27 Sep 2005 15:18:00 +0200
6454      Branch: perl
6455            ! doio.c
6456 ____________________________________________________________________________
6457 [ 25619] By: rgs                                   on 2005/09/27  14:25:53
6458         Log: Fix by Rick Delaney for [perl #3269] no warnings "bareword" turns off
6459              too many warnings.
6460      Branch: perl
6461            ! mg.c t/io/binmode.t t/lib/warnings/2use
6462 ____________________________________________________________________________
6463 [ 25618] By: rgs                                   on 2005/09/27  12:53:49
6464         Log: Subject: [PATCH] Re: [BUG 5.8.7] Another major bug in PerlIO layer
6465              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
6466              Date: Tue, 27 Sep 2005 02:07:35 -0700
6467              Message-ID: <20050927090734.GB3687@math.berkeley.edu>
6468      Branch: perl
6469            + t/io/crlf_through.t t/io/through.t
6470            ! MANIFEST perlio.c
6471 ____________________________________________________________________________
6472 [ 25617] By: rgs                                   on 2005/09/27  11:06:23
6473         Log: OPpRUNTIME can be set on OP_QR too
6474      Branch: perl
6475            ! ext/B/B/Concise.pm
6476 ____________________________________________________________________________
6477 [ 25616] By: rgs                                   on 2005/09/27  10:09:46
6478         Log: Fix the overriding of CORE::do, just like change 25599
6479              was fixing the overriding of CORE::require
6480      Branch: perl
6481            ! embed.fnc embed.h op.c perly.act perly.y proto.h toke.c
6482 ____________________________________________________________________________
6483 [ 25615] By: rgs                                   on 2005/09/27  09:18:42
6484         Log: Micro-optimisation: use PL_globalstash instead of looking up
6485              CORE::GLOBAL::require by name
6486      Branch: perl
6487            ! op.c
6488 ____________________________________________________________________________
6489 [ 25614] By: rgs                                   on 2005/09/27  09:04:50
6490         Log: Addition to change 25612
6491      Branch: perl
6492            ! symbian/PerlApp.cpp
6493 ____________________________________________________________________________
6494 [ 25613] By: rgs                                   on 2005/09/27  08:36:24
6495         Log: Subject: [PATCH] mark cannot be const because MEXTEND() modifies it, and tkGlue.c uses MEXTEND()
6496              From: "Jan Dubois" <jand@ActiveState.com>
6497              Date: Mon, 26 Sep 2005 21:19:51 -0700
6498              Message-Id: <200509270419.j8R4JtVw026876@smtp3.ActiveState.com>
6499      Branch: perl
6500            ! XSUB.h
6501 ____________________________________________________________________________
6502 [ 25612] By: rgs                                   on 2005/09/27  08:33:36
6503         Log: Subject: [PATCH] 5.9.x@25609 Symbian update
6504              From: <jarkko.hietaniemi@nokia.com>
6505              Date: Tue, 27 Sep 2005 11:54:00 +0300
6506              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A55C@esebe105.NOE.Nokia.com>
6507      Branch: perl
6508            ! symbian/PerlApp.cpp symbian/config.sh
6509 ____________________________________________________________________________
6510 [ 25611] By: rgs                                   on 2005/09/27  07:42:52
6511         Log: Test for OPpCONST_NOVER only on OP_CONST ops.
6512              Plus a regression test by Schwern.
6513      Branch: perl
6514            ! pp_ctl.c t/op/override.t
6515 ____________________________________________________________________________
6516 [ 25610] By: rgs                                   on 2005/09/27  06:40:09
6517         Log: Subject: Warnings in tests @25605 due to cmp_ok behavior change.
6518              From: Michael G Schwern <schwern@pobox.com>
6519              Date: Mon, 26 Sep 2005 14:21:09 -0700
6520              Message-ID: <20050926212109.GA11036@windhund.schwern.org>
6521      Branch: perl
6522            ! lib/AutoSplit.t lib/Pod/t/InputObjects.t
6523 ____________________________________________________________________________
6524 [ 25609] By: stevep                                on 2005/09/27  02:45:50
6525         Log: Upgrade to Encode 2.12
6526      Branch: perl
6527            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
6528            ! ext/Encode/Encode.xs ext/Encode/META.yml
6529            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Supported.pod
6530            ! ext/Encode/t/fallback.t ext/Encode/ucm/8859-7.ucm
6531 ____________________________________________________________________________
6532 [ 25608] By: stevep                                on 2005/09/26  23:09:44
6533         Log: Upgrade to Digest 1.11 with a minor Pod fix.  Also my first commit :)
6534      Branch: perl
6535            ! lib/Digest.pm lib/Digest/Changes
6536 ____________________________________________________________________________
6537 [ 25605] By: nicholas                              on 2005/09/26  17:54:06
6538         Log: const sausage const const bacon const tomato and const
6539              The search_ext parameter to find_script can be a little more const.
6540      Branch: perl
6541            ! embed.fnc proto.h util.c
6542 ____________________________________________________________________________
6543 [ 25604] By: rgs                                   on 2005/09/26  16:31:43
6544         Log: Upgrade to Test::Simple 0.61
6545      Branch: perl
6546            + lib/Test/Builder/Module.pm lib/Test/Simple/t/bail_out.t
6547            + t/lib/Test/Simple/sample_tests/too_few_fail.plx
6548            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
6549            ! lib/Test/Simple.pm lib/Test/Simple/Changes
6550            ! lib/Test/Simple/t/00test_harness_check.t
6551            ! lib/Test/Simple/t/create.t lib/Test/Simple/t/eq_set.t
6552            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
6553            ! lib/Test/Simple/t/extra_one.t lib/Test/Simple/t/fail-like.t
6554            ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/fail.t
6555            ! lib/Test/Simple/t/fail_one.t
6556            ! lib/Test/Simple/t/harness_active.t
6557            ! lib/Test/Simple/t/has_plan2.t
6558            ! lib/Test/Simple/t/is_deeply_fail.t lib/Test/Simple/t/missing.t
6559            ! lib/Test/Simple/t/no_diag.t lib/Test/Simple/t/overload.t
6560            ! lib/Test/Simple/t/plan_no_plan.t lib/Test/Simple/t/todo.t
6561            ! lib/Test/Simple/t/undef.t
6562            ! t/lib/Test/Simple/sample_tests/too_few.plx
6563 ____________________________________________________________________________
6564 [ 25602] By: rgs                                   on 2005/09/26  14:45:53
6565         Log: Fix change 25597 for non-Windows platforms
6566      Branch: perl
6567            ! lib/File/Find.pm
6568 ____________________________________________________________________________
6569 [ 25601] By: rgs                                   on 2005/09/26  14:24:20
6570         Log: Make B::Deparse handle correctly CORE::require
6571      Branch: perl
6572            ! ext/B/B/Deparse.pm
6573 ____________________________________________________________________________
6574 [ 25600] By: rgs                                   on 2005/09/26  14:22:43
6575         Log: Document the new meaning of OPf_SPECIAL on OP_REQUIRE
6576      Branch: perl
6577            ! op.h
6578 ____________________________________________________________________________
6579 [ 25599] By: rgs                                   on 2005/09/26  14:04:21
6580         Log: CORE::require was always parsed as require().
6581              That's because require() isn't overridable at tokenizer-level
6582              like other overridable built-ins, but is handled by the optree
6583              builder. So, find a way to pass the information that require()
6584              was written as CORE::require() to Perl_ck_require. This is
6585              done by adding a new token type REQUIRE and by adding OPf_SPECIAL
6586              to OP_REQUIRE when it's saw as CORE::require in the program text.
6587              This fixes bug [perl #37274] The "CORE" in CORE::require is ignored.
6588      Branch: perl
6589            ! op.c perly.act perly.h perly.tab perly.y toke.c
6590 ____________________________________________________________________________
6591 [ 25597] By: steveh                                on 2005/09/26  08:54:13
6592         Log: Subject: [perl #37223] [PATCH] File::Find::find fails on Win32 with follow => 1 
6593              From: "Steve Peters via RT" <perlbug-followup@perl.org>
6594              Date: Sun, 25 Sep 2005 14:41:03 -0700
6595              Message-ID: <rt-3.0.11-37223-121392.15.8703994486314@perl.org>
6596              
6597              and update docs
6598      Branch: perl
6599            ! lib/File/Find.pm
6600 ____________________________________________________________________________
6601 [ 25591] By: rgs                                   on 2005/09/23  20:46:04
6602         Log: Upgrade to Compress::Zlib 1.40
6603      Branch: perl
6604            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/README
6605            ! ext/Compress/Zlib/Zlib.pm ext/Compress/Zlib/Zlib.xs
6606            ! ext/Compress/Zlib/t/03examples.t
6607 ____________________________________________________________________________
6608 [ 25590] By: rgs                                   on 2005/09/23  19:06:31
6609         Log: Subject: [PATCH] Fix to PERL_DEBUG_COW
6610              From: Steve Peters <steve@fisharerojo.org>
6611              Date: Sep 23, 2005 8:11 PM
6612              Message-ID: <20050923181109.GA1350@mccoy.peters.homeunix.org>
6613      Branch: perl
6614            ! sv.h
6615 ____________________________________________________________________________
6616 [ 25588] By: rgs                                   on 2005/09/23  15:54:02
6617         Log: Subject: Re: pod/pod2usage2.t
6618              From: "H.Merijn Brand" <h.m.brand@xs4all.nl>
6619              Date: Thu, 22 Sep 2005 12:12:49 +0200
6620              Message-ID: <20050922121249.5077ee3e@pc09>
6621              
6622              Also, skip all tests on Windows until we find a way
6623              to write them portably
6624      Branch: perl
6625            ! t/pod/pod2usage2.t
6626 ____________________________________________________________________________
6627 [ 25586] By: rgs                                   on 2005/09/23  15:12:03
6628         Log: Subject: [PATCH] quiet a few warnings
6629              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
6630              Date: Wed, 21 Sep 2005 18:45:56 -0700
6631              Message-ID: <20050922014555.GA2852@efn.org>
6632      Branch: perl
6633            ! cygwin/cygwin.c embed.fnc proto.h
6634 ____________________________________________________________________________
6635 [ 25582] By: rgs                                   on 2005/09/23  13:49:24
6636         Log: Subject: [PATCH] Changes for hints/linux.sh for Purify
6637              From: Steve Peters <steve@fisharerojo.org>
6638              Date: Fri, 23 Sep 2005 08:38:58 -0500
6639              Message-ID: <20050923133858.GA29475@mccoy.peters.homeunix.org>
6640      Branch: perl
6641            ! hints/linux.sh
6642 ____________________________________________________________________________
6643 [ 25581] By: steveh                                on 2005/09/23  13:46:40
6644         Log: Extend 25579 to cover vc64 too
6645      Branch: perl
6646            ! Porting/checkcfgvar.pl
6647 ____________________________________________________________________________
6648 [ 25579] By: rgs                                   on 2005/09/23  13:08:14
6649         Log: Add Porting/checkcfgvar.pl by Jarkko
6650      Branch: perl
6651            + Porting/checkcfgvar.pl
6652            ! MANIFEST
6653 ____________________________________________________________________________
6654 [ 25578] By: rgs                                   on 2005/09/23  12:35:30
6655         Log: SAPER is the new maintainer of XSLoader
6656      Branch: perl
6657            ! Porting/Maintainers.pl
6658 ____________________________________________________________________________
6659 [ 25573] By: steveh                                on 2005/09/23  08:40:58
6660         Log: Change 25226 should have done this too
6661      Branch: perl
6662            ! win32/config.bc
6663 ____________________________________________________________________________
6664 [ 25571] By: nicholas                              on 2005/09/22  14:35:52
6665         Log: As SvPVX_mutable and SvPVX_const are new, they don't need to be LVALUEs
6666      Branch: perl
6667            ! sv.h
6668 ____________________________________________________________________________
6669 [ 25570] By: nicholas                              on 2005/09/22  14:09:37
6670         Log: The New*() compatibility macros aren't needed inside the perl core.
6671      Branch: perl
6672            ! handy.h
6673 ____________________________________________________________________________
6674 [ 25563] By: steveh                                on 2005/09/22  07:26:20
6675         Log: Forgot to update MANIFEST in change 25547
6676      Branch: perl
6677            ! MANIFEST
6678 ____________________________________________________________________________
6679 [ 25560] By: rgs                                   on 2005/09/21  21:10:50
6680         Log: Add an option --ignore to installhtml
6681              and use it to avoid to install doc in Porting/.
6682              Skip also test modules.
6683      Branch: perl
6684            ! Makefile.SH installhtml
6685 ____________________________________________________________________________
6686 [ 25547] By: steveh                                on 2005/09/21  16:19:03
6687         Log: Localize $@ in Locale::Maketext::maketext()
6688              so that $lh->maketext("Error: [_1]\n", $@) works as expected
6689              
6690              Also added a new test for this fix
6691      Branch: perl
6692            + lib/Locale/Maketext/t/30_local.t
6693            ! lib/Locale/Maketext.pm
6694 ____________________________________________________________________________
6695 [ 25544] By: rgs                                   on 2005/09/21  15:53:33
6696         Log: A few POD fixes
6697      Branch: perl
6698            ! Porting/pumpkin.pod ext/B/B/Concise.pm
6699            ! ext/Data/Dumper/Dumper.pm lib/FileCache.pm
6700 ____________________________________________________________________________
6701 [ 25543] By: rgs                                   on 2005/09/21  15:31:02
6702         Log: Upgrade to Pod::Parser 1.33
6703      Branch: perl
6704            + t/pod/pod2usage2.t
6705            ! MANIFEST lib/Pod/Checker.pm lib/Pod/InputObjects.pm
6706            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
6707            ! lib/Pod/Usage.pm t/pod/find.t t/pod/poderrs.xr
6708 ____________________________________________________________________________
6709 [ 25537] By: rgs                                   on 2005/09/21  14:20:14
6710         Log: PodParser is now Pod-Parser on CPAN
6711      Branch: perl
6712            ! Porting/Maintainers.pl
6713 ____________________________________________________________________________
6714 [ 25534] By: rgs                                   on 2005/09/21  13:12:33
6715         Log: Subject: [PATCH 5.8.7] misc a2p fixes
6716              From: Brendan O'Dea <bod@debian.org>
6717              Date: Sun, 11 Sep 2005 19:43:14 +1000
6718              Message-ID: <20050911094314.GA15155@londo.c47.org>
6719              
6720              and remove the check_byacc target from the x2p makefile
6721      Branch: perl
6722            ! x2p/Makefile.SH x2p/a2p.c x2p/a2p.y x2p/a2py.c x2p/walk.c
6723 ____________________________________________________________________________
6724 [ 25533] By: rgs                                   on 2005/09/21  11:25:54
6725         Log: Upgrade to ExtUtils::ParseXS 2.12
6726      Branch: perl
6727            ! lib/ExtUtils/ParseXS.pm lib/ExtUtils/ParseXS/t/basic.t
6728 ____________________________________________________________________________
6729 [ 25532] By: rgs                                   on 2005/09/21  11:15:43
6730         Log: Upgrade to Time::HiRes 1.74
6731      Branch: perl
6732            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
6733            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
6734 ____________________________________________________________________________
6735 [ 25530] By: nicholas                              on 2005/09/21  10:53:56
6736         Log: Remove the last STRLEN n_a;s that my compiler can reach.
6737      Branch: perl
6738            ! doop.c ext/Devel/DProf/DProf.xs ext/Opcode/Opcode.xs perly.act
6739            ! perly.y pp_pack.c sv.h
6740 ____________________________________________________________________________
6741 [ 25526] By: rgs                                   on 2005/09/21  09:37:27
6742         Log: Integrate changes from Text::Tabs and Text::Wrap on CPAN
6743              (Text-Tabs+Wrap-2005.0824). Keep local changes.
6744      Branch: perl
6745            ! lib/Text/Tabs.pm lib/Text/TabsWrap/CHANGELOG lib/Text/Wrap.pm
6746 ____________________________________________________________________________
6747 [ 25523] By: rgs                                   on 2005/09/20  19:12:28
6748         Log: Yitzchak says that Tim says that we can distribute
6749              the perl glossary under the same terms as Perl itself.
6750      Branch: perl
6751            ! pod/perlglossary.pod
6752 ____________________________________________________________________________
6753 [ 25515] By: rgs                                   on 2005/09/20  11:09:48
6754         Log: Subject: [PATCH blead] Re: [perl #36733] %SIG not properly local-ized
6755              From: Rick Delaney <rick@bort.ca>
6756              Date: Thu, 8 Sep 2005 08:55:16 -0400
6757              Message-ID: <20050908125516.GA18184@localhost.localdomain>
6758      Branch: perl
6759            ! hv.c t/op/local.t
6760 ____________________________________________________________________________
6761 [ 25513] By: steveh                                on 2005/09/20  09:20:16
6762         Log: Resolve [perl #37110]: Update README.win32
6763              
6764              I give up trying to keep the Platform SDK links up-to-date. They seem
6765              to have changed every time that I look at them, so make the
6766              instructions more general.
6767      Branch: perl
6768            ! README.win32
6769 ____________________________________________________________________________
6770 [ 25512] By: rgs                                   on 2005/09/20  09:15:17
6771         Log: Upgrade to Compress::Zlib 1.39
6772      Branch: perl
6773            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/README
6774            ! ext/Compress/Zlib/Zlib.pm ext/Compress/Zlib/Zlib.xs
6775 ____________________________________________________________________________
6776 [ 25511] By: rgs                                   on 2005/09/20  09:02:17
6777         Log: Subject: PATCH for #37138: using XSUB as DB::DB causes perl to crash
6778              From: Salvador "FandiXo" <sfandino@yahoo.com>
6779              Date: Mon, 19 Sep 2005 06:56:39 -0700 (PDT)
6780              Message-ID: <20050919135639.96726.qmail@web52701.mail.yahoo.com>
6781              
6782              (adapted to bleadperl)
6783      Branch: perl
6784            ! pp_ctl.c
6785 ____________________________________________________________________________
6786 [ 25507] By: merijn                                on 2005/09/20  06:51:38
6787         Log: Subject: [patch@25502] Add hard link and V8.2 crtl support to VMS.
6788              From: "John E. Malmberg" <wb8tyw@qsl.net>
6789              Date: Tue, 20 Sep 2005 01:22:24 -0400
6790              Message-ID: <432F9C90.7080702@qsl.net>
6791      Branch: perl
6792            ! configure.com vms/descrip_mms.template x2p/s2p.PL
6793 ____________________________________________________________________________
6794 [ 25502] By: nicholas                              on 2005/09/19  21:02:02
6795         Log: The second argument to Move() is the destination, so cannot possibly
6796              be const. Pesky casting in handy.h. Getting in the way of correctness.
6797      Branch: perl
6798            ! sv.c
6799 ____________________________________________________________________________
6800 [ 25499] By: nicholas                              on 2005/09/19  19:44:07
6801         Log: Add parallel testing to TODO
6802      Branch: perl
6803            ! pod/perltodo.pod
6804 ____________________________________________________________________________
6805 [ 25497] By: nicholas                              on 2005/09/19  18:48:10
6806         Log: First argument to he_dup is actually a const HE *
6807      Branch: perl
6808            ! embed.fnc hv.c proto.h sv.c
6809 ____________________________________________________________________________
6810 [ 25493] By: nicholas                              on 2005/09/19  15:59:44
6811         Log: All Perl_hv_name_set()s need to be plain hv_name_set if they are to
6812              work with a macro version.
6813      Branch: perl
6814            ! ext/ByteLoader/bytecode.h
6815 ____________________________________________________________________________
6816 [ 25488] By: steveh                                on 2005/09/19  14:18:40
6817         Log: Update win32 config files w.r.t. change #25387
6818      Branch: perl
6819            ! win32/config.bc win32/config.gc win32/config.vc
6820            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
6821            ! win32/config_H.vc win32/config_H.vc64
6822 ____________________________________________________________________________
6823 [ 25486] By: rgs                                   on 2005/09/19  12:38:26
6824         Log: Subject: bleadperl DProf.xs:140: warning: `unused' attribute ignored
6825              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
6826              Date: Sun, 18 Sep 2005 19:46:37 -0700
6827              Message-ID: <20050919024637.GA2860@efn.org>
6828      Branch: perl
6829            ! ext/Devel/DProf/DProf.xs
6830 ____________________________________________________________________________
6831 [ 25480] By: nicholas                              on 2005/09/19  07:11:38
6832         Log: Improve failure case diagnostics from comp/package.t
6833      Branch: perl
6834            ! t/comp/package.t
6835 ____________________________________________________________________________
6836 [ 25476] By: nicholas                              on 2005/09/18  21:54:18
6837         Log: Should have been embed.h, not proto.h, in 25475
6838      Branch: perl
6839            ! embed.h
6840 ____________________________________________________________________________
6841 [ 25475] By: nicholas                              on 2005/09/18  21:52:25
6842         Log: It looks like the only way to reliably make Perl_hv_name_set a pure
6843              macro in 5.8.x is to make it available as hv_name_set.
6844              [Otherwise when and where aTHX_ hv gets expanded to foo, hv causes
6845              warnings or other games when Perl_hv_name_set() is a macro]
6846      Branch: perl
6847            ! embed.fnc ext/Opcode/Opcode.xs gv.c hv.c perl.c proto.h
6848 ____________________________________________________________________________
6849 [ 25474] By: merijn                                on 2005/09/18  18:36:15
6850         Log: Subject: [patch@25452] VMS fix required by Change 25387
6851              From: "John E. Malmberg" <wb8tyw@qsl.net>
6852              Date: Sun, 18 Sep 2005 14:53:09 -0400
6853              Message-ID: <432DB795.8050801@qsl.net>
6854      Branch: perl
6855            ! configure.com
6856 ____________________________________________________________________________
6857 [ 25463] By: nicholas                              on 2005/09/18  11:07:51
6858         Log: Tidying up the unused or unneeded global variables would be good.
6859      Branch: perl
6860            ! pod/perltodo.pod
6861 ____________________________________________________________________________
6862 [ 25459] By: nicholas                              on 2005/09/18  10:12:51
6863         Log: Controlling what the GNU linker exports from a shared library would
6864              be a useful thing TODO
6865      Branch: perl
6866            ! pod/perltodo.pod
6867 ____________________________________________________________________________
6868 [ 25457] By: nicholas                              on 2005/09/18  09:38:59
6869         Log: Detail the minimal rewards programme we have on offer.
6870              Hoik relocatable perl to the top of its section.
6871              Some other formatting tweaks.
6872      Branch: perl
6873            ! pod/perltodo.pod
6874 ____________________________________________________________________________
6875 [ 25452] By: nicholas                              on 2005/09/17  19:50:47
6876         Log: 
6877              refactoring xsubpp should have been in the "just perl" section.
6878      Branch: perl
6879            ! pod/perltodo.pod
6880 ____________________________________________________________________________
6881 [ 25451] By: nicholas                              on 2005/09/17  19:49:27
6882         Log: Add "refactor xsubpp to be a thin wrapper around ExtUtils::ParseXS"
6883              to the TODO
6884      Branch: perl
6885            ! pod/perltodo.pod
6886 ____________________________________________________________________________
6887 [ 25448] By: nicholas                              on 2005/09/17  19:11:33
6888         Log: Add shrinking GVs and CVs to the TODO
6889      Branch: perl
6890            ! pod/perltodo.pod
6891 ____________________________________________________________________________
6892 [ 25446] By: nicholas                              on 2005/09/17  18:59:37
6893         Log: Add reduce duplication in sv_setsv_flags to TODO
6894      Branch: perl
6895            ! pod/perltodo.pod
6896 ____________________________________________________________________________
6897 [ 25445] By: nicholas                              on 2005/09/17  18:53:39
6898         Log: Missing DO_BO_PACK_PC and DO_BO_UNPACK_PC for the 5.8.x case
6899              (and the don't know the pointer size case)
6900      Branch: perl
6901            ! pp_pack.c
6902 ____________________________________________________________________________
6903 [ 25444] By: nicholas                              on 2005/09/17  18:40:29
6904         Log: vv5.9.3 is clearly a bug.
6905      Branch: perl
6906            ! utils/perlbug.PL
6907 ____________________________________________________________________________
6908 [ 25443] By: nicholas                              on 2005/09/17  18:34:37
6909         Log: Add ordering of "global" variables to TODO
6910      Branch: perl
6911            ! pod/perltodo.pod
6912 ____________________________________________________________________________
6913 [ 25442] By: nicholas                              on 2005/09/17  18:05:30
6914         Log: Holding a mutex then croak()ing strikes me as deadlock.
6915      Branch: perl
6916            ! ext/threads/threads.xs
6917 ____________________________________________________________________________
6918 [ 25439] By: nicholas                              on 2005/09/17  17:09:25
6919         Log: Add emulate the per-thread memory pool on Unix to the TODO
6920      Branch: perl
6921            ! pod/perltodo.pod
6922 ____________________________________________________________________________
6923 [ 25436] By: nicholas                              on 2005/09/17  15:42:51
6924         Log: Add suggestion to profile to find a better set of hot ops for pp_hot.
6925      Branch: perl
6926            ! pod/perltodo.pod
6927 ____________________________________________________________________________
6928 [ 25434] By: nicholas                              on 2005/09/17  15:32:36
6929         Log: add merge Perl_sv_2[inpu]v to TODO
6930      Branch: perl
6931            ! pod/perltodo.pod
6932 ____________________________________________________________________________
6933 [ 25431] By: nicholas                              on 2005/09/17  14:36:14
6934         Log: Making make -j... work is a TODO
6935      Branch: perl
6936            ! pod/perltodo.pod
6937 ____________________________________________________________________________
6938 [ 25430] By: nicholas                              on 2005/09/17  14:33:33
6939         Log: Add "automating coverage tests" as a TODO
6940      Branch: perl
6941            ! pod/perltodo.pod
6942 ____________________________________________________________________________
6943 [ 25429] By: nicholas                              on 2005/09/17  14:19:54
6944         Log: Re-order the TODO tasks based on the skills they need, putting the
6945              easist tasks first. I've categorised them as
6946              
6947              =head1 Tasks that only need Perl knowledge
6948              =head1 Tasks that need a little sysadmin-type knowledge
6949              =head1 Tasks that need a little C knowledge
6950              =head1 Tasks that need a knowledge of XS
6951              =head1 Tasks that need a knowledge of the interpreter
6952              =head1 Big projects
6953              
6954              Lets see if we get any takers.
6955      Branch: perl
6956            ! pod/perltodo.pod
6957 ____________________________________________________________________________
6958 [ 25418] By: rgs                                   on 2005/09/16  12:54:43
6959         Log: Revert change #24223 : select() will continue
6960              to return -1 on error, like in previous versions, and
6961              like other system builtins.
6962      Branch: perl
6963            ! pod/perl593delta.pod pod/perlfunc.pod pp_sys.c
6964 ____________________________________________________________________________
6965 [ 25417] By: rgs                                   on 2005/09/15  14:48:37
6966         Log: Fix obsolete identifiers in comment
6967      Branch: perl
6968            ! av.h
6969 ____________________________________________________________________________
6970 [ 25416] By: rgs                                   on 2005/09/15  14:19:19
6971         Log: Upgrade to version.pm 0.48
6972      Branch: perl
6973            + lib/version.pod
6974            ! MANIFEST lib/version.pm lib/version.t util.c
6975 ____________________________________________________________________________
6976 [ 25414] By: rgs                                   on 2005/09/14  12:49:58
6977         Log: Subject: [PATCH] Math::Complex and Math::Trig updates (Re: [perl #37117] Math::Complex atan2 bug)
6978              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
6979              Date: Wed, 14 Sep 2005 09:26:11 +0300
6980              Message-ID: <4327C283.80706@gmail.com>
6981      Branch: perl
6982            ! lib/Math/Complex.pm lib/Math/Complex.t lib/Math/Trig.pm
6983            ! lib/Math/Trig.t pod/perlfunc.pod
6984 ____________________________________________________________________________
6985 [ 25413] By: rgs                                   on 2005/09/14  08:58:04
6986         Log: Subject: [perl #37163] dprofpp array subscript error 
6987              From: scott@perlcode.org (via RT) <perlbug-followup@perl.org>
6988              Date: Tue, 13 Sep 2005 12:11:46 -0700
6989              Message-ID: <rt-3.0.11-37163-120724.9.33005980359667@perl.org>
6990      Branch: perl
6991            ! utils/dprofpp.PL
6992 ____________________________________________________________________________
6993 [ 25411] By: rgs                                   on 2005/09/14  08:11:08
6994         Log: Change 25409 wasn't necessary for threaded perls
6995      Branch: perl
6996            ! toke.c
6997 ____________________________________________________________________________
6998 [ 25409] By: rgs                                   on 2005/09/14  01:08:22
6999         Log: The debugger wasn't tracing correctly execution in eval("")'ed
7000              code containing #line directives
7001      Branch: perl
7002            ! toke.c
7003 ____________________________________________________________________________
7004 [ 25406] By: rgs                                   on 2005/09/13  20:58:38
7005         Log: Subject: [PATCH] Re: [MAINT24637] fails "make test" on OSX 10.4 (lib/locale.t)
7006              From: Dominic Dunlop <shouldbedomo@mac.com>
7007              Date: Sep 13, 2005 11:13 PM
7008              Message-Id: <456439EA-CE2E-49A0-97FF-1B003CF8AFDE@mac.com>
7009      Branch: perl
7010            ! lib/locale.t
7011 ____________________________________________________________________________
7012 [ 25403] By: nicholas                              on 2005/09/13  18:16:55
7013         Log: Add Luke Closs to AUTHORS
7014      Branch: perl
7015            ! AUTHORS
7016 ____________________________________________________________________________
7017 [ 25402] By: nicholas                              on 2005/09/13  17:54:09
7018         Log: Subject: [perl #36448] configuring ranlib for perl on osx with xcode 2.1
7019              From: Luke Closs (via RT) <perlbug-followup@perl.org>
7020              Message-ID: <rt-3.0.11-36448-116486.6.06308221656583@perl.org>
7021              Date: 1 Jul 2005 21:56:31 -0000
7022      Branch: perl
7023            ! Configure hints/darwin.sh
7024 ____________________________________________________________________________
7025 [ 25399] By: rgs                                   on 2005/09/13  13:25:23
7026         Log: Allow non-arrowed form of chained subscripts after slices
7027              
7028              Subject: Re: [perl #37039] perlref documentation about optional -> is too vague
7029              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
7030              Date: Thu, 1 Sep 2005 17:41:36 -0700
7031              Message-ID: <20050902004136.GA2656@efn.org>
7032              
7033              Date: Mon, 5 Sep 2005 08:10:20 -0700
7034              Message-ID: <20050905151020.GA3556@efn.org>
7035      Branch: perl
7036            ! perly.act perly.h perly.tab perly.y t/op/ref.t
7037 ____________________________________________________________________________
7038 [ 25398] By: merijn                                on 2005/09/13  06:22:58
7039         Log: Subject: [patch@25388] vms/vms.c Perl_cando fix.
7040              From: "John E. Malmberg" <wb8tyw@qsl.net>
7041              Date: Mon, 12 Sep 2005 23:56:36 -0400
7042              Message-ID: <43264DF4.6090403@qsl.net>
7043      Branch: perl
7044            ! vms/vms.c
7045 ____________________________________________________________________________
7046 [ 25397] By: merijn                                on 2005/09/13  06:18:46
7047         Log: Subject: [PATCH] The return of the consting
7048              From: Andy Lester <andy@petdance.com>
7049              Date: Tue, 13 Sep 2005 01:08:36 -0500
7050              Message-ID: <20050913060835.GA1037@petdance.com>
7051      Branch: perl
7052            ! embed.fnc lib/overload.pm pp_pack.c proto.h util.c
7053 ____________________________________________________________________________
7054 [ 25388] By: rgs                                   on 2005/09/12  14:32:29
7055         Log: Subject: [perl #37142] h2xs skips enums with negative values 
7056              From: Aaron Kaplan (via RT) <perlbug-followup@perl.org>
7057              Date: Sun, 11 Sep 2005 13:33:44 -0700
7058              Message-ID: <rt-3.0.11-37142-120585.5.90517066191047@perl.org>
7059      Branch: perl
7060            ! utils/h2xs.PL
7061 ____________________________________________________________________________
7062 [ 25387] By: merijn                                on 2005/09/12  13:26:31
7063         Log: Detection of malloc_size and malloc_good_size
7064      Branch: perl
7065            ! Configure Porting/Glossary config_h.SH handy.h
7066 ____________________________________________________________________________
7067 [ 25383] By: merijn                                on 2005/09/11  13:50:53
7068         Log: Reverted 25364 on authors request
7069      Branch: perl
7070            ! lib/ExtUtils/CBuilder/Base.pm
7071            ! lib/ExtUtils/CBuilder/Platform/VMS.pm
7072 ____________________________________________________________________________
7073 [ 25374] By: nicholas                              on 2005/09/10  17:07:04
7074         Log: Experiment with putting the F<.patch>level into patchlevel.h
7075              (a sure way to accelerate any change to subversion)
7076      Branch: perl
7077            ! cflags.SH patchlevel.h
7078 ____________________________________________________________________________
7079 [ 25366] By: rgs                                   on 2005/09/09  09:35:01
7080         Log: Minor comment fix
7081      Branch: perl
7082            ! hv.h
7083 ____________________________________________________________________________
7084 [ 25365] By: merijn                                on 2005/09/08  07:20:19
7085         Log: Subject: [PATCH blead] Make t/op/local.t use test.pl.
7086              From: Rick Delaney <rick@bort.ca>
7087              Date: Wed, 7 Sep 2005 22:45:44 -0400
7088              Message-ID: <20050908024544.GA4058@localhost.localdomain>
7089      Branch: perl
7090            ! t/op/local.t
7091 ____________________________________________________________________________
7092 [ 25364] By: merijn                                on 2005/09/08  06:07:53
7093         Log: Subject: [patch@cbuilder_0.13] VMS fixes for cbuilder
7094              From: "John E. Malmberg" <wb8tyw@qsl.net>
7095              Date: Wed, 07 Sep 2005 19:59:36 -0400
7096              Message-ID: <431F7EE8.3040908@qsl.net>
7097      Branch: perl
7098            ! lib/ExtUtils/CBuilder/Base.pm
7099            ! lib/ExtUtils/CBuilder/Platform/VMS.pm
7100 ____________________________________________________________________________
7101 [ 25363] By: rgs                                   on 2005/09/07  11:09:10
7102         Log: The formatting function of Carp::Heavy has problem with utf8 strings.
7103              Work around it.
7104      Branch: perl
7105            ! lib/Carp/Heavy.pm
7106 ____________________________________________________________________________
7107 [ 25362] By: rgs                                   on 2005/09/07  10:31:47
7108         Log: Subject: [perl #37091] File::Path::mkpath resets errno 
7109              From: kvr@centrum.cz (via RT) <perlbug-followup@perl.org>
7110              Date: Tue, 06 Sep 2005 08:07:14 -0700
7111              Message-ID: <rt-3.0.11-37091-120348.17.8280334480876@perl.org>
7112      Branch: perl
7113            ! lib/File/Path.pm
7114 ____________________________________________________________________________
7115 [ 25361] By: rgs                                   on 2005/09/06  19:06:38
7116         Log: Upgrade to Compress::Zlib 1.38
7117      Branch: perl
7118            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/Makefile.PL
7119            ! ext/Compress/Zlib/README ext/Compress/Zlib/Zlib.pm
7120            ! ext/Compress/Zlib/Zlib.xs ext/Compress/Zlib/t/03examples.t
7121 ____________________________________________________________________________
7122 [ 25360] By: nicholas                              on 2005/09/06  17:46:33
7123         Log: Add a TODO test for bug #37038 - assigning to the match variable
7124              should not corrupt match vars such as $1 and $2
7125      Branch: perl
7126            ! t/op/pat.t
7127 ____________________________________________________________________________
7128 [ 25359] By: rgs                                   on 2005/09/06  16:06:44
7129         Log: Revert Makefile.PL change from #25355
7130      Branch: perl
7131            ! ext/IO/Makefile.PL
7132 ____________________________________________________________________________
7133 [ 25358] By: rgs                                   on 2005/09/06  14:50:18
7134         Log: Subject: Re: Fw: Tied hash numeric values are rounded off under Perl v5.8.6
7135              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
7136              Date: Fri, 2 Sep 2005 00:05:52 -0700
7137              Message-ID: <20050902070552.GA3992@efn.org>
7138      Branch: perl
7139            ! mg.c t/op/tie.t
7140 ____________________________________________________________________________
7141 [ 25357] By: merijn                                on 2005/09/06  14:10:28
7142         Log: Added amd64 and x86_64 to recognized predefined cpp syms
7143      Branch: perl
7144            ! Configure
7145 ____________________________________________________________________________
7146 [ 25355] By: rgs                                   on 2005/09/06  08:46:37
7147         Log: Upgrade to IO 1.22 from gbarr
7148              - Adjust the regression tests to use t/test.pl from bleadperl
7149              when $ENV{PERL_CORE} is defined
7150              - Add can_ok and isa_ok to t/test.pl from the implementation
7151              found in the IO CPAN distribution
7152      Branch: perl
7153            ! ext/IO/ChangeLog ext/IO/IO.pm ext/IO/IO.xs ext/IO/Makefile.PL
7154            ! ext/IO/README ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/File.pm
7155            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Pipe.pm
7156            ! ext/IO/lib/IO/Poll.pm ext/IO/lib/IO/Seekable.pm
7157            ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
7158            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
7159            ! ext/IO/t/IO.t ext/IO/t/io_file.t ext/IO/t/io_linenum.t
7160            ! ext/IO/t/io_pipe.t ext/IO/t/io_sel.t ext/IO/t/io_sock.t
7161            ! ext/IO/t/io_utf8.t t/test.pl
7162 ____________________________________________________________________________
7163 [ 25354] By: rgs                                   on 2005/09/05  11:12:14
7164         Log: Subject: regression test for 25352
7165              From: Jim Cromie <jim.cromie@gmail.com>
7166              Date: Sat, 03 Sep 2005 22:38:13 -0600
7167              Message-ID: <431A7A35.6050705@gmail.com>
7168      Branch: perl
7169            ! ext/B/t/optree_specials.t
7170 ____________________________________________________________________________
7171 [ 25353] By: davem                                 on 2005/09/04  09:40:05
7172         Log: Subject:  Re: [perl #37039] perlref documentation about optional -> is too vague
7173              From:  Yitzchak Scott-Thoennes <sthoenna@efn.org>
7174              Date:  Thu, 1 Sep 2005 17:41:36 -0700
7175              Message-Id:  <20050902004136.GA2656@efn.org>
7176              
7177              Allow any variant of bison 1.875 to be used
7178      Branch: perl
7179            ! regen_perly.pl
7180 ____________________________________________________________________________
7181 [ 25352] By: rgs                                   on 2005/09/02  20:18:01
7182         Log: Subject: Re: Optree Generation
7183              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
7184              Date: Aug 31, 2005 2:18 PM
7185              Message-ID: <20050831121822.GA3464@efn.org>
7186      Branch: perl
7187            ! ext/B/B/Concise.pm
7188 ____________________________________________________________________________
7189 [ 25351] By: rgs                                   on 2005/09/02  19:57:21
7190         Log: Subject: document index() with out of bounds POSITION
7191              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
7192              Date: Sep 2, 2005 2:23 PM
7193              Message-ID: <20050902122311.GA3104@efn.org>
7194      Branch: perl
7195            ! pod/perlfunc.pod
7196 ____________________________________________________________________________
7197 [ 25350] By: rgs                                   on 2005/09/02  17:35:31
7198         Log: Really fix the Archive::Tar setup test.
7199              p4 and svn don't behave similarly concerning removal
7200              of empty directories...
7201      Branch: perl
7202            ! lib/Archive/Tar/t/00_setup.t
7203 ____________________________________________________________________________
7204 [ 25349] By: rgs                                   on 2005/09/02  16:45:31
7205         Log: Once again, fix Archive::Tar setup test with -Dmksymlinks
7206      Branch: perl
7207            ! lib/Archive/Tar/t/00_setup.t
7208 ____________________________________________________________________________
7209 [ 25348] By: rgs                                   on 2005/09/02  13:19:48
7210         Log: Subject: RE: [ANNOUNCE] Archive::Tar 1.25
7211              From: Robin Barker <Robin.Barker@npl.co.uk>
7212              Date: Thu, 1 Sep 2005 20:09:43 +0100 
7213              Message-ID: <533D273D4014D411AB1D00062938C4D90849C7A9@hotel.npl.co.uk>
7214      Branch: perl
7215            - lib/Archive/Tar/t/src/long/b lib/Archive/Tar/t/src/short/b
7216            ! MANIFEST lib/Archive/Tar/t/00_setup.t
7217            ! lib/Archive/Tar/t/02_methods.t lib/Archive/Tar/t/99_clean.t
7218 ____________________________________________________________________________
7219 [ 25347] By: rgs                                   on 2005/09/02  12:53:49
7220         Log: Regression test for the fix in change #25308,
7221              based on code by Troy Loveday
7222      Branch: perl
7223            + ext/Data/Dumper/t/bugs.t
7224            ! MANIFEST
7225 ____________________________________________________________________________
7226 [ 25346] By: rgs                                   on 2005/09/01  15:00:15
7227         Log: Oops, fix threaded build
7228      Branch: perl
7229            ! toke.c
7230 ____________________________________________________________________________
7231 [ 25345] By: rgs                                   on 2005/09/01  14:50:24
7232         Log: Don't list test modules when listing cpan versions
7233      Branch: perl
7234            ! Porting/corecpan.pl
7235 ____________________________________________________________________________
7236 [ 25344] By: rgs                                   on 2005/09/01  14:45:23
7237         Log: Add the "no 6" / "no v6" syntax.
7238      Branch: perl
7239            ! embed.fnc embed.h ext/B/t/concise-xs.t op.c op.h pp_ctl.c
7240            ! proto.h t/comp/use.t toke.c
7241 ____________________________________________________________________________
7242 [ 25343] By: rgs                                   on 2005/09/01  14:43:19
7243         Log: Remove no 6 from the todo list
7244      Branch: perl
7245            ! embed.fnc embed.h ext/B/t/concise-xs.t op.c op.h
7246            ! pod/perltodo.pod pp_ctl.c proto.h t/comp/use.t toke.c
7247 ____________________________________________________________________________
7248 [ 25342] By: rgs                                   on 2005/08/31  15:14:28
7249         Log: Document that Sys::Syslog::openlog might die.
7250              Fixes [perl #36848] Sys::Syslog::syslog kills program if syslogd not running 
7251      Branch: perl
7252            ! ext/Sys/Syslog/Syslog.pm
7253 ____________________________________________________________________________
7254 [ 25341] By: rgs                                   on 2005/08/31  14:14:21
7255         Log: Fix for [perl #37036] perl segfault at 'compile'-time
7256      Branch: perl
7257            ! op.c
7258 ____________________________________________________________________________
7259 [ 25340] By: rgs                                   on 2005/08/31  08:07:37
7260         Log: Subject: [patch@25339] ext/Dev/Peek/t/peek.t fix for VMS
7261              From: "John E. Malmberg" <wb8tyw@qsl.net>
7262              Date: Tue, 30 Aug 2005 22:17:42 -0400
7263              Message-ID: <43151346.4010001@qsl.net>
7264      Branch: perl
7265            ! ext/Devel/Peek/t/Peek.t
7266 ____________________________________________________________________________
7267 [ 25339] By: rgs                                   on 2005/08/30  18:55:46
7268         Log: Clarify the cases where system() returns 1,
7269              per a suggestion of Rick Delaney (bug #36976)
7270      Branch: perl
7271            ! pod/perlfunc.pod
7272 ____________________________________________________________________________
7273 [ 25338] By: rgs                                   on 2005/08/30  09:38:54
7274         Log: Upgrade to PathTools 3.11
7275              (no real changes)
7276      Branch: perl
7277            ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
7278 ____________________________________________________________________________
7279 [ 25337] By: rgs                                   on 2005/08/30  09:34:54
7280         Log: Subject: sv-head refactor
7281              From: Jim Cromie <jim.cromie@gmail.com>
7282              Date: Thu, 25 Aug 2005 21:42:44 -0600
7283              Message-ID: <cfe85dfa05082520425f7a7738@mail.gmail.com>
7284      Branch: perl
7285            ! sv.h
7286 ____________________________________________________________________________
7287 [ 25336] By: rgs                                   on 2005/08/30  09:09:22
7288         Log: Subject: [patch@25334] t/op/magic.t - Last 3 tests invalid on VMS
7289              From: "John E. Malmberg" <wb8tyw@qsl.net>
7290              Date: Sat, 27 Aug 2005 19:54:26 -0400
7291              Message-ID: <4310FD32.70809@qsl.net>
7292      Branch: perl
7293            ! t/op/magic.t
7294 ____________________________________________________________________________
7295 [ 25335] By: rgs                                   on 2005/08/30  09:08:31
7296         Log: Subject: [patch@25334] hv.c vms environment fix.
7297              From: "John E. Malmberg" <wb8tyw@qsl.net>
7298              Date: Sat, 27 Aug 2005 19:20:50 -0400
7299              Message-ID: <4310F552.8050401@qsl.net>
7300      Branch: perl
7301            ! hv.c
7302 ____________________________________________________________________________
7303 [ 25334] By: rgs                                   on 2005/08/27  16:59:02
7304         Log: Upgrade to PathTools 3.10
7305      Branch: perl
7306            ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
7307            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
7308            ! lib/File/Spec/Win32.pm lib/File/Spec/t/Spec.t
7309 ____________________________________________________________________________
7310 [ 25333] By: rgs                                   on 2005/08/27  16:28:27
7311         Log: Fix failure in Archive::Tar tests when perl is built
7312              with -Dmksymlinks
7313      Branch: perl
7314            ! lib/Archive/Tar/t/02_methods.t
7315 ____________________________________________________________________________
7316 [ 25332] By: nicholas                              on 2005/08/25  14:53:23
7317         Log: Revert 25331 (except for the typo fix).
7318      Branch: perl
7319            ! sv.c
7320 ____________________________________________________________________________
7321 [ 25331] By: nicholas                              on 2005/08/25  14:06:43
7322         Log: To make the current implementation of sv_replace sane, we should
7323              assert that the reference count of the target is also 1.
7324              (Given that we're splatting an SV with a reference count of 1 onto
7325              the target)
7326      Branch: perl
7327            ! sv.c
7328 ____________________________________________________________________________
7329 [ 25330] By: nicholas                              on 2005/08/25  13:46:31
7330         Log: Promote the warning about reference miscount in sv_replace to a panic.
7331              TODO - document the panics
7332      Branch: perl
7333            ! sv.c
7334 ____________________________________________________________________________
7335 [ 25329] By: nicholas                              on 2005/08/25  13:15:17
7336         Log: No need to manually set the reference count of a new IO to 1.
7337      Branch: perl
7338            ! gv.c
7339 ____________________________________________________________________________
7340 [ 25328] By: rgs                                   on 2005/08/25  09:29:43
7341         Log: Don't mention redundant usethreads in -V output
7342              Be more consistent in using commas
7343      Branch: perl
7344            ! myconfig.SH
7345 ____________________________________________________________________________
7346 [ 25327] By: rgs                                   on 2005/08/25  09:13:07
7347         Log: Subject: update B::Concise pod to reflect previous changes
7348              From: Jim Cromie <jcromie@divsol.com>
7349              Date: Wed, 24 Aug 2005 11:05:47 -0600
7350              Message-ID: <430CA8EB.3010904@divsol.com>
7351      Branch: perl
7352            ! ext/B/B/Concise.pm
7353 ____________________________________________________________________________
7354 [ 25326] By: rgs                                   on 2005/08/25  08:45:04
7355         Log: Fix miniperl build with threaded perl
7356      Branch: perl
7357            ! util.c
7358 ____________________________________________________________________________
7359 [ 25325] By: rgs                                   on 2005/08/24  15:53:01
7360         Log: Subject: [Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.47.tar.gz]
7361              From: "John Peacock" <jpeacock@rowman.com>
7362              Date: Tue, 23 Aug 2005 20:41:11 +0300 (IDT)
7363              Message-ID: <2444.85.65.24.143.1124818871.squirrel@webmail.rowman.com>
7364      Branch: perl
7365            ! embed.fnc embed.h global.sym lib/version.pm lib/version.t
7366            ! pod/perlapi.pod proto.h t/comp/use.t util.c
7367 ____________________________________________________________________________
7368 [ 25324] By: rgs                                   on 2005/08/24  07:28:27
7369         Log: Unmatched parentheses (thanks to Steve Peters)
7370      Branch: perl
7371            ! pod/perlvar.pod
7372 ____________________________________________________________________________
7373 [ 25323] By: rgs                                   on 2005/08/23  13:52:17
7374         Log: My system produces core.$$ files
7375      Branch: perl
7376            ! Makefile.SH
7377 ____________________________________________________________________________
7378 [ 25322] By: rgs                                   on 2005/08/23  13:25:15
7379         Log: Subject: [PATCH blead] Use SvGETMAGIC more often
7380              From: Rick Delaney <rick@bort.ca>
7381              Date: Mon, 22 Aug 2005 13:00:33 -0400
7382              Message-ID: <20050822170033.GH7674@localhost.localdomain>
7383      Branch: perl
7384            ! doio.c pp.c pp_ctl.c pp_hot.c sv.c universal.c xsutils.c
7385 ____________________________________________________________________________
7386 [ 25321] By: rgs                                   on 2005/08/23  13:11:34
7387         Log: Subject: [PATCH] Add Windows Vista support to Win32::GetOSName()
7388              From: "Jan Dubois" <jand@ActiveState.com>
7389              Date: Mon, 22 Aug 2005 15:37:09 -0700
7390              Message-Id: <200508222237.j7MMbFPA027764@smtp3.ActiveState.com>
7391      Branch: perl
7392            ! win32/ext/Win32/Win32.pm
7393 ____________________________________________________________________________
7394 [ 25320] By: rgs                                   on 2005/08/22  15:41:15
7395         Log: Subject: Re: Documentation change for IPC::Open*.pm
7396              From: Ben Tilly <btilly@gmail.com>
7397              Date: Mon, 22 Aug 2005 08:30:14 -0700
7398              Message-ID: <acc274b3050822083093357fe@mail.gmail.com>
7399      Branch: perl
7400            ! lib/IPC/Open2.pm lib/IPC/Open3.pm
7401 ____________________________________________________________________________
7402 [ 25319] By: rgs                                   on 2005/08/22  14:48:43
7403         Log: Subject: [PATCH blead] Re: [perl #36959] List Constructor Operator - Undefined Values
7404              From: Rick Delaney <rick@bort.ca>
7405              Date: Sun, 21 Aug 2005 15:09:57 -0400
7406              Message-ID: <20050821190957.GE7674@localhost.localdomain>
7407      Branch: perl
7408            ! pp_ctl.c t/op/range.t
7409 ____________________________________________________________________________
7410 [ 25318] By: rgs                                   on 2005/08/22  13:41:10
7411         Log: Upgrade to Term::ANSIColor 1.10
7412      Branch: perl
7413            ! lib/Term/ANSIColor.pm lib/Term/ANSIColor/ChangeLog
7414            ! lib/Term/ANSIColor/README lib/Term/ANSIColor/test.pl
7415 ____________________________________________________________________________
7416 [ 25317] By: rgs                                   on 2005/08/22  13:24:09
7417         Log: Subject: [PATCH lib/CPAN.pm] Make curl follow redirects
7418              From: Michael G Schwern <schwern@pobox.com>
7419              Date: Sun, 21 Aug 2005 00:16:26 -0700
7420              Message-ID: <20050821071625.GA29394@windhund.schwern.org>
7421      Branch: perl
7422            ! lib/CPAN.pm
7423 ____________________________________________________________________________
7424 [ 25316] By: rgs                                   on 2005/08/22  12:59:27
7425         Log: Argh. I've overwritten local changes to ptar with change 25312
7426      Branch: perl
7427            ! lib/Archive/Tar/bin/ptar
7428 ____________________________________________________________________________
7429 [ 25315] By: rgs                                   on 2005/08/22  11:47:45
7430         Log: Subject: Re: Building 25309 on VAX (OpenVMS 7.2) not ok
7431              From: Abe Timmerman <abe@ztreet.demon.nl>
7432              Date: Sun, 21 Aug 2005 16:28:42 +0200
7433              Message-Id: <200508211628.42409.abe@ztreet.demon.nl>
7434      Branch: perl
7435            ! configure.com
7436 ____________________________________________________________________________
7437 [ 25314] By: rgs                                   on 2005/08/22  11:14:59
7438         Log: Don't install ptar in module tree
7439      Branch: perl
7440            ! installperl
7441 ____________________________________________________________________________
7442 [ 25313] By: rgs                                   on 2005/08/22  10:29:45
7443         Log: Fix typo in file name
7444      Branch: perl
7445            ! MANIFEST
7446 ____________________________________________________________________________
7447 [ 25312] By: rgs                                   on 2005/08/22  10:09:40
7448         Log: Upgrade to Archive::Tar 1.26
7449              Preserve some local typo fixes
7450              Don't load Data::Dumper
7451      Branch: perl
7452            + lib/Archive/Tar/bin/ptardiff
7453            + lib/Archive/Tar/t/04_resolved_issues.t
7454            ! MANIFEST lib/Archive/Tar.pm lib/Archive/Tar/Constant.pm
7455            ! lib/Archive/Tar/File.pm lib/Archive/Tar/bin/ptar
7456            ! lib/Archive/Tar/t/02_methods.t
7457 ____________________________________________________________________________
7458 [ 25311] By: nicholas                              on 2005/08/21  16:19:12
7459         Log: Subject: [patch@25305] t/op/arith.t fix for VMS with IEEE float
7460              From: "John E. Malmberg" <wb8tyw@qsl.net>
7461              Message-ID: <4307F348.70603@qsl.net>
7462              Date: Sat, 20 Aug 2005 23:21:44 -0400
7463      Branch: perl
7464            ! t/op/arith.t
7465 ____________________________________________________________________________
7466 [ 25310] By: nicholas                              on 2005/08/21  16:05:22
7467         Log: Subject: [patch@25305] lib/ExtUtils/t/Constant.t VMS fixes
7468              From: "John E. Malmberg" <wb8tyw@qsl.net>
7469              Message-ID: <43080395.50807@qsl.net>
7470              Date: Sun, 21 Aug 2005 00:31:17 -0400
7471      Branch: perl
7472            ! lib/ExtUtils/t/Constant.t
7473 ____________________________________________________________________________
7474 [ 25309] By: nicholas                              on 2005/08/19  21:19:37
7475         Log: Subject: [PATCH ext/POSIX/POSIX.xs] Whitespace
7476              From: Abigail <abigail@abigail.nl>
7477              Message-ID: <20050723003235.GJ15093@abigail.nl>
7478              Date: Sat, 23 Jul 2005 02:32:35 +0200
7479      Branch: perl
7480            ! ext/POSIX/POSIX.xs
7481 ____________________________________________________________________________
7482 [ 25308] By: rgs                                   on 2005/08/19  12:54:46
7483         Log: Subject: Re: Data::Dumper bug?
7484              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
7485              Date: Mon, 8 Aug 2005 20:33:02 -0700
7486              Message-ID: <20050809033301.GA3804@efn.org>
7487      Branch: perl
7488            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
7489 ____________________________________________________________________________
7490 [ 25307] By: rgs                                   on 2005/08/19  12:44:12
7491         Log: Subject: [PATCH] make threads.xs emit warnings properly
7492              From: Tassilo von Parseval <tassilo.von.parseval@rwth-aachen.de>
7493              Date: Aug 7, 2005 7:10 AM
7494              Message-id: <20050807051041.GA3924@ethan>
7495      Branch: perl
7496            ! ext/threads/threads.pm ext/threads/threads.xs pod/perldiag.pod
7497 ____________________________________________________________________________
7498 [ 25306] By: rgs                                   on 2005/08/19  06:10:28
7499         Log: Subject: [patch@25305] fixes to const fixes + Case Preserved start
7500              From: "John E. Malmberg" <wb8tyw@qsl.net>
7501              Date: Thu, 18 Aug 2005 21:18:27 -0400
7502              Message-ID: <43053363.8090809@qsl.net>
7503      Branch: perl
7504            ! vms/vms.c
7505 ____________________________________________________________________________
7506 [ 25305] By: rgs                                   on 2005/08/18  13:47:41
7507         Log: Subject: make test of perl 5.8.7 failed on icc9
7508              From: YAMASHINA Hio <hio@ymir.co.jp>
7509              Date: Thu, 18 Aug 2005 20:36:57 +0900
7510              Message-Id: <20050818165213.BDF1.HIO@ymir.co.jp>
7511      Branch: perl
7512            ! hints/linux.sh
7513 ____________________________________________________________________________
7514 [ 25304] By: rgs                                   on 2005/08/18  11:10:27
7515         Log: Subject: [PATCH] 5.9.x (and 5.8.x): Symbian update
7516              From: <jarkko.hietaniemi@nokia.com>
7517              Date: Thu, 18 Aug 2005 13:43:46 +0300
7518              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A41B@esebe105.NOE.Nokia.com>
7519      Branch: perl
7520            ! README.symbian ext/Compress/Zlib/Zlib.xs numeric.c
7521            ! symbian/TODO symbian/config.pl symbian/config.sh
7522            ! symbian/install.cfg symbian/symbian_stubs.c symbian/xsbuild.pl
7523 ____________________________________________________________________________
7524 [ 25303] By: rgs                                   on 2005/08/18  08:58:54
7525         Log: Subject: [PATCH] Re: Transliteration operator(tr//)on EBCDIC platform
7526              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
7527              Date: Fri, 12 Aug 2005 00:20:39 +0900
7528              Message-Id: <20050812001541.EA69.BQW10602@nifty.com>
7529      Branch: perl
7530            ! t/op/tr.t toke.c
7531 ____________________________________________________________________________
7532 [ 25302] By: rgs                                   on 2005/08/18  08:00:53
7533         Log: Subject: autouse.pm: remove unneeded eval
7534              From: Alexey Tourbin <at@altlinux.ru>
7535              Date: Thu, 18 Aug 2005 08:13:24 +0400
7536              Message-ID: <20050818041324.GO19097@solemn.turbinal.org>
7537              
7538              Subject: autouse.pm: check stub, use goto in stub
7539              From: Alexey Tourbin <at@altlinux.ru>
7540              Date: Thu, 18 Aug 2005 09:06:20 +0400
7541              Message-ID: <20050818050620.GP19097@solemn.turbinal.org>
7542      Branch: perl
7543            ! lib/autouse.pm
7544 ____________________________________________________________________________
7545 [ 25301] By: rgs                                   on 2005/08/17  15:57:09
7546         Log: FAQ sync
7547      Branch: perl
7548            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
7549            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
7550            ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
7551 ____________________________________________________________________________
7552 [ 25300] By: steveh                                on 2005/08/17  14:33:00
7553         Log: Subject: Your bug reports for Time::Local
7554              From: Dave Rolsky <autarch@urth.org>
7555              Date: Tue, 16 Aug 2005 11:22:20 -0500 (CDT)
7556              Message-ID: <Pine.LNX.4.61.0508161120520.26270@urth.org>
7557              
7558              An improvement on change 25287 from Dave Rolsky
7559      Branch: perl
7560            ! lib/Time/Local.t
7561 ____________________________________________________________________________
7562 [ 25299] By: rgs                                   on 2005/08/17  12:33:18
7563         Log: Subject: Re: [perl #36654] Inconsistent treatment of NaN
7564              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
7565              Date: Aug 7, 2005 8:03 PM
7566              Message-ID: <20050807180308.GA2112@efn.org>
7567              
7568              Subject: Re: [perl #36654] Inconsistent treatment of NaN
7569              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
7570              Date: Wed, 10 Aug 2005 22:53:51 -0700
7571              Message-ID: <20050811055351.GA2296@efn.org>
7572      Branch: perl
7573            ! numeric.c pod/perlop.pod
7574 ____________________________________________________________________________
7575 [ 25298] By: rgs                                   on 2005/08/17  09:35:32
7576         Log: Upgrade to Time::HiRes 1.73
7577      Branch: perl
7578            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
7579 ____________________________________________________________________________
7580 [ 25297] By: nicholas                              on 2005/08/17  09:06:33
7581         Log: Given that we now have a union, there's no need for all the HvARRAY()
7582              casting games.
7583      Branch: perl
7584            ! hv.h sv.h
7585 ____________________________________________________________________________
7586 [ 25296] By: rgs                                   on 2005/08/16  17:57:27
7587         Log: Fix for [perl #36853] -Dx can crash bleadperl
7588              The PL_op_sequence global hash wasn't initialized
7589      Branch: perl
7590            ! dump.c
7591 ____________________________________________________________________________
7592 [ 25295] By: merijn                                on 2005/08/16  07:36:58
7593         Log: Subject: Time::HiRes::nanosleep support for Solaris [PATCH]
7594              From: Gisle Aas <gisle@ActiveState.com>
7595              Date: 15 Aug 2005 21:05:22 -0700
7596              Message-ID: <lrk6imy1a5.fsf@caliper.activestate.com>
7597      Branch: perl
7598            ! ext/Time/HiRes/hints/solaris.pl
7599 ____________________________________________________________________________
7600 [ 25294] By: merijn                                on 2005/08/15  09:36:30
7601         Log: Subject: Re: [PATCH@25292] add nonxs_ext to configure.com
7602              From: "John E. Malmberg" <wb8tyw@qsl.net>
7603              Date: Sat, 13 Aug 2005 12:20:34 -0400
7604              Message-ID: <42FE1DD2.8050803@qsl.net>
7605      Branch: perl
7606            ! configure.com
7607 ____________________________________________________________________________
7608 [ 25293] By: merijn                                on 2005/08/15  09:34:28
7609         Log: Subject: [PATCH configure.com] Make "prove" available on VMS
7610              From: Abe Timmerman <abe@ztreet.demon.nl>
7611              Date: Sat, 13 Aug 2005 18:16:29 +0200
7612              Message-Id: <200508131816.29092.abe@ztreet.demon.nl>
7613      Branch: perl
7614            ! configure.com
7615 ____________________________________________________________________________
7616 [ 25292] By: merijn                                on 2005/08/13  07:38:54
7617         Log: Subject: [PATCH @ 24148] Compress::Zlib 1.37
7618              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
7619              Date: Fri, 12 Aug 2005 16:31:42 +0100
7620              Message-Id: <20050812153145.PWIR17166.aamta12-winn.ispmail.ntl.com@MARQUESSPT21>
7621      Branch: perl
7622            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/Makefile.PL
7623            ! ext/Compress/Zlib/README ext/Compress/Zlib/Zlib.pm
7624            ! ext/Compress/Zlib/t/03examples.t
7625 ____________________________________________________________________________
7626 [ 25291] By: merijn                                on 2005/08/13  07:33:46
7627         Log: Subject: [patch@25289] Add sig_count to CONFIGURE.COM
7628              From: "John E. Malmberg" <wb8tyw@qsl.net>
7629              Date: Fri, 12 Aug 2005 13:39:25 -0400
7630              Message-ID: <42FCDECD.8090009@qsl.net>
7631      Branch: perl
7632            ! configure.com
7633 ____________________________________________________________________________
7634 [ 25290] By: merijn                                on 2005/08/13  07:30:05
7635         Log: Subject: Re: [patch@25289] bninfnan.t setting include path to file.
7636              From: "John E. Malmberg" <wb8tyw@qsl.net>
7637              Date: Fri, 12 Aug 2005 23:17:39 -0400
7638              Message-ID: <42FD6653.6010605@qsl.net>
7639      Branch: perl
7640            ! lib/bignum/t/bninfnan.t
7641 ____________________________________________________________________________
7642 [ 25289] By: steveh                                on 2005/08/12  16:13:11
7643         Log: Supply same libs for bcc32 builds as cl and gcc builds have
7644              
7645              It makes life easier for third-party extensions if perl provides a
7646              decent set of libs to link against. cl and gcc builds already have
7647              this (except that gcc was missing one lib), but bcc32 builds only
7648              have one or two libs supplied.  In particular, the ODBC libs
7649              required for building libwin32 were not specified.  One of these
7650              doesn't exist in the Borland lib dirs by default, so generate it
7651              from the DLL if it is missing.
7652      Branch: perl
7653            ! win32/makefile.mk
7654 ____________________________________________________________________________
7655 [ 25288] By: steveh                                on 2005/08/12  15:26:11
7656         Log: Make change 25286 better
7657              
7658              Thanks to John E. Malmberg <wb8tyw@qsl.net> for pointing this out.
7659      Branch: perl
7660            ! win32/win32.c
7661 ____________________________________________________________________________
7662 [ 25287] By: steveh                                on 2005/08/11  11:56:26
7663         Log: Fix lib/Time/Local.t for bcc32 in non GMT time zones
7664              
7665              See comments at:
7666              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-08/msg00115.html
7667      Branch: perl
7668            ! lib/Time/Local.t
7669 ____________________________________________________________________________
7670 [ 25286] By: steveh                                on 2005/08/11  10:56:12
7671         Log: Silence Win32 compiler warnings following change 25280
7672      Branch: perl
7673            ! win32/win32.c
7674 ____________________________________________________________________________
7675 [ 25285] By: steveh                                on 2005/08/11  09:21:37
7676         Log: Run regen.pl
7677      Branch: perl
7678            ! pod/perlapi.pod proto.h
7679 ____________________________________________________________________________
7680 [ 25284] By: merijn                                on 2005/08/11  07:35:27
7681         Log: Subject: [patch] blead@25282 - VMS specific fixes. [2nd try]
7682              From: "John E. Malmberg" <wb8tyw@qsl.net>
7683              Date: Wed, 10 Aug 2005 23:26:03 -0400
7684              Message-ID: <42FAC54B.2050207@qsl.net>
7685      Branch: perl
7686            ! lib/Test/Harness/Straps.pm lib/vmsish.t t/lib/warnings/doio
7687            ! t/op/anonsub.t t/op/chdir.t t/op/closure.t t/op/lex_assign.t
7688            ! t/op/runlevel.t t/op/stat.t t/pod/find.t t/x2p/s2p.t
7689            ! utils/c2ph.PL vms/ext/Stdio/test.pl
7690 ____________________________________________________________________________
7691 [ 25283] By: merijn                                on 2005/08/11  07:25:32
7692         Log: Subject: [patch] blead@25282
7693              From: "John E. Malmberg" <wb8tyw@qsl.net>
7694              Date: Wed, 10 Aug 2005 23:47:47 -0400
7695              Message-ID: <42FACA63.4030805@qsl.net>
7696      Branch: perl
7697            ! t/op/exec.t t/run/exit.t
7698 ____________________________________________________________________________
7699 [ 25282] By: merijn                                on 2005/08/10  20:34:03
7700         Log: Subject: [PATCH] Re: [perl #36235] perl + gcc-4.0.0 + solaris + gnu binutils
7701              From: Andy Dougherty <doughera@lafayette.edu>
7702              Date: Tue, 26 Jul 2005 12:03:37 -0400 (EDT)
7703              Message-ID: <Pine.SOC.4.62.0507261131300.8774@maxwell.phys.lafayette.edu>
7704      Branch: perl
7705            ! hints/solaris_2.sh
7706 ____________________________________________________________________________
7707 [ 25281] By: merijn                                on 2005/08/10  11:45:11
7708         Log: Subject: conflicting types for 'Perl_my_popen'
7709              From: Alexey Tourbin <at@altlinux.ru>
7710              Date: Wed, 10 Aug 2005 15:19:15 +0400
7711              Message-ID: <20050810111915.GK19097@solemn.turbinal.org>
7712      Branch: perl
7713            ! util.c
7714 ____________________________________________________________________________
7715 [ 25280] By: merijn                                on 2005/08/10  09:14:23
7716         Log: Subject: patch@25279 VMS error handling and const fixes
7717              From: "John E. Malmberg" <wb8tyw@qsl.net>
7718              Date: Wed, 10 Aug 2005 00:37:13 -0400
7719              Message-ID: <42F98479.6030207@qsl.net>
7720      Branch: perl
7721            ! doio.c embed.fnc perl.h pp_sys.c proto.h vms/vms.c
7722            ! vms/vmsish.h
7723 ____________________________________________________________________________
7724 [ 25279] By: merijn                                on 2005/08/09  11:24:54
7725         Log: Subject: [PATCH] Fix a couple of random warnings
7726              From: Steve Peters <steve@fisharerojo.org>
7727              Date: Tue, 9 Aug 2005 06:21:48 -0500
7728              Message-ID: <20050809112148.GA4902@mccoy.peters.homeunix.org>
7729      Branch: perl
7730            ! nostdio.h perl.c
7731 ____________________________________________________________________________
7732 [ 25278] By: steveh                                on 2005/08/08  16:12:12
7733         Log: Update Porting/repository.pod to recommend Cygwin's ssh on Win32
7734              
7735              Cygwin's ssh client seems to be superior to MSYS's ssh client in that
7736              it supports the ServerAliveInterval config setting which prevents the
7737              ssh client from timing out every so often
7738      Branch: perl
7739            ! Porting/repository.pod
7740 ____________________________________________________________________________
7741 [ 25277] By: merijn                                on 2005/08/08  06:22:38
7742         Log: Subject: [PATCH] Post-OSCON NN/NULLOK-ing
7743              From: Andy Lester <andy@petdance.com>
7744              Date: Sun, 7 Aug 2005 00:59:11 -0500
7745              Message-ID: <20050807055911.GA6384@petdance.com>
7746      Branch: perl
7747            ! embed.fnc op.c
7748 ____________________________________________________________________________
7749 [ 25276] By: merijn                                on 2005/08/08  06:17:33
7750         Log: Subject: Re: [PATCH] undup
7751              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
7752              Date: Sun, 07 Aug 2005 14:49:40 +0300
7753              Message-ID: <42F5F554.5020701@gmail.com>
7754      Branch: perl
7755            ! pod/perldoc.pod pod/perltodo.pod pod/perlunicode.pod
7756 ____________________________________________________________________________
7757 [ 25275] By: davem                                 on 2005/08/07  11:15:32
7758         Log: run regen.pl after change #25274
7759      Branch: perl
7760            ! pod/perlintern.pod
7761 ____________________________________________________________________________
7762 [ 25274] By: merijn                                on 2005/08/07  10:10:12
7763         Log: Subject: [PATCH] undup 
7764              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
7765              Date: Sun, 07 Aug 2005 13:28:19 +0300
7766              Message-ID: <42F5E243.80500@gmail.com>
7767      Branch: perl
7768            ! ext/Encode/lib/Encode/Supported.pod lib/Test/Harness/TAP.pod
7769            ! pad.c pod/perl573delta.pod pod/perl58delta.pod
7770            ! pod/perlfaq7.pod pod/perlglossary.pod pod/perlvar.pod pp_ctl.c
7771 ____________________________________________________________________________
7772 [ 25273] By: rgs                                   on 2005/08/06  23:07:46
7773         Log: Add files missed in change 25271
7774      Branch: perl
7775            + ext/Encode/lib/Encode/MIME/Header/ISO_2022_JP.pm
7776            + ext/Encode/t/mime_header_iso2022jp.t
7777 ____________________________________________________________________________
7778 [ 25272] By: rgs                                   on 2005/08/06  22:46:06
7779         Log: Clarify docs
7780      Branch: perl
7781            ! ext/PerlIO/encoding/encoding.pm
7782 ____________________________________________________________________________
7783 [ 25271] By: rgs                                   on 2005/08/06  22:15:14
7784         Log: Upgrade to Encode 2.11, plus a patch to PerlIO::encoding
7785              by Dan Kogai to fix encoding(utf-8-strict) with partial
7786              characters.
7787      Branch: perl
7788            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Changes
7789            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
7790            ! ext/Encode/Encode/encode.h ext/Encode/MANIFEST
7791            ! ext/Encode/META.yml ext/Encode/lib/Encode/Alias.pm
7792            ! ext/Encode/lib/Encode/Config.pm
7793            ! ext/Encode/lib/Encode/MIME/Header.pm
7794            ! ext/PerlIO/encoding/encoding.pm
7795 ____________________________________________________________________________
7796 [ 25270] By: merijn                                on 2005/08/06  15:54:55
7797         Log: Subject: [PATCH] Re: [PATCH] Re: [perl #36819] perlbug AutoReply: Bleadperl: abs() busted outside integer range
7798              From: Dominic Dunlop <shouldbedomo@mac.com>
7799              Date: Sat, 6 Aug 2005 17:47:40 +0200
7800              Message-Id: <EF62D3CF-8B54-4C7B-973E-C259F487AE32@mac.com>
7801      Branch: perl
7802            ! pp.c t/op/arith.t
7803 ____________________________________________________________________________
7804 [ 25269] By: rgs                                   on 2005/08/05  16:31:44
7805         Log: Subject: [patch]vms.c - buffer highwater overrun in vmsify
7806              From: John E. Malmberg <wb8tyw@qsl.net>
7807              Date: Mon, 01 Aug 2005 19:54:22 -0400
7808              Message-ID: <42EEB62E.3020108@qsl.net>
7809      Branch: perl
7810            ! vms/vms.c
7811 ____________________________________________________________________________
7812 [ 25268] By: rgs                                   on 2005/08/05  15:01:19
7813         Log: "thread failed to start" is a severe warning, not a fatal error
7814              as reported by Tassilo von Parseval.
7815      Branch: perl
7816            ! pod/perldiag.pod
7817 ____________________________________________________________________________
7818 [ 25267] By: merijn                                on 2005/08/05  14:13:26
7819         Log: ASCIZ is not a typo
7820      Branch: perl
7821            ! pod/perlfunc.pod
7822 ____________________________________________________________________________
7823 [ 25266] By: merijn                                on 2005/08/05  07:50:40
7824         Log: Subject: [PATCH] Typos in *.p[lm]
7825              From: "Piotr Fusik" <pfusik@op.pl>
7826              Date: Sun, 31 Jul 2005 12:50:04 +0200
7827              Message-ID: <001401c595bd$dccb5d80$0bd34dd5@piec>
7828      Branch: perl
7829            ! ext/Encode/lib/Encode/PerlIO.pod
7830            ! ext/Encode/lib/Encode/Supported.pod lib/ExtUtils/MM_Win95.pm
7831            ! lib/ExtUtils/MakeMaker/FAQ.pod lib/Net/libnetFAQ.pod
7832            ! lib/Test/Harness/TAP.pod lib/Test/Tutorial.pod
7833            ! pod/perlfunc.pod pod/perltoc.pod
7834 ____________________________________________________________________________
7835 [ 25265] By: rgs                                   on 2005/08/04  16:45:37
7836         Log: VMS debugging help, by John E. Malmberg
7837      Branch: perl
7838            ! vms/descrip_mms.template
7839 ____________________________________________________________________________
7840 [ 25264] By: merijn                                on 2005/08/03  10:30:54
7841         Log: Subject: [PATCH] Re: Smoke [5.9.3] 25248 FAIL(F) openbsd 3.7 (i386/1 cpu)
7842              From: Dominic Dunlop <shouldbedomo@mac.com>
7843              Date: Wed, 3 Aug 2005 12:19:03 +0200
7844              Message-Id: <8D595B69-4489-4395-BFA4-07DF5859D556@mac.com>
7845      Branch: perl
7846            ! t/op/sprintf.t
7847 ____________________________________________________________________________
7848 [ 25263] By: merijn                                on 2005/08/02  13:59:49
7849         Log: The typo changes from 25261 (of course) altered the MD5's
7850      Branch: perl
7851            ! ext/Digest/MD5/t/files.t
7852 ____________________________________________________________________________
7853 [ 25262] By: merijn                                on 2005/08/02  13:45:35
7854         Log: Typoes from 25261 also in expected for tests
7855      Branch: perl
7856            ! t/pod/pod2usage.xr
7857 ____________________________________________________________________________
7858 [ 25261] By: merijn                                on 2005/08/02  10:39:51
7859         Log: Subject: [PATCH] Typos in *.p[lm]
7860              From: "Piotr Fusik" <pfusik@op.pl>
7861              Date: Sun, 31 Jul 2005 12:50:04 +0200
7862              Message-ID: <001401c595bd$dccb5d80$0bd34dd5@piec>
7863      Branch: perl
7864            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bblock.pm ext/B/B/CC.pm
7865            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
7866            ! ext/B/t/OptreeCheck.pm ext/Compress/Zlib/Zlib.pm
7867            ! ext/DB_File/DB_File.pm ext/Digest/MD5/MD5.pm
7868            ! ext/Encode/Encode.pm ext/Encode/encoding.pm
7869            ! ext/Encode/lib/Encode/Alias.pm ext/IO/lib/IO/Dir.pm
7870            ! ext/IO/lib/IO/Poll.pm ext/IO/lib/IO/Socket/INET.pm
7871            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
7872            ! ext/Opcode/Opcode.pm ext/Opcode/ops.pm
7873            ! ext/SDBM_File/SDBM_File.pm ext/Storable/Storable.pm
7874            ! ext/XS/APItest/APItest.pm ext/re/re.pm lib/Archive/Tar.pm
7875            ! lib/Archive/Tar/Constant.pm lib/Attribute/Handlers.pm
7876            ! lib/CGI.pm lib/CGI/Carp.pm lib/CPAN.pm lib/Digest.pm
7877            ! lib/ExtUtils/CBuilder/Platform/Windows.pm
7878            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
7879            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
7880            ! lib/ExtUtils/ParseXS.pm lib/File/Basename.pm
7881            ! lib/File/Spec/Mac.pm lib/File/Temp.pm lib/Filter/Simple.pm
7882            ! lib/Getopt/Long.pm lib/I18N/LangTags.pm
7883            ! lib/I18N/LangTags/List.pm lib/Math/BigFloat.pm
7884            ! lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm lib/Math/BigRat.pm
7885            ! lib/NEXT.pm lib/Net/Cmd.pm lib/Net/Config.pm lib/Net/FTP.pm
7886            ! lib/Net/NNTP.pm lib/Net/POP3.pm lib/Net/Ping.pm
7887            ! lib/Net/SMTP.pm lib/PerlIO.pm lib/Pod/Checker.pm
7888            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Pod/InputObjects.pm
7889            ! lib/Pod/LaTeX.pm lib/Pod/Parser.pm lib/Pod/Select.pm
7890            ! lib/Pod/Usage.pm lib/Switch.pm lib/Term/ANSIColor.pm
7891            ! lib/Test.pm lib/Test/More.pm lib/Text/Balanced.pm
7892            ! lib/Text/Wrap.pm lib/Tie/File.pm lib/Tie/Hash.pm
7893            ! lib/Unicode/UCD.pm lib/base.pm lib/bigint.pm lib/bignum.pm
7894            ! lib/bigrat.pm lib/blib.pm lib/diagnostics.pm lib/perl5db.pl
7895            ! lib/version.pm lib/vmsish.pm os2/OS2/PrfDB/PrfDB.pm
7896            ! os2/OS2/Process/Process.pm pod/checkpods.PL pod/pod2usage.PL
7897            ! utils/h2xs.PL win32/bin/pl2bat.pl wince/bin/pl2bat.pl
7898            ! wince/comp.pl
7899 ____________________________________________________________________________
7900 [ 25260] By: rgs                                   on 2005/08/01  15:14:48
7901         Log: Document where to find maintainers of dual live modules
7902      Branch: perl
7903            ! pod/perlhack.pod
7904 ____________________________________________________________________________
7905 [ 25259] By: rgs                                   on 2005/08/01  15:12:07
7906         Log: More typo fixes (damn generated pod files)
7907      Branch: perl
7908            ! pad.c
7909 ____________________________________________________________________________
7910 [ 25258] By: rgs                                   on 2005/08/01  14:45:22
7911         Log: Subject: Re: [perl #36616] bug or feature? foreach (sort @array) {y/a-z/A-Z/;} # @array modified!
7912              From: Michael G Schwern <schwern@pobox.com>
7913              Date: Sat, 23 Jul 2005 19:59:29 -0700
7914              Message-ID: <20050724025929.GA6574@windhund.schwern.org>
7915      Branch: perl
7916            ! pod/perlfunc.pod
7917 ____________________________________________________________________________
7918 [ 25257] By: rgs                                   on 2005/08/01  13:58:04
7919         Log: Various patches by John E. Malmberg to fix data
7920              corruption issues on VMS. Back out change 25218 and
7921              the parts of change 25217 that affect pp_ctl.c and
7922              pp_sys.c.
7923      Branch: perl
7924            ! doio.c ext/Compress/Zlib/Makefile.PL mg.c pp_ctl.c pp_sys.c
7925            ! vms/vms.c vms/vmsish.h
7926 ____________________________________________________________________________
7927 [ 25256] By: rgs                                   on 2005/08/01  13:54:52
7928         Log: Various patches by John E. Malmberg to fix data
7929              corruption issues on VMS. Back out change 25218 and
7930              the parts of change 25217 that affect pp_ctl.c and
7931              pp_sys.c.
7932      Branch: perl
7933            ! doio.c ext/Compress/Zlib/Makefile.PL mg.c pp_ctl.c pp_sys.c
7934            ! vms/vms.c vms/vmsish.h
7935 ____________________________________________________________________________
7936 [ 25255] By: rgs                                   on 2005/08/01  13:15:25
7937         Log: Subject: [patch] blead@25226 on OpenVMS/vms.c - fopen bug.
7938              From: "John E. Malmberg" <wb8tyw@qsl.net>
7939              Date: Fri, 29 Jul 2005 10:24:15 -0400
7940              Message-ID: <42EA3C0F.9040900@qsl.net>
7941      Branch: perl
7942            ! vms/vms.c
7943 ____________________________________________________________________________
7944 [ 25254] By: rgs                                   on 2005/08/01  08:14:27
7945         Log: Another typo fix
7946      Branch: perl
7947            ! XSUB.h pod/perlapi.pod
7948 ____________________________________________________________________________
7949 [ 25253] By: rgs                                   on 2005/08/01  08:13:10
7950         Log: Subject: [PATCH] POD typos
7951              From: "Piotr Fusik" <pfusik@op.pl>
7952              Date: Sat, 30 Jul 2005 21:54:19 +0200
7953              Message-ID: <00ef01c59542$3198ba00$26d34dd5@piec>
7954      Branch: perl
7955            ! Porting/pumpkin.pod Porting/repository.pod ext/POSIX/POSIX.pod
7956            ! pod/perl593delta.pod pod/perlapio.pod pod/perldebug.pod
7957            ! pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq3.pod
7958            ! pod/perlfaq4.pod pod/perlfaq6.pod pod/perlglossary.pod
7959            ! pod/perlguts.pod pod/perlintern.pod pod/perltodo.pod
7960            ! pod/perlxs.pod symbian/PerlBase.pod vms/perlvms.pod
7961 ____________________________________________________________________________
7962 [ 25252] By: rgs                                   on 2005/08/01  07:49:58
7963         Log: Subject: Re: [perl #36622] y/// at end of file
7964              From: Michael G Schwern <schwern@pobox.com>
7965              Date: Fri, 22 Jul 2005 11:51:15 -0700
7966              Message-ID: <20050722185115.GB28829@windhund.schwern.org>
7967      Branch: perl
7968            ! t/op/tr.t t/test.pl
7969 ____________________________________________________________________________
7970 [ 25251] By: rgs                                   on 2005/08/01  07:23:08
7971         Log: Subject: Re: blead@25210 on OpenVMS (not good)
7972              From: "John E. Malmberg" <wb8tyw@qsl.net>
7973              Date: Sun, 24 Jul 2005 19:09:01 -0400
7974              Message-ID: <42E41F8D.3040306@qsl.net>
7975              
7976              constify Perl_unlnk
7977      Branch: perl
7978            ! embed.fnc perl.h proto.h util.c
7979 ____________________________________________________________________________
7980 [ 25250] By: rgs                                   on 2005/08/01  07:03:36
7981         Log: Subject: blead@25226 - ext/Compress/Zlib on VMS.
7982              From: "John E. Malmberg" <wb8tyw@qsl.net>
7983              Date: Sun, 31 Jul 2005 23:19:51 -0400
7984              Message-ID: <42ED94D6.7020104@qsl.net>
7985      Branch: perl
7986            ! ext/Compress/Zlib/t/03examples.t
7987 ____________________________________________________________________________
7988 [ 25249] By: rgs                                   on 2005/08/01  06:57:09
7989         Log: Subject: [patch] blead@25226 - t/op/pack.t undefined value fix
7990              From: "John E. Malmberg" <wb8tyw@qsl.net>
7991              Date: Sun, 31 Jul 2005 22:18:19 -0400
7992              Message-ID: <42ED866B.3000308@qsl.net>
7993      Branch: perl
7994            ! t/op/pack.t
7995 ____________________________________________________________________________
7996 [ 25248] By: merijn                                on 2005/07/31  15:50:45
7997         Log: SIGRTMIN & SIGRTMAX on Cygwin both 32. sig_count = 33, but
7998              POSIX::SigRt is not available on use
7999      Branch: perl
8000            ! ext/POSIX/t/sigaction.t
8001 ____________________________________________________________________________
8002 [ 25247] By: merijn                                on 2005/07/31  15:47:51
8003         Log: Subject: [PATCH] Re: Smoke [5.9.3] 25237 FAIL(F) linux 2.6.12-4-686 [debian] (i686/1 cpu)
8004              From: Dominic Dunlop <shouldbedomo@mac.com>
8005              Date: Fri, 29 Jul 2005 17:41:59 +0200
8006              Message-Id: <33378322-189C-4D70-AC0B-1AF589DD56E7@mac.com>
8007      Branch: perl
8008            ! sv.h
8009 ____________________________________________________________________________
8010 [ 25246] By: rgs                                   on 2005/07/31  15:15:35
8011         Log: Remove the documentation for $#, which has been removed
8012      Branch: perl
8013            ! pod/perlvar.pod
8014 ____________________________________________________________________________
8015 [ 25245] By: rgs                                   on 2005/07/29  15:36:09
8016         Log: Update Changes
8017      Branch: perl
8018            ! Changes
8019 ____________________________________________________________________________
8020 [ 25244] By: steveh                                on 2005/07/29  09:41:38
8021         Log: Skip op/sprintf.t test 147 on MSWin32
8022              ... and fix the skip code so that it actually works ;-)
8023      Branch: perl
8024            ! t/op/sprintf.t
8025 ____________________________________________________________________________
8026 [ 25243] By: rgs                                   on 2005/07/29  08:31:51
8027         Log: Subject: [PATCH] More embed.fnc goodness
8028              From: Andy Lester <andy@petdance.com>
8029              Date: Thu, 28 Jul 2005 14:09:56 -0500
8030              Message-ID: <20050728190956.GB607@petdance.com>
8031      Branch: perl
8032            ! doio.c embed.fnc embed.h op.c pp_ctl.c proto.h regcomp.c
8033            ! regexec.c sv.c util.c
8034 ____________________________________________________________________________
8035 [ 25242] By: rgs                                   on 2005/07/29  07:19:11
8036         Log: Subject: [PATCH] Fix English error in overload.pm
8037              From: Andy Lester <andy@petdance.com>
8038              Date: Thu, 28 Jul 2005 14:10:43 -0500
8039              Message-ID: <20050728191043.GC607@petdance.com>
8040      Branch: perl
8041            ! lib/overload.pm
8042 ____________________________________________________________________________
8043 [ 25241] By: rgs                                   on 2005/07/28  17:34:36
8044         Log: Clarification to the syntax of loop modifiers
8045              by Piotr Fusik
8046      Branch: perl
8047            ! pod/perlfunc.pod
8048 ____________________________________________________________________________
8049 [ 25240] By: rgs                                   on 2005/07/28  17:29:47
8050         Log: Subject: RE: [PATCH] Re: [PATCH] support POSIX SA_SIGINFO
8051              From: "Green, Paul" <Paul.Green@stratus.com>
8052              Date: Mon, 25 Jul 2005 12:39:32 -0400
8053              Message-ID: <F5F42E77A43DD944B6D664B00A5401CB8A9F67@EXNA.corp.stratus.com>
8054      Branch: perl
8055            ! mg.c
8056 ____________________________________________________________________________
8057 [ 25239] By: rgs                                   on 2005/07/28  17:18:13
8058         Log: Subject: [PATCH fresh_perl.t] Being more careful about newlines
8059              From: Michael G Schwern <schwern@pobox.com>
8060              Date: Fri, 22 Jul 2005 12:53:34 -0700
8061              Message-ID: <20050722195334.GA12431@windhund.schwern.org>
8062      Branch: perl
8063            ! t/run/fresh_perl.t
8064 ____________________________________________________________________________
8065 [ 25238] By: rgs                                   on 2005/07/28  16:11:23
8066         Log: Subject: [PATCH] perl.h, use STRINGIFY in 25171
8067              From: Robin Barker <Robin.Barker@npl.co.uk>
8068              Date: Thu, 28 Jul 2005 12:13:13 +0100
8069              Message-ID: <533D273D4014D411AB1D00062938C4D90849C75A@hotel.npl.co.uk>
8070      Branch: perl
8071            ! perl.h
8072 ____________________________________________________________________________
8073 [ 25237] By: merijn                                on 2005/07/28  13:03:09
8074         Log: Subject: [PATCH] tidy up DieNull and DIE_NULL
8075              From: Robin Barker <Robin.Barker@npl.co.uk>
8076              Date: Thu, 28 Jul 2005 14:05:51 +0100
8077              Message-ID: <533D273D4014D411AB1D00062938C4D90849C75C@hotel.npl.co.uk>
8078      Branch: perl
8079            ! embed.fnc mg.c perl.h pp.h pp_sys.c proto.h
8080 ____________________________________________________________________________
8081 [ 25236] By: rgs                                   on 2005/07/28  12:59:55
8082         Log: Subject: [PATCH] silence compiler warning in mg.c POSIX.xs
8083              From: Robin Barker <Robin.Barker@npl.co.uk>
8084              Date: Thu, 28 Jul 2005 13:57:31 +0100
8085              Message-ID: <533D273D4014D411AB1D00062938C4D90849C75B@hotel.npl.co.uk>
8086      Branch: perl
8087            ! ext/POSIX/POSIX.xs mg.c perl.h
8088 ____________________________________________________________________________
8089 [ 25235] By: merijn                                on 2005/07/28  12:22:27
8090         Log: sprintf now has all but two tests enabled.
8091              the list supports skipping of expected fails
8092              new test for %.0g from Dominic Dunlop
8093      Branch: perl
8094            ! t/op/sprintf.t
8095 ____________________________________________________________________________
8096 [ 25234] By: steveh                                on 2005/07/28  09:10:41
8097         Log: Subject: [PATCH] perlfunc.pod grammar fixes
8098              From: Steve Peters <steve@fisharerojo.org>
8099              Date: Wed, 27 Jul 2005 22:02:13 -0500
8100              Message-ID: <20050728030213.GA11330@mccoy.peters.homeunix.org>
8101              
8102              (with minor tweaks)
8103      Branch: perl
8104            ! pod/perlfunc.pod
8105 ____________________________________________________________________________
8106 [ 25233] By: rgs                                   on 2005/07/28  09:07:57
8107         Log: Sync change 25229 to .h source files
8108      Branch: perl
8109            ! cv.h pad.h
8110 ____________________________________________________________________________
8111 [ 25232] By: rgs                                   on 2005/07/28  08:53:55
8112         Log: Subject: [perl #36672] Swapped warnings for -o and -O file tests 
8113              From: "Piotr Fusik" (via RT) <perlbug-followup@perl.org>
8114              Date: Wed, 27 Jul 2005 15:43:17 -0700
8115              Message-ID: <rt-3.0.11-36672-118371.6.12458378853063@perl.org>
8116              
8117              (except the redundant test)
8118      Branch: perl
8119            ! opcode.h opcode.pl t/lib/warnings/9uninit
8120 ____________________________________________________________________________
8121 [ 25231] By: merijn                                on 2005/07/28  06:48:14
8122         Log: Subject: Re: [PATCH] Tru64: use -c99 for ccflags if available
8123              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
8124              Date: Thu, 28 Jul 2005 10:01:51 +0300
8125              Message-ID: <42E882DF.6020100@gmail.com>
8126              Message-ID: <42E86DE9.6090709@gmail.com>
8127      Branch: perl
8128            ! handy.h hints/dec_osf.sh
8129 ____________________________________________________________________________
8130 [ 25230] By: merijn                                on 2005/07/27  16:28:58
8131         Log: Some signals are more real than others
8132              Also added comment about why the tests are there
8133      Branch: perl
8134            ! ext/POSIX/t/sigaction.t
8135 ____________________________________________________________________________
8136 [ 25229] By: merijn                                on 2005/07/27  16:26:16
8137         Log: Subject: [PATCH] id est is i.e.
8138              From: Steve Peters <steve@fisharerojo.org>
8139              Date: Tue, 26 Jul 2005 20:42:38 -0500
8140              Message-ID: <20050727014238.GA2582@mccoy.peters.homeunix.org>
8141      Branch: perl
8142            ! pod/perlfunc.pod pod/perlguts.pod pod/perlhack.pod
8143            ! pod/perlintern.pod
8144 ____________________________________________________________________________
8145 [ 25228] By: merijn                                on 2005/07/26  13:23:10
8146         Log: Use the correct gcc when more than one gcc is installed
8147              Thanks to Campo
8148      Branch: perl
8149            ! hints/aix.sh
8150 ____________________________________________________________________________
8151 [ 25227] By: rgs                                   on 2005/07/26  09:20:11
8152         Log: Subject: [perl #36658] Typo in perlfunc.pod 
8153              From: "John W. Krahn" (via RT) <perlbug-followup@perl.org>
8154              Date: Tue, 26 Jul 2005 01:07:18 -0700
8155              Message-ID: <rt-3.0.11-36658-118300.18.7320750032131@perl.org>
8156      Branch: perl
8157            ! pod/perlfunc.pod
8158 ____________________________________________________________________________
8159 [ 25226] By: steveh                                on 2005/07/25  14:37:41
8160         Log: Reinstate PERL_MALLOC_WRAP for bcc32 on Win32
8161              
8162              This was disabled by change 22689 because it was severely broken
8163              at the time.  See the thread starting here:
8164              
8165              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2004-04/msg00370.html
8166              
8167              The PERL_MALLOC_WRAP code in handy.h has since changed along the
8168              lines of what was discussed in that thread (in particular, by change
8169              25034) and I find that everything is now fine with PERL_MALLOC_WRAP
8170              re-enabled.
8171      Branch: perl
8172            ! win32/config_H.bc
8173 ____________________________________________________________________________
8174 [ 25225] By: steveh                                on 2005/07/25  14:34:12
8175         Log: Ken pointed out that CBuilder's cleanup is too agrressive
8176              
8177              The Windows compile() and link() methods bizarrely include their own
8178              output files in the list of files to be cleaned up.  Now that they
8179              actually are being cleaned up, this isn't ideal ;-)
8180              
8181              Stop compile() and link() from cleaning up their own output, and
8182              reinstate the explicit deletion of those output files in the test
8183              scripts.
8184      Branch: perl
8185            ! lib/ExtUtils/CBuilder/Platform/Windows.pm
8186            ! lib/ExtUtils/CBuilder/t/01-basic.t
8187            ! lib/ExtUtils/CBuilder/t/02-link.t
8188            ! lib/ExtUtils/ParseXS/t/basic.t
8189 ____________________________________________________________________________
8190 [ 25224] By: steveh                                on 2005/07/25  11:53:44
8191         Log: Silence uninitialized value warnings in Net::Cmd
8192              
8193              (Suppresses 20 such warnings emitted by lib/Net/t/datasend.t)
8194      Branch: perl
8195            ! lib/Net/Cmd.pm
8196 ____________________________________________________________________________
8197 [ 25223] By: merijn                                on 2005/07/25  11:47:03
8198         Log: use POSIX might not throw an error. Check for useful values also
8199      Branch: perl
8200            ! ext/POSIX/t/sigaction.t
8201 ____________________________________________________________________________
8202 [ 25222] By: steveh                                on 2005/07/25  11:11:29
8203         Log: Make CBuilder and ParseXS clean up their temp test files
8204      Branch: perl
8205            ! lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/Base.pm
8206            ! lib/ExtUtils/CBuilder/t/01-basic.t
8207            ! lib/ExtUtils/CBuilder/t/02-link.t lib/ExtUtils/ParseXS.pm
8208            ! lib/ExtUtils/ParseXS/t/basic.t
8209 ____________________________________________________________________________
8210 [ 25221] By: rgs                                   on 2005/07/25  09:49:39
8211         Log: Increment the version number of version.pm
8212              (no code changes on CPAN)
8213      Branch: perl
8214            ! lib/version.pm
8215 ____________________________________________________________________________
8216 [ 25220] By: merijn                                on 2005/07/25  08:53:34
8217         Log: Subject: [PATCH perlfunc.pod/crypt] crypt() digests, not encrypts
8218              From: Michael G Schwern <schwern@pobox.com>
8219              Date: Sat, 23 Jul 2005 17:25:18 -0700
8220              Message-ID: <20050724002518.GB4918@windhund.schwern.org>
8221              
8222              Subject: Re: [PATCH perlfunc.pod/crypt] crypt() digests, not encrypts
8223              From: Michael G Schwern <schwern@pobox.com>
8224              Date: Sun, 24 Jul 2005 13:49:25 -0700
8225              Message-ID: <20050724204925.GC13275@windhund.schwern.org>
8226      Branch: perl
8227            ! pod/perlfunc.pod
8228 ____________________________________________________________________________
8229 [ 25219] By: merijn                                on 2005/07/25  08:39:08
8230         Log: Subject: [PATCH] perlfunc.pod: s/definetely/definitely/
8231              From: "Piotr Fusik" <pfusik@op.pl>
8232              Date: Sun, 24 Jul 2005 12:55:09 +0200
8233              Message-ID: <004e01c5903e$2affb3a0$60d24dd5@piec>
8234      Branch: perl
8235            ! pod/perlfunc.pod
8236 ____________________________________________________________________________
8237 [ 25218] By: nicholas                              on 2005/07/24  22:35:56
8238         Log: Subject: [PATCH] Re: blead@25210 on OpenVMS (not good)
8239              From: "Craig A. Berry" <craigberry@mac.com>
8240              Message-Id: <p06230906bf09caa9618b@[172.16.52.1]>
8241              Date: Sun, 24 Jul 2005 17:47:26 -0500
8242      Branch: perl
8243            ! doio.c
8244 ____________________________________________________________________________
8245 [ 25217] By: nicholas                              on 2005/07/24  20:52:13
8246         Log: Subject: [PATCH] blead help for VMS
8247              From: "Craig A. Berry" <craigberry@mac.com>
8248              Message-ID: <42E3FABB.1020900@mac.com>
8249              Date: Sun, 24 Jul 2005 15:31:55 -0500
8250      Branch: perl
8251           +> ext/Compress/Zlib/zlib-src/adler32.c
8252           +> ext/Compress/Zlib/zlib-src/compress.c
8253           +> ext/Compress/Zlib/zlib-src/crc32.c
8254           +> ext/Compress/Zlib/zlib-src/crc32.h
8255           +> ext/Compress/Zlib/zlib-src/deflate.c
8256           +> ext/Compress/Zlib/zlib-src/deflate.h
8257           +> ext/Compress/Zlib/zlib-src/gzio.c
8258           +> ext/Compress/Zlib/zlib-src/infback.c
8259           +> ext/Compress/Zlib/zlib-src/inffast.c
8260           +> ext/Compress/Zlib/zlib-src/inffast.h
8261           +> ext/Compress/Zlib/zlib-src/inffixed.h
8262           +> ext/Compress/Zlib/zlib-src/inflate.c
8263           +> ext/Compress/Zlib/zlib-src/inflate.h
8264           +> ext/Compress/Zlib/zlib-src/inftrees.c
8265           +> ext/Compress/Zlib/zlib-src/inftrees.h
8266           +> ext/Compress/Zlib/zlib-src/trees.c
8267           +> ext/Compress/Zlib/zlib-src/trees.h
8268           +> ext/Compress/Zlib/zlib-src/uncompr.c
8269           +> ext/Compress/Zlib/zlib-src/zconf.h
8270           +> ext/Compress/Zlib/zlib-src/zlib.h
8271           +> ext/Compress/Zlib/zlib-src/zutil.c
8272           +> ext/Compress/Zlib/zlib-src/zutil.h
8273            - ext/Compress/Zlib/zlib-src-1.2.3/adler32.c
8274            - ext/Compress/Zlib/zlib-src-1.2.3/compress.c
8275            - ext/Compress/Zlib/zlib-src-1.2.3/crc32.c
8276            - ext/Compress/Zlib/zlib-src-1.2.3/crc32.h
8277            - ext/Compress/Zlib/zlib-src-1.2.3/deflate.c
8278            - ext/Compress/Zlib/zlib-src-1.2.3/deflate.h
8279            - ext/Compress/Zlib/zlib-src-1.2.3/gzio.c
8280            - ext/Compress/Zlib/zlib-src-1.2.3/infback.c
8281            - ext/Compress/Zlib/zlib-src-1.2.3/inffast.c
8282            - ext/Compress/Zlib/zlib-src-1.2.3/inffast.h
8283            - ext/Compress/Zlib/zlib-src-1.2.3/inffixed.h
8284            - ext/Compress/Zlib/zlib-src-1.2.3/inflate.c
8285            - ext/Compress/Zlib/zlib-src-1.2.3/inflate.h
8286            - ext/Compress/Zlib/zlib-src-1.2.3/inftrees.c
8287            - ext/Compress/Zlib/zlib-src-1.2.3/inftrees.h
8288            - ext/Compress/Zlib/zlib-src-1.2.3/trees.c
8289            - ext/Compress/Zlib/zlib-src-1.2.3/trees.h
8290            - ext/Compress/Zlib/zlib-src-1.2.3/uncompr.c
8291            - ext/Compress/Zlib/zlib-src-1.2.3/zconf.h
8292            - ext/Compress/Zlib/zlib-src-1.2.3/zlib.h
8293            - ext/Compress/Zlib/zlib-src-1.2.3/zutil.c
8294            - ext/Compress/Zlib/zlib-src-1.2.3/zutil.h
8295            ! MANIFEST ext/Compress/Zlib/config.in mg.c pp_ctl.c pp_sys.c
8296            ! vms/gen_shrfls.pl
8297 ____________________________________________________________________________
8298 [ 25216] By: steveh                                on 2005/07/22  16:53:11
8299         Log: Fix USE_LARGE_FILES with bcc32 on Win32?
8300              
8301              Trawling through all these config files, I think I've found the
8302              reason why bcc32 builds with USE_LARGE_FILES were failing (e.g.
8303              (see http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-06/msg00809.html):
8304              lseeksize and lseektype were set to 8 and __int64, but Borland's
8305              <io.h> suggests that they should be 4 and long respectively.
8306              
8307              Changing them accordingly makes all tests pass. And I see that
8308              win32/win32.c has special handling for __BORLANDC__ + USE_LARGE_FILES,
8309              presumably to cope with this difference?
8310      Branch: perl
8311            ! win32/config.bc
8312 ____________________________________________________________________________
8313 [ 25215] By: steveh                                on 2005/07/22  16:36:41
8314         Log: Tweak the canned win32/config.* files
8315              
8316              uselargefiles, usemultiplicity, useperlio and useithreads are now
8317              off in the canned win32/config_H.* files, so change these to match.
8318              
8319              Also scrap the misleading ~USE_PERLIO~ and ~USE_SITECUST~ tags
8320              which don't actually work since no such CFG_VARS are passed in to
8321              config_sh.PL. (The useperlio and usesitecustomize entries actually
8322              get substituted by the more general "if (/^([\w_]+)=(.*)$/)" case.)
8323      Branch: perl
8324            ! win32/config.bc win32/config.gc win32/config.vc
8325            ! win32/config.vc64
8326 ____________________________________________________________________________
8327 [ 25214] By: steveh                                on 2005/07/22  14:22:38
8328         Log: Add missing entries to win32/config.*
8329              
8330              No existing entries changed, just adding some missing ones based
8331              on Porting/config.sh
8332      Branch: perl
8333            ! win32/config.bc win32/config.gc win32/config.vc
8334            ! win32/config.vc64
8335 ____________________________________________________________________________
8336 [ 25213] By: rgs                                   on 2005/07/22  12:23:35
8337         Log: Subject: [perl #36612] [PATCH] Misleading shift docs about @ARGV
8338              From: Michael G Schwern (via RT) <perlbug-followup@perl.org>
8339              Date: Wed, 20 Jul 2005 18:26:23 -0700
8340              Message-ID: <rt-3.0.11-36612-118070.2.49212485540788@perl.org>
8341      Branch: perl
8342            ! pod/perlfunc.pod
8343 ____________________________________________________________________________
8344 [ 25212] By: steveh                                on 2005/07/22  10:32:02
8345         Log: Tidy up options / defines output from makedef.pl
8346              and change Win32-specific comments to say "On Win32 ..." now
8347              that AIX is using the same code too
8348      Branch: perl
8349            ! makedef.pl
8350 ____________________________________________________________________________
8351 [ 25211] By: steveh                                on 2005/07/22  10:29:51
8352         Log: Silence Win32 warnings when not using USE_LARGE_FILES
8353      Branch: perl
8354            ! win32/win32.c
8355 ____________________________________________________________________________
8356 [ 25210] By: merijn                                on 2005/07/21  17:40:06
8357         Log: I *DO* have AIX, and extending #25209 like this make it happy again
8358              Thank you Steve!
8359      Branch: perl
8360            ! makedef.pl
8361 ____________________________________________________________________________
8362 [ 25209] By: steveh                                on 2005/07/21  17:01:33
8363         Log: Make makedef.pl read "miniperl -V" on Win32
8364              
8365              Perhaps other platforms that use makedef.pl also need a similar
8366              change (currently required to pick up PERL_DONT_CREATE_GVSV),
8367              but it also requires them to have minimal canned configs (if they
8368              are using canned configs like Win32 does) and I don't have any
8369              of the affected platforms (AIX, WinCE, OS/2, MacOS Classic and
8370              NetWare) for testing, so play it safe instead
8371      Branch: perl
8372            ! makedef.pl
8373 ____________________________________________________________________________
8374 [ 25208] By: steveh                                on 2005/07/21  16:50:27
8375         Log: Make the canned config.h files used on Win32 more minimal
8376              
8377              These are used in their unedited form to build miniperl, so should
8378              represent a minimal configuration
8379              
8380              The plan is to use miniperl's "-V" output in makedef.pl, so it is
8381              important that it doesn't include any of the optional things in the
8382              makefiles that the user might have chosen to disable
8383              
8384              (The actual config.h used to build perl itself is, of course, an
8385              edited version of these canned configs produced by using miniperl
8386              to run config_h.PL so these changes won't affect perl itself)
8387      Branch: perl
8388            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
8389            ! win32/config_H.vc64
8390 ____________________________________________________________________________
8391 [ 25207] By: merijn                                on 2005/07/21  15:41:39
8392         Log: Subject: [PATCH] Re: [PATCH] support POSIX SA_SIGINFO
8393              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
8394              Date: Thu, 21 Jul 2005 18:33:22 +0300
8395              Message-ID: <42DFC042.1090201@gmail.com>
8396      Branch: perl
8397            ! ext/POSIX/POSIX.pod ext/POSIX/t/sigaction.t mg.c
8398 ____________________________________________________________________________
8399 [ 25206] By: steveh                                on 2005/07/21  14:20:06
8400         Log: Rearrange win32/config_H.* to match config_h.SH
8401              
8402              No actual changes, just reordering the contents of the files so that
8403              diff works better.
8404      Branch: perl
8405            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
8406            ! win32/config_H.vc64
8407 ____________________________________________________________________________
8408 [ 25205] By: rgs                                   on 2005/07/21  12:39:43
8409         Log: Subject: [PATCH perl@24148] Compress::Zlib 1.35
8410              From: "Paul Marquess" <paul.marquess@ntlworld.com>
8411              Date: Thu, 21 Jul 2005 10:06:06 +0100
8412              Message-Id: <20050721090634.CA4E61F0003@mx1.mandriva.com>
8413      Branch: perl
8414            + ext/Compress/Zlib/zlib-src-1.2.3/adler32.c
8415            + ext/Compress/Zlib/zlib-src-1.2.3/compress.c
8416            + ext/Compress/Zlib/zlib-src-1.2.3/crc32.c
8417            + ext/Compress/Zlib/zlib-src-1.2.3/crc32.h
8418            + ext/Compress/Zlib/zlib-src-1.2.3/deflate.c
8419            + ext/Compress/Zlib/zlib-src-1.2.3/deflate.h
8420            + ext/Compress/Zlib/zlib-src-1.2.3/gzio.c
8421            + ext/Compress/Zlib/zlib-src-1.2.3/infback.c
8422            + ext/Compress/Zlib/zlib-src-1.2.3/inffast.c
8423            + ext/Compress/Zlib/zlib-src-1.2.3/inffast.h
8424            + ext/Compress/Zlib/zlib-src-1.2.3/inffixed.h
8425            + ext/Compress/Zlib/zlib-src-1.2.3/inflate.c
8426            + ext/Compress/Zlib/zlib-src-1.2.3/inflate.h
8427            + ext/Compress/Zlib/zlib-src-1.2.3/inftrees.c
8428            + ext/Compress/Zlib/zlib-src-1.2.3/inftrees.h
8429            + ext/Compress/Zlib/zlib-src-1.2.3/trees.c
8430            + ext/Compress/Zlib/zlib-src-1.2.3/trees.h
8431            + ext/Compress/Zlib/zlib-src-1.2.3/uncompr.c
8432            + ext/Compress/Zlib/zlib-src-1.2.3/zconf.h
8433            + ext/Compress/Zlib/zlib-src-1.2.3/zlib.h
8434            + ext/Compress/Zlib/zlib-src-1.2.3/zutil.c
8435            + ext/Compress/Zlib/zlib-src-1.2.3/zutil.h
8436            - ext/Compress/Zlib/zlib-src-1.2.2/adler32.c
8437            - ext/Compress/Zlib/zlib-src-1.2.2/compress.c
8438            - ext/Compress/Zlib/zlib-src-1.2.2/crc32.c
8439            - ext/Compress/Zlib/zlib-src-1.2.2/crc32.h
8440            - ext/Compress/Zlib/zlib-src-1.2.2/deflate.c
8441            - ext/Compress/Zlib/zlib-src-1.2.2/deflate.h
8442            - ext/Compress/Zlib/zlib-src-1.2.2/gzio.c
8443            - ext/Compress/Zlib/zlib-src-1.2.2/infback.c
8444            - ext/Compress/Zlib/zlib-src-1.2.2/inffast.c
8445            - ext/Compress/Zlib/zlib-src-1.2.2/inffast.h
8446            - ext/Compress/Zlib/zlib-src-1.2.2/inffixed.h
8447            - ext/Compress/Zlib/zlib-src-1.2.2/inflate.c
8448            - ext/Compress/Zlib/zlib-src-1.2.2/inflate.h
8449            - ext/Compress/Zlib/zlib-src-1.2.2/inftrees.c
8450            - ext/Compress/Zlib/zlib-src-1.2.2/inftrees.h
8451            - ext/Compress/Zlib/zlib-src-1.2.2/trees.c
8452            - ext/Compress/Zlib/zlib-src-1.2.2/trees.h
8453            - ext/Compress/Zlib/zlib-src-1.2.2/uncompr.c
8454            - ext/Compress/Zlib/zlib-src-1.2.2/zconf.h
8455            - ext/Compress/Zlib/zlib-src-1.2.2/zlib.h
8456            - ext/Compress/Zlib/zlib-src-1.2.2/zutil.c
8457            - ext/Compress/Zlib/zlib-src-1.2.2/zutil.h
8458            ! MANIFEST ext/Compress/Zlib/Changes ext/Compress/Zlib/README
8459            ! ext/Compress/Zlib/Zlib.pm ext/Compress/Zlib/Zlib.xs
8460            ! ext/Compress/Zlib/config.in ext/Compress/Zlib/t/05gzsetp.t
8461 ____________________________________________________________________________
8462 [ 25204] By: rgs                                   on 2005/07/20  16:53:16
8463         Log: Remove :base_io from the set of default "safe" opcodes.
8464              This fixes bug [perl #36213] "Possible flaw in Safe.pm/Opcode.pm
8465              that allows access to any file" but introduces a backward
8466              compatibility issue.
8467      Branch: perl
8468            ! ext/Opcode/Opcode.pm ext/Safe/t/safe2.t
8469 ____________________________________________________________________________
8470 [ 25203] By: steveh                                on 2005/07/20  13:59:18
8471         Log: Fix definition of Perl_sighandler following change 25200
8472      Branch: perl
8473            ! mg.c
8474 ____________________________________________________________________________
8475 [ 25202] By: rgs                                   on 2005/07/20  13:19:10
8476         Log: Subject: [PATCH] Convert t/op/vec.t to test.pl
8477              From: Steve Peters <steve@fisharerojo.org>
8478              Date: Wed, 20 Jul 2005 08:06:38 -0500
8479              Message-ID: <20050720130638.GA6123@mccoy.peters.homeunix.org>
8480      Branch: perl
8481            ! t/op/vec.t
8482 ____________________________________________________________________________
8483 [ 25201] By: steveh                                on 2005/07/20  13:08:54
8484         Log: Silence Win32 compiler warning (signed/unsigned mismatch)
8485      Branch: perl
8486            ! pad.c
8487 ____________________________________________________________________________
8488 [ 25200] By: rgs                                   on 2005/07/20  12:28:16
8489         Log: Subject: [PATCH] support POSIX SA_SIGINFO
8490              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
8491              Date: Wed, 20 Jul 2005 14:40:54 +0300
8492              Message-ID: <42DE3846.6050606@gmail.com>
8493      Branch: perl
8494            ! embed.fnc embed.h ext/POSIX/POSIX.pod ext/POSIX/t/sigaction.t
8495            ! global.sym iperlsys.h mg.c perl.c perl.h pp_sys.c proto.h
8496            ! util.c
8497 ____________________________________________________________________________
8498 [ 25199] By: steveh                                on 2005/07/20  12:11:56
8499         Log: Silence warnings about NSIG redefinition on Win32
8500              
8501              (Change 25191 doesn't work out unless dosish.h includes <signal.h>
8502              too, which it currently only does for DJGPP)
8503      Branch: perl
8504            ! dosish.h
8505 ____________________________________________________________________________
8506 [ 25198] By: rgs                                   on 2005/07/20  11:18:59
8507         Log: Remove obsolete error messages
8508      Branch: perl
8509            ! pod/perldiag.pod
8510 ____________________________________________________________________________
8511 [ 25197] By: rgs                                   on 2005/07/20  10:59:44
8512         Log: croak() accepts Nullch as a parameter.
8513              (spotted by Stas Bekman)
8514      Branch: perl
8515            ! embed.fnc proto.h
8516 ____________________________________________________________________________
8517 [ 25196] By: steveh                                on 2005/07/20  10:36:20
8518         Log: Fix Newz() backwards-compatibility macro
8519      Branch: perl
8520            ! handy.h
8521 ____________________________________________________________________________
8522 [ 25195] By: rgs                                   on 2005/07/20  10:31:04
8523         Log: Remove :unique attribute from Config.pm,
8524              until we find a better implementation of it (or
8525              remove it). See [perl #36375].
8526      Branch: perl
8527            ! configpm
8528 ____________________________________________________________________________
8529 [ 25194] By: rgs                                   on 2005/07/20  09:08:56
8530         Log: Subject: [PATCH] lvalue-subs returning elements of tied hashes/arrays
8531              From: Tassilo von Parseval <tassilo.von.parseval@rwth-aachen.de>
8532              Date: Wed, 20 Jul 2005 10:43:11 +0200
8533              Message-id: <20050720084311.GA20332@ethan>
8534      Branch: perl
8535            ! pp_hot.c t/op/sub_lval.t
8536 ____________________________________________________________________________
8537 [ 25193] By: steveh                                on 2005/07/20  09:00:29
8538         Log: Exit test script (if we're going to) *before* declaring a plan
8539      Branch: perl
8540            ! ext/POSIX/t/sigaction.t
8541 ____________________________________________________________________________
8542 [ 25192] By: rgs                                   on 2005/07/20  08:50:18
8543         Log: Subject: [PATCH] RE: rebuilding lib/Config*
8544              From: Robin Barker <Robin.Barker@npl.co.uk>
8545              Date: Jul 14, 2005 3:27 PM
8546              Message-ID: <533D273D4014D411AB1D00062938C4D90849C733@hotel.npl.co.uk>
8547      Branch: perl
8548            ! Makefile.SH
8549 ____________________________________________________________________________
8550 [ 25191] By: rgs                                   on 2005/07/20  06:47:49
8551         Log: Subject: [PATCH] move NSIG logic
8552              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
8553              Date: Wed, 20 Jul 2005 09:57:44 +0300
8554              Message-ID: <42DDF5E8.1060100@gmail.com>
8555      Branch: perl
8556            ! handy.h perl.h
8557 ____________________________________________________________________________
8558 [ 25190] By: nicholas                              on 2005/07/19  22:15:43
8559         Log: C<use Foo;> inside Foo.pm considered a "bad thing"
8560              (Certainly where there is AUTOLOADing and XS)
8561              Hopefully *this* fixes the POSIX breakage.
8562      Branch: perl
8563            ! ext/POSIX/POSIX.pm
8564 ____________________________________________________________________________
8565 [ 25189] By: nicholas                              on 2005/07/19  21:16:20
8566         Log: C<use Foo;> inside Foo.pm considered a "bad thing"
8567              (Certainly where there is AUTOLOADing and XS)
8568              Hopefully this fixes the POSIX breakage.
8569      Branch: perl
8570            ! ext/POSIX/POSIX.xs
8571 ____________________________________________________________________________
8572 [ 25188] By: nicholas                              on 2005/07/19  21:08:17
8573         Log: XS constants fail when their value is called for, not at import.
8574              This might be construed as a bug. Fixing is probably a greater evil.
8575      Branch: perl
8576            ! ext/POSIX/t/sigaction.t
8577 ____________________________________________________________________________
8578 [ 25187] By: rgs                                   on 2005/07/19  14:12:38
8579         Log: Extend the the "our variable redeclared" warning to the case:
8580              our $x; our $x;
8581              and add more tests
8582      Branch: perl
8583            ! pad.c t/lib/strict/vars t/lib/warnings/pad
8584 ____________________________________________________________________________
8585 [ 25186] By: steveh                                on 2005/07/19  13:25:42
8586         Log: Fix test following change #25181
8587      Branch: perl
8588            ! lib/Pod/t/htmlview.t
8589 ____________________________________________________________________________
8590 [ 25185] By: merijn                                on 2005/07/19  11:06:22
8591         Log: Subject: [PATCH] allow POSIX SIGRTMIN...SIGRTMAX signals (and plug a core dump)
8592              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
8593              Date: Tue, 19 Jul 2005 12:06:00 +0300
8594              Message-ID: <42DCC278.2010009@gmail.com>
8595      Branch: perl
8596            ! Configure ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm
8597            ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs ext/POSIX/t/sigaction.t
8598            ! handy.h
8599 ____________________________________________________________________________
8600 [ 25182] By: rgs                                   on 2005/07/19  10:09:57
8601         Log: Fix strict test to go with the precedent warning change
8602      Branch: perl
8603            ! t/lib/strict/vars
8604 ____________________________________________________________________________
8605 [ 25181] By: steveh                                on 2005/07/19  10:07:46
8606         Log: Subject: [perl #36526] Incorrect (X)HTML generated by Pod::Html 
8607              From: Earl Hood (via RT) <perlbug-followup@perl.org>
8608              Date: Tue, 12 Jul 2005 23:55:28 -0700
8609              Message-ID: <rt-3.0.11-36526-117155.10.6496168983897@perl.org>
8610              
8611              (with old code deleted rather than commented out)
8612      Branch: perl
8613            ! lib/Pod/Html.pm
8614 ____________________________________________________________________________
8615 [ 25180] By: rgs                                   on 2005/07/19  09:56:59
8616         Log: Silence new (expected) warnings
8617      Branch: perl
8618            ! t/op/mydef.t
8619 ____________________________________________________________________________
8620 [ 25179] By: rgs                                   on 2005/07/19  09:45:24
8621         Log: Overhaul the semantics of the warning
8622              ""%s" variable %s masks earlier declaration",
8623              based on a patch by Rick Delaney. Now we have :
8624              my $x;   my $x; # warns
8625              my $x;  our $x; # warns
8626              our $x;  my $x; # warns
8627              our $x; our $x; # silent
8628      Branch: perl
8629            ! pad.c t/lib/warnings/pad
8630 ____________________________________________________________________________
8631 [ 25178] By: merijn                                on 2005/07/19  05:42:52
8632         Log: Subject: [PATCH] Final (hopefully) fix for fchdir
8633              From: Steve Peters <steve@fisharerojo.org>
8634              Date: Mon, 18 Jul 2005 22:59:19 -0500
8635              Message-ID: <20050719035919.GA32670@mccoy.peters.homeunix.org>
8636      Branch: perl
8637            ! pp_sys.c
8638 ____________________________________________________________________________
8639 [ 25177] By: davem                                 on 2005/07/19  01:16:09
8640         Log: Subject:  Re: [PATCH] Faster **
8641              From:      "Piotr Fusik" <pfusik@op.pl>
8642              Date:      Fri, 24 Jun 2005 12:47:40 +0200
8643              Message-Id:  <00b201c578af$7ad02b40$17d24dd5@piec>
8644      Branch: perl
8645            ! pp.c
8646 ____________________________________________________________________________
8647 [ 25176] By: davem                                 on 2005/07/19  01:05:18
8648         Log: the "local @foo with $#foo" tests are no longer TODO
8649      Branch: perl
8650            ! t/op/array.t
8651 ____________________________________________________________________________
8652 [ 25174] By: steveh                                on 2005/07/18  16:53:21
8653         Log: Subject: Re: [PATCH] RE: blead: no longer supports %vd format
8654              From: Rafael Garcia-Suarez <rgarciasuarez@mandriva.com>
8655              Date: Mon, 18 Jul 2005 18:35:09 +0200
8656              Message-ID: <20050718183509.0381169c@grubert.mandrakesoft.com>
8657      Branch: perl
8658            ! perl.h
8659 ____________________________________________________________________________
8660 [ 25173] By: merijn                                on 2005/07/18  16:37:11
8661         Log: Subject: Re: AIX 5.2 localtime bug attack
8662              From: Campo Weijerman <rfc822@nl.ibm.com>
8663              Date: Mon, 18 Jul 2005 17:34:55 +0200
8664              Message-ID: <20050718153455.GA29381@python>
8665              
8666              mday++ is also wday++ and yday++
8667      Branch: perl
8668            ! pp_sys.c
8669 ____________________________________________________________________________
8670 [ 25172] By: rgs                                   on 2005/07/18  15:23:38
8671         Log: Subject: [PATCH] The continuing plod through embed.fnc
8672              From: Andy Lester <andy@petdance.com>
8673              Date: Mon, 18 Jul 2005 10:37:38 -0500
8674              Message-ID: <20050718153738.GB20193@petdance.com>
8675      Branch: perl
8676            ! embed.fnc op.c pad.c pod/perlapi.pod pp_sys.c proto.h
8677            ! regcomp.c utf8.c
8678 ____________________________________________________________________________
8679 [ 25171] By: rgs                                   on 2005/07/18  12:37:02
8680         Log: Subject: [PATCH] RE: blead: no longer supports %vd format
8681              From: Robin Barker <Robin.Barker@npl.co.uk>
8682              Date: Jul 14, 2005 2:31 PM
8683              Message-ID: <533D273D4014D411AB1D00062938C4D90849C730@hotel.npl.co.uk>
8684      Branch: perl
8685            ! perl.h sv.c t/op/sprintf.t
8686 ____________________________________________________________________________
8687 [ 25170] By: merijn                                on 2005/07/18  11:02:01
8688         Log: tests are expected to fail if dirfd () does not exist
8689              make the tests to expect failures in that case
8690      Branch: perl
8691            ! t/op/chdir.t
8692 ____________________________________________________________________________
8693 [ 25169] By: merijn                                on 2005/07/18  10:27:06
8694         Log: 1. Typo detected by Schwern (#25151)
8695              2. Added proza about patches (#25152)
8696              3. dirfd got the wrong define based on previous tests (#25168)
8697      Branch: perl
8698            ! Configure
8699 ____________________________________________________________________________
8700 [ 25167] By: steveh                                on 2005/07/18  09:54:58
8701         Log: Silence compiler warning following change 25157
8702              
8703              (DIE returns Perl_die's return value which is an OP*, not the I32
8704              that Perl_apply is expected to return)
8705      Branch: perl
8706            ! doio.c
8707 ____________________________________________________________________________
8708 [ 25166] By: rgs                                   on 2005/07/18  09:17:45
8709         Log: Subject: Re: [perl #27028] /$/ not honouring /m in some cases
8710              From: Rick Delaney <rick@bort.ca>
8711              Date: Jul 14, 2005 4:10 PM
8712              Message-ID: <20050714141059.GF19090@localhost.localdomain>
8713      Branch: perl
8714            + t/op/regexp_qr_embed.t
8715            ! MANIFEST t/op/regexp.t
8716 ____________________________________________________________________________
8717 [ 25165] By: rgs                                   on 2005/07/18  08:52:25
8718         Log: Subject: [PATCH] perlop: why \c\ cannot be placed just before the terminating delimiter
8719              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
8720              Date: Sun, 17 Jul 2005 11:38:05 +0900
8721              Message-Id: <20050717112557.5921.BQW10602@nifty.com>
8722      Branch: perl
8723            ! pod/perlop.pod
8724 ____________________________________________________________________________
8725 [ 25164] By: steveh                                on 2005/07/18  08:38:27
8726         Log: Subject: Re: Why does our() cross packages? (PATCH)
8727              From: Michael G Schwern <schwern@pobox.com>
8728              Date: Fri, 15 Jul 2005 14:35:18 -0700
8729              Message-ID: <20050715213518.GH6897@windhund.schwern.org>
8730              
8731              (with minor tweaks suggested in subsequent posts)
8732      Branch: perl
8733            ! pod/perlfunc.pod
8734 ____________________________________________________________________________
8735 [ 25163] By: davem                                 on 2005/07/18  00:16:31
8736         Log: perl -Dstv -e'... for min..max' displayed wrong stack elements
8737      Branch: perl
8738            ! pp_ctl.c
8739 ____________________________________________________________________________
8740 [ 25162] By: davem                                 on 2005/07/17  22:07:14
8741         Log: delete a non-fucntioning chown in stat.t: it didn't have gid arg.
8742              Spotted by Gisle Aas.
8743      Branch: perl
8744            ! t/op/stat.t
8745 ____________________________________________________________________________
8746 [ 25161] By: davem                                 on 2005/07/17  20:54:15
8747         Log: document what can be assigned to a shared scalar
8748      Branch: perl
8749            ! ext/threads/shared/shared.pm
8750 ____________________________________________________________________________
8751 [ 25160] By: davem                                 on 2005/07/17  20:12:54
8752         Log: $SIG{__WARN__} = sub { goto &foo } could recurse infinitely
8753      Branch: perl
8754            ! t/op/goto.t util.c
8755 ____________________________________________________________________________
8756 [ 25159] By: davem                                 on 2005/07/17  19:02:10
8757         Log: change #25129 was overzealous in delaying the call to ckWARN
8758      Branch: perl
8759            ! doio.c pp_hot.c toke.c
8760 ____________________________________________________________________________
8761 [ 25158] By: merijn                                on 2005/07/16  13:20:09
8762         Log: Subject: Re: [perl #36569] chop fails on decoded string with trailing nul 
8763              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
8764              Date: Sat, 16 Jul 2005 22:05:13 +0900
8765              Message-Id: <20050716220041.2BDD.BQW10602@nifty.com>
8766      Branch: perl
8767            ! doop.c t/op/chop.t
8768 ____________________________________________________________________________
8769 [ 25157] By: merijn                                on 2005/07/16  08:07:44
8770         Log: Subject: Re: fchmod, fchown, fchdir
8771              From: Gisle Aas <gisle@ActiveState.com>
8772              Date: 15 Jul 2005 02:32:50 -0700
8773              Message-ID: <lrwtnse7nh.fsf@caliper.activestate.com>
8774              
8775              + Schwern's ok -> like changes
8776      Branch: perl
8777            ! doio.c pod/perlfunc.pod pod/perltodo.pod pp_sys.c t/io/fs.t
8778            ! t/op/chdir.t
8779 ____________________________________________________________________________
8780 [ 25156] By: steveh                                on 2005/07/15  16:30:05
8781         Log: Subject: [PATCH] more embed cleanup
8782              From: Andy Lester <andy@petdance.com>
8783              Date: Fri, 15 Jul 2005 10:51:15 -0500
8784              Message-ID: <20050715155115.GC29983@petdance.com>
8785              
8786              (and run regen.pl)
8787      Branch: perl
8788            ! dump.c embed.fnc embed.h hv.c mg.c op.c perl.c pp_ctl.c
8789            ! pp_hot.c pp_pack.c proto.h regcomp.c sv.c utf8.c
8790 ____________________________________________________________________________
8791 [ 25155] By: steveh                                on 2005/07/15  15:50:38
8792         Log: Subject: [perl #36514] Add curl support to CPAN.pm 
8793              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
8794              Date: Fri, 15 Jul 2005 02:11:29 -0700
8795              Message-ID: <rt-3.0.11-36514-117446.9.35668319684652@perl.org>
8796              
8797              (and bump $CPAN::FirstTime::VERSION)
8798      Branch: perl
8799            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
8800 ____________________________________________________________________________
8801 [ 25153] By: steveh                                on 2005/07/15  15:35:55
8802         Log: Subject: Re: [PATCH blead] Re: [perl #3269] no warnings "foo" without "use warnings" turns off all warnings.
8803              From: Michael G Schwern <schwern@pobox.com>
8804              Date: Wed, 13 Jul 2005 15:57:39 -0700
8805              Message-ID: <20050713225739.GN24499@windhund.schwern.org>
8806              
8807              Subject: Re: [PATCH blead] Re: [perl #3269] no warnings "foo" without "use warnings" turns off all warnings.
8808              From: Rick Delaney <rick@bort.ca>
8809              Date: Wed, 13 Jul 2005 20:24:56 -0400
8810              Message-ID: <20050714002456.GD19090@localhost.localdomain>
8811      Branch: perl
8812            ! ext/B/B/Deparse.pm t/op/inc.t
8813 ____________________________________________________________________________
8814 [ 25150] By: steveh                                on 2005/07/15  10:35:55
8815         Log: Fix static extensions when building with nmake on Win32
8816              
8817              They were broken because change 24806 forgot to add -DWITH_STATIC
8818              to the recipe for compiling perllib.c which meant that perllibst.h
8819              was not included and hence although they built OK, the static
8820              extensions could not actually be used!
8821              
8822              In fact, since perllibst.h is always created (it is more or less
8823              empty when static extensions are not being used), there is no need
8824              for -DWITH_STATIC at all. So rather than adding it to Makefile,
8825              just drop it from makefile.mk and perllib.c.
8826              
8827              Also add the missing cleanup of perllibst.h to Makefile.
8828      Branch: perl
8829            ! win32/Makefile win32/makefile.mk win32/perllib.c
8830 ____________________________________________________________________________
8831 [ 25149] By: steveh                                on 2005/07/15  09:04:57
8832         Log: Subject: [perl #7840] Hash Behaviour differs v5.6.0 to v5.6.1 
8833              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
8834              Date: Thu, 14 Jul 2005 16:57:45 -0700
8835              Message-ID: <rt-3.0.11-7840-117401.4.81505529800216@perl.org>
8836              
8837              (with minor tweaks)
8838      Branch: perl
8839            ! pod/perlop.pod
8840 ____________________________________________________________________________
8841 [ 25148] By: steveh                                on 2005/07/15  07:48:31
8842         Log: Subject: [perl #36538] perlfunc/our contradicts itself 
8843              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
8844              Date: Thu, 14 Jul 2005 19:10:51 -0700
8845              Message-ID: <rt-3.0.11-36538-117411.7.57026072725992@perl.org>
8846      Branch: perl
8847            ! pod/perlfunc.pod
8848 ____________________________________________________________________________
8849 [ 25147] By: steveh                                on 2005/07/15  07:44:32
8850         Log: Subject: [perl #24691] leading spaces on cpan configuration causes failure 
8851              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
8852              Date: Tue, 12 Jul 2005 00:00:17 -0700
8853              Message-ID: <rt-3.0.11-24691-116945.3.88254644317925@perl.org>
8854              
8855              (with spaces trimmed from username too)
8856      Branch: perl
8857            ! lib/CPAN/FirstTime.pm
8858 ____________________________________________________________________________
8859 [ 25146] By: merijn                                on 2005/07/15  07:33:01
8860         Log: Subject: [PATCH] Re: [PATCH] was Re: perldoc segfaulting in XS_UNIVERSAL_VERSION
8861              From: Michael G Schwern <schwern@pobox.com>
8862              Date: Fri, 15 Jul 2005 00:49:12 -0700
8863              Message-ID: <20050715074911.GA16512@windhund.schwern.org>
8864      Branch: perl
8865            ! t/op/universal.t
8866 ____________________________________________________________________________
8867 [ 25145] By: merijn                                on 2005/07/15  06:49:16
8868         Log: Subject: [PATCH] Missing tie() call in NDBM_File SYNOPSIS
8869              From: Matt Sergeant <matt@sergeant.org>
8870              Date: Thu, 14 Jul 2005 16:53:03 -0400
8871              Message-Id: <28baf339c3b78cc40017066b9dc7cffb@sergeant.org>
8872      Branch: perl
8873            ! ext/NDBM_File/NDBM_File.pm
8874 ____________________________________________________________________________
8875 [ 25144] By: merijn                                on 2005/07/15  06:33:21
8876         Log: Subject: Typo in t/op/stat.t
8877              From: Gisle Aas <gisle@ActiveState.com>
8878              Date: 14 Jul 2005 23:20:18 -0700
8879              Message-ID: <lr64vcfv4t.fsf@caliper.activestate.com>
8880      Branch: perl
8881            ! t/op/stat.t
8882 ____________________________________________________________________________
8883 [ 25143] By: steveh                                on 2005/07/14  16:08:00
8884         Log: Subject: Re: [perl #36507] File::Copy::copy($foo, $foo) dies
8885              From: Michael G Schwern <schwern@pobox.com>
8886              Date: Tue, 12 Jul 2005 15:51:18 -0700
8887              Message-ID: <20050712225118.GA944@windhund.schwern.org>
8888              
8889              (and update SKIP counts)
8890      Branch: perl
8891            ! lib/File/Copy.pm lib/File/Copy.t
8892 ____________________________________________________________________________
8893 [ 25142] By: steveh                                on 2005/07/14  08:12:11
8894         Log: Subject: [perl #5634] CPAN.pm v1.59 chdirs before looking for perl 
8895              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
8896              Date: Mon, 11 Jul 2005 22:41:06 -0700
8897              Message-ID: <rt-3.0.11-5634-116921.0.207462087357797@perl.org>
8898      Branch: perl
8899            ! lib/CPAN.pm
8900 ____________________________________________________________________________
8901 [ 25141] By: nicholas                              on 2005/07/13  19:43:40
8902         Log: Subject: [PATCH] was Re: perldoc segfaulting in XS_UNIVERSAL_VERSION
8903              From: John Peacock <jpeacock@rowman.com>
8904              Message-ID: <42D55C46.5030905@rowman.com>
8905              Date: Wed, 13 Jul 2005 14:24:06 -0400
8906      Branch: perl
8907            ! universal.c
8908 ____________________________________________________________________________
8909 [ 25140] By: merijn                                on 2005/07/13  17:22:07
8910         Log: Subject: [perl #9565] [PATCH] /op/groups.t bug 
8911              From: "Steve Peters via RT" <perlbug-followup@perl.org>
8912              Date: Wed, 13 Jul 2005 06:51:45 -0700
8913              Message-ID: <rt-3.0.11-9565-117185.14.6331240065229@perl.org>
8914      Branch: perl
8915            ! t/op/groups.t
8916 ____________________________________________________________________________
8917 [ 25139] By: merijn                                on 2005/07/13  16:52:48
8918         Log: Subject: Re: Smoke [5.9.3] 25093 FAIL(F) openbsd 3.7 (macppc/1 cpu)
8919              From: Steve Peters <steve@fisharerojo.org>
8920              Date: Fri, 8 Jul 2005 16:42:56 -0500
8921              Message-ID: <20050708214256.GA14164@mccoy.peters.homeunix.org>
8922      Branch: perl
8923            ! t/io/dup.t t/io/open.t
8924 ____________________________________________________________________________
8925 [ 25138] By: merijn                                on 2005/07/13  16:37:48
8926         Log: Subject: [PATCH] More embed.fnc plowing
8927              From: Andy Lester <andy@petdance.com>
8928              Date: Wed, 13 Jul 2005 10:49:19 -0500
8929              Message-ID: <20050713154919.GA24586@petdance.com>
8930      Branch: perl
8931            ! embed.fnc gv.c hv.c op.c pad.c perlio.c pp_ctl.c pp_hot.c
8932            ! proto.h toke.c
8933 ____________________________________________________________________________
8934 [ 25137] By: merijn                                on 2005/07/13  16:27:43
8935         Log: Subject: [PATCH] Error in earlier patch in sv.c
8936              From: Robin Barker <Robin.Barker@npl.co.uk>
8937              Date: Wed, 13 Jul 2005 17:29:48 +0100
8938              Message-ID: <533D273D4014D411AB1D00062938C4D90849C72B@hotel.npl.co.uk>
8939      Branch: perl
8940            ! sv.c t/op/sprintf.t
8941 ____________________________________________________________________________
8942 [ 25136] By: steveh                                on 2005/07/13  13:39:44
8943         Log: Make -V "Compile-time options" list everything used in makedef.pl
8944      Branch: perl
8945            ! perl.c
8946 ____________________________________________________________________________
8947 [ 25135] By: steveh                                on 2005/07/13  09:48:10
8948         Log: Subject: Re: [perl #25157] [PATCH] Text-Balanced extract_quotelike fails on certain delims in HERE docs
8949              From: David Manura <dm.list@math2.org>
8950              Date: Wed, 21 Jan 2004 20:59:27 -0500
8951              Message-ID: <400F2E7F.9090601@math2.org>
8952              
8953              Fixes perl #25151, 25154, 25156, 25157, 25158 using jumbo patch
8954              included in perl #25157.
8955      Branch: perl
8956            ! lib/Text/Balanced.pm lib/Text/Balanced/t/extmul.t
8957            ! lib/Text/Balanced/t/extqlk.t
8958 ____________________________________________________________________________
8959 [ 25134] By: steveh                                on 2005/07/13  09:23:37
8960         Log: Subject: [PATCH] #2 try at Text::Balanced patch and maintainership
8961              From: Tels <nospam-abuse@bloodgate.com>
8962              Date: Sat, 9 Jul 2005 23:10:29 +0200
8963              Message-Id: <200507092310.30592@bloodgate.com>
8964              
8965              (with minor tweaks)
8966      Branch: perl
8967            ! lib/Text/Balanced.pm
8968 ____________________________________________________________________________
8969 [ 25133] By: steveh                                on 2005/07/13  08:34:53
8970         Log: Subject: [perl #28385] minor bug in cpan -- the i command does not find author 
8971              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
8972              Date: Tue, 12 Jul 2005 00:16:49 -0700
8973              Message-ID: <rt-3.0.11-28385-116951.3.97645870397305@perl.org>
8974              
8975              (and remove a couple of unused variables)
8976      Branch: perl
8977            ! lib/CPAN.pm
8978 ____________________________________________________________________________
8979 [ 25132] By: steveh                                on 2005/07/13  07:52:21
8980         Log: Subject: [perl #24275] CPAN shell - online help not clear 
8981              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
8982              Date: Mon, 11 Jul 2005 23:32:12 -0700
8983              Message-ID: <rt-3.0.11-24275-116939.19.7381888978779@perl.org>
8984      Branch: perl
8985            ! lib/CPAN.pm
8986 ____________________________________________________________________________
8987 [ 25131] By: merijn                                on 2005/07/13  06:37:41
8988         Log: Subject: [PATCH] Re: Documentation error in IO::Socket
8989              From: Michael G Schwern <schwern@pobox.com>
8990              Date: Tue, 12 Jul 2005 13:18:34 -0700
8991              Message-ID: <20050712201834.GA29275@windhund.schwern.org>
8992      Branch: perl
8993            ! ext/IO/lib/IO/Socket.pm
8994 ____________________________________________________________________________
8995 [ 25130] By: merijn                                on 2005/07/13  06:27:48
8996         Log: Subject: [perl #6749] Perl debugger outputs ctrl-\ wrongly 
8997              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
8998              Date: Tue, 12 Jul 2005 15:36:54 -0700
8999              Message-ID: <rt-3.0.11-6749-117055.16.4354496694007@perl.org>
9000      Branch: perl
9001            ! lib/dumpvar.pl
9002 ____________________________________________________________________________
9003 [ 25129] By: davem                                 on 2005/07/13  00:21:13
9004         Log: make the expensive ckWARN() be called as late as possible
9005              reorganise
9006              if (ckWARN(FOO) && should_not_happen_condition)
9007              to
9008              if (should_not_happen_condition && ckWARN(FOO))
9009      Branch: perl
9010            ! doio.c gv.c op.c pad.c perlio.c pp.c pp_hot.c pp_pack.c
9011            ! pp_sys.c regcomp.c regexec.c sv.c toke.c
9012 ____________________________________________________________________________
9013 [ 25128] By: davem                                 on 2005/07/12  18:46:34
9014         Log: Subject: Make PERL_MEM_LOG more portable.
9015              From:  Jarkko Hietaniemi <jhietaniemi@gmail.com>
9016              Date:  Mon, 11 Jul 2005 15:29:46 +0300
9017              Message-Id:  <42D2663A.4050204@gmail.com>
9018      Branch: perl
9019            ! handy.h pod/perlhack.pod util.c
9020 ____________________________________________________________________________
9021 [ 25127] By: davem                                 on 2005/07/12  18:29:43
9022         Log: S_pad_findlex has side effects, so its return value may be ignored
9023      Branch: perl
9024            ! embed.fnc pad.c proto.h
9025 ____________________________________________________________________________
9026 [ 25126] By: davem                                 on 2005/07/12  18:15:48
9027         Log: get_?v have side effects, so their return values may be ignored
9028      Branch: perl
9029            ! embed.fnc proto.h
9030 ____________________________________________________________________________
9031 [ 25125] By: steveh                                on 2005/07/12  16:30:16
9032         Log: Subject: [perl #24119] CPAN.pm error in Win32: uses rename() not File::Copy::move 
9033              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
9034              Date: Mon, 11 Jul 2005 23:24:56 -0700
9035              Message-ID: <rt-3.0.11-24119-116937.12.0211560107236@perl.org>
9036      Branch: perl
9037            ! lib/CPAN.pm
9038 ____________________________________________________________________________
9039 [ 25124] By: steveh                                on 2005/07/12  16:18:22
9040         Log: Subject: [perl #17487] ncftp only handles http 
9041              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
9042              Date: Mon, 11 Jul 2005 23:19:06 -0700
9043              Message-ID: <rt-3.0.11-17487-116934.11.3382445877892@perl.org>
9044              
9045              (and bump $VERSION (1.76_01 is a CPAN release already))
9046      Branch: perl
9047            ! lib/CPAN.pm
9048 ____________________________________________________________________________
9049 [ 25123] By: steveh                                on 2005/07/12  13:19:51
9050         Log: Subject: Re: Scalar leaked in 'local $0' under ithreads + taint mode
9051              From: Steve Hay <steve.hay@uk.radan.com>
9052              Date: Mon, 11 Jul 2005 13:29:37 +0100
9053              Message-ID: <42D26631.1070500@uk.radan.com>
9054      Branch: perl
9055            ! sv.c
9056 ____________________________________________________________________________
9057 [ 25122] By: steveh                                on 2005/07/12  11:42:07
9058         Log: Subject: [perl #36502] File::Copy::mv fails to replicate behavior of Unix mv 
9059              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
9060              Date: Mon, 11 Jul 2005 19:16:10 -0700
9061              Message-ID: <rt-3.0.11-36502-116917.0.56038652013207@perl.org>
9062      Branch: perl
9063            ! lib/File/Copy.t
9064 ____________________________________________________________________________
9065 [ 25121] By: steveh                                on 2005/07/12  11:33:01
9066         Log: Subject: [PATCH] Cleanup File::Copy tests
9067              From: Michael G Schwern <schwern@pobox.com>
9068              Date: Mon, 11 Jul 2005 18:45:42 -0700
9069              Message-ID: <20050712014542.GB20855@windhund.schwern.org>
9070              
9071              (and fix the SKIP: {} blocks to say $how_many)
9072      Branch: perl
9073            ! lib/File/Copy.t
9074 ____________________________________________________________________________
9075 [ 25120] By: steveh                                on 2005/07/12  11:03:55
9076         Log: Subject: Re: [perl #36502] File::Copy::mv fails to replicate behavior of Unix mv
9077              From: Michael G Schwern <schwern@pobox.com>
9078              Date: Mon, 11 Jul 2005 17:35:14 -0700
9079              Message-ID: <20050712003514.GA20132@windhund.schwern.org>
9080      Branch: perl
9081            ! lib/File/Copy.pm
9082 ____________________________________________________________________________
9083 [ 25119] By: steveh                                on 2005/07/12  09:01:11
9084         Log: Missed a New() -> Newx().
9085              
9086              This one only had 3 args to start with! Presumably nobody uses
9087              YYERROR_VERBOSE.  (The yystpcpy() calls don't look right either,
9088              but someone else that is interested in YYERROR_VERBOSE will have
9089              to look into that.)
9090      Branch: perl
9091            ! perly.c
9092 ____________________________________________________________________________
9093 [ 25118] By: steveh                                on 2005/07/12  08:46:13
9094         Log: Hack out -DL documentation from perldebuguts.pod
9095              
9096              Now that the perl core uses Newx*() rather than New*() this chunk
9097              of old documentation is more obsolete than ever before.
9098      Branch: perl
9099            ! pod/perldebguts.pod
9100 ____________________________________________________________________________
9101 [ 25117] By: steveh                                on 2005/07/12  08:20:11
9102         Log: Fix worrying typo in handy.h :-s
9103      Branch: perl
9104            ! handy.h
9105 ____________________________________________________________________________
9106 [ 25116] By: steveh                                on 2005/07/12  08:17:47
9107         Log: Change New*() to Newx*() in various comments and documentation
9108      Branch: perl
9109            ! handy.h perl.c pod/perlclib.pod pod/perlguts.pod
9110            ! pod/perlhack.pod sv.c
9111 ____________________________________________________________________________
9112 [ 25115] By: steveh                                on 2005/07/12  07:48:51
9113         Log: Subject: [patch: handy.c]  update Newx API pod to mention PERL_MEM_LOG build opt
9114              From: Jim Cromie <jcromie@divsol.com>
9115              Date: Mon, 11 Jul 2005 19:18:02 -0600
9116              Message-ID: <42D31A4A.1020305@divsol.com>
9117              
9118              (with some minor tweaks)
9119      Branch: perl
9120            ! handy.h pod/perlapi.pod
9121 ____________________________________________________________________________
9122 [ 25114] By: merijn                                on 2005/07/12  06:26:39
9123         Log: Subject: [PATCH t/TEST] Understand "ok" with no number
9124              From: Michael G Schwern <schwern@pobox.com>
9125              Date: Mon, 11 Jul 2005 18:41:30 -0700
9126              Message-ID: <20050712014130.GA20855@windhund.schwern.org>
9127      Branch: perl
9128            ! t/TEST
9129 ____________________________________________________________________________
9130 [ 25113] By: steveh                                on 2005/07/11  15:54:46
9131         Log: Subject: [patch: sv.c] reuse new_body_inline in Perl_new_body
9132              From: Jim Cromie <jcromie@divsol.com>
9133              Date: Sun, 10 Jul 2005 15:59:30 -0600
9134              Message-ID: <42D19A42.8040409@divsol.com>
9135      Branch: perl
9136            ! sv.c
9137 ____________________________________________________________________________
9138 [ 25112] By: steveh                                on 2005/07/11  15:19:11
9139         Log: Subject: [PATCH] perlfunc.pod
9140              From: "Piotr Fusik" <pfusik@op.pl>
9141              Date:      Sat, 9 Jul 2005 16:21:05 +0200
9142              Message-ID: <01de01c58491$f3182f60$a6d24dd5@piec>
9143      Branch: perl
9144            ! pod/perlfunc.pod
9145 ____________________________________________________________________________
9146 [ 25111] By: steveh                                on 2005/07/11  14:41:27
9147         Log: Subject: [patch hv.h doc] HvNAME
9148              From: Stas Bekman <stas@stason.org>
9149              Date: Fri, 08 Jul 2005 13:52:13 +0300
9150              Message-ID: <42CE5ADD.3020003@stason.org>
9151              
9152              Subject: Re: [patch hv.h doc] HvNAME
9153              From: Nicholas Clark <nick@ccl4.org>
9154              Date: Sat, 9 Jul 2005 15:23:51 +0100
9155              Message-ID: <20050709142351.GT15833@plum.flirble.org>
9156      Branch: perl
9157            ! hv.h pod/perlapi.pod
9158 ____________________________________________________________________________
9159 [ 25110] By: davem                                 on 2005/07/10  23:04:26
9160         Log: no code before declarations!
9161      Branch: perl
9162            ! doio.c
9163 ____________________________________________________________________________
9164 [ 25109] By: davem                                 on 2005/07/10  20:02:07
9165         Log: From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
9166              Date: Sun, 10 Jul 2005 21:50:27 +0300
9167              Subject: [PATCH] yet another way of debugging memory allocations
9168              Message-ID: <42D16DF3.4040806@gmail.com>
9169              
9170              tweak PERL_MEM_LOG
9171      Branch: perl
9172            ! handy.h pod/perlhack.pod util.c
9173 ____________________________________________________________________________
9174 [ 25108] By: davem                                 on 2005/07/10  19:57:31
9175         Log: run regen.pl
9176      Branch: perl
9177            ! embed.h proto.h
9178 ____________________________________________________________________________
9179 [ 25107] By: merijn                                on 2005/07/10  19:19:56
9180         Log: Subject: [PATCH] Making my way thru embed.fnc
9181              From: Andy Lester <andy@petdance.com>
9182              Date: Sun, 10 Jul 2005 14:36:35 -0500
9183              Message-ID: <20050710193635.GC8081@petdance.com>
9184      Branch: perl
9185            ! doio.c doop.c embed.fnc gv.c hv.c op.c perl.c pp_ctl.c
9186            ! pp_hot.c regexec.c toke.c util.c
9187 ____________________________________________________________________________
9188 [ 25106] By: davem                                 on 2005/07/10  13:53:49
9189         Log: Re: [perl #36207] UTF8/Latin 1/i regexp "Malformed character" warning
9190              From: demerphq <demerphq@gmail.com>
9191              Message-ID: <9b18b3110507080807f16d1eb@mail.gmail.com>
9192              Date: Fri, 8 Jul 2005 17:07:26 +0200
9193              
9194              Fix trie codepath of mixed utf8/latin1 pattern matches
9195      Branch: perl
9196            ! regexec.c t/op/pat.t
9197 ____________________________________________________________________________
9198 [ 25105] By: davem                                 on 2005/07/10  12:29:25
9199         Log: Message-ID: <42D0F25E.3040801@gmail.com>
9200              Date: Sun, 10 Jul 2005 13:03:10 +0300
9201              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
9202              Subject: [PATCH] yet another way of debugging memory allocations
9203              
9204              adds PERL_MEM_LOG and PERL_MEM_LOG_STDERR options
9205      Branch: perl
9206            ! handy.h util.c
9207 ____________________________________________________________________________
9208 [ 25104] By: davem                                 on 2005/07/10  11:39:50
9209         Log: silence some compiler warnings
9210      Branch: perl
9211            ! embed.fnc gv.h proto.h
9212 ____________________________________________________________________________
9213 [ 25103] By: davem                                 on 2005/07/10  11:15:32
9214         Log: extend MEM_WRAP_CHECK supress warning hack to MEM_WRAP_CHECK_*
9215      Branch: perl
9216            ! handy.h
9217 ____________________________________________________________________________
9218 [ 25102] By: nicholas                              on 2005/07/09  15:44:17
9219         Log: sv_dec is supposed to go *down*, m'kay.
9220      Branch: perl
9221            ! sv.c t/op/inc.t
9222 ____________________________________________________________________________
9223 [ 25101] By: steveh                                on 2005/07/08  16:35:10
9224         Log: Subject: Re: janitorial work ? [patch]
9225              From: Jim Cromie <jcromie@divsol.com>
9226              Date: Wed, 06 Jul 2005 14:19:53 -0600
9227              Message-ID: <42CC3CE9.5050606@divsol.com>
9228              
9229              (reverted all dual-lived modules since they must work with older
9230              perls too so must wait for a new Devel::PPPort)
9231      Branch: perl
9232            ! NetWare/nw5.c av.c bytecode.pl cygwin/cygwin.c djgpp/djgpp.c
9233            ! doio.c doop.c dump.c ext/B/B/C.pm ext/B/C/C.xs
9234            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
9235            ! ext/Devel/DProf/DProf.xs ext/DynaLoader/dl_aix.xs
9236            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_vms.xs
9237            ! ext/File/Glob/bsd_glob.c ext/ODBM_File/ODBM_File.xs
9238            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Socket/Socket.xs
9239            ! ext/XS/Typemap/Typemap.xs gv.c handy.h hv.c locale.c op.c op.h
9240            ! os2/OS2/REXX/REXX.xs os2/os2.c perl.c perlio.c pod/perlapi.pod
9241            ! pp.c pp_ctl.c pp_pack.c pp_sort.c pp_sys.c reentr.c reentr.pl
9242            ! regcomp.c regexec.c scope.c sv.c toke.c utf8.c util.c
9243            ! vmesa/vmesa.c vms/vms.c win32/perlhost.h win32/win32.c
9244            ! win32/win32sck.c wince/perlhost.h wince/wince.c
9245 ____________________________________________________________________________
9246 [ 25100] By: nicholas                              on 2005/07/08  15:57:37
9247         Log: We no longer default to creating a new SV for GvSV.
9248      Branch: perl
9249            ! perl.h
9250 ____________________________________________________________________________
9251 [ 25099] By: nicholas                              on 2005/07/08  15:57:16
9252         Log: DEFSV causes GvSVn() to be used in lvalue context.
9253              Not sure if instead we should recode DEFSV to avoid this, and leave
9254              GvSVn() as rvalue only, like its namesakes.
9255      Branch: perl
9256            ! gv.h
9257 ____________________________________________________________________________
9258 [ 25098] By: steveh                                on 2005/07/08  10:04:24
9259         Log: Subject: Re: [PATCH] Pod::Html - correctly link to =item's on the same page
9260              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
9261              Date: Thu, 7 Jul 2005 15:05:51 -0700
9262              Message-ID: <20050707220551.GB2388@efn.org>
9263              
9264              (plus fix a couple of POD warnings)
9265      Branch: perl
9266            ! pod/perlglossary.pod
9267 ____________________________________________________________________________
9268 [ 25097] By: steveh                                on 2005/07/08  09:48:50
9269         Log: Subject: [PATCH] basename() and suffixes
9270              From: Michael G Schwern <schwern@pobox.com>
9271              Date: Thu, 7 Jul 2005 15:38:32 -0700
9272              Message-ID: <20050707223832.GA4782@windhund.schwern.org>
9273      Branch: perl
9274            ! lib/File/Basename.pm lib/File/Basename.t
9275 ____________________________________________________________________________
9276 [ 25096] By: steveh                                on 2005/07/08  08:43:07
9277         Log: Subject: Re: [perl #36477] File::Basename basename() bug
9278              From: Michael G Schwern <schwern@pobox.com>
9279              Date: Thu, 7 Jul 2005 14:16:01 -0700
9280              Message-ID: <20050707211601.GA3769@windhund.schwern.org>
9281      Branch: perl
9282            ! lib/File/Basename.pm lib/File/Basename.t
9283 ____________________________________________________________________________
9284 [ 25095] By: davem                                 on 2005/07/08  01:43:24
9285         Log: UTF8/Latin 1/i regexp "Malformed character" warning
9286              $utf8 =~ /latin/i didn't match. 
9287              Also added TODO for $latin =~ /utf8/i which also fails
9288      Branch: perl
9289            ! t/op/pat.t utf8.c
9290 ____________________________________________________________________________
9291 [ 25094] By: davem                                 on 2005/07/07  14:47:51
9292         Log: more taint fallout from change 24943
9293      Branch: perl
9294            ! mg.c scope.c t/op/taint.t
9295 ____________________________________________________________________________
9296 [ 25093] By: merijn                                on 2005/07/07  13:26:32
9297         Log: Subject: [PATCH] bug with charnames::viacode("0x1234") and optimize it
9298              From: Tels <nospam-abuse@bloodgate.com>
9299              Date: Wed, 6 Jul 2005 21:11:59 +0200
9300              Message-Id: <200507062112.12159@bloodgate.com>
9301      Branch: perl
9302            ! lib/charnames.pm
9303 ____________________________________________________________________________
9304 [ 25092] By: steveh                                on 2005/07/07  12:11:38
9305         Log: Subject: ReadParse in the CGI docs
9306              From: "Ton Hospel" <me-02@ton.iguana.be>
9307              Date: 9 Oct 2003 15:04:53 -0000
9308              To: perlbug@perl.org
9309              
9310              (plus blank lines so example code is in verbatim paragraphs,
9311              and bump $VERSION)
9312      Branch: perl
9313            ! lib/CGI.pm
9314 ____________________________________________________________________________
9315 [ 25091] By: steveh                                on 2005/07/07  11:21:41
9316         Log: Subject: [PATCH] Mention File::Spec in File::Basename
9317              From: Michael G Schwern <schwern@pobox.com>
9318              Date: Wed, 6 Jul 2005 13:06:20 -0700
9319              Message-ID: <20050706200620.GE15644@windhund.schwern.org>
9320              
9321              (plus bump $VERSION)
9322      Branch: perl
9323            ! lib/File/Basename.pm
9324 ____________________________________________________________________________
9325 [ 25090] By: steveh                                on 2005/07/07  11:06:17
9326         Log: Subject: [perl #22236] File::Basename behavior is misleading 
9327              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
9328              Date: 6 Jul 2005 19:45:40 -0000
9329              Message-ID: <rt-3.0.11-22236-116656.1.59163789180809@perl.org>
9330      Branch: perl
9331            ! lib/File/Basename.pm lib/File/Basename.t
9332 ____________________________________________________________________________
9333 [ 25089] By: steveh                                on 2005/07/07  09:22:48
9334         Log: Subject: [PATCH] Further lies in the File::Basename docs
9335              From: Michael G Schwern <schwern@pobox.com>
9336              Date: Wed, 6 Jul 2005 09:22:32 -0700
9337              Message-ID: <20050706162232.GA14495@windhund.schwern.org>
9338              
9339              (plus some minor POD changes and a bug fix)
9340      Branch: perl
9341            ! lib/File/Basename.pm lib/File/Basename.t
9342 ____________________________________________________________________________
9343 [ 25088] By: davem                                 on 2005/07/07  00:11:00
9344         Log: bytes pragma error in substitution operator
9345      Branch: perl
9346            ! pp_ctl.c t/op/subst.t
9347 ____________________________________________________________________________
9348 [ 25087] By: davem                                 on 2005/07/06  20:09:29
9349         Log: 'undef $@; die' gives uninint value warning
9350      Branch: perl
9351            ! pp_sys.c t/op/die.t
9352 ____________________________________________________________________________
9353 [ 25086] By: steveh                                on 2005/07/06  09:36:08
9354         Log: Subject: [PATCH] File::Basename doc overhaul
9355              From: Michael G Schwern <schwern@pobox.com>
9356              Date: Tue, 5 Jul 2005 20:11:27 -0700
9357              Message-ID: <20050706031127.GL9227@windhund.schwern.org>
9358              
9359              (with some minor changes)
9360      Branch: perl
9361            ! lib/File/Basename.pm
9362 ____________________________________________________________________________
9363 [ 25085] By: steveh                                on 2005/07/06  08:05:21
9364         Log: Subject: [PATCH @ 25084] simple authors removal
9365              From: Vadim Konovalov <vadim@vkonovalov.ru>
9366              Date: Wed, 06 Jul 2005 00:15:48 +0400
9367              Message-ID: <42CAEA74.1020108@vkonovalov.ru>
9368      Branch: perl
9369            ! AUTHORS
9370 ____________________________________________________________________________
9371 [ 25084] By: davem                                 on 2005/07/05  18:17:34
9372         Log: a long /etc/groups entry could cause memory exhaustion.
9373              Too small a buffer would cause ERANGE and a retry with double the
9374              buffer size. later at EOF, the apparent error got 'stuck' as
9375              ERANGE rather than ENOENT, so the buffer size doubled recursively 
9376      Branch: perl
9377            ! reentr.h reentr.pl
9378 ____________________________________________________________________________
9379 [ 25083] By: steveh                                on 2005/07/05  16:55:29
9380         Log: Subject: [PATCH] Pod::Html - correctly link to =item's on the same page
9381              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
9382              Date: Mon, 4 Jul 2005 02:07:38 -0700
9383              Message-ID: <20050704090738.GA4056@efn.org>
9384              
9385              (plus a new test, although it is currently marked TODO)
9386      Branch: perl
9387            + lib/Pod/t/htmllink.pod lib/Pod/t/htmllink.t
9388            ! MANIFEST lib/Pod/Html.pm
9389 ____________________________________________________________________________
9390 [ 25082] By: steveh                                on 2005/07/05  16:54:11
9391         Log: Oops! Change 25080 should have updated checksums too.
9392      Branch: perl
9393            ! ext/Digest/MD5/t/files.t
9394 ____________________________________________________________________________
9395 [ 25081] By: davem                                 on 2005/07/05  13:01:23
9396         Log: change 24943 broke restoration of localized taint values
9397      Branch: perl
9398            ! mg.c t/op/taint.t
9399 ____________________________________________________________________________
9400 [ 25080] By: steveh                                on 2005/07/05  10:32:08
9401         Log: Remove an unreferenced local variable in Digest-MD5
9402      Branch: perl
9403            ! ext/Digest/MD5/MD5.pm ext/Digest/MD5/MD5.xs
9404 ____________________________________________________________________________
9405 [ 25079] By: nicholas                              on 2005/07/04  19:36:51
9406         Log: Subject: [PATCH] Remove unnecessary null check
9407              From: Andy Lester <andy@petdance.com>
9408              Date: Mon, 4 Jul 2005 14:12:00 -0500
9409              Message-ID: <20050704191200.GA2614@petdance.com>
9410      Branch: perl
9411            ! embed.fnc hv.c proto.h
9412 ____________________________________________________________________________
9413 [ 25078] By: nicholas                              on 2005/07/04  19:07:31
9414         Log: Make the tests for hv_free_ent and hv_delayfree_ent pass under
9415              -DPURIFY too.
9416      Branch: perl
9417            ! ext/XS/APItest/APItest.xs
9418 ____________________________________________________________________________
9419 [ 25077] By: merijn                                on 2005/07/04  18:47:02
9420         Log: Subject: [PATCH] Better string constant in hv.c
9421              From: Andy Lester <andy@petdance.com>
9422              Date: Mon, 4 Jul 2005 13:53:49 -0500
9423              Message-ID: <20050704185349.GA2351@petdance.com>
9424      Branch: perl
9425            ! hv.c
9426 ____________________________________________________________________________
9427 [ 25076] By: steveh                                on 2005/07/04  16:15:37
9428         Log: Add regression test for change 25062
9429      Branch: perl
9430            ! t/op/magic.t
9431 ____________________________________________________________________________
9432 [ 25075] By: steveh                                on 2005/07/04  15:57:32
9433         Log: Use void, not void *, to suppress RETVAL (and compiler warning)
9434      Branch: perl
9435            ! ext/XS/APItest/APItest.xs
9436 ____________________________________________________________________________
9437 [ 25074] By: steveh                                on 2005/07/04  15:36:04
9438         Log: Perl_share_hek needs exporting for change 25070 on Win32
9439      Branch: perl
9440            ! embed.fnc embed.h global.sym
9441 ____________________________________________________________________________
9442 [ 25073] By: steveh                                on 2005/07/04  15:34:11
9443         Log: Regen after change 25067
9444      Branch: perl
9445            ! proto.h
9446 ____________________________________________________________________________
9447 [ 25072] By: nicholas                              on 2005/07/04  15:03:32
9448         Log: Implement hv_delayfree_ent in terms of hv_free_ent
9449      Branch: perl
9450            ! hv.c
9451 ____________________________________________________________________________
9452 [ 25071] By: steveh                                on 2005/07/04  14:53:54
9453         Log: Subject: [PATCH] Skip nit in t/op/lfs.t
9454              From: Steve Peters <steve@fisharerojo.org>
9455              Date: Mon, 4 Jul 2005 10:10:13 -0500
9456              Message-ID: <20050704151013.GA18468@mccoy.peters.homeunix.org>
9457      Branch: perl
9458            ! t/op/lfs.t
9459 ____________________________________________________________________________
9460 [ 25070] By: nicholas                              on 2005/07/04  14:45:40
9461         Log: Tests for hv_delayfree_ent and hv_free_ent
9462      Branch: perl
9463            ! ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
9464            ! ext/XS/APItest/t/hash.t
9465 ____________________________________________________________________________
9466 [ 25069] By: nicholas                              on 2005/07/04  13:56:39
9467         Log: Provide a macro version of S_new_body to inline it within the hot code.
9468      Branch: perl
9469            ! sv.c
9470 ____________________________________________________________________________
9471 [ 25068] By: steveh                                on 2005/07/04  13:21:36
9472         Log: Borland's .pdb files are called .tds
9473      Branch: perl
9474            ! win32/makefile.mk
9475 ____________________________________________________________________________
9476 [ 25067] By: steveh                                on 2005/07/04  12:30:50
9477         Log: Subject: [PATCH] Post-YAPC consting, now with an attachment!
9478              From: Andy Lester <andy@petdance.com>
9479              Date: Sun, 3 Jul 2005 18:31:56 -0500
9480              Message-ID: <20050703233156.GA20967@petdance.com>
9481      Branch: perl
9482            ! deb.c embed.fnc gv.c pad.c sv.c toke.c util.c
9483 ____________________________________________________________________________
9484 [ 25066] By: nicholas                              on 2005/07/04  10:41:28
9485         Log: Inlining del_HE is actually a space optimisation.
9486              It's therefore likely also to be a speed optimisation. :-)
9487      Branch: perl
9488            ! embed.fnc embed.h hv.c proto.h
9489 ____________________________________________________________________________
9490 [ 25065] By: steveh                                on 2005/07/04  10:40:10
9491         Log: Subject: [PATCH] perlglossary.pod: add jump points
9492              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
9493              Date: Mon, 4 Jul 2005 02:07:52 -0700
9494              Message-ID: <20050704090752.GB4056@efn.org>
9495      Branch: perl
9496            ! pod/perlglossary.pod
9497 ____________________________________________________________________________
9498 [ 25064] By: nicholas                              on 2005/07/04  10:24:26
9499         Log: sv_setuv_mg is so rarely called that the IV optimisation test is not
9500              needed.
9501      Branch: perl
9502            ! sv.c
9503 ____________________________________________________________________________
9504 [ 25063] By: steveh                                on 2005/07/04  10:13:41
9505         Log: Subject: Re: How to suppress warnings when building Errno with gcc
9506              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
9507              Date: Fri, 1 Jul 2005 10:56:23 -0700
9508              Message-ID: <20050701175623.GD216@efn.org>
9509      Branch: perl
9510            ! ext/Errno/Errno_pm.PL
9511 ____________________________________________________________________________
9512 [ 25062] By: steveh                                on 2005/07/04  09:17:06
9513         Log: Fix change 25045
9514      Branch: perl
9515            ! mg.c
9516 ____________________________________________________________________________
9517 [ 25061] By: steveh                                on 2005/07/04  08:26:38
9518         Log: Here's the rest of change 25058 ;-)
9519      Branch: perl
9520            ! embed.h global.sym
9521 ____________________________________________________________________________
9522 [ 25060] By: davem                                 on 2005/07/04  08:11:33
9523         Log: Subject:  Re: [PATCH] Re: [PATCH] Re: a blead warning from tru64
9524              From:  Jarkko Hietaniemi <jhietaniemi@gmail.com>
9525              Date:  Mon, 04 Jul 2005 00:19:28 +0300
9526              Message-Id:  <42C85660.50807@gmail.com>
9527      Branch: perl
9528            ! perl.h
9529 ____________________________________________________________________________
9530 [ 25059] By: steveh                                on 2005/07/04  08:10:27
9531         Log: Stop reentr.pl changing EOL on the files it writes on Win32
9532      Branch: perl
9533            ! reentr.pl
9534 ____________________________________________________________________________
9535 [ 25058] By: steveh                                on 2005/07/04  08:09:36
9536         Log: Perl_ckwarn (added by change 25050) needs exporting on Win32
9537              
9538              (At least PerlIO/via uses it, so it must be public)
9539      Branch: perl
9540            ! embed.fnc
9541 ____________________________________________________________________________
9542 [ 25055] By: nicholas                              on 2005/07/02  21:19:09
9543         Log: Andy suggests this tweak to Dave's fix for MEM_WRAP_CHECK to shut up
9544              a different compiler warnings. I guess we need a waterbed theory of
9545              compiler warnings.
9546      Branch: perl
9547            ! handy.h
9548 ____________________________________________________________________________
9549 [ 25054] By: nicholas                              on 2005/07/02  16:53:09
9550         Log: Convert bless.t to test.pl
9551      Branch: perl
9552            ! t/op/bless.t
9553 ____________________________________________________________________________
9554 [ 25053] By: nicholas                              on 2005/07/02  16:25:06
9555         Log: Copying the first parameter in the macro del_body seems to reduce
9556              code size.  Presumably an expression is no longer evaluated twice.
9557      Branch: perl
9558            ! sv.c
9559 ____________________________________________________________________________
9560 [ 25052] By: davem                                 on 2005/07/02  16:11:46
9561         Log: do just-in-time loading of Carp.pm in some modules
9562              
9563              From: Tels <nospam-abuse@bloodgate.com>
9564              Subject: [PATCH] No Carp #4 AutoSplit.pm
9565              Subject: [PATCH] no Carp #5 (File::Path)
9566              Subject: [PATCH] no Carp #7 - charnames.pm
9567              Subject: [PATCH] no Carp #6 (File::Compare, File::Copy, File::Temp)
9568              Subject: [PATCH] no Carp #8 - SelfLoader, Text/Balanced and open.pm
9569      Branch: perl
9570            ! lib/AutoSplit.pm lib/File/Compare.pm lib/File/Copy.pm
9571            ! lib/File/Path.pm lib/SelfLoader.pm lib/charnames.pm
9572            ! lib/open.pm
9573 ____________________________________________________________________________
9574 [ 25051] By: nicholas                              on 2005/07/02  16:07:47
9575         Log: Unwrap the del_Xfoo() macros by explicitly noting the arena to free
9576              the body to. This comletely eliminates the second switch statement.
9577      Branch: perl
9578            ! sv.c
9579 ____________________________________________________________________________
9580 [ 25050] By: davem                                 on 2005/07/02  15:05:04
9581         Log: replace ckWARN macros with functions
9582      Branch: perl
9583            ! embed.fnc embed.h pod/perlintern.pod proto.h util.c warnings.h
9584            ! warnings.pl
9585 ____________________________________________________________________________
9586 [ 25049] By: nicholas                              on 2005/07/02  14:57:43
9587         Log: Given that the GV no longer owns a reference on the symbol table, we
9588              dont need the deferred SvREFCNT_dec games.
9589      Branch: perl
9590            ! sv.c
9591 ____________________________________________________________________________
9592 [ 25048] By: nicholas                              on 2005/07/02  13:55:45
9593         Log: Passing gvtype as char rather than char * to S_varname generates
9594              smaller code.
9595      Branch: perl
9596            ! embed.fnc proto.h sv.c
9597 ____________________________________________________________________________
9598 [ 25047] By: nicholas                              on 2005/07/02  13:07:26
9599         Log: Don't inline offer_nice_chunk, as it's rarely called.
9600      Branch: perl
9601            ! embed.fnc embed.h perl.h proto.h sv.c
9602 ____________________________________________________________________________
9603 [ 25046] By: davem                                 on 2005/07/02  12:35:12
9604         Log: missed one PAD_SET_CUR
9605      Branch: perl
9606            ! pp_hot.c
9607 ____________________________________________________________________________
9608 [ 25045] By: nicholas                              on 2005/07/02  12:34:08
9609         Log: Don't check the pointer is non-NULL before calling Safefree() in
9610              little used code, code used only once per run (such as interpreter
9611              construction and destruction), and cases where the pointer nearly
9612              never is NULL. Safefree does its own non-NULL check, and even that
9613              isn't strictly necessary as all conformant free()s accept a NULL
9614              pointer.
9615      Branch: perl
9616            ! doio.c locale.c mg.c perl.c perl.h regcomp.c sv.c util.c
9617 ____________________________________________________________________________
9618 [ 25044] By: rgs                                   on 2005/07/02  07:41:14
9619         Log: Upgrade to Time::HiRes 1.72
9620      Branch: perl
9621            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
9622            ! ext/Time/HiRes/Makefile.PL ext/Time/HiRes/t/HiRes.t
9623 ____________________________________________________________________________
9624 [ 25043] By: steveh                                on 2005/07/01  16:33:42
9625         Log: Make Archive::Tar clean up its test files on Win32
9626              
9627              (The old "can't delete an open file on Win32" chestnut again)
9628      Branch: perl
9629            ! lib/Archive/Tar.pm lib/Archive/Tar/t/02_methods.t
9630 ____________________________________________________________________________
9631 [ 25042] By: davem                                 on 2005/07/01  15:40:40
9632         Log: the PAD_SET_CUR macro expanded too much for AIX compilers
9633      Branch: perl
9634            ! pad.h pp_ctl.c pp_sort.c pp_sys.c
9635 ____________________________________________________________________________
9636 [ 25041] By: steveh                                on 2005/07/01  15:15:23
9637         Log: Silence MinGW warning about "'noreturn' function does return"
9638              
9639              (Thanks to Nicholas Clark)
9640      Branch: perl
9641            ! iperlsys.h
9642 ____________________________________________________________________________
9643 [ 25040] By: rgs                                   on 2005/07/01  15:05:58
9644         Log: Install perlglossary on VMS and Windows
9645      Branch: perl
9646            ! vms/descrip_mms.template win32/pod.mak
9647 ____________________________________________________________________________
9648 [ 25039] By: davem                                 on 2005/07/01  14:34:52
9649         Log: undo some excessive Carp.pm minimalisation
9650      Branch: perl
9651            ! lib/Carp.pm
9652 ____________________________________________________________________________
9653 [ 25038] By: steveh                                on 2005/07/01  13:39:33
9654         Log: Remove unreferenced local variable (and the warning about it)
9655      Branch: perl
9656            ! ext/XS/APItest/APItest.xs
9657 ____________________________________________________________________________
9658 [ 25037] By: rgs                                   on 2005/07/01  12:43:23
9659         Log: Add the perlglossary man page
9660              
9661              Subject: [PATCH] perlglossary.pod
9662              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
9663              Date: Fri, 1 Jul 2005 03:10:50 -0700
9664              Message-ID: <20050701101050.GA2448@efn.org>
9665      Branch: perl
9666            + pod/perlglossary.pod
9667            ! MANIFEST pod.lst pod/perl.pod pod/perlmodlib.pod
9668            ! pod/perltoc.pod
9669 ____________________________________________________________________________
9670 [ 25036] By: rgs                                   on 2005/07/01  12:32:21
9671         Log: Subject: [PATCH] Make Exporter.t warnings clean
9672              From: Michael G Schwern <schwern@pobox.com>
9673              Date: Tue, 28 Jun 2005 15:58:36 -0700
9674              Message-ID: <20050628225836.GB27320@windhund.schwern.org>
9675      Branch: perl
9676            ! lib/Exporter.t
9677 ____________________________________________________________________________
9678 [ 25035] By: davem                                 on 2005/07/01  11:49:22
9679         Log: silence a warning in Perl_sv_compile_2op
9680      Branch: perl
9681            ! pp_ctl.c
9682 ____________________________________________________________________________
9683 [ 25034] By: davem                                 on 2005/07/01  11:45:40
9684         Log: silence gcc 'comparison is always false' warning in MEM_WRAP_CHECK
9685              Only a partial fix: works where sizeof(type)==1; since we
9686              can never wraparound in that case, disarm the check
9687      Branch: perl
9688            ! handy.h
9689 ____________________________________________________________________________
9690 [ 25033] By: steveh                                on 2005/07/01  07:44:50
9691         Log: Silence some cast warnings from bcc32 on Win32
9692              
9693              See the thread starting here for arguments:
9694              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-06/msg00994.html
9695      Branch: perl
9696            ! win32/win32.c
9697 ____________________________________________________________________________
9698 [ 25032] By: davem                                 on 2005/06/30  22:41:07
9699         Log: assigning shared consts (eg __PACKAGE__) to magic vars
9700      Branch: perl
9701            ! sv.c t/op/magic.t
9702 ____________________________________________________________________________
9703 [ 25031] By: nicholas                              on 2005/06/30  17:41:03
9704         Log: By grabbing the length, we can use sv_setpvn here.
9705      Branch: perl
9706            ! util.c
9707 ____________________________________________________________________________
9708 [ 25030] By: nicholas                              on 2005/06/30  17:37:56
9709         Log: Use sv_setpvn where we know the length.
9710      Branch: perl
9711            ! universal.c
9712 ____________________________________________________________________________
9713 [ 25029] By: nicholas                              on 2005/06/30  17:28:45
9714         Log: A terser way of implementing require_pv.
9715      Branch: perl
9716            ! perl.c
9717 ____________________________________________________________________________
9718 [ 25028] By: nicholas                              on 2005/06/30  17:21:28
9719         Log: We know the length, so use sv_setpvn rather than sv_setpv.
9720      Branch: perl
9721            ! universal.c
9722 ____________________________________________________________________________
9723 [ 25027] By: nicholas                              on 2005/06/30  17:05:13
9724         Log: Avoid using PL_Sv in the -V argument processing.
9725              Express the embedded perl program in a slightly terser way.
9726      Branch: perl
9727            ! perl.c
9728 ____________________________________________________________________________
9729 [ 25026] By: nicholas                              on 2005/06/30  16:34:52
9730         Log: Use Perl_sv_catpvf to shorten the code (source and object) needed for
9731              commandline -V options that q\0...\0.
9732      Branch: perl
9733            ! perl.c
9734 ____________________________________________________________________________
9735 [ 25025] By: rgs                                   on 2005/06/30  16:15:31
9736         Log: Add TODO tests for bug #36434
9737      Branch: perl
9738            ! t/op/magic.t
9739 ____________________________________________________________________________
9740 [ 25024] By: nicholas                              on 2005/06/30  12:28:55
9741         Log: The core shouldn't be using PL_na
9742      Branch: perl
9743            ! perl.c
9744 ____________________________________________________________________________
9745 [ 25023] By: nicholas                              on 2005/06/30  12:15:14
9746         Log: -V:... would get upset (syntax error) if ... contained unbalanced ().
9747      Branch: perl
9748            ! perl.c
9749 ____________________________________________________________________________
9750 [ 25022] By: nicholas                              on 2005/06/30  11:40:37
9751         Log: Replace newSVpv(...,0) with newSVpvn where we know the length.
9752      Branch: perl
9753            ! perl.c regcomp.c sv.c
9754 ____________________________________________________________________________
9755 [ 25021] By: nicholas                              on 2005/06/30  11:20:33
9756         Log: Why use Perl_form and newSVpv when newSVpvf will do it in one?
9757      Branch: perl
9758            ! perl.c
9759 ____________________________________________________________________________
9760 [ 25020] By: rgs                                   on 2005/06/30  10:01:55
9761         Log: Subject: [PATCH] make t/uni/class.t faster
9762              From: Tels <nospam-abuse@bloodgate.com>
9763              Date: Wed, 29 Jun 2005 21:19:52 +0200
9764              Message-Id: <200506292120.05519@bloodgate.com>
9765      Branch: perl
9766            ! t/uni/class.t
9767 ____________________________________________________________________________
9768 [ 25019] By: nicholas                              on 2005/06/30  09:57:31
9769         Log: If gp_flags is unused, why are we even allocating it?
9770      Branch: perl
9771            ! dump.c ext/Devel/Peek/t/Peek.t gv.h sv.c
9772 ____________________________________________________________________________
9773 [ 25018] By: nicholas                              on 2005/06/30  09:21:05
9774         Log: Nothing is actually relying on GvUNIQUE holding state.
9775      Branch: perl
9776            ! gv.h
9777 ____________________________________________________________________________
9778 [ 25017] By: rgs                                   on 2005/06/30  09:11:28
9779         Log: Subject: Re: [PATCH] Convert File::Basename tests to Test::More
9780              From: Michael G Schwern <schwern@pobox.com>
9781              Date: Thu, 30 Jun 2005 01:02:30 -0700
9782              Message-ID: <20050630080230.GC17965@windhund.schwern.org>
9783      Branch: perl
9784            ! lib/File/Basename.t
9785 ____________________________________________________________________________
9786 [ 25016] By: rgs                                   on 2005/06/30  09:04:20
9787         Log: Subject: Re: [PATCH]Re: [perl #36417] IO::Handle::getline() doco should note an important difference from <$io>
9788              From: Steve Peters <steve@fisharerojo.org>
9789              Date: Wed, 29 Jun 2005 21:47:23 -0500
9790              Message-ID: <20050630024723.GA3786@mccoy.peters.homeunix.org>
9791      Branch: perl
9792            ! ext/IO/lib/IO/Handle.pm
9793 ____________________________________________________________________________
9794 [ 25015] By: rgs                                   on 2005/06/30  08:59:11
9795         Log: Subject: some dusting off of the cross-compilation information
9796              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
9797              Date: Thu, 30 Jun 2005 08:41:17 +0300
9798              Message-ID: <42C385FD.9040601@gmail.com>
9799      Branch: perl
9800            ! Cross/README INSTALL
9801 ____________________________________________________________________________
9802 [ 25014] By: steveh                                on 2005/06/30  07:57:25
9803         Log: Silence MinGW warnings about system headers when building Errno
9804              
9805              Thanks to Mike Guy for the suggested fix.
9806      Branch: perl
9807            ! ext/Errno/Errno_pm.PL
9808 ____________________________________________________________________________
9809 [ 25013] By: nicholas                              on 2005/06/29  21:24:53
9810         Log: Expand on parts of perltodo
9811      Branch: perl
9812            ! pod/perltodo.pod
9813 ____________________________________________________________________________
9814 [ 25012] By: nicholas                              on 2005/06/29  21:09:16
9815         Log: All tests pass (for me) with -DPERL_DONT_CREATE_GVSV
9816      Branch: perl
9817            ! pp.c pp_hot.c
9818 ____________________________________________________________________________
9819 [ 25011] By: nicholas                              on 2005/06/29  20:24:12
9820         Log: Make warnings.t pass with -DPERL_DONT_CREATE_GVSV
9821      Branch: perl
9822            ! pp_sys.c
9823 ____________________________________________________________________________
9824 [ 25010] By: nicholas                              on 2005/06/29  19:25:24
9825         Log: Fixes to -DPERL_DONT_CREATE_GVSV to make more tests pass
9826      Branch: perl
9827            ! doio.c gv.c perl.h sv.c
9828 ____________________________________________________________________________
9829 [ 25009] By: nicholas                              on 2005/06/29  15:58:14
9830         Log: First stab at not automatically creating an unused SV for GvSV
9831              Enable it with -DPERL_DONT_CREATE_GVSV.
9832              Currently if enabled 22 test scripts have failures, so still some way
9833              to go.
9834      Branch: perl
9835            ! embed.fnc embed.h global.sym gv.c gv.h makedef.pl perl.c
9836            ! pp_hot.c proto.h sv.c
9837 ____________________________________________________________________________
9838 [ 25008] By: rgs                                   on 2005/06/29  08:11:53
9839         Log: Remove old variable needed for binary compatibility
9840      Branch: perl
9841            ! embedvar.h intrpvar.h perlapi.h sv.c
9842 ____________________________________________________________________________
9843 [ 25007] By: nicholas                              on 2005/06/28  22:02:03
9844         Log: Convert strcpy to memcpy where we already know the length.
9845      Branch: perl
9846            ! gv.c sv.c util.c
9847 ____________________________________________________________________________
9848 [ 25006] By: davem                                 on 2005/06/28  11:28:20
9849         Log: move Carp.pod back into Carp.pm
9850      Branch: perl
9851            - lib/Carp.pod
9852            ! MANIFEST lib/Carp.pm
9853 ____________________________________________________________________________
9854 [ 25005] By: rgs                                   on 2005/06/28  11:17:30
9855         Log: B::Deparse was chocking on variable names with colons (like foo::::bar)
9856      Branch: perl
9857            ! ext/B/B/Deparse.pm
9858 ____________________________________________________________________________
9859 [ 25004] By: nicholas                              on 2005/06/28  10:09:26
9860         Log: Subject: Re: Hints for 64bitall (PPC!) Darwin perl
9861              From: Dominic Dunlop <domo@computer.org>
9862              Message-Id: <1D31D9A6-2451-49EE-AD80-80F1D9CA2825@computer.org>
9863              Date: Mon, 27 Jun 2005 19:46:59 +0200
9864      Branch: perl
9865            ! hints/darwin.sh
9866 ____________________________________________________________________________
9867 [ 25003] By: steveh                                on 2005/06/28  08:01:21
9868         Log: Stop "Possible use before definition" warning following change 24997
9869      Branch: perl
9870            ! pp_sys.c
9871 ____________________________________________________________________________
9872 [ 25002] By: rgs                                   on 2005/06/28  07:40:35
9873         Log: Upgrade to Time::HiRes 1.71
9874      Branch: perl
9875            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
9876            ! ext/Time/HiRes/Makefile.PL
9877 ____________________________________________________________________________
9878 [ 25001] By: steveh                                on 2005/06/28  07:40:01
9879         Log: Stop "suspicious pointer conversion" warning following change 24997
9880      Branch: perl
9881            ! hv.c
9882 ____________________________________________________________________________
9883 [ 25000] By: rgs                                   on 2005/06/27  21:57:04
9884         Log: Don't install demo files with perl
9885      Branch: perl
9886            ! installperl
9887 ____________________________________________________________________________
9888 [ 24999] By: rgs                                   on 2005/06/27  21:30:09
9889         Log: From: Mattia Barbon <mattia.barbon@libero.it>
9890              Subject: [PATCH] Avoid redefinition warning for MinGW
9891              Date: Jun 27, 2005 10:07 PM
9892              Message-ID: <Mahogany-0.66.0-1232-20050627-220727.00@rbnet.it>
9893      Branch: perl
9894            ! win32/win32iop.h
9895 ____________________________________________________________________________
9896 [ 24998] By: nicholas                              on 2005/06/27  20:52:27
9897         Log: Fix sv_dec of undefined PVs to (a) not downgrade to NV
9898              (b) give -1, rather than +1
9899      Branch: perl
9900            ! sv.c t/op/inc.t
9901 ____________________________________________________________________________
9902 [ 24997] By: rgs                                   on 2005/06/27  18:26:15
9903         Log: Subject: [PATCH] We're going round in circles with pp_sys.c
9904              From: Andy Lester <andy@petdance.com>
9905              Date: Mon, 27 Jun 2005 13:06:59 -0500
9906              Message-ID: <20050627180659.GB29744@petdance.com>
9907              
9908              (edited)
9909      Branch: perl
9910            ! embed.fnc gv.c handy.h hv.c perl.c pp_ctl.c pp_hot.c proto.h
9911            ! regexec.c sv.c toke.c
9912 ____________________________________________________________________________
9913 [ 24996] By: rgs                                   on 2005/06/27  17:19:45
9914         Log: Fix installation of ptar(1) manpage.
9915              The __END__ was making the POD being ignored by pod2man.
9916      Branch: perl
9917            ! lib/Archive/Tar/bin/ptar
9918 ____________________________________________________________________________
9919 [ 24995] By: davem                                 on 2005/06/27  16:34:34
9920         Log: Make Carp.pm even lighter (and Carp::Heavy even heavier)
9921              Also move carp.pm pod to carp.pod
9922      Branch: perl
9923            + lib/Carp.pod
9924            ! MANIFEST lib/Carp.pm lib/Carp/Heavy.pm lib/warnings.pm
9925            ! warnings.pl
9926 ____________________________________________________________________________
9927 [ 24994] By: steveh                                on 2005/06/27  15:45:05
9928         Log: Silence compiler warning in SDBM_File
9929              
9930              Unless I'm missing something it looks like "key" actually is used,
9931              and the "key = key" assignment causes bcc32 to complain about use
9932              before definition!
9933      Branch: perl
9934            ! ext/SDBM_File/SDBM_File.xs
9935 ____________________________________________________________________________
9936 [ 24993] By: rgs                                   on 2005/06/27  15:22:58
9937         Log: Subject: [PATCH] XSLoader for Sys::Syslog
9938              From: Alexey Tourbin <at@altlinux.ru>
9939              Date: Sun, 26 Jun 2005 08:32:05 +0400
9940              Message-ID: <20050626043204.GA31585@solemn.turbinal.org>
9941      Branch: perl
9942            ! ext/Sys/Syslog/Syslog.pm
9943 ____________________________________________________________________________
9944 [ 24992] By: rgs                                   on 2005/06/27  13:51:10
9945         Log: Oops (fix previous fix).
9946      Branch: perl
9947            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/export.t
9948            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
9949            ! lib/Filter/Simple/t/import.t
9950 ____________________________________________________________________________
9951 [ 24991] By: rgs                                   on 2005/06/27  13:48:26
9952         Log: Fix tests of Filter::Simple 0.82 in the core
9953      Branch: perl
9954            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/export.t
9955            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
9956            ! lib/Filter/Simple/t/import.t
9957 ____________________________________________________________________________
9958 [ 24990] By: rgs                                   on 2005/06/27  13:46:25
9959         Log: Upgrade to Filter::Simple 0.82
9960      Branch: perl
9961            ! lib/Filter/Simple.pm lib/Filter/Simple/Changes
9962            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/export.t
9963            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
9964            ! lib/Filter/Simple/t/import.t t/lib/Filter/Simple/ExportTest.pm
9965            ! t/lib/Filter/Simple/FilterOnlyTest.pm
9966            ! t/lib/Filter/Simple/FilterTest.pm
9967            ! t/lib/Filter/Simple/ImportTest.pm
9968 ____________________________________________________________________________
9969 [ 24989] By: rgs                                   on 2005/06/27  12:46:44
9970         Log: Upgrade to Test::Harness 2.52
9971      Branch: perl
9972            ! lib/Test/Harness.pm lib/Test/Harness/Changes
9973            ! lib/Test/Harness/bin/prove
9974 ____________________________________________________________________________
9975 [ 24988] By: rgs                                   on 2005/06/27  12:35:33
9976         Log: Upgrade to Time::HiRes 1.70
9977      Branch: perl
9978            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
9979            ! ext/Time/HiRes/HiRes.xs
9980 ____________________________________________________________________________
9981 [ 24987] By: steveh                                on 2005/06/27  07:41:52
9982         Log: Suppress warnings about a clash between redefined malloc and the
9983              use of __attribute__malloc__
9984              
9985              Subject: Re: Fun with __attribute__malloc__
9986              From: Andy Lester <andy@petdance.com>
9987              Date: Fri, 24 Jun 2005 12:11:59 -0500
9988              Message-ID: <20050624171159.GB29590@petdance.com>
9989      Branch: perl
9990            ! perl.h
9991 ____________________________________________________________________________
9992 [ 24986] By: nicholas                              on 2005/06/26  22:19:22
9993         Log: Tweak the child dump socket protocol to return error messages to the
9994              parent so that it can display what went wrong.
9995      Branch: perl
9996            ! perl.c
9997 ____________________________________________________________________________
9998 [ 24985] By: rgs                                   on 2005/06/26  20:06:10
9999         Log: Upgrade to Time::HiRes 1.69
10000      Branch: perl
10001            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
10002            ! ext/Time/HiRes/Makefile.PL
10003 ____________________________________________________________________________
10004 [ 24984] By: nicholas                              on 2005/06/26  17:59:33
10005         Log: When using DEBUG_LEAKING_SCALARS_FORK_DUMP it's possible to cause
10006              indefinite hangs when the debugging child holds open Perl_debug_log,
10007              and it happens to be a file descriptor that is one end of a pipe,
10008              with a process sitting at the other end waitng for EOF.
10009              So close all descriptors in the child *including* Perl_debug_log,
10010              and pass it back in over the control socket if it's needed.
10011      Branch: perl
10012            ! perl.c
10013 ____________________________________________________________________________
10014 [ 24983] By: nicholas                              on 2005/06/26  10:28:43
10015         Log: Need to pass a my_perl to S_my_localtime to make threaded builds build.
10016      Branch: perl
10017            ! pp_sys.c
10018 ____________________________________________________________________________
10019 [ 24982] By: nicholas                              on 2005/06/25  17:58:26
10020         Log: Add a sanity check to Config::AUTOLOAD to prevent infinte loops if
10021              Configure_heavy.pl gets truncated.
10022      Branch: perl
10023            ! configpm
10024 ____________________________________________________________________________
10025 [ 24981] By: nicholas                              on 2005/06/25  15:45:06
10026         Log: On OS X to use perl's malloc need to USE_PERL_SBRK and emulate sbrk()
10027              using system malloc, because sbrk() stops giving us memory after about
10028              14Mb.
10029      Branch: perl
10030            ! hints/darwin.sh
10031 ____________________________________________________________________________
10032 [ 24980] By: nicholas                              on 2005/06/25  15:42:30
10033         Log: Need to skip exporting PL_dumper_fd unless it is used.
10034      Branch: perl
10035            ! makedef.pl
10036 ____________________________________________________________________________
10037 [ 24979] By: nicholas                              on 2005/06/25  12:55:09
10038         Log: If forking during global destruction, the child needs to close all
10039              unused file descriptors, else it can cause other processes to hang
10040              because it accidentally holds open pipes and sockets.
10041      Branch: perl
10042            ! perl.c
10043 ____________________________________________________________________________
10044 [ 24978] By: rgs                                   on 2005/06/24  15:21:38
10045         Log: Upgrade to Unicode::Collate 0.51
10046      Branch: perl
10047            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
10048            ! lib/Unicode/Collate/README
10049 ____________________________________________________________________________
10050 [ 24977] By: steveh                                on 2005/06/24  14:38:05
10051         Log: Fix typo in win32.c
10052              
10053              Doesn't fix bcc32 + USE_LARGE_FILES, though :-(
10054      Branch: perl
10055            ! win32/win32.c
10056 ____________________________________________________________________________
10057 [ 24976] By: nicholas                              on 2005/06/24  14:04:19
10058         Log: Extend DEBUG_LEAKING_SCALARS_FORK_DUMP so it can also dump scalars
10059              which become unreferenced. This is less likely to be successful.
10060              The #define needs a better name.
10061      Branch: perl
10062            ! embed.fnc embed.h embedvar.h intrpvar.h perl.c perlapi.h
10063            ! proto.h sv.c
10064 ____________________________________________________________________________
10065 [ 24975] By: steveh                                on 2005/06/24  13:56:15
10066         Log: Stop '"__attribute__format__" redefined' warnings from gcc on Win32
10067      Branch: perl
10068            ! perl.h win32/config_H.gc
10069 ____________________________________________________________________________
10070 [ 24974] By: steveh                                on 2005/06/24  12:27:45
10071         Log: Make opendir() filename const in Win32-land & friends
10072              
10073              That fact that it wasn't const already was highlighted by a warning
10074              from pp_open_dir() generated by change 24743. Rather than undo the
10075              const change in pp_open_dir(), this seems to make more sense. Hope I
10076              haven't broken Netware or WinCE.
10077      Branch: perl
10078            ! NetWare/nw5.c NetWare/nwperlhost.h NetWare/nwperlsys.h
10079            ! iperlsys.h win32/include/dirent.h win32/perlhost.h
10080            ! win32/win32.c win32/win32iop.h wince/perlhost.h wince/wince.c
10081 ____________________________________________________________________________
10082 [ 24973] By: nicholas                              on 2005/06/24  10:45:44
10083         Log: Need to do some sort of die/warn to get the "global destruction"
10084              text if the bug is still present.
10085      Branch: perl
10086            ! t/op/gv.t
10087 ____________________________________________________________________________
10088 [ 24972] By: steveh                                on 2005/06/24  09:37:24
10089         Log: Fix t\op\gv.t on Win32
10090      Branch: perl
10091            ! t/op/gv.t
10092 ____________________________________________________________________________
10093 [ 24971] By: rgs                                   on 2005/06/24  07:54:59
10094         Log: Remove cargo-culted binmode.
10095      Branch: perl
10096            ! lib/Archive/Tar/t/00_setup.t
10097 ____________________________________________________________________________
10098 [ 24970] By: steveh                                on 2005/06/24  07:42:41
10099         Log: Fix Archive-Tar tests on Win32 following change 24954
10100      Branch: perl
10101            ! lib/Archive/Tar/t/00_setup.t
10102 ____________________________________________________________________________
10103 [ 24969] By: merijn                                on 2005/06/24  07:41:08
10104         Log: Workaround localtime edge case where TZ makes time go beyond
10105              the defined working range (AIX 5.2)
10106      Branch: perl
10107            ! pp_sys.c
10108 ____________________________________________________________________________
10109 [ 24968] By: davem                                 on 2005/06/23  22:59:36
10110         Log: change 24967 got the #endif in the wrong place
10111      Branch: perl
10112            ! pad.c
10113 ____________________________________________________________________________
10114 [ 24967] By: davem                                 on 2005/06/23  22:48:40
10115         Log: don't repopulate PADTMP slots with null SVs when freeing ops
10116      Branch: perl
10117            ! ext/B/t/f_sort.t ext/B/t/optree_samples.t pad.c
10118 ____________________________________________________________________________
10119 [ 24966] By: nicholas                              on 2005/06/23  21:30:33
10120         Log: Remove the reference loop between symbol tables and typeglobs.
10121              Typeglobs now have a weak reference onto their symbol table.
10122      Branch: perl
10123            ! embed.fnc embed.h gv.c mg.c pad.c proto.h sv.c t/op/gv.t
10124 ____________________________________________________________________________
10125 [ 24965] By: rgs                                   on 2005/06/23  18:53:04
10126         Log: Subject: [PATCH] Pre-YAPC consting fun
10127              From: Andy Lester <andy@petdance.com>
10128              Date: Jun 23, 2005 9:04 PM
10129              Message-ID: <20050623190423.GA13835@petdance.com>
10130      Branch: perl
10131            ! embed.fnc embed.h lib/ExtUtils/CBuilder/t/01-basic.t locale.c
10132            ! mg.c perlio.c pp_ctl.c pp_pack.c pp_sys.c proto.h scope.c
10133            ! taint.c util.c
10134 ____________________________________________________________________________
10135 [ 24964] By: merijn                                on 2005/06/23  18:43:42
10136         Log: Take a larger margin to prevent 'X' failures in smokes
10137              I was able to get warnings on HP-UX 10.20 every 2nd to 3rd run
10138              when reps was still 10000. With 15000 I didn't get a single warning
10139      Branch: perl
10140            ! t/op/rand.t
10141 ____________________________________________________________________________
10142 [ 24963] By: rgs                                   on 2005/06/23  18:07:34
10143         Log: Warning suppression.
10144      Branch: perl
10145            ! pp_sys.c
10146 ____________________________________________________________________________
10147 [ 24962] By: nicholas                              on 2005/06/23  18:00:38
10148         Log: The current implementation of :unique is fundamentally flawed,
10149              because declaring a scalar READONLY does not stop it being modified.
10150              Hence the current implementation of :unique is *not threadsafe*
10151              D'oh!
10152              Better implementations welcome.
10153      Branch: perl
10154            ! embed.fnc embed.h ext/threads/t/problems.t pod/perltodo.pod
10155            ! proto.h sv.c
10156 ____________________________________________________________________________
10157 [ 24961] By: rgs                                   on 2005/06/23  16:18:21
10158         Log: Fix Archive::Tar test when perl is built with -Dmksymlinks
10159      Branch: perl
10160            ! lib/Archive/Tar/t/02_methods.t
10161 ____________________________________________________________________________
10162 [ 24960] By: rgs                                   on 2005/06/23  15:51:02
10163         Log: Subject: [PATCH] Re: [perl #9741] possible problem with File::Find
10164              From: Steve Peters <steve@fisharerojo.org>
10165              Date: Fri, 17 Jun 2005 23:27:14 -0500
10166              Message-ID: <20050618042714.GA29589@mccoy.peters.homeunix.org>
10167      Branch: perl
10168            ! lib/File/Find.pm
10169 ____________________________________________________________________________
10170 [ 24959] By: nicholas                              on 2005/06/23  14:11:20
10171         Log: Add a define PERL_POISON which tries to trip up anything accessing
10172              freed or uninitialised memory. Currently only Poison()s freed
10173              pointers.
10174      Branch: perl
10175            ! ext/PerlIO/encoding/encoding.xs gv.c handy.h pp_ctl.c scope.c
10176            ! sv.c
10177 ____________________________________________________________________________
10178 [ 24958] By: nicholas                              on 2005/06/23  14:09:57
10179         Log: Indent some of the #ifdef/#define/#endif to make the nesting clearer.
10180              Simplify SvPV_free slightly.
10181      Branch: perl
10182            ! sv.h
10183 ____________________________________________________________________________
10184 [ 24957] By: rgs                                   on 2005/06/23  11:54:25
10185         Log: This dummy test didn't pass
10186      Branch: perl
10187            ! lib/Archive/Tar/t/99_clean.t
10188 ____________________________________________________________________________
10189 [ 24956] By: rgs                                   on 2005/06/23  11:34:35
10190         Log: Add a pseudo-test to clean up data files for Archive::Tar tests
10191      Branch: perl
10192            + lib/Archive/Tar/t/99_clean.t
10193            ! MANIFEST
10194 ____________________________________________________________________________
10195 [ 24955] By: rgs                                   on 2005/06/23  11:30:16
10196         Log: Remove test that relies on Test::POD
10197      Branch: perl
10198            - lib/Archive/Tar/t/99_pod.t
10199            ! MANIFEST
10200 ____________________________________________________________________________
10201 [ 24954] By: rgs                                   on 2005/06/23  11:29:16
10202         Log: Remove binary files, add a pseudo-test in Archive::Tar to generate them
10203      Branch: perl
10204            + lib/Archive/Tar/t/00_setup.t
10205            - lib/Archive/Tar/t/src/long/bar.tar
10206            - lib/Archive/Tar/t/src/long/foo.tgz
10207            - lib/Archive/Tar/t/src/short/bar.tar
10208            - lib/Archive/Tar/t/src/short/foo.tgz
10209            ! MANIFEST
10210 ____________________________________________________________________________
10211 [ 24953] By: steveh                                on 2005/06/23  11:02:42
10212         Log: Silence bcc32 compiler warnings following change 24945
10213              
10214              ("Possible use of '%s' before definition")
10215      Branch: perl
10216            ! pp_ctl.c pp_sys.c
10217 ____________________________________________________________________________
10218 [ 24952] By: nicholas                              on 2005/06/23  10:41:00
10219         Log: Re-initialise PL_curcop to &PL_compiling before destroying the optree.
10220      Branch: perl
10221            ! perl.c
10222 ____________________________________________________________________________
10223 [ 24951] By: rgs                                   on 2005/06/23  10:39:47
10224         Log: Subject: Re: [perl #36350] unstable sorting for use integer; sort { $b <=> $a } @foo 
10225              From: Salvador Fandino <sfandino@yahoo.com>
10226              Date: Tue, 21 Jun 2005 19:50:35 +0200
10227              Message-ID: <20050621181658.5977.qmail@lists.develooper.com>
10228      Branch: perl
10229            ! pp_sort.c
10230 ____________________________________________________________________________
10231 [ 24950] By: steveh                                on 2005/06/23  10:21:53
10232         Log: Oops! Change 24946 wasn't quite right
10233      Branch: perl
10234            ! doio.c
10235 ____________________________________________________________________________
10236 [ 24949] By: rgs                                   on 2005/06/23  09:32:55
10237         Log: Add handling of NV_ZERO_IS_ALLBITS_ZERO for Netware and epoc
10238      Branch: perl
10239            ! NetWare/config.wc NetWare/config_H.wc epoc/config.sh
10240 ____________________________________________________________________________
10241 [ 24948] By: rgs                                   on 2005/06/23  09:25:03
10242         Log: Define d_nv_zero_is_allbits_zero for symbian
10243              (noticed by Jarkko)
10244      Branch: perl
10245            ! symbian/config.sh
10246 ____________________________________________________________________________
10247 [ 24947] By: steveh                                on 2005/06/23  09:18:37
10248         Log: Silence bcc32 compiler warnings from win32/fcrypt.c (almost)
10249              
10250              It still whines about 'in' and 'b' being assigned values that are
10251              never used on lines 348 and 505 respectively (as side effects of the
10252              calls to c2l and l2c respectively), but I'm not sure how to shut
10253              them up.
10254      Branch: perl
10255            ! win32/fcrypt.c
10256 ____________________________________________________________________________
10257 [ 24946] By: steveh                                on 2005/06/23  09:00:28
10258         Log: More bcc32 compiler warnings to silence
10259              
10260              ("Suspicious pointer conversion")
10261      Branch: perl
10262            ! doio.c win32/win32io.c
10263 ____________________________________________________________________________
10264 [ 24945] By: rgs                                   on 2005/06/23  08:39:44
10265         Log: Subject: [PATCH] Const Boy II: The Localizing
10266              From: Andy Lester <andy@petdance.com>
10267              Date: Wed, 22 Jun 2005 09:41:00 -0500
10268              Message-ID: <20050622144059.GA19598@petdance.com>
10269      Branch: perl
10270            ! autodoc.pl embed.fnc embed.pl hv.c perl.c perlio.c
10271            ! pod/perlapi.pod pp.c pp.h pp_ctl.c pp_sys.c proto.h sv.c
10272            ! util.c
10273 ____________________________________________________________________________
10274 [ 24944] By: steveh                                on 2005/06/23  08:04:21
10275         Log: Silence another bcc32 compiler warning
10276              
10277              ("Possible use of '%s' before definition")
10278      Branch: perl
10279            ! toke.c
10280 ____________________________________________________________________________
10281 [ 24943] By: davem                                 on 2005/06/22  23:08:55
10282         Log: remove taint hack now that local $tainted no longer copies taint magic
10283      Branch: perl
10284            ! mg.c sv.c
10285 ____________________________________________________________________________
10286 [ 24942] By: davem                                 on 2005/06/22  21:42:54
10287         Log: handle magic in local correctly
10288              the local SV now gets a copy of any container magic, and no value
10289              magic; in the past the whole magic chain was either shared or
10290              moved
10291      Branch: perl
10292            ! embed.fnc embed.h mg.c pod/perlguts.pod pod/perlintern.pod
10293            ! proto.h scope.c t/op/local.t
10294 ____________________________________________________________________________
10295 [ 24941] By: merijn                                on 2005/06/22  17:14:04
10296         Log: Upgrade to Test::Harness 2.50
10297      Branch: perl
10298            ! lib/Test/Harness.pm lib/Test/Harness/t/strap-analyze.t
10299 ____________________________________________________________________________
10300 [ 24940] By: nicholas                              on 2005/06/22  16:37:06
10301         Log: Add facility to fork() early in perl_destruct and use the child to
10302              dump out leaked scalars (enabled with DEBUG_LEAKING_SCALARS_FORK_DUMP
10303              when DEBUG_LEAKING_SCALARS is already in force)
10304      Branch: perl
10305            ! perl.c
10306 ____________________________________________________________________________
10307 [ 24939] By: steveh                                on 2005/06/22  13:25:16
10308         Log: Silence yet more bcc32 compiler warnings
10309              
10310              ("Code has no effect")
10311      Branch: perl
10312            ! hv.c pp_ctl.c pp_hot.c
10313 ____________________________________________________________________________
10314 [ 24938] By: steveh                                on 2005/06/22  13:02:17
10315         Log: Silence some more bcc32 compiler warnings
10316              
10317              ("Suggest parentheses to clarify precedence")
10318      Branch: perl
10319            ! warnings.h warnings.pl
10320 ____________________________________________________________________________
10321 [ 24937] By: steveh                                on 2005/06/22  12:31:59
10322         Log: Silence some bcc32 compiler warnings
10323              
10324              ("Superfluous & with function")
10325      Branch: perl
10326            ! perlvars.h pp.c win32/win32.c
10327 ____________________________________________________________________________
10328 [ 24936] By: nicholas                              on 2005/06/22  10:08:43
10329         Log: Now that the global string table is using a single hunk of memory
10330              for both HE and HEK, we need to actually free things in perl_destruct
10331      Branch: perl
10332            ! perl.c
10333 ____________________________________________________________________________
10334 [ 24935] By: steveh                                on 2005/06/22  09:40:25
10335         Log: Fix Archive-Tar tests on Win32
10336              
10337              (Patch from Jos Boumans, from his current dev version.)
10338      Branch: perl
10339            ! lib/Archive/Tar.pm
10340 ____________________________________________________________________________
10341 [ 24934] By: merijn                                on 2005/06/21  19:27:38
10342         Log: Redo generation of change #24898
10343              Do not forget to run Porting/config_h.pl!
10344      Branch: perl
10345            ! Configure config_h.SH
10346 ____________________________________________________________________________
10347 [ 24932] By: rgs                                   on 2005/06/21  17:05:01
10348         Log: Upgrade to Test::Harness 2.49_02
10349      Branch: perl
10350            ! lib/Test/Harness.pm lib/Test/Harness/Changes
10351            ! lib/Test/Harness/Iterator.pm lib/Test/Harness/Straps.pm
10352            ! lib/Test/Harness/t/test-harness.t
10353 ____________________________________________________________________________
10354 [ 24931] By: rgs                                   on 2005/06/21  16:33:32
10355         Log: Add Archive::Tar to the maintainers list
10356      Branch: perl
10357            ! Porting/Maintainers.pl
10358 ____________________________________________________________________________
10359 [ 24930] By: rgs                                   on 2005/06/21  16:14:06
10360         Log: Trim trailing spaces
10361      Branch: perl
10362            ! lib/Archive/Tar/bin/ptar
10363 ____________________________________________________________________________
10364 [ 24929] By: rgs                                   on 2005/06/21  15:53:30
10365         Log: Add pod, so ptar has a manpage
10366      Branch: perl
10367            ! lib/Archive/Tar/bin/ptar
10368 ____________________________________________________________________________
10369 [ 24928] By: rgs                                   on 2005/06/21  15:27:37
10370         Log: POD nits
10371      Branch: perl
10372            ! ext/Storable/Storable.pm
10373 ____________________________________________________________________________
10374 [ 24927] By: nicholas                              on 2005/06/21  15:27:14
10375         Log: Drag t/op/gv.t kicking and screaming into the century of the fruitbat
10376              (or at least into the decade of t/test.pl)
10377      Branch: perl
10378            ! t/op/gv.t
10379 ____________________________________________________________________________
10380 [ 24926] By: rgs                                   on 2005/06/21  15:04:10
10381         Log: Add the ptar(1) utility from Archive::Tar
10382      Branch: perl
10383            + lib/Archive/Tar/bin/ptar utils/ptar.PL
10384            ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
10385            ! win32/Makefile win32/makefile.mk
10386 ____________________________________________________________________________
10387 [ 24925] By: steveh                                on 2005/06/21  13:49:10
10388         Log: Trim trailing whitespace from $! and $^E
10389              
10390              (Fixes lib/Test/Simple/t/fail-more.t with bcc32 on Win32, and is
10391              good for consistency anyway)
10392      Branch: perl
10393            ! mg.c
10394 ____________________________________________________________________________
10395 [ 24924] By: nicholas                              on 2005/06/21  12:39:27
10396         Log: Avoid having NULL entries in the weakref backreference array, and
10397              make S_sv_add_backref O(1) (instead of O(n))
10398      Branch: perl
10399            ! sv.c
10400 ____________________________________________________________________________
10401 [ 24923] By: rgs                                   on 2005/06/21  12:12:10
10402         Log: Cleanup after this test
10403      Branch: perl
10404            ! lib/Archive/Tar/t/02_methods.t
10405 ____________________________________________________________________________
10406 [ 24922] By: rgs                                   on 2005/06/21  12:01:07
10407         Log: Add Archive::Tar 1.24, except ptar for now
10408      Branch: perl
10409            + lib/Archive/Tar.pm lib/Archive/Tar/Constant.pm
10410            + lib/Archive/Tar/File.pm lib/Archive/Tar/t/01_use.t
10411            + lib/Archive/Tar/t/02_methods.t lib/Archive/Tar/t/03_file.t
10412            + lib/Archive/Tar/t/99_pod.t lib/Archive/Tar/t/src/long/b
10413            + lib/Archive/Tar/t/src/long/bar.tar
10414            + lib/Archive/Tar/t/src/long/foo.tgz
10415            + lib/Archive/Tar/t/src/short/b
10416            + lib/Archive/Tar/t/src/short/bar.tar
10417            + lib/Archive/Tar/t/src/short/foo.tgz
10418            ! MANIFEST
10419 ____________________________________________________________________________
10420 [ 24921] By: nicholas                              on 2005/06/21  10:58:22
10421         Log: weak references aren't UVs, do don't show this in the dump flags.
10422      Branch: perl
10423            ! dump.c
10424 ____________________________________________________________________________
10425 [ 24920] By: rgs                                   on 2005/06/21  10:50:18
10426         Log: Subject: [PATCH] ternary operator cond ? foo : bar being parsed as ?...?
10427              From: Salvador Fandiño <sfandino@yahoo.com>
10428              Date: Fri, 17 Jun 2005 14:06:30 +0100
10429              Message-ID: <20050617130548.18776.qmail@lists.develooper.com>
10430              
10431              with wordings improvements suggested by Ronald J Kimball
10432      Branch: perl
10433            ! pod/perldiag.pod toke.c
10434 ____________________________________________________________________________
10435 [ 24919] By: nicholas                              on 2005/06/21  10:35:09
10436         Log: No need to set flags twice.
10437      Branch: perl
10438            ! av.c
10439 ____________________________________________________________________________
10440 [ 24918] By: nicholas                              on 2005/06/21  09:44:08
10441         Log: As there will be no old body to dispose of, we can return immediately.
10442      Branch: perl
10443            ! sv.c
10444 ____________________________________________________________________________
10445 [ 24917] By: rgs                                   on 2005/06/21  09:40:46
10446         Log: Fix [perl #36102] Data::Dumper Doesn't Stringify Numeric Labels
10447      Branch: perl
10448            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
10449            ! ext/Data/Dumper/t/dumper.t
10450 ____________________________________________________________________________
10451 [ 24916] By: rgs                                   on 2005/06/21  07:03:40
10452         Log: Subject: Re: [perl #36310] sv_vcatpvfn() fails on some (very limited) situations 
10453              From: Tsutomu IKEGAMI <t-ikegami@aist.go.jp>
10454              Date: Fri, 17 Jun 2005 17:55:10 +0900 (JST)
10455              Message-Id: <20050617.175510.21285350.t-ikegami@aist.go.jp>
10456      Branch: perl
10457            ! sv.c
10458 ____________________________________________________________________________
10459 [ 24915] By: rgs                                   on 2005/06/20  16:28:38
10460         Log: Subject: [PATCH perl.h] FPTR2DPTR/DPTR2FPTR
10461              From: Robin Barker <Robin.Barker@npl.co.uk>
10462              Date: Mon, 20 Jun 2005 13:47:37 +0100
10463              Message-ID: <533D273D4014D411AB1D00062938C4D90849C6E4@hotel.npl.co.uk>
10464      Branch: perl
10465            ! perl.h
10466 ____________________________________________________________________________
10467 [ 24914] By: nicholas                              on 2005/06/20  15:21:59
10468         Log: Replace the non-const initialiser block + loop with a series of calls
10469              to a small static function.
10470              c.f. "I will replace you with a small shell script..."
10471      Branch: perl
10472            ! sv.c
10473 ____________________________________________________________________________
10474 [ 24913] By: rgs                                   on 2005/06/20  15:12:50
10475         Log: Subject: [PATCH] The continuing adventures of Constman and Localize Boy
10476              From: Andy Lester <andy@petdance.com>
10477              Date: Mon, 20 Jun 2005 10:22:37 -0500
10478              Message-ID: <20050620152237.GA5032@petdance.com>
10479      Branch: perl
10480            ! XSUB.h doop.c embed.fnc embed.h global.sym gv.c mg.c pad.c
10481            ! perl.h proto.h sv.c universal.c util.c
10482 ____________________________________________________________________________
10483 [ 24912] By: rgs                                   on 2005/06/20  13:32:52
10484         Log: Same fix, for the test, now.
10485      Branch: perl
10486            ! t/run/switches.t
10487 ____________________________________________________________________________
10488 [ 24911] By: rgs                                   on 2005/06/20  13:06:13
10489         Log: perl -v was outputting a double v (spotted by Jarkko)
10490      Branch: perl
10491            ! perl.c
10492 ____________________________________________________________________________
10493 [ 24910] By: rgs                                   on 2005/06/20  11:58:32
10494         Log: Remove signature test, which is always skipped
10495      Branch: perl
10496            - lib/Test/Simple/t/00signature.t
10497            ! MANIFEST
10498 ____________________________________________________________________________
10499 [ 24909] By: rgs                                   on 2005/06/20  11:45:02
10500         Log: Subject: [PATCH pod/perlfunc.pod pod/perlobj.pod pod/perltooc.pod] Recommend Against UNIVERSAL:: Methods as Functions, take 2
10501              From: chromatic <chromatic@wgz.org>
10502              Date: Sat, 18 Jun 2005 12:15:41 -0700
10503              Message-Id: <1119122141.21521.9.camel@localhost>
10504      Branch: perl
10505            ! pod/perlfunc.pod pod/perlobj.pod pod/perltooc.pod
10506 ____________________________________________________________________________
10507 [ 24908] By: rgs                                   on 2005/06/20  11:00:31
10508         Log: Remove the deprecated $# variable
10509      Branch: perl
10510            ! doio.c embedvar.h gv.c intrpvar.h mg.c perl.c perlapi.h
10511            ! pod/perldiag.pod sv.c t/lib/warnings/gv
10512 ____________________________________________________________________________
10513 [ 24907] By: nicholas                              on 2005/06/20  10:35:41
10514         Log: Silence warning in debug printf
10515      Branch: perl
10516            ! doop.c
10517 ____________________________________________________________________________
10518 [ 24906] By: rgs                                   on 2005/06/20  09:45:24
10519         Log: Subject: [PATCH] More random cleanups
10520              From: Andy Lester <andy@petdance.com>
10521              Date: Fri, 17 Jun 2005 09:50:29 -0500
10522              Message-ID: <20050617145029.GC11769@petdance.com>
10523      Branch: perl
10524            ! embed.fnc embed.h pp_ctl.c pp_sort.c proto.h scope.c
10525 ____________________________________________________________________________
10526 [ 24905] By: steveh                                on 2005/06/20  09:30:23
10527         Log: Support NV_ZERO_IS_ALLBITS_ZERO on Win32 (re: change 24898)
10528              
10529              The try.c test program added to Configure by change 24898 outputs
10530              "Yes" using each of VC++, GCC and BCC32, so here goes...
10531      Branch: perl
10532            ! win32/config.bc win32/config.gc win32/config.vc
10533            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
10534            ! win32/config_H.vc win32/config_H.vc64
10535 ____________________________________________________________________________
10536 [ 24904] By: rgs                                   on 2005/06/20  09:23:33
10537         Log: Hugo suggests this.
10538      Branch: perl
10539            ! pod/perlhack.pod
10540 ____________________________________________________________________________
10541 [ 24903] By: rgs                                   on 2005/06/20  09:20:40
10542         Log: Missed a chunk in previous commit
10543      Branch: perl
10544            ! pod/perlsyn.pod
10545 ____________________________________________________________________________
10546 [ 24902] By: rgs                                   on 2005/06/20  09:18:35
10547         Log: Subject: [perl #36328] Until Statement Undocumented 
10548              From: Eric Amick (via RT) <perlbug-followup@perl.org>
10549              Date: 18 Jun 2005 03:47:32 -0000
10550              Message-ID: <rt-3.0.11-36328-115949.3.38667506136829@perl.org>
10551      Branch: perl
10552            ! pod/perlsyn.pod
10553 ____________________________________________________________________________
10554 [ 24901] By: rgs                                   on 2005/06/20  09:06:57
10555         Log: Subject: Re: [PATCH replacement] Re: [perl #36313] perl -e "1for$[=0" crash
10556              From: Rick Delaney <rick@bort.ca>
10557              Date: Sun, 19 Jun 2005 09:47:22 -0400
10558              Message-ID: <20050619134722.GB31592@localhost.localdomain>
10559      Branch: perl
10560            ! op.c t/comp/parser.t
10561 ____________________________________________________________________________
10562 [ 24900] By: nicholas                              on 2005/06/20  08:19:52
10563         Log: S_del_body is sufficiently small that inlining it is a space win.
10564      Branch: perl
10565            ! sv.c
10566 ____________________________________________________________________________
10567 [ 24899] By: nicholas                              on 2005/06/19  15:12:26
10568         Log: If NV_ZERO_IS_ALLBITS_ZERO there's no need to explicitly set the NVX
10569              to 0.0, as the memset has already done it.
10570      Branch: perl
10571            ! sv.c
10572 ____________________________________________________________________________
10573 [ 24898] By: nicholas                              on 2005/06/19  15:11:06
10574         Log: Add a Configure test to see if NV 0.0 is stored as all bits zero, and
10575              #define NV_ZERO_IS_ALLBITS_ZERO if so.  This is always true on VMS:
10576              
10577              Subject: Re: Configure check for whether 0.0 is stored as all bits zero
10578              From: "Craig A. Berry" <craigberry@mac.com>
10579              Message-Id: <p06210214beda5bf31c4c@[172.16.52.1]>
10580              Date: Sat, 18 Jun 2005 18:23:59 -0500
10581      Branch: perl
10582            ! Configure Porting/Glossary config_h.SH configure.com
10583 ____________________________________________________________________________
10584 [ 24897] By: nicholas                              on 2005/06/19  10:22:58
10585         Log: Move the offset calculations outside of new_body/del_body.
10586              This makes some of the upgrade code slightly simpler.
10587      Branch: perl
10588            ! sv.c
10589 ____________________________________________________________________________
10590 [ 24896] By: nicholas                              on 2005/06/18  22:43:58
10591         Log: Refactor sv_dup to memcpy from source to destination, and only
10592              explicitly copy the structure members that need explicit duplication.
10593      Branch: perl
10594            ! sv.c
10595 ____________________________________________________________________________
10596 [ 24895] By: nicholas                              on 2005/06/18  16:33:41
10597         Log: Squeeze a little more savings by moving pte and he arenas into the
10598              common arena free code.
10599      Branch: perl
10600            ! hv.h perl.h sv.c
10601 ____________________________________________________________________________
10602 [ 24894] By: nicholas                              on 2005/06/18  15:07:47
10603         Log: Subject: [PATCH] squeeze repetition out of Perl_sv_free_arenas
10604              From: Jim Cromie <jcromie@divsol.com>
10605              Message-ID: <42B3C388.2090902@divsol.com>
10606              Date: Sat, 18 Jun 2005 00:47:36 -0600
10607      Branch: perl
10608            ! sv.c
10609 ____________________________________________________________________________
10610 [ 24893] By: nicholas                              on 2005/06/18  14:28:04
10611         Log: update AVs and HVs using the old_body, and remove all of the local
10612              variables used to hold the SV body piecemeal.
10613      Branch: perl
10614            ! sv.c
10615 ____________________________________________________________________________
10616 [ 24892] By: nicholas                              on 2005/06/18  10:57:02
10617         Log: sv_upgrade by memcpy
10618              AV and HV cases need tidyup
10619      Branch: perl
10620            ! sv.c
10621 ____________________________________________________________________________
10622 [ 24891] By: nicholas                              on 2005/06/17  19:37:56
10623         Log: Fix compiling with -DPURIFY
10624      Branch: perl
10625            ! sv.c
10626 ____________________________________________________________________________
10627 [ 24890] By: nicholas                              on 2005/06/17  17:30:19
10628         Log: Change 24886 was buggy - should be taking (and passing in) the
10629              address of the arena.
10630      Branch: perl
10631            ! sv.c
10632 ____________________________________________________________________________
10633 [ 24889] By: rgs                                   on 2005/06/17  15:43:11
10634         Log: Add new internal error message to perldiag
10635      Branch: perl
10636            ! pod/perldiag.pod
10637 ____________________________________________________________________________
10638 [ 24888] By: nicholas                              on 2005/06/17  15:37:50
10639         Log: Collect a little more information about the body we're getting rid of
10640      Branch: perl
10641            ! sv.c
10642 ____________________________________________________________________________
10643 [ 24887] By: rgs                                   on 2005/06/17  14:44:43
10644         Log: Missing aTHX_ (noticed by Jim Cromie)
10645      Branch: perl
10646            ! sv.c
10647 ____________________________________________________________________________
10648 [ 24886] By: nicholas                              on 2005/06/17  14:28:07
10649         Log: Move freeing the old body after the creating of the new body.
10650      Branch: perl
10651            ! sv.c
10652 ____________________________________________________________________________
10653 [ 24885] By: nicholas                              on 2005/06/17  13:42:03
10654         Log: The only way is up!
10655              (*up*grades. Or croak)
10656      Branch: perl
10657            ! sv.c
10658 ____________________________________________________________________________
10659 [ 24884] By: rgs                                   on 2005/06/17  12:21:53
10660         Log: Subject: [perl #36199] [PATCH] 5.8.7 fails to build with parallel make 
10661              From: "Steve Peters via RT" <perlbug-followup@perl.org>
10662              Date: 16 Jun 2005 17:11:14 -0000
10663              Message-ID: <rt-3.0.11-36199-115872.8.39962488213992@perl.org>
10664      Branch: perl
10665            ! Makefile.SH
10666 ____________________________________________________________________________
10667 [ 24883] By: steveh                                on 2005/06/17  11:36:45
10668         Log: Silence STDERR grumblings from Borland's math library.
10669              
10670              This fixes failures in ext/B/t/deparse.t and lib/warnings.t (and
10671              renders change 24870 obsolete, hence it is reverted here).
10672      Branch: perl
10673            ! lib/warnings.t makedef.pl win32/win32.c
10674 ____________________________________________________________________________
10675 [ 24882] By: rgs                                   on 2005/06/17  09:26:25
10676         Log: Upgrade to PathTools 3.09
10677      Branch: perl
10678            ! ext/Cwd/Changes ext/Cwd/Cwd.xs ext/Cwd/t/cwd.t lib/Cwd.pm
10679            ! lib/File/Spec.pm
10680 ____________________________________________________________________________
10681 [ 24881] By: nicholas                              on 2005/06/17  08:35:48
10682         Log: new_pte/del_pte can use new_body/del_body too
10683      Branch: perl
10684            ! sv.c
10685 ____________________________________________________________________________
10686 [ 24880] By: steveh                                on 2005/06/17  08:28:32
10687         Log: Subject: [PATCH] Strip \\?\ prefix from Perl path in win32/win32.c:set_w32_module_name()
10688              From: "Jan Dubois" <jand@ActiveState.com>
10689              Date: Thu, 16 Jun 2005 11:43:15 -0700
10690              Message-Id: <200506161843.j5GIhKhL024472@smtp3.ActiveState.com>
10691      Branch: perl
10692            ! win32/win32.c
10693 ____________________________________________________________________________
10694 [ 24879] By: nicholas                              on 2005/06/16  22:08:29
10695         Log: Storing the ixv for magic arrays seems to cause double free errors on
10696              OS X. This all feels like voodoo.
10697      Branch: perl
10698            ! ext/B/B/Bytecode.pm
10699 ____________________________________________________________________________
10700 [ 24878] By: nicholas                              on 2005/06/16  22:06:57
10701         Log: Replace all the new/del static functions with calls to a single pair
10702              of functions that uproot/plant bodies
10703      Branch: perl
10704            ! embed.fnc embed.h proto.h sv.c
10705 ____________________________________________________________________________
10706 [ 24877] By: nicholas                              on 2005/06/16  19:28:20
10707         Log: Making more_* return a pointer, and swapping to a ternary ?: in
10708              new_* seems to generate slightly terser object code.
10709      Branch: perl
10710            ! sv.c
10711 ____________________________________________________________________________
10712 [ 24876] By: nicholas                              on 2005/06/16  18:37:55
10713         Log: Replace all the S_more_* functions with a single function.
10714              Saves 1.5K on the object file in OS X when built with -Os
10715      Branch: perl
10716            ! sv.c
10717 ____________________________________________________________________________
10718 [ 24875] By: nicholas                              on 2005/06/16  16:25:54
10719         Log: Subject: [PATCH] Re: [perl #36048] Refactor S_more_*v into one function
10720              From: Jim Cromie <jcromie@divsol.com>
10721              Message-ID: <42ADC8ED.4090009@divsol.com>
10722              Date: Mon, 13 Jun 2005 11:57:01 -0600
10723      Branch: perl
10724            ! sv.c
10725 ____________________________________________________________________________
10726 [ 24874] By: nicholas                              on 2005/06/16  15:09:00
10727         Log: I'm not convinced that manually creating HVs via sv_upgrade is a great
10728              idea, but as we are, turning on shared keys makes sense.
10729      Branch: perl
10730            ! util.c
10731 ____________________________________________________________________________
10732 [ 24873] By: merijn                                on 2005/06/16  14:33:10
10733         Log: Subject: [PATCH] Lint support
10734              From: Andy Lester <andy@petdance.com>
10735              Date: Thu, 16 Jun 2005 09:35:21 -0500
10736              Message-ID: <20050616143521.GB22188@petdance.com>
10737      Branch: perl
10738            ! XSUB.h perl.h universal.c
10739 ____________________________________________________________________________
10740 [ 24872] By: merijn                                on 2005/06/16  14:24:43
10741         Log: Subject: Re: a warning for a ExtUtils::ParseXS test
10742              From: Ken Williams <ken@mathforum.org>
10743              Date: Wed, 15 Jun 2005 20:00:42 -0500
10744              Message-Id: <29d2a69650cb39059c9af487069b941c@mathforum.org>
10745      Branch: perl
10746            ! lib/ExtUtils/ParseXS/t/XSTest.xs
10747 ____________________________________________________________________________
10748 [ 24871] By: rgs                                   on 2005/06/16  13:55:18
10749         Log: Subject: [PATCH] Removing /*SUPPRESS xxx*/
10750              From: Andy Lester <andy@petdance.com>
10751              Date: Thu, 16 Jun 2005 09:13:42 -0500
10752              Message-ID: <20050616141342.GA22188@petdance.com>
10753      Branch: perl
10754            ! av.c doio.c doop.c perl.c pp.c pp_hot.c pp_sys.c regcomp.c
10755            ! regexec.c sv.c toke.c util.c
10756 ____________________________________________________________________________
10757 [ 24870] By: steveh                                on 2005/06/16  13:16:56
10758         Log: Teach lib/warnings.t about Borland CRT error messages
10759      Branch: perl
10760            ! lib/warnings.t
10761 ____________________________________________________________________________
10762 [ 24869] By: rgs                                   on 2005/06/16  12:54:18
10763         Log: Subject: [perl #36237] IO::File $fh->binmode($layer) is broken 
10764              From: "Alexander Foken" (via RT) <perlbug-followup@perl.org>
10765              Date: 10 Jun 2005 12:46:41 -0000
10766              Message-ID: <rt-3.0.11-36237-115536.13.400290704223@perl.org>
10767              
10768              and bump version number
10769      Branch: perl
10770            ! ext/IO/lib/IO/File.pm
10771 ____________________________________________________________________________
10772 [ 24868] By: steveh                                on 2005/06/16  11:10:01
10773         Log: Update README.win32
10774              
10775              (Mention Borland compiler is also free; update libwin32 link)
10776      Branch: perl
10777            ! README.win32
10778 ____________________________________________________________________________
10779 [ 24867] By: steveh                                on 2005/06/16  11:00:19
10780         Log: Give op/taint.t a helping hand for Borland compiler on Win32
10781      Branch: perl
10782            ! t/op/taint.t
10783 ____________________________________________________________________________
10784 [ 24866] By: steveh                                on 2005/06/16  09:51:33
10785         Log: Fix changes 24862 and 24863 for Sarathy's old dmake
10786      Branch: perl
10787            ! win32/makefile.mk
10788 ____________________________________________________________________________
10789 [ 24865] By: rgs                                   on 2005/06/16  09:45:59
10790         Log: Subs with builtin attributes shouldn't be made constant
10791              
10792              Subject: Re: [perl #36297] builtin attrs on subrutine declarations
10793              From: Salvador "FandiXo" <sfandino@yahoo.com>
10794              Date: Wed, 15 Jun 2005 08:27:00 -0700 (PDT)
10795              Message-ID: <20050615152700.96320.qmail@web52702.mail.yahoo.com>
10796      Branch: perl
10797            ! op.c
10798 ____________________________________________________________________________
10799 [ 24864] By: rgs                                   on 2005/06/16  09:18:58
10800         Log: Add -f in perl synopsys, sync perl.pod and perlrun.pod synopses
10801      Branch: perl
10802            ! pod/perl.pod pod/perlrun.pod
10803 ____________________________________________________________________________
10804 [ 24863] By: steveh                                on 2005/06/16  09:09:22
10805         Log: Simplify win32/makefile.mk for static extensions with GCC
10806      Branch: perl
10807            ! win32/makefile.mk
10808 ____________________________________________________________________________
10809 [ 24862] By: steveh                                on 2005/06/16  08:51:14
10810         Log: Enable static extensions with Borland compiler on Win32
10811      Branch: perl
10812            ! win32/buildext.pl win32/makefile.mk
10813 ____________________________________________________________________________
10814 [ 24861] By: rgs                                   on 2005/06/16  08:29:10
10815         Log: Revert part of change #24854
10816      Branch: perl
10817            ! ext/Devel/DProf/t/DProf.t perl.c
10818 ____________________________________________________________________________
10819 [ 24860] By: steveh                                on 2005/06/16  07:40:21
10820         Log: Don't export Perl_stashpv_hvname_match when !USE_ITHREADS
10821              
10822              (Fixes a linker error on Win 32 introduced by change #24847)
10823      Branch: perl
10824            ! makedef.pl
10825 ____________________________________________________________________________
10826 [ 24859] By: nicholas                              on 2005/06/15  22:32:14
10827         Log: Don't write bytecode to load the NVX of AVs and HVs
10828      Branch: perl
10829            ! ext/B/B/Bytecode.pm
10830 ____________________________________________________________________________
10831 [ 24858] By: nicholas                              on 2005/06/15  22:31:41
10832         Log: We were failing to pring "not ok" if the text exited uncleanly
10833      Branch: perl
10834            ! ext/B/t/bytecode.t
10835 ____________________________________________________________________________
10836 [ 24857] By: nicholas                              on 2005/06/15  22:30:53
10837         Log: assert that you aren't assigning to the NVX of an AV or HV
10838      Branch: perl
10839            ! sv.h
10840 ____________________________________________________________________________
10841 [ 24856] By: rgs                                   on 2005/06/15  16:37:46
10842         Log: Introduce PERL_RUNPERL_DEBUG to alter the behavior of runperl(),
10843              this can be useful to use valgrind for example
10844      Branch: perl
10845            ! t/test.pl
10846 ____________________________________________________________________________
10847 [ 24855] By: steveh                                on 2005/06/15  16:30:58
10848         Log: Fix $Config{ccversion} for Borland C++ 5.5.1
10849              
10850              This pattern match seems a little saner, and stops " for Win32"
10851              getting picked up from the following output:
10852              
10853              Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
10854              
10855              Maybe it breaks older versions, but at least the latest now works
10856              correctly. If anyone knows what older versions' messages look like
10857              then speak up!
10858      Branch: perl
10859            ! win32/config_sh.PL
10860 ____________________________________________________________________________
10861 [ 24854] By: rgs                                   on 2005/06/15  16:24:05
10862         Log: Subject: Re: [PATCH] make -f invalid when USE_SITECUSTOMIZE isn't set
10863              From: Steve Peters <steve@fisharerojo.org>
10864              Date: Wed, 15 Jun 2005 11:30:41 -0500
10865              Message-ID: <20050615163040.GA14745@mccoy.peters.homeunix.org>
10866      Branch: perl
10867            ! ext/Devel/DProf/t/DProf.t perl.c
10868 ____________________________________________________________________________
10869 [ 24853] By: rgs                                   on 2005/06/15  16:16:32
10870         Log: Subject: sort optimization
10871              From: Salvador Fandiño <sfandino@yahoo.com>
10872              Date: Mon, 06 Jun 2005 12:05:05 +0100
10873              Message-ID: <20050606110425.22941.qmail@lists.develooper.com>
10874      Branch: perl
10875            ! pp_sort.c
10876 ____________________________________________________________________________
10877 [ 24852] By: steveh                                on 2005/06/15  16:02:06
10878         Log: Fix win32/makefile.mk for building with bcc32 5.5.1 and dmake 4.4
10879      Branch: perl
10880            ! win32/makefile.mk
10881 ____________________________________________________________________________
10882 [ 24851] By: rgs                                   on 2005/06/15  14:40:40
10883         Log: Subject: [perl #36297] builtin attrs on subrutine declarations 
10884              From: Salvador "FandiXXo" (via RT) <perlbug-followup@perl.org>
10885              Date: 15 Jun 2005 13:54:53 -0000
10886              Message-ID: <rt-3.0.11-36297-115797.8.75971493113916@perl.org>
10887      Branch: perl
10888            ! op.c t/op/attrs.t
10889 ____________________________________________________________________________
10890 [ 24850] By: merijn                                on 2005/06/15  13:57:57
10891         Log: Protect Perl_sv_2pvbyte () to NULL length pointers
10892              Thanks Nick!
10893      Branch: perl
10894            ! sv.c
10895 ____________________________________________________________________________
10896 [ 24849] By: rgs                                   on 2005/06/15  13:55:50
10897         Log: Better phrasing
10898      Branch: perl
10899            ! pod/perlfunc.pod
10900 ____________________________________________________________________________
10901 [ 24848] By: rgs                                   on 2005/06/15  09:27:55
10902         Log: Subject: [PATCH] Storable/Storable.xs: make plain C functions static
10903              From: Alexey Tourbin <at@altlinux.ru>
10904              Date: Sun, 5 Jun 2005 03:42:42 +0400
10905              Message-ID: <20050604234242.GW5867@solemn.turbinal.org>
10906      Branch: perl
10907            ! ext/Storable/Storable.xs
10908 ____________________________________________________________________________
10909 [ 24847] By: rgs                                   on 2005/06/15  09:03:22
10910         Log: Subject: [PATCH] CopSTASH_eq again
10911              From: Andy Lester <andy@petdance.com>
10912              Date: Tue, 14 Jun 2005 23:49:26 -0500
10913              Message-ID: <20050615044926.GA29087@petdance.com>
10914      Branch: perl
10915            ! cop.h embed.fnc embed.h global.sym proto.h util.c
10916 ____________________________________________________________________________
10917 [ 24846] By: rgs                                   on 2005/06/15  07:49:48
10918         Log: Fix warning nits, by Jarkko
10919      Branch: perl
10920            ! sv.c
10921 ____________________________________________________________________________
10922 [ 24845] By: nicholas                              on 2005/06/14  19:28:28
10923         Log: Subject: [PATCH] S_emulate_eaccess() does return a value
10924              From: Steve Peters <steve@fisharerojo.org>
10925              Message-ID: <20050614193052.GA1898@mccoy.peters.homeunix.org>
10926              Date: Tue, 14 Jun 2005 14:30:52 -0500
10927      Branch: perl
10928            ! embed.fnc proto.h
10929 ____________________________________________________________________________
10930 [ 24844] By: davem                                 on 2005/06/14  17:24:18
10931         Log: whoops, Perl_magic_freearylen_p returns int
10932      Branch: perl
10933            ! mg.c
10934 ____________________________________________________________________________
10935 [ 24843] By: nicholas                              on 2005/06/14  16:29:49
10936         Log: Change 24838 breaks deparse.t, which checks that embedded NULs work.
10937              Here's a temporary hack, pending a way for B to correctly identify
10938              PVs that are variable names in pads.
10939      Branch: perl
10940            ! ext/B/B.xs
10941 ____________________________________________________________________________
10942 [ 24842] By: rgs                                   on 2005/06/14  13:49:41
10943         Log: Add core test preamble
10944      Branch: perl
10945            ! lib/IO/Zlib/t/basic.t lib/IO/Zlib/t/external.t
10946            ! lib/IO/Zlib/t/getc.t lib/IO/Zlib/t/getline.t
10947            ! lib/IO/Zlib/t/import.t lib/IO/Zlib/t/large.t
10948            ! lib/IO/Zlib/t/tied.t lib/IO/Zlib/t/uncomp1.t
10949            ! lib/IO/Zlib/t/uncomp2.t
10950 ____________________________________________________________________________
10951 [ 24841] By: nicholas                              on 2005/06/14  13:40:49
10952         Log: Test was coredumping with a shared perl library.
10953              This is wrong. It seems that what gets peephole optimised
10954              (in this case named method calls into shared string scalars) depends
10955              on whether there is a shared perl library.
10956              Anyway, fix the symptom - the coredump.
10957      Branch: perl
10958            ! ext/XS/APItest/t/hash.t
10959 ____________________________________________________________________________
10960 [ 24840] By: steveh                                on 2005/06/14  13:36:03
10961         Log: Stop "test" filename clashing with "TEST" on Win32
10962              
10963              (and bump $IO::Zlib::VERSION again)
10964      Branch: perl
10965            ! lib/IO/Zlib.pm lib/IO/Zlib/t/uncomp1.t lib/IO/Zlib/t/uncomp2.t
10966 ____________________________________________________________________________
10967 [ 24839] By: steveh                                on 2005/06/14  13:26:30
10968         Log: Actually skip tests when they're supposed to be skipped!
10969              
10970              (and bump $IO::Zlib::VERSION)
10971      Branch: perl
10972            ! lib/IO/Zlib.pm lib/IO/Zlib/t/external.t
10973 ____________________________________________________________________________
10974 [ 24838] By: rgs                                   on 2005/06/14  13:22:20
10975         Log: Subject: [PATCH] Fix for SEGV in ext/B/t/xref.t on OpenBSD
10976              From: Steve Peters <steve@fisharerojo.org>
10977              Date: Tue, 14 Jun 2005 08:16:38 -0500
10978              Message-ID: <20050614131638.GA24771@mccoy.peters.homeunix.org>
10979      Branch: perl
10980            ! ext/B/B.xs
10981 ____________________________________________________________________________
10982 [ 24837] By: steveh                                on 2005/06/14  13:13:17
10983         Log: Don't delete IO/Zlib during distclean on Win32
10984              
10985              (IO/Socket still needs to go, though)
10986      Branch: perl
10987            ! win32/Makefile win32/makefile.mk
10988 ____________________________________________________________________________
10989 [ 24836] By: rgs                                   on 2005/06/14  13:02:24
10990         Log: Document ${^UTF8LOCALE}
10991      Branch: perl
10992            ! pod/perlvar.pod
10993 ____________________________________________________________________________
10994 [ 24835] By: rgs                                   on 2005/06/14  12:12:33
10995         Log: Add IO::Zlib in maintainers list
10996      Branch: perl
10997            ! Porting/Maintainers.pl
10998 ____________________________________________________________________________
10999 [ 24834] By: rgs                                   on 2005/06/14  12:06:40
11000         Log: Add IO::Zlib 1.04 to bleadperl
11001      Branch: perl
11002            + lib/IO/Zlib.pm lib/IO/Zlib/t/basic.t lib/IO/Zlib/t/external.t
11003            + lib/IO/Zlib/t/getc.t lib/IO/Zlib/t/getline.t
11004            + lib/IO/Zlib/t/import.t lib/IO/Zlib/t/large.t
11005            + lib/IO/Zlib/t/tied.t lib/IO/Zlib/t/uncomp1.t
11006            + lib/IO/Zlib/t/uncomp2.t
11007            ! MANIFEST Makefile.SH
11008 ____________________________________________________________________________
11009 [ 24833] By: davem                                 on 2005/06/14  10:15:10
11010         Log: Perl_magic_freearylen_p could coredump
11011      Branch: perl
11012            ! mg.c
11013 ____________________________________________________________________________
11014 [ 24832] By: rgs                                   on 2005/06/14  08:52:46
11015         Log: Subject: better assertion support
11016              From: Salvador Fandiño <sfandino@yahoo.com>
11017              Date: Mon, 13 Jun 2005 16:48:01 +0100
11018              Message-ID: <20050613154719.29295.qmail@lists.develooper.com>
11019      Branch: perl
11020            + lib/assertions/compat.pm t/comp/asstcompat.t
11021            ! MANIFEST lib/assertions.pm lib/assertions/activate.pm perl.c
11022            ! pod/perlrun.pod t/comp/assertions.t t/run/switch_A.t
11023 ____________________________________________________________________________
11024 [ 24831] By: rgs                                   on 2005/06/14  08:31:18
11025         Log: Since the version module is use'd afterwards, use_ok needs to be
11026              in a BEGIN block
11027      Branch: perl
11028            ! lib/version.t
11029 ____________________________________________________________________________
11030 [ 24830] By: steveh                                on 2005/06/14  07:42:33
11031         Log: Add BUILDOPTEXTRA to Win32 makefiles
11032              
11033              This allows extra build options, e.g. -DNO_HASH_SEED, to be
11034              specified on the command line, which is otherwise not possible
11035              under nmake using the existing BUILDOPT macro
11036              
11037              Suggested by Jan Dubois <jand@ActiveState.com>
11038      Branch: perl
11039            ! win32/Makefile win32/makefile.mk
11040 ____________________________________________________________________________
11041 [ 24829] By: nicholas                              on 2005/06/13  22:29:00
11042         Log: Pay attention to the comments that Dave writes.
11043      Branch: perl
11044            ! sv.c
11045 ____________________________________________________________________________
11046 [ 24828] By: rgs                                   on 2005/06/13  20:22:52
11047         Log: Comment nit to help Devel::Cover, spotted by Steve Peters
11048      Branch: perl
11049            ! ext/POSIX/POSIX.xs
11050 ____________________________________________________________________________
11051 [ 24827] By: nicholas                              on 2005/06/13  20:18:57
11052         Log: Croak if an attempt is made to modify PL_strtab
11053              (er, TODO - these should be in perldiag)
11054      Branch: perl
11055            ! ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
11056            ! ext/XS/APItest/t/hash.t hv.c
11057 ____________________________________________________________________________
11058 [ 24826] By: nicholas                              on 2005/06/13  20:17:56
11059         Log: More SvPV consting
11060      Branch: perl
11061            ! perl.c
11062 ____________________________________________________________________________
11063 [ 24825] By: steveh                                on 2005/06/13  16:35:19
11064         Log: Subject: [PATCH @ 24819] Re: Change 24806: improve static build for win32/Makefile
11065              From: vadim <vadim@vkonovalov.ru>
11066              Date: Mon, 13 Jun 2005 15:41:41 -0400
11067              Message-Id: <1118691701.6333.32.camel@mdk10>
11068      Branch: perl
11069            ! win32/Makefile win32/makefile.mk
11070 ____________________________________________________________________________
11071 [ 24824] By: nicholas                              on 2005/06/13  16:24:57
11072         Log: With shared hash key scalars now accessing the hash via the PVX, you
11073              can't fake them with regular PVIVs. So fake method calls have to use
11074              real shared hask key scalars.
11075      Branch: perl
11076            ! ext/B/t/optree_specials.t op.c
11077 ____________________________________________________________________________
11078 [ 24823] By: rgs                                   on 2005/06/13  15:20:05
11079         Log: Subject: [PATCH] Bring bleadperl up to version.pm
11080              From: John Peacock <jpeacock@rowman.com>
11081              Date: Mon, 06 Jun 2005 05:18:21 -0400
11082              Message-ID: <42A414DD.8090504@rowman.com>
11083      Branch: perl
11084            ! configpm embed.fnc lib/h2xs.t lib/version.pm lib/version.t
11085            ! pod/perlapi.pod pp_ctl.c proto.h t/comp/require.t t/comp/use.t
11086            ! t/op/universal.t t/op/ver.t universal.c util.c utils/h2xs.PL
11087 ____________________________________________________________________________
11088 [ 24822] By: rgs                                   on 2005/06/13  12:49:18
11089         Log: Subject: [PATCH] Re: [perl #36047] perlmod.pod/CLONESKIP error
11090              From: Offer Kaye <offer.kaye@gmail.com>
11091              Date: Thu, 2 Jun 2005 09:14:53 +0300
11092              Message-ID: <56942505060123146e5eb1c2@mail.gmail.com>
11093      Branch: perl
11094            ! pod/perlmod.pod
11095 ____________________________________________________________________________
11096 [ 24821] By: nicholas                              on 2005/06/13  11:48:05
11097         Log: Change 24816 forgot to update makedef.pl
11098      Branch: perl
11099            ! makedef.pl
11100 ____________________________________________________________________________
11101 [ 24820] By: rgs                                   on 2005/06/13  11:28:43
11102         Log: Make some variables global, to avoid some "will not stay
11103              shared" warnings at compile time
11104      Branch: perl
11105            ! lib/ExtUtils/ParseXS.pm
11106 ____________________________________________________________________________
11107 [ 24819] By: nicholas                              on 2005/06/13  09:43:18
11108         Log: S_share_hek_flags can revert to returning a HEK
11109      Branch: perl
11110            ! embed.fnc hv.c proto.h
11111 ____________________________________________________________________________
11112 [ 24818] By: rgs                                   on 2005/06/13  09:13:43
11113         Log: Remove MANIFEST for Compress::Zlib
11114      Branch: perl
11115            - ext/Compress/Zlib/MANIFEST
11116            ! MANIFEST
11117 ____________________________________________________________________________
11118 [ 24817] By: rgs                                   on 2005/06/13  09:00:00
11119         Log: Make SvUPGRADE always have the value '1'
11120              Make sv_upgrade a void function
11121      Branch: perl
11122            ! embed.fnc pod/perlapi.pod proto.h sv.c sv.h
11123 ____________________________________________________________________________
11124 [ 24816] By: nicholas                              on 2005/06/13  08:25:53
11125         Log: We no longer need PL_shared_hek_table
11126      Branch: perl
11127            ! embedvar.h ext/threads/threads.xs intrpvar.h perl.c perlapi.h
11128            ! sv.c
11129 ____________________________________________________________________________
11130 [ 24815] By: rgs                                   on 2005/06/13  07:58:31
11131         Log: Help "make distclean"
11132      Branch: perl
11133            ! Makefile.SH
11134 ____________________________________________________________________________
11135 [ 24814] By: nicholas                              on 2005/06/12  23:40:55
11136         Log: Clone all shared string PVs as shared string PVs (now that we can do
11137              it very efficiently)
11138      Branch: perl
11139            ! sv.c
11140 ____________________________________________________________________________
11141 [ 24813] By: nicholas                              on 2005/06/12  22:34:39
11142         Log: duping shared hask key scalars can use hek_dup
11143      Branch: perl
11144            ! sv.c
11145 ____________________________________________________________________________
11146 [ 24812] By: nicholas                              on 2005/06/12  22:33:51
11147         Log: hek_dup can now store the HEK rather than the HE, as there is now a
11148              fast way to share a hek
11149      Branch: perl
11150            ! hv.c
11151 ____________________________________________________________________________
11152 [ 24811] By: nicholas                              on 2005/06/12  21:59:34
11153         Log: Provide share_hek_hek, and use it for fast copying of shared string
11154              scalars.
11155      Branch: perl
11156            ! hv.h sv.c
11157 ____________________________________________________________________________
11158 [ 24810] By: nicholas                              on 2005/06/12  21:58:23
11159         Log: Compare HE *s in S_unshare_hek_or_pvn's tight hek loop, rather than
11160              HEKs
11161      Branch: perl
11162            ! hv.c
11163 ____________________________________________________________________________
11164 [ 24809] By: nicholas                              on 2005/06/12  21:08:33
11165         Log: Shortcut chasing round strtab when we're not the last reference.
11166      Branch: perl
11167            ! hv.c
11168 ____________________________________________________________________________
11169 [ 24808] By: nicholas                              on 2005/06/12  20:00:18
11170         Log: In the shared string table, store the HE and HEK next to each other
11171              in one malloc()ed block.
11172      Branch: perl
11173            ! hv.c hv.h
11174 ____________________________________________________________________________
11175 [ 24807] By: merijn                                on 2005/06/12  09:58:32
11176         Log: Subject: [PATCH] perlipc.pod: mkfifo()
11177              From: Alexey Tourbin <at@altlinux.ru>
11178              Date: Sat, 11 Jun 2005 16:26:56 +0400
11179              Message-ID: <20050611122656.GC8181@solemn.turbinal.org>
11180      Branch: perl
11181            ! pod/perlipc.pod
11182 ____________________________________________________________________________
11183 [ 24806] By: merijn                                on 2005/06/12  09:54:07
11184         Log: Subject: improve static build for win32/Makefile
11185              From: vadim <vadim@vkonovalov.ru>
11186              Date: Sun, 12 Jun 2005 14:09:11 -0400
11187              Message-Id: <1118599750.2732.2.camel@mdk10>
11188      Branch: perl
11189            ! win32/Makefile
11190 ____________________________________________________________________________
11191 [ 24805] By: merijn                                on 2005/06/12  09:19:38
11192         Log: Subject: RE: 05gzsetp.t and initial 'ver' in test output
11193              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
11194              Date: Sat, 11 Jun 2005 22:23:00 +0100
11195              Message-Id: <20050611212234.UGOL29707.aamta11-winn.ispmail.ntl.com@MARQUESSPT21>
11196      Branch: perl
11197            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/Zlib.pm
11198            ! ext/Compress/Zlib/t/05gzsetp.t
11199 ____________________________________________________________________________
11200 [ 24804] By: nicholas                              on 2005/06/11  21:05:29
11201         Log: This isn't an LVALUE, so make the compiler enforce that.
11202      Branch: perl
11203            ! sv.h
11204 ____________________________________________________________________________
11205 [ 24803] By: nicholas                              on 2005/06/11  18:01:32
11206         Log: hash key code cleanup
11207      Branch: perl
11208            ! embed.fnc hv.c hv.h proto.h
11209 ____________________________________________________________________________
11210 [ 24802] By: nicholas                              on 2005/06/11  17:00:52
11211         Log: Shrink shared hash scalars from PVIV to PV
11212      Branch: perl
11213            ! embed.fnc embed.h proto.h sv.c sv.h
11214 ____________________________________________________________________________
11215 [ 24801] By: nicholas                              on 2005/06/11  14:08:00
11216         Log: Propagate const/mutable/not into the SvPV call for retrieving an
11217              overloaded value.
11218      Branch: perl
11219            ! sv.c
11220 ____________________________________________________________________________
11221 [ 24800] By: nicholas                              on 2005/06/10  23:12:29
11222         Log: More SvPV consting. And other related drive-by refactoring.
11223      Branch: perl
11224            ! regcomp.c regexec.c taint.c toke.c universal.c utf8.c util.c
11225            ! xsutils.c
11226 ____________________________________________________________________________
11227 [ 24799] By: nicholas                              on 2005/06/10  22:06:15
11228         Log: More SvPV consting, including some code cleanup and living dangerously
11229              with socket API calls.
11230      Branch: perl
11231            ! pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c
11232 ____________________________________________________________________________
11233 [ 24798] By: nicholas                              on 2005/06/10  20:48:35
11234         Log: Move SvPV consting, remove an n_a, and correct one error in Move()
11235      Branch: perl
11236            ! doio.c doop.c dump.c op.c sv.c
11237 ____________________________________________________________________________
11238 [ 24797] By: nicholas                              on 2005/06/10  18:42:47
11239         Log: Allison says that "Media" isn't really needed in the name.
11240      Branch: perl
11241            ! pod/perl.pod
11242 ____________________________________________________________________________
11243 [ 24796] By: nicholas                              on 2005/06/10  16:26:43
11244         Log: Add SvGROW_mutable
11245      Branch: perl
11246            ! sv.c sv.h
11247 ____________________________________________________________________________
11248 [ 24795] By: nicholas                              on 2005/06/10  15:44:47
11249         Log: Passing read only values (such as string constants) to select should
11250              croak.
11251      Branch: perl
11252            + t/op/sselect.t
11253            ! MANIFEST pp_sys.c
11254 ____________________________________________________________________________
11255 [ 24794] By: nicholas                              on 2005/06/10  15:16:43
11256         Log: Don't pass constants to select
11257      Branch: perl
11258            ! t/op/lex_assign.t
11259 ____________________________________________________________________________
11260 [ 24793] By: rgs                                   on 2005/06/10  13:44:35
11261         Log: Pre-run and disarm the code automodification run by
11262              Compress::Zlib's Makefile
11263      Branch: perl
11264            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/Zlib.pm
11265            ! ext/Compress/Zlib/examples/filtdef
11266            ! ext/Compress/Zlib/examples/filtinf
11267            ! ext/Compress/Zlib/examples/gzcat
11268            ! ext/Compress/Zlib/examples/gzgrep
11269            ! ext/Compress/Zlib/examples/gzstream
11270            ! ext/Compress/Zlib/t/01version.t ext/Compress/Zlib/t/02zlib.t
11271            ! ext/Compress/Zlib/t/03examples.t
11272            ! ext/Compress/Zlib/t/04encoding.t
11273            ! ext/Compress/Zlib/t/05gzsetp.t ext/Compress/Zlib/t/06gzdopen.t
11274 ____________________________________________________________________________
11275 [ 24792] By: rgs                                   on 2005/06/10  12:53:21
11276         Log: Update Windows makefiles
11277      Branch: perl
11278            ! win32/Makefile win32/makefile.mk
11279 ____________________________________________________________________________
11280 [ 24791] By: nicholas                              on 2005/06/10  12:44:30
11281         Log: Work around bug 36211, plus a lot of TODO regression tests for local/
11282              $#... interaction. 
11283      Branch: perl
11284            ! scope.c t/op/array.t
11285 ____________________________________________________________________________
11286 [ 24790] By: rgs                                   on 2005/06/10  12:44:02
11287         Log: Update maintainers list
11288      Branch: perl
11289            ! Porting/Maintainers.pl
11290 ____________________________________________________________________________
11291 [ 24789] By: rgs                                   on 2005/06/10  12:30:14
11292         Log: Bump version number
11293      Branch: perl
11294            ! ext/Compress/Zlib/Zlib.pm
11295 ____________________________________________________________________________
11296 [ 24788] By: rgs                                   on 2005/06/10  12:09:30
11297         Log: Makefile.PL adjustments for the core
11298      Branch: perl
11299            ! ext/Compress/Zlib/Makefile.PL
11300 ____________________________________________________________________________
11301 [ 24787] By: rgs                                   on 2005/06/10  12:07:01
11302         Log: SvUPGRADE returns void in blead
11303      Branch: perl
11304            ! ext/Compress/Zlib/Zlib.xs
11305 ____________________________________________________________________________
11306 [ 24786] By: rgs                                   on 2005/06/10  12:05:38
11307         Log: Drom Compress::Zlib 1.34 in ext/
11308      Branch: perl
11309            + ext/Compress/Zlib/ANNOUNCE ext/Compress/Zlib/Changes
11310            + ext/Compress/Zlib/MANIFEST ext/Compress/Zlib/Makefile.PL
11311            + ext/Compress/Zlib/README ext/Compress/Zlib/Zlib.pm
11312            + ext/Compress/Zlib/Zlib.xs ext/Compress/Zlib/config.in
11313            + ext/Compress/Zlib/examples/filtdef
11314            + ext/Compress/Zlib/examples/filtinf
11315            + ext/Compress/Zlib/examples/gzcat
11316            + ext/Compress/Zlib/examples/gzgrep
11317            + ext/Compress/Zlib/examples/gzstream
11318            + ext/Compress/Zlib/fallback.h ext/Compress/Zlib/fallback.xs
11319            + ext/Compress/Zlib/t/01version.t ext/Compress/Zlib/t/02zlib.t
11320            + ext/Compress/Zlib/t/03examples.t
11321            + ext/Compress/Zlib/t/04encoding.t
11322            + ext/Compress/Zlib/t/05gzsetp.t ext/Compress/Zlib/t/06gzdopen.t
11323            + ext/Compress/Zlib/typemap
11324            + ext/Compress/Zlib/zlib-src-1.2.2/adler32.c
11325            + ext/Compress/Zlib/zlib-src-1.2.2/compress.c
11326            + ext/Compress/Zlib/zlib-src-1.2.2/crc32.c
11327            + ext/Compress/Zlib/zlib-src-1.2.2/crc32.h
11328            + ext/Compress/Zlib/zlib-src-1.2.2/deflate.c
11329            + ext/Compress/Zlib/zlib-src-1.2.2/deflate.h
11330            + ext/Compress/Zlib/zlib-src-1.2.2/gzio.c
11331            + ext/Compress/Zlib/zlib-src-1.2.2/infback.c
11332            + ext/Compress/Zlib/zlib-src-1.2.2/inffast.c
11333            + ext/Compress/Zlib/zlib-src-1.2.2/inffast.h
11334            + ext/Compress/Zlib/zlib-src-1.2.2/inffixed.h
11335            + ext/Compress/Zlib/zlib-src-1.2.2/inflate.c
11336            + ext/Compress/Zlib/zlib-src-1.2.2/inflate.h
11337            + ext/Compress/Zlib/zlib-src-1.2.2/inftrees.c
11338            + ext/Compress/Zlib/zlib-src-1.2.2/inftrees.h
11339            + ext/Compress/Zlib/zlib-src-1.2.2/trees.c
11340            + ext/Compress/Zlib/zlib-src-1.2.2/trees.h
11341            + ext/Compress/Zlib/zlib-src-1.2.2/uncompr.c
11342            + ext/Compress/Zlib/zlib-src-1.2.2/zconf.h
11343            + ext/Compress/Zlib/zlib-src-1.2.2/zlib.h
11344            + ext/Compress/Zlib/zlib-src-1.2.2/zutil.c
11345            + ext/Compress/Zlib/zlib-src-1.2.2/zutil.h
11346            ! MANIFEST
11347 ____________________________________________________________________________
11348 [ 24785] By: nicholas                              on 2005/06/10  10:06:30
11349         Log: Change 24531 broke DEBUG_LEAKING_SCALARS.
11350      Branch: perl
11351            ! sv.c
11352 ____________________________________________________________________________
11353 [ 24784] By: nicholas                              on 2005/06/09  21:01:42
11354         Log: $r = do {my @a; \$#a}; $$r = 503 # is also naughty and now warns
11355      Branch: perl
11356            ! av.c pod/perldiag.pod t/op/array.t
11357 ____________________________________________________________________________
11358 [ 24783] By: nicholas                              on 2005/06/09  19:02:43
11359         Log: Fixes the case of $a = \$#{[]}; and then accessing $$a
11360              (but not \$#a after local @a or my @a leave a block)
11361      Branch: perl
11362            ! av.c dump.c embed.fnc embed.h mg.c perl.h proto.h t/op/array.t
11363 ____________________________________________________________________________
11364 [ 24782] By: nicholas                              on 2005/06/09  16:37:18
11365         Log: Convert op/array.t to test.pl
11366      Branch: perl
11367            ! t/op/array.t
11368 ____________________________________________________________________________
11369 [ 24781] By: rgs                                   on 2005/06/09  15:32:09
11370         Log: Revert part of previous patch
11371      Branch: perl
11372            ! util.c
11373 ____________________________________________________________________________
11374 [ 24780] By: rgs                                   on 2005/06/09  15:12:39
11375         Log: Subject: [PATCH] regcomp.c and more
11376              From: Andy Lester <andy@petdance.com>
11377              Date: Thu, 9 Jun 2005 10:05:56 -0500
11378              Message-ID: <20050609150556.GA30554@petdance.com>
11379      Branch: perl
11380            ! embed.fnc mg.c perly.c proto.h regcomp.c sv.c util.c
11381 ____________________________________________________________________________
11382 [ 24778] By: nicholas                              on 2005/06/09  10:36:53
11383         Log: More SvPV consting
11384      Branch: perl
11385            ! mg.c perlio.c pp_pack.c
11386 ____________________________________________________________________________
11387 [ 24777] By: nicholas                              on 2005/06/09  10:36:40
11388         Log: Don't ignore errors from an eval.
11389      Branch: perl
11390            ! t/op/pack.t
11391 ____________________________________________________________________________
11392 [ 24776] By: nicholas                              on 2005/06/09  09:23:55
11393         Log: Update API docs.
11394      Branch: perl
11395            ! pod/perlapi.pod
11396 ____________________________________________________________________________
11397 [ 24775] By: nicholas                              on 2005/06/09  09:22:18
11398         Log: Change perforce filetype from text to text+w (so regen.pl is happy)
11399      Branch: perl
11400            ! opnames.h reentr.c reentr.h
11401 ____________________________________________________________________________
11402 [ 24774] By: nicholas                              on 2005/06/09  09:15:55
11403         Log: reentr.pl should be using regen_lib.pl and unlinking files before it
11404              starts.
11405      Branch: perl
11406            ! reentr.pl
11407 ____________________________________________________________________________
11408 [ 24773] By: nicholas                              on 2005/06/09  08:59:21
11409         Log: Make minitest pass (must skip if no dynaloading)
11410      Branch: perl
11411            ! t/op/goto_xs.t
11412 ____________________________________________________________________________
11413 [ 24772] By: rgs                                   on 2005/06/09  08:12:03
11414         Log: Subject: [PATCH] pp_pack.c cleanup
11415              From: Andy Lester <andy@petdance.com>
11416              Date: Wed, 8 Jun 2005 10:23:53 -0500
11417              Message-ID: <20050608152353.GA6253@petdance.com>
11418      Branch: perl
11419            ! pp_pack.c
11420 ____________________________________________________________________________
11421 [ 24771] By: rgs                                   on 2005/06/09  07:59:09
11422         Log: Subject: [PATCH] perlfunc.pod: ioctl.ph
11423              From: Alexey Tourbin <at@altlinux.ru>
11424              Date: Wed, 8 Jun 2005 13:45:08 +0400
11425              Message-ID: <20050608094508.GJ5867@solemn.turbinal.org>
11426      Branch: perl
11427            ! pod/perlfunc.pod
11428 ____________________________________________________________________________
11429 [ 24770] By: rgs                                   on 2005/06/09  07:44:36
11430         Log: Subject: [PATCH] instead of unions use double cast for data pointer <-> function pointer
11431              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
11432              Date: Thu, 09 Jun 2005 08:50:56 +0300
11433              Message-ID: <42A7D8C0.1080104@gmail.com>
11434      Branch: perl
11435            ! ext/DynaLoader/dl_dlopen.xs perl.h sv.c toke.c
11436 ____________________________________________________________________________
11437 [ 24769] By: nicholas                              on 2005/06/08  22:48:00
11438         Log: More SvPV consting
11439      Branch: perl
11440            ! dump.c mg.c op.c pp_hot.c pp_sys.c regexec.c
11441 ____________________________________________________________________________
11442 [ 24768] By: nicholas                              on 2005/06/08  22:45:39
11443         Log: The old COW code needs to use SvPVX_mutable when doing copy-on-write.
11444      Branch: perl
11445            ! sv.c
11446 ____________________________________________________________________________
11447 [ 24767] By: nicholas                              on 2005/06/08  22:43:58
11448         Log: Add SvPV_mutable for use by the old COW code.
11449      Branch: perl
11450            ! sv.h
11451 ____________________________________________________________________________
11452 [ 24766] By: nicholas                              on 2005/06/08  20:32:35
11453         Log: sv_setsv is allowed to swipe buffers from read only scalars
11454      Branch: perl
11455            ! sv.c
11456 ____________________________________________________________________________
11457 [ 24765] By: nicholas                              on 2005/06/08  19:49:08
11458         Log: const-ize pp_formline
11459      Branch: perl
11460            ! pp_ctl.c
11461 ____________________________________________________________________________
11462 [ 24764] By: merijn                                on 2005/06/08  19:14:19
11463         Log: Cygwin fails to open $^X on many occasion here
11464              afile is still available from the previous test
11465      Branch: perl
11466            ! t/io/layers.t
11467 ____________________________________________________________________________
11468 [ 24763] By: nicholas                              on 2005/06/08  17:48:35
11469         Log: Remove repeated C<n_a>s
11470      Branch: perl
11471            ! perl.c
11472 ____________________________________________________________________________
11473 [ 24762] By: nicholas                              on 2005/06/08  17:48:17
11474         Log: Remove the n_a
11475      Branch: perl
11476            ! malloc.c
11477 ____________________________________________________________________________
11478 [ 24761] By: nicholas                              on 2005/06/08  16:02:54
11479         Log: Add and use MgPV_nolen_const
11480      Branch: perl
11481            ! mg.c mg.h
11482 ____________________________________________________________________________
11483 [ 24760] By: nicholas                              on 2005/06/08  15:39:40
11484         Log: Nuke some more n_a, and convert S_gv_ename from char * to const char *
11485      Branch: perl
11486            ! doop.c dump.c embed.fnc mg.c op.c pp_hot.c pp_pack.c pp_sys.c
11487            ! proto.h regcomp.c taint.c toke.c
11488 ____________________________________________________________________________
11489 [ 24759] By: nicholas                              on 2005/06/08  14:52:17
11490         Log: Allow a null length pointer to sv_pvn_force_flags.
11491              Add SvPV_force_nolen and use it to remove some C<n_a>s
11492      Branch: perl
11493            ! embed.fnc pp.c pp_ctl.c proto.h sv.c sv.h
11494 ____________________________________________________________________________
11495 [ 24758] By: nicholas                              on 2005/06/08  13:43:23
11496         Log: n_a no more
11497      Branch: perl
11498            ! perl.c pp_ctl.c pp_sys.c universal.c
11499 ____________________________________________________________________________
11500 [ 24757] By: nicholas                              on 2005/06/08  11:00:54
11501         Log: Eliminate more C<n_a>s
11502      Branch: perl
11503            ! XSUB.h pp.h
11504 ____________________________________________________________________________
11505 [ 24756] By: nicholas                              on 2005/06/08  11:00:33
11506         Log: A mising cast (given that rx->subbeg is only char *)
11507      Branch: perl
11508            ! pp_hot.c
11509 ____________________________________________________________________________
11510 [ 24755] By: nicholas                              on 2005/06/08  10:08:01
11511         Log: s/PERL_COPY_ON_WRITE/PERL_OLD_COPY_ON_WRITE/g
11512      Branch: perl
11513            ! dump.c embed.fnc embed.h ext/B/t/bytecode.t
11514            ! ext/Devel/PPPort/parts/embed.fnc makedef.pl mg.c pad.c
11515            ! pp_ctl.c pp_hot.c proto.h regcomp.c regexec.c regexp.h sv.c
11516            ! sv.h
11517 ____________________________________________________________________________
11518 [ 24754] By: rgs                                   on 2005/06/08  09:19:18
11519         Log: Subject: [PATCH] regexec.c utf8 loading
11520              From: Andy Lester <andy@petdance.com>
11521              Date: Wed, 8 Jun 2005 00:03:32 -0500
11522              Message-ID: <20050608050332.GA31059@petdance.com>
11523      Branch: perl
11524            ! regexec.c
11525 ____________________________________________________________________________
11526 [ 24753] By: rgs                                   on 2005/06/08  09:12:17
11527         Log: Subject: Re: FindBin.pm: incomplete getcwd/cwd patch and SELinux (Strict policy)
11528              From: José Pedro Oliveira <jpo@di.uminho.pt>
11529              Date: Tue, 07 Jun 2005 21:07:42 +0100
11530              Message-ID: <42A5FE8E.3020608@di.uminho.pt>
11531      Branch: perl
11532            ! lib/FindBin.pm
11533 ____________________________________________________________________________
11534 [ 24752] By: nicholas                              on 2005/06/08  09:09:52
11535         Log: One more SvPV_const
11536      Branch: perl
11537            ! pp.c
11538 ____________________________________________________________________________
11539 [ 24751] By: nicholas                              on 2005/06/08  09:09:28
11540         Log: Don't test the core XS code yet with PERL_DEBUG_COW > 1
11541      Branch: perl
11542            ! sv.h
11543 ____________________________________________________________________________
11544 [ 24750] By: nicholas                              on 2005/06/08  08:50:06
11545         Log: Remove two more unused C<n_a>s
11546      Branch: perl
11547            ! pp_sys.c
11548 ____________________________________________________________________________
11549 [ 24749] By: nicholas                              on 2005/06/08  08:49:32
11550         Log: Better sv_2pv_flags implementation (avoid writing to n_a)
11551      Branch: perl
11552            ! sv.c
11553 ____________________________________________________________________________
11554 [ 24748] By: nicholas                              on 2005/06/08  08:07:05
11555         Log: Convert POPpx POPpconstx and POPpbytex to use nolen macros.
11556              Elminate a lot of C<n_a>s
11557      Branch: perl
11558            ! pp.h pp_ctl.c pp_sys.c
11559 ____________________________________________________________________________
11560 [ 24747] By: nicholas                              on 2005/06/08  08:05:47
11561         Log: Add SvPVx_nolen and SvPVbytex_nolen
11562      Branch: perl
11563            ! sv.h
11564 ____________________________________________________________________________
11565 [ 24746] By: nicholas                              on 2005/06/08  08:04:53
11566         Log: More SvPV consting
11567      Branch: perl
11568            ! perly.act perly.y
11569 ____________________________________________________________________________
11570 [ 24745] By: rgs                                   on 2005/06/08  06:51:48
11571         Log: Mark a static function as static
11572      Branch: perl
11573            ! utf8.c
11574 ____________________________________________________________________________
11575 [ 24744] By: nicholas                              on 2005/06/07  22:22:34
11576         Log: More SvPV consting
11577      Branch: perl
11578            ! doop.c pp.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c regexec.c
11579            ! sv.c toke.c
11580 ____________________________________________________________________________
11581 [ 24743] By: nicholas                              on 2005/06/07  21:16:13
11582         Log: More SvPV consting
11583      Branch: perl
11584            ! doop.c mg.c perl.c pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sys.c
11585            ! sv.c
11586 ____________________________________________________________________________
11587 [ 24742] By: nicholas                              on 2005/06/07  19:45:13
11588         Log: More consting of SvPV
11589      Branch: perl
11590            ! embed.fnc pp_ctl.c proto.h sv.c
11591 ____________________________________________________________________________
11592 [ 24741] By: rgs                                   on 2005/06/07  19:30:35
11593         Log: The definition of SvPVx_nolen_const is missing for non GNU-C compilers
11594      Branch: perl
11595            ! sv.h
11596 ____________________________________________________________________________
11597 [ 24740] By: nicholas                              on 2005/06/07  18:38:39
11598         Log: More SvPV consting.
11599      Branch: perl
11600            ! doio.c doop.c gv.c mg.c perlio.c pp.c pp_ctl.c pp_hot.c
11601            ! pp_pack.c pp_sys.c sv.c toke.c universal.c util.c
11602 ____________________________________________________________________________
11603 [ 24739] By: nicholas                              on 2005/06/07  18:33:08
11604         Log: Add SvPV_nolen_const and SvPV_nomg_const
11605      Branch: perl
11606            ! sv.h
11607 ____________________________________________________________________________
11608 [ 24738] By: nicholas                              on 2005/06/07  18:32:44
11609         Log: Add MgPV_const
11610      Branch: perl
11611            ! mg.h
11612 ____________________________________________________________________________
11613 [ 24737] By: rgs                                   on 2005/06/07  18:07:41
11614         Log: Remove unused variable (thanks to Andy's lint)
11615      Branch: perl
11616            ! mg.c
11617 ____________________________________________________________________________
11618 [ 24736] By: nicholas                              on 2005/06/07  17:35:10
11619         Log: Change 24733 allows several pointers to be NULL. Therefore this
11620              should be reflected in their attributes.
11621      Branch: perl
11622            ! embed.fnc proto.h
11623 ____________________________________________________________________________
11624 [ 24735] By: rgs                                   on 2005/06/07  17:03:16
11625         Log: Subject: [PATCH] Random cleanups #47
11626              From: Andy Lester <andy@petdance.com>
11627              Date: Mon, 6 Jun 2005 10:11:07 -0500
11628              Message-ID: <20050606151107.GC7022@petdance.com>
11629      Branch: perl
11630            ! Makefile.SH README.aix embed.fnc hv.c numeric.c op.c pad.c
11631            ! pod/perldebug.pod pp_ctl.c proto.h sv.c toke.c util.c
11632 ____________________________________________________________________________
11633 [ 24734] By: rgs                                   on 2005/06/07  15:58:23
11634         Log: make some more functions static
11635              
11636              Subject: [PATCH] B/C/C.xs: static my_runops()
11637              Message-ID: <20050604232451.GT5867@solemn.turbinal.org>
11638              
11639              Subject: [PATCH] Devel/Peek/Peek.xs: make plain C functions static
11640              Message-ID: <20050604232952.GU5867@solemn.turbinal.org>
11641              
11642              Subject: [PATCH] File/Glob/Glob.xs: errfunc() should be static
11643              Message-ID: <20050604233414.GV5867@solemn.turbinal.org>
11644              
11645              all being :
11646              From: Alexey Tourbin <at@altlinux.ru>
11647              Date: Sun, 5 Jun 2005
11648      Branch: perl
11649            ! ext/B/C/C.xs ext/Devel/Peek/Peek.xs ext/File/Glob/Glob.xs
11650 ____________________________________________________________________________
11651 [ 24733] By: nicholas                              on 2005/06/07  15:10:38
11652         Log: Simplify the implementation of SvPV*nolen functions
11653      Branch: perl
11654            ! sv.c sv.h
11655 ____________________________________________________________________________
11656 [ 24732] By: nicholas                              on 2005/06/07  14:57:35
11657         Log: Ensure string table counts are balanced. (Was not true in op/pack.t)
11658      Branch: perl
11659            ! sv.c sv.h
11660 ____________________________________________________________________________
11661 [ 24731] By: rgs                                   on 2005/06/07  14:44:55
11662         Log: Remove unneeded #ifdef VMS since VMS is not defined here anyway
11663              (spotted by Steve_p)
11664      Branch: perl
11665            ! util.c
11666 ____________________________________________________________________________
11667 [ 24730] By: rgs                                   on 2005/06/07  14:35:25
11668         Log: Subject: [PATCH] one more round of is_utf8_foo tuneup
11669              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
11670              Date: Sun, 05 Jun 2005 18:06:12 +0300
11671              Message-ID: <42A314E4.8060608@gmail.com>
11672      Branch: perl
11673            ! embed.fnc embed.h global.sym mg.c pod/perlapi.pod proto.h
11674            ! utf8.c utf8.h
11675 ____________________________________________________________________________
11676 [ 24729] By: rgs                                   on 2005/06/07  13:53:59
11677         Log: Subject: [PATCH] util.c: S_vdie_common() should be static
11678              From: Alexey Tourbin <at@altlinux.ru>
11679              Date: Sun, 5 Jun 2005 03:08:30 +0400
11680              Message-ID: <20050604230830.GS5867@solemn.turbinal.org>
11681      Branch: perl
11682            ! util.c
11683 ____________________________________________________________________________
11684 [ 24728] By: rgs                                   on 2005/06/07  13:15:45
11685         Log: Fix apidoc for newSVhek
11686      Branch: perl
11687            ! pod/perlapi.pod sv.c
11688 ____________________________________________________________________________
11689 [ 24727] By: nicholas                              on 2005/06/07  13:01:42
11690         Log: make pp_split const
11691      Branch: perl
11692            ! pp.c
11693 ____________________________________________________________________________
11694 [ 24726] By: nicholas                              on 2005/06/07  12:11:48
11695         Log: Lots of consting
11696      Branch: perl
11697            ! doio.c doop.c gv.c hv.c op.c pp.c pp_ctl.c pp_hot.c pp_pack.c
11698            ! pp_sys.c
11699 ____________________________________________________________________________
11700 [ 24725] By: nicholas                              on 2005/06/07  12:08:58
11701         Log: The FBM compile code is mutable, because it's permissible to FBM
11702              compile a read-only value.
11703      Branch: perl
11704            ! util.c
11705 ____________________________________________________________________________
11706 [ 24724] By: nicholas                              on 2005/06/07  12:07:49
11707         Log: XS_VERSION_BOOTCHECK is read only.
11708      Branch: perl
11709            ! XSUB.h
11710 ____________________________________________________________________________
11711 [ 24723] By: nicholas                              on 2005/06/07  12:06:13
11712         Log: POPpx needs a const equivalent.
11713      Branch: perl
11714            ! pp.h
11715 ____________________________________________________________________________
11716 [ 24722] By: nicholas                              on 2005/06/07  12:03:56
11717         Log: Make a start at consting calls to SvPV. SV conversion and upgrade
11718              routines need to be mutable, as it's permitted to change the type of
11719              a READONLY SV, or cache the string or number conversion.
11720              Other routines are mostly const.
11721      Branch: perl
11722            ! sv.c
11723 ____________________________________________________________________________
11724 [ 24721] By: nicholas                              on 2005/06/07  12:00:09
11725         Log: Need const versions of SvPV(), so that its callers can indicate
11726              whether they are read/write or read only
11727              Also provide a mutable version, for the internals to use where it
11728              needs a non-const pointer, but will be writing. Callers of this are
11729              assumed to be aware of how copy on write is working, and to keep
11730              track of core changes.
11731              
11732              For now check that SVs are not READONLY when const versions are used.
11733              (with DEBUG_COW > 1). COW is going to have to be orthogonal to Perl's
11734              READONLY flag, but for now it provides a good test indicator.
11735      Branch: perl
11736            ! sv.h
11737 ____________________________________________________________________________
11738 [ 24720] By: rgs                                   on 2005/06/07  09:23:58
11739         Log: Subject: [PATCH] Re: [perl #36130] chr(-1) should probably return undef
11740              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
11741              Date: Mon, 06 Jun 2005 20:28:35 +0300
11742              Message-ID: <42A487C3.8010306@gmail.com>
11743      Branch: perl
11744            ! pod/perlfunc.pod pp.c t/op/chr.t
11745 ____________________________________________________________________________
11746 [ 24719] By: rgs                                   on 2005/06/07  09:02:23
11747         Log: Subject: RE: a bit of trouble with compiling with MSVC++ on Win32
11748              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
11749              Date: Tue, 7 Jun 2005 13:19:33 +0400 
11750              Message-ID: <7DD1BE2C50259746ABB8683672D2089E12D462@itotest-1.spb.lucent.com>
11751      Branch: perl
11752            ! README.win32
11753 ____________________________________________________________________________
11754 [ 24718] By: rgs                                   on 2005/06/07  08:56:37
11755         Log: Subject: [perl #36193] crash in Perl_yyerror due to missing check for NULL 
11756              From: "Todd C. Miller" (via RT) <perlbug-followup@perl.org>
11757              Date: 6 Jun 2005 23:24:28 -0000
11758              Message-ID: <rt-3.0.11-36193-115243.12.1531563965146@perl.org>
11759      Branch: perl
11760            ! toke.c
11761 ____________________________________________________________________________
11762 [ 24717] By: merijn                                on 2005/06/07  08:18:59
11763         Log: Subject: [PATCH] Unvoid SvUPGRADE
11764              From: Andy Lester <andy@petdance.com>
11765              Date: Mon, 6 Jun 2005 23:08:50 -0500
11766              Message-ID: <20050607040850.GA7033@petdance.com>
11767      Branch: perl
11768            ! doio.c doop.c gv.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c
11769            ! scope.c sv.c sv.h toke.c util.c
11770 ____________________________________________________________________________
11771 [ 24716] By: nicholas                              on 2005/06/06  14:50:21
11772         Log: Abstract all access to the shared hash value through SvSHARED_HASH()
11773      Branch: perl
11774            ! hv.c pp_hot.c sv.c sv.h
11775 ____________________________________________________________________________
11776 [ 24715] By: nicholas                              on 2005/06/06  10:01:49
11777         Log: SvIsCOW_shared_hash is declared all the time, so use it.
11778      Branch: perl
11779            ! pp_hot.c
11780 ____________________________________________________________________________
11781 [ 24714] By: nicholas                              on 2005/06/06  09:08:45
11782         Log: Shared hash key scalars can be safely copied as shared hash key scalars
11783              all the time.
11784      Branch: perl
11785            ! sv.c
11786 ____________________________________________________________________________
11787 [ 24713] By: steveh                                on 2005/06/06  07:52:59
11788         Log: NORETURN_FUNCTION_END is not a complete statement
11789              
11790              (Fix compilation error following change #24702)
11791      Branch: perl
11792            ! ext/IO/IO.xs
11793 ____________________________________________________________________________
11794 [ 24712] By: steveh                                on 2005/06/06  07:47:06
11795         Log: We still need an "i" in the PERL_IMPLICIT_SYS case
11796              
11797              (Fix compilation error following change #24689)
11798      Branch: perl
11799            ! sv.c
11800 ____________________________________________________________________________
11801 [ 24711] By: merijn                                on 2005/06/06  06:18:51
11802         Log: Subject: [PATCH] Tru64: allow creating perl.pixie even with optimized Perl
11803              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
11804              Date: Sun, 05 Jun 2005 18:28:08 +0300
11805              Message-ID: <42A31A08.3070601@gmail.com>
11806      Branch: perl
11807            ! Makefile.SH
11808 ____________________________________________________________________________
11809 [ 24710] By: merijn                                on 2005/06/06  06:01:30
11810         Log: Subject: [PATCH] Re: blead attribute warnings, cygwin + gcc 3.4.1
11811              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
11812              Date: Sun, 5 Jun 2005 20:43:55 -0700
11813              Message-ID: <20050606034354.GA1456@efn.org>
11814      Branch: perl
11815            ! cygwin/cygwin.c
11816 ____________________________________________________________________________
11817 [ 24709] By: rgs                                   on 2005/06/05  11:35:48
11818         Log: New test for getppid(), by Alexey Tourbin
11819      Branch: perl
11820            + t/op/getppid.t
11821            ! MANIFEST
11822 ____________________________________________________________________________
11823 [ 24708] By: rgs                                   on 2005/06/05  11:14:41
11824         Log: Subject: PATCH for [perl #36043] '@foo = sort { $a <=> $b } @bar' uses too much memory
11825              From: Salvador Fandiño <sfandino@yahoo.com>
11826              Date: Jun 5, 2005 4:25 AM
11827              Message-ID: <20050605022436.21982.qmail@lists.develooper.com>
11828      Branch: perl
11829            ! pp_sort.c
11830 ____________________________________________________________________________
11831 [ 24707] By: ams                                   on 2005/06/05  03:55:11
11832         Log: Subject: [PATCH] Fix minor bummer in 24706
11833              From: Andy Lester <andy@petdance.com>
11834              Date: Sat, 4 Jun 2005 23:09:04 -0500
11835              Message-Id: <20050605040904.GA27783@petdance.com>
11836      Branch: perl
11837            ! utf8.c
11838 ____________________________________________________________________________
11839 [ 24706] By: rgs                                   on 2005/06/04  16:55:27
11840         Log: Subject: [PATCH] further speeding up of is_utf8_string()
11841              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
11842              Date: Sat, 04 Jun 2005 13:40:15 +0300
11843              Message-ID: <42A1850F.4040109@gmail.com>
11844      Branch: perl
11845            + t/op/chr.t
11846            ! MANIFEST embed.fnc embed.h global.sym proto.h utf8.c
11847 ____________________________________________________________________________
11848 [ 24705] By: rgs                                   on 2005/06/04  16:49:33
11849         Log: Silence a const warning
11850      Branch: perl
11851            ! sv.c
11852 ____________________________________________________________________________
11853 [ 24704] By: rgs                                   on 2005/06/04  16:06:38
11854         Log: Improve FindBin discovery of current directory, based on :
11855              
11856              Subject: FindBin.pm: incomplete getcwd/cwd patch? (#24375, #24379)
11857              From: José Pedro Oliveira <jpo@di.uminho.pt>
11858              Date: Thu, 12 May 2005 20:36:48 +0100
11859              Message-ID: <4283B050.6080805@di.uminho.pt>
11860              
11861              Plus POD fixes
11862      Branch: perl
11863            ! lib/FindBin.pm
11864 ____________________________________________________________________________
11865 [ 24703] By: rgs                                   on 2005/06/04  07:16:11
11866         Log: Simplify the getppid code, by Alexey Tourbin
11867      Branch: perl
11868            ! pp_sys.c
11869 ____________________________________________________________________________
11870 [ 24702] By: rgs                                   on 2005/06/03  22:22:43
11871         Log: Subject: [PATCH] Consting IO and Devel::Peek
11872              From: Andy Lester <andy@petdance.com>
11873              Reply-To: Perl 5 Porters <perl5-porters@perl.org>
11874              Message-ID: <20050531212621.GA12117@petdance.com>
11875      Branch: perl
11876            ! ext/Devel/Peek/Peek.xs ext/IO/IO.xs
11877 ____________________________________________________________________________
11878 [ 24701] By: rgs                                   on 2005/06/03  22:07:57
11879         Log: Subject: [PATCH] Clean up UNI* macros in toke.c
11880              From: Andy Lester <andy@petdance.com>
11881              Date: Jun 3, 2005 7:14 PM
11882              Message-ID: <20050603171448.GA5834@petdance.com>
11883      Branch: perl
11884            ! toke.c
11885 ____________________________________________________________________________
11886 [ 24700] By: rgs                                   on 2005/06/03  21:48:16
11887         Log: Subject: B::Concise torture
11888              From: Jim Cromie <jcromie@divsol.com>
11889              Date: Jun 2, 2005 6:36 AM
11890              Message-ID: <429E8CBE.406@divsol.com>
11891              (with formatting nits)
11892      Branch: perl
11893            ! ext/B/B/Concise.pm ext/B/t/concise-xs.t ext/B/t/concise.t
11894 ____________________________________________________________________________
11895 [ 24699] By: rgs                                   on 2005/06/03  21:07:03
11896         Log: Subject: Re: [PATCH] Improved ICMP_UNREACHABLE handling in Net::Ping
11897              From: Gisle Aas <gisle@activestate.com>
11898              Date: 03 Jun 2005 09:17:44 -0700
11899              Message-ID: <lry89rfm8n.fsf_-_@caliper.activestate.com>
11900      Branch: perl
11901            ! lib/Net/Ping.pm
11902 ____________________________________________________________________________
11903 [ 24698] By: nicholas                              on 2005/06/03  12:00:01
11904         Log: Use newSVhek in the cloning code.
11905      Branch: perl
11906            ! sv.c
11907 ____________________________________________________________________________
11908 [ 24697] By: nicholas                              on 2005/06/03  11:06:36
11909         Log: Use newSVhek where we're generating SVs from package names
11910      Branch: perl
11911            ! op.c pp.c sv.c toke.c
11912 ____________________________________________________________________________
11913 [ 24696] By: nicholas                              on 2005/06/03  10:03:21
11914         Log: s/newSVpv_hek/newSVhek/g; # Lousy choice of name
11915      Branch: perl
11916            ! embed.fnc embed.h hv.c proto.h sv.c
11917 ____________________________________________________________________________
11918 [ 24694] By: rgs                                   on 2005/06/03  09:57:26
11919         Log: Bump version number
11920      Branch: perl
11921            ! ext/Devel/DProf/DProf.pm
11922 ____________________________________________________________________________
11923 [ 24693] By: rgs                                   on 2005/06/03  09:52:21
11924         Log: Subject: Re: [perl #35977] perlbug AutoReply: Devel::DProf "unstacked calls in outer"
11925              From: Duncan Findlay <duncf@debian.org>
11926              Date: Wed, 1 Jun 2005 12:18:08 -0400
11927              Message-ID: <20050601161808.GA17294@duncf.mine.nu>
11928      Branch: perl
11929            ! utils/dprofpp.PL
11930 ____________________________________________________________________________
11931 [ 24692] By: nicholas                              on 2005/06/03  09:37:21
11932         Log: Create newSVpv_hek to reduce code duplication where HEKs need to be
11933              turned into SVs
11934      Branch: perl
11935            ! embed.fnc embed.h global.sym hv.c sv.c
11936 ____________________________________________________________________________
11937 [ 24691] By: rgs                                   on 2005/06/03  09:29:36
11938         Log: POD fixes
11939      Branch: perl
11940            ! pod/perlfunc.pod
11941 ____________________________________________________________________________
11942 [ 24690] By: rgs                                   on 2005/06/03  08:37:42
11943         Log: Subject: Re: Should while ( <$fh> ) and while (< $fh >) do the same thing?
11944              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
11945              Date: Thu, 2 Jun 2005 11:49:11 -0700
11946              Message-ID: <20050602184911.GA3292@efn.org>
11947      Branch: perl
11948            ! pod/perlop.pod
11949 ____________________________________________________________________________
11950 [ 24689] By: rgs                                   on 2005/06/03  08:31:26
11951         Log: Subject: [PATCH] Random consting
11952              From: Andy Lester <andy@petdance.com>
11953              Date: Thu, 2 Jun 2005 12:19:43 -0500
11954              Message-ID: <20050602171943.GA16553@petdance.com>
11955      Branch: perl
11956            ! doio.c dump.c embed.fnc embed.h global.sym gv.c hv.c malloc.c
11957            ! perl.c perlio.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
11958            ! util.c
11959 ____________________________________________________________________________
11960 [ 24688] By: steveh                                on 2005/06/03  08:12:45
11961         Log: Subject: [PATCH] Run ICMP ping tests on Windows as long as we have admin privs
11962              From: "Jan Dubois" <jand@ActiveState.com>
11963              Date: Mon, 18 Apr 2005 20:16:24 -0700
11964              Message-Id: <200504190311.j3J3BM4p001792@smtp3.ActiveState.com>
11965              
11966              Subject: RE: [PATCH] Run ICMP ping tests on Windows as long as we have admin privs
11967              From: "Jan Dubois" <jand@ActiveState.com>
11968              Date: Tue, 19 Apr 2005 01:49:51 -0700
11969              Message-Id: <200504190844.j3J8inkW032630@smtp3.ActiveState.com>
11970              
11971              (There was no reply from Rob Brown in over a month, so commit to blead
11972              for now.  I'll email him again...)
11973      Branch: perl
11974            ! lib/Net/Ping.pm lib/Net/Ping/t/110_icmp_inst.t
11975            ! lib/Net/Ping/t/500_ping_icmp.t
11976 ____________________________________________________________________________
11977 [ 24687] By: rgs                                   on 2005/06/03  08:08:25
11978         Log: Subject: [PATCH] speed up is_utf8_char()
11979              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
11980              Date: Thu, 02 Jun 2005 21:52:46 +0300
11981              Message-ID: <429F557E.3090007@gmail.com>
11982      Branch: perl
11983            ! utf8.c utf8.h
11984 ____________________________________________________________________________
11985 [ 24686] By: rgs                                   on 2005/06/03  08:04:25
11986         Log: Subject: [PATCH] Quotes in pod/*.pod
11987              From: Andy Lester <andy@petdance.com>
11988              Date: Thu, 2 Jun 2005 16:19:54 -0500
11989              Message-ID: <20050602211954.GA22107@petdance.com>
11990      Branch: perl
11991            ! Porting/pumpkin.pod README.cygwin README.hurd README.mint
11992            ! README.os390 README.vmesa pod/perlfaq.pod pod/perlfaq3.pod
11993            ! pod/perlfaq4.pod pod/perlfaq6.pod pod/perlfaq7.pod
11994            ! pod/perlfaq8.pod pod/perlfaq9.pod pod/perlgpl.pod
11995            ! pod/perlhack.pod pod/perlipc.pod pod/perllocale.pod
11996            ! pod/perlport.pod pod/perlre.pod pod/perlref.pod
11997            ! pod/perlthrtut.pod
11998 ____________________________________________________________________________
11999 [ 24685] By: rgs                                   on 2005/06/03  07:59:48
12000         Log: Indent fix
12001      Branch: perl
12002            ! pod/perlfaq7.pod
12003 ____________________________________________________________________________
12004 [ 24684] By: rgs                                   on 2005/06/03  07:58:10
12005         Log: FAQ sync
12006      Branch: perl
12007            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
12008            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
12009            ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
12010 ____________________________________________________________________________
12011 [ 24683] By: rgs                                   on 2005/06/03  07:45:21
12012         Log: Subject: [PATCH] symbian/xsbuild.pl
12013              From: <jarkko.hietaniemi@nokia.com>
12014              Date: Fri, 3 Jun 2005 11:00:01 +0300
12015              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A225@esebe105.NOE.Nokia.com>
12016      Branch: perl
12017            ! symbian/xsbuild.pl
12018 ____________________________________________________________________________
12019 [ 24682] By: rgs                                   on 2005/06/03  07:43:52
12020         Log: Subject: [PATCH] SvPVX_const() - patch #4
12021              From: Steve Peters <steve@fisharerojo.org>
12022              Date: Thu, 2 Jun 2005 13:41:35 -0500
12023              Message-ID: <20050602184135.GA13682@mccoy.peters.homeunix.org>
12024      Branch: perl
12025            ! embed.fnc pod/perlapi.pod proto.h regcomp.c regexec.c sv.c
12026 ____________________________________________________________________________
12027 [ 24681] By: rgs                                   on 2005/06/02  16:44:51
12028         Log: Subject: Re: [patch] teach B::Concise to see XS code
12029              From: Jim Cromie <jcromie@divsol.com>
12030              Date: Wed, 01 Jun 2005 08:01:17 -0600
12031              Message-ID: <429DBFAD.1090308@divsol.com>
12032      Branch: perl
12033            ! ext/B/B/Concise.pm ext/B/t/concise.t
12034 ____________________________________________________________________________
12035 [ 24680] By: nicholas                              on 2005/06/02  16:40:58
12036         Log: Integrate perl587delta.pod, the changes in perlhist.pod, and update
12037              the relevant makefiles and tables-of-contents to reflect this.
12038      Branch: perl
12039           +> pod/perl587delta.pod
12040           !> MANIFEST Makefile.SH pod.lst pod/perl.pod pod/perlhist.pod
12041           !> pod/perltoc.pod vms/descrip_mms.template win32/Makefile
12042           !> win32/makefile.mk win32/pod.mak
12043 ____________________________________________________________________________
12044 [ 24679] By: steveh                                on 2005/06/02  15:57:13
12045         Log: Subject: DynaLoader dl_unload_file for win32 ( dl_win32.xs )
12046              From: DH <crazyinsomniac@yahoo.com>
12047              Date: Tue, 31 May 2005 08:33:27 -0700 (PDT)
12048              Message-ID: <20050531153327.85145.qmail@unknown-209-73-178-237.yahoo.com>
12049              
12050              (with a couple of minor tweaks)
12051      Branch: perl
12052            ! win32/dl_win32.xs
12053 ____________________________________________________________________________
12054 [ 24678] By: nicholas                              on 2005/06/02  15:10:54
12055         Log: Dave can see a better way of doing the rounding.
12056      Branch: perl
12057            ! handy.h
12058 ____________________________________________________________________________
12059 [ 24677] By: nicholas                              on 2005/06/02  14:42:20
12060         Log: 24672 is innocent. valgrind + perl's malloc considered harmful.
12061      Branch: perl
12062            ! toke.c
12063 ____________________________________________________________________________
12064 [ 24676] By: nicholas                              on 2005/06/02  13:36:01
12065         Log: Changes 24660 and 24665 both introduced errors into the USEMYMALLOC
12066              code. Plus change 24672 appears to break under USEMYMALLOC, so revert
12067              it for now.
12068      Branch: perl
12069            ! hv.c sv.c toke.c
12070 ____________________________________________________________________________
12071 [ 24675] By: rgs                                   on 2005/06/02  11:19:02
12072         Log: Upgrade to ExtUtils::CBuilder 0.12 and ExtUtils::ParseXS 2.10
12073      Branch: perl
12074            ! lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/Base.pm
12075            ! lib/ExtUtils/CBuilder/Platform/Unix.pm
12076            ! lib/ExtUtils/CBuilder/Platform/VMS.pm
12077            ! lib/ExtUtils/CBuilder/Platform/Windows.pm
12078            ! lib/ExtUtils/CBuilder/Platform/aix.pm
12079            ! lib/ExtUtils/CBuilder/Platform/cygwin.pm
12080            ! lib/ExtUtils/CBuilder/Platform/darwin.pm
12081            ! lib/ExtUtils/CBuilder/Platform/os2.pm lib/ExtUtils/ParseXS.pm
12082 ____________________________________________________________________________
12083 [ 24674] By: rgs                                   on 2005/06/02  09:39:26
12084         Log: CPP typo fix (by Dominic Dunlop)
12085      Branch: perl
12086            ! perl.c
12087 ____________________________________________________________________________
12088 [ 24673] By: nicholas                              on 2005/06/02  09:29:48
12089         Log: Oops. My maths was too generous (by 1).
12090      Branch: perl
12091            ! handy.h
12092 ____________________________________________________________________________
12093 [ 24672] By: nicholas                              on 2005/06/02  09:24:17
12094         Log: Avoid duplicate calls to PAD_COMPNAME_OURSTASH, which is an expensive
12095              macro.
12096      Branch: perl
12097            ! toke.c
12098 ____________________________________________________________________________
12099 [ 24671] By: rgs                                   on 2005/06/02  09:06:39
12100         Log: Fix changed diagnostic
12101      Branch: perl
12102            ! pod/perldiag.pod
12103 ____________________________________________________________________________
12104 [ 24670] By: ams                                   on 2005/06/02  08:44:41
12105         Log: Subject: [PATCH] SvPVX_const() - part 3 ... and const'ing Storable
12106              From: Steve Peters <steve@fisharerojo.org>
12107              Date: Tue, 31 May 2005 09:55:43 -0500
12108              Message-Id: <20050531145543.GA8051@mccoy.peters.homeunix.org>
12109      Branch: perl
12110            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
12111            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
12112            ! ext/PerlIO/encoding/encoding.xs ext/PerlIO/via/via.xs
12113            ! ext/Storable/Storable.xs pp_hot.c pp_pack.c pp_sys.c scope.c
12114 ____________________________________________________________________________
12115 [ 24669] By: rgs                                   on 2005/06/02  08:17:29
12116         Log: Subject: [PATCH] use lengths in sv_setpv() calls
12117              From: Andy Lester <andy@petdance.com>
12118              Date: Wed, 1 Jun 2005 23:16:56 -0500
12119              Message-ID: <20050602041656.GA3000@petdance.com>
12120      Branch: perl
12121            ! gv.c sv.c util.c
12122 ____________________________________________________________________________
12123 [ 24668] By: merijn                                on 2005/06/02  08:02:23
12124         Log: New HW model; more on threads for 10.20
12125      Branch: perl
12126            ! README.hpux
12127 ____________________________________________________________________________
12128 [ 24667] By: merijn                                on 2005/06/02  07:52:09
12129         Log: HP-UX specific #pragma entered in #23890 is not supported
12130              on HP-UX 10.20 and older
12131      Branch: perl
12132            ! perl.c
12133 ____________________________________________________________________________
12134 [ 24666] By: merijn                                on 2005/06/02  07:39:30
12135         Log: Subject: [PATCH] Quotes fixed, see also perl #36079
12136              From: Andy Lester <andy@petdance.com>
12137              Date: Thu, 2 Jun 2005 00:02:38 -0500
12138              Message-ID: <20050602050238.GA4001@petdance.com>
12139      Branch: perl
12140            ! av.c doio.c gv.c malloc.c perl.c perl.h perly.c
12141            ! pod/perldiag.pod pp_sort.c pp_sys.c regcomp.c regexec.c
12142            ! scope.h thrdvar.h toke.c util.c
12143 ____________________________________________________________________________
12144 [ 24665] By: nicholas                              on 2005/06/01  20:46:02
12145         Log: Round up all string length requests to malloc()/realloc() to the next
12146              multiple of 4/8 bytes [sizeof(size_t)] on the assumption that malloc()
12147              internally will quantise, and so we're going to use space that
12148              otherwise would be wasted. Hopefully this will save realloc()ing.
12149      Branch: perl
12150            ! ext/Devel/Peek/t/Peek.t handy.h perl.h sv.c
12151 ____________________________________________________________________________
12152 [ 24664] By: nicholas                              on 2005/06/01  20:42:29
12153         Log: I think SvCUR() was intended rather than SvLEN()
12154      Branch: perl
12155            ! ext/Storable/Storable.xs
12156 ____________________________________________________________________________
12157 [ 24663] By: nicholas                              on 2005/06/01  15:40:57
12158         Log: We don't have XRVs any more, so remove the typedef
12159      Branch: perl
12160            ! perl.h
12161 ____________________________________________________________________________
12162 [ 24662] By: nicholas                              on 2005/06/01  15:23:02
12163         Log: Zero-ing the new HV array is pointless, as we write to every element.
12164              Also avoid calling into he_dup when the HE is 0, to save the function
12165              call overhead.
12166      Branch: perl
12167            ! sv.c
12168 ____________________________________________________________________________
12169 [ 24661] By: nicholas                              on 2005/06/01  15:08:02
12170         Log: As PERL_HV_ARRAY_ALLOC_BYTES is bytes, not items, the type should be
12171              char rather than HE *. Bug was harmless, overallocating by a factor
12172              of sizeof(HE *)
12173      Branch: perl
12174            ! hv.c
12175 ____________________________________________________________________________
12176 [ 24660] By: nicholas                              on 2005/06/01  14:33:14
12177         Log: Store the xhv_aux structure after the main array.
12178              This reduces the size of HV bodies from 24 to 20 bytes on a 32 bit
12179              build. It has the side effect of defined %symbol_table:: now always
12180              being true. defined %hash is already deprecated.
12181      Branch: perl
12182            ! hv.c hv.h sv.c sv.h t/op/magic.t
12183 ____________________________________________________________________________
12184 [ 24659] By: nicholas                              on 2005/06/01  14:28:38
12185         Log: If we're building config_heavy.pl somewhere else, then we need to
12186              require it, not something (or maybe nothing) in the correct place.
12187      Branch: perl
12188            ! configpm
12189 ____________________________________________________________________________
12190 [ 24658] By: rgs                                   on 2005/06/01  14:16:32
12191         Log: Revert change #24656
12192      Branch: perl
12193            ! Makefile.SH
12194 ____________________________________________________________________________
12195 [ 24657] By: nicholas                              on 2005/06/01  09:19:46
12196         Log: Following the head refactoring, the Newz doesn't clear the SvPVX
12197              So PL_mess_sv contained an uninitialised value.
12198      Branch: perl
12199            ! util.c
12200 ____________________________________________________________________________
12201 [ 24656] By: rgs                                   on 2005/06/01  09:12:37
12202         Log: Subject: [PATCH] eliminate always running mktables
12203              From: Robin Barker <Robin.Barker@npl.co.uk>
12204              Date: Wed, 1 Jun 2005 09:55:16 +0100 
12205              Message-ID: <533D273D4014D411AB1D00062938C4D90849C6B8@hotel.npl.co.uk>
12206      Branch: perl
12207            ! Makefile.SH
12208 ____________________________________________________________________________
12209 [ 24655] By: rgs                                   on 2005/06/01  09:09:35
12210         Log: Don't touch lib/ExtUtils/Miniperl.pm when rebuild identically
12211      Branch: perl
12212            ! Makefile.SH
12213 ____________________________________________________________________________
12214 [ 24654] By: rgs                                   on 2005/06/01  08:18:46
12215         Log: Subject: [PATCH] Re: [patch] teach B::Concise to see XS code
12216              From: Stephen McCamant <smcc@mit.edu>
12217              Date: Sat, 21 May 2005 21:52:31 -0700
12218              Message-ID: <17040.4111.265639.434150@apocalypse.OCF.Berkeley.EDU>
12219              
12220              Correctly nullify CvSTART when undef'ing a CV
12221      Branch: perl
12222            ! op.c
12223 ____________________________________________________________________________
12224 [ 24653] By: rgs                                   on 2005/06/01  07:56:50
12225         Log: Subject: Re: [patch] teach B::Concise to see XS code
12226              From: Jim Cromie <jcromie@divsol.com>
12227              Date: Sat, 21 May 2005 09:24:24 -0600
12228              Message-ID: <428F52A8.20702@divsol.com>
12229      Branch: perl
12230            + ext/B/t/concise-xs.t
12231            ! MANIFEST ext/B/B/Concise.pm ext/B/t/concise.t
12232 ____________________________________________________________________________
12233 [ 24652] By: rgs                                   on 2005/06/01  07:39:38
12234         Log: Subject: [PATCH] Speed up lib/unicore/mktables by 45%
12235              From: Andy Lester <andy@petdance.com>
12236              Date: Tue, 31 May 2005 12:39:00 -0500
12237              Message-ID: <20050531173900.GA9820@petdance.com>
12238      Branch: perl
12239            ! lib/unicore/mktables
12240 ____________________________________________________________________________
12241 [ 24651] By: rgs                                   on 2005/05/31  20:34:44
12242         Log: Remove duplicated line
12243      Branch: perl
12244            ! lib/Module/CoreList.pm
12245 ____________________________________________________________________________
12246 [ 24650] By: rgs                                   on 2005/05/31  20:31:55
12247         Log: Upgrade to Module::CoreList 2.02
12248      Branch: perl
12249            ! lib/Module/CoreList.pm
12250 ____________________________________________________________________________
12251 [ 24649] By: nicholas                              on 2005/05/31  12:03:30
12252         Log: Attempt 2 at a diet memory layout can go live.
12253      Branch: perl
12254            ! av.h hv.h
12255 ____________________________________________________________________________
12256 [ 24648] By: nicholas                              on 2005/05/31  10:40:01
12257         Log: Avoid updating a variable in a loop.
12258              Only calculate the number of links in a hash bucket chain if we really
12259              need it.
12260      Branch: perl
12261            ! hv.c
12262 ____________________________________________________________________________
12263 [ 24646] By: nicholas                              on 2005/05/31  10:02:12
12264         Log: Avoid updating a variable in the loop
12265      Branch: perl
12266            ! hv.c
12267 ____________________________________________________________________________
12268 [ 24645] By: rgs                                   on 2005/05/31  09:13:34
12269         Log: Subject: [PATCH] ByteLoader.xs cleanup
12270              From: Andy Lester <andy@petdance.com>
12271              Date: Mon, 30 May 2005 22:28:36 -0500
12272              Message-ID: <20050531032836.GA32198@petdance.com>
12273      Branch: perl
12274            ! ext/ByteLoader/ByteLoader.xs
12275 ____________________________________________________________________________
12276 [ 24644] By: merijn                                on 2005/05/31  05:41:24
12277         Log: Add DECC to the symbol list
12278              Subject: [PATCH]lette Re: updated tru64 cc [PATCH]es (Re: [PATCH]es: Tru64/blead)
12279              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
12280              Date: Mon, 30 May 2005 16:33:15 -0700
12281              Message-ID: <20050530233315.GA3088@efn.org>
12282      Branch: perl
12283            ! Configure
12284 ____________________________________________________________________________
12285 [ 24642] By: davem                                 on 2005/05/30  23:37:15
12286         Log: add pointer to email explaining why eval {goto &foo} is banned
12287      Branch: perl
12288            ! pp_ctl.c
12289 ____________________________________________________________________________
12290 [ 24638] By: nicholas                              on 2005/05/30  21:02:34
12291         Log: Change the logic to avoid needing to set a variable during the loop
12292      Branch: perl
12293            ! hv.c
12294 ____________________________________________________________________________
12295 [ 24633] By: nicholas                              on 2005/05/30  13:01:27
12296         Log: Various HvPLACEHOLDERS() that should be HvPLACEHOLDERS_get()
12297      Branch: perl
12298            ! hv.c
12299 ____________________________________________________________________________
12300 [ 24631] By: rgs                                   on 2005/05/30  11:54:23
12301         Log: Upgrade to PathTools 3.08
12302      Branch: perl
12303            ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
12304 ____________________________________________________________________________
12305 [ 24630] By: merijn                                on 2005/05/30  11:07:45
12306         Log: gcc hints were not yet applied to gcc-4.x
12307              Now they are
12308      Branch: perl
12309            ! hints/hpux.sh
12310 ____________________________________________________________________________
12311 [ 24629] By: rgs                                   on 2005/05/30  11:07:15
12312         Log: Subject: [perl #36037] Perl 5.8.7-RC1 build problems on LynxOS 
12313              From: Olli Savia (via RT) <perlbug-followup@perl.org>
12314              Date: 30 May 2005 10:59:35 -0000
12315              Message-ID: <rt-3.0.11-36037-113779.5.23037641993746@perl.org>
12316      Branch: perl
12317            ! util.c
12318 ____________________________________________________________________________
12319 [ 24628] By: merijn                                on 2005/05/30  10:28:06
12320         Log: regen after #24627
12321      Branch: perl
12322            ! perlapi.h
12323 ____________________________________________________________________________
12324 [ 24627] By: merijn                                on 2005/05/30  10:19:09
12325         Log: Subject: Re: updated tru64 cc [PATCH]es (Re: [PATCH]es: Tru64/blead)
12326              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
12327              Date: Mon, 30 May 2005 09:15:56 +0300
12328              Message-ID: <429AAF9C.30503@gmail.com>
12329      Branch: perl
12330            ! embed.pl ext/DynaLoader/dl_dlopen.xs perl.h sv.c
12331 ____________________________________________________________________________
12332 [ 24626] By: rgs                                   on 2005/05/30  08:54:51
12333         Log: Subject: [PATCH] Teeny optimization in S_hv_magic_check
12334              From: Andy Lester <andy@petdance.com>
12335              Date: Tue, 24 May 2005 11:41:15 -0500
12336              Message-ID: <20050524164115.GA12027@petdance.com>
12337      Branch: perl
12338            ! hv.c
12339 ____________________________________________________________________________
12340 [ 24625] By: rgs                                   on 2005/05/30  08:48:12
12341         Log: Subject: [PATCH] More embed.fnc strictures, plus consting and localizing
12342              From: Andy Lester <andy@petdance.com>
12343              Date: Tue, 24 May 2005 11:47:22 -0500
12344              Message-ID: <20050524164722.GC12027@petdance.com>
12345              
12346              Subject: [PATCH] Remove unused casts
12347              From: Andy Lester <andy@petdance.com>
12348              Date: Tue, 24 May 2005 11:42:18 -0500
12349              Message-ID: <20050524164218.GB12027@petdance.com>
12350      Branch: perl
12351            ! embed.fnc op.c pp_sys.c proto.h regcomp.c regexec.c scope.c
12352            ! sv.c
12353 ____________________________________________________________________________
12354 [ 24624] By: rgs                                   on 2005/05/30  08:11:30
12355         Log: Minor grammar fix by Uri Guttman
12356      Branch: perl
12357            ! pod/perlre.pod
12358 ____________________________________________________________________________
12359 [ 24623] By: rgs                                   on 2005/05/30  08:08:47
12360         Log: Subject: [PATCH] perlrun.pod -w description typo
12361              From: Offer Kaye <offer.kaye@gmail.com>
12362              Date: Mon, 30 May 2005 11:27:38 +0300
12363              Message-ID: <569425050530012768a9baca@mail.gmail.com>
12364      Branch: perl
12365            ! pod/perlrun.pod
12366 ____________________________________________________________________________
12367 [ 24622] By: rgs                                   on 2005/05/30  07:45:09
12368         Log: Subject: [PATCH] Minor warning squashings
12369              From: Andy Lester <andy@petdance.com>
12370              Date: Sun, 29 May 2005 00:19:06 -0500
12371              Message-Id: <740ea3aca85400c6d03e945323badad4@petdance.com>
12372              
12373              Subject: [PATCH] Consting in Opcode.xs
12374              From: Andy Lester <andy@petdance.com>
12375              Date: Sun, 29 May 2005 11:23:50 -0500
12376              Message-ID: <20050529162350.GA13965@petdance.com>
12377              
12378              Subject: [PATCH] consting attrs.xs
12379              From: Andy Lester <andy@petdance.com>
12380              Date: Sun, 29 May 2005 14:15:46 -0500
12381              Message-ID: <20050529191546.GA15581@petdance.com>
12382              
12383              Subject: [PATCH] consting B.xs
12384              From: Andy Lester <andy@petdance.com>
12385              Date: Sun, 29 May 2005 15:09:24 -0500
12386              Message-ID: <20050529200924.GA15873@petdance.com>
12387      Branch: perl
12388            ! embed.fnc ext/B/B.xs ext/Opcode/Opcode.xs ext/attrs/attrs.xs
12389            ! perlio.c pp_sys.c proto.h regcomp.c utf8.c
12390 ____________________________________________________________________________
12391 [ 24621] By: nicholas                              on 2005/05/30  07:43:05
12392         Log: Need a cast to avoid a compiler warning.
12393      Branch: perl
12394            ! ext/ByteLoader/bytecode.h
12395 ____________________________________________________________________________
12396 [ 24619] By: nicholas                              on 2005/05/29  19:35:38
12397         Log: Goodbye xav_arylen. You won't be missed that much.
12398              So now there's a buy 5 get one free offer on PVAV bodies.
12399      Branch: perl
12400            ! av.c av.h dump.c embed.fnc global.sym perl.h pp.c proto.h sv.c
12401 ____________________________________________________________________________
12402 [ 24618] By: ams                                   on 2005/05/29  18:07:37
12403         Log: Subject: [PATCH configure.com] compiler awareness week
12404              From: "Craig A. Berry" <craigberry@mac.com>
12405              Date: Sun, 29 May 2005 12:43:09 -0500
12406              Message-Id: <4299FF2D.90209@mac.com>
12407      Branch: perl
12408            ! configure.com
12409 ____________________________________________________________________________
12410 [ 24617] By: nicholas                              on 2005/05/29  17:46:39
12411         Log: Change the IV to a union.
12412              Revert the NV union back to a plain NV
12413              Transpose the positions of IV and NV (NV is now first)
12414              Don't allocate the NV for PV,PVIV,PVAV and PVHV (last 2 non-allocations
12415              currently disabled by default)
12416      Branch: perl
12417            ! av.h cv.h hv.h intrpvar.h sv.c sv.h
12418 ____________________________________________________________________________
12419 [ 24615] By: nicholas                              on 2005/05/29  14:24:17
12420         Log: Teach buildtoc about README.openbsd, and regenerate various makefiles.
12421      Branch: perl
12422            ! pod.lst pod/perl.pod vms/descrip_mms.template win32/Makefile
12423            ! win32/makefile.mk
12424 ____________________________________________________________________________
12425 [ 24614] By: nicholas                              on 2005/05/29  14:23:32
12426         Log: Restort into bulidtoc's preferred order
12427      Branch: perl
12428            ! MANIFEST
12429 ____________________________________________________________________________
12430 [ 24613] By: ams                                   on 2005/05/29  04:45:05
12431         Log: Subject: [PATCH] VMS build update for blead
12432              From: "Craig A. Berry" <craigberry@mac.com>
12433              Date: Sat, 28 May 2005 23:18:46 -0500
12434              Message-Id: <429942A6.10601@mac.com>
12435      Branch: perl
12436            ! doio.c perly.c vms/descrip_mms.template vms/gen_shrfls.pl
12437            ! vms/vms.c vms/vmsish.h
12438 ____________________________________________________________________________
12439 [ 24612] By: ams                                   on 2005/05/28  14:40:32
12440         Log: Subject: [PATCH] Re: t/uni/class.t has a lot to warn about
12441              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
12442              Date: Sat, 28 May 2005 11:47:47 +0300
12443              Message-Id: <42983033.5050509@gmail.com>
12444      Branch: perl
12445            ! t/uni/class.t
12446 ____________________________________________________________________________
12447 [ 24610] By: merijn                                on 2005/05/27  19:22:39
12448         Log: Subject: Re: [PATCH] Do not install change logs, READMEs, etc...
12449              From: Michael G Schwern <schwern@pobox.com>
12450              Date: Fri, 27 May 2005 12:33:27 -0700
12451              Message-ID: <20050527193327.GC17504@windhund.schwern.org>
12452      Branch: perl
12453            ! installperl
12454 ____________________________________________________________________________
12455 [ 24609] By: nicholas                              on 2005/05/27  18:54:36
12456         Log: In assert(), we mustn't stringify the message as part of the first
12457              argument to croak, as it's a *printf format, and the thing we're
12458              asserting might itself contain % signs.
12459              Also, as __FILE__ is a string, we can append that to the format,
12460              rather than needing a %s for it.
12461      Branch: perl
12462            ! perl.h
12463 ____________________________________________________________________________
12464 [ 24608] By: nicholas                              on 2005/05/27  18:20:26
12465         Log: is() is better than ok()
12466      Branch: perl
12467            ! t/op/each.t
12468 ____________________________________________________________________________
12469 [ 24607] By: steveh                                on 2005/05/27  16:22:59
12470         Log: Fix failing Cwd tests on Win32
12471              
12472              Patch was posted to Ken previously
12473              
12474              (see http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-05/msg00226.html)
12475              
12476              but no reply as yet.  I'll mail him again...
12477      Branch: perl
12478            ! lib/Cwd.pm
12479 ____________________________________________________________________________
12480 [ 24606] By: steveh                                on 2005/05/27  16:15:41
12481         Log: Skip signals and core dump tests on Win32
12482              
12483              See http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-05/msg00749.html
12484      Branch: perl
12485            ! t/run/exit.t
12486 ____________________________________________________________________________
12487 [ 24605] By: steveh                                on 2005/05/27  15:54:09
12488         Log: Fix more Win32 linker errors caused by change 24561
12489              
12490              Apparently sys_intern_init and sys_intern_clear are required even for
12491              non-threaded builds on Win32.
12492      Branch: perl
12493            ! embed.fnc embed.h proto.h
12494 ____________________________________________________________________________
12495 [ 24596] By: merijn                                on 2005/05/27  10:20:54
12496         Log: Subject: [PATCH] Do not install change logs, READMEs, etc...
12497              From: Michael G Schwern <schwern@pobox.com>
12498              Date: Thu, 26 May 2005 13:43:05 -0700
12499              Message-ID: <20050526204305.GH11558@windhund.schwern.org>
12500      Branch: perl
12501            ! installperl
12502 ____________________________________________________________________________
12503 [ 24595] By: merijn                                on 2005/05/27  10:06:25
12504         Log: Subject: [PATCH] add PERL_CALLCONV to PERL_CKDEF and PERL_PPDEF
12505              From: <jarkko.hietaniemi@nokia.com>
12506              Date: Fri, 27 May 2005 13:15:36 +0300
12507              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A1CD@esebe105.NOE.Nokia.com>
12508      Branch: perl
12509            ! perl.h
12510 ____________________________________________________________________________
12511 [ 24594] By: nicholas                              on 2005/05/27  09:18:26
12512         Log: Get the HEK once only in the hot code (class method calls)
12513      Branch: perl
12514            ! hv.h pp_hot.c
12515 ____________________________________________________________________________
12516 [ 24593] By: rgs                                   on 2005/05/27  07:44:07
12517         Log: Subject: [PATCH] Re: [perl #35420] localtime corruption
12518              From: Michael G Schwern <schwern@pobox.com>
12519              Date: Thu, 26 May 2005 13:39:38 -0700
12520              Message-ID: <20050526203938.GG11558@windhund.schwern.org>
12521      Branch: perl
12522            ! pod/perlfunc.pod pod/perlport.pod
12523 ____________________________________________________________________________
12524 [ 24592] By: rgs                                   on 2005/05/27  07:04:46
12525         Log: Subject: [PATCH] Documentation nits and fixes for Sv*_set() macros
12526              From: Steve Peters <steve@fisharerojo.org>
12527              Date: Thu, 26 May 2005 14:58:50 -0500
12528              Message-ID: <20050526195850.GA1308@mccoy.peters.homeunix.org>
12529      Branch: perl
12530            ! pod/perlapi.pod sv.h
12531 ____________________________________________________________________________
12532 [ 24591] By: steveh                                on 2005/05/26  16:56:03
12533         Log: Fix some Win32 link errors
12534      Branch: perl
12535            ! global.sym makedef.pl proto.h
12536 ____________________________________________________________________________
12537 [ 24590] By: nicholas                              on 2005/05/26  16:07:20
12538         Log: Rename the members of the SV head union to avoid pre-processor
12539              arguments with embed.h
12540      Branch: perl
12541            ! av.h hv.h sv.c sv.h
12542 ____________________________________________________________________________
12543 [ 24588] By: ams                                   on 2005/05/26  15:33:58
12544         Log: -Wall is intolerably noisy with icc.
12545      Branch: perl
12546            ! cflags.SH
12547 ____________________________________________________________________________
12548 [ 24585] By: rgs                                   on 2005/05/26  15:13:53
12549         Log: Subject: [PATCH] bytes.pm doesn't check undefined subroutine calling
12550              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
12551              Date: Thu, 26 May 2005 23:46:35 +0900
12552              Message-Id: <20050526234321.92F1.BQW10602@nifty.com>
12553      Branch: perl
12554            ! lib/bytes.pm lib/bytes.t
12555 ____________________________________________________________________________
12556 [ 24584] By: nicholas                              on 2005/05/26  14:24:31
12557         Log: Store the package name as a shared HEK.
12558              Abolish HvNAME() - as the stored pointer is not a char* you can't set
12559              it directly now.
12560              Storing a pointer to a HEK tracks the length too, and seems to be
12561              faster.
12562      Branch: perl
12563            ! embed.fnc gv.c hv.c hv.h op.c pp.c proto.h sv.c toke.c
12564            ! xsutils.c
12565 ____________________________________________________________________________
12566 [ 24583] By: nicholas                              on 2005/05/26  12:27:47
12567         Log: We know how big the global string table will be, so use that
12568              information.
12569      Branch: perl
12570            ! sv.c
12571 ____________________________________________________________________________
12572 [ 24582] By: nicholas                              on 2005/05/26  11:28:24
12573         Log: It helps to set the total keys correctly when duplicating a hash.
12574              It helps even more to have a test for this.
12575      Branch: perl
12576            ! ext/threads/t/problems.t sv.c
12577 ____________________________________________________________________________
12578 [ 24581] By: merijn                                on 2005/05/26  11:26:05
12579         Log: More possible re-order dependencies solved
12580      Branch: perl
12581            ! Porting/config_h.pl config_h.SH
12582 ____________________________________________________________________________
12583 [ 24580] By: merijn                                on 2005/05/26  08:43:38
12584         Log: Subject: [PATCH] Updated lint infrastructure
12585              From: Andy Lester <andy@petdance.com>
12586              Date: Wed, 25 May 2005 12:31:39 -0500
12587              Message-ID: <20050525173139.GB1701@petdance.com>
12588      Branch: perl
12589            ! Makefile.SH handy.h malloc.c mg.c pp.c regcomp.h
12590 ____________________________________________________________________________
12591 [ 24579] By: ams                                   on 2005/05/26  07:08:22
12592         Log: Subject: [PATCH] MPE/iX has no lchown()
12593              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
12594              Date: Thu, 26 May 2005 08:36:19 +0300
12595              Message-Id: <42956053.4010200@gmail.com>
12596      Branch: perl
12597            ! hints/mpeix.sh
12598 ____________________________________________________________________________
12599 [ 24578] By: merijn                                on 2005/05/25  19:05:07
12600         Log: Added Porting/config_h.pl
12601      Branch: perl
12602            ! MANIFEST
12603 ____________________________________________________________________________
12604 [ 24576] By: merijn                                on 2005/05/25  18:41:52
12605         Log: Reordering config_h.SH after metaconfig now semi automated
12606              This will save me *a lot* of manual work
12607      Branch: perl
12608            + Porting/config_h.pl
12609            ! Configure config_h.SH
12610 ____________________________________________________________________________
12611 [ 24575] By: nicholas                              on 2005/05/25  16:26:12
12612         Log: Export Perl_hek_dup, which duplicates shared hash keys.
12613      Branch: perl
12614            ! embed.fnc embed.h hv.c proto.h
12615 ____________________________________________________________________________
12616 [ 24574] By: nicholas                              on 2005/05/25  15:52:33
12617         Log: Track the mapping between source shared hash keys and target shared
12618              hash keys to save repeated lookups during cloning.
12619      Branch: perl
12620            ! embed.fnc embedvar.h ext/threads/threads.xs hv.c intrpvar.h
12621            ! perl.c perlapi.h proto.h sv.c
12622 ____________________________________________________________________________
12623 [ 24573] By: nicholas                              on 2005/05/25  14:06:55
12624         Log: Replace all uses of HvNAME with the appropriate HvNAME_get or
12625              HvNAME_set
12626      Branch: perl
12627            ! bytecode.pl cop.h ext/ByteLoader/bytecode.h
12628            ! ext/ByteLoader/byterun.c
12629 ____________________________________________________________________________
12630 [ 24572] By: nicholas                              on 2005/05/25  10:02:07
12631         Log: I think for now these have to be disabled by default.
12632      Branch: perl
12633            ! av.h hv.h
12634 ____________________________________________________________________________
12635 [ 24571] By: rgs                                   on 2005/05/25  09:34:20
12636         Log: Update description of Term::ReadLine and fix typo
12637              Subject: [perl #35963] Typo in Term::ReadLine 
12638              From: "perlbug@veggiechinese.net (via RT)" <perlbug-followup@perl.org>
12639              Date: 24 May 2005 23:29:37 -0000
12640              Message-ID: <rt-3.0.11-35963-113541.14.5614982698687@perl.org>
12641      Branch: perl
12642            ! lib/Term/ReadLine.pm
12643 ____________________________________________________________________________
12644 [ 24570] By: nicholas                              on 2005/05/24  20:23:53
12645         Log: Initialising the hash seed needs to be early in case anything
12646              calcualtes HASHes during dup()ing.
12647      Branch: perl
12648            ! sv.c
12649 ____________________________________________________________________________
12650 [ 24569] By: nicholas                              on 2005/05/24  17:13:34
12651         Log: Reorder the union to cause Win32 compilers to use void * alignment for
12652              it.
12653      Branch: perl
12654            ! av.h cv.h hv.h sv.h
12655 ____________________________________________________________________________
12656 [ 24568] By: ams                                   on 2005/05/24  16:44:53
12657         Log: Subject: [PATCH] xsubpp, ParseXS: allow other suffix beyond .c
12658              From: jarkko.hietaniemi@nokia.com
12659              Date: Tue, 24 May 2005 12:48:38 +0300
12660              Message-Id: <B356D8F434D20B40A8CEDAEC305A1F2453D7EB@esebe105.NOE.Nokia.com>
12661      Branch: perl
12662            ! lib/ExtUtils/ParseXS.pm lib/ExtUtils/xsubpp
12663 ____________________________________________________________________________
12664 [ 24567] By: rgs                                   on 2005/05/24  15:44:52
12665         Log: Clarification on the behaviour of qw// and x :
12666              Subject: [PATCH] Re: [perl #35885] qw and x operators doesn't mix
12667              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
12668              Date: Tue, 24 May 2005 08:52:00 -0700
12669              Message-ID: <20050524155200.GA1784@efn.org>
12670      Branch: perl
12671            ! pod/perlop.pod
12672 ____________________________________________________________________________
12673 [ 24566] By: nicholas                              on 2005/05/24  15:21:48
12674         Log: Leaking is bad, m'kay.
12675      Branch: perl
12676            ! hv.c sv.c
12677 ____________________________________________________________________________
12678 [ 24565] By: rgs                                   on 2005/05/24  13:50:02
12679         Log: Remove Perl_ck_* functions from public API
12680      Branch: perl
12681            ! embed.fnc embed.h global.sym
12682 ____________________________________________________________________________
12683 [ 24564] By: nicholas                              on 2005/05/24  13:01:49
12684         Log: Correct the description of pte_arenaroot
12685      Branch: perl
12686            ! intrpvar.h
12687 ____________________________________________________________________________
12688 [ 24563] By: rgs                                   on 2005/05/24  12:58:45
12689         Log: Documentation nit on @-, found by Guillaume Rousse
12690              (plus POD markup simplification, for readability with pod2text)
12691      Branch: perl
12692            ! pod/perlvar.pod
12693 ____________________________________________________________________________
12694 [ 24562] By: rgs                                   on 2005/05/24  12:39:26
12695         Log: ext/B/t/deparse.t was failing with t/TEST but not with t/harness
12696      Branch: perl
12697            ! ext/B/t/deparse.t
12698 ____________________________________________________________________________
12699 [ 24561] By: rgs                                   on 2005/05/24  12:33:01
12700         Log: Subject: [PATCH] embed.fnc cleanup + SvPVX_const usage
12701              From: Andy Lester <andy@petdance.com>
12702              Date: Sat, 21 May 2005 09:06:40 -0500
12703              Message-ID: <20050521140640.GB875@petdance.com>
12704      Branch: perl
12705            ! embed.fnc embed.h global.sym op.c pad.c perlio.c pp_ctl.c
12706            ! pp_hot.c pp_sys.c proto.h regcomp.c sv.c toke.c utf8.c
12707 ____________________________________________________________________________
12708 [ 24560] By: rgs                                   on 2005/05/24  11:22:21
12709         Log: The tokenizer should expect an operator after qw().
12710              This fixes [perl #35885] qw and x operators doesn't mix
12711      Branch: perl
12712            ! t/op/repeat.t toke.c
12713 ____________________________________________________________________________
12714 [ 24559] By: rgs                                   on 2005/05/24  08:45:44
12715         Log: Subject: Re: [perl #35857] [PATCH] B::Deparse doesnt handle warnings register properly.
12716              From: demerphq <demerphq@gmail.com>
12717              Date: Mon, 23 May 2005 11:43:56 +0200
12718              Message-ID: <9b18b31105052302431fb0a3c2@mail.gmail.com>
12719      Branch: perl
12720            ! ext/B/t/deparse.t
12721 ____________________________________________________________________________
12722 [ 24558] By: rgs                                   on 2005/05/24  08:09:10
12723         Log: Make distclean should remove the leftover test files of ExtUtils::ParseXS
12724      Branch: perl
12725            ! Makefile.SH
12726 ____________________________________________________________________________
12727 [ 24557] By: nicholas                              on 2005/05/23  20:26:35
12728         Log: Don't allocate an IV slot where the type doesn't use the IV slot.
12729      Branch: perl
12730            ! av.h hv.h sv.h
12731 ____________________________________________________________________________
12732 [ 24556] By: ams                                   on 2005/05/23  16:58:46
12733         Log: Assorted 2.15 fixes.
12734      Branch: perl
12735            ! ext/Storable/ChangeLog ext/Storable/Storable.xs
12736 ____________________________________________________________________________
12737 [ 24555] By: ams                                   on 2005/05/23  16:34:16
12738         Log: Remove one const to ensure that the universe doesn't tip over.
12739              (At least on AIX.)
12740      Branch: perl
12741            ! ext/Storable/Storable.xs
12742 ____________________________________________________________________________
12743 [ 24554] By: merijn                                on 2005/05/23  15:29:01
12744         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) 
12745              From: Andrew Dougherty <doughera@lafayette.edu>
12746              Date: Mon, 23 May 2005 11:48:08 -0400 (EDT)
12747              Message-ID: <Pine.SOC.4.62.0505231143480.4714@maxwell.phys.lafayette.edu>
12748      Branch: perl
12749            ! ext/SDBM_File/sdbm/sdbm.c
12750 ____________________________________________________________________________
12751 [ 24553] By: ams                                   on 2005/05/23  15:24:05
12752         Log: Subject: [PATCH] universal.c warnings hushed
12753              From: Andy Lester <andy@petdance.com>
12754              Date: Mon, 23 May 2005 10:38:25 -0500
12755              Message-Id: <20050523153825.GA28498@petdance.com>
12756      Branch: perl
12757            ! universal.c
12758 ____________________________________________________________________________
12759 [ 24552] By: rgs                                   on 2005/05/23  14:31:33
12760         Log: Attribute compilation fix for Windows by Andy Lester
12761      Branch: perl
12762            ! perl.h perlio.h
12763 ____________________________________________________________________________
12764 [ 24551] By: gbarr                                 on 2005/05/23  13:49:59
12765         Log: Update to Scalar-List-Utils-1.17
12766      Branch: perl
12767            ! ext/List/Util/Changes ext/List/Util/README
12768            ! ext/List/Util/lib/List/Util.pm
12769            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/lln.t
12770            ! ext/List/Util/t/p_tainted.t ext/List/Util/t/refaddr.t
12771 ____________________________________________________________________________
12772 [ 24550] By: rgs                                   on 2005/05/23  11:38:34
12773         Log: Declaration nit spotted by Jarkko
12774      Branch: perl
12775            ! hv.c
12776 ____________________________________________________________________________
12777 [ 24549] By: nicholas                              on 2005/05/23  11:27:16
12778         Log: PL_regex_padav elements hold either more AVs, or IVs that point to
12779              regexps. Don't attempt to look at the IVX if it's not an IV.
12780      Branch: perl
12781            ! perl.c sv.c
12782 ____________________________________________________________________________
12783 [ 24548] By: nicholas                              on 2005/05/23  10:13:21
12784         Log: Oops. What is looking at an array's SvIVX()?
12785      Branch: perl
12786            ! sv.c
12787 ____________________________________________________________________________
12788 [ 24547] By: nicholas                              on 2005/05/23  09:22:35
12789         Log: We don't need IV and RV arena variables anymore. We don't need to set
12790              SvIVX or SvNVX on hashes.
12791      Branch: perl
12792            ! embedvar.h intrpvar.h perlapi.h sv.c
12793 ____________________________________________________________________________
12794 [ 24546] By: nicholas                              on 2005/05/23  09:09:15
12795         Log: Bytecode mustn't save the NVX for hashes now that the NVX is a union
12796              containing pointers initialised to zero.
12797      Branch: perl
12798            ! ext/B/B/Bytecode.pm
12799 ____________________________________________________________________________
12800 [ 24545] By: steveh                                on 2005/05/23  08:46:37
12801         Log: Fill in HASATTRIBUTE stuff in win32/config_H.* (see change #24508)
12802              
12803              (None are actually defined, but it's nice to have them there anyway)
12804      Branch: perl
12805            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
12806            ! win32/config_H.vc64
12807 ____________________________________________________________________________
12808 [ 24544] By: nicholas                              on 2005/05/23  08:09:58
12809         Log: create an "allocated" structure for PVs, PVAVs and PVHVs
12810      Branch: perl
12811            ! av.h hv.h intrpvar.h sv.c sv.h
12812 ____________________________________________________________________________
12813 [ 24543] By: rgs                                   on 2005/05/23  07:33:52
12814         Log: Fix [perl #35929] : PerlIO::scalar didn't understand $/ = ""
12815              because PerlIOScalar_unread was broken.
12816              Bump version number of PerlIO::scalar to 0.04.
12817      Branch: perl
12818            ! ext/PerlIO/scalar/scalar.pm ext/PerlIO/scalar/scalar.xs
12819            ! ext/PerlIO/t/scalar.t
12820 ____________________________________________________________________________
12821 [ 24542] By: nicholas                              on 2005/05/22  22:03:19
12822         Log: Re-order IVX slot in SV bodies
12823      Branch: perl
12824            ! av.h cv.h hv.h sv.h
12825 ____________________________________________________________________________
12826 [ 24541] By: rgs                                   on 2005/05/22  18:53:12
12827         Log: Subject: Re: [PATCH 5.8.7 RC1] lib/Carp.t todo for VMS
12828              From: Michael G Schwern <schwern@pobox.com>
12829              Date: May 20, 2005 10:09 PM
12830              Message-ID: <20050520200900.GB13473@windhund.schwern.org>
12831      Branch: perl
12832            ! lib/Carp.t
12833 ____________________________________________________________________________
12834 [ 24538] By: nicholas                              on 2005/05/21  22:46:50
12835         Log: Add a union in place of xnv_nv, which allows AVs and HVs to re-use
12836              the memory to store pointers and integers.
12837              (Part 1 - will be reworked to be more efficient when IV or void*
12838              is 64 bit soon)
12839      Branch: perl
12840            ! av.h cv.h dump.c ext/B/B.pm ext/B/B.xs ext/Devel/Peek/t/Peek.t
12841            ! hv.h sv.h
12842 ____________________________________________________________________________
12843 [ 24537] By: ams                                   on 2005/05/21  22:26:34
12844         Log: Subject: [PATCH] ExtUtils::CBuilder Tru64 support
12845              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
12846              Date: Sat, 21 May 2005 23:20:21 +0300
12847              Message-Id: <428F9805.70108@gmail.com>
12848      Branch: perl
12849            + lib/ExtUtils/CBuilder/Platform/dec_osf.pm
12850            ! MANIFEST
12851 ____________________________________________________________________________
12852 [ 24536] By: ams                                   on 2005/05/21  22:17:20
12853         Log: Make the __attribute__ stuff work with Symbian (Jarkko).
12854              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-05/msg00530.html
12855      Branch: perl
12856            ! perl.h
12857 ____________________________________________________________________________
12858 [ 24535] By: davem                                 on 2005/05/21  22:10:19
12859         Log: goto &xsub that croaks corrupts memory
12860              When an XS sub is called, a CxSUB context shouldn't be pushed. Make
12861              goto &xs_sub mimic this behaviour by first popping the old CxSUB
12862      Branch: perl
12863            ! pp_ctl.c t/op/goto_xs.t
12864 ____________________________________________________________________________
12865 [ 24534] By: davem                                 on 2005/05/21  21:38:55
12866         Log: stop goto &foo wasting stack space
12867              it used to push @_ onto the end of the stack; now it pops the stack
12868              back to the old watermark first.
12869      Branch: perl
12870            ! pp_ctl.c
12871 ____________________________________________________________________________
12872 [ 24533] By: davem                                 on 2005/05/21  19:50:50
12873         Log: add access to Perl_croak() via 'mycroak' in XS::APItest
12874      Branch: perl
12875            ! ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
12876            ! ext/XS/APItest/t/exception.t
12877 ____________________________________________________________________________
12878 [ 24532] By: davem                                 on 2005/05/21  19:15:43
12879         Log: disallow eval { goto &foo }
12880              eval 'goto &foo' is already banned, and the try-version usually
12881              coredumps due to the code assuming the CxEVAL is actually a CxSUB.
12882              Anyway exiting an eval but preserving "it's" @_ doesn't make much
12883              sense.
12884      Branch: perl
12885            ! pod/perldiag.pod pp_ctl.c t/op/goto.t
12886 ____________________________________________________________________________
12887 [ 24531] By: nicholas                              on 2005/05/21  18:19:43
12888         Log: Move the xpv_pv/xrv_rv member into the SV head, in a union with
12889              IV and UV. Avoid allocating a body for IVs and RVs.
12890      Branch: perl
12891            ! av.h bytecode.pl cv.h embed.fnc embed.h ext/B/B/C.pm
12892            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
12893            ! ext/ByteLoader/byterun.h hv.c hv.h proto.h sv.c sv.h
12894 ____________________________________________________________________________
12895 [ 24530] By: rgs                                   on 2005/05/21  16:01:42
12896         Log: Really fix change 24527
12897      Branch: perl
12898            ! gv.c
12899 ____________________________________________________________________________
12900 [ 24529] By: nicholas                              on 2005/05/21  15:59:30
12901         Log: Fool. That should be I32 everywhere.
12902      Branch: perl
12903            ! hv.c
12904 ____________________________________________________________________________
12905 [ 24528] By: ams                                   on 2005/05/21  15:35:44
12906         Log: Subject: [PATCH] ctags parms need to know .h is C
12907              From: Andy Lester <andy@petdance.com>
12908              Date: Sat, 21 May 2005 08:58:14 -0500
12909              Message-Id: <20050521135814.GA875@petdance.com>
12910      Branch: perl
12911            ! Makefile.SH
12912 ____________________________________________________________________________
12913 [ 24527] By: rgs                                   on 2005/05/21  14:15:44
12914         Log: Compilation fix
12915      Branch: perl
12916            ! gv.c
12917 ____________________________________________________________________________
12918 [ 24526] By: nicholas                              on 2005/05/21  12:31:52
12919         Log: Move hv_name, hv_eiter and hv_riter into a new aux structure.
12920              Provide (more efficient) _get and _set macros.
12921              Adjust the core to use them.
12922      Branch: perl
12923            ! dump.c embed.fnc ext/Data/Dumper/Dumper.xs
12924            ! ext/Devel/DProf/DProf.xs ext/Opcode/Opcode.xs
12925            ! ext/PerlIO/via/via.xs ext/Storable/Storable.xs
12926            ! ext/threads/shared/shared.xs global.sym gv.c hv.c hv.h mg.c
12927            ! op.c op.h opnames.h perl.c pp.c pp_hot.c pp_sys.c proto.h sv.c
12928            ! toke.c universal.c xsutils.c
12929 ____________________________________________________________________________
12930 [ 24525] By: nicholas                              on 2005/05/21  09:29:18
12931         Log: Move placeholders into a new rhash magic type.
12932      Branch: perl
12933            ! dump.c embed.fnc ext/Storable/Storable.xs global.sym hv.c hv.h
12934            ! perl.h proto.h sv.c
12935 ____________________________________________________________________________
12936 [ 24524] By: rgs                                   on 2005/05/21  09:18:07
12937         Log: Update to MakeMaker 6.30
12938      Branch: perl
12939            ! lib/ExtUtils/Changes lib/ExtUtils/MM_Unix.pm
12940            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/FIRST_MAKEFILE.t
12941            ! lib/ExtUtils/t/PL_FILES.t
12942            ! t/lib/MakeMaker/Test/Setup/PL_FILES.pm
12943 ____________________________________________________________________________
12944 [ 24523] By: ams                                   on 2005/05/21  02:58:49
12945         Log: Subject: [PATCH] SvPVX_const - patch #2
12946              From: Steve Peters <steve@fisharerojo.org>
12947              Date: Fri, 20 May 2005 21:42:10 -0500
12948              Message-Id: <20050521024210.GA29036@mccoy.peters.homeunix.org>
12949      Branch: perl
12950            ! dump.c gv.c op.c pad.c perlio.c perly.c pp.c pp_ctl.c
12951 ____________________________________________________________________________
12952 [ 24522] By: nicholas                              on 2005/05/20  22:53:00
12953         Log: Remove PMROOT and replace it with a small shell script. Er, magic.
12954              (PMROOT being needed to implement bare C<reset> - how often do you
12955              use that?)
12956      Branch: perl
12957            ! bytecode.pl dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Asmdata.pm
12958            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h hv.c hv.h
12959            ! op.c perl.h sv.c
12960 ____________________________________________________________________________
12961 [ 24521] By: nicholas                              on 2005/05/20  22:30:16
12962         Log: Update XS code to declare PERL_UNUSED_DECL conditionally
12963      Branch: perl
12964            ! ext/List/Util/Util.xs ext/POSIX/POSIX.xs
12965            ! ext/Storable/Storable.xs
12966 ____________________________________________________________________________
12967 [ 24520] By: nicholas                              on 2005/05/20  21:50:03
12968         Log: Updaate ppport.h to get a conditional PERL_UNUSED_DECL
12969      Branch: perl
12970            ! ext/Cwd/ppport.h ext/Time/HiRes/ppport.h
12971 ____________________________________________________________________________
12972 [ 24519] By: nicholas                              on 2005/05/20  21:46:26
12973         Log: Need to make PERL_UNUSED_DECL conditional as xlc on AIX doesn't like
12974              it being redefined.
12975      Branch: perl
12976            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/parts/inc/misc
12977 ____________________________________________________________________________
12978 [ 24518] By: nicholas                              on 2005/05/20  21:11:52
12979         Log: Goodbye AvFLAGS
12980      Branch: perl
12981            ! av.c av.h bytecode.pl cop.h dump.c ext/B/B.pm ext/B/B.xs
12982            ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
12983            ! ext/B/B/Debug.pm ext/B/defsubs_h.PL ext/ByteLoader/byterun.c
12984            ! ext/ByteLoader/byterun.h pad.c pp_ctl.c sv.c sv.h
12985 ____________________________________________________________________________
12986 [ 24517] By: rgs                                   on 2005/05/20  17:54:15
12987         Log: Upgrade to Math::BigInt 1.77
12988      Branch: perl
12989            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
12990            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
12991            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigintpm.inc
12992            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/sub_mbi.t
12993 ____________________________________________________________________________
12994 [ 24516] By: nicholas                              on 2005/05/20  16:42:44
12995         Log: Fix a typo
12996      Branch: perl
12997            ! hv.h
12998 ____________________________________________________________________________
12999 [ 24514] By: ams                                   on 2005/05/20  14:42:21
13000         Log: Damnable applypatch nonsense.
13001      Branch: perl
13002            ! ext/Storable/t/sig_die.t
13003 ____________________________________________________________________________
13004 [ 24513] By: rgs                                   on 2005/05/20  14:37:12
13005         Log: Update MANIFEST
13006      Branch: perl
13007            ! MANIFEST
13008 ____________________________________________________________________________
13009 [ 24512] By: ams                                   on 2005/05/20  14:21:21
13010         Log: Previously overlooked $SIG{DIE} patch from Slaven Rezic.
13011              http://groups-beta.google.com/group/perl.perl5.porters/msg/2d10ba2c390ecc41
13012      Branch: perl
13013            + ext/Storable/t/sig_die.t
13014            ! ext/Storable/MANIFEST ext/Storable/Storable.pm
13015 ____________________________________________________________________________
13016 [ 24511] By: rgs                                   on 2005/05/20  13:11:43
13017         Log: Subject: [PATCH] Add a Makefile target for ctags
13018              From: Andy Lester <andy@petdance.com>
13019              Date: Thu, 12 May 2005 11:40:52 -0500
13020              Message-ID: <20050512164052.GA30287@petdance.com>
13021      Branch: perl
13022            ! Makefile.SH
13023 ____________________________________________________________________________
13024 [ 24510] By: rgs                                   on 2005/05/20  10:49:03
13025         Log: Upgrade to MakeMaker 6.29
13026      Branch: perl
13027            + lib/ExtUtils/t/FIRST_MAKEFILE.t
13028            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/MM_Unix.pm
13029            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
13030            ! lib/ExtUtils/t/Installed.t
13031 ____________________________________________________________________________
13032 [ 24509] By: rgs                                   on 2005/05/20  09:26:01
13033         Log: Subject: SvPVX_const() - Patch #1
13034              From: Steve Peters <steve@fisharerojo.org>
13035              Date: Tue, 17 May 2005 18:17:01 -0500
13036              Message-ID: <20050517231701.GA1394@mccoy.peters.homeunix.org>
13037      Branch: perl
13038            ! doio.c toke.c universal.c util.c warnings.h warnings.pl
13039 ____________________________________________________________________________
13040 [ 24508] By: rgs                                   on 2005/05/20  07:53:46
13041         Log: Subject: [PATCH] Attribute configuration
13042              From: Andy Lester <andy@petdance.com>
13043              Date: Thu, 19 May 2005 12:32:56 -0500
13044              Message-ID: <20050519173256.GA29039@petdance.com>
13045      Branch: perl
13046            ! Configure Cross/config.sh-arm-linux NetWare/config.wc
13047            ! Porting/Glossary Porting/config.sh Porting/pumpkin.pod XSUB.h
13048            ! config_h.SH configure.com epoc/config.sh hints/next_3_0.sh
13049            ! hints/vmesa.sh malloc.c mg.c op.c perl.c perl.h perlio.h
13050            ! plan9/config_sh.sample plan9/genconfig.pl scope.c sv.c
13051            ! symbian/config.sh t/op/sprintf.t uconfig.sh vms/genconfig.pl
13052            ! win32/config.bc win32/config.gc win32/config.vc
13053            ! win32/config.vc64 wince/config.ce
13054 ____________________________________________________________________________
13055 [ 24507] By: rgs                                   on 2005/05/20  07:16:59
13056         Log: Gisle noted an unused variable
13057      Branch: perl
13058            ! t/run/exit.t
13059 ____________________________________________________________________________
13060 [ 24506] By: rgs                                   on 2005/05/19  21:07:43
13061         Log: Fix the new exit() tests, by Gisle Aas :
13062              don't let the shell interfere with the process return value
13063      Branch: perl
13064            ! t/run/exit.t
13065 ____________________________________________________________________________
13066 [ 24505] By: ams                                   on 2005/05/19  17:51:48
13067         Log: Subject: [perl #35857] [PATCH] B::Deparse doesnt handle warnings register properly. 
13068              From: yves orton <perlbug-followup@perl.org>
13069              Date: 18 May 2005 08:30:44 -0000
13070              Message-Id: <rt-3.0.11-35857-113142.6.75213005071278@perl.org>
13071      Branch: perl
13072            ! ext/B/B/Deparse.pm
13073 ____________________________________________________________________________
13074 [ 24504] By: nicholas                              on 2005/05/19  09:32:18
13075         Log: tabs, not spaces. Bad editor. No cookie.
13076              Does the MANIFEST file support comments, sufficient to add an editor
13077              block?
13078      Branch: perl
13079            ! MANIFEST
13080 ____________________________________________________________________________
13081 [ 24503] By: rgs                                   on 2005/05/19  06:25:22
13082         Log: Adjust VMS test count
13083      Branch: perl
13084            ! t/run/exit.t
13085 ____________________________________________________________________________
13086 [ 24501] By: rgs                                   on 2005/05/18  16:08:30
13087         Log: Subject: Well defined $? and introduction of ${^CHILD_ERROR_NATIVE} [PATCH]
13088              From: Gisle Aas <gisle@ActiveState.com>
13089              Date: 18 May 2005 08:35:47 -0700
13090              Message-ID: <lr8y2cim24.fsf_-_@caliper.activestate.com>
13091      Branch: perl
13092            ! doio.c embedvar.h gv.c intrpvar.h mg.c perl.c perl.h perlapi.h
13093            ! pod/perlfunc.pod pod/perlport.pod pod/perlvar.pod t/run/exit.t
13094 ____________________________________________________________________________
13095 [ 24500] By: rgs                                   on 2005/05/18  15:26:32
13096         Log: Subject: Re: [PATCH] ExtUtils-{ParseXS,CBuilder} into bleadperl (was: Re: [Module::Build] ANNOUNCE: Module::Build 0.2610 -> CPAN)
13097              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
13098              Date: Wed, 18 May 2005 07:13:40 -0700
13099              Message-ID: <20050518141131.GA2704@efn.org>
13100      Branch: perl
13101            + lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/Base.pm
13102            + lib/ExtUtils/CBuilder/Platform/Unix.pm
13103            + lib/ExtUtils/CBuilder/Platform/VMS.pm
13104            + lib/ExtUtils/CBuilder/Platform/Windows.pm
13105            + lib/ExtUtils/CBuilder/Platform/aix.pm
13106            + lib/ExtUtils/CBuilder/Platform/cygwin.pm
13107            + lib/ExtUtils/CBuilder/Platform/darwin.pm
13108            + lib/ExtUtils/CBuilder/Platform/os2.pm
13109            + lib/ExtUtils/CBuilder/t/01-basic.t
13110            + lib/ExtUtils/CBuilder/t/02-link.t lib/ExtUtils/ParseXS.pm
13111            + lib/ExtUtils/ParseXS/t/XSTest.pm
13112            + lib/ExtUtils/ParseXS/t/XSTest.xs
13113            + lib/ExtUtils/ParseXS/t/basic.t
13114            ! MANIFEST Porting/Maintainers.pl lib/ExtUtils/t/00compile.t
13115            ! lib/ExtUtils/xsubpp
13116 ____________________________________________________________________________
13117 [ 24499] By: rgs                                   on 2005/05/18  12:46:38
13118         Log: Subject: B::Disassembler.pm
13119              From: Nicholas Clark <nick@ccl4.org>
13120              Date: Tue, 17 May 2005 11:28:18 +0100
13121              Message-ID: <20050517102817.GD94420@plum.flirble.org>
13122      Branch: perl
13123            ! ext/B/B/Disassembler.pm
13124 ____________________________________________________________________________
13125 [ 24498] By: davem                                 on 2005/05/18  12:39:22
13126         Log: make t/TEST print summary times consistently to two decimal places
13127      Branch: perl
13128            ! t/TEST
13129 ____________________________________________________________________________
13130 [ 24497] By: nicholas                              on 2005/05/18  12:34:53
13131         Log: Default to allocating the correct size for the array in the HV.
13132              Override this with -DPERL_USE_LARGE_HV_ALLOC
13133      Branch: perl
13134            ! hv.h
13135 ____________________________________________________________________________
13136 [ 24496] By: rgs                                   on 2005/05/18  11:50:47
13137         Log: Subject: [PATCH] Eliminate radically out of date CHANGES from perlport
13138              From: Michael G Schwern <schwern@pobox.com>
13139              Date: Mon, 16 May 2005 15:17:05 -0700
13140              Message-ID: <20050516221705.GA212@windhund.schwern.org>
13141              
13142              Subject: [PATCH] Eliminate function signatures from perlport
13143              From: Michael G Schwern <schwern@pobox.com>
13144              Date: Mon, 16 May 2005 15:24:18 -0700
13145              Message-ID: <20050516222418.GA422@windhund.schwern.org>
13146      Branch: perl
13147            ! pod/perlport.pod
13148 ____________________________________________________________________________
13149 [ 24495] By: merijn                                on 2005/05/17  18:45:56
13150         Log: Subject: [PATCH] more about __attribute__
13151              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
13152              Date: Tue, 17 May 2005 20:36:43 +0300
13153              Message-ID: <428A2BAB.9020306@gmail.com>
13154      Branch: perl
13155            ! perl.h
13156 ____________________________________________________________________________
13157 [ 24493] By: rgs                                   on 2005/05/17  15:55:38
13158         Log: Clarify definition of octal literals
13159              (thanks to Olivier Blin)
13160      Branch: perl
13161            ! pod/perldata.pod
13162 ____________________________________________________________________________
13163 [ 24492] By: rgs                                   on 2005/05/17  15:15:46
13164         Log: Subject: [PATCH] perl 5.9.x (@ 24471): Symbian update
13165              From: <jarkko.hietaniemi@nokia.com>
13166              Date: Mon, 16 May 2005 17:59:35 +0300
13167              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D793@esebe105.NOE.Nokia.com>
13168              
13169              completed by:
13170              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D7A0@esebe105.NOE.Nokia.com>
13171      Branch: perl
13172            ! embed.pl mg.c op.c perl.h proto.h reentr.c reentr.pl scope.c
13173            ! symbian/port.pl universal.c
13174 ____________________________________________________________________________
13175 [ 24491] By: nicholas                              on 2005/05/17  13:27:43
13176         Log: One last 1008 to replace with PERL_ARENA_SIZE
13177      Branch: perl
13178            ! sv.c
13179 ____________________________________________________________________________
13180 [ 24490] By: nicholas                              on 2005/05/16  21:42:05
13181         Log: Upgrade to Encode 2.10
13182      Branch: perl
13183            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
13184            ! ext/Encode/Encode.xs ext/Encode/META.yml
13185            ! ext/Encode/lib/Encode/Alias.pm
13186 ____________________________________________________________________________
13187 [ 24489] By: rgs                                   on 2005/05/16  16:56:43
13188         Log: Subject: [PATCH] consting-eleventy.patch: More consts, plus actual bug fix
13189              From: Andy Lester <andy@petdance.com>
13190              Date: Mon, 16 May 2005 10:13:53 -0500
13191              Message-ID: <20050516151353.GA25387@petdance.com>
13192      Branch: perl
13193            ! XSUB.h av.c dump.c embed.fnc embed.h hv.c malloc.c mg.c
13194            ! numeric.c perl.c perl.h pod/perlapi.pod pp.h pp_ctl.c pp_hot.c
13195            ! proto.h regcomp.c regexec.c scope.c sv.c sv.h
13196            ! t/run/fresh_perl.t toke.c universal.c utf8.c util.c
13197 ____________________________________________________________________________
13198 [ 24482] By: nicholas                              on 2005/05/16  15:11:30
13199         Log: Bump the version number on Win32::Win32
13200      Branch: perl
13201            ! win32/ext/Win32/Win32.pm
13202 ____________________________________________________________________________
13203 [ 24480] By: nicholas                              on 2005/05/16  15:01:48
13204         Log: Assuming that everything with 0x40000000 is SVpad_TYPED is bogus.
13205      Branch: perl
13206            ! sv.c
13207 ____________________________________________________________________________
13208 [ 24476] By: rgs                                   on 2005/05/16  08:58:40
13209         Log: This seems to be the right thing to do to iterate over layers
13210      Branch: perl
13211            ! ext/PerlIO/via/via.xs
13212 ____________________________________________________________________________
13213 [ 24475] By: rgs                                   on 2005/05/16  08:47:28
13214         Log: $! might contain "unknown" if strerror(3) says so
13215      Branch: perl
13216            ! t/op/mkdir.t
13217 ____________________________________________________________________________
13218 [ 24472] By: rgs                                   on 2005/05/16  08:03:15
13219         Log: Upgrade to Time::HiRes 1.68
13220      Branch: perl
13221            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
13222            ! ext/Time/HiRes/HiRes.xs
13223 ____________________________________________________________________________
13224 [ 24471] By: nicholas                              on 2005/05/15  20:46:03
13225         Log: Subject: [PATCH] Minor tweak to via
13226              From: Andy Lester <andy@petdance.com>
13227              Message-ID: <20050513163952.GA20167@petdance.com>
13228              Date: Fri, 13 May 2005 11:39:52 -0500
13229              
13230              from a bug report and patch by Matt Lawrence
13231      Branch: perl
13232            ! ext/PerlIO/via/via.xs
13233 ____________________________________________________________________________
13234 [ 24470] By: nicholas                              on 2005/05/15  11:32:15
13235         Log: Upgrade to CGI.pm 3.10
13236      Branch: perl
13237            + lib/CGI/t/can.t
13238            ! MANIFEST lib/CGI.pm lib/CGI/Changes lib/CGI/t/form.t
13239 ____________________________________________________________________________
13240 [ 24469] By: davem                                 on 2005/05/15  00:09:35
13241         Log: avoid leaked scalar in BEGIN { threads->new(...) }
13242      Branch: perl
13243            ! sv.c
13244 ____________________________________________________________________________
13245 [ 24468] By: davem                                 on 2005/05/14  23:16:50
13246         Log: Fix typo in DDEBUG_LEAKING_SCALARS flags output
13247      Branch: perl
13248            ! perl.c
13249 ____________________________________________________________________________
13250 [ 24467] By: davem                                 on 2005/05/14  15:11:30
13251         Log: initialize the PL_xpvgv_[arena]root vars during clone
13252      Branch: perl
13253            ! sv.c
13254 ____________________________________________________________________________
13255 [ 24465] By: gbarr                                 on 2005/05/13  20:42:53
13256         Log: Update to Scalar-List-Utils-1.15
13257      Branch: perl
13258            + ext/List/Util/t/p_blessed.t ext/List/Util/t/p_first.t
13259            + ext/List/Util/t/p_lln.t ext/List/Util/t/p_max.t
13260            + ext/List/Util/t/p_maxstr.t ext/List/Util/t/p_min.t
13261            + ext/List/Util/t/p_minstr.t ext/List/Util/t/p_openhan.t
13262            + ext/List/Util/t/p_readonly.t ext/List/Util/t/p_reduce.t
13263            + ext/List/Util/t/p_refaddr.t ext/List/Util/t/p_reftype.t
13264            + ext/List/Util/t/p_shuffle.t ext/List/Util/t/p_sum.t
13265            + ext/List/Util/t/p_tainted.t
13266            ! MANIFEST ext/List/Util/Changes ext/List/Util/Util.xs
13267            ! ext/List/Util/lib/List/Util.pm
13268            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/blessed.t
13269            ! ext/List/Util/t/dualvar.t ext/List/Util/t/first.t
13270            ! ext/List/Util/t/isvstring.t ext/List/Util/t/lln.t
13271            ! ext/List/Util/t/max.t ext/List/Util/t/maxstr.t
13272            ! ext/List/Util/t/min.t ext/List/Util/t/minstr.t
13273            ! ext/List/Util/t/openhan.t ext/List/Util/t/proto.t
13274            ! ext/List/Util/t/readonly.t ext/List/Util/t/reduce.t
13275            ! ext/List/Util/t/refaddr.t ext/List/Util/t/reftype.t
13276            ! ext/List/Util/t/shuffle.t ext/List/Util/t/sum.t
13277            ! ext/List/Util/t/tainted.t ext/List/Util/t/weak.t
13278 ____________________________________________________________________________
13279 [ 24461] By: rgs                                   on 2005/05/13  12:52:45
13280         Log: Subject: change to quiet cygwin's perlld
13281              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
13282              Date: Fri, 13 May 2005 06:15:45 -0700
13283              Message-ID: <20050513131545.GB4024@efn.org>
13284      Branch: perl
13285            ! cygwin/perlld.in
13286 ____________________________________________________________________________
13287 [ 24460] By: nicholas                              on 2005/05/13  11:59:26
13288         Log: Reorder the *more* arena allocation functions into a block
13289              As they are now ahead of their corresponding *new* functions, no need
13290              for all the embedding guff.
13291              Remove all the "register" keywords.
13292      Branch: perl
13293            ! embed.fnc embed.h hv.c proto.h sv.c
13294 ____________________________________________________________________________
13295 [ 24459] By: nicholas                              on 2005/05/13  11:09:03
13296         Log: Allocate GV bodies from arenas
13297      Branch: perl
13298            ! embed.fnc embed.h embedvar.h intrpvar.h perlapi.h proto.h sv.c
13299 ____________________________________________________________________________
13300 [ 24455] By: davem                                 on 2005/05/12  19:07:27
13301         Log: make join.t threadsafe!
13302              tests 13 and 14 could output in reverse order. Add a lock to stop
13303              this.
13304      Branch: perl
13305            ! ext/threads/t/join.t
13306 ____________________________________________________________________________
13307 [ 24454] By: steveh                                on 2005/05/12  10:56:20
13308         Log: Remove a couple of unreferenced local variables
13309      Branch: perl
13310            ! win32/ext/Win32/Win32.xs
13311 ____________________________________________________________________________
13312 [ 24453] By: steveh                                on 2005/05/12  10:10:37
13313         Log: Subject: [PATCH] Add Win32::GetFileVersion() function
13314              From: "Jan Dubois" <jand@ActiveState.com>
13315              Date: Wed, 11 May 2005 22:30:37 -0700
13316              Message-Id: <200505120530.j4C5UhpX031152@smtp3.ActiveState.com>
13317      Branch: perl
13318            ! win32/ext/Win32/Win32.pm win32/ext/Win32/Win32.xs
13319 ____________________________________________________________________________
13320 [ 24452] By: rgs                                   on 2005/05/12  09:58:50
13321         Log: Silence DEBUGGING compilation warnings
13322      Branch: perl
13323            ! toke.c
13324 ____________________________________________________________________________
13325 [ 24451] By: rgs                                   on 2005/05/12  09:52:12
13326         Log: SvUPGRADE doesn't return false.
13327      Branch: perl
13328            ! toke.c
13329 ____________________________________________________________________________
13330 [ 24450] By: rgs                                   on 2005/05/12  08:45:40
13331         Log: Rework documentation of split(//,...)
13332      Branch: perl
13333            ! pod/perlfunc.pod
13334 ____________________________________________________________________________
13335 [ 24449] By: ams                                   on 2005/05/11  16:57:27
13336         Log: Subject: [perl #33765] [PATCH] perlop: mention why 'print !!0' doesn't 
13337              From: Steve Peters via RT <perlbug-followup@perl.org>
13338              Date: 11 May 2005 16:58:22 -0000
13339              Message-Id: <rt-3.0.11-33765-112475.14.5633321030279@perl.org>
13340              
13341              Subject: [perl #33766] [PATCH] perldoc -f split lacks basic null example 
13342              From: Steve Peters via RT <perlbug-followup@perl.org>
13343              Date: 11 May 2005 17:13:29 -0000
13344              Message-Id: <rt-3.0.11-33766-112476.1.84217630998887@perl.org>
13345      Branch: perl
13346            ! pod/perlfunc.pod pod/perlsyn.pod
13347 ____________________________________________________________________________
13348 [ 24446] By: merijn                                on 2005/05/11  09:39:06
13349         Log: Subject: Hints changes for OS X 10.4
13350              From: Michael G Schwern <schwern@pobox.com>
13351              Date: Tue, 10 May 2005 18:10:47 -0700
13352              Message-ID: <20050511011047.GA23955@windhund.schwern.org>
13353      Branch: perl
13354            ! hints/darwin.sh
13355 ____________________________________________________________________________
13356 [ 24445] By: rgs                                   on 2005/05/11  07:54:19
13357         Log: Include vim/emacs modelines in generated files to open them
13358              in read-only mode. Make vi modelines compatible with non-vim
13359              vi versions.
13360      Branch: perl
13361            ! av.c bytecode.pl deb.c doio.c doop.c dump.c embed.h embed.pl
13362            ! embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
13363            ! ext/ByteLoader/byterun.h global.sym globals.c gv.c hv.c
13364            ! keywords.h keywords.pl lib/warnings.pm locale.c malloc.c mg.c
13365            ! miniperlmain.c numeric.c op.c opcode.h opcode.pl opnames.h
13366            ! pad.c perl.c perlapi.c perlapi.h perlio.c perly.c pp.c pp.sym
13367            ! pp_ctl.c pp_hot.c pp_pack.c pp_proto.h pp_sort.c pp_sys.c
13368            ! proto.h reentr.c reentr.h reentr.pl regcomp.c regcomp.pl
13369            ! regexec.c regnodes.h run.c scope.c sv.c taint.c toke.c
13370            ! universal.c utf8.c util.c warnings.h warnings.pl xsutils.c
13371 ____________________________________________________________________________
13372 [ 24444] By: rgs                                   on 2005/05/10  20:56:37
13373         Log: Subject: potential [PATCH] Tru64 crank up strictness
13374              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
13375              Date: May 10, 2005 7:44 PM
13376              Message-Id: <4ADE5AAD-27CB-4F9E-BEC7-41DAA7671108@iki.fi>
13377      Branch: perl
13378            ! hints/dec_osf.sh perl.h toke.c x2p/a2py.c
13379 ____________________________________________________________________________
13380 [ 24443] By: rgs                                   on 2005/05/10  20:27:16
13381         Log: "make regen" should run reentr.pl
13382      Branch: perl
13383            ! regen.pl
13384 ____________________________________________________________________________
13385 [ 24442] By: rgs                                   on 2005/05/10  20:08:27
13386         Log: Regenerate reentr.[ch]
13387      Branch: perl
13388            ! reentr.c reentr.h
13389 ____________________________________________________________________________
13390 [ 24441] By: ams                                   on 2005/05/10  17:23:26
13391         Log: Subject: Re: [PATCH] reentr.h changes so threaded Perl's compile on OpenBSD 3.7
13392              From: Steve Peters <steve@fisharerojo.org>
13393              Date: Tue, 10 May 2005 12:44:13 -0500
13394              Message-Id: <20050510174413.GA19686@mccoy.peters.homeunix.org>
13395      Branch: perl
13396            + README.openbsd
13397            ! MANIFEST reentr.pl
13398 ____________________________________________________________________________
13399 [ 24440] By: rgs                                   on 2005/05/10  16:51:02
13400         Log: Add editor boilerplates to all C files
13401              (except the generated ones)
13402      Branch: perl
13403            ! av.c deb.c doio.c doop.c dump.c globals.c gv.c hv.c locale.c
13404            ! malloc.c mg.c miniperlmain.c numeric.c op.c pad.c perl.c
13405            ! perlio.c perly.c pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sort.c
13406            ! pp_sys.c regcomp.c regexec.c run.c scope.c sv.c taint.c toke.c
13407            ! universal.c utf8.c util.c xsutils.c
13408 ____________________________________________________________________________
13409 [ 24439] By: nicholas                              on 2005/05/10  15:38:07
13410         Log: s/sv_setpv(sv,"")/sv_setpvn(sv,"",0)/
13411              plus a couple of 1 byte sv_setpv()s too.
13412      Branch: perl
13413            ! doio.c dump.c ext/B/B.xs ext/Storable/Storable.xs mg.c op.c
13414            ! perl.c pp_ctl.c pp_hot.c pp_sys.c toke.c
13415 ____________________________________________________________________________
13416 [ 24438] By: nicholas                              on 2005/05/10  14:47:58
13417         Log: As we have the length of the string easily to hand, no reason not to
13418              use it.
13419      Branch: perl
13420            ! op.c
13421 ____________________________________________________________________________
13422 [ 24437] By: ams                                   on 2005/05/10  14:41:08
13423         Log: Subject: [PATCH] perlop.pod nit
13424              From: Steve Peters <steve@fisharerojo.org>
13425              Date: Tue, 10 May 2005 09:41:01 -0500
13426              Message-Id: <20050510144101.GA21362@mccoy.peters.homeunix.org>
13427      Branch: perl
13428            ! pod/perlop.pod
13429 ____________________________________________________________________________
13430 [ 24436] By: nicholas                              on 2005/05/10  11:03:49
13431         Log: Experiment with using the ptr_table code to hold the seen hash
13432      Branch: perl
13433            ! ext/Storable/Storable.xs
13434 ____________________________________________________________________________
13435 [ 24435] By: nicholas                              on 2005/05/10  09:17:32
13436         Log: Simplify the debug and assert logic.
13437      Branch: perl
13438            ! ext/Storable/Storable.xs
13439 ____________________________________________________________________________
13440 [ 24434] By: nicholas                              on 2005/05/10  09:03:11
13441         Log: Change 24165 missed one s/class/classname/ in the debugging code.
13442      Branch: perl
13443            ! ext/Storable/Storable.xs
13444 ____________________________________________________________________________
13445 [ 24433] By: ams                                   on 2005/05/10  03:16:23
13446         Log: Subject: [PATCH] reentr.h changes so threaded Perl's compile on OpenBSD 3.7
13447              From: Steve Peters <steve@fisharerojo.org>
13448              Date: Mon, 9 May 2005 21:10:49 -0500
13449              Message-Id: <20050510021049.GA20147@mccoy.peters.homeunix.org>
13450      Branch: perl
13451            ! reentr.h
13452 ____________________________________________________________________________
13453 [ 24432] By: ams                                   on 2005/05/10  03:15:34
13454         Log: Subject: [PATCH] Avoid USE_SITECUSTOMIZE redefined warnings
13455              From: Jan Dubois <jand@ActiveState.com>
13456              Date: Mon, 9 May 2005 19:29:06 -0700
13457              Message-Id: <200505100229.j4A2TGm1019135@smtp3.ActiveState.com>
13458      Branch: perl
13459            ! config_h.SH
13460 ____________________________________________________________________________
13461 [ 24431] By: rgs                                   on 2005/05/09  20:07:14
13462         Log: Subject: [PATCH] attributes-two.patch, the next batch
13463              From: Andy Lester <andy@petdance.com>
13464              Date: May 9, 2005 5:45 PM
13465              Message-ID: <20050509154518.GA18273@petdance.com>
13466      Branch: perl
13467            ! doop.c embed.fnc embed.pl gv.c handy.h op.c perl.c
13468            ! pod/perlapi.pod pp.c pp_ctl.c pp_sys.c proto.h sv.c toke.c
13469            ! utf8.c
13470 ____________________________________________________________________________
13471 [ 24430] By: rgs                                   on 2005/05/09  19:19:20
13472         Log: Fix typo (bug #35368)
13473      Branch: perl
13474            ! pod/perlreftut.pod
13475 ____________________________________________________________________________
13476 [ 24429] By: nicholas                              on 2005/05/09  16:33:57
13477         Log: Update the comment describing arenas.
13478      Branch: perl
13479            ! sv.c
13480 ____________________________________________________________________________
13481 [ 24427] By: nicholas                              on 2005/05/09  11:22:19
13482         Log: Hoist the static "AUTOLOAD" into a static const variable. Makes the
13483              object file slightly smaller, and also increases the proportion of
13484              read only data section.
13485      Branch: perl
13486            ! gv.c
13487 ____________________________________________________________________________
13488 [ 24426] By: rgs                                   on 2005/05/09  11:11:35
13489         Log: Upgrade to Unicode::Collate 0.50
13490      Branch: perl
13491            + lib/Unicode/Collate/t/cjkrange.t lib/Unicode/Collate/t/ignor.t
13492            + lib/Unicode/Collate/t/override.t
13493            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
13494            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/altern.t
13495            ! lib/Unicode/Collate/t/contract.t
13496            ! lib/Unicode/Collate/t/hangtype.t
13497            ! lib/Unicode/Collate/t/hangul.t lib/Unicode/Collate/t/illegal.t
13498            ! lib/Unicode/Collate/t/illegalp.t lib/Unicode/Collate/t/index.t
13499            ! lib/Unicode/Collate/t/normal.t
13500            ! lib/Unicode/Collate/t/rearrang.t lib/Unicode/Collate/t/test.t
13501            ! lib/Unicode/Collate/t/trailwt.t
13502            ! lib/Unicode/Collate/t/variable.t
13503            ! lib/Unicode/Collate/t/version.t lib/Unicode/Collate/t/view.t
13504 ____________________________________________________________________________
13505 [ 24425] By: nicholas                              on 2005/05/09  10:10:42
13506         Log: Change 24413 should have updated makedef.pl with the knowledge that 2
13507              symbols are ithreads only.
13508      Branch: perl
13509            ! makedef.pl
13510 ____________________________________________________________________________
13511 [ 24424] By: nicholas                              on 2005/05/09  10:00:37
13512         Log: Change 24420 should have hand updated globvar.sym to reflect the
13513              renaming of the global variable.
13514      Branch: perl
13515            ! globvar.sym
13516 ____________________________________________________________________________
13517 [ 24423] By: nicholas                              on 2005/05/09  08:48:46
13518         Log: Simplify S_hv_notallowed slightly by passing a prebuilt message
13519              template. (Also slightly smaller object code)
13520      Branch: perl
13521            ! hv.c
13522 ____________________________________________________________________________
13523 [ 24422] By: rgs                                   on 2005/05/09  07:37:58
13524         Log: Subject: [PATCH] Sv_*set() doc's and extra const's for the SvPVX_const() tasks
13525              From: Steve Peters <steve@fisharerojo.org>
13526              Date: Sun, 8 May 2005 20:49:17 -0500
13527              Message-ID: <20050509014917.GA24132@mccoy.peters.homeunix.org>
13528      Branch: perl
13529            ! embed.fnc perl_keyword.pl pod/perlapi.pod proto.h sv.h toke.c
13530 ____________________________________________________________________________
13531 [ 24421] By: rgs                                   on 2005/05/09  07:29:33
13532         Log: Revert to Andy's first solution for nonnull attributes;
13533              add the missing defines for non-threaded perls in perl.h
13534      Branch: perl
13535            ! embed.h embed.pl global.sym perl.h proto.h
13536 ____________________________________________________________________________
13537 [ 24420] By: nicholas                              on 2005/05/08  22:09:18
13538         Log: Perl_croak uses perl's printf, so can pass in SVs direct - no need for
13539              SvPV and a %s format.
13540      Branch: perl
13541            ! mg.c perl.h pp.c pp_hot.c
13542 ____________________________________________________________________________
13543 [ 24419] By: nicholas                              on 2005/05/08  21:40:29
13544         Log: There's no need to set a reference count for the new SV heads, as it's
13545              always set to 1 at uprooting time.
13546              But set it to zero when DEBUGGING to make things clearer. Plus fix a
13547              bug introduced by change 22945, where the last SV head had an
13548              uninitialised reference count.
13549      Branch: perl
13550            ! sv.c
13551 ____________________________________________________________________________
13552 [ 24418] By: nicholas                              on 2005/05/08  19:45:30
13553         Log: The idea is that when you find something, you stop looking.
13554              ( http://use.perl.org/comments.pl?sid=26369&cid=40183 )
13555      Branch: perl
13556            ! sv.c
13557 ____________________________________________________________________________
13558 [ 24417] By: davem                                 on 2005/05/08  14:39:19
13559         Log: t/TEST's new error messages now include the prefix 'FAILURE--'
13560      Branch: perl
13561            ! t/TEST
13562 ____________________________________________________________________________
13563 [ 24416] By: rgs                                   on 2005/05/08  12:19:51
13564         Log: Tweak the insertion of __attribute__((nonnull())) declarations
13565              in proto.h so it compiles with and without threads with gcc 3.4
13566      Branch: perl
13567            ! embed.pl proto.h
13568 ____________________________________________________________________________
13569 [ 24414] By: rgs                                   on 2005/05/07  17:15:45
13570         Log: Subject: [PATCH] GCC attributes!
13571              From: Andy Lester <andy@petdance.com>
13572              Date: May 4, 2005 11:55 PM
13573              Message-ID: <20050504215540.GA20413@petdance.com>
13574      Branch: perl
13575            ! autodoc.pl av.c doio.c doop.c embed.fnc embed.pl op.c perl.h
13576            ! pod/perlapi.pod proto.h regcomp.c sv.c utf8.c util.c xsutils.c
13577 ____________________________________________________________________________
13578 [ 24413] By: nicholas                              on 2005/05/07  16:08:16
13579         Log: The ptr_table arena variables and code is only needed for ithreads.
13580      Branch: perl
13581            ! intrpvar.h sv.c
13582 ____________________________________________________________________________
13583 [ 24412] By: davem                                 on 2005/05/07  12:57:06
13584         Log: while (my $x ...) { ...; redo } shouldn't undef $x.
13585              In the presence of 'my' in the conditional of a while(), until(),
13586              or for(;;) loop, add an extra scope to the body so that redo
13587              doesn't undef the lexical
13588      Branch: perl
13589            ! embed.fnc embed.h op.c perly.act perly.h perly.tab perly.y
13590            ! pp_ctl.c proto.h t/op/loopctl.t
13591 ____________________________________________________________________________
13592 [ 24411] By: davem                                 on 2005/05/07  11:06:16
13593         Log: add 1.875c to the list of supported bisons
13594      Branch: perl
13595            ! regen_perly.pl
13596 ____________________________________________________________________________
13597 [ 24410] By: nicholas                              on 2005/05/06  22:17:04
13598         Log: Get the correct refcount on the temporary assignment to PL_sigwarn so
13599              that other code assigning to $SIG{__WARN__} doesn't cause a premature
13600              free.
13601      Branch: perl
13602            ! perlio.c t/io/layers.t
13603 ____________________________________________________________________________
13604 [ 24409] By: nicholas                              on 2005/05/06  19:08:35
13605         Log: Ooops. Wise man tests with ithreads before commiting. D'oh!
13606      Branch: perl
13607            ! sv.c
13608 ____________________________________________________________________________
13609 [ 24408] By: nicholas                              on 2005/05/06  18:38:45
13610         Log: Change types of PL_he_arenaroot and PL_pte_arenaroot to avoid casting.
13611      Branch: perl
13612            ! hv.c intrpvar.h sv.c
13613 ____________________________________________________________________________
13614 [ 24407] By: rgs                                   on 2005/05/06  15:37:30
13615         Log: Upgrade to PathTools 3.07
13616      Branch: perl
13617            ! ext/Cwd/Changes ext/Cwd/t/taint.t lib/Cwd.pm lib/File/Spec.pm
13618            ! lib/File/Spec/Cygwin.pm lib/File/Spec/Mac.pm
13619            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
13620            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
13621            ! lib/File/Spec/t/Spec.t
13622 ____________________________________________________________________________
13623 [ 24406] By: ams                                   on 2005/05/06  15:17:26
13624         Log: Don't pretend SIGZERO exists [#35291].
13625      Branch: perl
13626            ! mg.c
13627 ____________________________________________________________________________
13628 [ 24405] By: nicholas                              on 2005/05/06  13:11:54
13629         Log: Make the arena size changeable at compile time, and up the default by
13630              a factor of 4.
13631      Branch: perl
13632            ! hv.c perl.h sv.c
13633 ____________________________________________________________________________
13634 [ 24404] By: nicholas                              on 2005/05/06  12:34:36
13635         Log: Allocate pointer table entries (for ithread cloning) from an arena
13636      Branch: perl
13637            ! embedvar.h intrpvar.h perlapi.h sv.c
13638 ____________________________________________________________________________
13639 [ 24402] By: davem                                 on 2005/05/05  20:52:11
13640         Log: avoid accessing a just-freed SV (keep ponie happy)
13641      Branch: perl
13642            ! pad.c
13643 ____________________________________________________________________________
13644 [ 24401] By: rgs                                   on 2005/05/05  17:12:38
13645         Log: Missing files in Test::Simple
13646      Branch: perl
13647            + lib/Test/Simple/t/create.t lib/Test/Simple/t/is_deeply_fail.t
13648            + t/lib/Test/Simple/sample_tests/exit.plx
13649 ____________________________________________________________________________
13650 [ 24399] By: nicholas                              on 2005/05/05  15:17:23
13651         Log: Bump versions of non dual-life modules
13652      Branch: perl
13653            ! lib/File/Path.pm lib/FileCache.pm lib/Pod/Html.pm
13654            ! lib/Symbol.pm lib/utf8.pm win32/FindExt.pm
13655 ____________________________________________________________________________
13656 [ 24398] By: nicholas                              on 2005/05/05  14:54:20
13657         Log: Bump version numbers
13658      Branch: perl
13659            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/File.pm
13660            ! ext/IO/lib/IO/Socket/INET.pm ext/XS/APItest/APItest.pm
13661 ____________________________________________________________________________
13662 [ 24397] By: rgs                                   on 2005/05/05  14:41:55
13663         Log: Upgrade to Test::Simple 0.60
13664      Branch: perl
13665            - lib/Test/Simple/t/is_deeply.t
13666            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
13667            ! lib/Test/Simple.pm lib/Test/Simple/Changes
13668            ! lib/Test/Simple/t/00signature.t
13669            ! lib/Test/Simple/t/circular_data.t lib/Test/Simple/t/exit.t
13670            ! lib/Test/Simple/t/fork.t lib/Test/Simple/t/has_plan.t
13671            ! lib/Test/Simple/t/has_plan2.t lib/Test/Simple/t/is_fh.t
13672            ! lib/Test/Simple/t/require_ok.t
13673 ____________________________________________________________________________
13674 [ 24396] By: nicholas                              on 2005/05/05  14:28:42
13675         Log: Bump B version numbers
13676      Branch: perl
13677            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm
13678            ! ext/B/B/Disassembler.pm ext/B/B/Terse.pm
13679            ! ext/B/t/OptreeCheck.pm
13680 ____________________________________________________________________________
13681 [ 24393] By: davem                                 on 2005/05/05  12:06:32
13682         Log: stop Math/BigInt/t/bare_mbf.t producing spurious test output
13683      Branch: perl
13684            ! lib/Math/BigInt/t/bare_mbf.t
13685 ____________________________________________________________________________
13686 [ 24392] By: davem                                 on 2005/05/05  12:01:51
13687         Log: strictifying t/TEST stopped it handling '1..n todo' correctly
13688              (made scope of %toto too narrow)
13689      Branch: perl
13690            ! t/TEST
13691 ____________________________________________________________________________
13692 [ 24390] By: davem                                 on 2005/05/05  00:34:50
13693         Log: make t/TEST detect various failure modes in testfile outputs
13694              in particular:
13695              multiple leader lines
13696              leader line not first or last line of file
13697              unrecognised lines
13698              out-of-sequence test numbers
13699      Branch: perl
13700            ! t/TEST
13701 ____________________________________________________________________________
13702 [ 24389] By: davem                                 on 2005/05/04  22:14:54
13703         Log: strictify t/TEST
13704              make most variables lexical, narrow their scope, and give some of
13705              them more meaningful names. Also fix a harmless bug where the wrong
13706              filehandles are closed (A+B rather than U+A)
13707      Branch: perl
13708            ! t/TEST
13709 ____________________________________________________________________________
13710 [ 24388] By: rgs                                   on 2005/05/04  20:50:59
13711         Log: Document the unportability of atan2() edge cases
13712              and remove unportable tests (by Steve Peters)
13713      Branch: perl
13714            ! pod/perlport.pod t/op/exp.t
13715 ____________________________________________________________________________
13716 [ 24387] By: davem                                 on 2005/05/04  20:30:00
13717         Log: add test for [perl #34682] leaving eval via last in inner runops
13718      Branch: perl
13719            ! t/op/eval.t
13720 ____________________________________________________________________________
13721 [ 24386] By: rgs                                   on 2005/05/04  18:31:19
13722         Log: Fix test numerotation
13723      Branch: perl
13724            ! t/op/goto.t
13725 ____________________________________________________________________________
13726 [ 24385] By: davem                                 on 2005/05/04  15:52:11
13727         Log: make goto.t use test.pl, strict and warnings
13728      Branch: perl
13729            ! t/op/goto.t
13730 ____________________________________________________________________________
13731 [ 24384] By: davem                                 on 2005/05/04  14:01:40
13732         Log: SEGV when next is followed by a goto
13733              
13734              next and redo didn't restore PL_curcop
13735      Branch: perl
13736            ! pp_ctl.c t/op/goto.t
13737 ____________________________________________________________________________
13738 [ 24383] By: ams                                   on 2005/05/04  12:12:30
13739         Log: Subject: [PATCH] perlvar.pod verbatim paragraph first line does not start with a space
13740              From: Offer Kaye <offer.kaye@gmail.com>
13741              Date: Wed, 4 May 2005 15:10:37 +0300
13742              Message-Id: <56942505050405101bfe678d@mail.gmail.com>
13743      Branch: perl
13744            ! pod/perlvar.pod
13745 ____________________________________________________________________________
13746 [ 24382] By: rgs                                   on 2005/05/04  11:21:54
13747         Log: Sync synopses
13748      Branch: perl
13749            ! pod/perl.pod pod/perlrun.pod
13750 ____________________________________________________________________________
13751 [ 24381] By: davem                                 on 2005/05/03  22:10:45
13752         Log: document the internals of exception handling
13753      Branch: perl
13754            ! pod/perlhack.pod
13755 ____________________________________________________________________________
13756 [ 24380] By: rgs                                   on 2005/05/03  15:43:34
13757         Log: Fix getting prototype of builtins mkdir and setpgrp.
13758              Hardcode special exceptions for exec and system, instead
13759              of trying to be clever and failing.
13760      Branch: perl
13761            ! opcode.h opcode.pl pp.c t/op/cproto.t
13762 ____________________________________________________________________________
13763 [ 24379] By: rgs                                   on 2005/05/03  12:18:50
13764         Log: Error in the latest FindBin patch, noticed by Nicholas
13765      Branch: perl
13766            ! lib/FindBin.pm
13767 ____________________________________________________________________________
13768 [ 24378] By: rgs                                   on 2005/05/03  12:15:45
13769         Log: mkdir without arguments now defaults to $_
13770      Branch: perl
13771            ! opcode.h opcode.pl pod/perlfunc.pod t/op/cproto.t t/op/mkdir.t
13772 ____________________________________________________________________________
13773 [ 24377] By: nicholas                              on 2005/05/03  12:00:25
13774         Log: ok($a == $b) better written as cmp_ok($a, '==', $b)
13775              (The latter gives more diagnostics in the case of failure)
13776      Branch: perl
13777            ! t/op/exp.t
13778 ____________________________________________________________________________
13779 [ 24376] By: rgs                                   on 2005/05/03  09:45:24
13780         Log: Convert to test.pl
13781      Branch: perl
13782            ! t/op/mkdir.t
13783 ____________________________________________________________________________
13784 [ 24375] By: rgs                                   on 2005/05/03  08:53:25
13785         Log: Fix for [perl #34252] Access rights in FindBin::Bin
13786              At least on my platform, Cwd::getcwd doesn't find the current
13787              directory if it has no access to it. Try harder with Cwd::cwd.
13788      Branch: perl
13789            ! lib/FindBin.pm
13790 ____________________________________________________________________________
13791 [ 24374] By: steveh                                on 2005/05/03  08:51:24
13792         Log: Fix croak() and confess() so that they don't clobber $!
13793              (plus tests to check this)
13794      Branch: perl
13795            ! lib/Carp.pm lib/Carp.t
13796 ____________________________________________________________________________
13797 [ 24373] By: nicholas                              on 2005/05/03  08:45:28
13798         Log: PL_mess_sv is always >= SVt_PVMG, so no need for an if() test
13799      Branch: perl
13800            ! perl.c
13801 ____________________________________________________________________________
13802 [ 24372] By: rgs                                   on 2005/05/03  07:36:17
13803         Log: Subject: [perl #33809] optimize macro dXSARGS 
13804              From: Sergey Skvortsov (via RT) <perlbug-followup@perl.org>
13805              Date: 17 Jan 2005 09:02:33 -0000
13806              Message-ID: <rt-3.0.11-33809-105714.16.4209917806492@perl.org>
13807      Branch: perl
13808            ! XSUB.h pod/perlapi.pod universal.c
13809 ____________________________________________________________________________
13810 [ 24371] By: rgs                                   on 2005/05/03  06:56:03
13811         Log: Subject: [PATCH] IEEE math for the masses
13812              From: Steve Peters <steve@fisharerojo.org>
13813              Date: Fri, 15 Apr 2005 09:10:54 -0500
13814              Message-ID: <20050415141054.GA12749@mccoy.peters.homeunix.org>
13815              
13816              (tests added to t/op/exp.t)
13817      Branch: perl
13818            ! pp.c t/op/exp.t
13819 ____________________________________________________________________________
13820 [ 24370] By: rgs                                   on 2005/05/03  06:30:47
13821         Log: Convert to test.pl
13822      Branch: perl
13823            ! t/op/exp.t
13824 ____________________________________________________________________________
13825 [ 24369] By: nicholas                              on 2005/05/02  20:45:00
13826         Log: A slightly better layout for the diagram.
13827      Branch: perl
13828            ! ext/B/B.pm
13829 ____________________________________________________________________________
13830 [ 24368] By: rgs                                   on 2005/05/02  20:10:34
13831         Log: Clarify the definition of the 'w' pack format, as suggested by
13832              Alexey Toptygin.
13833      Branch: perl
13834            ! pod/perlfunc.pod
13835 ____________________________________________________________________________
13836 [ 24367] By: rgs                                   on 2005/05/02  17:10:19
13837         Log: For perls where pids and ppids are cached, when the ppid of
13838              the perl process becomes 1, refresh the ppid cache (this may
13839              indicate that the parent process has died.)
13840      Branch: perl
13841            ! pp_sys.c
13842 ____________________________________________________________________________
13843 [ 24366] By: rgs                                   on 2005/05/02  16:16:35
13844         Log: Change inheritance hierarchy of B subclassses :
13845              
13846              Subject: @B::NV::ISA = 'B::IV';
13847              From: Nicholas Clark <nick@ccl4.org>
13848              Date: Wed, 27 Apr 2005 14:57:51 +0100
13849              Message-ID: <20050427135750.GD94420@plum.flirble.org>
13850      Branch: perl
13851            ! ext/B/B.pm
13852 ____________________________________________________________________________
13853 [ 24365] By: rgs                                   on 2005/05/02  15:46:51
13854         Log: Subject: [PATCH] printf.patch: Adding printf checking for gcc
13855              From: Andy Lester <andy@petdance.com>
13856              Date: Sun, 1 May 2005 15:07:55 -0500
13857              Message-ID: <20050501200755.GA30259@petdance.com>
13858      Branch: perl
13859            ! gv.c lib/ExtUtils/t/Embed.t pad.c perl.c perl.h perlio.c
13860            ! perlio.h perliol.h pp_pack.c pp_sort.c x2p/util.c x2p/util.h
13861 ____________________________________________________________________________
13862 [ 24364] By: rgs                                   on 2005/05/02  14:48:04
13863         Log: Subject: Re: [perl #31793] Data::Dumper: Useqq interacts badly with overloading
13864              From: Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
13865              Date: Wed, 3 Nov 2004 16:38:01 +0100
13866              Message-ID: <20041103163801.6839be30@valis.local>
13867      Branch: perl
13868            ! ext/Data/Dumper/Dumper.pm
13869 ____________________________________________________________________________
13870 [ 24363] By: davem                                 on 2005/05/02  14:27:20
13871         Log: Better fix for #8738  (Core dump in 'leavetry')
13872              When in an inner runops loop (eg via a tie or sort), an eval
13873              needs a new JMPENV pushing by S_docatch. If an exception is raised,
13874              control is returned to S_docatch, and it must determine whether
13875              the eval that trapped the exception is an inner eval or an outer
13876              one. In the former case, restart the loop, in the latter case,
13877              rethrow the exception. This is determined by whether we are still
13878              at the same PL_curstackinfo level. This fails in the case of
13879              SPLICE(), which pushes a new SETJMP and runops level, but not a
13880              new stackinfo level. There may be other code which does similar.
13881              The solution is to store the current calue of PL_top_env in each
13882              pushed CxEVAL, and see if it's still the same as PL_top_env when
13883              the exception is handled.
13884      Branch: perl
13885            ! cop.h pp_ctl.c
13886 ____________________________________________________________________________
13887 [ 24362] By: davem                                 on 2005/05/02  13:51:42
13888         Log: Revert change #15705 (Core dump in 'leavetry')
13889              This fixes bug #34682, reintroduces bug #8738 (ID 20020301.011),
13890              and reintroduces an eval optimisation for innter runops levels
13891      Branch: perl
13892            ! pp_ctl.c
13893 ____________________________________________________________________________
13894 [ 24361] By: davem                                 on 2005/05/02  13:29:17
13895         Log: move the SETJMP exception-handing definitions from scope.h to cop.h
13896              so that a JMPENV* entry can be added to struct block_eval
13897      Branch: perl
13898            ! cop.h scope.h
13899 ____________________________________________________________________________
13900 [ 24360] By: rgs                                   on 2005/05/02  09:37:04
13901         Log: Fix [perl #35162] $SIG{__DIE__} = 'IGNORE' is base.pm is illegal
13902      Branch: perl
13903            ! lib/base.pm
13904 ____________________________________________________________________________
13905 [ 24359] By: rgs                                   on 2005/05/02  08:09:38
13906         Log: Subject: [PATCH] undo pod utilities regression in 24034
13907              From: "Craig A. Berry" <craigberry@mac.com>
13908              Date: Fri, 29 Apr 2005 17:22:48 -0500
13909              Message-ID: <4272B3B8.6030603@mac.com>
13910      Branch: perl
13911            ! pod/pod2usage.PL pod/podselect.PL
13912 ____________________________________________________________________________
13913 [ 24358] By: rgs                                   on 2005/05/02  07:15:37
13914         Log: Subject: [PATCH] uninitialized warnings in regcomp
13915              From: Steven Philip Schubiger <steven@accognoscere.org>
13916              Date: Mon, 2 May 2005 01:14:29 +0200 (CEST)
13917              Message-Id: <200505012314.j41NETLk018737@accognoscere.homeunix.org>
13918      Branch: perl
13919            ! regcomp.c
13920 ____________________________________________________________________________
13921 [ 24357] By: nicholas                              on 2005/05/01  22:16:16
13922         Log: Explode if anyone attempts to sv_upgrade PL_mess_sv.
13923              Should this be a panic: ?
13924      Branch: perl
13925            ! sv.c
13926 ____________________________________________________________________________
13927 [ 24355] By: merijn                                on 2005/04/29  15:32:17
13928         Log: Put back INSTALL_PREFIX and INSTALL_PREFIX_EXP as they were
13929              unintendedly removed by patch #23435
13930      Branch: perl
13931            ! config_h.SH
13932 ____________________________________________________________________________
13933 [ 24354] By: merijn                                on 2005/04/29  13:59:36
13934         Log: Subject: [PATCH] Small patch to perlport.pod
13935              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
13936              Date: Thu, 28 Apr 2005 02:24:04 +0200
13937              Message-Id: <D38E89F3-B77B-11D9-B91D-000502F3279F@free.fr>
13938      Branch: perl
13939            ! pod/perlport.pod
13940 ____________________________________________________________________________
13941 [ 24353] By: steveh                                on 2005/04/29  09:07:19
13942         Log: Subject: [PATCH] one cannot "static" exported functions
13943              From: <jarkko.hietaniemi@nokia.com>
13944              Date: Fri, 29 Apr 2005 11:02:01 +0300
13945              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D705@esebe105.NOE.Nokia.com>
13946      Branch: perl
13947            ! perlio.c
13948 ____________________________________________________________________________
13949 [ 24352] By: steveh                                on 2005/04/29  08:24:50
13950         Log: Skip PL_sig_sv when PERL_IMPLICIT_CONTEXT is defined
13951              (rather than when PERL_IMPLICIT_SYS is defined)
13952      Branch: perl
13953            ! makedef.pl
13954 ____________________________________________________________________________
13955 [ 24351] By: nicholas                              on 2005/04/28  22:28:53
13956         Log: Refactor Perl_sv_utf8_upgrade_flags to use SvPV_free
13957      Branch: perl
13958            ! sv.c
13959 ____________________________________________________________________________
13960 [ 24350] By: steveh                                on 2005/04/28  16:42:13
13961         Log: Subject: (in blead) a missing const in a prototype
13962              From: <jarkko.hietaniemi@nokia.com>
13963              Date: Wed, 27 Apr 2005 17:35:27 +0300
13964              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D6ED@esebe105.NOE.Nokia.com>
13965      Branch: perl
13966            ! embed.fnc proto.h
13967 ____________________________________________________________________________
13968 [ 24349] By: steveh                                on 2005/04/28  16:38:51
13969         Log: Silence a compilation warning on Win32
13970      Branch: perl
13971            ! pp.c
13972 ____________________________________________________________________________
13973 [ 24348] By: nicholas                              on 2005/04/28  11:22:15
13974         Log: Add a new macro SvPV_free() which undoes OOK and free()s the PVX(),
13975              becase there's a lot of code around that calls SvOOK_off(), memmov()s
13976              the buffer, then promptly free()s it. So avoid the needless memmov().
13977      Branch: perl
13978            ! perl.c pp.c pp_ctl.c pp_hot.c sv.c sv.h
13979 ____________________________________________________________________________
13980 [ 24347] By: steveh                                on 2005/04/28  11:13:55
13981         Log: Remove temporary clean-up from Win32 makefiles
13982              
13983              Change 22501 temporarily added some clean-up to the Win32 makefiles
13984              which was only meant to stay until cpan rt #5616 was fixed.  It is
13985              now fixed (in EU-MM 6.22, which in turn has been in blead for a
13986              while now), so these hacks are no longer required.
13987              
13988              This change is also good for maint, which currently contains EU-MM
13989              6.17, which didn't create the blibdirs.exists files in question
13990              anyway.
13991      Branch: perl
13992            ! win32/Makefile win32/makefile.mk
13993 ____________________________________________________________________________
13994 [ 24345] By: rgs                                   on 2005/04/28  09:29:07
13995         Log: Remove confusing punctuation
13996              (spotted by David Rigaudiere)
13997      Branch: perl
13998            ! pod/perlvar.pod
13999 ____________________________________________________________________________
14000 [ 24344] By: nicholas                              on 2005/04/28  09:29:06
14001         Log: Calling sv_backoff() on something that's about to be free()d will
14002              memmov() memory that's about to be freed. Seems wasteful.
14003      Branch: perl
14004            ! sv.c
14005 ____________________________________________________________________________
14006 [ 24341] By: steveh                                on 2005/04/28  08:44:28
14007         Log: Fix perlsio_binmode() export breakage caused by change #24338
14008              
14009              Define and export perlsio_binmode() based on the same condition,
14010              namely, that USE_PERLIO is defined and USE_SFIO is not.
14011      Branch: perl
14012            ! makedef.pl perlio.c
14013 ____________________________________________________________________________
14014 [ 24340] By: nicholas                              on 2005/04/28  08:34:57
14015         Log: The if() clause is the wrong way round, so OOK can never be true in
14016              this case. Given that OOK is never undone, we could never have been
14017              correctly upgrading a PV with OOK to HV or AV. I believe that only
14018              SVt_NULL is the only type ever upgraded to HV or AV.
14019      Branch: perl
14020            ! sv.c
14021 ____________________________________________________________________________
14022 [ 24339] By: rgs                                   on 2005/04/27  20:24:30
14023         Log: A couple of warning fixes by Gisle
14024      Branch: perl
14025            ! pp.c pp_sys.c
14026 ____________________________________________________________________________
14027 [ 24338] By: rgs                                   on 2005/04/27  14:48:46
14028         Log: Subject: [PATCH] perlio-two.patch: More warnings squashed, more consts
14029              From: Andy Lester <andy@petdance.com>
14030              Date: Wed, 27 Apr 2005 10:02:43 -0500
14031              Message-ID: <20050427150243.GA21883@petdance.com>
14032      Branch: perl
14033            ! perl.c perlio.c perlio.h perliol.h
14034 ____________________________________________________________________________
14035 [ 24334] By: steveh                                on 2005/04/27  08:35:40
14036         Log: Subject: Win32 MM test fix
14037              From: Michael G Schwern <schwern@pobox.com>
14038              Date: Mon, 18 Apr 2005 14:30:19 -0700
14039              Message-ID: <20050418213019.GA15797@windhund.schwern.org>
14040              
14041              Subject: Re: Win32 MM test fix
14042              From: demerphq <demerphq@gmail.com>
14043              Date: Tue, 19 Apr 2005 00:57:59 +0200
14044              Message-ID: <9b18b31105041815573e10dc10@mail.gmail.com>
14045      Branch: perl
14046            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
14047 ____________________________________________________________________________
14048 [ 24333] By: rgs                                   on 2005/04/26  21:03:43
14049         Log: Subject: [PATCH] XS() __attribute__
14050              From: Andy Lester <andy@petdance.com>
14051              Date: Fri, 22 Apr 2005 17:39:47 -0500
14052              Message-ID: <20050422223947.GA4681@petdance.com>
14053      Branch: perl
14054            ! XSUB.h universal.c xsutils.c
14055 ____________________________________________________________________________
14056 [ 24328] By: rgs                                   on 2005/04/26  14:27:01
14057         Log: Subject: Re: [PATCH] pp_pack.c redux, to work w/Jarkko's recent patches
14058              From: Andy Lester <andy@petdance.com>
14059              Date: Mon, 25 Apr 2005 17:56:51 -0500
14060              Message-ID: <20050425225651.GB17271@petdance.com>
14061      Branch: perl
14062            ! embed.fnc embed.h perl.h pod/perlapi.pod pp_pack.c proto.h
14063 ____________________________________________________________________________
14064 [ 24326] By: rgs                                   on 2005/04/26  12:49:03
14065         Log: Upgrade to CGI.pm 3.08
14066      Branch: perl
14067            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Changes lib/CGI/Cookie.pm
14068            ! lib/CGI/Pretty.pm
14069 ____________________________________________________________________________
14070 [ 24325] By: merijn                                on 2005/04/26  11:28:42
14071         Log: Subject: [PATCH?] for AIX problems? RE: [PATCH] Symbian port of Perl
14072              Date: Tue, 26 Apr 2005 12:22:12 +0300
14073              From: <jarkko.hietaniemi@nokia.com>
14074              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D6CB@esebe105.NOE.Nokia.com>
14075              From: Steve Hay <steve.hay@uk.radan.com>
14076              Message-ID: <426E11A3.8070002@uk.radan.com>
14077      Branch: perl
14078            ! ext/Storable/Storable.xs
14079 ____________________________________________________________________________
14080 [ 24321] By: steveh                                on 2005/04/25  13:09:57
14081         Log: Update location to fetch dmake from in README.win32
14082              
14083              Use the generic search.cpan.org URL so that the latest version is
14084              always found
14085      Branch: perl
14086            ! README.win32
14087 ____________________________________________________________________________
14088 [ 24320] By: nicholas                              on 2005/04/25  11:41:01
14089         Log: Subject: [PATCH] mktables.lst and related stuff (was Re: [PATCH] Unicode 4.1.0)
14090              From: demerphq <demerphq@gmail.com>
14091              Message-ID: <9b18b31105042412352fcf2bc5@mail.gmail.com>
14092              Date: Sun, 24 Apr 2005 21:35:35 +0200
14093      Branch: perl
14094            ! lib/unicore/README.perl lib/unicore/mktables
14095            ! lib/unicore/mktables.lst
14096 ____________________________________________________________________________
14097 [ 24319] By: steveh                                on 2005/04/25  11:05:24
14098         Log: Provide $Config{libswanted_uselargefiles} on Win32
14099              
14100              This fixes some test failures introduced by change 24271.
14101      Branch: perl
14102            ! win32/config.bc win32/config.gc win32/config.vc
14103            ! win32/config.vc64
14104 ____________________________________________________________________________
14105 [ 24318] By: steveh                                on 2005/04/25  07:47:11
14106         Log: Subject: [PATCH] combopatch
14107              From: Jarkko Hietaniemi <jhi@iki.fi>
14108              Date: Sun, 24 Apr 2005 22:58:15 +0300
14109              Message-ID: <426BFA57.9060105@iki.fi>
14110      Branch: perl
14111            ! embed.fnc makedef.pl mg.c perl.c perl.h perlvars.h pp_pack.c
14112            ! proto.h toke.c util.c
14113 ____________________________________________________________________________
14114 [ 24317] By: rgs                                   on 2005/04/25  06:30:44
14115         Log: Fix typo, noticed by Randal Schwartz
14116      Branch: perl
14117            ! pod/perlfunc.pod
14118 ____________________________________________________________________________
14119 [ 24316] By: ams                                   on 2005/04/25  01:36:38
14120         Log: Add STORABLE_attach hook (Adam Kennedy).
14121      Branch: perl
14122            + ext/Storable/t/HAS_ATTACH.pm ext/Storable/t/attach_errors.t
14123            + ext/Storable/t/attach_singleton.t
14124            + ext/Storable/t/circular_hook.t
14125            ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST
14126            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
14127 ____________________________________________________________________________
14128 [ 24315] By: rgs                                   on 2005/04/24  15:25:18
14129         Log: Add files missing in 24314
14130      Branch: perl
14131            + lib/Test/Harness/Point.pm lib/Test/Harness/t/from_line.t
14132            + lib/Test/Harness/t/point-parse.t lib/Test/Harness/t/point.t
14133            + lib/Test/Harness/t/version.t
14134 ____________________________________________________________________________
14135 [ 24314] By: rgs                                   on 2005/04/24  13:26:50
14136         Log: Upgrade to Test::Harness 2.48
14137      Branch: perl
14138            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
14139            ! lib/Test/Harness/Straps.pm lib/Test/Harness/TAP.pod
14140            ! lib/Test/Harness/t/00compile.t
14141            ! lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
14142            ! t/lib/sample-tests/skip
14143 ____________________________________________________________________________
14144 [ 24313] By: merijn                                on 2005/04/24  11:52:03
14145         Log: Subject: [PATCH] Add -Wdeclaration-after-statement to default flags for gcc 3+
14146              From: Steve Peters <steve@fisharerojo.org>
14147              Date: Sat, 23 Apr 2005 22:37:48 -0500
14148              Message-ID: <20050424033748.GA23117@mccoy.peters.homeunix.org>
14149      Branch: perl
14150            ! Configure
14151 ____________________________________________________________________________
14152 [ 24311] By: rgs                                   on 2005/04/24  11:48:24
14153         Log: Add %patchlevel hash to Module::CoreList
14154      Branch: perl
14155            ! lib/Module/CoreList.pm
14156 ____________________________________________________________________________
14157 [ 24310] By: merijn                                on 2005/04/24  09:12:37
14158         Log: Subject: [PATCH] lib/Time/Local.t: time_t is unsigned on VMS
14159              From: "Craig A. Berry" <craigberry@mac.com>
14160              Date: Sat, 23 Apr 2005 18:25:52 -0500
14161              Message-ID: <426AD980.2010801@mac.com>
14162      Branch: perl
14163            ! lib/Time/Local.t
14164 ____________________________________________________________________________
14165 [ 24309] By: nicholas                              on 2005/04/23  14:00:49
14166         Log: Variable declarations can't come after statements in C89.
14167      Branch: perl
14168            ! util.c
14169 ____________________________________________________________________________
14170 [ 24308] By: nicholas                              on 2005/04/23  13:57:41
14171         Log: Save state when auto-generating #ifdef PERL_CORE and PERL_CORE/PERL_EXT
14172              reducing embed.h by about 10%.
14173      Branch: perl
14174            ! embed.h embed.pl
14175 ____________________________________________________________________________
14176 [ 24307] By: davem                                 on 2005/04/23  13:56:18
14177         Log: Subject:  [PATCH] Fix for warnings in util.c/Perl_init_tm()
14178              From:  Steve Peters <steve@fisharerojo.org>
14179              Date:  Fri, 22 Apr 2005 22:36:03 -0500
14180              Message-Id:  <20050423033603.GA32547@mccoy.peters.homeunix.org>
14181              
14182              localtime() can return null
14183      Branch: perl
14184            ! util.c
14185 ____________________________________________________________________________
14186 [ 24303] By: nicholas                              on 2005/04/22  21:40:21
14187         Log: Convert to test.pl
14188      Branch: perl
14189            ! t/op/substr.t
14190 ____________________________________________________________________________
14191 [ 24301] By: nicholas                              on 2005/04/22  16:21:46
14192         Log: Subject: [PATCH] t/uni/class.t -- update VMS test skippage
14193              From: "Craig A. Berry" <craigberry@mac.com>
14194              Message-ID: <42692501.6090809@mac.com>
14195              Date: Fri, 22 Apr 2005 11:23:29 -0500
14196      Branch: perl
14197            ! t/uni/class.t
14198 ____________________________________________________________________________
14199 [ 24300] By: rgs                                   on 2005/04/22  16:17:36
14200         Log: Patch by Yves Orton to accept several options on the corelist(1)
14201              command-line. Plus POD nits.
14202      Branch: perl
14203            ! lib/Module/CoreList.pm lib/Module/CoreList/bin/corelist
14204 ____________________________________________________________________________
14205 [ 24290] By: steveh                                on 2005/04/22  13:51:47
14206         Log: Fix last remaining Win32 linker error following change 24271
14207              
14208              (Supplied by Jarkko in a makedef.pl that was omitted from the
14209              aforementioned change)
14210      Branch: perl
14211            ! makedef.pl
14212 ____________________________________________________________________________
14213 [ 24287] By: rgs                                   on 2005/04/22  12:42:37
14214         Log: There's no point listing '-f' in --help output
14215              when perl isn't built with USE_SITECUSTOMIZE, since it might
14216              confuse users about $sitelib/sitecustomize.pl being sourced
14217              at startup.
14218      Branch: perl
14219            ! perl.c
14220 ____________________________________________________________________________
14221 [ 24286] By: nicholas                              on 2005/04/22  12:37:19
14222         Log: For now, TODO the 2 tests that fail on 5.8.x
14223      Branch: perl
14224            ! ext/B/t/optree_specials.t
14225 ____________________________________________________________________________
14226 [ 24284] By: rgs                                   on 2005/04/22  12:34:14
14227         Log: -A wasn't listed in the --help output
14228      Branch: perl
14229            ! perl.c
14230 ____________________________________________________________________________
14231 [ 24280] By: steveh                                on 2005/04/22  09:59:54
14232         Log: Fix more Win32 linker errors following change 24271
14233              
14234              This clears up problems with Perl_free_global_struct and
14235              Perl_init_global_struct
14236      Branch: perl
14237            ! embed.fnc embed.h global.sym makedef.pl proto.h
14238 ____________________________________________________________________________
14239 [ 24279] By: rgs                                   on 2005/04/22  09:04:08
14240         Log: Subject: [PATCH] pp_pack.c warning quieting
14241              From: Andy Lester <andy@petdance.com>
14242              Date: Thu, 21 Apr 2005 11:33:13 -0500
14243              Message-ID: <20050421163313.GA20930@petdance.com>
14244      Branch: perl
14245            ! pp_pack.c
14246 ____________________________________________________________________________
14247 [ 24278] By: steveh                                on 2005/04/22  08:59:58
14248         Log: Fix Win32 linker errors following change 24271
14249              
14250              This clears up "unresolved external" errors for the following symbols:
14251              
14252              PL_watch_pvx
14253              Perl_Gappctx_ptr
14254              Perl_Gmmap_page_size_ptr
14255              Perl_Gsig_defaulting_ptr
14256              Perl_Gsig_handlers_initted_ptr
14257              Perl_Gsig_ignoring_ptr
14258              Perl_Gsig_sv_ptr
14259              Perl_Gtimesbase_ptr
14260              Perl_Gwatch_pvx_ptr
14261      Branch: perl
14262            ! makedef.pl
14263 ____________________________________________________________________________
14264 [ 24277] By: rgs                                   on 2005/04/22  08:48:14
14265         Log: Subject: [PATCH] bytecode.pl, bytecode.h, and sv.h fixes
14266              From: Steve Peters <steve@fisharerojo.org>
14267              Date: Thu, 21 Apr 2005 18:55:47 -0500
14268              Message-ID: <20050421235547.GA12149@mccoy.peters.homeunix.org>
14269      Branch: perl
14270            ! bytecode.pl ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
14271            ! sv.h
14272 ____________________________________________________________________________
14273 [ 24276] By: steveh                                on 2005/04/22  08:13:01
14274         Log: Fix my_chsize() for systems having chsize(), broken by change #24271
14275      Branch: perl
14276            ! pp_sys.c
14277 ____________________________________________________________________________
14278 [ 24275] By: davem                                 on 2005/04/21  21:30:11
14279         Log: Sigh - really bump Text::Wrap version number this time.
14280      Branch: perl
14281            ! lib/Text/Wrap.pm
14282 ____________________________________________________________________________
14283 [ 24274] By: davem                                 on 2005/04/21  21:27:15
14284         Log: bump version number in Text::Wrap after change #24273
14285      Branch: perl
14286            ! lib/Text/Wrap.pm
14287 ____________________________________________________________________________
14288 [ 24273] By: davem                                 on 2005/04/21  21:22:54
14289         Log: Text::Wrap::wrap() fails with non-space separator
14290      Branch: perl
14291            ! lib/Text/TabsWrap/t/wrap.t lib/Text/Wrap.pm
14292 ____________________________________________________________________________
14293 [ 24271] By: rgs                                   on 2005/04/21  15:38:30
14294         Log: Subject: [PATCH] Symbian port of Perl
14295              From: <jarkko.hietaniemi@nokia.com>
14296              Date: Mon, 18 Apr 2005 13:18:30 +0300
14297              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D653@esebe105.NOE.Nokia.com>
14298      Branch: perl
14299            + README.symbian ext/DynaLoader/dl_symbian.xs
14300            + symbian/PerlApp.cpp symbian/PerlApp.h symbian/PerlApp.hrh
14301            + symbian/PerlApp.rss symbian/PerlAppAif.rss
14302            + symbian/PerlBase.cpp symbian/PerlBase.h symbian/PerlBase.pod
14303            + symbian/PerlRecog.cpp symbian/PerlRecog.mmp symbian/README
14304            + symbian/TODO symbian/bld.inf symbian/config.pl
14305            + symbian/config.sh symbian/cwd.pl symbian/demo_pl
14306            + symbian/install.cfg symbian/makesis.pl symbian/port.pl
14307            + symbian/sanity.pl symbian/sdk.pl symbian/symbian_dll.cpp
14308            + symbian/symbian_proto.h symbian/symbian_stubs.c
14309            + symbian/symbian_stubs.h symbian/symbian_utils.cpp
14310            + symbian/symbianish.h symbian/uid.pl symbian/version.pl
14311            + symbian/xsbuild.pl
14312            ! EXTERN.h INTERN.h MANIFEST Porting/curliff.pl Porting/makerel
14313            ! XSUB.h av.c bytecode.pl configpm doio.c dump.c embed.fnc
14314            ! embed.h embed.pl embedvar.h ext/B/B.xs
14315            ! ext/ByteLoader/byterun.c ext/Data/Dumper/Dumper.xs
14316            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
14317            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/dlutils.c
14318            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Socket.pm
14319            ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
14320            ! ext/POSIX/POSIX.xs ext/PerlIO/scalar/scalar.xs
14321            ! ext/PerlIO/via/via.xs ext/SDBM_File/sdbm/sdbm.c
14322            ! ext/Storable/Storable.xs ext/Time/HiRes/HiRes.xs global.sym
14323            ! globvar.sym gv.c hv.c intrpvar.h lib/ExtUtils/t/Embed.t
14324            ! lib/ExtUtils/xsubpp lib/File/Spec.pm lib/File/Spec/Win32.pm
14325            ! locale.c mg.c miniperlmain.c numeric.c op.c opcode.h opcode.pl
14326            ! pad.c patchlevel.h perl.c perl.h perlapi.c perlapi.h perlio.c
14327            ! perlio.h perliol.h perlvars.h pod.lst pod/perl.pod
14328            ! pod/perlguts.pod pod/perlintern.pod pp.c pp_ctl.c pp_hot.c
14329            ! pp_pack.c pp_sort.c pp_sys.c proto.h reentr.pl regcomp.c
14330            ! regexec.c scope.h sv.c taint.c toke.c universal.c utf8.c
14331            ! utf8.h util.c util.h vms/descrip_mms.template win32/Makefile
14332            ! win32/makefile.mk win32/win32io.c xsutils.c
14333 ____________________________________________________________________________
14334 [ 24270] By: davem                                 on 2005/04/21  15:36:14
14335         Log: substr uses utf8 length cache incorrectly
14336      Branch: perl
14337            ! sv.c t/op/substr.t
14338 ____________________________________________________________________________
14339 [ 24269] By: davem                                 on 2005/04/21  00:13:14
14340         Log: Subject:  [PATCH] extra code in pp_concat, Take 2
14341              From:  Andy Lester <andy@petdance.com>
14342              Date:  Wed, 13 Apr 2005 21:06:01 -0500
14343              Message-Id:  <20050414020601.GA21346@petdance.com>
14344              
14345              add 'const', and remove extraneous code, from pp_concat
14346      Branch: perl
14347            ! pp_hot.c t/op/concat.t
14348 ____________________________________________________________________________
14349 [ 24268] By: davem                                 on 2005/04/20  23:56:18
14350         Log: Subject:  patch to [PATCH] Fix MGVTBL structures in perl.h (preprocessor
14351              From:  David Dyck <david.dyck@fluke.com>
14352              Date:  Wed, 20 Apr 2005 16:35:55 -0700 (PDT)
14353              Message-Id:  <Pine.LNX.4.62.0504201627550.27786@dd.tc.fluke.com>
14354              
14355              fix nits in change #24264:
14356              some preprocessors don't like #ifdefs within a macro's args;
14357              also removed duplicate semicolons from macro definitions.
14358      Branch: perl
14359            ! perl.h
14360 ____________________________________________________________________________
14361 [ 24267] By: davem                                 on 2005/04/20  23:35:54
14362         Log: In change 24266 I failed to actually change anything. Sigh.
14363      Branch: perl
14364            ! ext/Sys/Syslog/Syslog.pm
14365 ____________________________________________________________________________
14366 [ 24266] By: davem                                 on 2005/04/20  23:32:04
14367         Log: change misleading syslog() example
14368      Branch: perl
14369            ! ext/Sys/Syslog/Syslog.pm
14370 ____________________________________________________________________________
14371 [ 24265] By: davem                                 on 2005/04/20  21:47:40
14372         Log: Subject:  [perl #35059] [PATCH] caller() skips frames (such as eval() frames) if $^P set 
14373              From:  glasser@tang-eleven-seventy-nine.mit.edu (via RT) <perlbug-followup@perl.org>
14374              Date:  20 Apr 2005 19:28:14 -0000
14375              Message-Id:  <rt-3.0.11-35059-111134.0.304511316819145@perl.org>
14376              
14377              improved version of change 21842 that copes with glob DB::sub
14378              existing but &DB::sub not existing.
14379      Branch: perl
14380            ! mg.c pp_ctl.c t/op/caller.t
14381 ____________________________________________________________________________
14382 [ 24264] By: davem                                 on 2005/04/20  21:32:23
14383         Log: Subject:  [PATCH] Fix MGVTBL structures in perl.h
14384              From:  Andy Lester <andy@petdance.com>
14385              Date:  Wed, 20 Apr 2005 15:09:24 -0500
14386              Message-Id:  <20050420200923.GA3017@petdance.com>
14387              
14388              The MGVTBL structures contain 7 function pointers, but only 5 were
14389              getting initialized. Plus, there were repeated lists between
14390              declaration and definition; add a macro to declare or define
14391              all the global MGVTBLs as appropriate.
14392      Branch: perl
14393            ! perl.h
14394 ____________________________________________________________________________
14395 [ 24260] By: nicholas                              on 2005/04/20  13:51:54
14396         Log: Subject: [PATCH] Refactoring to Sv*_set() macros - patch #6
14397              From: Steve Peters <steve@fisharerojo.org>
14398              Message-ID: <20050420112720.GA31042@mccoy.peters.homeunix.org>
14399              Date: Wed, 20 Apr 2005 06:27:20 -0500
14400      Branch: perl
14401            ! bytecode.pl ext/ByteLoader/bytecode.h malloc.c sv.c
14402 ____________________________________________________________________________
14403 [ 24258] By: nicholas                              on 2005/04/20  08:13:21
14404         Log: Merge common code. Reduces object size by 1K on x86, 6K on PPC
14405      Branch: perl
14406            ! sv.c
14407 ____________________________________________________________________________
14408 [ 24257] By: davem                                 on 2005/04/19  23:47:38
14409         Log: run regen_headers after addition of FOO_set() macros
14410      Branch: perl
14411            ! ext/ByteLoader/byterun.c
14412 ____________________________________________________________________________
14413 [ 24256] By: davem                                 on 2005/04/19  23:43:54
14414         Log: Subject:  [PATCH] pad_compname_type(), takes care of a clunky macro
14415              From:  Andy Lester <andy@petdance.com>
14416              Date:  Tue, 19 Apr 2005 11:38:44 -0500
14417              Message-Id:  <20050419163844.GA19747@petdance.com>
14418      Branch: perl
14419            ! embed.fnc embed.h pad.c pad.h proto.h
14420 ____________________________________________________________________________
14421 [ 24255] By: davem                                 on 2005/04/19  23:31:52
14422         Log: DEBUG_LEAKING_SCALARS could use the value of a freed PL_op
14423      Branch: perl
14424            ! op.c
14425 ____________________________________________________________________________
14426 [ 24254] By: nicholas                              on 2005/04/19  21:53:38
14427         Log: Don't set things to zero twice. Once is enough. (see also change 15255)
14428      Branch: perl
14429            ! sv.c
14430 ____________________________________________________________________________
14431 [ 24253] By: nicholas                              on 2005/04/19  20:55:24
14432         Log: Restore SvEND_set
14433      Branch: perl
14434            ! sv.h
14435 ____________________________________________________________________________
14436 [ 24252] By: nicholas                              on 2005/04/19  20:07:49
14437         Log: Force RVALUE macros when in PERL_DEBUG_COW
14438      Branch: perl
14439            ! ext/ByteLoader/byterun.c sv.c sv.h
14440 ____________________________________________________________________________
14441 [ 24251] By: nicholas                              on 2005/04/19  14:25:00
14442         Log: Avoid generating thousands of UTF-8 warnings when testing under a
14443              UTF-8 locale
14444      Branch: perl
14445            ! t/op/pack.t
14446 ____________________________________________________________________________
14447 [ 24249] By: rgs                                   on 2005/04/19  11:20:37
14448         Log: Simplify PERL_DEBUG_PAD_ZERO so it continues to expand to
14449              valid C code
14450      Branch: perl
14451            ! perl.h
14452 ____________________________________________________________________________
14453 [ 24248] By: nicholas                              on 2005/04/19  09:55:51
14454         Log: Subject: [PATCH] Refactoring to Sv*_set() macros - patch #5
14455              From: Steve Peters <steve@fisharerojo.org>
14456              Message-ID: <20050419000925.GA21640@mccoy.peters.homeunix.org>
14457              Date: Mon, 18 Apr 2005 19:09:25 -0500
14458      Branch: perl
14459            ! dump.c ext/ByteLoader/ByteLoader.pm ext/ByteLoader/byterun.c
14460            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
14461            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
14462            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
14463            ! ext/List/Util/lib/List/Util.pm ext/POSIX/POSIX.pm
14464            ! ext/POSIX/POSIX.xs ext/PerlIO/encoding/encoding.pm
14465            ! ext/PerlIO/encoding/encoding.xs ext/PerlIO/scalar/scalar.pm
14466            ! ext/PerlIO/scalar/scalar.xs ext/Storable/Storable.pm
14467            ! ext/Storable/Storable.xs ext/threads/shared/shared.pm
14468            ! ext/threads/shared/shared.xs ext/threads/threads.pm gv.c mg.c
14469            ! op.c pad.c pad.h perl.h pp.c pp.h pp_hot.c pp_pack.c regcomp.c
14470            ! scope.c sv.c sv.h toke.c
14471 ____________________________________________________________________________
14472 [ 24247] By: davem                                 on 2005/04/19  01:38:54
14473         Log: Add CLONE_SKIP() class method to allow individual classes to skip
14474              cloning objects during thread creation
14475      Branch: perl
14476            ! dump.c ext/threads/t/thread.t pod/perlmod.pod sv.c sv.h
14477 ____________________________________________________________________________
14478 [ 24246] By: nicholas                              on 2005/04/18  22:31:48
14479         Log: PERL_DEBUG_COW for SvUVX and SvPVX
14480      Branch: perl
14481            ! ext/DynaLoader/dl_dyld.xs sv.h
14482 ____________________________________________________________________________
14483 [ 24245] By: nicholas                              on 2005/04/18  21:58:22
14484         Log: SvPV_renew also calls SvLEN_set
14485              Add SvPV_shrink_to_cur(sv) to call SvPV_renew with SvCUR(sv)+1.
14486              For Ponie this can be a single call into the PMC
14487      Branch: perl
14488            ! pp_hot.c pp_sys.c sv.h toke.c
14489 ____________________________________________________________________________
14490 [ 24244] By: nicholas                              on 2005/04/18  20:37:13
14491         Log: Replace Renew(SvPVX(...)...) with SvPV_renew, which avoids an LVALUE
14492              SvPVX
14493      Branch: perl
14494            ! pp_hot.c pp_sys.c sv.h toke.c
14495 ____________________________________________________________________________
14496 [ 24243] By: nicholas                              on 2005/04/18  19:50:12
14497         Log: A more efficient way of expressing the MALLOC_WRAP conditional compile.
14498      Branch: perl
14499            ! handy.h
14500 ____________________________________________________________________________
14501 [ 24242] By: steveh                                on 2005/04/18  16:04:20
14502         Log: Fix bug #33664: allow for transport providers with protocol == 0
14503              
14504              (This indicates that any protocol may be used, so don't bother checking
14505              that the requested protocol matches in this case.)
14506      Branch: perl
14507            ! win32/win32sck.c
14508 ____________________________________________________________________________
14509 [ 24241] By: nicholas                              on 2005/04/18  15:23:45
14510         Log: Refactor the odd-one-out code before a Renew(SvPVX(...)...)
14511      Branch: perl
14512            ! pp_hot.c
14513 ____________________________________________________________________________
14514 [ 24240] By: nicholas                              on 2005/04/18  14:15:52
14515         Log: Two more uses of lvalue SvIVX()
14516      Branch: perl
14517            ! ext/ByteLoader/byterun.c lib/ExtUtils/t/Constant.t
14518 ____________________________________________________________________________
14519 [ 24239] By: nicholas                              on 2005/04/18  12:18:20
14520         Log: Subject: [PATCH] Refactoring to Sv*_set() macros - patch #4
14521              Message-ID: <20050416160502.GA26957@mccoy.peters.homeunix.org>
14522              From: Steve Peters <steve@fisharerojo.org>
14523              Date: Sat, 16 Apr 2005 11:05:02 -0500
14524              
14525              plus fix to Perl_rvpv_dup assigning to an RV with SvPVX
14526      Branch: perl
14527            ! av.c cop.h ext/PerlIO/encoding/encoding.xs
14528            ! ext/Storable/Storable.xs gv.c malloc.c perl.c pp.c pp_ctl.c
14529            ! pp_hot.c pp_pack.c pp_sort.c scope.c sv.c
14530 ____________________________________________________________________________
14531 [ 24238] By: rgs                                   on 2005/04/15  13:16:29
14532         Log: Update the outdated info in "Minimizing the Perl installation"
14533      Branch: perl
14534            ! INSTALL
14535 ____________________________________________________________________________
14536 [ 24237] By: rgs                                   on 2005/04/14  16:13:45
14537         Log: Fix for:
14538              [perl #34934] perl 5.8.5 on x86 and x86-64 hang at compile-time
14539              From: bstrand@switchmanagement.com (via RT) <perlbug-followup@perl.org>
14540              Date: 12 Apr 2005 19:12:58 -0000
14541              Message-ID: <rt-3.0.11-34934-110595.15.9181274318682@perl.org>
14542              
14543              This syntax error now produces a panic message.
14544      Branch: perl
14545            ! op.c
14546 ____________________________________________________________________________
14547 [ 24236] By: merijn                                on 2005/04/13  15:10:24
14548         Log: Subject: [PATCH] Removing yydestruct from perly.c
14549              From: Andy Lester <andy@petdance.com>
14550              Date: Wed, 13 Apr 2005 10:06:47 -0500
14551              Message-ID: <20050413150647.GA13464@petdance.com>
14552      Branch: perl
14553            ! perly.c
14554 ____________________________________________________________________________
14555 [ 24235] By: merijn                                on 2005/04/13  14:51:00
14556         Log: Mandrakesoft is now Mandriva
14557      Branch: perl
14558            ! AUTHORS
14559 ____________________________________________________________________________
14560 [ 24234] By: merijn                                on 2005/04/13  14:41:20
14561         Log: H.Merijn changed e-mail
14562      Branch: perl
14563            ! AUTHORS Porting/checkAUTHORS.pl Porting/patching.pod
14564            ! README.aix README.hpux ext/Encode/AUTHORS ext/Storable/README
14565 ____________________________________________________________________________
14566 [ 24233] By: rgs                                   on 2005/04/13  08:25:43
14567         Log: Subject: [PATCH Perl 5.9.2] -Wformat 
14568              From: Robin Barker <Robin.Barker@npl.co.uk>
14569              Date: Tue, 12 Apr 2005 18:53:32 +0100
14570              Message-ID: <533D273D4014D411AB1D00062938C4D90849C634@hotel.npl.co.uk>
14571      Branch: perl
14572            ! perly.c regcomp.c regexec.c toke.c
14573 ____________________________________________________________________________
14574 [ 24232] By: rgs                                   on 2005/04/13  07:24:07
14575         Log: Upgrade to ExtUtils::MakeMaker 6.28
14576      Branch: perl
14577            ! lib/ExtUtils/Changes lib/ExtUtils/MANIFEST.SKIP
14578            ! lib/ExtUtils/META.yml lib/ExtUtils/MM_AIX.pm
14579            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MakeMaker.pm
14580            ! lib/ExtUtils/Manifest.pm
14581 ____________________________________________________________________________
14582 [ 24231] By: rgs                                   on 2005/04/12  15:30:23
14583         Log: Upgrade to Encode 2.0902
14584      Branch: perl
14585            + ext/Encode/t/utf8strict.t
14586            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
14587            ! ext/Encode/Encode.xs ext/Encode/Encode/encode.h
14588            ! ext/Encode/MANIFEST ext/Encode/META.yml
14589            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/t/Aliases.t
14590            ! ext/Encode/t/fallback.t
14591 ____________________________________________________________________________
14592 [ 24230] By: nicholas                              on 2005/04/12  11:24:49
14593         Log: Don't PERL_HASH(SvUVX(...)...) as it's actually a set.
14594              Plus add an editor block
14595      Branch: perl
14596            ! op.c
14597 ____________________________________________________________________________
14598 [ 24229] By: nicholas                              on 2005/04/12  09:19:43
14599         Log: Subject: [PATCH] Refactoring to Sv*_set() macros - patch #3
14600              From: Steve Peters <steve@fisharerojo.org>
14601              Message-ID: <20050411023736.GB9355@mccoy.peters.homeunix.org>
14602              Date: Sun, 10 Apr 2005 21:37:36 -0500
14603              
14604              (with correction to SvUV_set)
14605      Branch: perl
14606            ! ext/List/Util/Util.xs sv.c sv.h
14607 ____________________________________________________________________________
14608 [ 24228] By: nicholas                              on 2005/04/11  14:53:38
14609         Log: Avoid taking a reference to SvIVX and putting that address on the
14610              save stack
14611      Branch: perl
14612            ! perl.c pp_ctl.c pp_hot.c
14613 ____________________________________________________________________________
14614 [ 24227] By: steveh                                on 2005/04/11  10:39:59
14615         Log: Support d_libm_lib_version for Win32 (see change 24217)
14616      Branch: perl
14617            ! win32/config.bc win32/config.gc win32/config.vc
14618            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
14619            ! win32/config_H.vc win32/config_H.vc64
14620 ____________________________________________________________________________
14621 [ 24226] By: merijn                                on 2005/04/11  10:09:06
14622         Log: Out of sync metaunit caused the erroneous return of the
14623              removed d_sitecustomize. Mea Culpa.
14624      Branch: perl
14625            ! Configure
14626 ____________________________________________________________________________
14627 [ 24225] By: steveh                                on 2005/04/11  09:39:40
14628         Log: Disable I18N::Langinfo for Win32 since nl_langinfo() isn't available
14629      Branch: perl
14630            ! win32/Makefile win32/makefile.mk
14631 ____________________________________________________________________________
14632 [ 24224] By: rgs                                   on 2005/04/11  09:21:54
14633         Log: Subject: [PATCH] perlfunc.pod: incomplete select description
14634              From: Hernan Perez Masci <hmasci@uolsinectis.com.ar>
14635              Date: Fri, 8 Apr 2005 15:28:28 -0300
14636              Message-Id: <200504081528.28307.hmasci@uolsinectis.com.ar>
14637      Branch: perl
14638            ! pod/perlfunc.pod
14639 ____________________________________________________________________________
14640 [ 24223] By: rgs                                   on 2005/04/11  09:11:53
14641         Log: Make the four-argument form of select() return undef
14642              instead of -1 on error.
14643      Branch: perl
14644            ! pod/perl593delta.pod pod/perlfunc.pod pp_sys.c
14645 ____________________________________________________________________________
14646 [ 24222] By: rgs                                   on 2005/04/11  07:02:59
14647         Log: Make Win32 build (and clean) I18::Langinfo and Math::BigInt::FastCalc
14648      Branch: perl
14649            ! win32/Makefile win32/makefile.mk
14650 ____________________________________________________________________________
14651 [ 24221] By: merijn                                on 2005/04/11  06:06:13
14652         Log: Subject: Re: New Configure functionality
14653              From: Abe Timmerman <abe@ztreet.demon.nl>
14654              Date: Sun, 10 Apr 2005 22:19:28 +0200
14655              Message-Id: <200504102219.29024.abe@ztreet.demon.nl>
14656      Branch: perl
14657            ! configure.com
14658 ____________________________________________________________________________
14659 [ 24220] By: rgs                                   on 2005/04/10  20:03:59
14660         Log: POD typo.
14661      Branch: perl
14662            ! lib/Module/CoreList.pm
14663 ____________________________________________________________________________
14664 [ 24219] By: rgs                                   on 2005/04/10  19:49:49
14665         Log: Module::CoreList: Data from Sebastien Aperghis-Tramoni for perl
14666              5.00{0,1,2}. Upgrade version number.
14667      Branch: perl
14668            ! lib/Module/CoreList.pm
14669 ____________________________________________________________________________
14670 [ 24218] By: merijn                                on 2005/04/10  18:00:05
14671         Log: Sorting still is a mess. This is better.
14672      Branch: perl
14673            ! config_h.SH
14674 ____________________________________________________________________________
14675 [ 24217] By: merijn                                on 2005/04/10  17:08:36
14676         Log: Configure now probes for _LIB_VERSION support in math.h/libm
14677              LIBM_LIB_VERSION is defined if it does
14678      Branch: perl
14679            ! Configure Porting/config_H config_h.SH handy.h
14680 ____________________________________________________________________________
14681 [ 24215] By: rgs                                   on 2005/04/10  15:03:10
14682         Log: Fix [perl #34892] Segfault on &DB::sub declared but not defined
14683      Branch: perl
14684            ! pod/perldiag.pod pp_hot.c
14685 ____________________________________________________________________________
14686 [ 24214] By: merijn                                on 2005/04/10  09:14:06
14687         Log: Subject: [PATCH] usesitecustomize for VMS
14688              From: "Craig A. Berry" <craigberry@mac.com>
14689              Date: Sat, 09 Apr 2005 15:58:43 -0500
14690              Message-ID: <42584203.2090405@mac.com>
14691      Branch: perl
14692            ! configure.com
14693 ____________________________________________________________________________
14694 [ 24213] By: nicholas                              on 2005/04/08  19:11:04
14695         Log: Mangle the expected output correctly for both 5.9 and 5.8
14696      Branch: perl
14697            ! ext/B/t/stash.t
14698 ____________________________________________________________________________
14699 [ 24212] By: rgs                                   on 2005/04/08  16:17:49
14700         Log: Subject: Re: [ANNOUNCE] ExtUtils::MakeMaker 6.27
14701              From: Michael G Schwern <schwern@pobox.com>
14702              Date: Thu, 7 Apr 2005 15:15:00 -0700
14703              Message-ID: <20050407221500.GB6223@windhund.schwern.org>
14704              
14705              Fix duplicate target warnings
14706      Branch: perl
14707            ! lib/ExtUtils/MM_Any.pm
14708 ____________________________________________________________________________
14709 [ 24211] By: merijn                                on 2005/04/08  14:22:05
14710         Log: The last remains of d_sitecustomize
14711      Branch: perl
14712            ! Porting/config.sh
14713 ____________________________________________________________________________
14714 [ 24210] By: merijn                                on 2005/04/08  14:16:59
14715         Log: now usesitecustomize is used more generic
14716      Branch: perl
14717            ! config_h.SH
14718 ____________________________________________________________________________
14719 [ 24209] By: steveh                                on 2005/04/08  14:15:14
14720         Log: Subject: Re: [PATCH] Re: [perl #24119] CPAN.pm error in Win32: uses rename() not File::Copy::move
14721              From: Steven Schubiger <steven@accognoscere.org>
14722              Date: Thu, 7 Apr 2005 22:38:25 +0200 (CEST)
14723              Message-Id: <200504072038.j37KcPXY011755@accognoscere.homeunix.org>
14724              
14725              (with arguments changed to match perlfunc.pod)
14726      Branch: perl
14727            ! pod/perlport.pod
14728 ____________________________________________________________________________
14729 [ 24208] By: merijn                                on 2005/04/08  14:12:54
14730         Log: Drop d_sitecustomize again. (usesitecustomize is enough)
14731      Branch: perl
14732            ! Configure
14733 ____________________________________________________________________________
14734 [ 24206] By: nicholas                              on 2005/04/08  13:16:07
14735         Log: Add SvIVX() to PERL_DEBUG_COW, and change pad.c to SvIVset()
14736      Branch: perl
14737            ! pad.c sv.h
14738 ____________________________________________________________________________
14739 [ 24205] By: merijn                                on 2005/04/08  12:18:42
14740         Log: Subject: [PATCH] Removing Y2K warnings
14741              From: Andy Lester <andy@petdance.com>
14742              Date: Thu, 7 Apr 2005 17:44:42 -0500
14743              Message-ID: <20050407224442.GA23895@petdance.com>
14744      Branch: perl
14745            - README.Y2K
14746            ! INSTALL MANIFEST lib/warnings.pm pod/buildtoc pod/perldiag.pod
14747            ! pod/perllexwarn.pod pp_hot.c sv.c t/lib/warnings/pp_hot
14748            ! t/lib/warnings/sv t/op/caller.t warnings.h warnings.pl
14749 ____________________________________________________________________________
14750 [ 24204] By: nicholas                              on 2005/04/08  11:29:22
14751         Log: Subject: [PATCH] Refactoring to Sv*_set() macros - patch #2
14752              From: Steve Peters <steve@fisharerojo.org>
14753              Date: Thu, 7 Apr 2005 13:51:49 -0500
14754              Message-ID: <20050407185149.GA4418@mccoy.peters.homeunix.org>
14755      Branch: perl
14756            ! doio.c ext/List/Util/Util.xs ext/threads/threads.xs op.c pp.c
14757            ! pp_ctl.c pp_hot.c sv.c toke.c util.c
14758 ____________________________________________________________________________
14759 [ 24201] By: nicholas                              on 2005/04/08  10:39:15
14760         Log: Add a macro PERL_DEBUG_COW, for aggressive compile time tests of
14761              Copy-On-Write related source changes.
14762              Fix the problem this revealed.
14763      Branch: perl
14764            ! sv.c sv.h
14765 ____________________________________________________________________________
14766 [ 24200] By: nicholas                              on 2005/04/08  10:08:35
14767         Log: MM_AIX needs neatvalue
14768      Branch: perl
14769            ! lib/ExtUtils/MM_AIX.pm
14770 ____________________________________________________________________________
14771 [ 24199] By: nicholas                              on 2005/04/08  10:05:49
14772         Log: Subject: [PATCH] Refactoring to Sv*_set() macros - patch #1
14773              From: Steve Peters <steve@fisharerojo.org>
14774              Message-ID: <20050406232110.GA12249@mccoy.peters.homeunix.org>
14775              Date: Wed, 6 Apr 2005 18:21:10 -0500
14776      Branch: perl
14777            ! ext/ByteLoader/byterun.c ext/List/Util/Util.xs pad.c sv.c
14778            ! toke.c
14779 ____________________________________________________________________________
14780 [ 24198] By: rgs                                   on 2005/04/08  09:48:08
14781         Log: Add perl593delta.pod
14782      Branch: perl
14783            + pod/perl593delta.pod
14784            ! MANIFEST Makefile.SH pod.lst pod/perl.pod
14785            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
14786            ! win32/pod.mak
14787 ____________________________________________________________________________
14788 [ 24194] By: rgs                                   on 2005/04/07  12:42:07
14789         Log: Mention that select() returns -1 on error,
14790              as suggested by Hernan Perez Masci
14791      Branch: perl
14792            ! pod/perlfunc.pod
14793 ____________________________________________________________________________
14794 [ 24192] By: rgs                                   on 2005/04/07  09:51:29
14795         Log: Subject: Re: [PATCH] Re: [perl #34650] perldoc -f my should perhaps mention BEGIN and END
14796              From: Abigail <abigail@abigail.nl>
14797              Date: Wed, 6 Apr 2005 01:41:55 +0200
14798              Message-ID: <20050405234154.GG8680@abigail.nl>
14799      Branch: perl
14800            ! t/japh/abigail.t
14801 ____________________________________________________________________________
14802 [ 24191] By: rgs                                   on 2005/04/07  09:45:27
14803         Log: Subject: Re: Bugs? In Unicode::EastAsianWidth.
14804              From: Autrijus Tang <autrijus@autrijus.org>
14805              Date: Wed, 6 Apr 2005 18:17:32 +0800
14806              Message-ID: <20050406101732.GA17931@aut.dyndns.org>
14807      Branch: perl
14808            ! lib/unicore/mktables
14809 ____________________________________________________________________________
14810 [ 24190] By: rgs                                   on 2005/04/07  09:38:06
14811         Log: Subject: perldbtty$$ location
14812              From: Gisle Aas <gisle@ActiveState.com>
14813              Date: 06 Apr 2005 01:49:54 -0700
14814              Message-ID: <lr3bu48f2l.fsf@caliper.activestate.com>
14815              (and remove trailing whitespace)
14816      Branch: perl
14817            ! pod/perldebug.pod
14818 ____________________________________________________________________________
14819 [ 24189] By: nicholas                              on 2005/04/07  08:43:40
14820         Log: Tabs not spaces in MANIFEST
14821      Branch: perl
14822            ! MANIFEST
14823 ____________________________________________________________________________
14824 [ 24187] By: merijn                                on 2005/04/07  08:33:53
14825         Log: Subject: [perl #34699] documentation bug in "man perlpodspec" 
14826              From: "raf@tradingpost.com.au (via RT)" <perlbug-followup@perl.org>
14827              Date: 7 Apr 2005 00:20:31 -0000
14828              Message-ID: <rt-3.0.11-34699-110174.9.79475562169704@perl.org>
14829      Branch: perl
14830            ! pod/perlpodspec.pod
14831 ____________________________________________________________________________
14832 [ 24185] By: rgs                                   on 2005/04/07  08:07:14
14833         Log: Upgrade to ExtUtils::MakeMaker 6.27,
14834              plus a patch to restore functioning of 'distclean'
14835              for the perl core
14836      Branch: perl
14837            + lib/ExtUtils/MM_AIX.pm lib/ExtUtils/MM_QNX.pm
14838            + lib/ExtUtils/MM_VOS.pm lib/ExtUtils/MakeMaker/Config.pm
14839            + lib/ExtUtils/t/PL_FILES.t lib/ExtUtils/t/config.t
14840            + lib/ExtUtils/t/installbase.t lib/ExtUtils/t/xs.t
14841            + t/lib/MakeMaker/Test/Setup/PL_FILES.pm
14842            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
14843            ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Install.pm
14844            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml
14845            ! lib/ExtUtils/MM.pm lib/ExtUtils/MM_Any.pm
14846            ! lib/ExtUtils/MM_BeOS.pm lib/ExtUtils/MM_Cygwin.pm
14847            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_OS2.pm
14848            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
14849            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
14850            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/FAQ.pod
14851            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/PATCHING
14852            ! lib/ExtUtils/README lib/ExtUtils/t/INST_PREFIX.t
14853            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/MM_Win32.t
14854            ! lib/ExtUtils/t/basic.t lib/ExtUtils/t/dir_target.t
14855            ! lib/ExtUtils/t/prefixify.t lib/ExtUtils/t/prereq_print.t
14856            ! lib/ExtUtils/t/recurs.t t/lib/MakeMaker/Test/Setup/BFD.pm
14857            ! t/lib/MakeMaker/Test/Setup/Recurs.pm
14858            ! t/lib/MakeMaker/Test/Utils.pm
14859 ____________________________________________________________________________
14860 [ 24178] By: steveh                                on 2005/04/06  15:57:36
14861         Log: Don't try to export symbols that don't exist
14862              
14863              Change #24148 added Perl_rvpv_dup() to the public API, but it is only
14864              defined when USE_ITHREADS is defined.  Adjust makedef.pl accordingly
14865              to keep Win32 happy.
14866      Branch: perl
14867            ! makedef.pl
14868 ____________________________________________________________________________
14869 [ 24176] By: nicholas                              on 2005/04/06  15:11:53
14870         Log: cast to/from (void *) in the re-entrant code. Now watch the smoke rise.
14871      Branch: perl
14872            ! reentr.c reentr.h reentr.pl
14873 ____________________________________________________________________________
14874 [ 24175] By: nicholas                              on 2005/04/06  15:05:32
14875         Log: Casting to/from (void *) sufficient to make a C++ compiler happy.
14876      Branch: perl
14877            ! ext/File/Glob/bsd_glob.c ext/threads/shared/shared.xs
14878            ! ext/threads/threads.xs pad.h sv.c
14879 ____________________________________________________________________________
14880 [ 24174] By: nicholas                              on 2005/04/06  14:36:40
14881         Log: If we're going to prototype modfl(), it needs extern "C" linkage.
14882      Branch: perl
14883            ! perl.h
14884 ____________________________________________________________________________
14885 [ 24173] By: merijn                                on 2005/04/06  06:14:51
14886         Log: 1. t/TEST now deals with SKIP as if it was TODO. This complies to TAP
14887              2. Removed the depricated 'my $foo if expr' there
14888      Branch: perl
14889            ! t/TEST
14890 ____________________________________________________________________________
14891 [ 24171] By: nicholas                              on 2005/04/05  22:34:32
14892         Log: D'oh! We were never correctly spotting a modfl prototype
14893      Branch: perl
14894            ! Configure
14895 ____________________________________________________________________________
14896 [ 24170] By: nicholas                              on 2005/04/05  21:30:21
14897         Log: Add casting to allow g++ (3.3.5) to compile the core code.
14898              A C++ compiler produces lots of warnings that are probably valid
14899              concerns to investigate.
14900      Branch: perl
14901            ! doio.c ext/B/B.xs ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs gv.c
14902            ! perl.c perl.h pp_pack.c scope.c sv.c toke.c util.c x2p/walk.c
14903 ____________________________________________________________________________
14904 [ 24169] By: nicholas                              on 2005/04/05  21:16:01
14905         Log: Tests need to skip if there is no Encode configured.
14906      Branch: perl
14907            ! lib/encoding/warnings/t/1-warning.t
14908            ! lib/encoding/warnings/t/2-fatal.t
14909 ____________________________________________________________________________
14910 [ 24167] By: nicholas                              on 2005/04/05  16:09:59
14911         Log: Using savesvpv() here is terser and produces smaller object code.
14912      Branch: perl
14913            ! doio.c
14914 ____________________________________________________________________________
14915 [ 24166] By: rgs                                   on 2005/04/05  15:23:47
14916         Log: Upgrade to Unicode::Normalize 0.32
14917      Branch: perl
14918            ! ext/Unicode/Normalize/Changes
14919            ! ext/Unicode/Normalize/Makefile.PL
14920            ! ext/Unicode/Normalize/Normalize.pm
14921            ! ext/Unicode/Normalize/Normalize.xs
14922            ! ext/Unicode/Normalize/mkheader ext/Unicode/Normalize/t/form.t
14923            ! ext/Unicode/Normalize/t/norm.t ext/Unicode/Normalize/t/test.t
14924 ____________________________________________________________________________
14925 [ 24165] By: nicholas                              on 2005/04/05  14:52:05
14926         Log: Down with C++ reserved names
14927              (and also function pointer declarations that rely on the C semantics
14928              of ())
14929      Branch: perl
14930            ! ext/Storable/Storable.xs mg.c op.c perlio.c pp_sort.c
14931            ! universal.c
14932 ____________________________________________________________________________
14933 [ 24164] By: nicholas                              on 2005/04/05  14:51:05
14934         Log: Down with potentially incorrect duplicate prototypes
14935      Branch: perl
14936            ! pp_sys.c
14937 ____________________________________________________________________________
14938 [ 24163] By: nicholas                              on 2005/04/05  14:50:30
14939         Log: Down with more K&R prototypes
14940      Branch: perl
14941            ! ext/DynaLoader/dl_dyld.xs
14942 ____________________________________________________________________________
14943 [ 24162] By: nicholas                              on 2005/04/05  14:49:11
14944         Log: Down with unneeded duplicate prototypes
14945      Branch: perl
14946            ! x2p/a2p.c
14947 ____________________________________________________________________________
14948 [ 24161] By: nicholas                              on 2005/04/05  14:48:33
14949         Log: Down with K&R function arguments
14950      Branch: perl
14951            ! ext/Cwd/Cwd.xs
14952 ____________________________________________________________________________
14953 [ 24160] By: rgs                                   on 2005/04/05  14:06:01
14954         Log: Add Math::BigInt::FastCalc in maintainer list
14955      Branch: perl
14956            ! Porting/Maintainers.pl
14957 ____________________________________________________________________________
14958 [ 24159] By: rgs                                   on 2005/04/05  13:12:22
14959         Log: Adaptations to the Makefile.PL of Math::BigInt/FastCalc, for core-ification
14960      Branch: perl
14961            ! ext/Math/BigInt/FastCalc/Makefile.PL
14962 ____________________________________________________________________________
14963 [ 24158] By: rgs                                   on 2005/04/05  12:56:35
14964         Log: New core module, Math::BigInt::FastCalc
14965              
14966              Subject: [PATCH] integrate Math::BigInt::FastCalc
14967              From: Tels <nospam-abuse@bloodgate.com>
14968              Date: Sun, 3 Apr 2005 11:12:45 +0200
14969              Message-Id: <200504031112.55179@bloodgate.com>
14970      Branch: perl
14971            + ext/Math/BigInt/FastCalc/FastCalc.pm
14972            + ext/Math/BigInt/FastCalc/FastCalc.xs
14973            + ext/Math/BigInt/FastCalc/Makefile.PL
14974            + ext/Math/BigInt/FastCalc/t/bigintfc.t
14975            + ext/Math/BigInt/FastCalc/t/bootstrap.t
14976            + ext/Math/BigInt/FastCalc/t/mbi_rand.t
14977            ! MANIFEST
14978 ____________________________________________________________________________
14979 [ 24155] By: rgs                                   on 2005/04/05  10:40:35
14980         Log: Subject: [Patch] Math::BigInt v1.76, Math::BigRat v0.15, bignum v0.17
14981              From: Tels <nospam-abuse@bloodgate.com>
14982              Date: Sun, 3 Apr 2005 10:43:10 +0200
14983              Message-Id: <200504031043.12273@bloodgate.com>
14984      Branch: perl
14985            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
14986            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/_e_math.t
14987            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bigfltpm.inc
14988            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
14989            ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/config.t
14990            ! lib/Math/BigInt/t/req_mbf0.t lib/Math/BigInt/t/req_mbfw.t
14991            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/trap.t
14992            ! lib/Math/BigInt/t/with_sub.t lib/Math/BigRat.pm
14993            ! lib/Math/BigRat/t/bigratpm.t lib/Math/BigRat/t/requirer.t
14994            ! lib/bigint.pm lib/bignum.pm lib/bigrat.pm
14995 ____________________________________________________________________________
14996 [ 24152] By: rgs                                   on 2005/04/04  20:55:03
14997         Log: That's C, not perl.
14998      Branch: perl
14999            ! patchlevel.h
15000 ____________________________________________________________________________
15001 [ 24151] By: nicholas                              on 2005/04/04  20:53:42
15002         Log: Make -DFORMAT_CHECK compile with threads.
15003      Branch: perl
15004            ! perl.h
15005 ____________________________________________________________________________
15006 [ 24149] By: rgs                                   on 2005/04/04  17:14:37
15007         Log: Bump version to 5.9.3
15008              Restore "DEVEL" tag in patchlevel.h
15009              Regenerate Porting/config*
15010      Branch: perl
15011            ! NetWare/Makefile NetWare/config_H.wc Porting/config.sh
15012            ! Porting/config_H epoc/config.sh epoc/createpkg.pl patchlevel.h
15013            ! plan9/config.plan9 win32/Makefile win32/config_H.bc
15014            ! win32/config_H.gc win32/config_H.vc64 win32/makefile.mk
15015            ! wince/Makefile.ce
15016 ____________________________________________________________________________
15017 [ 24148] By: rgs                                   on 2005/04/04  14:19:30
15018         Log: Subject: [PATCH] const-eight.diff
15019              From: Andy Lester <andy@petdance.com>
15020              Date: Wed, 30 Mar 2005 11:40:24 -0600
15021              Message-ID: <20050330174024.GA12167@petdance.com>
15022      Branch: perl
15023            ! Porting/Maintainers.pl doio.c dump.c embed.fnc embed.h
15024            ! global.sym mg.c op.c perl.c proto.h sv.c universal.c xsutils.c
15025 ____________________________________________________________________________
15026 [ 24147] By: mhx                                   on 2005/04/03  16:47:54
15027         Log: Subject: Re: [PATCH] Re: [perl #34632] perlintro: "Comments start with ahash symbol"
15028              From: Steven Schubiger <steven@accognoscere.org>
15029              Date: Sun, 3 Apr 2005 11:47:22 +0200 (CEST)
15030              Message-Id: <200504030947.j339lMgp010306@accognoscere.homeunix.org>
15031      Branch: perl
15032            ! pod/perltrap.pod
15033 ____________________________________________________________________________
15034 [ 24139] By: mhx                                   on 2005/04/03  08:19:06
15035         Log: Subject: Re: [PATCH] Re: [perl #34632] perlintro: "Comments start with a hash symbol"
15036              From: Steven Schubiger <steven@accognoscere.org>
15037              Date: Sat, 2 Apr 2005 19:37:11 +0200 (CEST)
15038              Message-Id: <200504021737.j32HbBNS000652@accognoscere.homeunix.org>
15039      Branch: perl
15040            ! pod/perltrap.pod
15041 ____________________________________________________________________________
15042 [ 24138] By: mhx                                   on 2005/04/03  08:16:25
15043         Log: Fix wrong version for byteorder modifiers feature.
15044      Branch: perl
15045            ! pod/perlpacktut.pod
15046 ____________________________________________________________________________
15047 [ 24137] By: nicholas                              on 2005/04/02  22:58:59
15048         Log: Silence compiler warnings about possibly uninitialised variables.
15049              (None are, but it saves anyone else having to work this out)
15050      Branch: perl
15051            ! regexec.c
15052 ____________________________________________________________________________
15053 [ 24136] By: nicholas                              on 2005/04/02  19:04:27
15054         Log: Fix "[perl #34643] Config_heavy.pl not in archlib"
15055      Branch: perl
15056            ! installperl
15057 ____________________________________________________________________________
15058 [ 24135] By: nicholas                              on 2005/04/02  18:52:11
15059         Log: Oops. Forgot to add this.
15060      Branch: perl
15061            + lib/unicore/NamedSequences.txt
15062 ____________________________________________________________________________
15063 [ 24134] By: nicholas                              on 2005/04/02  18:51:27
15064         Log: Subject: [PATCH] Unicode 4.1.0
15065              From: Jarkko Hietaniemi <jhi@iki.fi>
15066              Message-ID: <424E584D.5000508@iki.fi>
15067              Date: Sat, 02 Apr 2005 11:31:09 +0300
15068      Branch: perl
15069            ! MANIFEST lib/Unicode/UCD.pm lib/Unicode/UCD.t
15070            ! lib/unicore/ArabicShaping.txt lib/unicore/BidiMirroring.txt
15071            ! lib/unicore/Blocks.txt lib/unicore/CaseFolding.txt
15072            ! lib/unicore/CompositionExclusions.txt
15073            ! lib/unicore/EastAsianWidth.txt
15074            ! lib/unicore/HangulSyllableType.txt lib/unicore/Jamo.txt
15075            ! lib/unicore/LineBreak.txt lib/unicore/NamesList.txt
15076            ! lib/unicore/NormalizationCorrections.txt
15077            ! lib/unicore/PropList.txt lib/unicore/PropValueAliases.txt
15078            ! lib/unicore/PropertyAliases.txt lib/unicore/README.perl
15079            ! lib/unicore/ReadMe.txt lib/unicore/Scripts.txt
15080            ! lib/unicore/SpecialCasing.txt
15081            ! lib/unicore/StandardizedVariants.txt
15082            ! lib/unicore/UnicodeData.txt lib/unicore/version t/uni/class.t
15083 ____________________________________________________________________________
15084 [ 24133] By: rgs                                   on 2005/04/01  09:16:19
15085         Log: Add encoding::warnings to Maintainers.pl and rebuild META.yml for release
15086      Branch: perl
15087            ! META.yml Porting/Maintainers.pl
15088 ____________________________________________________________________________
15089 [ 24132] By: rgs                                   on 2005/04/01  08:29:26
15090         Log: Update Changes
15091      Branch: perl
15092            ! Changes
15093 ____________________________________________________________________________
15094 [ 24131] By: steveh                                on 2005/04/01  08:18:27
15095         Log: Remove dependency on tr(1) for MinGW builds on Win32
15096              
15097              This leaves things slightly (more) broken for MinGW builds on Cygwin,
15098              but that doesn't currently quite work in other respects and isn't
15099              documented anyway.  See:
15100              
15101              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-03/msg00751.html
15102      Branch: perl
15103            ! pod/perl592delta.pod win32/makefile.mk
15104 ____________________________________________________________________________
15105 [ 24130] By: rgs                                   on 2005/04/01  07:47:26
15106         Log: Regenerate perltoc and perlmodlib
15107      Branch: perl
15108            ! pod/perlmodlib.pod pod/perltoc.pod
15109 ____________________________________________________________________________
15110 [ 24129] By: rgs                                   on 2005/04/01  07:36:04
15111         Log: POD fixes.
15112      Branch: perl
15113            ! pod/perlfaq1.pod
15114 ____________________________________________________________________________
15115 [ 24128] By: rgs                                   on 2005/04/01  07:19:27
15116         Log: FAQ sync.
15117      Branch: perl
15118            ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
15119            ! pod/perlfaq6.pod pod/perlfaq7.pod
15120 ____________________________________________________________________________
15121 [ 24127] By: rgs                                   on 2005/04/01  07:14:22
15122         Log: Add a note about installhtml
15123      Branch: perl
15124            ! pod/perltodo.pod
15125 ____________________________________________________________________________
15126 [ 24126] By: rgs                                   on 2005/03/31  21:51:28
15127         Log: Subject: [PATCH] pp_pack.c warnings on VMS
15128              From: "Craig A. Berry" <craigberry@mac.com>
15129              Date: Thu, 31 Mar 2005 14:51:05 -0600
15130              Message-ID: <424C62B9.2030601@mac.com>
15131      Branch: perl
15132            ! pp_pack.c
15133 ____________________________________________________________________________
15134 [ 24125] By: rgs                                   on 2005/03/31  17:14:01
15135         Log: Mention the current MinGW compilation problems
15136      Branch: perl
15137            ! pod/perl592delta.pod
15138 ____________________________________________________________________________
15139 [ 24124] By: rgs                                   on 2005/03/31  17:11:15
15140         Log: Update Changes
15141      Branch: perl
15142            ! Changes
15143 ____________________________________________________________________________
15144 [ 24123] By: rgs                                   on 2005/03/31  15:52:46
15145         Log: This is 5.9.2. Mostly.
15146      Branch: perl
15147            ! patchlevel.h pod/perlhist.pod
15148 ____________________________________________________________________________
15149 [ 24122] By: steveh                                on 2005/03/31  15:39:57
15150         Log: Fix USE_SITECUSTOMIZE on Win32
15151              
15152              This fixes the problem described in:
15153              
15154              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-03/msg00740.html
15155      Branch: perl
15156            ! win32/win32.c
15157 ____________________________________________________________________________
15158 [ 24121] By: rgs                                   on 2005/03/31  15:24:24
15159         Log: Update copyrights.
15160              Well, those are generated files anyway.
15161      Branch: perl
15162            ! embed.h embed.pl embedvar.h global.sym perlapi.c perlapi.h
15163            ! proto.h
15164 ____________________________________________________________________________
15165 [ 24120] By: steveh                                on 2005/03/31  14:36:44
15166         Log: Add support for USE_SITECUSTOMIZE in the Win32 makefiles
15167              
15168              Note that this feature doesn't actually work correctly on Win32
15169              until the problem described here is solved:
15170              
15171              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-03/msg00740.html
15172      Branch: perl
15173            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
15174            ! win32/config.vc64 win32/makefile.mk
15175 ____________________________________________________________________________
15176 [ 24119] By: rgs                                   on 2005/03/31  13:52:58
15177         Log: Upgrade to Module::CoreList 1.99
15178      Branch: perl
15179            ! lib/Module/CoreList.pm
15180 ____________________________________________________________________________
15181 [ 24118] By: rgs                                   on 2005/03/31  13:45:17
15182         Log: More known problems.
15183      Branch: perl
15184            ! pod/perl592delta.pod
15185 ____________________________________________________________________________
15186 [ 24117] By: rgs                                   on 2005/03/31  13:10:26
15187         Log: Known problems, reported by Merijn
15188      Branch: perl
15189            ! pod/perl592delta.pod
15190 ____________________________________________________________________________
15191 [ 24116] By: rgs                                   on 2005/03/31  12:45:03
15192         Log: OS typo.
15193      Branch: perl
15194            ! pod/perl592delta.pod
15195 ____________________________________________________________________________
15196 [ 24115] By: rgs                                   on 2005/03/31  12:42:38
15197         Log: Add a tool to generate data for Module::CoreList
15198      Branch: perl
15199            + Porting/corelist.pl
15200            ! MANIFEST
15201 ____________________________________________________________________________
15202 [ 24114] By: rgs                                   on 2005/03/31  11:42:15
15203         Log: More work on perldelta
15204      Branch: perl
15205            ! pod/perl592delta.pod
15206 ____________________________________________________________________________
15207 [ 24113] By: steveh                                on 2005/03/31  10:01:18
15208         Log: Add support for PERL_HASH_SEED_EXPLICIT and NO_HASH_SEED in the
15209              Win32 makefiles
15210      Branch: perl
15211            ! win32/Makefile win32/makefile.mk
15212 ____________________________________________________________________________
15213 [ 24112] By: rgs                                   on 2005/03/31  09:58:40
15214         Log: AUTHORS update
15215      Branch: perl
15216            ! AUTHORS
15217 ____________________________________________________________________________
15218 [ 24111] By: steveh                                on 2005/03/31  09:18:23
15219         Log: A few Win32 makefile tidy-ups (No real changes)
15220      Branch: perl
15221            ! win32/Makefile win32/makefile.mk
15222 ____________________________________________________________________________
15223 [ 24110] By: steveh                                on 2005/03/31  08:20:00
15224         Log: Fix typo in INSTALL (s/USE_HAS_SEED_EXPLICIT/USE_HASH_SEED_EXPLICIT/)
15225      Branch: perl
15226            ! INSTALL
15227 ____________________________________________________________________________
15228 [ 24109] By: steveh                                on 2005/03/31  07:55:12
15229         Log: One more Win32 compilation clean-up (for when using -DDEBUGGING)
15230      Branch: perl
15231            ! sv.c
15232 ____________________________________________________________________________
15233 [ 24108] By: steveh                                on 2005/03/31  07:36:52
15234         Log: Another Win32 compilation clean-up (for when using Perl's malloc)
15235      Branch: perl
15236            ! malloc.c
15237 ____________________________________________________________________________
15238 [ 24107] By: merijn                                on 2005/03/30  17:03:19
15239         Log: Now that we have the full path, we can skip the which call,
15240              that might cause trouble on testdrive systems.
15241      Branch: perl
15242            ! hints/hpux.sh
15243 ____________________________________________________________________________
15244 [ 24106] By: rgs                                   on 2005/03/30  14:41:51
15245         Log: Update copyrights.
15246      Branch: perl
15247            ! XSUB.h av.c deb.c dump.c embedvar.h gv.h handy.h hv.h
15248            ! miniperlmain.c numeric.c op.h pad.c perl.h pp.h regcomp.h
15249            ! regen_perly.pl scope.h sv.h thrdvar.h thread.h
15250 ____________________________________________________________________________
15251 [ 24105] By: merijn                                on 2005/03/30  14:25:05
15252         Log: Simplify #24043 note now Configure can do -Dusesitecustomize
15253      Branch: perl
15254            ! INSTALL
15255 ____________________________________________________________________________
15256 [ 24104] By: merijn                                on 2005/03/30  14:17:40
15257         Log: Support for -Dusesitecustomize
15258      Branch: perl
15259            ! Configure config_h.SH
15260 ____________________________________________________________________________
15261 [ 24102] By: merijn                                on 2005/03/30  13:43:12
15262         Log: USE_STRLCAT and USE_STRLCPY now actually used
15263              LIBM_VERSION_TYPE and USE_SITECUSTOMIZE are preparations
15264              for future use
15265      Branch: perl
15266            ! handy.h
15267 ____________________________________________________________________________
15268 [ 24101] By: rgs                                   on 2005/03/30  13:34:11
15269         Log: Subject: [PATCH] ext/Errno/Errno_pm.PL: fix for GNU hurd
15270              From: Brendan O'Dea <bod@debian.org>
15271              Date: Wed, 30 Mar 2005 10:30:25 +1000
15272              Message-ID: <20050330003025.GA29797@londo.c47.org>
15273      Branch: perl
15274            ! ext/Errno/Errno_pm.PL
15275 ____________________________________________________________________________
15276 [ 24100] By: rgs                                   on 2005/03/30  13:16:52
15277         Log: Subject: Re: PATCH: byte count feature request for unpack
15278              From: perl5-porters@ton.iguana.be (Ton Hospel)
15279              Date: Sun, 27 Mar 2005 18:32:11 +0000 (UTC)
15280              Message-Id: <d26u7b$i3v$1@post.home.lunix>
15281              
15282              (rework of a patch from Arne Ahrend <aahrend@web.de>)
15283      Branch: perl
15284            ! pod/perldiag.pod pod/perlfunc.pod pp_pack.c t/op/pack.t
15285 ____________________________________________________________________________
15286 [ 24099] By: steveh                                on 2005/03/30  08:36:50
15287         Log: A couple more Win32 compilation clean-ups
15288      Branch: perl
15289            ! win32/win32sck.c
15290 ____________________________________________________________________________
15291 [ 24098] By: rgs                                   on 2005/03/30  08:03:13
15292         Log: Minor POD nits.
15293      Branch: perl
15294            ! ext/File/Glob/Glob.pm
15295 ____________________________________________________________________________
15296 [ 24097] By: merijn                                on 2005/03/30  07:49:46
15297         Log: Subject: Re: [PATCH] 5.6 File::Glob documentation insufficient for use
15298              From: Steven Schubiger <steven@accognoscere.org>
15299              Date: Wed, 30 Mar 2005 03:41:03 +0200 (CEST)
15300              Message-Id: <200503300141.j2U1f3EP024524@accognoscere.homeunix.org>
15301      Branch: perl
15302            ! ext/File/Glob/Glob.pm
15303 ____________________________________________________________________________
15304 [ 24096] By: steveh                                on 2005/03/29  15:18:30
15305         Log: Clean-up some warnings when compiling on Win32 with VC++
15306      Branch: perl
15307            ! hv.c mg.c op.c pp_pack.c pp_sort.c pp_sys.c utf8.c util.c
15308 ____________________________________________________________________________
15309 [ 24095] By: rgs                                   on 2005/03/29  12:39:39
15310         Log: Downconst external APIs
15311      Branch: perl
15312            ! embed.fnc gv.h op.c opcode.h opcode.pl pod/perlapi.pod proto.h
15313            ! sv.c util.c
15314 ____________________________________________________________________________
15315 [ 24094] By: rgs                                   on 2005/03/29  09:38:39
15316         Log: The core part of :
15317              Subject: [PATCH] Consting seven
15318              From: Andy Lester <andy@petdance.com>
15319              Date: Sun, 27 Mar 2005 15:57:22 -0600
15320              Message-ID: <20050327215722.GC20451@petdance.com>
15321      Branch: perl
15322            ! embed.fnc embed.h perl.c perlio.c pp_ctl.c proto.h regcomp.c
15323            ! regexec.c util.c
15324 ____________________________________________________________________________
15325 [ 24093] By: steveh                                on 2005/03/29  08:48:50
15326         Log: Fix Win32 compilation nit following change #24074
15327      Branch: perl
15328            ! util.c
15329 ____________________________________________________________________________
15330 [ 24092] By: steveh                                on 2005/03/29  08:22:45
15331         Log: Fix PerlLIO_chsize() for platforms that don't have chsize()
15332              
15333              This is the patch from the end of the thread that started here:
15334              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2004-09/msg00055.html
15335      Branch: perl
15336            ! doio.c iperlsys.h pp_sys.c
15337 ____________________________________________________________________________
15338 [ 24091] By: rgs                                   on 2005/03/29  07:01:40
15339         Log: Fix Peek.t to work with and without DEBUG_LEAKING_SCALARS
15340      Branch: perl
15341            ! ext/Devel/Peek/t/Peek.t
15342 ____________________________________________________________________________
15343 [ 24090] By: merijn                                on 2005/03/29  07:01:11
15344         Log: Make the spelling of whitespace (vs white-space and white space)
15345              more consistent
15346              From: Offer Kaye <offer.kaye@gmail.com>
15347              Date: Thu, 17 Mar 2005 14:47:36 -0500
15348              Message-ID: <5694250503171147668e73c7@mail.gmail.com>
15349      Branch: perl
15350            ! pod/perllocale.pod pod/perlop.pod pod/perlopentut.pod
15351            ! pod/perlre.pod pod/perlxstut.pod
15352 ____________________________________________________________________________
15353 [ 24089] By: rgs                                   on 2005/03/29  06:14:18
15354         Log: Don't #ifdef out a return statement
15355      Branch: perl
15356            ! pad.c
15357 ____________________________________________________________________________
15358 [ 24088] By: davem                                 on 2005/03/28  21:38:44
15359         Log: expand -DDEBUG_LEAKING_SCALARS to instrument the creation of each SV
15360      Branch: perl
15361            ! dump.c ext/Devel/Peek/t/Peek.t pad.c perl.c pod/perlhack.pod
15362            ! sv.c sv.h
15363 ____________________________________________________________________________
15364 [ 24087] By: rgs                                   on 2005/03/27  16:38:13
15365         Log: Raw work on perl592delta.
15366      Branch: perl
15367            ! pod/perl592delta.pod
15368 ____________________________________________________________________________
15369 [ 24086] By: rgs                                   on 2005/03/27  13:59:02
15370         Log: Subject: Re: [perl #34195] Regex: Alternations within negative lookahead assertions 
15371              From: hv@crypt.org
15372              Date: Thu, 24 Mar 2005 19:51:08 +0000
15373              Message-Id: <200503241951.j2OJp8s18147@zen.crypt.org>
15374      Branch: perl
15375            ! regexec.c t/op/re_tests
15376 ____________________________________________________________________________
15377 [ 24085] By: rgs                                   on 2005/03/27  13:30:18
15378         Log: Fix -C option of mktables (for VMS)
15379              
15380              Subject: Re: [PATCH] Consting five
15381              From: demerphq <demerphq@gmail.com>
15382              Date: Sat, 26 Mar 2005 21:45:09 +0100
15383              Message-ID: <9b18b311050326124563db5113@mail.gmail.com>
15384      Branch: perl
15385            ! lib/unicore/mktables
15386 ____________________________________________________________________________
15387 [ 24084] By: davem                                 on 2005/03/26  21:25:47
15388         Log: UTF-8 string substitution corrupts memory
15389              The implicit call of 'require utf8' triggered by code like
15390              "\x{100}" =~ /[[:print:]]/
15391              wasn't saving state correctly first.
15392      Branch: perl
15393            ! utf8.c
15394 ____________________________________________________________________________
15395 [ 24083] By: rgs                                   on 2005/03/26  17:40:26
15396         Log: Remove an XXX note from the public doc.
15397              Hide it in the comments, instead
15398      Branch: perl
15399            ! pod/perlapi.pod sv.c
15400 ____________________________________________________________________________
15401 [ 24082] By: nicholas                              on 2005/03/26  00:21:30
15402         Log: Need to return something when the compiler doesn't know that a
15403              function is "noreturn".
15404      Branch: perl
15405            ! mg.c op.c scope.c
15406 ____________________________________________________________________________
15407 [ 24081] By: nicholas                              on 2005/03/25  23:46:22
15408         Log: Subject: [PATCH] Consting five
15409              Date: Fri, 25 Mar 2005 17:14:09 -0600
15410              From: Andy Lester <andy@petdance.com>
15411              Message-ID: <20050325231409.GB17660@petdance.com>
15412              
15413              [with modification - the extra argument to incpush was supposed to
15414              be being used]
15415      Branch: perl
15416            ! av.c embed.fnc embed.h ext/DynaLoader/dlutils.c gv.c
15417            ! intrpvar.h locale.c mg.c miniperlmain.c op.c perl.c pp_sys.c
15418            ! proto.h regcomp.c thrdvar.h toke.c
15419 ____________________________________________________________________________
15420 [ 24080] By: rgs                                   on 2005/03/25  21:09:23
15421         Log: Subject: Re: [perl #34568] Perl crashes reading past the end of a heap block while parsing foreach statement
15422              From: Gurusamy Sarathy <gsar@ActiveState.com>
15423              Date: Fri, 25 Mar 2005 10:31:09 -0800
15424              Message-Id: <200503251831.j2PIV9A6006234@smtp3.ActiveState.com>
15425      Branch: perl
15426            ! op.c
15427 ____________________________________________________________________________
15428 [ 24079] By: rgs                                   on 2005/03/25  21:02:04
15429         Log: Subject: [PATCH] Consting part 4
15430              From: Andy Lester <andy@petdance.com>
15431              Date: Fri, 25 Mar 2005 14:43:31 -0600
15432              Message-ID: <20050325204331.GA16388@petdance.com>
15433      Branch: perl
15434            ! embed.fnc mg.c numeric.c op.c perlio.c pod/perlapi.pod proto.h
15435            ! regcomp.c scope.c sv.c taint.c toke.c utf8.c util.c
15436 ____________________________________________________________________________
15437 [ 24078] By: nicholas                              on 2005/03/25  20:57:46
15438         Log: FreeBSD NDBM appears to generate files ending .db, so be prepared to
15439              clean this variant up as well.
15440      Branch: perl
15441            ! lib/Memoize/t/tie_ndbm.t
15442 ____________________________________________________________________________
15443 [ 24077] By: rgs                                   on 2005/03/25  18:03:00
15444         Log: Remove the const qualifier from argv and env variables
15445      Branch: perl
15446            ! embed.fnc intrpvar.h perl.c pod/perlapi.pod proto.h
15447 ____________________________________________________________________________
15448 [ 24076] By: rgs                                   on 2005/03/25  14:41:46
15449         Log: Subject: [PATCH] const fix-up for vms/vms.c
15450              From: "Craig A. Berry" <craigberry@mac.com>
15451              Date: Fri, 25 Mar 2005 09:00:06 -0600
15452              Message-ID: <42442776.8030603@mac.com>
15453      Branch: perl
15454            ! vms/vms.c vms/vmsish.h
15455 ____________________________________________________________________________
15456 [ 24075] By: rgs                                   on 2005/03/25  09:24:15
15457         Log: Subject: [PATCH] Re: Smoke [5.9.2] 24061 FAIL(m) linux 2.6.10-1.770_FC3 [fedora] (i686/1 cpu)
15458              From: Steve Peters <steve@fisharerojo.org>
15459              Date: Tue, 22 Mar 2005 17:15:23 -0600
15460              Message-ID: <20050322231523.GA3083@mccoy.peters.homeunix.org>
15461      Branch: perl
15462            ! hints/linux.sh
15463 ____________________________________________________________________________
15464 [ 24074] By: rgs                                   on 2005/03/24  16:25:58
15465         Log: Subject: [PATCH] Third consting batch
15466              From: Andy Lester <andy@petdance.com>
15467              Date: Tue, 22 Mar 2005 00:35:55 -0600
15468              Message-Id: <2f14220e7101a03f7659dbe79a03b115@petdance.com>
15469      Branch: perl
15470            ! XSUB.h deb.c doio.c dump.c embed.fnc gv.c gv.h hv.c mg.c mg.h
15471            ! minimod.pl numeric.c op.c pad.c patchlevel.h perl.c perl.h
15472            ! perlio.c perliol.h perlvars.h perly.c pod/perlapi.pod
15473            ! pod/perlintern.pod pp.c pp_hot.c pp_sys.c proto.h regcomp.c
15474            ! regcomp.h regexec.c scope.c sv.c taint.c universal.c utf8.c
15475            ! utf8.h utfebcdic.h util.c writemain.SH xsutils.c
15476 ____________________________________________________________________________
15477 [ 24073] By: mhx                                   on 2005/03/22  16:30:57
15478         Log: Mention (un)?pack byte-order modifiers in perldelta
15479      Branch: perl
15480            ! pod/perl592delta.pod
15481 ____________________________________________________________________________
15482 [ 24072] By: rgs                                   on 2005/03/22  16:15:58
15483         Log: Some updates in the new perldelta.
15484      Branch: perl
15485            ! pod/perl592delta.pod
15486 ____________________________________________________________________________
15487 [ 24071] By: rgs                                   on 2005/03/22  15:30:18
15488         Log: Remove IPC::Run for 5.9.2
15489      Branch: perl
15490            - lib/IPC/Run.pm lib/IPC/Run/Debug.pm lib/IPC/Run/IO.pm
15491            - lib/IPC/Run/Timer.pm lib/IPC/Run/Win32Helper.pm
15492            - lib/IPC/Run/Win32IO.pm lib/IPC/Run/Win32Pump.pm
15493            - lib/IPC/Run/t/adopt.t lib/IPC/Run/t/binmode.t
15494            - lib/IPC/Run/t/bogus.t lib/IPC/Run/t/filter.t
15495            - lib/IPC/Run/t/harness.t lib/IPC/Run/t/io.t
15496            - lib/IPC/Run/t/kill_kill.t lib/IPC/Run/t/parallel.t
15497            - lib/IPC/Run/t/pty.t lib/IPC/Run/t/pump.t lib/IPC/Run/t/run.t
15498            - lib/IPC/Run/t/signal.t lib/IPC/Run/t/timeout.t
15499            - lib/IPC/Run/t/timer.t lib/IPC/Run/t/win32_compile.t
15500            ! MANIFEST
15501 ____________________________________________________________________________
15502 [ 24070] By: rgs                                   on 2005/03/22  14:53:01
15503         Log: Forbid the -C option on the command-line
15504              as suggested by Merijn (see [perl #34087])
15505      Branch: perl
15506            ! pod/perldiag.pod toke.c
15507 ____________________________________________________________________________
15508 [ 24069] By: rgs                                   on 2005/03/22  14:03:12
15509         Log: Upgrade to PathTools 3.05
15510      Branch: perl
15511            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm lib/File/Spec.pm
15512 ____________________________________________________________________________
15513 [ 24068] By: rgs                                   on 2005/03/22  10:59:53
15514         Log: Upgrade to File::Temp 0.16
15515      Branch: perl
15516            ! lib/File/Temp.pm lib/File/Temp/t/object.t
15517            ! lib/File/Temp/t/tempfile.t
15518 ____________________________________________________________________________
15519 [ 24067] By: rgs                                   on 2005/03/22  10:53:39
15520         Log: Revert change #24055, which was producing a segfault in installman
15521              when it was trying to install perltoc.
15522      Branch: perl
15523            ! regexec.c t/op/re_tests
15524 ____________________________________________________________________________
15525 [ 24066] By: rgs                                   on 2005/03/22  09:43:44
15526         Log: Fix unresolved POD link
15527      Branch: perl
15528            ! pod/perlfunc.pod
15529 ____________________________________________________________________________
15530 [ 24065] By: rgs                                   on 2005/03/22  09:21:09
15531         Log: Rename ${^RE_TRIE_MAXBUFF} to ${^RE_TRIE_MAXBUF},
15532              and other neatification
15533      Branch: perl
15534            ! pod/perl592delta.pod pod/perlvar.pod regcomp.c regcomp.h
15535 ____________________________________________________________________________
15536 [ 24064] By: rgs                                   on 2005/03/22  08:57:18
15537         Log: Subject: [PATCH] simple optimization for SelectSaver
15538              From: Alexey Tourbin <at@altlinux.ru>
15539              Date: Fri, 18 Mar 2005 21:05:51 +0300
15540              Message-ID: <20050318180551.GA12596@solemn.turbinal.org>
15541      Branch: perl
15542            ! lib/SelectSaver.pm
15543 ____________________________________________________________________________
15544 [ 24063] By: rgs                                   on 2005/03/22  08:53:21
15545         Log: minitest fix
15546      Branch: perl
15547            ! t/run/fresh_perl.t
15548 ____________________________________________________________________________
15549 [ 24062] By: rgs                                   on 2005/03/22  07:50:28
15550         Log: Add in perldelta changes about unpack A and trailing whitespace, trie
15551              optimization, and debug flags for "use re".
15552      Branch: perl
15553            ! pod/perl592delta.pod
15554 ____________________________________________________________________________
15555 [ 24061] By: nicholas                              on 2005/03/21  22:52:12
15556         Log: Casts needed to make VMS happy. (It gets very upset at assignments
15557              between char * and unsigned char *)
15558      Branch: perl
15559            ! pp_pack.c
15560 ____________________________________________________________________________
15561 [ 24060] By: rgs                                   on 2005/03/21  21:44:37
15562         Log: Subject: Re: unpack A strip patch
15563              From: Ton Hospel <perl5-porters@ton.iguana.be>
15564              Date: Mon, 21 Mar 2005 21:31:37 +0000 (UTC)
15565              Message-Id: <d1nefp$lpe$1@post.home.lunix>
15566      Branch: perl
15567            ! pod/perlfunc.pod pp_pack.c t/op/pack.t
15568 ____________________________________________________________________________
15569 [ 24059] By: rgs                                   on 2005/03/21  21:33:16
15570         Log: Subject: Re: regexp trie fails compile on VMS
15571              From: demerphq <demerphq@gmail.com>
15572              Date: Mon, 21 Mar 2005 22:29:09 +0100
15573              Message-ID: <9b18b311050321132917a4b1c7@mail.gmail.com>
15574      Branch: perl
15575            ! regcomp.c regcomp.h regcomp.pl regcomp.sym regexec.c
15576 ____________________________________________________________________________
15577 [ 24058] By: rgs                                   on 2005/03/21  21:22:10
15578         Log: Break up long lines in -V output for compile-time options
15579              
15580              Subject: Re: sitecustomize.pl [PATCH]
15581              From: sthoenna[at]efn.org (Yitzchak Scott-Thoennes)
15582              Date: Tue, 8 Mar 2005 17:46:04 -0800
15583              Message-ID: <20050309014604.GA5876[at]efn.org>
15584      Branch: perl
15585            ! perl.c
15586 ____________________________________________________________________________
15587 [ 24057] By: steveh                                on 2005/03/21  17:08:26
15588         Log: Oops - forgot to update MANIFEST for change 24056.
15589      Branch: perl
15590            ! MANIFEST
15591 ____________________________________________________________________________
15592 [ 24056] By: steveh                                on 2005/03/21  17:06:45
15593         Log: Subject: Re: Stop mktables from needlessly re-running when using dmake on Win32
15594              From: demerphq <demerphq@gmail.com>
15595              Date: Tue, 8 Mar 2005 02:24:10 +0100
15596              Message-ID: <9b18b311050307172455a5816e@mail.gmail.com>
15597              
15598              Change 24004 stopped mktables from needlessly re-running when using
15599              dmake on Win32, but it can still happen when using nmake because it
15600              doesn't support the .UPDATEALL attribute that was used to fix dmake.
15601              e.g. Build perl, touch a core header file, then rebuild -- mktables
15602              re-runs when it didn't need to, and 7 times over at that!  This change
15603              alleviates the pain by making mktables exit quickly in such cases.
15604      Branch: perl
15605            + lib/unicore/mktables.lst
15606            ! lib/unicore/mktables
15607 ____________________________________________________________________________
15608 [ 24055] By: rgs                                   on 2005/03/21  14:58:21
15609         Log: Resubmit change #24053.
15610      Branch: perl
15611            ! regexec.c t/op/re_tests
15612 ____________________________________________________________________________
15613 [ 24054] By: rgs                                   on 2005/03/21  14:32:58
15614         Log: Subject: [PATCH] Re: [perl #34493] h2ph `extern inline' problems
15615              From: Alexey Tourbin <at@altlinux.ru>
15616              Date: Sat, 19 Mar 2005 16:37:12 +0300
15617              Message-ID: <20050319133712.GB6484@solemn.turbinal.org>
15618              
15619              and
15620              
15621              Message-ID: <20050319141457.GC6484@solemn.turbinal.org>
15622      Branch: perl
15623            ! t/lib/h2ph.h utils/h2ph.PL
15624 ____________________________________________________________________________
15625 [ 24053] By: rgs                                   on 2005/03/21  13:15:34
15626         Log: Subject: Re: [perl #34195] Regex: Alternations within negative lookahead assertions 
15627              From: hv@crypt.org
15628              Date: Mon, 21 Feb 2005 17:59:49 +0000
15629              Message-Id: <200502211759.j1LHxnC22894@zen.crypt.org>
15630      Branch: perl
15631            ! regexec.c t/op/re_tests
15632 ____________________________________________________________________________
15633 [ 24052] By: rgs                                   on 2005/03/21  10:27:44
15634         Log: Subject: pack / for general types
15635              From: perl5-porters@ton.iguana.be (Ton Hospel)
15636              Date: Sat, 19 Mar 2005 22:00:45 +0000 (UTC)
15637              Message-Id: <d1i7ed$62c$1@post.home.lunix>
15638              
15639              Allow "len/format" to work for any format type, not just strings.
15640      Branch: perl
15641            ! pod/perldiag.pod pod/perlfunc.pod pp_pack.c t/op/pack.t
15642 ____________________________________________________________________________
15643 [ 24051] By: rgs                                   on 2005/03/21  10:12:01
15644         Log: perldelta suggestions on (un)?pack by Ton Hospel
15645      Branch: perl
15646            ! pod/perl592delta.pod
15647 ____________________________________________________________________________
15648 [ 24050] By: rgs                                   on 2005/03/21  09:59:13
15649         Log: Subject: Re: bugzilla.redhat bug #101767 (threads, threads::shared)
15650              From: Alexey Tourbin <at@altlinux.ru>
15651              Date: Sat, 19 Mar 2005 06:10:45 +0300
15652              Message-ID: <20050319031045.GN12596@solemn.turbinal.org>
15653      Branch: perl
15654            + ext/threads/hints/linux.pl ext/threads/shared/hints/linux.pl
15655            ! MANIFEST
15656 ____________________________________________________________________________
15657 [ 24049] By: rgs                                   on 2005/03/21  09:39:35
15658         Log: Subject: [PATCH] More consting goodness
15659              From: Andy Lester <andy@petdance.com>
15660              Date: Sat, 19 Mar 2005 01:28:30 -0600
15661              Message-ID: <20050319072830.GA7721@petdance.com>
15662      Branch: perl
15663            ! deb.c dump.c embed.fnc handy.h op.c opcode.h opcode.pl perl.c
15664            ! pod/perlapi.pod pp_ctl.c pp_sys.c proto.h regcomp.c regexec.c
15665            ! sv.c toke.c
15666 ____________________________________________________________________________
15667 [ 24048] By: rgs                                   on 2005/03/20  21:20:50
15668         Log: Upgrade to Math::BigInt 1.75, by Tels
15669      Branch: perl
15670            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
15671            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
15672            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
15673            ! lib/Math/BigInt/t/fallback.t lib/Math/BigInt/t/mbi_rand.t
15674            ! lib/Math/BigInt/t/sub_mbi.t
15675 ____________________________________________________________________________
15676 [ 24047] By: merijn                                on 2005/03/20  10:50:11
15677         Log: Subject: [PATCH] perlrun typo (env PERLDB_OPTS)
15678              From: Alexey Tourbin <at@altlinux.ru>
15679              Date: Sat, 19 Mar 2005 03:40:13 +0300
15680              Message-ID: <20050319004013.GJ12596@solemn.turbinal.org>
15681      Branch: perl
15682            ! pod/perlrun.pod
15683 ____________________________________________________________________________
15684 [ 24046] By: rgs                                   on 2005/03/18  21:47:54
15685         Log: Remove an useless line, spotted by Andy Lester
15686      Branch: perl
15687            ! toke.c
15688 ____________________________________________________________________________
15689 [ 24045] By: rgs                                   on 2005/03/18  16:54:38
15690         Log: Remove trie optimisation from the todo list
15691      Branch: perl
15692            ! pod/perltodo.pod
15693 ____________________________________________________________________________
15694 [ 24044] By: rgs                                   on 2005/03/18  15:04:39
15695         Log: Subject: Re: Reworked Trie Patch
15696              From: demerphq <demerphq@gmail.com>
15697              Date: Mon, 14 Mar 2005 08:55:39 +0100
15698              Message-ID: <9b18b31105031323557019ae1@mail.gmail.com>
15699              
15700              Subject: Re: Reworked Trie Patch
15701              From: demerphq <demerphq@gmail.com>
15702              Date: Wed, 16 Mar 2005 19:48:18 +0100
15703              Message-ID: <9b18b31105031610481025a080@mail.gmail.com>
15704              
15705              Plus minor nits in the documentation of re.pm,
15706              a version bump, and addition of an OPTIMIZE alias
15707      Branch: perl
15708            + t/op/regexp_notrie.t t/op/regexp_trielist.t
15709            ! MANIFEST embed.fnc embed.h ext/re/re.pm pod/perlvar.pod
15710            ! proto.h regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h
15711            ! sv.c t/op/pat.t t/op/re_tests t/op/readdir.t
15712 ____________________________________________________________________________
15713 [ 24043] By: rgs                                   on 2005/03/18  14:02:36
15714         Log: Subject: Re: sitecustomize.pl [PATCH]
15715              From: Gisle Aas <gisle@ActiveState.com>
15716              Date: 18 Mar 2005 04:06:40 -0800
15717              Message-ID: <lru0n9w433.fsf@caliper.activestate.com>
15718              
15719              Adds a new command-line switch, -f, and a new optional
15720              compile-time setting -DUSE_SITECUSTOMIZE
15721      Branch: perl
15722            ! INSTALL ext/Devel/DProf/t/DProf.t perl.c pod/perlrun.pod
15723 ____________________________________________________________________________
15724 [ 24042] By: rgs                                   on 2005/03/18  13:38:32
15725         Log: Subject: [PATCH] More const parms
15726              From: Andy Lester <andy@petdance.com>
15727              Date: Mon, 14 Mar 2005 13:59:54 -0600
15728              Message-ID: <20050314195954.GB7141@petdance.com>
15729      Branch: perl
15730            ! embed.fnc gv.c numeric.c op.c pad.c perlio.c pod/perlapi.pod
15731            ! pod/perlintern.pod pp_ctl.c pp_hot.c proto.h scope.c sv.c
15732            ! toke.c utf8.c
15733 ____________________________________________________________________________
15734 [ 24041] By: rgs                                   on 2005/03/18  10:27:17
15735         Log: Don't use vars in DynaLoader
15736              Remove left-over maintenance code
15737      Branch: perl
15738            ! ext/DynaLoader/DynaLoader_pm.PL
15739 ____________________________________________________________________________
15740 [ 24040] By: rgs                                   on 2005/03/18  07:57:06
15741         Log: Subject: [PATCH] $B::Disassembler::VERSION
15742              From: Alexey Tourbin <at@altlinux.ru>
15743              Date: Thu, 17 Mar 2005 19:02:38 +0300
15744              Message-ID: <20050317160238.GN5825@solemn.turbinal.org>
15745      Branch: perl
15746            ! ext/B/B/Disassembler.pm
15747 ____________________________________________________________________________
15748 [ 24039] By: rgs                                   on 2005/03/15  09:30:28
15749         Log: Upgrade to CGI 3.07.
15750              Add CGI's changelog
15751      Branch: perl
15752            + lib/CGI/Changes
15753            ! MANIFEST lib/CGI.pm lib/CGI/Cookie.pm
15754 ____________________________________________________________________________
15755 [ 24038] By: merijn                                on 2005/03/14  15:55:44
15756         Log: Subject: pp_pack.c, simplifying genpacksizetables
15757              From: perl5-porters@ton.iguana.be (Ton Hospel)
15758              Date: Sun, 13 Mar 2005 15:07:41 +0000 (UTC)
15759              Message-Id: <d11kvt$1k7$1@post.home.lunix>
15760      Branch: perl
15761            ! genpacksizetables.pl pp_pack.c
15762 ____________________________________________________________________________
15763 [ 24037] By: rgs                                   on 2005/03/14  14:35:33
15764         Log: Subject: [PATCH] Adding const qualifiers
15765              From: Andy Lester <andy@petdance.com>
15766              Date: Sun, 13 Mar 2005 14:20:05 -0600
15767              Message-ID: <20050313202005.GA23535@petdance.com>
15768      Branch: perl
15769            ! av.c embed.fnc gv.c hv.c mg.c op.c pod/perlapi.pod pp_ctl.c
15770            ! proto.h scope.c utf8.c
15771 ____________________________________________________________________________
15772 [ 24036] By: rgs                                   on 2005/03/14  09:19:01
15773         Log: Subject: Re: [perl #34155] perldoc -f hex should say how to convert back
15774              From: David Nicol <davidnicol@gmail.com>
15775              Date: Tue, 8 Mar 2005 18:23:11 -0600
15776              Message-ID: <934f64a20503081623713f6d27@mail.gmail.com>
15777      Branch: perl
15778            ! pod/perlfunc.pod
15779 ____________________________________________________________________________
15780 [ 24035] By: rgs                                   on 2005/03/13  21:14:36
15781         Log: Document pack changes in perldelta
15782      Branch: perl
15783            ! pod/perl592delta.pod
15784 ____________________________________________________________________________
15785 [ 24034] By: rgs                                   on 2005/03/13  16:41:05
15786         Log: Upgrade to Pod::Parser 1.30
15787      Branch: perl
15788            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
15789            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
15790            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podselect.PL
15791            ! t/pod/poderrs.xr
15792 ____________________________________________________________________________
15793 [ 24033] By: rgs                                   on 2005/03/13  11:07:40
15794         Log: Doc patches to clarify the stringification rules of {} and =>
15795              by Jarkko (bug #34419)
15796      Branch: perl
15797            ! pod/perldata.pod pod/perlop.pod
15798 ____________________________________________________________________________
15799 [ 24032] By: rgs                                   on 2005/03/13  09:20:01
15800         Log: gcc warning patch by Andy Lester
15801      Branch: perl
15802            ! perl.h
15803 ____________________________________________________________________________
15804 [ 24031] By: rgs                                   on 2005/03/12  22:05:14
15805         Log: Subject: Re: Encoding neutral unpack
15806              From: perl5-porters@ton.iguana.be (Ton Hospel)
15807              Date: Sat, 12 Mar 2005 18:54:29 +0000 (UTC)
15808              Message-ID: <d0vdt5$81a$1@post.home.lunix>
15809              
15810              A new test.
15811      Branch: perl
15812            ! t/op/pack.t
15813 ____________________________________________________________________________
15814 [ 24030] By: rgs                                   on 2005/03/12  22:01:21
15815         Log: Indentation patch by Ton Hospel for pp_pack
15816      Branch: perl
15817            ! pp_pack.c
15818 ____________________________________________________________________________
15819 [ 24029] By: rgs                                   on 2005/03/12  20:49:00
15820         Log: Change my email, put real name of Pixel
15821      Branch: perl
15822            ! AUTHORS
15823 ____________________________________________________________________________
15824 [ 24028] By: rgs                                   on 2005/03/12  17:15:23
15825         Log: Upgrade to DB_File 1.811, by Paul Marquess
15826      Branch: perl
15827            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
15828            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-hash.t
15829            ! ext/DB_File/typemap
15830 ____________________________________________________________________________
15831 [ 24027] By: rgs                                   on 2005/03/11  17:47:41
15832         Log: Add standard core test headers to the Class::ISA new tests
15833      Branch: perl
15834            ! lib/Class/ISA/t/00_about_verbose.t
15835            ! lib/Class/ISA/t/01_old_junk.t
15836 ____________________________________________________________________________
15837 [ 24026] By: rgs                                   on 2005/03/11  17:37:01
15838         Log: Upgrade to Class::ISA 0.33
15839      Branch: perl
15840            + lib/Class/ISA/ChangeLog lib/Class/ISA/t/00_about_verbose.t
15841            + lib/Class/ISA/t/01_old_junk.t
15842            - lib/Class/ISA/test.pl
15843            ! MANIFEST lib/Class/ISA.pm
15844 ____________________________________________________________________________
15845 [ 24025] By: rgs                                   on 2005/03/11  16:55:59
15846         Log: Update Changes
15847      Branch: perl
15848            ! Changes
15849 ____________________________________________________________________________
15850 [ 24024] By: rgs                                   on 2005/03/11  11:12:31
15851         Log: FAQ sync
15852      Branch: perl
15853            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
15854            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
15855            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
15856            ! pod/perlfaq9.pod
15857 ____________________________________________________________________________
15858 [ 24023] By: rgs                                   on 2005/03/11  10:22:28
15859         Log: Subject: [PATCH] pad_push numero three-o
15860              From: Andy Lester <andy@petdance.com>
15861              Date: Thu, 10 Mar 2005 15:17:28 -0600
15862              Message-ID: <20050310211728.GC32386@petdance.com>
15863      Branch: perl
15864            ! embed.fnc embed.h pad.c pod/perlintern.pod pp_ctl.c pp_hot.c
15865            ! proto.h
15866 ____________________________________________________________________________
15867 [ 24022] By: rgs                                   on 2005/03/10  17:42:54
15868         Log: Make the return value of close() depend not only on the success of the
15869              close itself, but also on whether the output stream had a previous
15870              error. From Jim Meyering <jim@meyering.net>, via Debian.
15871      Branch: perl
15872            ! doio.c
15873 ____________________________________________________________________________
15874 [ 24021] By: rgs                                   on 2005/03/10  17:39:56
15875         Log: 8 is not an octal digit. (from Debian)
15876      Branch: perl
15877            ! pod/perlreref.pod
15878 ____________________________________________________________________________
15879 [ 24020] By: rgs                                   on 2005/03/10  17:38:51
15880         Log: Fix a2p manpage (from Debian)
15881      Branch: perl
15882            ! x2p/a2p.pod
15883 ____________________________________________________________________________
15884 [ 24019] By: rgs                                   on 2005/03/10  17:36:37
15885         Log: Remove a spurious undefined warning when using getopts.pl with -w.
15886              (from Debian)
15887      Branch: perl
15888            ! lib/getopts.pl
15889 ____________________________________________________________________________
15890 [ 24018] By: rgs                                   on 2005/03/10  17:34:39
15891         Log: Doc patch for Devel::DProf (from Debian)
15892      Branch: perl
15893            ! ext/Devel/DProf/DProf.pm
15894 ____________________________________________________________________________
15895 [ 24017] By: rgs                                   on 2005/03/10  17:22:25
15896         Log: Add support for Debian GNU/k*BSD
15897      Branch: perl
15898            ! hints/gnukfreebsd.sh hints/gnuknetbsd.sh
15899 ____________________________________________________________________________
15900 [ 24016] By: rgs                                   on 2005/03/10  17:21:05
15901         Log: Patch for Debian bug #258618, compilation under Debian/Hurd
15902      Branch: perl
15903            ! hints/gnu.sh
15904 ____________________________________________________________________________
15905 [ 24015] By: steveh                                on 2005/03/10  15:18:20
15906         Log: Subject: Minor AUTHORS patch
15907              From: "Mike Giroux" <rmgiroux@hotmail.com>
15908              Date: Thu, 10 Mar 2005 08:39:04 -0500
15909              Message-ID: <BAY104-F4B1925432A15287069D3BCE520@phx.gbl>
15910      Branch: perl
15911            ! AUTHORS
15912 ____________________________________________________________________________
15913 [ 24014] By: steveh                                on 2005/03/10  11:25:36
15914         Log: More Win32 dmake fixes
15915
15916              Use $B macro as per change 23991 in more places, and fix some syntax
15917              errors in the subst's (missing trailing ",")
15918
15919              Tested with GCC and MSVC. I don't have BCC available, so those parts
15920              are untested.
15921      Branch: perl
15922            ! win32/makefile.mk
15923 ____________________________________________________________________________
15924 [ 24013] By: rgs                                   on 2005/03/10  10:10:33
15925         Log: Upgrade to CGI.pm 3.06
15926      Branch: perl
15927            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Util.pm
15928            ! lib/CGI/t/form.t lib/CGI/t/html.t
15929 ____________________________________________________________________________
15930 [ 24012] By: rgs                                   on 2005/03/09  22:17:33
15931         Log: Further pack optimisations by Ton Hospel
15932      Branch: perl
15933            ! pp_pack.c
15934 ____________________________________________________________________________
15935 [ 24011] By: rgs                                   on 2005/03/09  18:02:13
15936         Log: Fix memory corruption when growing pack utf8 buffer
15937      Branch: perl
15938            ! pp_pack.c
15939 ____________________________________________________________________________
15940 [ 24010] By: rgs                                   on 2005/03/08  17:53:50
15941         Log: Subject: Encoding neutral unpack
15942              From: perl5-porters@ton.iguana.be (Ton Hospel)
15943              Date: Sun, 6 Mar 2005 18:29:38 +0000 (UTC)
15944              Message-Id: <d0fi6i$k06$1@post.home.lunix>
15945      Branch: perl
15946            ! embed.fnc embed.h genpacksizetables.pl lib/charnames.t perl.h
15947            ! pod/perldiag.pod pod/perlfunc.pod pod/perlunicode.pod
15948            ! pod/perluniintro.pod pp_pack.c proto.h t/op/pack.t
15949            ! t/op/utftaint.t
15950 ____________________________________________________________________________
15951 [ 24009] By: merijn                                on 2005/03/08  15:25:57
15952         Log: Subject: Minor AUTHORS patch
15953              From: Andy Lester <andy@petdance.com>
15954              Date: Tue, 8 Mar 2005 09:44:45 -0600
15955              Message-ID: <20050308154445.GB3213@petdance.com>
15956      Branch: perl
15957            ! AUTHORS
15958 ____________________________________________________________________________
15959 [ 24008] By: merijn                                on 2005/03/08  14:45:17
15960         Log: Some updates to current status
15961      Branch: perl
15962            ! README.hpux
15963 ____________________________________________________________________________
15964 [ 24007] By: steveh                                on 2005/03/07  11:02:12
15965         Log: Include regcomp.h in Win32 makefiles
15966
15967              Subject: Re: Stop mktables from needlessly re-running when using dmake on Win32
15968              From: demerphq <demerphq@gmail.com>
15969              Date: Sun, 6 Mar 2005 09:16:12 +0100
15970              Message-ID: <9b18b311050306001624012bd@mail.gmail.com>
15971      Branch: perl
15972            ! win32/Makefile win32/makefile.mk
15973 ____________________________________________________________________________
15974 [ 24006] By: steveh                                on 2005/03/04  17:19:46
15975         Log: A better fix than change 24005 was ;)
15976
15977              Actually, "@echo." still emits a blank line.  Use "@rem" instead as the
15978              no-op.  This was being used in the Win95 case, but works fine on WinNT
15979              too, and is actually what ExtUtils-MakeMaker uses.
15980
15981              Also change the nmake Makefile.
15982      Branch: perl
15983            ! win32/Makefile win32/makefile.mk
15984 ____________________________________________________________________________
15985 [ 24005] By: steveh                                on 2005/03/04  17:11:56
15986         Log: Suppress "ECHO is on." messages when using dmake on Win32
15987
15988              (The shell's "echo" command displays the current echo setting when
15989              called with no arguments.  Use "echo." to display nothing.)
15990      Branch: perl
15991            ! win32/makefile.mk
15992 ____________________________________________________________________________
15993 [ 24004] By: steveh                                on 2005/03/04  17:01:24
15994         Log: Stop mktables from needlessly re-running when using dmake on Win32
15995      Branch: perl
15996            ! win32/makefile.mk
15997 ____________________________________________________________________________
15998 [ 24003] By: rgs                                   on 2005/03/04  16:02:20
15999         Log: Update -v copyright notice
16000      Branch: perl
16001            ! perl.c
16002 ____________________________________________________________________________
16003 [ 24002] By: rgs                                   on 2005/03/03  18:27:34
16004         Log: Add a regression test for bug #32193, and make the
16005              fix a bit more robust
16006      Branch: perl
16007            ! lib/Tie/RefHash.pm lib/Tie/RefHash.t
16008 ____________________________________________________________________________
16009 [ 24001] By: rgs                                   on 2005/03/03  18:03:15
16010         Log: Subject: [perl #32193] Tie::RefHash DELETE does not return value for ref keys
16011              From: Yuval Kojman (via RT) <perlbug-followup@perl.org>
16012              Date: 28 Oct 2004 12:16:37 -0000
16013              Message-ID: <rt-3.0.11-32193-98805.8.56634266171625@perl.org>
16014      Branch: perl
16015            ! lib/Tie/RefHash.pm
16016 ____________________________________________________________________________
16017 [ 24000] By: rgs                                   on 2005/03/03  15:43:43
16018         Log: do "filename" is not really used with perl subroutine librairies
16019              anymore.
16020      Branch: perl
16021            ! pod/perlfunc.pod
16022 ____________________________________________________________________________
16023 [ 23999] By: merijn                                on 2005/02/27  11:28:27
16024         Log: Fix for bug [ID 20020227.005] format bug with undefined _TOP
16025              http://rt.perl.org/rt3/Ticket/Display.html?id=8698
16026              If there was no TOP format the lines left on page was set
16027              to fixed number, now set to the current page length of the
16028              IO channel used. More debugging for yet another bug needed.
16029      Branch: perl
16030            ! pp_sys.c
16031 ____________________________________________________________________________
16032 [ 23998] By: davem                                 on 2005/02/26  11:32:59
16033         Log: ithreads: cond_signal() on a non-shared object coredumped
16034      Branch: perl
16035            ! ext/threads/shared/shared.xs
16036 ____________________________________________________________________________
16037 [ 23997] By: nicholas                              on 2005/02/26  09:33:30
16038         Log: SvUTF8 can be present on scalars other than PVs
16039              (specifically references with overloaded stringification)
16040      Branch: perl
16041            ! dump.c
16042 ____________________________________________________________________________
16043 [ 23996] By: davem                                 on 2005/02/26  00:47:03
16044         Log: Fix leaks in List::Util::reduce,first
16045              When the block is a closure, the cloned CV created on each call
16046              was never freed
16047      Branch: perl
16048            ! ext/List/Util/Util.xs ext/List/Util/lib/Scalar/Util.pm
16049 ____________________________________________________________________________
16050 [ 23995] By: steveh                                on 2005/02/24  15:52:01
16051         Log: Subject: Re: (patch blead) Extend t/harness to allow filtering of the file list by regex.
16052              From: demerphq <demerphq@gmail.com>
16053              Date: Wed, 23 Feb 2005 17:49:50 +0100
16054              Message-ID: <9b18b311050223084917d7ef59@mail.gmail.com>
16055      Branch: perl
16056            ! pod/perlhack.pod
16057 ____________________________________________________________________________
16058 [ 23994] By: merijn                                on 2005/02/24  10:12:26
16059         Log: Subject: [PATCH] dprofpp help
16060              From: Andy Lester <andy@petdance.com>
16061              Date: Thu, 24 Feb 2005 00:10:42 -0600
16062              Message-ID: <20050224061042.GA20259@petdance.com>
16063      Branch: perl
16064            ! utils/dprofpp.PL
16065 ____________________________________________________________________________
16066 [ 23993] By: steveh                                on 2005/02/23  13:36:59
16067         Log: Subject: (patch blead) Extend t/harness to allow filtering of the file list by regex.
16068              From: demerphq <demerphq@gmail.com>
16069              Date: Sat, 19 Feb 2005 11:10:00 +0100
16070              Message-ID: <9b18b3110502190210105decf4@mail.gmail.com>
16071      Branch: perl
16072            ! t/harness
16073 ____________________________________________________________________________
16074 [ 23992] By: steveh                                on 2005/02/23  12:28:55
16075         Log: Subject: Patch Win32 makefiles for blead to allow parameters to be passed to harness:
16076              From: demerphq <demerphq@gmail.com>
16077              Date: Sat, 19 Feb 2005 11:00:08 +0100
16078              Message-ID: <9b18b31105021902003d9c2a95@mail.gmail.com>
16079      Branch: perl
16080            ! win32/Makefile win32/makefile.mk
16081 ____________________________________________________________________________
16082 [ 23991] By: steveh                                on 2005/02/23  09:17:55
16083         Log: Fix Win32's dmake makefile.mk for new dmakes built with Visual C++
16084      Branch: perl
16085            ! win32/makefile.mk
16086 ____________________________________________________________________________
16087 [ 23990] By: rgs                                   on 2005/02/22  18:13:01
16088         Log: Porting/manicheck is not happy when I use spaces instead of tabs.
16089      Branch: perl
16090            ! MANIFEST
16091 ____________________________________________________________________________
16092 [ 23989] By: rgs                                   on 2005/02/21  16:05:22
16093         Log: Subject: IPC::Run test failures with utf8
16094              From: Nicholas Clark <nick@ccl4.org>
16095              Date: Sat, 19 Feb 2005 00:27:57 +0000
16096              Message-ID: <20050219002757.GO13998@plum.flirble.org>
16097      Branch: perl
16098            ! lib/IPC/Run/t/run.t
16099 ____________________________________________________________________________
16100 [ 23988] By: rgs                                   on 2005/02/21  13:51:44
16101         Log: Subject: [PATCH] signed/unsigned help for pp_pack.c
16102              From: "Craig A. Berry" <craigberry@mac.com>
16103              Date: Fri, 18 Feb 2005 09:42:52 -0600
16104              Message-ID: <42160CFC.3080304@mac.com>
16105      Branch: perl
16106            ! pp_pack.c
16107 ____________________________________________________________________________
16108 [ 23987] By: rgs                                   on 2005/02/21  12:56:22
16109         Log: Subject: (blead patch) Skip a torture test under blead, and skip certain torture tests under Win32.
16110              From: demerphq <demerphq@gmail.com>
16111              Date: Sat, 19 Feb 2005 11:04:00 +0100
16112              Message-ID: <9b18b3110502190204641e103c@mail.gmail.com
16113      Branch: perl
16114            ! t/japh/abigail.t
16115 ____________________________________________________________________________
16116 [ 23986] By: rgs                                   on 2005/02/18  18:21:25
16117         Log: Subject: Patch for Perlbug #4253
16118              From: Nikolai Eipel <eipel@web.de>
16119              Date: Sat, 29 Jan 2005 16:52:53 +0100
16120              Message-Id: <200501291652.53841.eipel@web.de>
16121
16122              (-T and -B invalidate _ filehandle when no read permission on file)
16123              plus a regression test
16124      Branch: perl
16125            ! pp_sys.c t/op/stat.t
16126 ____________________________________________________________________________
16127 [ 23985] By: rgs                                   on 2005/02/18  16:18:34
16128         Log: Install and build corelist on VMS, too
16129      Branch: perl
16130            ! vms/descrip_mms.template
16131 ____________________________________________________________________________
16132 [ 23984] By: rgs                                   on 2005/02/18  16:07:54
16133         Log: Add corelist to the win32 makefiles
16134              (noticed by demerphq)
16135      Branch: perl
16136            ! win32/Makefile win32/makefile.mk
16137 ____________________________________________________________________________
16138 [ 23983] By: rgs                                   on 2005/02/18  15:48:51
16139         Log: Subject: [perl #32968] [PATCH] Re: B::walkoptree segfaults
16140              From: Stephen McCamant <smcc@MIT.EDU>
16141              Date: Tue, 28 Dec 2004 10:13:50 -0800
16142              Message-ID: <16849.41566.887352.677148@apocalypse.OCF.Berkeley.EDU>
16143      Branch: perl
16144            ! ext/B/B.xs op.h
16145 ____________________________________________________________________________
16146 [ 23982] By: rgs                                   on 2005/02/18  15:34:59
16147         Log: Subject: Re: Integration of PathTools 3.04
16148              From: demerphq <demerphq@gmail.com>
16149              Date: Fri, 18 Feb 2005 16:31:50 +0100
16150              Message-ID: <9b18b31105021807316af0aed5@mail.gmail.com>
16151      Branch: perl
16152            ! lib/Cwd.pm
16153 ____________________________________________________________________________
16154 [ 23981] By: rgs                                   on 2005/02/18  15:00:12
16155         Log: Subject: Re: Bug in Socket::IO::INET Version 1.27
16156              From: Gisle Aas <gisle@ActiveState.com>
16157              Date: 03 Feb 2005 03:16:46 -0800
16158              Message-ID: <lr7jlpsxk1.fsf@caliper.activestate.com>
16159      Branch: perl
16160            ! ext/IO/lib/IO/Socket/INET.pm
16161 ____________________________________________________________________________
16162 [ 23980] By: rgs                                   on 2005/02/18  14:27:38
16163         Log: Integrate encoding::warnings from Autrijus Tang.
16164      Branch: perl
16165            + lib/encoding/warnings.pm lib/encoding/warnings/t/1-warning.t
16166            + lib/encoding/warnings/t/2-fatal.t
16167            + lib/encoding/warnings/t/3-normal.t
16168            ! MANIFEST
16169 ____________________________________________________________________________
16170 [ 23979] By: rgs                                   on 2005/02/18  09:53:36
16171         Log: Subject: [PATCH] find2perl, new options
16172              From: slaven@rezic.de
16173              Date: Thu, 17 Feb 2005 22:30:13 +0100
16174              Message-Id: <1108675813.24421@devpc01.iconmobile.de>
16175      Branch: perl
16176            ! x2p/find2perl.PL
16177 ____________________________________________________________________________
16178 [ 23978] By: rgs                                   on 2005/02/18  08:54:33
16179         Log: Missing dependencies in x2p makefile, by Slaven Rezic.
16180      Branch: perl
16181            ! x2p/Makefile.SH
16182 ____________________________________________________________________________
16183 [ 23977] By: rgs                                   on 2005/02/17  18:14:19
16184         Log: Upgrade to PathTools 3.04
16185              (plus tweaks to Cwd and cwd.t to run when building perl)
16186      Branch: perl
16187            + ext/Cwd/ppport.h
16188            ! MANIFEST ext/Cwd/Changes ext/Cwd/Cwd.xs ext/Cwd/t/cwd.t
16189            ! ext/Cwd/t/taint.t ext/Cwd/t/win32.t lib/Cwd.pm
16190            ! lib/File/Spec.pm lib/File/Spec/Cygwin.pm lib/File/Spec/Epoc.pm
16191            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
16192            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
16193            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
16194            ! lib/File/Spec/t/Spec.t lib/File/Spec/t/crossplatform.t
16195            ! lib/File/Spec/t/rel2abs2rel.t
16196 ____________________________________________________________________________
16197 [ 23976] By: rgs                                   on 2005/02/17  17:42:59
16198         Log: Upgrade to Pod::LaTeX 0.58
16199      Branch: perl
16200            ! lib/Pod/LaTeX.pm lib/Pod/t/pod2latex.t
16201 ____________________________________________________________________________
16202 [ 23975] By: rgs                                   on 2005/02/17  15:21:55
16203         Log: Upgrade to Time::HiRes 1.66
16204      Branch: perl
16205            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
16206            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/t/HiRes.t
16207 ____________________________________________________________________________
16208 [ 23974] By: rgs                                   on 2005/02/17  14:57:06
16209         Log: Subject: [perl #31730] [PATCH] IO::File reads garbage from directory filehandles
16210              From: "Steve Peters via RT" <perlbug-followup@perl.org>
16211              Date: 1 Feb 2005 16:24:11 -0000
16212              Message-ID: <rt-3.0.11-31730-107010.1.24399823945417@perl.org>
16213      Branch: perl
16214            ! ext/IO/lib/IO/File.pm
16215 ____________________________________________________________________________
16216 [ 23973] By: rgs                                   on 2005/02/16  13:20:55
16217         Log: Subject: Re: [PATCH] Re: perl winpid?
16218              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
16219              Date: Tue, 15 Feb 2005 20:45:13 -0800
16220              Message-ID: <20050216044512.GA2516@efn.org>
16221      Branch: perl
16222            ! ext/B/t/stash.t
16223 ____________________________________________________________________________
16224 [ 23972] By: steveh                                on 2005/02/15  14:47:47
16225         Log: Jan Dubois has taken over maintenance of Win32 stuff from Sarathy
16226      Branch: perl
16227            ! Porting/Maintainers.pl README.win32
16228 ____________________________________________________________________________
16229 [ 23971] By: rgs                                   on 2005/02/15  13:52:15
16230         Log: Fix documentation bug in using Socket's import tags :
16231
16232              Subject: [perl #34141] example in perlbug -f getsockopt incomplete
16233              From: David Dyck (via RT) <perlbug-followup@perl.org>
16234              Date: 15 Feb 2005 07:35:45 -0000
16235              Message-ID: <rt-3.0.11-34141-107730.6.0777451251105@perl.org>
16236      Branch: perl
16237            ! pod/perlfunc.pod
16238 ____________________________________________________________________________
16239 [ 23970] By: steveh                                on 2005/02/15  13:20:40
16240         Log: Fix PERL_MALLOC/DEBUG_MSTATS options in Win32 makefiles
16241
16242              Currently, if USE_IMP_SYS is defined then PERL_MALLOC gets undefined.
16243              We should also undefine DEBUG_MSTATS if PERL_MALLOC is (or has become)
16244              undefined, and we should do all this *before* inspecting DEBUG_MSTATS
16245              to see if we need to add -DPERL_DEBUGGING_MSTATS to BUILDOPT.
16246      Branch: perl
16247            ! win32/Makefile win32/makefile.mk
16248 ____________________________________________________________________________
16249 [ 23969] By: steveh                                on 2005/02/15  11:40:03
16250         Log: Fix definition of DEBUG_MSTATS for Win32 dmake builds
16251      Branch: perl
16252            ! win32/makefile.mk
16253 ____________________________________________________________________________
16254 [ 23968] By: rgs                                   on 2005/02/15  08:29:13
16255         Log: Use strl* functions in doio.c when available
16256              Based on :
16257              Subject: [PATCH] Changes to doio.c to use strlcpy() and strlcat()
16258              From: Steve Peters <steve@fisharerojo.org>
16259              Date: Wed, 1 Dec 2004 19:42:14 -0600
16260              Message-ID: <20041202014214.GA20907@mccoy.peters.homeunix.org>
16261      Branch: perl
16262            ! doio.c
16263 ____________________________________________________________________________
16264 [ 23967] By: mhx                                   on 2005/02/15  04:58:48
16265         Log: Subject: [PATCH] Additional tests for t/op/not.t
16266              From: Steve Peters <steve@fisharerojo.org>
16267              Date: Mon, 14 Feb 2005 19:54:17 -0600
16268              Message-ID: <20050215015417.GA30368@mccoy.peters.homeunix.org>
16269      Branch: perl
16270            ! t/op/not.t
16271 ____________________________________________________________________________
16272 [ 23966] By: rgs                                   on 2005/02/14  21:05:17
16273         Log: Subject: Re: encoding neutral unpack
16274              From: perl5-porters@ton.iguana.be (Ton Hospel)
16275              Date: Sat, 5 Feb 2005 01:34:44 +0000 (UTC)
16276              Message-ID: <cu17rk$k78$1@post.home.lunix>
16277
16278              tweaked to remove the 'not supported on this platform'
16279              error messages
16280      Branch: perl
16281            ! genpacksizetables.pl pp_pack.c t/op/pack.t t/uni/case.pl
16282 ____________________________________________________________________________
16283 [ 23965] By: mhx                                   on 2005/02/14  17:26:02
16284         Log: Regenerate Perl_keyword() to remove superfluous goto statements.
16285      Branch: perl
16286            ! toke.c
16287 ____________________________________________________________________________
16288 [ 23964] By: mhx                                   on 2005/02/14  17:21:29
16289         Log: Require version 0.05 of Devel::Tokenizer::C.
16290      Branch: perl
16291            ! perl_keyword.pl
16292 ____________________________________________________________________________
16293 [ 23963] By: rgs                                   on 2005/02/12  16:26:47
16294         Log: Mac OS Classic vs Mac OS X clarications
16295              by Sherm Pendley
16296      Branch: perl
16297            ! pod/perlfaq3.pod pod/perlmodinstall.pod pod/perlopentut.pod
16298            ! pod/perlrun.pod
16299 ____________________________________________________________________________
16300 [ 23962] By: rgs                                   on 2005/02/12  16:14:56
16301         Log: README.cygwin additions by Reini Urban
16302      Branch: perl
16303            ! README.cygwin
16304 ____________________________________________________________________________
16305 [ 23961] By: merijn                                on 2005/02/11  09:32:50
16306         Log: Subject: Re: [PATCH] Re: perl winpid?
16307              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
16308              Date: Thu, 10 Feb 2005 20:04:35 -0800
16309              Message-ID: <20050211040434.GA3824@efn.org>
16310      Branch: perl
16311            + t/lib/cygwin.t
16312            ! MANIFEST README.cygwin cygwin/cygwin.c
16313 ____________________________________________________________________________
16314 [ 23960] By: mhx                                   on 2005/02/10  20:50:31
16315         Log: not() || 1 produces segmentation fault
16316
16317              Fixed by making not() behave like not(0). This is also the
16318              way not() behaved before it started segfaulting in 5.6.0.
16319      Branch: perl
16320            + t/op/not.t
16321            ! MANIFEST perly.act perly.h perly.tab perly.y
16322 ____________________________________________________________________________
16323 [ 23959] By: mhx                                   on 2005/02/10  20:36:13
16324         Log: regen_perly.pl runs fine with bison 2.0.
16325      Branch: perl
16326            ! regen_perly.pl
16327 ____________________________________________________________________________
16328 [ 23958] By: merijn                                on 2005/02/10  15:56:04
16329         Log: 'what' cannot find ccversion if `which cc` is a symlink to ccache
16330              ccversion is important enough to jump through some hoops to get it
16331      Branch: perl
16332            ! hints/hpux.sh
16333 ____________________________________________________________________________
16334 [ 23957] By: merijn                                on 2005/02/10  14:19:51
16335         Log: Swap logic in BEGIN blocks to have Cwd's abs_path do the
16336              translation *before* the chdir (), so it now DTRT
16337      Branch: perl
16338            ! lib/IPC/Run/t/adopt.t lib/IPC/Run/t/binmode.t
16339            ! lib/IPC/Run/t/bogus.t lib/IPC/Run/t/filter.t
16340            ! lib/IPC/Run/t/harness.t lib/IPC/Run/t/io.t
16341            ! lib/IPC/Run/t/kill_kill.t lib/IPC/Run/t/parallel.t
16342            ! lib/IPC/Run/t/pty.t lib/IPC/Run/t/pump.t lib/IPC/Run/t/run.t
16343            ! lib/IPC/Run/t/signal.t lib/IPC/Run/t/timeout.t
16344            ! lib/IPC/Run/t/timer.t lib/IPC/Run/t/win32_compile.t
16345 ____________________________________________________________________________
16346 [ 23956] By: rgs                                   on 2005/02/10  10:58:26
16347         Log: Upgrade to Time::Local 1.11
16348      Branch: perl
16349            ! lib/Time/Local.pm lib/Time/Local.t
16350 ____________________________________________________________________________
16351 [ 23955] By: rgs                                   on 2005/02/10  10:51:59
16352         Log: Subject: Re: [PATCH] BigInt mbi_rand.t failings (solved now)
16353              From: Tels <nospam-abuse@bloodgate.com>
16354              Date: Wed, 9 Feb 2005 21:44:22 +0100
16355              Message-Id: <200502092144.24051@bloodgate.com>
16356      Branch: perl
16357            ! lib/Math/BigInt/Calc.pm
16358 ____________________________________________________________________________
16359 [ 23954] By: rgs                                   on 2005/02/09  18:06:39
16360         Log: Add IPC::Run 0.80.
16361
16362              Subject: [PATCH] IPC::Run 0.80 integration (was Re: [RFC] More core integration)
16363              From: "Jos I. Boumans" <kane@xs4all.net>
16364              Date: Fri, 28 Jan 2005 18:32:44 +0100
16365              Message-Id: <9E6ECDBE-7152-11D9-B82E-000A956B0E06@xs4all.net>
16366
16367              with PERL_CORE test premables hacked for better $^X portability
16368              (we hope.)
16369      Branch: perl
16370            + lib/IPC/Run.pm lib/IPC/Run/Debug.pm lib/IPC/Run/IO.pm
16371            + lib/IPC/Run/Timer.pm lib/IPC/Run/Win32Helper.pm
16372            + lib/IPC/Run/Win32IO.pm lib/IPC/Run/Win32Pump.pm
16373            + lib/IPC/Run/t/adopt.t lib/IPC/Run/t/binmode.t
16374            + lib/IPC/Run/t/bogus.t lib/IPC/Run/t/filter.t
16375            + lib/IPC/Run/t/harness.t lib/IPC/Run/t/io.t
16376            + lib/IPC/Run/t/kill_kill.t lib/IPC/Run/t/parallel.t
16377            + lib/IPC/Run/t/pty.t lib/IPC/Run/t/pump.t lib/IPC/Run/t/run.t
16378            + lib/IPC/Run/t/signal.t lib/IPC/Run/t/timeout.t
16379            + lib/IPC/Run/t/timer.t lib/IPC/Run/t/win32_compile.t
16380            ! MANIFEST
16381 ____________________________________________________________________________
16382 [ 23953] By: rgs                                   on 2005/02/09  09:28:19
16383         Log: Patch for CAN-2004-0452 by Jeroen van Wolffelaar.
16384              The rmtree() function in the perl File::Path module would remove
16385              directories in an insecure manner which could lead to the removal
16386              of arbitrary files and directories via a symlink attack.
16387      Branch: perl
16388            ! lib/File/Path.pm
16389 ____________________________________________________________________________
16390 [ 23952] By: merijn                                on 2005/02/08  16:30:43
16391         Log: IBM Released vac.C version 7, and changed the naming convention (again)
16392              Thanks to Campo for spotting, testing and the fix
16393      Branch: perl
16394            ! hints/aix.sh
16395 ____________________________________________________________________________
16396 [ 23951] By: rgs                                   on 2005/02/08  14:02:56
16397         Log: Subject: [perl #34076] P/p pack formats only recognize literal undef
16398              From: perl-5.8.0@ton.iguana.be (via RT) <perlbug-followup@perl.org>
16399              Date: 6 Feb 2005 22:03:20 -0000
16400              Message-ID: <rt-3.0.11-34076-107344.19.3123360602169@perl.org>
16401      Branch: perl
16402            ! pp_pack.c
16403 ____________________________________________________________________________
16404 [ 23950] By: rgs                                   on 2005/02/08  11:09:03
16405         Log: Remove mention of sub-packages in the Symbol manpage.
16406      Branch: perl
16407            ! lib/Symbol.pm
16408 ____________________________________________________________________________
16409 [ 23949] By: rgs                                   on 2005/02/08  10:44:09
16410         Log: Add Module::CoreList in the maintainers list
16411      Branch: perl
16412            ! Porting/Maintainers.pl
16413 ____________________________________________________________________________
16414 [ 23948] By: rgs                                   on 2005/02/08  10:39:21
16415         Log: Fix typo in corelist
16416      Branch: perl
16417            ! lib/Module/CoreList/bin/corelist
16418 ____________________________________________________________________________
16419 [ 23947] By: rgs                                   on 2005/02/08  10:22:22
16420         Log: Add Module::CoreList to bleadperl.
16421
16422              Subject: [PATCH] Module::CoreList 1.98 integration (was: Re: [RFC] More core integration)
16423              From: "Jos I. Boumans" <kane@xs4all.net>
16424              Date: Fri, 28 Jan 2005 17:38:27 +0100
16425              Message-Id: <097CE3D0-714B-11D9-B82E-000A956B0E06@xs4all.net>
16426      Branch: perl
16427            + lib/Module/CoreList.pm lib/Module/CoreList/bin/corelist
16428            + lib/Module/CoreList/t/corelist.t utils/corelist.PL
16429            ! MANIFEST installperl utils.lst utils/Makefile
16430 ____________________________________________________________________________
16431 [ 23946] By: rgs                                   on 2005/02/08  09:31:45
16432         Log: Subject: [perl #34062] pack Z0 destroys the character before
16433              From: perl-5.8.0@ton.iguana.be (via RT) <perlbug-followup@perl.org>
16434              Date: 5 Feb 2005 18:09:00 -0000
16435              Message-ID: <rt-3.0.11-34062-107199.19.360569328007@perl.org>
16436              (plus a regression test)
16437      Branch: perl
16438            ! pp_pack.c t/op/pack.t
16439 ____________________________________________________________________________
16440 [ 23945] By: rgs                                   on 2005/02/08  09:25:29
16441         Log: A small precision in the docs for overloaded regexp escapes
16442              (see bug #33906)
16443      Branch: perl
16444            ! pod/perlre.pod
16445 ____________________________________________________________________________
16446 [ 23943] By: rgs                                   on 2005/02/06  22:18:48
16447         Log: Avoid evaluating a strlen twice due the new implementation
16448              of New() with PERL_MALLOC_WRAP
16449      Branch: perl
16450            ! util.c
16451 ____________________________________________________________________________
16452 [ 23942] By: nicholas                              on 2005/02/05  22:02:50
16453         Log: Stop lib/h2xs.t failing needlessly if it failed to clear up behind
16454              itself on a previous run.
16455      Branch: perl
16456            ! lib/h2xs.t
16457 ____________________________________________________________________________
16458 [ 23941] By: nicholas                              on 2005/02/05  21:47:35
16459         Log: With mallocwrap New() evaluates its arguments more than once, so they
16460              had better not have any side effects.
16461              :-(
16462      Branch: perl
16463            ! util.c
16464 ____________________________________________________________________________
16465 [ 23935] By: nicholas                              on 2005/02/05  15:05:08
16466         Log: Let's (un)do the timewarp, again.
16467              Attempt to bodge round Makefile sometimes being older than Makefile.PL
16468              Pesky filesystems.
16469      Branch: perl
16470            ! lib/ExtUtils/t/Constant.t
16471 ____________________________________________________________________________
16472 [ 23928] By: rgs                                   on 2005/02/04  10:41:43
16473         Log: Upgrade to Digest 1.10
16474      Branch: perl
16475            + lib/Digest/Changes lib/Digest/file.pm lib/Digest/t/file.t
16476            ! MANIFEST lib/Digest.pm lib/Digest/base.pm
16477 ____________________________________________________________________________
16478 [ 23927] By: mhx                                   on 2005/02/02  21:33:12
16479         Log: Remove 2 unused variables from APItest.xs.
16480      Branch: perl
16481            ! ext/XS/APItest/APItest.xs
16482 ____________________________________________________________________________
16483 [ 23926] By: mhx                                   on 2005/02/02  21:29:40
16484         Log: Upgrade to Devel::PPPort 3.06.
16485      Branch: perl
16486            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
16487            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort.xs
16488            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/module3.c
16489            ! ext/Devel/PPPort/parts/inc/exception
16490            ! ext/Devel/PPPort/parts/inc/misc
16491 ____________________________________________________________________________
16492 [ 23925] By: mhx                                   on 2005/02/02  21:26:14
16493         Log: Attempt to fix problems with new exception handling macros.
16494      Branch: perl
16495            + ext/XS/APItest/exception.c
16496            ! MANIFEST XSUB.h ext/XS/APItest/APItest.xs
16497            ! ext/XS/APItest/MANIFEST ext/XS/APItest/Makefile.PL
16498            ! pod/perlguts.pod
16499 ____________________________________________________________________________
16500 [ 23924] By: rgs                                   on 2005/02/02  19:50:53
16501         Log: Subject: Re: encoding neutral unpack
16502              From: perl5-porters[at]ton.iguana.be (Ton Hospel)
16503              Date: Sat, 29 Jan 2005 12:54:34 +0000 (UTC)
16504              Message-ID: <ctg12a$j0e$2[at]post.home.lunix>
16505
16506              Counted length prefixes shouldn't change C0/U0 mode
16507              in pack/unpack (plus a regression test)
16508      Branch: perl
16509            ! pp_pack.c t/op/pack.t
16510 ____________________________________________________________________________
16511 [ 23923] By: rgs                                   on 2005/02/02  19:35:47
16512         Log: Subject: Re: encoding neutral unpack
16513              From: perl5-porters[at]ton.iguana.be (Ton Hospel)
16514              Date: Sat, 29 Jan 2005 13:07:38 +0000 (UTC)
16515              Message-ID: <ctg1qq$j0e$3[at]post.home.lunix>
16516
16517              Make U0 and C0 scoped to () pack subtemplates.
16518              (plus a regression test)
16519      Branch: perl
16520            ! pp_pack.c t/op/pack.t
16521 ____________________________________________________________________________
16522 [ 23922] By: rgs                                   on 2005/02/02  19:23:46
16523         Log: Subject: Re: encoding neutral unpack
16524              From: perl5-porters[at]ton.iguana.be (Ton Hospel)
16525              Date: Sat, 29 Jan 2005 13:24:55 +0000 (UTC)
16526              Message-ID: <ctg2r7$j0e$4[at]post.home.lunix>
16527
16528              Ensure that with the C format, unpack checksums
16529              don't get overflowed. (plus a regression test)
16530      Branch: perl
16531            ! pp_pack.c t/op/pack.t
16532 ____________________________________________________________________________
16533 [ 23921] By: davem                                 on 2005/02/02  18:25:00
16534         Log: fix POSIX::strtod error handling documentation
16535      Branch: perl
16536            ! ext/POSIX/POSIX.pod
16537 ____________________________________________________________________________
16538 [ 23920] By: merijn                                on 2005/02/02  13:12:17
16539         Log: Subject: [PATCH pod/perlfunc.pod] POD nit @ sysseek
16540              From: Abigail <abigail@abigail.nl>
16541              Date: Tue, 1 Feb 2005 21:33:14 +0100
16542              Message-ID: <20050201203314.GC335@abigail.nl>
16543      Branch: perl
16544            ! pod/perlfunc.pod
16545 ____________________________________________________________________________
16546 [ 23919] By: merijn                                on 2005/02/02  12:49:46
16547         Log: Picky compilers (e.g. vac on AIX 5.2) do not accept statements
16548              between declarations
16549      Branch: perl
16550            ! ext/Devel/PPPort/PPPort.xs
16551 ____________________________________________________________________________
16552 [ 23917] By: nicholas                              on 2005/02/01  11:46:31
16553         Log: "All" "all?" Who said all? There were 2 more missing gnuk{free,net}bsd
16554              hints files to add to MANIFEST. Sort MANIFEST
16555              while I'm in the area.
16556      Branch: perl
16557            ! MANIFEST
16558 ____________________________________________________________________________
16559 [ 23916] By: rgs                                   on 2005/02/01  10:02:51
16560         Log: Subject: Re: [perl #34010] localtime docs
16561              From: Andy Lester <andy@petdance.com>
16562              Date: Mon, 31 Jan 2005 21:24:29 -0600
16563              Message-ID: <20050201032429.GA29354@petdance.com>
16564      Branch: perl
16565            ! pod/perlfunc.pod
16566 ____________________________________________________________________________
16567 [ 23915] By: rgs                                   on 2005/01/31  23:08:59
16568         Log: Subject: Re: encoding neutral unpack
16569              From: perl5-porters[at]ton.iguana.be (Ton Hospel)
16570              Date: Sat, 29 Jan 2005 12:41:20 +0000 (UTC)
16571              Message-ID: <ctg09g$j0e$1[at]post.home.lunix>
16572
16573              Forgotten character progress while checksumming over partial
16574              b or B format. (plus a regression test)
16575      Branch: perl
16576            ! pp_pack.c t/op/pack.t
16577 ____________________________________________________________________________
16578 [ 23914] By: mhx                                   on 2005/01/31  19:22:41
16579         Log: Make Perl_keyword() another 30% faster.
16580      Branch: perl
16581            ! perl_keyword.pl toke.c
16582 ____________________________________________________________________________
16583 [ 23913] By: mhx                                   on 2005/01/31  18:14:44
16584         Log: Regenerate perlapi.pod.
16585      Branch: perl
16586            ! pod/perlapi.pod
16587 ____________________________________________________________________________
16588 [ 23912] By: mhx                                   on 2005/01/31  18:07:29
16589         Log: Upgrade to Devel::PPPort 3.05.
16590      Branch: perl
16591            + ext/Devel/PPPort/parts/base/5008006
16592            + ext/Devel/PPPort/parts/inc/exception
16593            + ext/Devel/PPPort/parts/todo/5008006
16594            + ext/Devel/PPPort/t/exception.t
16595            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS
16596            ! ext/Devel/PPPort/MANIFEST ext/Devel/PPPort/MANIFEST.SKIP
16597            ! ext/Devel/PPPort/META.yml ext/Devel/PPPort/Makefile.PL
16598            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort.xs
16599            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/PPPort_xs.PL
16600            ! ext/Devel/PPPort/README ext/Devel/PPPort/TODO
16601            ! ext/Devel/PPPort/apicheck_c.PL
16602            ! ext/Devel/PPPort/devel/buildperl.pl
16603            ! ext/Devel/PPPort/devel/mkapidoc.sh
16604            ! ext/Devel/PPPort/devel/mktodo ext/Devel/PPPort/devel/mktodo.pl
16605            ! ext/Devel/PPPort/devel/scanprov ext/Devel/PPPort/mktests.PL
16606            ! ext/Devel/PPPort/module2.c ext/Devel/PPPort/module3.c
16607            ! ext/Devel/PPPort/parts/apicheck.pl
16608            ! ext/Devel/PPPort/parts/base/5004000
16609            ! ext/Devel/PPPort/parts/base/5004050
16610            ! ext/Devel/PPPort/parts/base/5005000
16611            ! ext/Devel/PPPort/parts/base/5006000
16612            ! ext/Devel/PPPort/parts/base/5008001
16613            ! ext/Devel/PPPort/parts/base/5009002
16614            ! ext/Devel/PPPort/parts/embed.fnc
16615            ! ext/Devel/PPPort/parts/inc/MY_CXT
16616            ! ext/Devel/PPPort/parts/inc/SvPV
16617            ! ext/Devel/PPPort/parts/inc/call ext/Devel/PPPort/parts/inc/cop
16618            ! ext/Devel/PPPort/parts/inc/format
16619            ! ext/Devel/PPPort/parts/inc/grok
16620            ! ext/Devel/PPPort/parts/inc/limits
16621            ! ext/Devel/PPPort/parts/inc/mPUSH
16622            ! ext/Devel/PPPort/parts/inc/magic
16623            ! ext/Devel/PPPort/parts/inc/misc
16624            ! ext/Devel/PPPort/parts/inc/newCONSTSUB
16625            ! ext/Devel/PPPort/parts/inc/newRV
16626            ! ext/Devel/PPPort/parts/inc/ppphbin
16627            ! ext/Devel/PPPort/parts/inc/ppphdoc
16628            ! ext/Devel/PPPort/parts/inc/ppphtest
16629            ! ext/Devel/PPPort/parts/inc/sv_xpvf
16630            ! ext/Devel/PPPort/parts/inc/threads
16631            ! ext/Devel/PPPort/parts/inc/uv
16632            ! ext/Devel/PPPort/parts/inc/version
16633            ! ext/Devel/PPPort/parts/ppptools.pl
16634            ! ext/Devel/PPPort/parts/todo/5009002
16635            ! ext/Devel/PPPort/ppport_h.PL ext/Devel/PPPort/soak
16636            ! ext/Devel/PPPort/t/SvPV.t ext/Devel/PPPort/t/misc.t
16637            ! ext/Devel/PPPort/typemap
16638 ____________________________________________________________________________
16639 [ 23911] By: mhx                                   on 2005/01/31  18:00:31
16640         Log: Add simple exception handling macros for XS writers.
16641      Branch: perl
16642            + ext/XS/APItest/t/exception.t
16643            ! MANIFEST XSUB.h ext/XS/APItest/APItest.pm
16644            ! ext/XS/APItest/APItest.xs pod/perlguts.pod
16645 ____________________________________________________________________________
16646 [ 23910] By: nicholas                              on 2005/01/31  17:46:03
16647         Log: Add all the missing gnuk{free,net}bsd hints files to MANIFEST
16648      Branch: perl
16649            ! MANIFEST
16650 ____________________________________________________________________________
16651 [ 23909] By: merijn                                on 2005/01/31  11:33:14
16652         Log: Subject: [perl #33998] [PATCH] Support for GNU/kFreeBSD
16653              From: "rmh@debian.org (via RT)" <perlbug-followup@perl.org>
16654              Date: 31 Jan 2005 07:37:55 -0000
16655              Message-ID: <rt-3.0.11-33998-106860.15.2609323921089@perl.org>
16656      Branch: perl
16657            + ext/DynaLoader/hints/gnukfreebsd.pl
16658            + ext/DynaLoader/hints/gnuknetbsd.pl
16659            + ext/NDBM_File/hints/gnukfreebsd.pl
16660            + ext/NDBM_File/hints/gnuknetbsd.pl
16661            + ext/ODBM_File/hints/gnukfreebsd.pl
16662            + ext/ODBM_File/hints/gnuknetbsd.pl
16663            + ext/POSIX/hints/gnukfreebsd.pl ext/POSIX/hints/gnuknetbsd.pl
16664            + ext/Storable/hints/gnukfreebsd.pl
16665            + ext/Storable/hints/gnuknetbsd.pl hints/gnukfreebsd.sh
16666            + hints/gnuknetbsd.sh
16667            ! Configure
16668 ____________________________________________________________________________
16669 [ 23907] By: rgs                                   on 2005/01/31  11:17:26
16670         Log: Document the changes to PERLIO_DEBUG.
16671      Branch: perl
16672            ! pod/perlrun.pod
16673 ____________________________________________________________________________
16674 [ 23906] By: rgs                                   on 2005/01/31  10:53:14
16675         Log: Really fix the bug [perl #33990].
16676              NB. -DIAMSUID is only set to compile sperl.o.
16677      Branch: perl
16678            ! perlio.c
16679 ____________________________________________________________________________
16680 [ 23905] By: steveh                                on 2005/01/31  10:03:56
16681         Log: Fix test suite hang on Win32 caused by change #23898
16682
16683              ("perl -e sleep 3" does an indefinite sleep!)
16684      Branch: perl
16685            ! t/op/alarm.t
16686 ____________________________________________________________________________
16687 [ 23904] By: rgs                                   on 2005/01/31  08:35:51
16688         Log: Avoid a buffer overflow with threads and PERLIO_DEBUG
16689      Branch: perl
16690            ! perlio.c
16691 ____________________________________________________________________________
16692 [ 23903] By: rgs                                   on 2005/01/31  08:19:10
16693         Log: Don't write to $PERLIO_DEBUG when setuid ([perl #33990])
16694      Branch: perl
16695            ! perlio.c
16696 ____________________________________________________________________________
16697 [ 23900] By: davem                                 on 2005/01/30  17:46:35
16698         Log: minor corrections to comments in perly.y
16699      Branch: perl
16700            ! perly.y
16701 ____________________________________________________________________________
16702 [ 23899] By: rgs                                   on 2005/01/30  14:50:15
16703         Log: Subject: h2hp: 2 fix
16704              From: Olivier Thauvin <olivier.thauvin@aerov.jussieu.fr>
16705              Date: Fri, 28 Jan 2005 16:53:11 +0100
16706              Message-Id: <200501281653.15708.olivier.thauvin@aerov.jussieu.fr>
16707      Branch: perl
16708            ! utils/h2ph.PL
16709 ____________________________________________________________________________
16710 [ 23898] By: davem                                 on 2005/01/29  16:14:20
16711         Log: chomp() fails after alarm(), `sleep`
16712
16713              PP_backtick's temp altering of PL_rs didn't restore after
16714              an exception
16715      Branch: perl
16716            ! pp_sys.c t/op/alarm.t
16717 ____________________________________________________________________________
16718 [ 23897] By: nicholas                              on 2005/01/28  21:01:04
16719         Log: More consistent names for all the parameter name/declaration methods
16720      Branch: perl
16721            ! lib/ExtUtils/Constant/Base.pm lib/ExtUtils/Constant/XS.pm
16722            ! perl_keyword.pl
16723 ____________________________________________________________________________
16724 [ 23894] By: nicholas                              on 2005/01/28  13:59:40
16725         Log: Calculate the number of tests in one place, so that the skip()s will
16726              always agree with the plan()s
16727      Branch: perl
16728            ! ext/B/t/optree_check.t ext/B/t/optree_concise.t
16729 ____________________________________________________________________________
16730 [ 23893] By: rgs                                   on 2005/01/28  08:53:47
16731         Log: Add a reference to books.perl.org.
16732      Branch: perl
16733            ! pod/perlbook.pod
16734 ____________________________________________________________________________
16735 [ 23892] By: nicholas                              on 2005/01/27  19:26:21
16736         Log: Retrieve the flag bit that only 'p' uses, so that it is spare for
16737              future use.
16738      Branch: perl
16739            ! genpacksizetables.pl pp_pack.c
16740 ____________________________________________________________________________
16741 [ 23891] By: rgs                                   on 2005/01/27  18:29:51
16742         Log: Subject: Re: [patch] decrufting OptreeCheck stuff
16743              From: Jim Cromie <jcromie@divsol.com>
16744              Date: Sun, 16 Jan 2005 17:16:00 -0700
16745              Message-ID: <41EB03C0.7030509@divsol.com>
16746              (with minor typos fixed)
16747      Branch: perl
16748            ! ext/B/B/Concise.pm ext/B/t/OptreeCheck.pm ext/B/t/f_map.t
16749            ! ext/B/t/f_sort.t ext/B/t/optree_check.t
16750            ! ext/B/t/optree_concise.t ext/B/t/optree_samples.t
16751            ! ext/B/t/optree_sort.t ext/B/t/optree_specials.t
16752            ! ext/B/t/optree_varinit.t
16753 ____________________________________________________________________________
16754 [ 23890] By: rgs                                   on 2005/01/27  17:49:50
16755         Log: Subject: [PATCH] libperl leaks a THREAD_KEY each time it is reloaded
16756              From: Gisle Aas <gisle@ActiveState.com>
16757              Date: 05 Jan 2005 03:21:06 -0800
16758              Message-ID: <lris6cxgt9.fsf@caliper.activestate.com>
16759      Branch: perl
16760            ! perl.c
16761 ____________________________________________________________________________
16762 [ 23889] By: nicholas                              on 2005/01/27  17:29:04
16763         Log: Make the byte order modifers < and > and the sign modifier ! (for
16764              n N v V) conditionally compile. This means that the refactored
16765              pp_pack/pp_unpack code can now be used in maint.
16766      Branch: perl
16767            ! genpacksizetables.pl pp_pack.c
16768 ____________________________________________________________________________
16769 [ 23888] By: nicholas                              on 2005/01/27  16:40:07
16770         Log: Oops. Was forgetting to test n! N! v! V! in pack
16771      Branch: perl
16772            ! t/op/pack.t
16773 ____________________________________________________________________________
16774 [ 23886] By: nicholas                              on 2005/01/27  14:42:28
16775         Log: Check that the warning behaviour on the modifiers !, < and > is as we
16776              expect it for this perl.
16777      Branch: perl
16778            ! t/op/pack.t
16779 ____________________________________________________________________________
16780 [ 23884] By: nicholas                              on 2005/01/27  11:27:12
16781         Log: Make the tests for the endianness modifiers < and >, and the
16782              signnedness modifier ! conditional on perl version. Surprisingly
16783              little change needed.
16784      Branch: perl
16785            ! t/op/pack.t
16786 ____________________________________________________________________________
16787 [ 23883] By: nicholas                              on 2005/01/27  11:12:34
16788         Log: &_q needs to *globally* escape ' and \ in its substitution.
16789      Branch: perl
16790            ! t/test.pl
16791 ____________________________________________________________________________
16792 [ 23882] By: rgs                                   on 2005/01/25  16:53:08
16793         Log: Subject: [PATCH] BigInt mbi_rand.t failings
16794              From: Tels <nospam-abuse@bloodgate.com>
16795              Date: Tue, 25 Jan 2005 18:06:58 +0100
16796              Message-Id: <200501251806.59782@bloodgate.com>
16797      Branch: perl
16798            ! lib/Math/BigInt/Calc.pm
16799 ____________________________________________________________________________
16800 [ 23881] By: rgs                                   on 2005/01/25  16:12:08
16801         Log: Integrate change #23880 in original comment
16802      Branch: perl
16803            ! util.c
16804 ____________________________________________________________________________
16805 [ 23880] By: merijn                                on 2005/01/25  15:41:30
16806         Log: Subject: [PATCH] perlapi.pod has pod errors
16807              From: "Jos I. Boumans" <kane@xs4all.net>
16808              Date: Tue, 25 Jan 2005 16:42:38 +0100
16809              Message-Id: <BDA482F7-6EE7-11D9-8AA7-000A95EF62E2@xs4all.net>
16810      Branch: perl
16811            ! pod/perlapi.pod
16812 ____________________________________________________________________________
16813 [ 23879] By: nicholas                              on 2005/01/24  23:16:04
16814         Log: Correct and update comments (before anyone writes in)
16815              Remove a temporary variable.
16816      Branch: perl
16817            ! lib/ExtUtils/Constant/Base.pm
16818 ____________________________________________________________________________
16819 [ 23878] By: nicholas                              on 2005/01/24  22:10:36
16820         Log: Ooops. It was 190M when I was using 4 bytes per entry for lengths in
16821              the dump file. The newer format is only 135M
16822      Branch: perl
16823            ! toke.c
16824 ____________________________________________________________________________
16825 [ 23877] By: nicholas                              on 2005/01/24  22:06:05
16826         Log: A script to regenerate Perl_keyword()
16827      Branch: perl
16828            + perl_keyword.pl
16829            ! MANIFEST
16830 ____________________________________________________________________________
16831 [ 23876] By: nicholas                              on 2005/01/24  22:05:29
16832         Log: Add weights to ExtUtils::Constant to allow sorting by expected
16833              frequency. This makes the Perl_keyword() replacement 20% faster,
16834              rather than just 12%
16835      Branch: perl
16836            ! lib/ExtUtils/Constant/Base.pm lib/ExtUtils/Constant/XS.pm
16837 ____________________________________________________________________________
16838 [ 23875] By: nicholas                              on 2005/01/24  21:43:52
16839         Log: Replace Perl_keyword() with a version that's 20% faster on typical
16840              input, generated by subclassing ExtUtils::Constant. (Typical input
16841              being about 135M of input from running a lot of perl scripts)
16842      Branch: perl
16843            ! toke.c
16844 ____________________________________________________________________________
16845 [ 23874] By: merijn                                on 2005/01/24  15:10:55
16846         Log: Subject: [PATCH] assorted tempfile clean-up in the test suite
16847              From: "Craig A. Berry" <craigberry@mac.com>
16848              Date: Sun, 23 Jan 2005 14:23:17 -0600
16849              Message-ID: <41F407B5.7020106@mac.com>
16850      Branch: perl
16851            ! lib/Test/Simple/t/reset.t t/io/fs.t t/io/tell.t
16852 ____________________________________________________________________________
16853 [ 23873] By: rgs                                   on 2005/01/24  13:14:21
16854         Log: Revert change 23843.
16855              (See discussion for bug [perl #31924])
16856      Branch: perl
16857            ! embed.fnc embed.h global.sym hv.c hv.h pod/perlapi.pod
16858            ! pp_ctl.c proto.h t/comp/require.t
16859 ____________________________________________________________________________
16860 [ 23872] By: rgs                                   on 2005/01/24  10:27:10
16861         Log: Subject: [perl #33906] Missing \\ in perlre
16862              From: Andrew (via RT) <perlbug-followup@perl.org>
16863              Date: 23 Jan 2005 20:52:51 -0000
16864              Message-ID: <rt-3.0.11-33906-106339.17.5527961922343@perl.org>
16865      Branch: perl
16866            ! pod/perlre.pod
16867 ____________________________________________________________________________
16868 [ 23871] By: rgs                                   on 2005/01/24  10:10:47
16869         Log: Subject: [PATCH] Test::Harness::Straps::_default_inc shell problem
16870              From: "Craig A. Berry" <craigberry@mac.com>
16871              Date: Sun, 23 Jan 2005 13:44:49 -0600
16872              Message-ID: <41F3FEB1.9020102@mac.com>
16873      Branch: perl
16874            ! lib/Test/Harness/Straps.pm
16875 ____________________________________________________________________________
16876 [ 23870] By: rgs                                   on 2005/01/24  09:40:35
16877         Log: Subject: Re: [perl #33892] Add Interix support
16878              From: Todd Vierling <tv@duh.org>
16879              Date: Fri, 21 Jan 2005 15:16:16 -0500 (EST)
16880              Message-ID: <Pine.NEB.4.61.0501211424350.13373@duh.net.dhis.org>
16881      Branch: perl
16882            ! hints/interix.sh
16883 ____________________________________________________________________________
16884 [ 23869] By: davem                                 on 2005/01/23  22:20:10
16885         Log: Subject:  Re: Smoke [5.9.2] 23863 FAIL(F) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
16886              From:  Jarkko Hietaniemi <jhi@iki.fi>
16887              Date:  Sun, 23 Jan 2005 21:25:01 +0200
16888              Message-Id:  <41F3FA0D.4010301@iki.fi>
16889
16890              The uc() memory reduction patch had a memory leak...
16891      Branch: perl
16892            ! pp.c
16893 ____________________________________________________________________________
16894 [ 23868] By: nicholas                              on 2005/01/23  22:06:01
16895         Log: Tidy up 2 comments
16896      Branch: perl
16897            ! regcomp.c
16898 ____________________________________________________________________________
16899 [ 23867] By: nicholas                              on 2005/01/23  22:05:12
16900         Log: Assimilate ExtUtils::Constant 0.16
16901      Branch: perl
16902            + lib/ExtUtils/Constant/Base.pm lib/ExtUtils/Constant/Utils.pm
16903            + lib/ExtUtils/Constant/XS.pm
16904            ! MANIFEST lib/ExtUtils/Constant.pm
16905 ____________________________________________________________________________
16906 [ 23866] By: nicholas                              on 2005/01/23  21:43:17
16907         Log: Slightly terser code in S_regpposixcc (names inside [:*here*:])
16908      Branch: perl
16909            ! regcomp.c
16910 ____________________________________________________________________________
16911 [ 23864] By: nicholas                              on 2005/01/22  22:30:12
16912         Log: Subject: Re: Smoke [5.9.2] 23792 FAIL(F) osf1 V5.1 (21264A)/4 cpu)
16913              From: Jarkko Hietaniemi <jhi@iki.fi>
16914              Message-ID: <41F2C427.7020003@iki.fi>
16915              Date: Sat, 22 Jan 2005 23:22:47 +0200
16916      Branch: perl
16917            ! hints/dec_osf.sh
16918 ____________________________________________________________________________
16919 [ 23863] By: davem                                 on 2005/01/22  18:27:58
16920         Log: Subject:  Re: uc($long_utf8_string) exhausts memory
16921              From:  Jarkko Hietaniemi <jhi@iki.fi>
16922              Date:  Sat, 22 Jan 2005 11:33:12 +0200
16923              Message-Id:  <41F21DD8.3050500@iki.fi>
16924
16925              change #23857 miscalculated the SvGROW size
16926      Branch: perl
16927            ! pp.c
16928 ____________________________________________________________________________
16929 [ 23862] By: nicholas                              on 2005/01/22  17:51:13
16930         Log: Subject: Re: Smoke [5.9.2] 23792 FAIL(F) osf1 V5.1 (21264A)/4 cpu)
16931              From: Jarkko Hietaniemi <jhi@iki.fi>
16932              Message-ID: <41F2911E.8090204@iki.fi>
16933              Date: Sat, 22 Jan 2005 19:45:02 +0200
16934
16935              (drop optimisation on pp_pack.c for gcc on osf1 to -O1)
16936      Branch: perl
16937            ! hints/dec_osf.sh
16938 ____________________________________________________________________________
16939 [ 23861] By: nicholas                              on 2005/01/22  14:15:58
16940         Log: Update copyright years and add editor blocks
16941      Branch: perl
16942            ! doop.c hv.c utf8.c
16943 ____________________________________________________________________________
16944 [ 23860] By: nicholas                              on 2005/01/22  12:03:00
16945         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
16946              Subject: Re: [PATCH] do not assume quads or long doubles
16947              Message-ID: <41F21B0A.2050301@iki.fi>
16948              Date: Sat, 22 Jan 2005 11:21:14 +0200
16949      Branch: perl
16950            ! pp_pack.c
16951 ____________________________________________________________________________
16952 [ 23858] By: nicholas                              on 2005/01/22  00:39:41
16953         Log: Remove now-unnecessary check. (It's done earlier)
16954      Branch: perl
16955            ! pp_pack.c
16956 ____________________________________________________________________________
16957 [ 23857] By: davem                                 on 2005/01/22  00:17:40
16958         Log: Subject:  Re: uc($long_utf8_string) exhausts memory
16959              From:  Jarkko Hietaniemi <jhi@iki.fi>
16960              Date:  Sat, 22 Jan 2005 00:20:12 +0200
16961              Message-Id:  <41F1801C.3080201@iki.fi>
16962
16963              Make buffer size estimates for utf8 case conversion less maximally
16964              pessimistic
16965      Branch: perl
16966            ! doop.c op.c pp.c pp_pack.c regcomp.c regexec.c sv.c t/op/lc.t
16967            ! toke.c utf8.c utf8.h
16968 ____________________________________________________________________________
16969 [ 23854] By: nicholas                              on 2005/01/21  22:15:43
16970         Log: Shrink a switch() statment by driving the size calculations from the
16971              size table. This requires #ifdef()s in the size table initialiser.
16972              Astoundingly this shaves over 6K of the object size with -Os on OS X.
16973              I was expecting about 1K (due to shrinking a branch table). Mind you,
16974              I'm not going to argue with what I got. :-)
16975      Branch: perl
16976            ! genpacksizetables.pl pp_pack.c
16977 ____________________________________________________________________________
16978 [ 23853] By: nicholas                              on 2005/01/21  16:46:49
16979         Log: Make the length overrun checking and stack extension table driven.
16980              (Shaves about 3k off pp_pack.o)
16981      Branch: perl
16982            + genpacksizetables.pl
16983            ! MANIFEST pp_pack.c
16984 ____________________________________________________________________________
16985 [ 23852] By: rgs                                   on 2005/01/21  16:29:53
16986         Log: Subject: [perl #32503] Fix for Storable module
16987              From: "Steven N. Hirsch" (via RT) <perlbug-followup@perl.org>
16988              Date: 19 Nov 2004 13:06:57 -0000
16989              Message-ID: <rt-3.0.11-32503-100597.6.46123979926323@perl.org>
16990      Branch: perl
16991            ! ext/Storable/Storable.xs
16992 ____________________________________________________________________________
16993 [ 23851] By: rgs                                   on 2005/01/21  15:51:54
16994         Log: Fix spurious warnings emitted by XSLoader via Data::Dumper
16995      Branch: perl
16996            ! ext/Data/Dumper/Dumper.pm
16997 ____________________________________________________________________________
16998 [ 23850] By: nicholas                              on 2005/01/21  15:43:24
16999         Log: Name another pack test
17000      Branch: perl
17001            ! t/op/pack.t
17002 ____________________________________________________________________________
17003 [ 23849] By: rgs                                   on 2005/01/21  15:26:10
17004         Log: Subject: [perl #33892] Add Interix support
17005              From: Todd Vierling (via RT) <perlbug-followup@perl.org>
17006              Date: 21 Jan 2005 14:36:31 -0000
17007              Message-ID: <rt-3.0.11-33892-106280.17.6407478352545@perl.org>
17008
17009              (except the Configure chunk)
17010              (and bump version numbers of modules)
17011      Branch: perl
17012            + hints/interix.sh
17013            ! MANIFEST Makefile.SH lib/ExtUtils/MM_Unix.pm lib/File/Find.pm
17014            ! lib/File/Temp.pm t/io/openpid.t t/op/groups.t
17015 ____________________________________________________________________________
17016 [ 23848] By: merijn                                on 2005/01/21  14:47:31
17017         Log: Subject: [perl #33892] Add Interix support
17018              From: Todd Vierling (via RT) <perlbug-followup@perl.org>
17019              Date: 21 Jan 2005 14:36:31 -0000
17020              Message-ID: <rt-3.0.11-33892-106280.17.6407478352545@perl.org>
17021      Branch: perl
17022            ! Configure
17023 ____________________________________________________________________________
17024 [ 23847] By: rgs                                   on 2005/01/21  14:46:38
17025         Log: Upgrade to Test::Harness 2.46
17026      Branch: perl
17027            + lib/Test/Harness/TAP.pod lib/Test/Harness/t/harness.t
17028            + lib/Test/Harness/t/prove-globbing.t
17029            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Assert.pm
17030            ! lib/Test/Harness/Changes lib/Test/Harness/Iterator.pm
17031            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/prove-switches.t
17032            ! lib/Test/Harness/t/strap.t
17033 ____________________________________________________________________________
17034 [ 23845] By: rgs                                   on 2005/01/21  14:09:19
17035         Log: Subject: [perl #32967] [PATCH] Re: More B bugs: svref_2object
17036              From: Stephen McCamant <smcc@OCF.Berkeley.EDU>
17037              Date: Tue, 28 Dec 2004 16:01:49 -0800
17038              Message-ID: <16849.62445.116153.489478@apocalypse.OCF.Berkeley.EDU>
17039      Branch: perl
17040            ! ext/B/B.pm
17041 ____________________________________________________________________________
17042 [ 23844] By: rgs                                   on 2005/01/21  13:49:46
17043         Log: Subject: [Patch] [perl #32446]  close leaves fd open
17044              From: Steffen Ullrich <coyote.frank@gmx.net>
17045              Date: Wed, 01 Dec 2004 15:22:34 +0100
17046              Message-ID: <20041201142236.4273.qmail@lists.develooper.com>
17047      Branch: perl
17048            ! perlio.c
17049 ____________________________________________________________________________
17050 [ 23843] By: rgs                                   on 2005/01/21  13:35:49
17051         Log: Subject: [PATCH bleadperl] Re: [perl #31924] %INC caching failure-case problem
17052              From: Rick Delaney <rick@bort.ca>
17053              Date: Wed, 13 Oct 2004 12:40:18 -0400
17054              Message-ID: <20041013164018.GA32174@biff.bort.ca>
17055      Branch: perl
17056            ! embed.fnc embed.h global.sym hv.c hv.h pod/perlapi.pod
17057            ! pp_ctl.c proto.h t/comp/require.t
17058 ____________________________________________________________________________
17059 [ 23842] By: rgs                                   on 2005/01/21  10:57:48
17060         Log: Subject: Re: [PATCH] File::Find dies on find({follow=>1, ...}) on Win32
17061              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
17062              Date: Mon, 20 Dec 2004 16:08:56 -0800
17063              Message-ID: <20041221000856.GA2924@efn.org>
17064      Branch: perl
17065            ! pp_sys.c t/op/stat.t
17066 ____________________________________________________________________________
17067 [ 23841] By: rgs                                   on 2005/01/21  10:26:17
17068         Log: Subject: [PATCH] doc SVt_PVLV <=> SVt_PVGV change version in B.pm
17069              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
17070              Date: Sun, 19 Dec 2004 23:57:56 -0800
17071              Message-ID: <20041220075754.GA800@efn.org>
17072      Branch: perl
17073            ! ext/B/B.pm
17074 ____________________________________________________________________________
17075 [ 23840] By: rgs                                   on 2005/01/20  18:45:55
17076         Log: Subject: [patch] cleanup perlsfio.h
17077              From: Stas Bekman <stas@stason.org>
17078              Date: Thu, 13 Jan 2005 16:14:23 -0500
17079              Message-ID: <41E6E4AF.8070303@stason.org>
17080      Branch: perl
17081            ! perlsfio.h
17082 ____________________________________________________________________________
17083 [ 23839] By: rgs                                   on 2005/01/20  18:33:00
17084         Log: VERSION++
17085      Branch: perl
17086            ! lib/Text/ParseWords.pm
17087 ____________________________________________________________________________
17088 [ 23838] By: rgs                                   on 2005/01/20  18:21:36
17089         Log: Subject: Re: [perl #33173] shellwords.pl and tainting
17090              From: Alexey Tourbin <at@altlinux.ru>
17091              Date: Tue, 28 Dec 2004 22:29:37 +0300
17092              Message-ID: <20041228192937.GB7824@solemn.turbinal.org>
17093      Branch: perl
17094            + lib/Text/ParseWords/taint.t
17095            ! MANIFEST lib/Text/ParseWords.pm lib/shellwords.pl
17096 ____________________________________________________________________________
17097 [ 23836] By: nicholas                              on 2005/01/20  13:21:14
17098         Log: Run regen.pl and pod/buildtoc --build-all
17099      Branch: perl
17100            ! MANIFEST pod/perlapi.pod pod/perltoc.pod
17101 ____________________________________________________________________________
17102 [ 23835] By: nicholas                              on 2005/01/20  13:20:50
17103         Log: A little more determinacy in our sorting
17104      Branch: perl
17105            ! autodoc.pl
17106 ____________________________________________________________________________
17107 [ 23827] By: nicholas                              on 2005/01/19  21:22:30
17108         Log: Make "assertion" attribute code and test conditional
17109      Branch: perl
17110            ! t/op/attrs.t xsutils.c
17111 ____________________________________________________________________________
17112 [ 23824] By: merijn                                on 2005/01/19  18:32:41
17113         Log: Subject: [PATCH] Further follow-up to 23767
17114              From: Robin Barker <Robin.Barker@npl.co.uk>
17115              Date: Wed, 19 Jan 2005 18:30:31 -0000
17116              Message-ID: <533D273D4014D411AB1D00062938C4D90849C57D@hotel.npl.co.uk>
17117      Branch: perl
17118            ! XSUB.h gv.c perl.c perl.h pp_ctl.c sv.c utf8.c
17119 ____________________________________________________________________________
17120 [ 23822] By: rgs                                   on 2005/01/19  17:19:04
17121         Log: Subject: Re: [perl #32498] h2xs generates incorrect code for Makefile.PL for enums
17122              From: Noah <sitz@onastick.net>
17123              Date: Wed, 19 Jan 2005 12:33:52 -0500
17124              Message-ID: <20050119173352.GA15592@radu.onastick.net>
17125      Branch: perl
17126            ! utils/h2xs.PL
17127 ____________________________________________________________________________
17128 [ 23821] By: rgs                                   on 2005/01/19  11:30:38
17129         Log: Subject: [PATCH] op/stat.t test 9 failing on recent cygwin snapshots
17130              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
17131              Date: Sun, 16 Jan 2005 10:30:45 -0800
17132              Message-ID: <20050116183045.GA2768@efn.org>
17133      Branch: perl
17134            ! t/op/stat.t
17135 ____________________________________________________________________________
17136 [ 23820] By: rgs                                   on 2005/01/19  11:20:10
17137         Log: Subject: [PATCH] Make Data::Dumper work when dynamic extensions are not available
17138              From: "Jos I. Boumans" <kane@xs4all.net>
17139              Date: Tue, 18 Jan 2005 15:12:03 +0100
17140              Message-Id: <ED6BA2C4-695A-11D9-B09C-000A95EF62E2@xs4all.net>
17141      Branch: perl
17142            ! ext/Data/Dumper/Dumper.pm
17143 ____________________________________________________________________________
17144 [ 23819] By: rgs                                   on 2005/01/19  11:15:14
17145         Log: Fix dependencies in ext/B/Makefile.PL
17146              (bug #8254, fix by Alan Burlison)
17147      Branch: perl
17148            ! ext/B/Makefile.PL
17149 ____________________________________________________________________________
17150 [ 23817] By: steveh                                on 2005/01/19  09:33:27
17151         Log: Exclude "Thread" from $Config{extensions}
17152
17153              It is already excluded from $Config{dynamic_ext}, so should not be
17154              in $Config{extensions} either. (Note that Thread is actually still
17155              built, though. This is just for consistency with Unix builds.)
17156      Branch: perl
17157            ! win32/config_sh.PL
17158 ____________________________________________________________________________
17159 [ 23816] By: steveh                                on 2005/01/19  08:55:06
17160         Log: Exclude "Thread" from $Config{dynamic_ext}
17161
17162              This was accidentally broken by change 23757.  It has already been
17163              fixed in maint-5.8 when resolving conflicts during integration of
17164              23757, so this one does NOT need integrating itself!
17165
17166              For more details see:
17167              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-01/msg00477.html
17168      Branch: perl
17169            ! win32/config_sh.PL
17170 ____________________________________________________________________________
17171 [ 23807] By: steveh                                on 2005/01/17  17:55:02
17172         Log: Fix for building with MinGW under Cygwin
17173
17174              Subject: [PATCH] building win32 perl with cygwin's mingw (was: Re: [PATCH] Re: lib/Config/Extensions.t fails on Win32)
17175              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
17176              Date: Thu, 13 Jan 2005 16:11:36 -0800
17177              Message-ID: <20050114001136.GC2516@efn.org>
17178      Branch: perl
17179            ! ext/Errno/Errno_pm.PL
17180 ____________________________________________________________________________
17181 [ 23806] By: steveh                                on 2005/01/17  16:57:10
17182         Log: Get $Config{ccversion} or $Config{gccversion} filled in on Win32
17183      Branch: perl
17184            ! win32/config_sh.PL
17185 ____________________________________________________________________________
17186 [ 23805] By: nicholas                              on 2005/01/14  19:56:42
17187         Log: Better test diagnostics for the numbers tests.
17188              (Failure diagnostics were always good, but now the tests have names,
17189              which show even when they pass)
17190      Branch: perl
17191            ! t/op/pack.t
17192 ____________________________________________________________________________
17193 [ 23803] By: nicholas                              on 2005/01/14  12:06:31
17194         Log: Correct the editor block to match the perl 5 policy on tabs
17195      Branch: perl
17196            ! pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c scope.c
17197            ! sv.c universal.c
17198 ____________________________________________________________________________
17199 [ 23802] By: nicholas                              on 2005/01/14  10:58:47
17200         Log: Refactor S_regclass to generate slightly smaller object code
17201      Branch: perl
17202            ! regcomp.c
17203 ____________________________________________________________________________
17204 [ 23801] By: nicholas                              on 2005/01/14  10:32:08
17205         Log: A terser way to write the \-ing code in pv_uni_display
17206              Plus drive-by insert of a more correct editor block. (thanks Dave)
17207      Branch: perl
17208            ! utf8.c
17209 ____________________________________________________________________________
17210 [ 23800] By: nicholas                              on 2005/01/14  09:55:16
17211         Log: Improve documentation for sv_catpvf, to note that pattern's UTF-8ness
17212              is taken from the SV's UTF-8ness
17213      Branch: perl
17214            ! pod/perlapi.pod sv.c
17215 ____________________________________________________________________________
17216 [ 23799] By: nicholas                              on 2005/01/14  09:52:51
17217         Log: SvUTF8_off() in do_join can be unconditional.
17218      Branch: perl
17219            ! doop.c
17220 ____________________________________________________________________________
17221 [ 23798] By: nicholas                              on 2005/01/14  09:28:14
17222         Log: sv_catpvf holds no advantage over sv_catpv when the "pattern" isn't.
17223      Branch: perl
17224            ! op.c regcomp.c toke.c utf8.c
17225 ____________________________________________________________________________
17226 [ 23797] By: nicholas                              on 2005/01/13  23:13:05
17227         Log: Use the new SV_NOSTEAL flag to avoid the SvTEMP dance in newSVsv
17228      Branch: perl
17229            ! sv.c
17230 ____________________________________________________________________________
17231 [ 23796] By: nicholas                              on 2005/01/13  23:10:38
17232         Log: sv_2mortal(NEWSV(0,0)) better written as sv_newmortal()
17233      Branch: perl
17234            ! utf8.c
17235 ____________________________________________________________________________
17236 [ 23795] By: nicholas                              on 2005/01/13  22:54:10
17237         Log: replace NEWSV(), SvSetSV() with newSVsv()
17238      Branch: perl
17239            ! pp.c pp_hot.c pp_sort.c regexec.c scope.c toke.c
17240 ____________________________________________________________________________
17241 [ 23794] By: nicholas                              on 2005/01/13  22:39:58
17242         Log: Turn the unreachable code into assertions. (So prove me wrong...)
17243      Branch: perl
17244            ! pp_pack.c
17245 ____________________________________________________________________________
17246 [ 23793] By: nicholas                              on 2005/01/13  22:07:20
17247         Log: Source code tidy up - avoid assigning to sv.
17248      Branch: perl
17249            ! pp_pack.c
17250 ____________________________________________________________________________
17251 [ 23792] By: nicholas                              on 2005/01/13  21:54:21
17252         Log: Avoid dogfood problems when an empty string accidentally ends up
17253              as a constant name. [They don't work in qw(), strangely]
17254      Branch: perl
17255            ! lib/ExtUtils/Constant.pm
17256 ____________________________________________________________________________
17257 [ 23791] By: nicholas                              on 2005/01/13  21:44:53
17258         Log: The leaktesting of NEWSV() is long dead, so create and initialise
17259              SV values in one, to simplify source code and shrink object code
17260              by about 1%
17261      Branch: perl
17262            ! pp_pack.c
17263 ____________________________________________________________________________
17264 [ 23790] By: nicholas                              on 2005/01/13  20:55:37
17265         Log: Not a good idea to use unpack "H*" to peek at a scalar's internal
17266              representation.
17267      Branch: perl
17268            ! t/op/join.t
17269 ____________________________________________________________________________
17270 [ 23789] By: nicholas                              on 2005/01/13  14:05:08
17271         Log: Update copyright years. Add an editor block while passing by.
17272      Branch: perl
17273            ! pp_ctl.c pp_hot.c pp_sort.c pp_sys.c regcomp.c scope.c sv.c
17274            ! universal.c
17275 ____________________________________________________________________________
17276 [ 23788] By: nicholas                              on 2005/01/13  13:50:40
17277         Log: utf.pm needs to require Carp before croak()ing
17278      Branch: perl
17279            ! lib/utf8.pm lib/utf8.t
17280 ____________________________________________________________________________
17281 [ 23787] By: nicholas                              on 2005/01/13  13:21:11
17282         Log: Refactor all the unpack checksum-or-not logic to avoid massive
17283              duplication.
17284      Branch: perl
17285            ! pp_pack.c
17286 ____________________________________________________________________________
17287 [ 23786] By: merijn                                on 2005/01/13  11:28:31
17288         Log: Subject: Re: killing USE_5005THREADS in blead?
17289              From: Stas Bekman <stas@stason.org>
17290              Date: Wed, 12 Jan 2005 16:32:42 -0500
17291              Message-ID: <41E5977A.3060306@stason.org>
17292      Branch: perl
17293            ! perl.c
17294 ____________________________________________________________________________
17295 [ 23785] By: steveh                                on 2005/01/13  10:24:13
17296         Log: Fix Win32 build problem caused by change 23757
17297
17298              Change 23757 added a glob() call to win32/FindExt.pm.  That code is
17299              run by miniperl.exe when making the ..\config.sh target, but
17300              miniperl.exe is built with -D PERL_EXTERNAL_GLOB so it requires
17301              perlglob.exe to do the glob().  perlglob.exe has been built, but is
17302              in the top-level of the source tree so is not found when miniperl.exe
17303              is executed from within the win32/ sub-directory.
17304
17305              This was causing smokes to fail on t/lib/commonsense.t because the
17306              "extensions" field in lib/Config_heavy.pl only contained
17307              "threads/shared" as a result of the glob() not finding anything.
17308
17309              Manual builds had been working fine for me because I had an installed
17310              perl in my PATH so perlglob.exe was being found there instead!
17311      Branch: perl
17312            ! win32/FindExt.pm
17313 ____________________________________________________________________________
17314 [ 23783] By: rgs                                   on 2005/01/12  18:04:17
17315         Log: Subject: [PATCH] follow-up to #23765
17316              From: "Craig A. Berry" <craigberry@mac.com>
17317              Date: Tue, 11 Jan 2005 21:01:27 -0600
17318              Message-ID: <41E49307.7080900@mac.com>
17319      Branch: perl
17320            ! lib/warnings.t
17321 ____________________________________________________________________________
17322 [ 23782] By: nicholas                              on 2005/01/11  19:10:20
17323         Log: Fix bug 32294 - index()/rindex() ignore UTF8 flag
17324              (for cases of mixed UTF8/bytes)
17325              Test code based on bug report by John Gardiner Myers
17326      Branch: perl
17327            ! pp.c t/op/index.t
17328 ____________________________________________________________________________
17329 [ 23781] By: rgs                                   on 2005/01/11  17:04:24
17330         Log: Subject: [PATCH] follow-up to 23767
17331              From: Robin Barker <Robin.Barker@npl.co.uk>
17332              Date: Tue, 11 Jan 2005 15:48:49 -0000
17333              Message-ID: <533D273D4014D411AB1D00062938C4D90849C56A@hotel.npl.co.uk>
17334      Branch: perl
17335            ! Porting/pumpkin.pod sv.c
17336 ____________________________________________________________________________
17337 [ 23780] By: mhx                                   on 2005/01/10  19:25:27
17338         Log: Remove PERL_FLEXIBLE_EXCEPTIONS code.
17339      Branch: perl
17340            ! embed.fnc embed.h embedvar.h global.sym makedef.pl perl.c
17341            ! perl.h perlapi.h pod/perlapi.pod pod/perlintern.pod pp_ctl.c
17342            ! proto.h scope.c scope.h sv.c thrdvar.h
17343 ____________________________________________________________________________
17344 [ 23779] By: nicholas                              on 2005/01/10  17:07:03
17345         Log: Subject: [PATCH] t/op/split.t #11 nit on VMS
17346              From: "Craig A. Berry" <craigberry@mac.com>
17347              Message-ID: <41E1C261.5020100@mac.com>
17348              Date: Sun, 09 Jan 2005 17:46:41 -0600
17349      Branch: perl
17350            ! t/op/split.t
17351 ____________________________________________________________________________
17352 [ 23778] By: steveh                                on 2005/01/10  11:53:10
17353         Log: Need to close files before unlinking them on Win32
17354
17355              (Various files created by test programs are left behind otherwise,
17356              and distclean doesn't clean them up)
17357      Branch: perl
17358            ! lib/FileCache/t/01open.t lib/FileCache/t/04twoarg.t
17359            ! lib/FileCache/t/07noimport.t t/op/read.t
17360 ____________________________________________________________________________
17361 [ 23777] By: steveh                                on 2005/01/10  10:28:00
17362         Log: Make Win32's distclean target clean up properly
17363      Branch: perl
17364            ! win32/Makefile win32/makefile.mk
17365 ____________________________________________________________________________
17366 [ 23776] By: steveh                                on 2005/01/10  09:45:50
17367         Log: Get $Config{osvers} filled in on Win32
17368      Branch: perl
17369            ! win32/config_sh.PL
17370 ____________________________________________________________________________
17371 [ 23775] By: merijn                                on 2005/01/10  08:54:00
17372         Log: Subject: [PATCH] follow-up to #23748, -Duselargefiles on VMS
17373              Date: Sun, 09 Jan 2005 17:52:09 -0600
17374              From: "Craig A. Berry" <craigberry@mac.com>
17375              Message-ID: <41E1C3A9.9080900@mac.com>
17376      Branch: perl
17377            ! configure.com
17378 ____________________________________________________________________________
17379 [ 23774] By: nicholas                              on 2005/01/09  23:42:25
17380         Log: Shorter source code in pp_gelem. (But it compiles to the same size)
17381      Branch: perl
17382            ! pp.c
17383 ____________________________________________________________________________
17384 [ 23773] By: nicholas                              on 2005/01/09  21:50:28
17385         Log: If we know the length of the string constant, save a strlen()
17386      Branch: perl
17387            ! perl.c pp_sys.c
17388 ____________________________________________________________________________
17389 [ 23772] By: nicholas                              on 2005/01/09  21:26:40
17390         Log: savepv(SvPV(sv,n_a)) is common, and creates an unnecessary call to
17391              strlen(). Add savesvpv(sv), which gets the length from the SV,
17392              and returns a copy of its PV.
17393      Branch: perl
17394            ! embed.fnc embed.h global.sym mg.c pp_sys.c proto.h regcomp.c
17395            ! universal.c util.c
17396 ____________________________________________________________________________
17397 [ 23771] By: nicholas                              on 2005/01/09  19:42:30
17398         Log: Can pass in a length here without introducing a bug. Might save
17399              a strlen()
17400      Branch: perl
17401            ! toke.c
17402 ____________________________________________________________________________
17403 [ 23770] By: nicholas                              on 2005/01/09  15:05:33
17404         Log: Pull the am-I-utf8-or-not logic into one place (S_newSV_maybe_utf8)
17405              as I think that it will be needed for utf8 soft references.
17406      Branch: perl
17407            ! toke.c
17408 ____________________________________________________________________________
17409 [ 23769] By: steveh                                on 2005/01/07  17:25:35
17410         Log: Disable PERL_MALLOC and DEBUG_MSTATS in win32/makefile.mk by default
17411              and force PERL_MALLOC off if USE_IMP_SYS is on
17412
17413              This brings makefile.mk into line with Makefile in this regard
17414
17415              (PERL_MALLOC cannot currently be used with USE_IMP_SYS, e.g. see:
17416              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2004-07/msg00465.html
17417              so it is sensible to enforce this, and to not have the default set
17418              to a configuration that isn't allowed)
17419      Branch: perl
17420            ! win32/makefile.mk
17421 ____________________________________________________________________________
17422 [ 23768] By: rgs                                   on 2005/01/07  14:30:51
17423         Log: Subject: Re: [PATCH] Remove Carp from warnings.pm
17424              From: Jim Cromie <jim.cromie@gmail.com>
17425              Date: Mon, 3 Jan 2005 06:36:16 -0700
17426              Message-ID: <cfe85dfa05010305367445dee6@mail.gmail.com>
17427      Branch: perl
17428            + lib/vars_carp.t
17429            ! MANIFEST ext/B/t/optree_specials.t ext/B/t/stash.t lib/Carp.pm
17430            ! lib/English.pm lib/Exporter.pm lib/Exporter.t
17431            ! lib/Exporter/Heavy.pm lib/warnings.pm warnings.pl
17432 ____________________________________________________________________________
17433 [ 23767] By: rgs                                   on 2005/01/07  13:41:47
17434         Log: Subject: [PATCH] to improve -DCHECK_FORMAT
17435              From: Robin Barker <Robin.Barker@npl.co.uk>
17436              Date: Wed, 5 Jan 2005 11:55:09 -0000
17437              Message-ID: <533D273D4014D411AB1D00062938C4D90849C55A@hotel.npl.co.uk>
17438      Branch: perl
17439            ! mg.c perl.h pp.h pp_sys.c sv.c
17440 ____________________________________________________________________________
17441 [ 23766] By: nicholas                              on 2005/01/07  12:46:07
17442         Log: Stage 1 of utf8 support for soft references.
17443              Change gv_fetchpv to take a UTF8 flag, as gv_fetchpvn_flags
17444              Add gv_fetchsv to look up a GV by SV rather than a char * pointer
17445              Provide a backwards compatability gv_fetchpv
17446              Migrate from gv_fetchpv to gv_fetchsv where the caller was grabbing
17447              the pointer from an SV
17448              All tests still pass.
17449      Branch: perl
17450            ! embed.fnc embed.h global.sym gv.c gv.h mg.c op.c perl.h pp.c
17451            ! pp_hot.c pp_sys.c proto.h sv.c sv.h toke.c universal.c
17452 ____________________________________________________________________________
17453 [ 23765] By: nicholas                              on 2005/01/07  11:23:48
17454         Log: Subject: [PATCH] make lib/warnings.t use t/test.pl
17455              From: "Craig A. Berry" <craigberry@mac.com>
17456              Message-ID: <41DDCA71.1080704@mac.com>
17457              Date: Thu, 06 Jan 2005 17:32:01 -0600
17458      Branch: perl
17459            ! lib/warnings.t
17460 ____________________________________________________________________________
17461 [ 23764] By: steveh                                on 2005/01/07  08:35:29
17462         Log: Fix win32/config.*'s cc, ld and other related values
17463
17464              cc and ld themselves always get replaced with correct values anyway
17465              so we just provide example values as per other similar settings
17466
17467              Other related values (ccname, cpp, cpprun, cppstdin) need to use the
17468              correct ~keyword~, namely ~cc~, not ~CC~, otherwise they do not get set
17469
17470              Subject: [PATCH] Re: lib/Config/Extensions.t fails on Win32
17471              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
17472              Date: Wed, 5 Jan 2005 10:01:41 -0800
17473              Message-ID: <20050105180141.GA676@efn.org>
17474
17475              Subject: Re: [PATCH] Re: lib/Config/Extensions.t fails on Win32
17476              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
17477              Date: Thu, 6 Jan 2005 11:53:11 -0800
17478              Message-ID: <20050106195311.GC1300@efn.org>
17479      Branch: perl
17480            ! win32/config.bc win32/config.gc win32/config.vc
17481            ! win32/config.vc64
17482 ____________________________________________________________________________
17483 [ 23763] By: nicholas                              on 2005/01/06  17:42:59
17484         Log: Add TODO tests for UTF8 encoded soft references
17485      Branch: perl
17486            ! t/op/ref.t
17487 ____________________________________________________________________________
17488 [ 23762] By: steveh                                on 2005/01/06  16:50:10
17489         Log: Allow static linking core extensions on Win32 with MinGW
17490
17491              Subject: [PATCH] Re: lib/Config/Extensions.t fails on Win32
17492              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
17493              Date: Wed, 5 Jan 2005 10:01:41 -0800
17494              Message-ID: <20050105180141.GA676@efn.org>
17495      Branch: perl
17496            ! win32/buildext.pl win32/makefile.mk
17497 ____________________________________________________________________________
17498 [ 23761] By: rgs                                   on 2005/01/06  15:49:39
17499         Log: Silence a compilation warning
17500      Branch: perl
17501            ! pp_sort.c
17502 ____________________________________________________________________________
17503 [ 23760] By: nicholas                              on 2005/01/06  14:59:17
17504         Log: Turn barewords into strings to run under strict subs.
17505              Run under strict refs outside the soft reference tests.
17506      Branch: perl
17507            ! t/op/ref.t
17508 ____________________________________________________________________________
17509 [ 23759] By: nicholas                              on 2005/01/06  14:34:24
17510         Log: All tests now use test.pl
17511      Branch: perl
17512            ! t/op/ref.t
17513 ____________________________________________________________________________
17514 [ 23758] By: nicholas                              on 2005/01/06  11:44:08
17515         Log: Start converting t/op/ref.t to use test.pl
17516      Branch: perl
17517            ! t/op/ref.t
17518 ____________________________________________________________________________
17519 [ 23757] By: steveh                                on 2005/01/06  11:26:12
17520         Log: Fix extensions config fields on Win32 to be as they are on Unix
17521
17522              Subject: [PATCH] Re: lib/Config/Extensions.t fails on Win32
17523              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
17524              Date: Wed, 5 Jan 2005 10:01:41 -0800
17525              Message-ID: <20050105180141.GA676@efn.org>
17526      Branch: perl
17527            ! win32/FindExt.pm win32/config_sh.PL
17528 ____________________________________________________________________________
17529 [ 23756] By: nicholas                              on 2005/01/05  21:58:15
17530         Log: Correct a Greengrocer's apostrophe.
17531      Branch: perl
17532            ! ext/DynaLoader/dl_dyld.xs
17533 ____________________________________________________________________________
17534 [ 23755] By: nicholas                              on 2005/01/05  21:36:26
17535         Log: Foolishly I committed change 23753 before remembering to test without
17536              ithreads. No tests => bugs. This should fix them.
17537      Branch: perl
17538            ! perl.c
17539 ____________________________________________________________________________
17540 [ 23754] By: nicholas                              on 2005/01/05  20:14:02
17541         Log: Error-free constant folding is a TODO
17542      Branch: perl
17543            ! pod/perltodo.pod
17544 ____________________________________________________________________________
17545 [ 23753] By: nicholas                              on 2005/01/05  19:44:28
17546         Log: Turn INIT_TLS_AND_INTERP into a static function
17547      Branch: perl
17548            ! perl.c
17549 ____________________________________________________________________________
17550 [ 23752] By: nicholas                              on 2005/01/05  16:27:19
17551         Log: Shave off the explict 1; from the end of lib/Config.pm
17552      Branch: perl
17553            ! configpm
17554 ____________________________________________________________________________
17555 [ 23751] By: rgs                                   on 2005/01/05  13:31:51
17556         Log: Subject: [PATCH] unnecessary rmdir in Makefile
17557              From: Robin Barker <Robin.Barker@npl.co.uk>
17558              Date: Wed, 5 Jan 2005 11:58:54 -0000
17559              Message-ID: <533D273D4014D411AB1D00062938C4D90849C55C@hotel.npl.co.uk>
17560      Branch: perl
17561            ! Makefile.SH
17562 ____________________________________________________________________________
17563 [ 23750] By: merijn                                on 2005/01/05  11:44:11
17564         Log: Subject: [PATCH] gcc and ld in Configure
17565              From: Robin Barker <Robin.Barker@npl.co.uk>
17566              Date: Wed, 5 Jan 2005 12:04:25 -0000
17567              Message-ID: <533D273D4014D411AB1D00062938C4D90849C55D@hotel.npl.co.uk>
17568      Branch: perl
17569            ! hints/solaris_2.sh
17570 ____________________________________________________________________________
17571 [ 23749] By: nicholas                              on 2005/01/05  11:25:29
17572         Log: Subject: [PATCH] Avoid segfault when pthread_key_create fails
17573              From: Gisle Aas <gisle@ActiveState.com>
17574              Date: 05 Jan 2005 01:09:51 -0800
17575              Message-ID: <lracroz1gg.fsf@caliper.activestate.com>
17576      Branch: perl
17577            ! thread.h
17578 ____________________________________________________________________________
17579 [ 23748] By: nicholas                              on 2005/01/05  10:44:59
17580         Log: Subject: [PATCH] -Duselargefiles for VMS
17581              From: "Craig A. Berry" <craigberry@mac.com>
17582              Message-ID: <41DB63A6.7040504@mac.com>
17583              Date: Tue, 04 Jan 2005 21:48:54 -0600
17584      Branch: perl
17585            ! configure.com vms/descrip_mms.template vms/vmsish.h
17586 ____________________________________________________________________________
17587 [ 23747] By: nicholas                              on 2005/01/05  10:10:14
17588         Log: Rafael spotted that my changes caused warnings. So clean up.
17589      Branch: perl
17590            ! t/op/attrs.t
17591 ____________________________________________________________________________
17592 [ 23746] By: nicholas                              on 2005/01/04  23:07:25
17593         Log: Update copyright years.
17594      Branch: perl
17595            ! mg.c miniperlmain.c op.c perlio.c xsutils.c
17596 ____________________________________________________________________________
17597 [ 23745] By: nicholas                              on 2005/01/04  19:32:01
17598         Log: Make the switch statement discriminate similar names more
17599              efficiently.
17600      Branch: perl
17601            ! xsutils.c
17602 ____________________________________________________________________________
17603 [ 23744] By: nicholas                              on 2005/01/04  16:20:43
17604         Log: Check all attributes in modify_SV_attributes are recognised.
17605              Fix bug where 'assertion' was always rejected as invalid.
17606      Branch: perl
17607            ! t/op/attrs.t xsutils.c
17608 ____________________________________________________________________________
17609 [ 23743] By: nicholas                              on 2005/01/04  12:46:56
17610         Log: Use the new ${^UTF8LOCALE} to make the test reliable.
17611      Branch: perl
17612            ! t/io/layers.t
17613 ____________________________________________________________________________
17614 [ 23742] By: merijn                                on 2005/01/04  12:38:03
17615         Log: Subject: [PATCH pod/perlxs.pod] RE: [perl #32660] INT2PTR not mentioned in perlxs(1)
17616              From: Robin Barker <Robin.Barker@npl.co.uk>
17617              Date: Tue, 4 Jan 2005 12:32:29 -0000
17618              Message-ID: <533D273D4014D411AB1D00062938C4D90849C553@hotel.npl.co.uk>
17619      Branch: perl
17620            ! pod/perlxs.pod
17621 ____________________________________________________________________________
17622 [ 23741] By: nicholas                              on 2005/01/04  11:27:57
17623         Log: Add ${^UTF8LOCALE} to give perl space access to PL_utf8locale
17624      Branch: perl
17625            ! gv.c mg.c
17626 ____________________________________________________________________________
17627 [ 23740] By: steveh                                on 2005/01/04  10:56:55
17628         Log: Bring win32/config.* into line with win32/config_H.*
17629              so that "perl -V:usemallocwrap" tells us what the configuration is
17630              instead of saying 'UNKNOWN'.
17631      Branch: perl
17632            ! win32/config.bc win32/config.gc win32/config.vc
17633            ! win32/config.vc64
17634 ____________________________________________________________________________
17635 [ 23739] By: rgs                                   on 2005/01/04  08:36:50
17636         Log: Subject: [PATCH] Math::BigInt v1.74, Math::BigRat v0.14, bignum v0.16
17637              From: Tels <nospam-abuse@bloodgate.com>
17638              Date: Sat, 1 Jan 2005 18:59:51 +0100
17639              Message-Id: <200501011859.52858@bloodgate.com>
17640      Branch: perl
17641            + lib/Math/BigInt/t/lib_load.t lib/bignum/t/ratopt_a.t
17642            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
17643            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/CalcEmu.pm
17644            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bare_mbi.t
17645            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
17646            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
17647            ! lib/Math/BigInt/t/inf_nan.t lib/Math/BigInt/t/sub_mbf.t
17648            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.inc
17649            ! lib/Math/BigInt/t/with_sub.t lib/Math/BigRat.pm
17650            ! lib/Math/BigRat/t/bigrat.t lib/Math/BigRat/t/bigratpm.inc
17651            ! lib/Math/BigRat/t/bigratpm.t lib/bigint.pm lib/bignum.pm
17652            ! lib/bignum/t/option_a.t lib/bignum/t/option_l.t
17653            ! lib/bignum/t/option_p.t lib/bigrat.pm
17654            ! t/lib/Math/BigFloat/Subclass.pm
17655 ____________________________________________________________________________
17656 [ 23738] By: rgs                                   on 2005/01/04  08:05:16
17657         Log: Happy new year
17658      Branch: perl
17659            ! README
17660 ____________________________________________________________________________
17661 [ 23736] By: nicholas                              on 2005/01/03  21:17:28
17662         Log: Return an immortal from attributes::_warn_reserved (a private
17663              function). (saves creating a new IV)
17664      Branch: perl
17665            ! xsutils.c
17666 ____________________________________________________________________________
17667 [ 23735] By: nicholas                              on 2005/01/03  20:58:09
17668         Log: Change dXSTARGET to dXSTARG as recommended by Spider Boardman.
17669      Branch: perl
17670            ! xsutils.c
17671 ____________________________________________________________________________
17672 [ 23733] By: nicholas                              on 2005/01/03  18:54:22
17673         Log: D'oh! Spurious aTHX_. Here was I thinking that my test build was
17674              threaded, but "oh no it isn't!" :-(
17675      Branch: perl
17676            ! toke.c
17677 ____________________________________________________________________________
17678 [ 23732] By: rgs                                   on 2005/01/03  17:24:24
17679         Log: Integrate a patch from Gentoo for uclibc support.
17680              See :
17681              Subject: Re: Static linking notes --- perl5.8.6 and uClibc
17682              From: Alexey Tourbin <at@altlinux.ru>
17683              Date: Tue, 28 Dec 2004 14:25:42 +0300
17684              Message-ID: <20041228112542.GB21037@solemn.turbinal.org>
17685      Branch: perl
17686            ! perlio.c
17687 ____________________________________________________________________________
17688 [ 23731] By: nicholas                              on 2005/01/02  23:18:07
17689         Log: Remove compiler warnings.
17690      Branch: perl
17691            ! toke.c
17692 ____________________________________________________________________________
17693 [ 23730] By: nicholas                              on 2005/01/02  22:49:49
17694         Log: Change 23727 broke code that relied on \ being escaped.
17695              Fix this. *Everything* should work now.
17696      Branch: perl
17697            + t/run/switchF1.t
17698            ! MANIFEST toke.c
17699 ____________________________________________________________________________
17700 [ 23729] By: nicholas                              on 2005/01/02  07:46:12
17701         Log: Splitting the -n/-p code and concatenating strings generates
17702              smaller object code.
17703      Branch: perl
17704            ! toke.c
17705 ____________________________________________________________________________
17706 [ 23728] By: nicholas                              on 2005/01/01  21:34:52
17707         Log: Concatenate some string constants
17708      Branch: perl
17709            ! toke.c
17710 ____________________________________________________________________________
17711 [ 23727] By: nicholas                              on 2005/01/01  21:13:53
17712         Log: Use Rafael's sick trick of ASCII NUL as a q'' delimiter to save a
17713              lot of quoting code
17714      Branch: perl
17715            ! toke.c
17716 ____________________________________________________________________________
17717 [ 23726] By: nicholas                              on 2005/01/01  20:48:31
17718         Log: Probably should be using *pvn rather than *pv forms for speed in
17719              toke.c (to save a strlen())
17720      Branch: perl
17721            ! toke.c
17722 ____________________________________________________________________________
17723 [ 23725] By: nicholas                              on 2005/01/01  20:26:27
17724         Log: strEQ/strNE of 1 character strings seems better hand inlined,
17725              because it generates smaller object code (as well as being
17726              faster than a true function call)
17727      Branch: perl
17728            ! doio.c locale.c op.c perl.c pp.c toke.c util.c
17729 ____________________________________________________________________________
17730 [ 23724] By: nicholas                              on 2005/01/01  17:15:58
17731         Log: Not all the world's a VAX, er ASCII, so don't make assumptions.
17732              Tweak is_gv_magical's string comparisons to produce smaller object
17733              code.
17734              First 2005 copyright notice.
17735      Branch: perl
17736            ! gv.c
17737 ____________________________________________________________________________
17738 [ 23723] By: nicholas                              on 2005/01/01  13:54:33
17739         Log: Change 23714 accidentally broke t/io/layers.t when testing with
17740              UTF8 locales and the -C flag. When UTF8 is flagged as enabled
17741              based on the locale, we have no perl space access to PL_utf8locale
17742              so assume for the moment that UTF8 is never conditionally enabled.
17743      Branch: perl
17744            ! t/io/layers.t
17745 ____________________________________________________________________________
17746 [ 23722] By: nicholas                              on 2004/12/31  23:04:47
17747         Log: Skip the switch statement entirely if the pointer is null, rather
17748              than the old pointless switch on '\0'. Also skip re-comparing the
17749              first character. Faster, and generates terser object code.
17750      Branch: perl
17751            ! pp.c
17752 ____________________________________________________________________________
17753 [ 23721] By: nicholas                              on 2004/12/31  22:46:25
17754         Log: Doing the strnEQ char by char for 2 and 3 character strings
17755              generates a smaller object file, and will be faster.
17756      Branch: perl
17757            ! doio.c
17758 ____________________________________________________________________________
17759 [ 23720] By: nicholas                              on 2004/12/31  21:41:25
17760         Log: Improve documentation for is_gv_magical, and split the switch
17761              statement into 2 parts, lengths > 1 and lengths <= 1
17762              This should cause most variables (lower case, multicharacter)
17763              to escape the function without passing through a switch table.
17764      Branch: perl
17765            ! gv.c
17766 ____________________________________________________________________________
17767 [ 23719] By: nicholas                              on 2004/12/31  21:02:59
17768         Log: Because name is always NUL terminated we can incorporate length
17769              0 names in the switch statement for length 1.
17770      Branch: perl
17771            ! gv.c
17772 ____________________________________________________________________________
17773 [ 23718] By: nicholas                              on 2004/12/31  20:25:52
17774         Log: Generate smaller object code by using a single switch statement
17775              for determining which names are forced into main::
17776      Branch: perl
17777            ! gv.c
17778 ____________________________________________________________________________
17779 [ 23717] By: nicholas                              on 2004/12/31  18:31:18
17780         Log: Tidy up comments in change 23716
17781      Branch: perl
17782            ! gv.c
17783 ____________________________________________________________________________
17784 [ 23716] By: nicholas                              on 2004/12/31  18:22:54
17785         Log: Refactor gv_fetchpv so that the overwhelmingly common case
17786              (variable names starting with a lower case letter or _, longer
17787              than one character) get out of the function very quickly.
17788              (Without even passing through a switch statement jump table)
17789              Also fixes bug 33631
17790      Branch: perl
17791            ! gv.c
17792 ____________________________________________________________________________
17793 [ 23715] By: nicholas                              on 2004/12/31  15:43:07
17794         Log: Subject: [PATCH] randbits and randfunc for VMS
17795              From: "Craig A. Berry" <craigberry@mac.com>
17796              Message-ID: <41D570BF.8010409@mac.com>
17797              Date: Fri, 31 Dec 2004 09:31:11 -0600
17798      Branch: perl
17799            ! configure.com
17800 ____________________________________________________________________________
17801 [ 23714] By: nicholas                              on 2004/12/31  13:14:18
17802         Log: Bug in t/io/layers.t spotted by Ignasi Roca Carrió
17803      Branch: perl
17804            ! AUTHORS t/io/layers.t
17805 ____________________________________________________________________________
17806 [ 23712] By: mhx                                   on 2004/12/30  18:29:02
17807         Log: Mention ppport.h and its --api-info switch in perlguts.
17808      Branch: perl
17809            ! pod/perlguts.pod
17810 ____________________________________________________________________________
17811 [ 23711] By: merijn                                on 2004/12/30  13:10:20
17812         Log: Subject: [PATCH] Allow Configure's d_attribut to be set from the command line
17813              From: Gisle Aas <gisle@ActiveState.com>
17814              Date: 30 Dec 2004 03:39:36 -0800
17815              Message-ID: <lrllbgypzb.fsf@caliper.activestate.com>
17816      Branch: perl
17817            ! Configure
17818 ____________________________________________________________________________
17819 [ 23708] By: nicholas                              on 2004/12/29  21:41:04
17820         Log: Thinko in the description of Config::Extensions
17821      Branch: perl
17822            ! MANIFEST
17823 ____________________________________________________________________________
17824 [ 23707] By: nicholas                              on 2004/12/29  21:25:29
17825         Log: Experimental module intended to simplify core regression tests
17826      Branch: perl
17827            + lib/Config/Extensions.pm lib/Config/Extensions.t
17828            ! MANIFEST
17829 ____________________________________________________________________________
17830 [ 23706] By: nicholas                              on 2004/12/29  21:24:30
17831         Log: Skip tests that binmode :utf8 if there is no perlio
17832      Branch: perl
17833            ! t/op/read.t
17834 ____________________________________________________________________________
17835 [ 23705] By: nicholas                              on 2004/12/29  21:04:43
17836         Log: Ooops. Fix unitialised variable
17837      Branch: perl
17838            ! pp_sys.c
17839 ____________________________________________________________________________
17840 [ 23704] By: nicholas                              on 2004/12/29  19:47:12
17841         Log: Oops. Forgot to uncomment the last set of Unicode values for
17842              testing.
17843      Branch: perl
17844            ! t/op/read.t
17845 ____________________________________________________________________________
17846 [ 23703] By: nicholas                              on 2004/12/29  19:00:12
17847         Log: read (and presuambly sysread) would expose the UTF8 internals when
17848              reading from a byte orientated file handle into a UTF8 scalar.
17849      Branch: perl
17850            ! pp_sys.c t/op/read.t
17851 ____________________________________________________________________________
17852 [ 23702] By: nicholas                              on 2004/12/29  17:20:29
17853         Log: Add a lot of tests for combinations of values, offsets and lengths
17854      Branch: perl
17855            ! t/op/read.t
17856 ____________________________________________________________________________
17857 [ 23701] By: nicholas                              on 2004/12/29  16:28:58
17858         Log: Convert op/read.t to use test.pl and make it stricture compliant.
17859      Branch: perl
17860            ! t/op/read.t
17861 ____________________________________________________________________________
17862 [ 23700] By: mhx                                   on 2004/12/29  13:46:36
17863         Log: Upgrade to Devel::PPPort 3.04
17864      Branch: perl
17865            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
17866            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort_pm.PL
17867            ! ext/Devel/PPPort/TODO ext/Devel/PPPort/parts/inc/SvPV
17868            ! ext/Devel/PPPort/parts/inc/ppphbin
17869            ! ext/Devel/PPPort/parts/inc/ppphdoc
17870            ! ext/Devel/PPPort/parts/inc/ppphtest
17871 ____________________________________________________________________________
17872 [ 23696] By: merijn                                on 2004/12/29  12:41:14
17873         Log: Rebuilt after backport start for 23674, 23675, and 23676
17874      Branch: perl
17875            ! Configure
17876 ____________________________________________________________________________
17877 [ 23691] By: merijn                                on 2004/12/29  11:57:57
17878         Log: Subject: [PATCH] Cleanup ext/B tests for -w and to run separately
17879              Date: Tue, 28 Dec 2004 13:49:19 -0800
17880              From: Stephen McCamant <smcc@MIT.EDU>
17881              Message-ID: <16849.54495.424654.896889@apocalypse.OCF.Berkeley.EDU>
17882      Branch: perl
17883            ! ext/B/B/Terse.pm ext/B/t/asmdata.t ext/B/t/b.t
17884            ! ext/B/t/bblock.t ext/B/t/bytecode.t ext/B/t/concise.t
17885            ! ext/B/t/debug.t ext/B/t/deparse.t ext/B/t/f_map.t
17886            ! ext/B/t/f_sort.t ext/B/t/lint.t ext/B/t/o.t
17887            ! ext/B/t/optree_check.t ext/B/t/optree_concise.t
17888            ! ext/B/t/optree_samples.t ext/B/t/optree_sort.t
17889            ! ext/B/t/optree_specials.t ext/B/t/optree_varinit.t
17890            ! ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
17891            ! ext/B/t/xref.t
17892 ____________________________________________________________________________
17893 [ 23688] By: nicholas                              on 2004/12/28  10:25:28
17894         Log: Make Config.t warnings and strictures clean
17895      Branch: perl
17896            ! lib/Config.t
17897 ____________________________________________________________________________
17898 [ 23683] By: nicholas                              on 2004/12/27  16:03:59
17899         Log: Subject: [patch sv.c] comment fix
17900              From: Stas Bekman <stas@stason.org>
17901              Message-ID: <41CF50FE.5070307@stason.org>
17902              Date: Sun, 26 Dec 2004 19:02:06 -0500
17903      Branch: perl
17904            ! sv.c
17905 ____________________________________________________________________________
17906 [ 23682] By: nicholas                              on 2004/12/27  15:48:24
17907         Log: Add investigating self tie segfaults to the TODO
17908      Branch: perl
17909            ! pod/perltodo.pod
17910 ____________________________________________________________________________
17911 [ 23681] By: rgs                                   on 2004/12/24  13:51:59
17912         Log: Subject: [perl #33173] shellwords.pl and tainting
17913              From: perl-5.8.0@ton.iguana.be (via RT) <perlbug-followup@perl.org>
17914              Date: 24 Dec 2004 00:14:19 -0000
17915              Message-ID: <rt-3.0.11-33173-103504.3.54366755060383@perl.org>
17916      Branch: perl
17917            ! lib/shellwords.pl
17918 ____________________________________________________________________________
17919 [ 23680] By: rgs                                   on 2004/12/24  13:42:08
17920         Log: Subject: Missign STATEMENT brackets in PUSHMARK
17921              From: perl5-porters@ton.iguana.be (Ton Hospel)
17922              Date: Thu, 23 Dec 2004 17:55:13 +0000 (UTC)
17923              Message-Id: <cqf0q1$9cc$1@post.home.lunix>
17924      Branch: perl
17925            ! pp.h
17926 ____________________________________________________________________________
17927 [ 23679] By: nicholas                              on 2004/12/24  10:33:32
17928         Log: Don't do the ... expansion on archlib, sitelib etc, given that
17929              everyone should already be using archlibext etc
17930              Add the extra special case code for otherlibdirs
17931      Branch: perl
17932            ! configpm
17933 ____________________________________________________________________________
17934 [ 23678] By: rgs                                   on 2004/12/24  08:57:56
17935         Log: Subject: Re: [patch perlapi doc] sv_magic
17936              From: Stas Bekman <stas@stason.org>
17937              Date: Thu, 23 Dec 2004 16:28:06 -0500
17938              Message-ID: <41CB3866.1080307@stason.org>
17939      Branch: perl
17940            ! pod/perlapi.pod sv.c
17941 ____________________________________________________________________________
17942 [ 23677] By: nicholas                              on 2004/12/24  08:54:58
17943         Log: Subject: [PATCH] Re: Smoke [5.9.2] 23675 FAIL(m) openvms E8.2 (Alpha/4 cpu)
17944              From: "Craig A. Berry" <craigberry@mac.com>
17945              Message-ID: <41CB6BD1.8030207@mac.com>
17946              Date: Thu, 23 Dec 2004 19:07:29 -0600
17947      Branch: perl
17948            ! configure.com
17949 ____________________________________________________________________________
17950 [ 23676] By: nicholas                              on 2004/12/23  23:15:24
17951         Log: Bother. It helps if you also propagate the new entry to config.sh
17952      Branch: perl
17953            ! Configure
17954 ____________________________________________________________________________
17955 [ 23675] By: nicholas                              on 2004/12/23  22:14:42
17956         Log: Oops. You can't add new entries to config_h.SH without making some
17957              sort of corresponding defined/undefined value in config.sh somehow.
17958      Branch: perl
17959            ! Configure
17960 ____________________________________________________________________________
17961 [ 23674] By: nicholas                              on 2004/12/23  21:38:59
17962         Log: Relocatable @INC entries for Unix.
17963              (With appropriate fixups in Config.pm to complete the illusion)
17964              Currently can only be enabled with hackery to config.sh
17965              TODO - proper Configure support, and support for otherlibdirs in
17966              Config.pm
17967      Branch: perl
17968            ! Porting/Glossary config_h.SH configpm embed.fnc embed.h perl.c
17969            ! proto.h
17970 ____________________________________________________________________________
17971 [ 23673] By: merijn                                on 2004/12/23  21:04:37
17972         Log: 23669 was not such a good idea. More research needed.
17973      Branch: perl
17974            ! config_h.SH
17975 ____________________________________________________________________________
17976 [ 23672] By: rgs                                   on 2004/12/23  17:21:37
17977         Log: The "Setuid script not plain file" error wasn't documented.
17978      Branch: perl
17979            ! pod/perldiag.pod
17980 ____________________________________________________________________________
17981 [ 23671] By: rgs                                   on 2004/12/23  15:21:58
17982         Log: Subject: [PATCH] Data::Dumper Freezer fixes
17983              From: Sam Tregar <sam@tregar.com>
17984              Date: Sun, 19 Dec 2004 14:40:25 -0500 (EST)
17985              Message-ID: <Pine.LNX.4.61.0412191434490.7660@hillmont.dreamhost.com>
17986
17987              and bump Data::Dumper's VERSION
17988      Branch: perl
17989            + ext/Data/Dumper/t/freezer.t
17990            ! MANIFEST ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
17991 ____________________________________________________________________________
17992 [ 23670] By: nicholas                              on 2004/12/22  23:15:07
17993         Log: Fix typo
17994      Branch: perl
17995            ! ext/Storable/Storable.xs
17996 ____________________________________________________________________________
17997 [ 23669] By: merijn                                on 2004/12/22  20:16:53
17998         Log: Just to re-sync with metaconfig output. No real changes.
17999      Branch: perl
18000            ! config_h.SH
18001 ____________________________________________________________________________
18002 [ 23668] By: rgs                                   on 2004/12/22  08:46:21
18003         Log: Move the definition of the S_procself_val() function before
18004              the point where it's used
18005      Branch: perl
18006            ! perl.c
18007 ____________________________________________________________________________
18008 [ 23667] By: nicholas                              on 2004/12/21  20:56:58
18009         Log: Move the setting of $^X ahead of the initialisation of @INC
18010      Branch: perl
18011            ! perl.c
18012 ____________________________________________________________________________
18013 [ 23666] By: nicholas                              on 2004/12/21  20:31:57
18014         Log: $#a>>=1 relies on malloc wrap to avoid the segfault, so need to
18015              skip the test on platforms where it's not available
18016      Branch: perl
18017            ! t/op/bop.t
18018 ____________________________________________________________________________
18019 [ 23663] By: nicholas                              on 2004/12/21  11:58:53
18020         Log: Note that the shell's test uses eq etc for numbers, = etc for
18021              strings, the reverse of Perl, which is definitely a trap.
18022              Spotted by Alexei Alexandrov.
18023      Branch: perl
18024            ! AUTHORS pod/perltrap.pod
18025 ____________________________________________________________________________
18026 [ 23662] By: merijn                                on 2004/12/20  13:38:45
18027         Log: Subject: [PATCH] AUTHORS
18028              From: Tels <nospam-abuse@bloodgate.com>
18029              Date: Sun, 19 Dec 2004 14:28:44 +0100
18030              Message-Id: <200412191428.45898@bloodgate.com>
18031      Branch: perl
18032            ! AUTHORS
18033 ____________________________________________________________________________
18034 [ 23661] By: rgs                                   on 2004/12/17  09:08:23
18035         Log: Subject: Re: [perl #32717] BeOS specific Updates
18036              From: bonefish@cs.tu-berlin.de
18037              Date: Fri, 17 Dec 2004 01:17:40 +0100
18038              Message-Id: <20041217011740.14398.1@cs.tu-berlin.de>
18039      Branch: perl
18040            - beos/beos_flock_server.cpp beos/beos_flock_server.h
18041            ! MANIFEST Makefile.SH README.beos beos/beos.c beos/beosish.h
18042            ! hints/beos.sh
18043 ____________________________________________________________________________
18044 [ 23660] By: rgs                                   on 2004/12/16  16:09:20
18045         Log: Subject: [PATCH] bop.t follow-up to #23645
18046              From: "Craig A. Berry" <craigberry@mac.com>
18047              Date: Thu, 16 Dec 2004 08:53:32 -0600
18048              Message-ID: <41C1A16C.9040700@mac.com>
18049      Branch: perl
18050            ! t/op/bop.t
18051 ____________________________________________________________________________
18052 [ 23659] By: rgs                                   on 2004/12/16  16:05:49
18053         Log: Subject: Re: Can't locate auto/POSIX/autosplit.ix [perl #24445] [PATCH]
18054              From: Andy Dougherty <doughera@lafayette.edu>
18055              Date: Thu, 16 Dec 2004 09:57:44 -0500 (EST)
18056              Message-ID: <Pine.SOL.4.58.0412160953470.20202@maxwell.phys.lafayette.edu>
18057      Branch: perl
18058            ! ext/POSIX/Makefile.PL
18059 ____________________________________________________________________________
18060 [ 23658] By: rgs                                   on 2004/12/16  15:58:06
18061         Log: Two pod2html patches from Dave Sparks :
18062
18063              Fix anchors for some function names
18064              Subject: pod2html fragment fix [PATCH]
18065              From: Gisle Aas <gisle@ActiveState.com>
18066              Date: 11 Nov 2004 14:36:46 +0100
18067              Message-ID: <lrk6sso6c1.fsf@caliper.activestate.com>
18068
18069              Subject: Make 'pod2html --quiet' be quiet [PATCH]
18070              From: Gisle Aas <gisle@ActiveState.com>
18071              Date: 11 Nov 2004 15:19:58 +0100
18072              Message-ID: <lrbre4o4c1.fsf@caliper.activestate.com>
18073      Branch: perl
18074            ! lib/Pod/Html.pm
18075 ____________________________________________________________________________
18076 [ 23657] By: rgs                                   on 2004/12/16  15:43:02
18077         Log: Pod::Html is not part of the podlators distribution
18078      Branch: perl
18079            ! Porting/Maintainers.pl
18080 ____________________________________________________________________________
18081 [ 23656] By: rgs                                   on 2004/12/15  16:39:29
18082         Log: Security fix from Debian in the debugger (in the setterm()
18083              function), from:
18084              Subject: Re: Security patch from Debian?
18085              From: Brendan O'Dea <bod@debian.org>
18086              Date: Thu, 2 Dec 2004 13:42:17 +1100
18087              Message-ID: <20041202024217.GA12670@londo.c47.org>
18088      Branch: perl
18089            ! lib/perl5db.pl
18090 ____________________________________________________________________________
18091 [ 23655] By: rgs                                   on 2004/12/15  15:14:05
18092         Log: A couple of SCO compilation patches
18093
18094              Subject: [perl #3097] Re: SCO5 XS dyn loading fails
18095              From: "Ilya N. Golubev" <gin@mo.msk.ru>
18096              Date: Tue, 14 Dec 2004 22:37:27 +0300
18097              Message-ID: <028941bf40f648-gin@mo.msk.ru>
18098
18099              Subject: Re: [perl #3100] NaN passed to gcvt [PATCH]
18100              From: Andy Dougherty <doughera@lafayette.edu>
18101              Date: Wed, 15 Dec 2004 10:29:22 -0500 (EST)
18102              Message-ID: <Pine.SOL.4.58.0412150956360.3441@maxwell.phys.lafayette.edu>
18103      Branch: perl
18104            ! hints/sco.sh
18105 ____________________________________________________________________________
18106 [ 23654] By: rgs                                   on 2004/12/15  13:16:06
18107         Log: Upgrade to Test::Simple 0.54
18108      Branch: perl
18109            + lib/Test/Simple/t/is_fh.t
18110            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
18111            ! lib/Test/Simple.pm lib/Test/Simple/Changes
18112            ! lib/Test/Simple/t/details.t lib/Test/Simple/t/fail-more.t
18113            ! lib/Test/Simple/t/harness_active.t
18114            ! lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/maybe_regex.t
18115            ! lib/Test/Simple/t/plan_no_plan.t lib/Test/Simple/t/sort_bug.t
18116            ! lib/Test/Simple/t/todo.t lib/Test/Simple/t/undef.t
18117 ____________________________________________________________________________
18118 [ 23653] By: rgs                                   on 2004/12/15  12:43:37
18119         Log: Upgrade to ExtUtils::MakeMaker 6.25
18120      Branch: perl
18121            + lib/ExtUtils/t/dir_target.t
18122            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
18123            ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Liblist/Kid.pm
18124            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml
18125            ! lib/ExtUtils/MM.pm lib/ExtUtils/MM_Any.pm
18126            ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_NW5.pm
18127            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
18128            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
18129            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/FAQ.pod
18130            ! lib/ExtUtils/MakeMaker/Tutorial.pod lib/ExtUtils/Manifest.pm
18131            ! lib/ExtUtils/NOTES lib/ExtUtils/README lib/ExtUtils/instmodsh
18132            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/INST_PREFIX.t
18133            ! lib/ExtUtils/t/Liblist.t lib/ExtUtils/t/MM_Unix.t
18134            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/hints.t
18135            ! lib/ExtUtils/t/oneliner.t lib/ExtUtils/t/parse_version.t
18136            ! lib/ExtUtils/t/prereq_print.t lib/ExtUtils/t/split_command.t
18137 ____________________________________________________________________________
18138 [ 23652] By: rgs                                   on 2004/12/14  16:22:42
18139         Log: Fix for [perl #32491] h2xs incorrectly parses enums with implicit values
18140      Branch: perl
18141            ! utils/h2xs.PL
18142 ____________________________________________________________________________
18143 [ 23651] By: rgs                                   on 2004/12/14  12:17:25
18144         Log: Subject: Re: B::walkoptree segfaults
18145              From: Alexey Tourbin <at@altlinux.ru>
18146              Date: Fri, 3 Dec 2004 05:06:49 +0300
18147              Message-ID: <20041203020649.GD3898@solemn.turbinal.org>
18148      Branch: perl
18149            ! ext/B/B.pm
18150 ____________________________________________________________________________
18151 [ 23650] By: rgs                                   on 2004/12/14  11:21:53
18152         Log: Make Sys::Syslog stricture-compliant
18153      Branch: perl
18154            ! ext/Sys/Syslog/Syslog.pm
18155 ____________________________________________________________________________
18156 [ 23649] By: rgs                                   on 2004/12/14  10:35:57
18157         Log: Allow escaping %m as %%m in Sys::Syslog format strings
18158              (suggested by Joshua Richardson <jric@yahoo-inc.com>
18159              and Yitzchak Scott-Thoennes)
18160      Branch: perl
18161            ! ext/Sys/Syslog/Syslog.pm
18162 ____________________________________________________________________________
18163 [ 23648] By: rgs                                   on 2004/12/14  10:22:48
18164         Log: Subject: [perl #24343] [PATCH] -w vs. -s
18165              From: "Steve Peters via RT" <perlbug-followup@perl.org>
18166              Date: 14 Dec 2004 06:41:34 -0000
18167              Message-ID: <rt-3.0.11-24343-103027.13.3005637364295@perl.org>
18168      Branch: perl
18169            ! pod/perlrun.pod
18170 ____________________________________________________________________________
18171 [ 23647] By: merijn                                on 2004/12/14  07:51:43
18172         Log: Subject: [perl #3274] [PATCH] Documentation for utime should be improved
18173              Date: 14 Dec 2004 06:29:23 -0000
18174              From: "Steve Peters via RT" <perlbug-followup@perl.org>
18175              Message-ID: <rt-3.0.11-3274-103026.2.21000805211489@perl.org>
18176      Branch: perl
18177            ! pod/perlfaq5.pod
18178 ____________________________________________________________________________
18179 [ 23646] By: rgs                                   on 2004/12/14  07:41:08
18180         Log: Fix test added in change 23645 with an eval()
18181      Branch: perl
18182            ! t/op/bop.t
18183 ____________________________________________________________________________
18184 [ 23645] By: rgs                                   on 2004/12/14  07:28:57
18185         Log: Test patch for already-solved bug #33003,
18186              by Michael G Schwern.
18187      Branch: perl
18188            ! t/op/bop.t
18189 ____________________________________________________________________________
18190 [ 23644] By: steveh                                on 2004/12/13  17:26:46
18191         Log: Document gv_stashpvn
18192
18193              This is already in the API supported by Devel::PPPort, and is
18194              more efficient than gv_stashpv if the length is already known.
18195      Branch: perl
18196            ! embed.fnc gv.c pod/perlapi.pod
18197 ____________________________________________________________________________
18198 [ 23643] By: rgs                                   on 2004/12/13  10:02:57
18199         Log: Subject: [PATCH] FileCache without import
18200              From: Michael G Schwern <schwern@pobox.com>
18201              Date: Sat, 11 Dec 2004 18:58:32 -0500
18202              Message-ID: <20041211235832.GA13462@windhund.schwern.org>
18203      Branch: perl
18204            + lib/FileCache/t/07noimport.t
18205            ! MANIFEST lib/FileCache.pm
18206 ____________________________________________________________________________
18207 [ 23642] By: rgs                                   on 2004/12/13  09:54:23
18208         Log: Subject: [PATCH] perlipc typo
18209              From: Brendan O'Dea <bod@debian.org>
18210              Date: Sun, 12 Dec 2004 10:25:04 +1100
18211              Message-ID: <20041211232504.GA8380@londo.c47.org>
18212      Branch: perl
18213            ! pod/perlipc.pod
18214 ____________________________________________________________________________
18215 [ 23641] By: rgs                                   on 2004/12/13  09:41:21
18216         Log: Subject: [PATCH] t/op/taint.t follow-up to #23635
18217              From: "Craig A. Berry" <craigberry@mac.com>
18218              Date: Sat, 11 Dec 2004 11:03:57 -0600
18219              Message-ID: <41BB287D.6090001@mac.com>
18220      Branch: perl
18221            ! t/op/taint.t
18222 ____________________________________________________________________________
18223 [ 23640] By: rgs                                   on 2004/12/13  08:39:34
18224         Log: Subject: Re: Smoke [5.9.2] 23634 FAIL(F) openbsd 3.6 (i386/1 cpu) [PATCH]
18225              From: Gisle Aas <gisle@ActiveState.com>
18226              Date: 11 Dec 2004 02:57:19 -0800
18227              Message-ID: <lrr7lxje5s.fsf_-_@caliper.activestate.com>
18228      Branch: perl
18229            ! utf8.c
18230 ____________________________________________________________________________
18231 [ 23639] By: rgs                                   on 2004/12/10  22:02:52
18232         Log: Subject: [PATCH] Re: [perl #2562] wantarray fails in END, INIT, and CHECK blocks
18233              From: mjtg@cam.ac.uk (Mike Guy)
18234              Date: Fri, 10 Dec 2004 19:08:01 +0000
18235              Message-ID: <E1Ccq7V-00057s-9s@virgo.cus.cam.ac.uk>
18236      Branch: perl
18237            ! pod/perlfunc.pod
18238 ____________________________________________________________________________
18239 [ 23638] By: steveh                                on 2004/12/10  14:58:59
18240         Log: Fix Win32 breakage caused by change 23610
18241
18242              Simply skip the offending tests on Win32.  There is no sense in testing
18243              that $Config dir entries appear in @INC because the $Config entries
18244              relate to where perl.exe will be installed (as per INST_DRV/INST_TOP in
18245              win32/Makefile), whereas @INC entries are dynamic, based on where
18246              perlXX.dll is currently located.
18247      Branch: perl
18248            ! lib/Config.t
18249 ____________________________________________________________________________
18250 [ 23637] By: rgs                                   on 2004/12/10  10:17:47
18251         Log: Pod nit ([perl #32800])
18252      Branch: perl
18253            ! pod/perlfunc.pod
18254 ____________________________________________________________________________
18255 [ 23636] By: rgs                                   on 2004/12/10  10:02:12
18256         Log: Subject: [PATCH] Test rt.perl.org 5900
18257              From: Michael G Schwern <schwern@pobox.com>
18258              Date: Thu, 9 Dec 2004 22:11:59 -0500
18259              Message-ID: <20041210031159.GA7629@windhund.schwern.org>
18260      Branch: perl
18261            ! t/op/taint.t
18262 ____________________________________________________________________________
18263 [ 23635] By: rgs                                   on 2004/12/10  09:51:44
18264         Log: Subject: [PATCH] cleanup t/op/taint.t
18265              From: Michael G Schwern <schwern@pobox.com>
18266              Date: Fri, 10 Dec 2004 02:04:49 -0500
18267              Message-ID: <20041210070448.GA22347@windhund.schwern.org>
18268
18269              Subject: [PATCH] Add todo_skip() to test.pl
18270              From: Michael G Schwern <schwern@pobox.com>
18271              Date: Fri, 10 Dec 2004 04:27:06 -0500
18272              Message-ID: <20041210092706.GA23378@windhund.schwern.org>
18273      Branch: perl
18274            ! t/op/taint.t t/test.pl
18275 ____________________________________________________________________________
18276 [ 23634] By: nicholas                              on 2004/12/09  22:51:03
18277         Log: Evade using @ in the 1 liner with some perl 1 syntax.
18278      Branch: perl
18279            ! lib/Config.t
18280 ____________________________________________________________________________
18281 [ 23633] By: rgs                                   on 2004/12/09  18:50:16
18282         Log: Subject: RE: [PATCH perl.h toke.c utf8.c] minor format clean up
18283              From: Robin Barker <Robin.Barker@npl.co.uk>
18284              Date: Wed, 1 Dec 2004 15:15:44 -0000
18285              Message-ID: <533D273D4014D411AB1D00062938C4D90849C521@hotel.npl.co.uk>
18286      Branch: perl
18287            ! perl.h
18288 ____________________________________________________________________________
18289 [ 23632] By: rgs                                   on 2004/12/09  17:12:12
18290         Log: Subject: UTF8_ALLOW_ANYUV should not allow overlong sequences [PATCH]
18291              From: Gisle Aas <gisle@activestate.com>
18292              Date: 06 Dec 2004 02:59:24 -0800
18293              Message-ID: <lrmzwrae0j.fsf_-_@caliper.activestate.com>
18294      Branch: perl
18295            ! utf8.h
18296 ____________________________________________________________________________
18297 [ 23631] By: rgs                                   on 2004/12/09  16:03:01
18298         Log: Subject: [PATCH] :encoding(utf8) broken in perl-5.8.6
18299              From: Gisle Aas <gisle@ActiveState.com>
18300              Date: 03 Dec 2004 06:09:19 -0800
18301              Message-ID: <lrllcfeank.fsf_-_@caliper.activestate.com>
18302      Branch: perl
18303            ! ext/PerlIO/t/encoding.t
18304 ____________________________________________________________________________
18305 [ 23630] By: rgs                                   on 2004/12/09  15:49:07
18306         Log: Upgrade to perldoc 3.14
18307      Branch: perl
18308            ! lib/Pod/Perldoc.pm lib/Pod/Perldoc/ToMan.pm
18309 ____________________________________________________________________________
18310 [ 23629] By: rgs                                   on 2004/12/09  09:57:42
18311         Log: Fix test to cope with the previous h2ph change.
18312      Branch: perl
18313            ! t/lib/h2ph.pht
18314 ____________________________________________________________________________
18315 [ 23628] By: rgs                                   on 2004/12/08  16:50:30
18316         Log: Subject: [perl #32962] h2ph - use of local() in generated code
18317              From: Peter.Dintelmann@dresdner-bank.com (via RT)
18318              Date: 8 Dec 2004 15:49:32 -0000
18319              Message-ID: <rt-3.0.11-32962-102394.11.065973521948@perl.org>
18320      Branch: perl
18321            ! utils/h2ph.PL
18322 ____________________________________________________________________________
18323 [ 23627] By: rgs                                   on 2004/12/08  16:19:38
18324         Log: Subject: [PATCH] Re: [perl #32949] FileCache only works in "main" package
18325              From: "Jos I. Boumans" <kane@xs4all.net>
18326              Date: Wed, 8 Dec 2004 14:24:19 +0100
18327              Message-Id: <7728A4F5-491C-11D9-9CA3-000A95EF62E2@xs4all.net>
18328      Branch: perl
18329            + lib/FileCache/t/06export.t
18330            ! MANIFEST lib/FileCache.pm
18331 ____________________________________________________________________________
18332 [ 23626] By: nicholas                              on 2004/12/07  23:39:46
18333         Log: Avoid getting the stash name twice (at least visually, if not also
18334              in the generated code)
18335      Branch: perl
18336            ! sv.c
18337 ____________________________________________________________________________
18338 [ 23624] By: rgs                                   on 2004/12/07  18:26:48
18339         Log: Upgrade to Encode 2.09
18340      Branch: perl
18341            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
18342            ! ext/Encode/META.yml ext/Encode/Unicode/Unicode.xs
18343            ! ext/Encode/t/Encode.t ext/Encode/t/fallback.t
18344 ____________________________________________________________________________
18345 [ 23623] By: nicholas                              on 2004/12/07  15:27:09
18346         Log: Revert part of the change to gv_fullname4(), as the change seems to
18347              be fractionally slower. Re-investigation prompted by a comment from
18348              Tim Bunce, who seems to be more on the ball than I am.
18349      Branch: perl
18350            ! gv.c
18351 ____________________________________________________________________________
18352 [ 23622] By: steveh                                on 2004/12/07  10:50:26
18353         Log: Update AUTHORS (for changes #23200 and #23621)
18354      Branch: perl
18355            ! AUTHORS
18356 ____________________________________________________________________________
18357 [ 23621] By: steveh                                on 2004/12/07  10:35:59
18358         Log: Updates to README.win32 (aka perlwin32), with some changes.
18359
18360              Subject: Patch to README.win32 distributed with 5.8.6 for building under .net / MSVC7 (free)
18361              From: Max Maischein <corion@corion.net>
18362              Date: Sun, 05 Dec 2004 19:39:40 +0100
18363              Message-ID: <41B355EC.9010505@corion.net>
18364      Branch: perl
18365            ! README.win32
18366 ____________________________________________________________________________
18367 [ 23620] By: rgs                                   on 2004/12/06  22:22:11
18368         Log: Upgrade to Term::ANSIColor 1.09
18369      Branch: perl
18370            ! lib/Term/ANSIColor.pm lib/Term/ANSIColor/ChangeLog
18371            ! lib/Term/ANSIColor/README lib/Term/ANSIColor/test.pl
18372 ____________________________________________________________________________
18373 [ 23619] By: rgs                                   on 2004/12/06  21:54:55
18374         Log: Small addition to perlsec by Stas Bekman.
18375      Branch: perl
18376            ! pod/perlsec.pod
18377 ____________________________________________________________________________
18378 [ 23618] By: steveh                                on 2004/12/06  15:54:30
18379         Log: Fix another Win32 breakage caused by change 23554
18380      Branch: perl
18381            ! t/win32/system.t
18382 ____________________________________________________________________________
18383 [ 23617] By: nicholas                              on 2004/12/06  15:35:39
18384         Log: Break out setting $^X into its own static function S_set_caret_X
18385      Branch: perl
18386            ! perl.c
18387 ____________________________________________________________________________
18388 [ 23616] By: steveh                                on 2004/12/06  14:42:32
18389         Log: Fix typo from change 23554 which screwed up Windows smokes
18390      Branch: perl
18391            ! win32/Makefile
18392 ____________________________________________________________________________
18393 [ 23615] By: nicholas                              on 2004/12/06  14:39:59
18394         Log: sanity check the arguments to runperl(), to try to avoid it
18395              hanging waiting on STDIN for a script.
18396      Branch: perl
18397            ! t/test.pl
18398 ____________________________________________________________________________
18399 [ 23614] By: nicholas                              on 2004/12/06  13:41:45
18400         Log: Remove spurious semicolons
18401              (As these 2 are spare, I guess I should send them to Mark Rhodes
18402              (former office mate) as he often said that he kept mislaying his)
18403      Branch: perl
18404            ! gv.h
18405 ____________________________________________________________________________
18406 [ 23613] By: nicholas                              on 2004/12/06  13:10:24
18407         Log: Tests for Config.pm much better now - toDONE
18408      Branch: perl
18409            ! pod/perltodo.pod
18410 ____________________________________________________________________________
18411 [ 23612] By: nicholas                              on 2004/12/06  13:01:36
18412         Log: Turn gv_fullname3 and gv_efullname3 into macros that call
18413              gv_fullname4 and gv_efullname4 directly, saving overhead.
18414      Branch: perl
18415            ! embed.fnc embed.h gv.h proto.h
18416 ____________________________________________________________________________
18417 [ 23611] By: merijn                                on 2004/12/06  12:00:10
18418         Log: New Itanium servers
18419      Branch: perl
18420            ! README.hpux
18421 ____________________________________________________________________________
18422 [ 23610] By: nicholas                              on 2004/12/06  10:35:00
18423         Log: Check that @INC entries and %Config path entries are consistent.
18424      Branch: perl
18425            ! lib/Config.t
18426 ____________________________________________________________________________
18427 [ 23609] By: nicholas                              on 2004/12/03  22:17:32
18428         Log: gv_fullname4() can get rid of the main:: for us.
18429              (well, actually, it never puts it in)
18430      Branch: perl
18431            ! op.c
18432 ____________________________________________________________________________
18433 [ 23608] By: rgs                                   on 2004/12/03  21:51:45
18434         Log: $foo::_ was wrongly forced as $main::_.
18435              Since we still want "our $_" to be always forced to $main::_,
18436              deplace the forcing code at our-pad allocation time.
18437              (Making execution probably a tiny bit faster)
18438      Branch: perl
18439            ! gv.c op.c t/op/mydef.t
18440 ____________________________________________________________________________
18441 [ 23607] By: nicholas                              on 2004/12/03  20:38:37
18442         Log: Remove double checking of acceptable switches on tr/// ops.
18443      Branch: perl
18444            ! toke.c
18445 ____________________________________________________________________________
18446 [ 23606] By: nicholas                              on 2004/12/03  20:07:31
18447         Log: use (c == '$' || c == '@' || c == '%') instead of strchr("$@%", c)
18448              The latter gives larger code, is less clear and can't be any faster
18449      Branch: perl
18450            ! perl.c toke.c
18451 ____________________________________________________________________________
18452 [ 23605] By: nicholas                              on 2004/12/03  18:56:31
18453         Log: Small code tidy up in gv_fullname4
18454      Branch: perl
18455            ! gv.c
18456 ____________________________________________________________________________
18457 [ 23604] By: nicholas                              on 2004/12/03  18:26:43
18458         Log: There are clearer ways of saying m/^[ab]$/ than strchr("ab", c)
18459              They seem to produce slightly smaller object code too.
18460      Branch: perl
18461            ! gv.c
18462 ____________________________________________________________________________
18463 [ 23603] By: nicholas                              on 2004/12/03  17:02:43
18464         Log: Fix a typo in an assert(). It helps to compile with -DDEBUGGING
18465      Branch: perl
18466            ! perl.c
18467 ____________________________________________________________________________
18468 [ 23602] By: nicholas                              on 2004/12/03  15:50:15
18469         Log: Pull out the duplicateded push @INC, $_ if -e $_ code from
18470              S_pushinc into a new function S_pushinc_if_exists
18471              Avoid the SV copy when pushing onto @INC by creating a new scratch
18472              SV each time a push is done.
18473      Branch: perl
18474            ! perl.c
18475 ____________________________________________________________________________
18476 [ 23601] By: nicholas                              on 2004/12/02  22:35:34
18477         Log: Subject: [PATCH] configure.com: no more CONFIG=true
18478              From: "Craig A. Berry" <craigberry@mac.com>
18479              Message-ID: <41AF87BA.1080108@mac.com>
18480              Date: Thu, 02 Dec 2004 15:23:06 -0600
18481      Branch: perl
18482            ! configure.com
18483 ____________________________________________________________________________
18484 [ 23598] By: nicholas                              on 2004/12/01  23:13:32
18485         Log: 2 new BeOS files were missing
18486      Branch: perl
18487            ! MANIFEST
18488 ____________________________________________________________________________
18489 [ 23592] By: nicholas                              on 2004/12/01  18:54:14
18490         Log: Subject: [PATCH] Makefile.SH: de-parallelise mktables
18491              From: Jarkko Hietaniemi <jhi@iki.fi>
18492              Message-ID: <41ADFD95.4030007@iki.fi>
18493              Date: Wed, 01 Dec 2004 19:21:25 +0200
18494      Branch: perl
18495            ! Makefile.SH
18496 ____________________________________________________________________________
18497 [ 23588] By: nicholas                              on 2004/12/01  16:52:45
18498         Log: &test in constant.t is vestigial, so amputate it.
18499      Branch: perl
18500            ! lib/constant.t
18501 ____________________________________________________________________________
18502 [ 23587] By: nicholas                              on 2004/12/01  16:35:10
18503         Log: Tidy up the reference name stringification to save getting the
18504              hash name twice. Pleasant side effect is 44 byte smaller object
18505              file. (A small win is still a win)
18506      Branch: perl
18507            ! sv.c
18508 ____________________________________________________________________________
18509 [ 23584] By: merijn                                on 2004/12/01  13:44:24
18510         Log: Subject: [perl #32717] BeOS specific Updates
18511              Date: 30 Nov 2004 15:38:32 -0000
18512              From: Ingo Weinhold (via RT) <perlbug-followup@perl.org>
18513              Message-ID: <rt-3.0.11-32717-101307.19.7097750538509@perl.org>
18514      Branch: perl
18515            + beos/beos_flock_server.cpp beos/beos_flock_server.h
18516            ! beos/beos.c beos/beosish.h ext/Errno/Errno_pm.PL
18517            ! ext/File/Glob/t/basic.t hints/beos.sh lib/ExtUtils/t/MM_BeOS.t
18518            ! lib/Tie/File/t/16_handle.t perl.c t/op/magic.t
18519 ____________________________________________________________________________
18520 [ 23583] By: merijn                                on 2004/12/01  13:29:18
18521         Log: Subject: [PATCH] add -I../lib to VMS build to find Config_heavy.pl
18522              Date: Wed, 01 Dec 2004 07:24:45 -0600
18523              From: "Craig A. Berry" <craigberry@mac.com>
18524              Message-ID: <41ADC61D.8010407@mac.com>
18525      Branch: perl
18526            ! vms/descrip_mms.template
18527 ____________________________________________________________________________
18528 [ 23581] By: rgs                                   on 2004/12/01  13:01:55
18529         Log: MANIFEST.SKIP is missing from the list of files that come
18530              with MakeMaker
18531      Branch: perl
18532            ! Porting/Maintainers.pl
18533 ____________________________________________________________________________
18534 [ 23577] By: nicholas                              on 2004/11/30  16:40:06
18535         Log: Add placeholders for the new strlcat and strlcpy entries in
18536              config.sh, to ensure that the config.h generated for cross-
18537              compilation will still work.
18538      Branch: perl
18539            ! Cross/config.sh-arm-linux
18540 ____________________________________________________________________________
18541 [ 23575] By: nicholas                              on 2004/11/30  15:32:17
18542         Log: Let pod/buildtoc resort the MANIFEST the way it wants it
18543      Branch: perl
18544            ! MANIFEST
18545 ____________________________________________________________________________
18546 [ 23574] By: nicholas                              on 2004/11/30  15:31:14
18547         Log: Add perl586delta.pod to all the necessary makefiles and tables of
18548              contents.
18549      Branch: perl
18550            ! pod.lst pod/perl.pod pod/perltoc.pod vms/descrip_mms.template
18551            ! win32/pod.mak
18552 ____________________________________________________________________________
18553 [ 23571] By: merijn                                on 2004/11/30  15:11:01
18554         Log: Subject: Re: [PATCH] Re: Smoke [5.9.2] 23566 FAIL(X) openbsd 3.6 (i386/1 cpu)
18555              Date: Tue, 30 Nov 2004 09:29:06 -0600
18556              From: Steve Peters <steve@fisharerojo.org>
18557              Message-ID: <20041130152906.GA555@mccoy.peters.homeunix.org>
18558      Branch: perl
18559            ! hints/openbsd.sh
18560 ____________________________________________________________________________
18561 [ 23570] By: nicholas                              on 2004/11/30  14:57:53
18562         Log: Integrate perlhist entries for 5.8.6 and its perldelta to blead
18563      Branch: perl
18564           +> pod/perl586delta.pod
18565            ! MANIFEST
18566           !> pod/perlhist.pod
18567 ____________________________________________________________________________
18568 [ 23568] By: rgs                                   on 2004/11/30  13:02:16
18569         Log: Protection against trailing spaces in embed.fnc
18570      Branch: perl
18571            ! autodoc.pl embed.pl
18572 ____________________________________________________________________________
18573 [ 23567] By: rgs                                   on 2004/11/30  12:57:30
18574         Log: Remove trailing whitespace that found their way in the docs
18575              (spotted by Stas Bekman)
18576      Branch: perl
18577            ! embed.fnc pod/perlapi.pod proto.h
18578 ____________________________________________________________________________
18579 [ 23566] By: rgs                                   on 2004/11/29  12:30:31
18580         Log: Upgrade to Test::Simple 0.53
18581      Branch: perl
18582            + lib/Test/Simple/t/circular_data.t
18583            + lib/Test/Simple/t/overload_threads.t
18584            + lib/Test/Simple/t/plan_bad.t
18585            + lib/Test/Simple/t/plan_shouldnt_import.t
18586            + lib/Test/Simple/t/require_ok.t lib/Test/Simple/t/sort_bug.t
18587            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
18588            ! lib/Test/Simple.pm lib/Test/Simple/Changes
18589            ! lib/Test/Simple/README lib/Test/Simple/TODO
18590            ! lib/Test/Simple/t/00signature.t lib/Test/Simple/t/More.t
18591            ! lib/Test/Simple/t/diag.t lib/Test/Simple/t/fail_one.t
18592            ! lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/overload.t
18593            ! lib/Test/Simple/t/todo.t t/lib/TieOut.pm
18594 ____________________________________________________________________________
18595 [ 23564] By: nicholas                              on 2004/11/28  16:13:56
18596         Log: Skip generating all the code to deal with "" strings in config.sh
18597              if there aren't any. '' only code is much simpler.
18598      Branch: perl
18599            ! configpm
18600 ____________________________________________________________________________
18601 [ 23563] By: nicholas                              on 2004/11/28  15:00:15
18602         Log: Given that there is a pre-built cache, no need for @v_fast
18603      Branch: perl
18604            ! configpm
18605 ____________________________________________________________________________
18606 [ 23562] By: nicholas                              on 2004/11/28  13:56:30
18607         Log: The byteorder code doesn't need to be in Config.pm if byteorder
18608              isn't actually a frequently looked up value.
18609      Branch: perl
18610            ! configpm
18611 ____________________________________________________________________________
18612 [ 23561] By: nicholas                              on 2004/11/28  13:20:39
18613         Log: Need to stub the public functions to keep some existing code
18614              working.
18615              No need to keep $Config_SH around in memory when we can easily
18616              re-create it.
18617      Branch: perl
18618            ! configpm
18619 ____________________________________________________________________________
18620 [ 23558] By: nicholas                              on 2004/11/27  23:06:41
18621         Log: Generate the precached %Config entries based on some empirical
18622              data, rather than just guesswork.
18623      Branch: perl
18624            ! Makefile.SH configpm
18625 ____________________________________________________________________________
18626 [ 23557] By: nicholas                              on 2004/11/27  21:26:42
18627         Log: Subject: [PATCH] Re: getting Config.pm on a diet
18628              From: "Craig A. Berry" <craigberry@mac.com>
18629              Message-ID: <41A8F225.7080902@mac.com>
18630              Date: Sat, 27 Nov 2004 15:31:17 -0600
18631      Branch: perl
18632            ! vms/descrip_mms.template
18633 ____________________________________________________________________________
18634 [ 23555] By: nicholas                              on 2004/11/27  17:28:47
18635         Log: Hateful cAsE iNsEnSiTiVe file systems
18636      Branch: perl
18637            ! configpm
18638 ____________________________________________________________________________
18639 [ 23554] By: nicholas                              on 2004/11/27  16:56:35
18640         Log: Put Config.pm on a diet. 3K rather than 32K
18641              configpm now generates 2 files, a small Config.pm containing the
18642              commonly used functions and values, which AUTOLOADs a
18643              Config_heavy.pl containing anything else needed.
18644              The "common" values in the small Config.pm may need some
18645              tweaking, based on real world data.
18646      Branch: perl
18647            ! Makefile.SH configpm vms/descrip_mms.template win32/Makefile
18648            ! win32/makefile.mk
18649 ____________________________________________________________________________
18650 [ 23550] By: nicholas                              on 2004/11/27  14:43:37
18651         Log: Clarify the return values of pos, particularly 0 and undef, as
18652              suggested by Stas Bekman
18653      Branch: perl
18654            ! pod/perlfunc.pod
18655 ____________________________________________________________________________
18656 [ 23549] By: nicholas                              on 2004/11/27  14:24:21
18657         Log: Document the interaction of PERL_USE_SAVE_PUTENV and
18658              PL_use_safe_putenv, based on text by Stas Bekman
18659      Branch: perl
18660            ! INSTALL
18661 ____________________________________________________________________________
18662 [ 23548] By: rgs                                   on 2004/11/26  17:20:46
18663         Log: Subject: [perl #32639] [PATCH] Bug in Term::Complete Module with $_ Usage
18664              From: "Steve Peters via RT" <perlbug-followup@perl.org>
18665              Date: 26 Nov 2004 17:14:33 -0000
18666              Message-ID: <rt-3.0.11-32639-101066.11.6172971744206@perl.org>
18667      Branch: perl
18668            ! lib/Term/Complete.pm
18669 ____________________________________________________________________________
18670 [ 23547] By: rgs                                   on 2004/11/26  15:16:59
18671         Log: Freak out if h2ph has to translate a macro that    contains assembly code.
18672
18673              Subject: [PATCH] h2ph vs __asm__
18674              From: Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
18675              Date: Thu, 25 Nov 2004 17:24:43 +0100
18676              Message-ID: <20041125172443.757a4833@dhcp123.mandrakesoft.com>
18677      Branch: perl
18678            ! utils/h2ph.PL
18679 ____________________________________________________________________________
18680 [ 23546] By: rgs                                   on 2004/11/26  15:07:47
18681         Log: Doc nit for B::Lint
18682              Subject: [PATCH] B::Lint
18683              From: Andy Lester <andy@petdance.com>
18684              Date: Fri, 26 Nov 2004 00:30:48 -0600
18685              Message-ID: <20041126063048.GA10161@petdance.com>
18686      Branch: perl
18687            ! ext/B/B/Lint.pm
18688 ____________________________________________________________________________
18689 [ 23545] By: nicholas                              on 2004/11/26  12:33:34
18690         Log: The change to the internal representation introduced a bug whereby
18691              the key returned by FIRSTKEY had an erroneous leading newline.
18692              EXISTS was also buggy.
18693      Branch: perl
18694            ! configpm lib/Config.t
18695 ____________________________________________________________________________
18696 [ 23544] By: nicholas                              on 2004/11/26  11:29:21
18697         Log: Make configpm and the generated Config.pm strict and warnings
18698              clean.
18699      Branch: perl
18700            ! configpm
18701 ____________________________________________________________________________
18702 [ 23543] By: steveh                                on 2004/11/26  10:56:12
18703         Log: Fix Win32 breakage caused by changes 23535/23542.
18704      Branch: perl
18705            ! lib/Config.t
18706 ____________________________________________________________________________
18707 [ 23542] By: nicholas                              on 2004/11/25  23:41:05
18708         Log: Generate the virtual entries at Config.pm build time, as they
18709              don't change. This lets us get rid of the entire "fetch_virtual"
18710              baggage, and makes the config_re lookup work for the virtual
18711              entries.
18712      Branch: perl
18713            ! configpm lib/Config.t
18714 ____________________________________________________________________________
18715 [ 23541] By: nicholas                              on 2004/11/25  22:50:15
18716         Log: Cheat. (Add a leading newline, and so remove all the special
18717              casing for "if we're at the start of $Config_SH")
18718      Branch: perl
18719            ! configpm lib/Config.t
18720 ____________________________________________________________________________
18721 [ 23538] By: nicholas                              on 2004/11/25  21:37:23
18722         Log: Add an exists test for the things we loop over
18723      Branch: perl
18724            ! lib/Config.t
18725 ____________________________________________________________________________
18726 [ 23537] By: nicholas                              on 2004/11/25  21:33:23
18727         Log: The first entry in the virtual config.sh is special cased. So
18728              test it.
18729      Branch: perl
18730            ! lib/Config.t
18731 ____________________________________________________________________________
18732 [ 23536] By: nicholas                              on 2004/11/25  21:00:56
18733         Log: Make $Config{libs_nolargefiles} and
18734              $Config{libswanted_nolargefiles} work. (For the first time)
18735      Branch: perl
18736            ! configpm lib/Config.t
18737 ____________________________________________________________________________
18738 [ 23535] By: nicholas                              on 2004/11/25  20:10:43
18739         Log: Test the currently working virtual %Config entries
18740      Branch: perl
18741            ! lib/Config.t
18742 ____________________________________________________________________________
18743 [ 23534] By: rgs                                   on 2004/11/24  16:09:42
18744         Log: Subject: RC1 pod fix #anchor
18745              From: Stas Bekman <stas@stason.org>
18746              Date: Wed, 24 Nov 2004 10:57:21 -0500
18747              Message-ID: <41A4AF61.9080408@stason.org>
18748      Branch: perl
18749            ! pod/perlrun.pod
18750 ____________________________________________________________________________
18751 [ 23533] By: rgs                                   on 2004/11/24  16:07:38
18752         Log: Subject: [patch pod/perlipc] use POSIX; w/o () is a bad idea
18753              From: Stas Bekman <stas@stason.org>
18754              Date: Wed, 24 Nov 2004 11:25:14 -0500
18755              Message-ID: <41A4B5EA.3020804@stason.org>
18756      Branch: perl
18757            ! pod/perlipc.pod
18758 ____________________________________________________________________________
18759 [ 23532] By: rgs                                   on 2004/11/24  14:47:31
18760         Log: Subject: [perl #3242] [PATCH]No error on assignment to $>
18761              From: "Steve Peters via RT" <perlbug-followup@perl.org>
18762              Date: 21 Nov 2004 04:38:09 -0000
18763              Message-ID: <rt-3.0.11-3242-100676.6.32723019025057@perl.org>
18764      Branch: perl
18765            ! pod/perlvar.pod
18766 ____________________________________________________________________________
18767 [ 23531] By: nicholas                              on 2004/11/24  11:50:28
18768         Log: Wrap some long lines
18769      Branch: perl
18770            ! lib/Config.t
18771 ____________________________________________________________________________
18772 [ 23528] By: rgs                                   on 2004/11/23  13:35:34
18773         Log: Fix for bug: [perl #32562] __PACKAGE__ symbol has wrong value
18774              after eval or require
18775      Branch: perl
18776            ! t/comp/package.t toke.c
18777 ____________________________________________________________________________
18778 [ 23527] By: rgs                                   on 2004/11/23  10:20:02
18779         Log: Subject: Re: [perl #32486] error in documentation for POSIX::pipe
18780              From: Michael G Schwern <schwern@pobox.com>
18781              Date: Fri, 19 Nov 2004 14:28:56 -0500
18782              Message-ID: <20041119192856.GA4769@windhund.schwern.org>
18783      Branch: perl
18784            ! ext/POSIX/POSIX.pod
18785 ____________________________________________________________________________
18786 [ 23526] By: rgs                                   on 2004/11/23  09:26:03
18787         Log: Subject: [perl #3422] [PATCH] CHECK routine called after syntax error
18788              From: "Steve Peters via RT" <perlbug-followup@perl.org>
18789              Date: 23 Nov 2004 00:04:24 -0000
18790              Message-ID: <rt-3.0.11-3422-100830.4.45764701781506@perl.org>
18791      Branch: perl
18792            ! ext/B/B/Deparse.pm
18793 ____________________________________________________________________________
18794 [ 23525] By: rgs                                   on 2004/11/23  09:09:57
18795         Log: Subject: [PATCH] warnings.t portability tweaks
18796              From: "Craig A. Berry" <craigberry@mac.com>
18797              Date: Sat, 20 Nov 2004 10:29:47 -0600
18798              Message-ID: <419F70FB.7000100@mac.com>
18799      Branch: perl
18800            ! t/lib/warnings/9uninit t/lib/warnings/perlio
18801 ____________________________________________________________________________
18802 [ 23523] By: nicholas                              on 2004/11/20  22:17:18
18803         Log: Assimilate Test-Simple 0.50
18804      Branch: perl
18805            + lib/Test/Simple/TODO lib/Test/Simple/t/00signature.t
18806            + lib/Test/Simple/t/00test_harness_check.t
18807            + lib/Test/Simple/t/eq_set.t lib/Test/Simple/t/extra_one.t
18808            + lib/Test/Simple/t/fail_one.t
18809            + lib/Test/Simple/t/harness_active.t lib/Test/Simple/t/no_diag.t
18810            + lib/Test/Simple/t/overload.t lib/Test/Simple/t/reset.t
18811            + lib/Test/Simple/t/thread_taint.t t/lib/NoExporter.pm
18812            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
18813            ! lib/Test/Simple.pm lib/Test/Simple/Changes
18814            ! lib/Test/Simple/README lib/Test/Simple/t/More.t
18815            ! lib/Test/Simple/t/diag.t lib/Test/Simple/t/extra.t
18816            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
18817            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/has_plan2.t
18818            ! lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/missing.t
18819            ! lib/Test/Simple/t/output.t lib/Test/Simple/t/plan_is_noplan.t
18820            ! lib/Test/Simple/t/plan_no_plan.t lib/Test/Simple/t/threads.t
18821            ! lib/Test/Simple/t/todo.t lib/Test/Simple/t/use_ok.t
18822            ! lib/Test/Tutorial.pod t/lib/Test/Simple/Catch.pm
18823            ! t/lib/TieOut.pm
18824 ____________________________________________________________________________
18825 [ 23520] By: nicholas                              on 2004/11/20  14:21:28
18826         Log: genuine possible buffer problems spotted by flawfinder
18827      Branch: perl
18828            ! regcomp.c util.c
18829 ____________________________________________________________________________
18830 [ 23519] By: rgs                                   on 2004/11/19  14:48:35
18831         Log: Make "err" a weak keyword;
18832              that is, it will be overriden by any sub named "err", except when
18833              really an operator is expected at this point. ([perl #32347])
18834      Branch: perl
18835            ! t/op/dor.t toke.c
18836 ____________________________________________________________________________
18837 [ 23518] By: rgs                                   on 2004/11/19  09:22:33
18838         Log: Subject: [perl #32486] error in documentation for POSIX::pipe
18839              From: chris@ex-parrot.com (via RT) <perlbug-followup@perl.org>
18840              Date: 18 Nov 2004 18:09:54 -0000
18841              Message-ID: <rt-3.0.11-32486-100537.1.04456486825399@perl.org>
18842      Branch: perl
18843            ! ext/POSIX/POSIX.pod
18844 ____________________________________________________________________________
18845 [ 23517] By: nicholas                              on 2004/11/18  23:32:20
18846         Log: Bump version number
18847      Branch: perl
18848            ! lib/ExtUtils/Constant.pm
18849 ____________________________________________________________________________
18850 [ 23516] By: rgs                                   on 2004/11/18  22:06:21
18851         Log: Remaining nit in the deparsing of reversed foreach loops
18852      Branch: perl
18853            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
18854 ____________________________________________________________________________
18855 [ 23514] By: rgs                                   on 2004/11/18  18:01:52
18856         Log: Fix deparsing of reversed foreach loops,
18857              plus a bug in the previous commit
18858      Branch: perl
18859            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
18860 ____________________________________________________________________________
18861 [ 23513] By: rgs                                   on 2004/11/18  17:25:19
18862         Log: Fix deparsing of reversed sort and descending sorts,
18863              due to the recent optimisations on this part of the optree.
18864      Branch: perl
18865            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
18866 ____________________________________________________________________________
18867 [ 23510] By: rgs                                   on 2004/11/17  10:41:56
18868         Log: Subject: [perl #28929] File::Find follow_fast => 1 loses dangling symlink
18869              From: "Steve Peters via RT" <perlbug-followup@perl.org>
18870              Date: 12 Nov 2004 02:47:36 -0000
18871              Message-ID: <rt-3.0.11-28929-100158.11.3214775505644@perl.org>
18872      Branch: perl
18873            ! lib/File/Find.pm lib/File/Find/t/find.t
18874 ____________________________________________________________________________
18875 [ 23509] By: rgs                                   on 2004/11/17  10:22:52
18876         Log: PerlFAQ sync.
18877      Branch: perl
18878            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq6.pod
18879            ! pod/perlfaq7.pod
18880 ____________________________________________________________________________
18881 [ 23508] By: rgs                                   on 2004/11/17  10:14:58
18882         Log: Fix a couple of typos.
18883      Branch: perl
18884            ! hv.c utf8.c
18885 ____________________________________________________________________________
18886 [ 23507] By: rgs                                   on 2004/11/17  10:11:20
18887         Log: Subject: SuSE's perl safe_putenf diff
18888              From: Michael Schroeder <Michael.Schroeder@informatik.uni-erlangen.de>
18889              Date: Thu, 11 Nov 2004 15:54:43 +0100
18890              Message-ID: <20041111145443.GA1854@immd4.informatik.uni-erlangen.de>
18891
18892              slightly reworked to make the PL_use_safe_putenv variable fit in
18893              the current framework. This patch turns on the use of safe putenv
18894              for any application that embeds a perl interpreter.
18895      Branch: perl
18896            ! embedvar.h mg.c miniperlmain.c perl.c perlapi.h perlvars.h
18897            ! util.c
18898 ____________________________________________________________________________
18899 [ 23506] By: rgs                                   on 2004/11/17  08:57:17
18900         Log: Subject: [PATCH] perl5db.pl POD cleanup
18901              From: Autrijus Tang <autrijus@autrijus.org>
18902              Date: Fri, 12 Nov 2004 12:41:33 +0800
18903              Message-ID: <20041112044133.GA92924@aut.dyndns.org>
18904      Branch: perl
18905            ! lib/perl5db.pl
18906 ____________________________________________________________________________
18907 [ 23505] By: rgs                                   on 2004/11/17  08:31:39
18908         Log: Subject: [PATCH 5.8.x] Allow more tries for t/op/time.t test 2.
18909              From: Andy Dougherty <doughera@lafayette.edu>
18910              Date: Tue, 16 Nov 2004 12:11:00 -0500 (EST)
18911              Message-ID: <Pine.SOL.4.58.0411161149170.5639@maxwell.phys.lafayette.edu>
18912      Branch: perl
18913            ! t/op/time.t
18914 ____________________________________________________________________________
18915 [ 23501] By: steveh                                on 2004/11/16  10:55:20
18916         Log: Make all scripts run by regen.pl write output with UNIX style EOL's.
18917
18918              (autodoc.pl was already done by change 23371.)
18919      Branch: perl
18920            ! bytecode.pl embed.pl keywords.pl opcode.pl regcomp.pl
18921            ! warnings.pl
18922 ____________________________________________________________________________
18923 [ 23500] By: merijn                                on 2004/11/16  10:49:35
18924         Log: Subject: [PATCH] s/hierachy/hierarchy/
18925              Date: Mon, 15 Nov 2004 15:59:14 -0700
18926              From: "Larry Shatzer Jr." <larrysh@cpan.org>
18927              Message-ID: <20041115225913.GA22373@zippy.zyx.net>
18928      Branch: perl
18929            ! ext/B/B.pm ext/Time/HiRes/Makefile.PL perlio.h
18930 ____________________________________________________________________________
18931 [ 23499] By: steveh                                on 2004/11/16  09:42:50
18932         Log: Fix Win32 breakage caused by changes to op.c in change 23433.
18933
18934              Also limit the scope of the locks in a couple of places, as suggested
18935              by Hugo in http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2004-11/msg00286.html.
18936      Branch: perl
18937            ! embed.fnc embed.h global.sym op.c op.h proto.h regcomp.c
18938 ____________________________________________________________________________
18939 [ 23498] By: merijn                                on 2004/11/14  07:02:20
18940         Log: Subject: [PATCH] Add the minitest target to vms buildsystem
18941              From: Abe Timmerman <abe@ztreet.demon.nl>
18942              Date: Sun, 14 Nov 2004 00:48:17 +0100
18943              Message-Id: <200411140048.17035.abe@ztreet.demon.nl>
18944      Branch: perl
18945            ! vms/descrip_mms.template vms/test.com
18946 ____________________________________________________________________________
18947 [ 23497] By: rgs                                   on 2004/11/12  21:11:48
18948         Log: Subject: [perl #32400] Unnecessary warning from constant.pm
18949              From: Anno Siegel (via RT) <perlbug-followup@perl.org>
18950              Date: 10 Nov 2004 18:30:38 -0000
18951              Message-ID: <rt-3.0.11-32400-100099.4.31094423840584@perl.org>
18952      Branch: perl
18953            ! lib/constant.pm lib/constant.t
18954 ____________________________________________________________________________
18955 [ 23496] By: merijn                                on 2004/11/12  20:47:19
18956         Log: Subject: [perl #32419] Spelling fixes for perl@23492
18957              Date: 12 Nov 2004 16:14:49 -0000
18958              From: Richard Soderberg (via RT) <perlbug-followup@perl.org>
18959              Message-ID: <rt-3.0.11-32419-100173.13.0717895191322@perl.org>
18960      Branch: perl
18961            ! pod/perl573delta.pod pod/perl58delta.pod pod/perl590delta.pod
18962            ! pod/perl591delta.pod pod/perl592delta.pod pod/perlapi.pod
18963            ! pod/perlapio.pod pod/perldata.pod pod/perldebtut.pod
18964            ! pod/perlipc.pod pod/perlport.pod pod/perlre.pod
18965            ! pod/perlretut.pod pod/perlrun.pod pod/perlsub.pod
18966            ! pod/perlthrtut.pod pod/perltodo.pod pod/perltooc.pod
18967 ____________________________________________________________________________
18968 [ 23495] By: merijn                                on 2004/11/12  20:26:17
18969         Log: Subject: [PATCH] Small documentation fix to ExtUtils::Constant
18970              Date: Fri, 12 Nov 2004 11:15:47 -0600
18971              From: steve@fisharerojo.org
18972              Message-ID: <20041112171547.GA8011@kirk.dsl-verizon.net>
18973      Branch: perl
18974            ! lib/ExtUtils/Constant.pm
18975 ____________________________________________________________________________
18976 [ 23494] By: davem                                 on 2004/11/12  18:59:06
18977         Log: Add some descriptive text from Larry to op.c on how optrees are built
18978      Branch: perl
18979            ! op.c
18980 ____________________________________________________________________________
18981 [ 23492] By: rgs                                   on 2004/11/10  09:32:39
18982         Log: Replace a skip by a todo.
18983              Subject: Re: [PATCH] Re: [perl #32272] Not OK: perl v5.8.5 +MAINT23414 on cygwin-thread-multi-64int 1.5.12s(0.11642) (UNINSTALLED)
18984              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
18985              Date: Wed, 10 Nov 2004 01:30:14 -0800
18986              Message-ID: <20041110093014.GA1676@efn.org>
18987      Branch: perl
18988            ! t/io/tell.t
18989 ____________________________________________________________________________
18990 [ 23491] By: rgs                                   on 2004/11/10  07:40:31
18991         Log: Subject: [PATCH] Re: [perl #32272] Not OK: perl v5.8.5 +MAINT23414 on cygwin-thread-multi-64int 1.5.12s(0.11642) (UNINSTALLED)
18992              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
18993              Date: Tue, 9 Nov 2004 17:40:13 -0800
18994              Message-ID: <20041110014012.GA2796@efn.org>
18995      Branch: perl
18996            ! t/io/tell.t
18997 ____________________________________________________________________________
18998 [ 23490] By: rgs                                   on 2004/11/09  18:17:07
18999         Log: Adjust test count for non-windows machines
19000      Branch: perl
19001            ! ext/IO/t/io_file.t
19002 ____________________________________________________________________________
19003 [ 23489] By: merijn                                on 2004/11/09  17:53:53
19004         Log: Subject: [PATCH] fix IO::File to support binmode
19005              From: "Jos I. Boumans" <kane@dwim.org>
19006              Date: Tue, 9 Nov 2004 16:59:27 +0100
19007              Message-Id: <559E356E-3268-11D9-A2E6-000A95EF62E2@dwim.org>
19008      Branch: perl
19009            + ext/IO/t/io_file.t
19010            ! MANIFEST ext/IO/lib/IO/File.pm
19011 ____________________________________________________________________________
19012 [ 23487] By: nicholas                              on 2004/11/08  20:27:42
19013         Log: No more late changes, dammit
19014      Branch: perl
19015            ! ext/B/t/optree_concise.t
19016 ____________________________________________________________________________
19017 [ 23485] By: rgs                                   on 2004/11/08  08:38:03
19018         Log: Subject: Re: optree tests and VMS progress (no really)
19019              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
19020              Date: Sun, 7 Nov 2004 23:24:15 -0800
19021              Message-ID: <20041108072415.GA3928@efn.org>
19022      Branch: perl
19023            ! ext/B/t/OptreeCheck.pm
19024 ____________________________________________________________________________
19025 [ 23482] By: davem                                 on 2004/11/06  11:59:16
19026         Log: document regcomp.c/regexec.c's dual life under ext/re/
19027      Branch: perl
19028            ! regcomp.c regexec.c
19029 ____________________________________________________________________________
19030 [ 23481] By: nicholas                              on 2004/11/06  08:48:50
19031         Log: Subject: Re: optree tests and VMS progress (no really)
19032              From: Jim Cromie <jim.cromie@gmail.com>
19033              Message-ID: <cfe85dfa041105235723398fe2@mail.gmail.com>
19034              Date: Sat, 6 Nov 2004 00:57:13 -0700
19035      Branch: perl
19036            ! ext/B/t/OptreeCheck.pm ext/B/t/optree_check.t
19037            ! ext/B/t/optree_concise.t
19038 ____________________________________________________________________________
19039 [ 23475] By: merijn                                on 2004/11/05  14:16:27
19040         Log: Subject: Re: Buidling stable.tar.gz on Unix as non-root [PATCH]
19041              Date: Fri, 5 Nov 2004 10:36:57 -0500 (EST)
19042              From: Andy Dougherty <doughera@lafayette.edu>
19043              Message-ID: <Pine.SOL.4.58.0411051035020.15217@maxwell.phys.lafayette.edu>
19044      Branch: perl
19045            ! INSTALL
19046 ____________________________________________________________________________
19047 [ 23474] By: merijn                                on 2004/11/05  13:07:16
19048         Log: Skip failing thread/wait tests on HP-UX 10.20
19049              These will never ever be fixed, since 10.20 is obsolete
19050              perl583delta describes this. The quote is included in wait.t
19051      Branch: perl
19052            ! ext/threads/shared/t/wait.t
19053 ____________________________________________________________________________
19054 [ 23473] By: rgs                                   on 2004/11/05  08:47:44
19055         Log: Subject: [perl #32327] Benchmark calls coderef with spurious arguments
19056              From: Anno Siegel (via RT) <perlbug-followup@perl.org>
19057              Date: 4 Nov 2004 20:12:36 -0000
19058              Message-ID: <rt-3.0.11-32327-99325.8.9408996026507@perl.org>
19059      Branch: perl
19060            ! lib/Benchmark.pm lib/Benchmark.t
19061 ____________________________________________________________________________
19062 [ 23471] By: rgs                                   on 2004/11/04  09:26:56
19063         Log: Subject: [PATCH blead] [perl #3038] Re: $qr = qr/^a$/m; $x =~ $qr; fails
19064              From: Rick Delaney <rick@bort.ca>
19065              Date: Sun, 31 Oct 2004 22:40:40 -0500
19066              Message-ID: <20041101034040.GC1232@biff.bort.ca>
19067      Branch: perl
19068            + t/op/regexp_qr.t
19069            ! MANIFEST pp.c pp_hot.c regexec.c t/op/regexp.t
19070 ____________________________________________________________________________
19071 [ 23470] By: rgs                                   on 2004/11/04  08:25:34
19072         Log: Subject: Re: [PATCH perl-current] Re: [perl #31793] Data::Dumper: Useqq interacts badly with overloading
19073              From: Rick Delaney <rick@bort.ca>
19074              Date: Wed, 3 Nov 2004 19:46:16 -0500
19075              Message-ID: <20041104004616.GA11214@biff.bort.ca>
19076      Branch: perl
19077            ! lib/overload.pm lib/overload.t
19078 ____________________________________________________________________________
19079 [ 23469] By: rgs                                   on 2004/11/03  11:54:28
19080         Log: Mostly revert change #23347 (keep the test suite, fixed),
19081              having decided that it wasn't a correct fix for bug #31793.
19082      Branch: perl
19083            ! lib/overload.pm lib/overload.t
19084 ____________________________________________________________________________
19085 [ 23468] By: rgs                                   on 2004/11/03  07:39:04
19086         Log: Subject: Re: [perl #30633] Perl's "do" operator with a variety of absolute paths under Cygwin
19087              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
19088              Date: Tue, 2 Nov 2004 17:24:29 -0800
19089              Message-ID: <20041103012429.GA7196@efn.org>
19090      Branch: perl
19091            ! util.h
19092 ____________________________________________________________________________
19093 [ 23467] By: rgs                                   on 2004/11/03  06:38:38
19094         Log: Subject: [PATCH configure.com] Re: [PATCH]  Detecting strlcat() and strlcpy() in Configure
19095              From: "Craig A. Berry" <craigberry@mac.com>
19096              Date: Tue, 02 Nov 2004 20:02:04 -0600
19097              Message-ID: <41883C1C.3080108@mac.com>
19098      Branch: perl
19099            ! configure.com
19100 ____________________________________________________________________________
19101 [ 23466] By: rgs                                   on 2004/11/02  12:33:57
19102         Log: FAQ sync
19103      Branch: perl
19104            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
19105            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
19106            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
19107            ! pod/perlfaq9.pod
19108 ____________________________________________________________________________
19109 [ 23465] By: rgs                                   on 2004/11/02  08:18:15
19110         Log: Reformulate an error
19111              (so the error message given by "perl -M" is a bit more
19112              meaningful, as Jarkko pointed out)
19113      Branch: perl
19114            ! perl.c pod/perldiag.pod
19115 ____________________________________________________________________________
19116 [ 23457] By: merijn                                on 2004/11/01  13:26:43
19117         Log: New Glossary and samples for blead
19118              Glossary now is in line with recent changes to config_h.SH
19119      Branch: perl
19120            ! Porting/Glossary Porting/config.sh Porting/config_H
19121 ____________________________________________________________________________
19122 [ 23455] By: merijn                                on 2004/11/01  12:51:52
19123         Log: Since strlcat/strlcpy are not argument/return value compatible
19124              with strncat/strncpy, replace the misleading defines with comment
19125      Branch: perl
19126            ! handy.h
19127 ____________________________________________________________________________
19128 [ 23450] By: merijn                                on 2004/10/31  16:33:17
19129         Log: The next step in strlcat ()/ strcpy () detection and usage
19130              preparation. Change to handy.h eeded for config_h.SH
19131      Branch: perl
19132            ! config_h.SH handy.h
19133 ____________________________________________________________________________
19134 [ 23448] By: nicholas                              on 2004/10/31  14:37:46
19135         Log: Make TEST and harness skip tests for extensions that were not
19136              configured. Currently this skipping is silent - maybe they should
19137              report what they are skipping.
19138      Branch: perl
19139            ! t/TEST t/harness
19140 ____________________________________________________________________________
19141 [ 23446] By: nicholas                              on 2004/10/31  13:02:01
19142         Log: Subject: [patches] optree_* tests unexpectedly succeeding. + maint-only patch
19143              From: Jim Cromie <jim.cromie@gmail.com>
19144              Message-ID: <cfe85dfa04102515365f11ef10@mail.gmail.com>
19145              Date: Mon, 25 Oct 2004 16:36:40 -0600
19146      Branch: perl
19147            ! ext/B/t/optree_check.t ext/B/t/optree_varinit.t
19148 ____________________________________________________________________________
19149 [ 23445] By: nicholas                              on 2004/10/31  12:24:09
19150         Log: Set the IV values for PL_sv_yes and PL_sv_no at initialisation time.
19151      Branch: perl
19152            ! perl.c sv.c
19153 ____________________________________________________________________________
19154 [ 23444] By: nicholas                              on 2004/10/31  11:20:27
19155         Log: Skip tests if Devel::Peek not built
19156      Branch: perl
19157            ! ext/threads/shared/t/sv_refs.t ext/threads/t/end.t
19158            ! ext/threads/t/join.t lib/base/t/fields-base.t
19159 ____________________________________________________________________________
19160 [ 23443] By: nicholas                              on 2004/10/31  11:19:47
19161         Log: Assimilate PathTools 3.01 (File::Spec and Cwd)
19162      Branch: perl
19163            ! ext/Cwd/t/cwd.t lib/Cwd.pm lib/File/Spec.pm
19164            ! lib/File/Spec/VMS.pm
19165 ____________________________________________________________________________
19166 [ 23442] By: nicholas                              on 2004/10/31  11:07:57
19167         Log: Oops. Forgot to add the new test in I18N::LangTags 0.35
19168      Branch: perl
19169            + lib/I18N/LangTags/t/20_locales.t
19170 ____________________________________________________________________________
19171 [ 23441] By: nicholas                              on 2004/10/31  10:41:17
19172         Log: Correct change 23437 - as Config isn't imported, need to use a fully
19173              qualified package
19174      Branch: perl
19175            ! ext/B/t/f_map.t ext/B/t/f_sort.t ext/B/t/optree_check.t
19176            ! ext/B/t/optree_concise.t ext/B/t/optree_samples.t
19177            ! ext/B/t/optree_sort.t ext/B/t/optree_specials.t
19178            ! ext/B/t/optree_varinit.t
19179 ____________________________________________________________________________
19180 [ 23440] By: nicholas                              on 2004/10/31  10:40:11
19181         Log: Assimilate I18N::LangTags 0.35
19182      Branch: perl
19183            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
19184            ! lib/I18N/LangTags/List.pm lib/I18N/LangTags/README
19185 ____________________________________________________________________________
19186 [ 23439] By: nicholas                              on 2004/10/31  08:17:57
19187         Log: Subject: [PATCH] Temporary fix for usemallocwrap problems on IRIX (was Re: usemallocwrap problems on IRIX (was Re: Problem and question))
19188              Date: Sun, 31 Oct 2004 04:01:42 -0500
19189              From: Ed Allen Smith <easmith@beatrice.rutgers.edu>
19190              Message-Id: <mid+200410310901.i9V91g1Y519894@dogberry.rutgers.edu>
19191      Branch: perl
19192            ! hints/irix_6.sh
19193 ____________________________________________________________________________
19194 [ 23438] By: davem                                 on 2004/10/30  23:25:37
19195         Log: Using foreach on threads::shared array crashes perl
19196              The FETCH code for shared aggregate elements could leak a shared RV
19197              address into a private SV. RVs are now handled specially, in the
19198              same way that they already were for scalar shared magic.
19199      Branch: perl
19200            ! ext/threads/shared/shared.xs
19201 ____________________________________________________________________________
19202 [ 23437] By: nicholas                              on 2004/10/30  22:49:18
19203         Log: Skip tests that require Data::Dumper if it is not built
19204      Branch: perl
19205            ! ext/B/t/f_map.t ext/B/t/f_sort.t ext/B/t/optree_check.t
19206            ! ext/B/t/optree_concise.t ext/B/t/optree_samples.t
19207            ! ext/B/t/optree_sort.t ext/B/t/optree_specials.t
19208            ! ext/B/t/optree_varinit.t lib/ExtUtils/t/Liblist.t
19209            ! lib/ExtUtils/t/prereq_print.t
19210 ____________________________________________________________________________
19211 [ 23436] By: merijn                                on 2004/10/30  16:11:15
19212         Log: Promote #23435 (strlcat ()/strlcpy ()) to non-standard OS's
19213      Branch: perl
19214            ! NetWare/config_H.wc Porting/config_H plan9/config_h.sample
19215            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
19216            ! win32/config_H.vc64 wince/config_H.ce
19217 ____________________________________________________________________________
19218 [ 23435] By: merijn                                on 2004/10/30  15:54:48
19219         Log: Added probes for strlcat () and strlcpy () to Configure
19220              Re-ordered config_h.SH
19221      Branch: perl
19222            ! Configure Makefile.SH config_h.SH
19223 ____________________________________________________________________________
19224 [ 23433] By: davem                                 on 2004/10/29  21:04:17
19225         Log: Threading crash with closures
19226              various OpREFCNT_inc() operations weren't doing locking
19227      Branch: perl
19228            ! pad.c regcomp.c sv.c
19229 ____________________________________________________________________________
19230 [ 23432] By: steveh                                on 2004/10/29  14:12:02
19231         Log: Document sv_magic() changes brought about by sv_magicext()
19232
19233              Change 14335 made sv_magic() a wrapper to a new sv_magicext(),
19234              but didn't update the documentation for sv_magic() to reflect
19235              the changed handling of the name/namlen arguments.
19236
19237              Also correct a couple of typos, and mention sv_magicext() in
19238              perlguts.
19239      Branch: perl
19240            ! pod/perlapi.pod pod/perlguts.pod sv.c
19241 ____________________________________________________________________________
19242 [ 23431] By: merijn                                on 2004/10/29  13:56:03
19243         Log: Subject: [PATCH] 36 additional tests for B
19244              From: Steve Peters <steve@fisharerojo.org>
19245              Date: Fri, 29 Oct 2004 00:53:22 -0500
19246              Message-Id: <200410290053.22947.steve@fisharerojo.org>
19247      Branch: perl
19248            ! ext/B/t/b.t
19249 ____________________________________________________________________________
19250 [ 23426] By: davem                                 on 2004/10/27  22:50:57
19251         Log: include flags and refcount in the list of leaked scalars
19252      Branch: perl
19253            ! perl.c
19254 ____________________________________________________________________________
19255 [ 23425] By: ams                                   on 2004/10/27  11:27:27
19256         Log: Subject: [PATCH] lib/Carp.t improvements
19257              From: "Craig A. Berry" <craigberry@mac.com>
19258              Date: Tue, 26 Oct 2004 23:32:25 -0500
19259              Message-Id: <417F24D9.1000904@mac.com>
19260      Branch: perl
19261            ! lib/Carp.t
19262 ____________________________________________________________________________
19263 [ 23424] By: rgs                                   on 2004/10/25  15:31:21
19264         Log: Fix [perl #32130] Errno.pm must not pass references to "prototype"
19265      Branch: perl
19266            ! ext/Errno/Errno_pm.PL ext/Errno/t/Errno.t
19267 ____________________________________________________________________________
19268 [ 23423] By: rgs                                   on 2004/10/25  15:09:27
19269         Log: Small updates to the web addresses for Perl, noticed by Robert Spier
19270      Branch: perl
19271            ! pod/perl.pod pod/perlfaq2.pod
19272 ____________________________________________________________________________
19273 [ 23422] By: rgs                                   on 2004/10/25  14:56:37
19274         Log: Subject: [perl #30227] [PATCH]splain vs. -w
19275              From: "Steve Peters via RT" <perlbug-followup@perl.org>
19276              Date: 23 Oct 2004 13:55:41 -0000
19277              Message-ID: <rt-3.0.11-30227-98375.1.28465791111211@perl.org>
19278      Branch: perl
19279            ! lib/diagnostics.pm
19280 ____________________________________________________________________________
19281 [ 23421] By: rgs                                   on 2004/10/25  07:29:50
19282         Log: Upgrade to Encode 2.08.
19283      Branch: perl
19284            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
19285            ! ext/Encode/META.yml ext/Encode/Unicode/Unicode.pm
19286            ! ext/Encode/Unicode/Unicode.xs
19287            ! ext/Encode/lib/Encode/Encoding.pm
19288 ____________________________________________________________________________
19289 [ 23420] By: mhx                                   on 2004/10/24  07:53:45
19290         Log: Subject: Re: [perl #31937] perlop: add basic =~ examples
19291              From: Steve Peters <steve@fisharerojo.org>
19292              Date: Sat, 23 Oct 2004 08:01:51 -0500
19293              Message-Id: <200410230801.51649.steve@fisharerojo.org>
19294      Branch: perl
19295            ! pod/perlop.pod
19296 ____________________________________________________________________________
19297 [ 23419] By: mhx                                   on 2004/10/23  23:39:18
19298         Log: Subject: [PATCH] Re: Devel::Peek: hash quality 125%?
19299              From: Tels <perl_dummy@bloodgate.com>
19300              Date: Sat, 23 Oct 2004 16:56:31 +0200
19301              Message-Id: <200410231656.40995@bloodgate.com>
19302      Branch: perl
19303            ! ext/Devel/Peek/Changes ext/Devel/Peek/Peek.pm
19304 ____________________________________________________________________________
19305 [ 23418] By: davem                                 on 2004/10/23  21:50:19
19306         Log: Chained goto &sub drops data too early.
19307
19308              Change 22373 to stop a memory leak in goto &foo intead caused
19309              the elements of @_ to be freed too early. This revised fix
19310              just transfers the reifiedness of the old @_ to the new @_
19311      Branch: perl
19312            ! pp_ctl.c t/op/goto.t
19313 ____________________________________________________________________________
19314 [ 23417] By: rgs                                   on 2004/10/23  19:58:07
19315         Log: Upgrade to Encode 2.07
19316      Branch: perl
19317            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
19318            ! ext/Encode/Encode.xs ext/Encode/META.yml
19319            ! ext/Encode/Unicode/Unicode.pm ext/Encode/encoding.pm
19320            ! ext/Encode/lib/Encode/Encoding.pm ext/Encode/t/Encode.t
19321            ! ext/Encode/t/fallback.t ext/Encode/ucm/macArabic.ucm
19322            ! ext/Encode/ucm/macCentEuro.ucm ext/Encode/ucm/macChinsimp.ucm
19323            ! ext/Encode/ucm/macChintrad.ucm ext/Encode/ucm/macDingbats.ucm
19324            ! ext/Encode/ucm/macGreek.ucm ext/Encode/ucm/macKorean.ucm
19325            ! ext/Encode/ucm/macROMnn.ucm ext/Encode/ucm/macSymbol.ucm
19326            ! ext/Encode/ucm/macThai.ucm
19327 ____________________________________________________________________________
19328 [ 23416] By: nicholas                              on 2004/10/23  17:15:46
19329         Log: Subject: [PATCH] ext/IO/IO.xs: fix blocking on sparc linux
19330              Message-ID: <20041022033033.GA12362@londo.c47.org>
19331              From: Brendan O'Dea <bod@debian.org>
19332              Date: Fri, 22 Oct 2004 13:30:33 +1000
19333      Branch: perl
19334            ! ext/IO/IO.xs
19335 ____________________________________________________________________________
19336 [ 23410] By: rgs                                   on 2004/10/21  15:51:32
19337         Log: Subject: docpatch for perltie.pod
19338              From: David Cantrell <david@cantrell.org.uk>
19339              Date: Thu, 21 Oct 2004 12:21:52 +0100
19340              Message-ID: <20041021112151.GA22862@bytemark.barnyard.co.uk>
19341      Branch: perl
19342            ! pod/perltie.pod
19343 ____________________________________________________________________________
19344 [ 23396] By: ams                                   on 2004/10/21  01:36:49
19345         Log: Subject: [PATCH] Math::BigInt v1.73 final
19346              From: Tels <perl_dummy@bloodgate.com>
19347              Date: Wed, 20 Oct 2004 21:06:40 +0200
19348              Message-Id: <200410202106.41840@bloodgate.com>
19349
19350              Subject: [PATCH] Math::BigRat v0.13 (pre-release)
19351              From: Tels <tels@bloodgate.com>
19352              Date: Wed, 20 Oct 2004 22:03:55 +0200
19353              Message-Id: <200410202203.56063@bloodgate.com>
19354      Branch: perl
19355            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/Math/BigRat.pm
19356            ! lib/Math/BigRat/t/big_ap.t lib/Math/BigRat/t/bigrat.t
19357            ! lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t
19358            ! lib/Math/BigRat/t/bigratup.t
19359 ____________________________________________________________________________
19360 [ 23395] By: nicholas                              on 2004/10/20  22:39:36
19361         Log: Need to skip optree walking tests if perlio not built
19362      Branch: perl
19363            ! ext/B/t/f_map.t ext/B/t/f_sort.t
19364 ____________________________________________________________________________
19365 [ 23394] By: rgs                                   on 2004/10/20  07:42:34
19366         Log: Remove opmini.c when cleaning up.
19367      Branch: perl
19368            ! Makefile.SH
19369 ____________________________________________________________________________
19370 [ 23393] By: rgs                                   on 2004/10/20  07:36:45
19371         Log: Ensure that PVA.pl returns a true value.
19372      Branch: perl
19373            ! lib/unicore/mktables
19374 ____________________________________________________________________________
19375 [ 23392] By: ams                                   on 2004/10/20  06:19:03
19376         Log: Subject: [PATCH perl.c pod/perl.pod pod/perlfaq2.pod]
19377              Rephrase "Perl Home Page" References
19378              From: chromatic <chromatic@wgz.org>
19379              Date: Tue, 19 Oct 2004 22:52:19 -0700
19380              Message-Id: <1098251539.20976.53.camel@localhost>
19381      Branch: perl
19382            ! AUTHORS perl.c pod/perl.pod pod/perlfaq2.pod
19383 ____________________________________________________________________________
19384 [ 23384] By: rgs                                   on 2004/10/19  13:17:01
19385         Log: Upgrade to Encode 2.05
19386      Branch: perl
19387            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/META.yml
19388            ! ext/Encode/encoding.pm
19389 ____________________________________________________________________________
19390 [ 23383] By: rgs                                   on 2004/10/19  11:38:37
19391         Log: More Data::Dumper docs nits, fix the previous one,
19392              suggested by Yves Orton.
19393      Branch: perl
19394            ! ext/Data/Dumper/Dumper.pm
19395 ____________________________________________________________________________
19396 [ 23382] By: rgs                                   on 2004/10/19  11:21:55
19397         Log: Subject: [PATCH] perlfaq2.pod (add a book)
19398              From: <richard.foley@ubs.com>
19399              Date: Tue, 19 Oct 2004 07:29:31 +0200
19400              Message-ID: <B374141B0A424D4F9CF143CC51B3ADD903FB9E3A@NZURC900PEX1.ubsgs.ubsgroup.net>
19401      Branch: perl
19402            ! pod/perlfaq2.pod
19403 ____________________________________________________________________________
19404 [ 23381] By: mhx                                   on 2004/10/19  03:51:59
19405         Log: Re-apply the encoding.pm part of:
19406
19407              Subject: [PATCH] encoding and open pragmas
19408              From: Jarkko Hietaniemi <jhi@iki.fi>
19409              Date: Mon, 16 Aug 2004 22:27:00 +0300
19410              Message-ID: <41210A84.6060506@iki.fi>
19411      Branch: perl
19412            ! ext/Encode/encoding.pm
19413 ____________________________________________________________________________
19414 [ 23380] By: mhx                                   on 2004/10/18  21:00:26
19415         Log: Upgrade to Encode 2.04.
19416      Branch: perl
19417            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
19418            ! ext/Encode/JP/JP.pm ext/Encode/META.yml ext/Encode/Makefile.PL
19419            ! ext/Encode/bin/piconv ext/Encode/bin/ucmsort
19420            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
19421            ! ext/Encode/lib/Encode/Supported.pod
19422            ! ext/Encode/ucm/big5-hkscs.ucm
19423 ____________________________________________________________________________
19424 [ 23379] By: mhx                                   on 2004/10/18  15:44:05
19425         Log: Fix a typo.
19426      Branch: perl
19427            ! utils/c2ph.PL
19428 ____________________________________________________________________________
19429 [ 23378] By: rgs                                   on 2004/10/18  11:25:20
19430         Log: Add a missing warning categorisation in perldiag.
19431      Branch: perl
19432            ! pod/perldiag.pod
19433 ____________________________________________________________________________
19434 [ 23377] By: ams                                   on 2004/10/16  23:52:18
19435         Log: Subject: [PATCH] test_harness tweak for VMS
19436              From: "Craig A. Berry" <craigberry@mac.com>
19437              Date: Sat, 16 Oct 2004 12:15:02 -0500
19438              Message-Id: <41715716.5000108@mac.com>
19439      Branch: perl
19440            ! vms/descrip_mms.template vms/test.com
19441 ____________________________________________________________________________
19442 [ 23376] By: nicholas                              on 2004/10/16  18:16:12
19443         Log: Merge code from vdie and vcroak into S_vdie_croak_common
19444      Branch: perl
19445            ! util.c
19446 ____________________________________________________________________________
19447 [ 23375] By: nicholas                              on 2004/10/16  14:39:48
19448         Log: Merge the common code from Perl_vdie and Perl_vwarner into a
19449              S_vdie_common
19450      Branch: perl
19451            ! util.c
19452 ____________________________________________________________________________
19453 [ 23374] By: nicholas                              on 2004/10/16  12:57:39
19454         Log: The second half of Perl_vwarner is actually a straight cut&paste job
19455              from Perl_vwarn, so convert it into a (tail) call to Perl_vwarn.
19456              cut&paste is bad, m'kay.
19457      Branch: perl
19458            ! util.c
19459 ____________________________________________________________________________
19460 [ 23373] By: nicholas                              on 2004/10/15  17:11:08
19461         Log: Implement sv_svset _nosteal variants by passing a flag into
19462              sv_set_flags rather than messing with the SvTEMP() flag on either
19463              side of the call.
19464      Branch: perl
19465            ! sv.c sv.h
19466 ____________________________________________________________________________
19467 [ 23372] By: rgs                                   on 2004/10/15  14:09:54
19468         Log: Implement a new -dt command-line flag, to enable threads under the
19469              debugger (bug #31666).
19470
19471              Subject: RE: [PATCH] debugger handles threads [perl #31666]
19472              From: <richard.foley@ubs.com>
19473              Date: Wed, 13 Oct 2004 13:01:18 +0200
19474              Message-ID: <B374141B0A424D4F9CF143CC51B3ADD903FB9E12@NZURC900PEX1.ubsgs.ubsgroup.net>
19475
19476              Subject: Re: [PATCH] debugger handles threads [perl #31666]
19477              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
19478              Date: Wed, 13 Oct 2004 02:49:58 -0700
19479              Message-ID: <20041013094957.GA17184@efn.org>
19480      Branch: perl
19481            ! lib/perl5db.pl perl.c pod/perlrun.pod
19482 ____________________________________________________________________________
19483 [ 23371] By: steveh                                on 2004/10/15  12:54:29
19484         Log: Make autodoc.pl write its output with UNIX style EOL's.
19485
19486              This saves the Win32 committer(s?) having to dos2unix the files
19487              before committing.  Maybe Perforce's "LineEnd: share" suffices
19488              anyway, but there's no harm in playing safe.
19489      Branch: perl
19490            ! autodoc.pl
19491 ____________________________________________________________________________
19492 [ 23370] By: nicholas                              on 2004/10/15  11:01:18
19493         Log: Include opmini.c in the dependency generation.
19494      Branch: perl
19495            ! Makefile.SH
19496 ____________________________________________________________________________
19497 [ 23369] By: rgs                                   on 2004/10/15  10:20:16
19498         Log: Doc nit to Data::Dumper, suggested by Peter Kay.
19499      Branch: perl
19500            ! ext/Data/Dumper/Dumper.pm
19501 ____________________________________________________________________________
19502 [ 23368] By: steveh                                on 2004/10/15  10:12:31
19503         Log: Document sv_vcatpvf, sv_vsetpvf, sv_vcatpvf_mg and sv_vsetpvf_mg.
19504
19505              These are already in the API supported by Devel::PPPort, and are
19506              often more useful than sv_vcatpvfn and sv_vsetpvfn which were
19507              already documented.
19508      Branch: perl
19509            ! embed.fnc pod/perlapi.pod sv.c
19510 ____________________________________________________________________________
19511 [ 23367] By: mhx                                   on 2004/10/14  18:00:04
19512         Log: Subject: [PATCH] Re: [NOT OK] 23353 OpenVMS 7.2 VAX
19513              From: "Craig A. Berry" <craigberry@mac.com>
19514              Date: Thu, 14 Oct 2004 10:09:41 -0500
19515              Message-ID: <416E96B5.5020100@mac.com>
19516      Branch: perl
19517            ! ext/Devel/PPPort/parts/inc/ppphtest
19518            ! ext/Devel/PPPort/t/ppphtest.t
19519 ____________________________________________________________________________
19520 [ 23366] By: rgs                                   on 2004/10/14  15:50:49
19521         Log: Subject: AW: [perl #31864] IO::Poll - undef fd not checked in mask()
19522              From: "Dintelmann, Peter" <Peter.Dintelmann@Dresdner-Bank.com>
19523              Date: Mon, 11 Oct 2004 09:54:15 +0200
19524              Message-ID: <8FD9B6A658383E468B55D364D1A9951601857331@ffz00zm6.ffz00e.mail.dresdner.net>
19525      Branch: perl
19526            ! ext/IO/lib/IO/Poll.pm
19527 ____________________________________________________________________________
19528 [ 23365] By: rgs                                   on 2004/10/14  14:58:21
19529         Log: Fix [perl #31971] local $^D gives noise
19530      Branch: perl
19531            ! embed.fnc embed.h mg.c perl.c proto.h
19532 ____________________________________________________________________________
19533 [ 23364] By: rgs                                   on 2004/10/14  14:25:29
19534         Log: A few fixes in the list of -D debugging flags
19535      Branch: perl
19536            ! perl.c pod/perlrun.pod
19537 ____________________________________________________________________________
19538 [ 23363] By: rgs                                   on 2004/10/14  14:01:50
19539         Log: Subject: [PATCH@23361] RE: [PATCH-for-23358] enable statically linked exte nsions for Win32
19540              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
19541              Date: Wed, 13 Oct 2004 09:45:31 +0400
19542              Message-ID: <7DD1BE2C50259746ABB8683672D2089E08133C@itotest-1.spb.lucent.com>
19543      Branch: perl
19544            ! win32/buildext.pl win32/makefile.mk
19545 ____________________________________________________________________________
19546 [ 23362] By: rgs                                   on 2004/10/12  16:49:53
19547         Log: Minor tweaks for the test.utf16 target, by Jarkko
19548      Branch: perl
19549            ! t/TEST
19550 ____________________________________________________________________________
19551 [ 23361] By: rgs                                   on 2004/10/12  16:07:54
19552         Log: Subject: [perl #31843] warnings::warn($obj,...) fails when $obj overloads ""
19553              From: kaminsky@math.huji.ac.il (via RT) <perlbug-followup@perl.org>
19554              Date: 5 Oct 2004 09:52:07 -0000
19555              Message-ID: <rt-3.0.11-31843-97358.2.89612012687236@perl.org>
19556              (with tweaks)
19557      Branch: perl
19558            ! lib/warnings.pm warnings.pl
19559 ____________________________________________________________________________
19560 [ 23360] By: rgs                                   on 2004/10/12  13:02:44
19561         Log: Subject: [PATCH-for-23358] enable statically linked extensions for Win32
19562              From: Vadim Konovalov <konovalo@mail.wplus.net>
19563              Date: Mon, 11 Oct 2004 22:57:00 +0400
19564              Message-ID: <80173417046.20041011225700@vkonovalov.ru>
19565      Branch: perl
19566            ! makedef.pl win32/Makefile win32/buildext.pl win32/dl_win32.xs
19567            ! win32/makefile.mk win32/perllib.c win32/sync_ext.pl
19568 ____________________________________________________________________________
19569 [ 23359] By: rgs                                   on 2004/10/12  12:54:27
19570         Log: Subject: Patch: BigInt v1.73 (pre-release)
19571              From: Tels <perl_dummy@bloodgate.com>
19572              Date: Sun, 10 Oct 2004 22:36:03 +0200
19573              Message-Id: <200410102236.03637@bloodgate.com>
19574      Branch: perl
19575            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
19576            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
19577            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
19578            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.inc
19579            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/sub_mbf.t
19580            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.inc
19581            ! lib/Math/BigInt/t/upgrade.t lib/Math/BigInt/t/with_sub.t
19582 ____________________________________________________________________________
19583 [ 23358] By: rgs                                   on 2004/10/11  07:28:34
19584         Log: Subject: [PATCH] add the 'test_harness' target to vms "makefile"
19585              From: Abe Timmerman <abe@ztreet.demon.nl>
19586              Date: Sat, 9 Oct 2004 18:13:38 +0200
19587              Message-Id: <200410091813.38673.abe@ztreet.demon.nl>
19588      Branch: perl
19589            ! t/harness vms/descrip_mms.template vms/test.com
19590 ____________________________________________________________________________
19591 [ 23357] By: davem                                 on 2004/10/10  19:18:00
19592         Log: Turn regcomp into a list op
19593      Branch: perl
19594            ! embed.fnc ext/B/B/Deparse.pm lib/overload.t op.c perly.act
19595            ! perly.h perly.tab perly.y pp_ctl.c proto.h toke.c
19596 ____________________________________________________________________________
19597 [ 23356] By: nicholas                              on 2004/10/10  15:21:24
19598         Log: Hack to make -Dusethreads -Uuseithreads -Uuse5005threads pass all tests
19599      Branch: perl
19600            ! ext/B/t/OptreeCheck.pm
19601 ____________________________________________________________________________
19602 [ 23355] By: nicholas                              on 2004/10/10  15:03:25
19603         Log: Restore runtime loading of Encode and Encode-related modules, so that
19604              open.pm will work when the Encode extension isn't build.
19605      Branch: perl
19606            ! lib/open.pm
19607 ____________________________________________________________________________
19608 [ 23354] By: merijn                                on 2004/10/09  12:27:39
19609         Log: Make AIX 5 + gcc work in 64bitall
19610      Branch: perl
19611            ! hints/aix.sh
19612 ____________________________________________________________________________
19613 [ 23353] By: merijn                                on 2004/10/08  09:52:59
19614         Log: A new machine type, some reformatting, some reorganization
19615              and a bit of additional info on Sleepycat's db.
19616      Branch: perl
19617            ! README.hpux
19618 ____________________________________________________________________________
19619 [ 23352] By: rgs                                   on 2004/10/08  08:56:49
19620         Log: Briefly document the test.utf16 make target.
19621      Branch: perl
19622            ! pod/perlhack.pod
19623 ____________________________________________________________________________
19624 [ 23351] By: rgs                                   on 2004/10/08  08:52:39
19625         Log: Make the perl interpreter more tolerant of UTF-16-encoded script
19626              (patch by Jarkko Hietaniemi)
19627      Branch: perl
19628            ! Makefile.SH t/TEST toke.c utf8.c
19629 ____________________________________________________________________________
19630 [ 23350] By: rgs                                   on 2004/10/04  16:05:20
19631         Log: Subject: [perl #31697] [PATCH] B::Showlex::newlex enhancement and pod
19632              From: Jim Cromie (via RT) <perlbug-followup@perl.org>
19633              Date: 23 Sep 2004 21:45:42 -0000
19634              Message-ID: <rt-3.0.11-31697-96840.0.810265136907162@perl.org>
19635              (with doc nits)
19636      Branch: perl
19637            ! ext/B/B/Concise.pm ext/B/B/Showlex.pm ext/B/t/showlex.t
19638 ____________________________________________________________________________
19639 [ 23349] By: rgs                                   on 2004/10/04  15:46:28
19640         Log: Increment $overload::VERSION after change #23347
19641      Branch: perl
19642            ! ext/B/B/Concise.pm lib/overload.pm
19643 ____________________________________________________________________________
19644 [ 23348] By: rgs                                   on 2004/10/04  14:00:11
19645         Log: Subject: [PATCH-for-23341] dynaloader improvements and cleanup
19646              From: Vadim Konovalov <vadim@vkonovalov.ru>
19647              Date: Sun, 3 Oct 2004 22:10:06 +0400
19648              Message-ID: <138-1837306906.20041003221006@vkonovalov.ru>
19649      Branch: perl
19650            ! ext/DynaLoader/DynaLoader_pm.PL
19651 ____________________________________________________________________________
19652 [ 23347] By: rgs                                   on 2004/10/04  10:57:15
19653         Log: Subject: [PATCH perl-current] Re: [perl #31793] Data::Dumper: Useqq interacts badly with overloading
19654              From: Rick Delaney <rick@bort.ca>
19655              Date: Sat, 2 Oct 2004 01:04:49 -0400
19656              Message-ID: <20041002050448.GB5059@biff.bort.ca>
19657      Branch: perl
19658            ! lib/overload.pm lib/overload.t
19659 ____________________________________________________________________________
19660 [ 23346] By: rgs                                   on 2004/10/04  10:18:49
19661         Log: Subject: [PATCH] vms/t/filespec.t tweak
19662              From: "Craig A. Berry" <craigberry@mac.com>
19663              Date: Fri, 01 Oct 2004 13:18:03 -0500
19664              Message-ID: <415D9F5B.5040306@mac.com>
19665      Branch: perl
19666            ! vms/ext/filespec.t
19667 ____________________________________________________________________________
19668 [ 23345] By: rgs                                   on 2004/10/04  08:53:04
19669         Log: More caveats on the non-portability of stat(), suggested by
19670              Stas Bekman.
19671      Branch: perl
19672            ! pod/perlfunc.pod
19673 ____________________________________________________________________________
19674 [ 23344] By: nicholas                              on 2004/10/02  21:49:15
19675         Log: Perl_sv_recode_to_utf8 shouldn't be returning SvPVX(sv) without
19676              any check on whether it's valid.
19677      Branch: perl
19678            ! sv.c
19679 ____________________________________________________________________________
19680 [ 23343] By: merijn                                on 2004/10/02  11:08:32
19681         Log: Subject: [PATCH] make t/uni/class.t pass on VMS
19682              From: "Craig A. Berry" <craigberry@mac.com>
19683              Date: Fri, 01 Oct 2004 12:57:55 -0500
19684              Message-ID: <415D9AA3.1000908@mac.com>
19685      Branch: perl
19686            ! t/uni/class.t
19687 ____________________________________________________________________________
19688 [ 23342] By: davem                                 on 2004/09/30  20:51:31
19689         Log: open $1, "file" doesn't raise an exception
19690      Branch: perl
19691            ! pp.c t/io/open.t
19692 ____________________________________________________________________________
19693 [ 23341] By: rgs                                   on 2004/09/30  15:41:40
19694         Log: Subject: [patch] Sys::Syslog POD - $Sys::Syslog::host
19695              From: "Jay Hannah" <jhannah@omnihotels.com>
19696              Date: Wed, 15 Sep 2004 14:51:42 -0500
19697              Message-ID: <002001c49b5d$6d0d79c0$4722000a@omarests2>
19698      Branch: perl
19699            ! ext/Sys/Syslog/Syslog.pm
19700 ____________________________________________________________________________
19701 [ 23340] By: rgs                                   on 2004/09/30  15:12:29
19702         Log: A fix for [perl #31692] : as PerlIO::scalar accesses directly the
19703              PV of the scalar it reads from, avoid to read it when it's an
19704              undefined PV.
19705      Branch: perl
19706            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
19707 ____________________________________________________________________________
19708 [ 23339] By: davem                                 on 2004/09/28  18:05:52
19709         Log: the improved -DT output of #23325 could print an uninit stack value
19710      Branch: perl
19711            ! toke.c
19712 ____________________________________________________________________________
19713 [ 23338] By: nicholas                              on 2004/09/28  16:55:08
19714         Log: Spelling correction spotted by Greg McCarroll
19715      Branch: perl
19716            ! README.epoc
19717 ____________________________________________________________________________
19718 [ 23337] By: rgs                                   on 2004/09/28  15:28:58
19719         Log: Subject: Patch for perl.c fixing an obscure environment bug
19720              From: Merijn Broeren <merijnb@iloquent.com>
19721              Date: Thu, 23 Sep 2004 17:18:17 +0200
19722              Message-ID: <20040923151817.GA15782@brugman.iloquent.nl>
19723      Branch: perl
19724            ! perl.c
19725 ____________________________________________________________________________
19726 [ 23336] By: rgs                                   on 2004/09/28  08:08:24
19727         Log: Perl -DT segfaults when parsing a 'use' statement
19728      Branch: perl
19729            ! toke.c
19730 ____________________________________________________________________________
19731 [ 23334] By: rgs                                   on 2004/09/23  07:33:15
19732         Log: Typo fix.
19733              Subject: [PATCH] Re: Smoke [5.9.2] 23330 FAIL(X) hp-ux 11.11/64 (PA-2.0/64/2 cpu)
19734              From: Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
19735              Date: Wed, 22 Sep 2004 11:20:53 +0200
19736              Message-ID: <20040922112053.686562b6@valis.local>
19737      Branch: perl
19738            ! lib/open.pm
19739 ____________________________________________________________________________
19740 [ 23333] By: rgs                                   on 2004/09/23  07:30:16
19741         Log: Remove a couple of C<> to avoid confusing double quotes in text
19742              rendering. [perl #31678]
19743      Branch: perl
19744            ! pod/perlop.pod
19745 ____________________________________________________________________________
19746 [ 23332] By: rgs                                   on 2004/09/22  09:08:04
19747         Log: Document that $ENV{PATH} may not contain relative directories under -T
19748      Branch: perl
19749            ! pod/perldiag.pod pod/perlsec.pod
19750 ____________________________________________________________________________
19751 [ 23331] By: davem                                 on 2004/09/20  22:11:29
19752         Log: Subject:  Re: [perl #31586] utime does not reach expectations [PATCH]
19753              From:  LAUN Wolfgang <wolfgang.laun@alcatel.at>
19754              Date:  Fri, 17 Sep 2004 14:01:11 +0200
19755              Message-Id:  <DF27CDCBD2581D4B88431901094E4B4D02B0C88B@attmsx1.aut.alcatel.at>
19756
19757              Clarify the effect of utime when the file isn't owned by the user
19758      Branch: perl
19759            ! pod/perlfunc.pod
19760 ____________________________________________________________________________
19761 [ 23330] By: rgs                                   on 2004/09/20  17:20:38
19762         Log: Upgrade to MIME::Base64 3.05.
19763      Branch: perl
19764            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Changes
19765            ! ext/MIME/Base64/t/warn.t
19766 ____________________________________________________________________________
19767 [ 23329] By: rgs                                   on 2004/09/20  17:13:20
19768         Log: Upgrade to Time::HiRes 1.65.
19769      Branch: perl
19770            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
19771            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
19772            ! ext/Time/HiRes/ppport.h ext/Time/HiRes/t/HiRes.t
19773 ____________________________________________________________________________
19774 [ 23327] By: rgs                                   on 2004/09/20  08:23:58
19775         Log: Subject: [perl #27576] [PATCH] Pod::Usage -exitvalue => "NOEXIT" requires -output be set (Doc bug)
19776              From: "Steve Peters via RT" <perlbug-followup@perl.org>
19777              Date: 26 Aug 2004 19:06:52 -0000
19778              Message-ID: <rt-3.0.11-27576-94411.2.28321880730803@perl.org>
19779      Branch: perl
19780            ! lib/Pod/Usage.pm
19781 ____________________________________________________________________________
19782 [ 23326] By: rgs                                   on 2004/09/20  08:10:47
19783         Log: Subject: [PATCH] encoding and open pragmas
19784              From: Jarkko Hietaniemi <jhi@iki.fi>
19785              Date: Mon, 16 Aug 2004 22:27:00 +0300
19786              Message-ID: <41210A84.6060506@iki.fi>
19787
19788              Subject: Re: [PATCH] encoding and open pragmas
19789              From: Jarkko Hietaniemi <jhi@iki.fi>
19790              Date: Tue, 17 Aug 2004 11:22:58 +0300 (EEST)
19791              Message-Id: <200408170822.i7H8MwUU016793@vipunen.hut.fi>
19792      Branch: perl
19793            ! ext/Encode/encoding.pm lib/open.pm lib/open.t t/io/layers.t
19794 ____________________________________________________________________________
19795 [ 23325] By: davem                                 on 2004/09/19  21:47:18
19796         Log: improve lexer debugging output (-DT)
19797              Decode yylex() return values, and show lexer state each time
19798              yylex() is called
19799      Branch: perl
19800            ! embed.fnc embed.h proto.h toke.c
19801 ____________________________________________________________________________
19802 [ 23323] By: rgs                                   on 2004/09/15  16:12:42
19803         Log: The XSUB.h patch from:
19804
19805              Subject: CPAN Upload: J/JP/JPEACOCK/version-0.42.tar.gz
19806              From: John Peacock <jpeacock@rowman.com>
19807              Date: Wed, 18 Aug 2004 08:26:35 -0400
19808              Message-ID: <41234AFB.1020009@rowman.com>
19809
19810              Now it will use version object logic for version comparison
19811              when loading XS modules.
19812      Branch: perl
19813            ! XSUB.h
19814 ____________________________________________________________________________
19815 [ 23322] By: rgs                                   on 2004/09/15  15:48:23
19816         Log: Upgrade to Time::HiRes 1.63.
19817              Note that it includes a ppport.h file. See if the one
19818              previously built in Devel::PPPort can be used instead.
19819      Branch: perl
19820            + ext/Time/HiRes/ppport.h
19821            ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
19822            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
19823            ! ext/Time/HiRes/t/HiRes.t
19824 ____________________________________________________________________________
19825 [ 23321] By: davem                                 on 2004/09/14  21:57:10
19826         Log: Subject:  Re: [perl #31459] Bug in read()
19827              From:  Chris Heath <chris@heathens.co.nz>
19828              Date:  06 Sep 2004 00:03:12 -0400
19829              Message-Id:  <1094443392.12379.35.camel@linux.heathens.co.nz>
19830
19831              a read(F) into a UTF8-encoded buffer with an offset off the
19832              end of the buffer, miss-calculated buffer lengths
19833      Branch: perl
19834            ! pp_sys.c
19835 ____________________________________________________________________________
19836 [ 23320] By: davem                                 on 2004/09/12  22:09:51
19837         Log: Memory leak in nested shared data structures in 5.8.4
19838              A pop of an item from a shared array ref causes a leak due to
19839              AVf_REAL not having been set after an sv_upgrade(sv, SVt_PVAV).
19840              Make sv_upgrade() set always this flag.
19841      Branch: perl
19842            ! sv.c
19843 ____________________________________________________________________________
19844 [ 23319] By: nicholas                              on 2004/09/10  16:40:17
19845         Log: Integrate:
19846              [ 23318]
19847              Update the skips for the no perlio case
19848      Branch: perl
19849           !> ext/B/t/optree_check.t ext/B/t/optree_concise.t
19850           !> ext/B/t/showlex.t
19851 ____________________________________________________________________________
19852 [ 23300] By: nicholas                              on 2004/09/09  15:54:18
19853         Log: A single version of B that supports 5.8 and 5.10
19854      Branch: perl
19855            ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
19856            ! ext/B/ramblings/runtime.porting ext/B/t/lint.t
19857 ____________________________________________________________________________
19858 [ 23283] By: mhx                                   on 2004/09/08  20:33:55
19859         Log: Subject: [PATCH-5.8.5] lib/bigint.pm tiny typo fix
19860              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
19861              Date: Mon, 6 Sep 2004 11:09:51 +0400
19862              Message-ID: <7DD1BE2C50259746ABB8683672D2089E081132@itotest-1.spb.lucent.com>
19863      Branch: perl
19864            ! lib/bigint.pm
19865 ____________________________________________________________________________
19866 [ 23282] By: mhx                                   on 2004/09/08  20:19:18
19867         Log: Upgrade to Devel::PPPort 3.03.
19868      Branch: perl
19869            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
19870            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort.xs
19871            ! ext/Devel/PPPort/PPPort_pm.PL
19872            ! ext/Devel/PPPort/parts/inc/MY_CXT ext/Devel/PPPort/t/MY_CXT.t
19873 ____________________________________________________________________________
19874 [ 23281] By: davem                                 on 2004/09/08  19:42:15
19875         Log: Subject:  [perl #21553] Re: Solaris Perl (fwd)
19876              From:  Andy Dougherty <doughera@lafayette.edu>
19877              Date:  Wed, 8 Sep 2004 11:32:26 -0400 (EDT)
19878              Message-Id:  <Pine.SOL.4.58.0409081129180.17582@maxwell.phys.lafayette.edu>
19879              Clarify whether it's safe to replace the perl bundled with Solaris
19880      Branch: perl
19881            ! README.solaris
19882 ____________________________________________________________________________
19883 [ 23280] By: mhx                                   on 2004/09/08  19:18:06
19884         Log: Upgrade to Devel::PPPort 3.02.
19885      Branch: perl
19886            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
19887            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort_pm.PL
19888            ! ext/Devel/PPPort/devel/scanprov ext/Devel/PPPort/mktests.PL
19889            ! ext/Devel/PPPort/parts/base/5004050
19890            ! ext/Devel/PPPort/parts/base/5005000
19891            ! ext/Devel/PPPort/parts/base/5006000
19892            ! ext/Devel/PPPort/parts/base/5008001
19893            ! ext/Devel/PPPort/parts/base/5009002
19894            ! ext/Devel/PPPort/parts/inc/MY_CXT
19895            ! ext/Devel/PPPort/parts/inc/misc ext/Devel/PPPort/t/MY_CXT.t
19896            ! ext/Devel/PPPort/t/SvPV.t ext/Devel/PPPort/t/call.t
19897            ! ext/Devel/PPPort/t/cop.t ext/Devel/PPPort/t/grok.t
19898            ! ext/Devel/PPPort/t/limits.t ext/Devel/PPPort/t/mPUSH.t
19899            ! ext/Devel/PPPort/t/magic.t ext/Devel/PPPort/t/misc.t
19900            ! ext/Devel/PPPort/t/newCONSTSUB.t ext/Devel/PPPort/t/newRV.t
19901            ! ext/Devel/PPPort/t/ppphtest.t ext/Devel/PPPort/t/sv_xpvf.t
19902            ! ext/Devel/PPPort/t/threads.t ext/Devel/PPPort/t/uv.t
19903 ____________________________________________________________________________
19904 [ 23279] By: mhx                                   on 2004/09/08  18:46:56
19905         Log: Add MY_CXT_CLONE to the core. (Taken from Time::HiRes.) See also:
19906              http://groups.google.com/groups?selm=r5l1vv00ca033k7a06d40fgei1ion91rnp%404ax.com
19907      Branch: perl
19908            ! perl.h
19909 ____________________________________________________________________________
19910 [ 23278] By: nicholas                              on 2004/09/08  16:53:34
19911         Log: backport B to work on 5.8.x, so that a single version of the source
19912              can be maintained, and ultimately dual-lifed on CPAN
19913              (the version conditional changes are actually surprisingly small)
19914      Branch: perl
19915            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
19916            ! ext/B/t/f_map.t ext/B/t/f_sort.t ext/B/t/optree_samples.t
19917            ! ext/B/t/stash.t
19918 ____________________________________________________________________________
19919 [ 23277] By: mhx                                   on 2004/09/08  16:49:59
19920         Log: Subject: SvO?OK_off()'s return value
19921              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
19922              Date: Sun, 1 Aug 2004 12:46:48 +0200
19923              Message-Id: <20040801124648.7f9b3cee@r2d2>
19924
19925              Move (void) casts into SvOOK_off macro.
19926      Branch: perl
19927            ! gv.c mg.c perl.c pp.c pp_ctl.c pp_hot.c scope.c sv.c sv.h
19928 ____________________________________________________________________________
19929 [ 23276] By: merijn                                on 2004/09/07  12:57:58
19930         Log: Subject: [PATCH] perlintro.pod
19931              From: Paul Johnson <paul@pjcj.net>
19932              Date: Tue, 7 Sep 2004 15:13:51 +0200
19933              Message-ID: <20040907131351.GD2513@pjcj.net>
19934      Branch: perl
19935            ! pod/perlintro.pod
19936 ____________________________________________________________________________
19937 [ 23275] By: steveh                                on 2004/09/06  10:16:12
19938         Log: Implement new environment variable to allow the use of non-IFS
19939              compatible LSP's on Windows to allow Perl to work in conjunction
19940              with a firewall such as McAfee Guardian.
19941
19942              Bug report and possible solutions by Ken Fox <kfox@ford.com>;
19943              further assistance by Artiom Morozov <artiom@phreaker.net>.
19944      Branch: perl
19945            ! pod/perlrun.pod win32/win32sck.c
19946 ____________________________________________________________________________
19947 [ 23274] By: merijn                                on 2004/09/06  08:49:24
19948         Log: Subject: [PATCH] -Dunlink_all_versions for VMS
19949              From: "Craig A. Berry" <craigberry@mac.com>
19950              Date: Sat, 04 Sep 2004 11:58:56 -0500
19951              Message-ID: <4139F450.7040708@mac.com>
19952      Branch: perl
19953            ! configure.com
19954 ____________________________________________________________________________
19955 [ 23271] By: davem                                 on 2004/09/05  21:36:57
19956         Log: only mortalize deleted array elements for AvREAL
19957              (update to change #23158)
19958      Branch: perl
19959            ! av.c
19960 ____________________________________________________________________________
19961 [ 23267] By: davem                                 on 2004/09/05  20:16:55
19962         Log: I somehow managed to omit the base.pm change from #23266
19963      Branch: perl
19964            ! lib/base.pm
19965 ____________________________________________________________________________
19966 [ 23266] By: davem                                 on 2004/09/05  20:04:35
19967         Log: Fields package bug
19968              An intermediate class with no fields messes up private fields
19969              in the base class.
19970      Branch: perl
19971            ! lib/base.pm lib/base/t/fields-base.t
19972 ____________________________________________________________________________
19973 [ 23258] By: rgs                                   on 2004/09/02  15:37:55
19974         Log: Upgrade to Encode 2.02
19975      Branch: perl
19976            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
19977            ! ext/Encode/META.yml ext/Encode/bin/enc2xs
19978            ! ext/Encode/bin/ucmsort ext/Encode/lib/Encode/Alias.pm
19979            ! ext/Encode/lib/Encode/Unicode/UTF7.pm
19980            ! ext/Encode/t/big5-hkscs.enc ext/Encode/t/big5-hkscs.utf
19981            ! ext/Encode/ucm/big5-hkscs.ucm
19982 ____________________________________________________________________________
19983 [ 23257] By: rgs                                   on 2004/09/02  15:01:39
19984         Log: Upgrade to version 0.42.
19985              From:
19986              Subject: CPAN Upload: J/JP/JPEACOCK/version-0.42.tar.gz
19987              From: John Peacock <jpeacock@rowman.com>
19988              Date: Wed, 18 Aug 2004 08:26:35 -0400
19989              Message-ID: <41234AFB.1020009@rowman.com>
19990      Branch: perl
19991            ! lib/version.pm lib/version.t util.c
19992 ____________________________________________________________________________
19993 [ 23256] By: davem                                 on 2004/09/01  23:41:25
19994         Log: Subject:  [PATCH] fields.pm lost compile-time benefit
19995              From:  Rick Delaney <rick@bort.ca>
19996              Date:  Fri, 13 Aug 2004 19:54:12 -0400
19997              Message-Id:  <20040813235412.GB12980@biff.bort.ca>
19998
19999              restore the compile-time field checking for
20000              my Dog $spot; $spot->{'walkies'};
20001              that was lost when pseudo-hashes were removed
20002      Branch: perl
20003            ! lib/base/t/fields-base.t lib/base/t/fields.t op.c
20004            ! pod/perldiag.pod
20005 ____________________________________________________________________________
20006 [ 23255] By: davem                                 on 2004/09/01  23:37:07
20007         Log: whoops, fix 'formline undef' test broken by change #23251
20008      Branch: perl
20009            ! t/lib/warnings/9uninit
20010 ____________________________________________________________________________
20011 [ 23253] By: davem                                 on 2004/09/01  22:45:07
20012         Log: Subject:  PATCH: Taintedness and ternary conditional
20013              From:  Andy Lester <andy@petdance.com>
20014              Date:  Thu, 26 Aug 2004 23:44:47 -0500
20015              Message-Id:  <20040827044447.GA5268@petdance.com>
20016
20017              add tests and documentation to the effect that ($tainted ? $a : $b)
20018              doesn't necessarily return a tainted value. Also tidy the markup in
20019              perldoc.pod
20020      Branch: perl
20021            ! pod/perlsec.pod t/op/taint.t
20022 ____________________________________________________________________________
20023 [ 23252] By: davem                                 on 2004/09/01  22:20:05
20024         Log: delete spurious blank lines added by change 23251
20025      Branch: perl
20026            ! pp_ctl.c
20027 ____________________________________________________________________________
20028 [ 23251] By: davem                                 on 2004/09/01  22:17:47
20029         Log: Random made scripts crashing perl
20030              fix 'formline undef' coredump
20031      Branch: perl
20032            ! pp_ctl.c t/lib/warnings/9uninit
20033 ____________________________________________________________________________
20034 [ 23250] By: davem                                 on 2004/09/01  20:46:13
20035         Log: From: david nicol <whatever@davidnicol.com>
20036              Subject: [perl #31228] no no-op
20037              Message-Id: 1093659222.1436.70.camel@plaza.davidnicol.com>
20038              Date: 27 Aug 2004 21:13:42 -0500
20039
20040              Document that 0 and 1 can (sort of) be used as no-ops.
20041      Branch: perl
20042            ! pod/perlop.pod
20043 ____________________________________________________________________________
20044 [ 23249] By: davem                                 on 2004/09/01  18:54:25
20045         Log: Subject:  [ PATCH ] 2 added private flags for B::Concise
20046              From:  Jim Cromie <jcromie@divsol.com>
20047              Date:  Tue, 31 Aug 2004 23:19:54 -0600
20048              Message-Id:  <41355BFA.8010900@divsol.com>
20049
20050              The OPpENTERSUB_NOMOD and OPpCONST_SHORTCIRCUIT flags weren't
20051              displayed by B::Concise.
20052      Branch: perl
20053            ! ext/B/B/Concise.pm
20054 ____________________________________________________________________________
20055 [ 23248] By: rgs                                   on 2004/09/01  15:35:20
20056         Log: Upgrade to Cwd 2.21.
20057      Branch: perl
20058            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
20059 ____________________________________________________________________________
20060 [ 23247] By: rgs                                   on 2004/09/01  15:11:45
20061         Log: Update to File::Spec 0.90
20062      Branch: perl
20063            ! lib/File/Spec.pm lib/File/Spec/VMS.pm
20064 ____________________________________________________________________________
20065 [ 23246] By: mhx                                   on 2004/08/30  18:36:18
20066         Log: Skip Time::HiRes tests if configured without that module.
20067      Branch: perl
20068            ! ext/Time/HiRes/t/HiRes.t
20069 ____________________________________________________________________________
20070 [ 23245] By: mhx                                   on 2004/08/30  18:34:58
20071         Log: Fix skipping of a Dumpvalue test when configured without Devel::Peek.
20072      Branch: perl
20073            ! lib/Dumpvalue.t
20074 ____________________________________________________________________________
20075 [ 23244] By: mhx                                   on 2004/08/30  18:33:27
20076         Log: Skip a Data::Dumper test if configured without B module.
20077      Branch: perl
20078            ! ext/Data/Dumper/t/dumper.t
20079 ____________________________________________________________________________
20080 [ 23243] By: mhx                                   on 2004/08/29  13:22:48
20081         Log: Fix typo in B::Assembler.
20082      Branch: perl
20083            ! ext/B/B/Assembler.pm
20084 ____________________________________________________________________________
20085 [ 23242] By: mhx                                   on 2004/08/29  13:21:50
20086         Log: Skip ext/B/t/assembler.t when configured without B.
20087      Branch: perl
20088            ! ext/B/t/assembler.t
20089 ____________________________________________________________________________
20090 [ 23241] By: merijn                                on 2004/08/28  08:05:19
20091         Log: Subject: [PATCH] File::Spec::VMS update
20092              From: "Craig A. Berry" <craigberry@mac.com>
20093              Date: Fri, 27 Aug 2004 18:51:09 -0500
20094              Message-ID: <412FC8ED.1020300@mac.com>
20095      Branch: perl
20096            ! lib/File/Spec/VMS.pm lib/File/Spec/t/Spec.t
20097 ____________________________________________________________________________
20098 [ 23240] By: merijn                                on 2004/08/28  07:41:47
20099         Log: Pumpkinship updates
20100      Branch: perl
20101            ! pod/perlhack.pod
20102 ____________________________________________________________________________
20103 [ 23239] By: mhx                                   on 2004/08/26  21:57:39
20104         Log: Fix nasty line break in Storable test file.
20105      Branch: perl
20106            ! ext/Storable/t/just_plain_nasty.t
20107 ____________________________________________________________________________
20108 [ 23238] By: rgs                                   on 2004/08/26  13:02:14
20109         Log: Upgrade to MIME::Base64 3.03
20110      Branch: perl
20111            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Changes
20112            ! ext/MIME/Base64/QuotedPrint.pm
20113 ____________________________________________________________________________
20114 [ 23237] By: rgs                                   on 2004/08/25  08:32:41
20115         Log: Upgrade to MIME::Base64 3.02.
20116      Branch: perl
20117            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
20118            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
20119            ! ext/MIME/Base64/t/quoted-print.t
20120 ____________________________________________________________________________
20121 [ 23236] By: rgs                                   on 2004/08/24  17:24:40
20122         Log: Grammatical nit by Hugo.
20123      Branch: perl
20124            ! pod/perlnewmod.pod
20125 ____________________________________________________________________________
20126 [ 23235] By: rgs                                   on 2004/08/23  12:32:33
20127         Log: Subject: [perl #31295] PATCH: Test comp/use.t fails on Tru64
20128              From: Nikola Milutinovic (via RT) <perlbug-followup@perl.org>
20129              Date: 23 Aug 2004 10:37:31 -0000
20130              Message-ID: <rt-3.0.11-31295-94232.1.74127465250315@perl.org>
20131      Branch: perl
20132            ! t/comp/use.t
20133 ____________________________________________________________________________
20134 [ 23234] By: mhx                                   on 2004/08/23  05:33:39
20135         Log: Upgrade to Devel::PPPort 3.01.
20136      Branch: perl
20137            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
20138            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort_pm.PL
20139            ! ext/Devel/PPPort/module2.c ext/Devel/PPPort/parts/inc/ppphtest
20140            ! ext/Devel/PPPort/parts/inc/version
20141            ! ext/Devel/PPPort/t/ppphtest.t
20142 ____________________________________________________________________________
20143 [ 23233] By: mhx                                   on 2004/08/22  22:18:56
20144         Log: Fix some backwards-compatibility problems with Storable.
20145      Branch: perl
20146            ! ext/Storable/Storable.xs ext/Storable/t/weak.t
20147 ____________________________________________________________________________
20148 [ 23232] By: rgs                                   on 2004/08/22  19:14:57
20149         Log: Upgrade to Time::HiRes 1.61
20150      Branch: perl
20151            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
20152            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
20153            ! ext/Time/HiRes/hints/solaris.pl ext/Time/HiRes/t/HiRes.t
20154 ____________________________________________________________________________
20155 [ 23231] By: mhx                                   on 2004/08/22  15:36:36
20156         Log: Fix Storable's MANIFEST.
20157      Branch: perl
20158            ! ext/Storable/MANIFEST
20159 ____________________________________________________________________________
20160 [ 23230] By: davem                                 on 2004/08/20  21:20:48
20161         Log: a regex in STDOUT destructor coredumped because regex pad already
20162              freed
20163      Branch: perl
20164            ! perl.c t/op/ref.t
20165 ____________________________________________________________________________
20166 [ 23229] By: mhx                                   on 2004/08/20  13:18:08
20167         Log: Upgrade to Devel::PPPort 3.00_03.
20168      Branch: perl
20169            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
20170            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort_pm.PL
20171            ! ext/Devel/PPPort/parts/inc/ppphtest
20172            ! ext/Devel/PPPort/t/ppphtest.t
20173 ____________________________________________________________________________
20174 [ 23228] By: mhx                                   on 2004/08/19  23:14:00
20175         Log: Tweak 'h2xs -h' output.
20176      Branch: perl
20177            ! utils/h2xs.PL
20178 ____________________________________________________________________________
20179 [ 23227] By: mhx                                   on 2004/08/19  17:05:48
20180         Log: Delete superfluous "with".
20181      Branch: perl
20182            ! README.win32
20183 ____________________________________________________________________________
20184 [ 23226] By: mhx                                   on 2004/08/19  11:22:15
20185         Log: Upgrade to Devel::PPPort 3.00_02.
20186      Branch: perl
20187            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
20188            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
20189            ! ext/Devel/PPPort/PPPort_pm.PL
20190 ____________________________________________________________________________
20191 [ 23225] By: rgs                                   on 2004/08/19  07:58:59
20192         Log: Mark a test that relies on tainting behavior as TODO on Windows.
20193      Branch: perl
20194            ! t/comp/opsubs.t
20195 ____________________________________________________________________________
20196 [ 23224] By: steveh                                on 2004/08/18  13:44:13
20197         Log: Add notes for building with MS VC++ Toolkit 2003
20198      Branch: perl
20199            ! README.win32
20200 ____________________________________________________________________________
20201 [ 23223] By: mhx                                   on 2004/08/17  21:33:41
20202         Log: Upgrade to Devel::PPPort 3.00_01.
20203      Branch: perl
20204            + ext/Devel/PPPort/parts/inc/sv_xpvf ext/Devel/PPPort/t/cop.t
20205            + ext/Devel/PPPort/t/sv_xpvf.t
20206            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/MANIFEST
20207            ! ext/Devel/PPPort/META.yml ext/Devel/PPPort/PPPort.pm
20208            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/PPPort_pm.PL
20209            ! ext/Devel/PPPort/TODO ext/Devel/PPPort/parts/apicheck.pl
20210            ! ext/Devel/PPPort/parts/inc/misc
20211            ! ext/Devel/PPPort/parts/inc/ppphbin
20212            ! ext/Devel/PPPort/parts/inc/ppphtest
20213            ! ext/Devel/PPPort/parts/inc/uv
20214            ! ext/Devel/PPPort/parts/ppptools.pl
20215            ! ext/Devel/PPPort/parts/todo/5004000
20216            ! ext/Devel/PPPort/parts/todo/5004050
20217            ! ext/Devel/PPPort/parts/todo/5006000
20218            ! ext/Devel/PPPort/t/ppphtest.t ext/Devel/PPPort/t/uv.t
20219 ____________________________________________________________________________
20220 [ 23222] By: mhx                                   on 2004/08/17  10:14:46
20221         Log: Upgrade to Devel::PPPort 3.00.
20222      Branch: perl
20223            + (add 103 files)
20224            - ext/Devel/PPPort/t/test.t
20225            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/MANIFEST
20226            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
20227            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/README
20228            ! ext/Devel/PPPort/TODO ext/Devel/PPPort/module2.c
20229            ! ext/Devel/PPPort/module3.c ext/Devel/PPPort/ppport_h.PL
20230            ! ext/Devel/PPPort/soak
20231 ____________________________________________________________________________
20232 [ 23221] By: rgs                                   on 2004/08/17  08:25:39
20233         Log: Subject: [PATCH] Document Carp's global variables + provide tests
20234              From: "Jos I. Boumans" <kane@dwim.org>
20235              Date: Mon, 16 Aug 2004 15:53:40 +0200
20236              Message-Id: <ADC6DEC6-EF8B-11D8-8425-000A95EF62E2@dwim.org>
20237              (tests a bit reworked)
20238      Branch: perl
20239            ! lib/Carp.pm lib/Carp.t
20240 ____________________________________________________________________________
20241 [ 23220] By: rgs                                   on 2004/08/17  07:29:11
20242         Log: Subject: Updates to modules-related pod
20243              From: Kirrily Skud Robert <skud@infotrope.net>
20244              Date: Mon, 16 Aug 2004 16:00:14 -0400
20245              Message-ID: <20040816200014.GC27764@infotrope.net>
20246      Branch: perl
20247            ! pod/perlnewmod.pod
20248 ____________________________________________________________________________
20249 [ 23219] By: rgs                                   on 2004/08/16  17:59:22
20250         Log: Subject: [PATCH] running mktables on VMS
20251              From: "Craig A. Berry" <craigberry@mac.com>
20252              Date: Tue, 10 Aug 2004 22:28:04 -0500
20253              Message-ID: <41199244.9020706@mac.com>
20254      Branch: perl
20255            ! vms/descrip_mms.template
20256 ____________________________________________________________________________
20257 [ 23218] By: rgs                                   on 2004/08/16  07:23:56
20258         Log: Subject: [PATCH] make cygwin ld2 executable
20259              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
20260              Date: Sun, 15 Aug 2004 17:14:59 -0700
20261              Message-ID: <20040816001252.GA2148@efn.org>
20262      Branch: perl
20263            ! cygwin/Makefile.SHs
20264 ____________________________________________________________________________
20265 [ 23217] By: davem                                 on 2004/08/14  22:32:16
20266         Log: make pp_goto() cope potential stack reallocation in EXTEND
20267              The code for goto &foo had local pointers to the stack that
20268              pointed to the wrong place after a realloc.
20269      Branch: perl
20270            ! pp_ctl.c t/op/goto.t
20271 ____________________________________________________________________________
20272 [ 23216] By: rgs                                   on 2004/08/13  13:18:37
20273         Log: Subject: [PATCH] pre Math::BigInt v1.72
20274              From: Tels <perl_dummy@bloodgate.com>
20275              Date: Fri, 13 Aug 2004 14:02:50 +0200
20276              Message-Id: <200408131402.52270@bloodgate.com>
20277      Branch: perl
20278            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
20279            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
20280            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
20281            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/with_sub.t
20282 ____________________________________________________________________________
20283 [ 23215] By: rgs                                   on 2004/08/13  12:09:35
20284         Log: Subject: Test for functions with operator names
20285              From: Andy Lester <andy@petdance.com>
20286              Date: Thu, 12 Aug 2004 11:31:03 -0500
20287              Message-ID: <20040812163103.GA26687@petdance.com>
20288      Branch: perl
20289            + t/comp/opsubs.t
20290            ! MANIFEST
20291 ____________________________________________________________________________
20292 [ 23214] By: rgs                                   on 2004/08/13  07:13:38
20293         Log: Subject: api doc fix for SvSetMagicSV_nosteal
20294              From: Stas Bekman <stas@stason.org>
20295              Date: Thu, 12 Aug 2004 18:10:36 -0700
20296              Message-ID: <411C150C.5020602@stason.org>
20297      Branch: perl
20298            ! pod/perlapi.pod sv.h
20299 ____________________________________________________________________________
20300 [ 23213] By: rgs                                   on 2004/08/10  13:17:40
20301         Log: Subject: Re: 2 patches: goto.t, B.pm/xs
20302              From: Jim Cromie <jcromie@divsol.com>
20303              Date: Tue, 10 Aug 2004 07:29:08 -0600
20304              Message-ID: <4118CDA4.3060700@divsol.com>
20305      Branch: perl
20306            ! t/op/goto.t
20307 ____________________________________________________________________________
20308 [ 23212] By: rgs                                   on 2004/08/10  07:21:19
20309         Log: Subject: 2 patches: goto.t, B.pm/xs
20310              From: Jim Cromie <jcromie@divsol.com>
20311              Date: Sun, 08 Aug 2004 18:42:47 -0600
20312              Message-ID: <4116C887.9080400@divsol.com>
20313      Branch: perl
20314            ! ext/B/B.pm ext/B/B.xs
20315 ____________________________________________________________________________
20316 [ 23211] By: rgs                                   on 2004/08/10  07:00:01
20317         Log: Subject: Re: POSIX::sigprocmask implemented incorrectly
20318              From: Alan Burlison <Alan.Burlison@sun.com>
20319              Date: Mon, 09 Aug 2004 19:00:12 +0100
20320              Message-ID: <4117BBAC.7080603@sun.com>
20321      Branch: perl
20322            ! ext/POSIX/POSIX.xs
20323 ____________________________________________________________________________
20324 [ 23210] By: davem                                 on 2004/08/09  19:58:35
20325         Log: Fix a typo and remove some debugging crud from change #23209
20326      Branch: perl
20327            ! ext/XS/APItest/t/call.t
20328 ____________________________________________________________________________
20329 [ 23209] By: davem                                 on 2004/08/09  19:48:57
20330         Log: eval_sv() failing a taint test could corrupt the stack
20331      Branch: perl
20332            ! ext/XS/APItest/t/call.t perl.c
20333 ____________________________________________________________________________
20334 [ 23208] By: davem                                 on 2004/08/09  18:28:33
20335         Log: made eq_array in t/test.pl handle undef values better
20336      Branch: perl
20337            ! t/test.pl
20338 ____________________________________________________________________________
20339 [ 23207] By: davem                                 on 2004/08/09  17:21:27
20340         Log: fix minor nit in file description, to keep Jarkko happy
20341      Branch: perl
20342            ! utf8.c
20343 ____________________________________________________________________________
20344 [ 23206] By: rgs                                   on 2004/08/09  15:33:54
20345         Log: Subject: Patch for t/op/sleep.t
20346              From: Andy Lester <andy@petdance.com>
20347              Date: Mon, 9 Aug 2004 00:11:51 -0500
20348              Message-ID: <20040809051151.GA13872@petdance.com>
20349      Branch: perl
20350            ! t/op/sleep.t
20351 ____________________________________________________________________________
20352 [ 23205] By: rgs                                   on 2004/08/09  12:10:25
20353         Log: Add a note in perltodo about a potential extension of readpipe()
20354      Branch: perl
20355            ! pod/perltodo.pod
20356 ____________________________________________________________________________
20357 [ 23204] By: rgs                                   on 2004/08/09  09:13:27
20358         Log: Subject: Re: POSIX::sigprocmask implemented incorrectly
20359              From: Alan Burlison <Alan.Burlison@sun.com>
20360              Date: Mon, 09 Aug 2004 10:30:25 +0100
20361              Message-ID: <41174431.6050803@sun.com>
20362      Branch: perl
20363            ! ext/POSIX/POSIX.xs
20364 ____________________________________________________________________________
20365 [ 23203] By: davem                                 on 2004/08/07  15:10:40
20366         Log: Add tests for XS call_*() API
20367      Branch: perl
20368            + ext/XS/APItest/t/call.t
20369            ! MANIFEST ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
20370            ! ext/XS/APItest/MANIFEST pod/perlcall.pod
20371 ____________________________________________________________________________
20372 [ 23202] By: mhx                                   on 2004/08/07  15:10:39
20373         Log: Subject: [PATCH] DB_File 1.810
20374              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
20375              Date: Sat, 7 Aug 2004 15:22:09 +0100
20376              Message-Id: <20040807142059.CTQC10838.mta10-svc.ntlworld.com@MARQUESSPT21>
20377      Branch: perl
20378            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
20379            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-hash.t
20380 ____________________________________________________________________________
20381 [ 23200] By: steveh                                on 2004/08/06  12:55:31
20382         Log: Fix [perl #24269] socket() call uses non-IFS providers
20383              causing subsequent print/read to hang or misbehave
20384
20385              Patch supplied by Artiom Morozov <artiom@phreaker.net>
20386              in the bug report at http://rt.perl.org/rt3/index.html?q=24269
20387      Branch: perl
20388            ! README.win32 win32/Makefile win32/makefile.mk win32/win32.c
20389            ! win32/win32.h win32/win32sck.c
20390 ____________________________________________________________________________
20391 [ 23199] By: steveh                                on 2004/08/06  11:57:59
20392         Log: Another small clean-up following changes #23190 and #23198
20393      Branch: perl
20394            ! gv.c
20395 ____________________________________________________________________________
20396 [ 23198] By: davem                                 on 2004/08/06  10:06:46
20397         Log: remove leaks associated with version object change #23190
20398      Branch: perl
20399            ! gv.c util.c
20400 ____________________________________________________________________________
20401 [ 23197] By: rgs                                   on 2004/08/06  06:53:08
20402         Log: Subject: [PATCH sv.c]  signedness nit in #23190
20403              From: "Craig A. Berry" <craigberry@mac.com>
20404              Date: Thu, 05 Aug 2004 13:10:55 -0500
20405              Message-ID: <4112782F.7040302@mac.com>
20406      Branch: perl
20407            ! sv.c
20408 ____________________________________________________________________________
20409 [ 23196] By: mhx                                   on 2004/08/04  18:29:23
20410         Log: Document sv_catpvn_nomg, sv_setsv_nomg and sv_catsv_nomg.
20411      Branch: perl
20412            ! pod/perlapi.pod sv.h
20413 ____________________________________________________________________________
20414 [ 23195] By: nick                                  on 2004/08/04  18:16:47
20415         Log: Comment describing purpose.
20416      Branch: perl
20417            ! globals.c
20418 ____________________________________________________________________________
20419 [ 23194] By: rgs                                   on 2004/08/04  07:18:49
20420         Log: Subject: Re: POSIX::sigprocmask implemented incorrectly
20421              From: Alan Burlison <Alan.Burlison@sun.com>
20422              Date: Mon, 19 Jul 2004 12:07:02 +0100
20423              Message-ID: <40FBAB56.1030208@sun.com>
20424
20425              (last chunk only)
20426      Branch: perl
20427            ! ext/POSIX/POSIX.xs
20428 ____________________________________________________________________________
20429 [ 23193] By: rgs                                   on 2004/08/04  07:00:21
20430         Log: Remove compilation warnings about uninitialized variables.
20431      Branch: perl
20432            ! sv.c
20433 ____________________________________________________________________________
20434 [ 23192] By: rgs                                   on 2004/08/04  06:55:46
20435         Log: Remove the "Newline in left-justified string" warning.
20436      Branch: perl
20437            ! pod/perldiag.pod sv.c t/lib/warnings/sv
20438 ____________________________________________________________________________
20439 [ 23191] By: rgs                                   on 2004/08/04  06:30:58
20440         Log: Subject: [PATCH] extension to diagnostics.pm
20441              From: Fergal Daly <fergal@esatclear.ie>
20442              Date: Wed, 4 Aug 2004 00:33:09 +0100
20443              Message-ID: <20040803233309.GA239@dyn.fergaldaly.com>
20444      Branch: perl
20445            ! lib/diagnostics.pm
20446 ____________________________________________________________________________
20447 [ 23190] By: rgs                                   on 2004/08/04  06:19:27
20448         Log: Subject: [PATCH] Final version object core patch?
20449              From: John Peacock <jpeacock@rowman.com>
20450              Date: Tue, 03 Aug 2004 22:23:57 -0400
20451              Message-ID: <411048BD.3080700@rowman.com>
20452      Branch: perl
20453            ! gv.c perl.c pp_ctl.c sv.c t/comp/require.t t/op/ver.t util.c
20454 ____________________________________________________________________________
20455 [ 23189] By: merijn                                on 2004/08/03  23:51:13
20456         Log: gcc on AIX 4 doesn't like -G on the commandline too
20457      Branch: perl
20458            ! hints/aix_4.sh
20459 ____________________________________________________________________________
20460 [ 23188] By: merijn                                on 2004/08/03  23:48:13
20461         Log: gcc on AIX doesn't like -G on the commandline
20462      Branch: perl
20463            ! hints/aix.sh
20464 ____________________________________________________________________________
20465 [ 23187] By: davem                                 on 2004/08/03  19:20:18
20466         Log: more typo fixes for change 3176 (comments at top of .c files)
20467      Branch: perl
20468            ! mg.c miniperlmain.c perl.c run.c scope.c
20469 ____________________________________________________________________________
20470 [ 23186] By: rgs                                   on 2004/08/03  10:22:54
20471         Log: Subject: [perl #30914] ExtUtils::Embed should use libperl name from Config
20472              From: Marek Rouchal (via RT) <perlbug-followup@perl.org>
20473              Date: 2 Aug 2004 07:00:33 -0000
20474              Message-ID: <rt-3.0.11-30914-93038.14.5123598132685@perl.org>
20475      Branch: perl
20476            ! lib/ExtUtils/Embed.pm
20477 ____________________________________________________________________________
20478 [ 23185] By: rgs                                   on 2004/08/03  09:39:35
20479         Log: Subject: [PATCH] additional -V:foo tests
20480              From: Jim Cromie <jcromie@divsol.com>
20481              Date: Mon, 02 Aug 2004 09:15:23 -0600
20482              Message-ID: <410E5A8B.9030307@divsol.com>
20483      Branch: perl
20484            ! configpm lib/Config.t pod/perlrun.pod
20485 ____________________________________________________________________________
20486 [ 23184] By: rgs                                   on 2004/08/02  16:40:36
20487         Log: Enhance the caveat in the description of tell()
20488
20489              Subject: Re: [perl #30788] Error in documentation
20490              From: Nick Ing-Simmons <nick@ing-simmons.net>
20491              Date: Wed, 28 Jul 2004 15:12:54 +0100
20492              Message-Id: <20040728141254.3861.5@llama.ing-simmons.net>
20493      Branch: perl
20494            ! pod/perlfunc.pod
20495 ____________________________________________________________________________
20496 [ 23183] By: rgs                                   on 2004/08/02  09:16:13
20497         Log: Remove empty rpath from .so files
20498      Branch: perl
20499            ! lib/ExtUtils/MM_Unix.pm
20500 ____________________________________________________________________________
20501 [ 23182] By: rgs                                   on 2004/08/02  09:11:12
20502         Log: Subject: [PATCH] mention refaddr() in overload::StrVal docs
20503              From: Fergal Daly <fergal@esatclear.ie>
20504              Date: Fri, 30 Jul 2004 16:09:19 +0100
20505              Message-ID: <20040730150919.GB19022@dyn.fergaldaly.com>
20506      Branch: perl
20507            ! lib/overload.pm
20508 ____________________________________________________________________________
20509 [ 23181] By: steveh                                on 2004/08/02  08:05:05
20510         Log: Fix breakage caused by Change 23179
20511      Branch: perl
20512            ! t/run/fresh_perl.t
20513 ____________________________________________________________________________
20514 [ 23180] By: davem                                 on 2004/08/01  16:49:20
20515         Log: Add comment to top of reentr.c and fix typos in other files
20516      Branch: perl
20517            ! deb.c dump.c miniperlmain.c pad.c perly.y reentr.c reentr.h
20518            ! reentr.pl regcomp.c regexec.c scope.c utf8.c
20519 ____________________________________________________________________________
20520 [ 23179] By: mhx                                   on 2004/08/01  16:10:19
20521         Log: Skip test when building without Encode.
20522      Branch: perl
20523            ! t/run/fresh_perl.t
20524 ____________________________________________________________________________
20525 [ 23178] By: mhx                                   on 2004/08/01  10:19:46
20526         Log: Remove redundant SvOOK_off (called implicitly by SvOK_off)
20527              and merge identical cases.
20528      Branch: perl
20529            ! scope.c
20530 ____________________________________________________________________________
20531 [ 23177] By: davem                                 on 2004/07/31  16:27:09
20532         Log: shut up a warning in mg.c
20533      Branch: perl
20534            ! mg.c
20535 ____________________________________________________________________________
20536 [ 23176] By: davem                                 on 2004/07/31  16:21:50
20537         Log: Add comment to the top of most .c files explaining their purpose
20538      Branch: perl
20539            ! deb.c doio.c doop.c dump.c gv.c hv.c locale.c malloc.c mg.c
20540            ! miniperlmain.c numeric.c op.c pad.c perl.c perlio.c perly.act
20541            ! perly.h perly.tab perly.y pp.c pp_ctl.c pp_hot.c pp_pack.c
20542            ! pp_sort.c pp_sys.c regcomp.c regexec.c run.c scope.c taint.c
20543            ! universal.c utf8.c util.c
20544 ____________________________________________________________________________
20545 [ 23175] By: mhx                                   on 2004/07/31  15:19:13
20546         Log: Fix copy & paste bugs in mX?PUSH macro tests.
20547      Branch: perl
20548            ! ext/XS/APItest/APItest.xs
20549 ____________________________________________________________________________
20550 [ 23174] By: merijn                                on 2004/07/31  08:32:31
20551         Log: First steps towards an explicit perl.exp-less AIX build
20552              Previous method can still be used by undeffing usenativedlopen
20553              If that is ever tested at all on AIX
20554      Branch: perl
20555            ! hints/aix.sh hints/aix_4.sh
20556 ____________________________________________________________________________
20557 [ 23173] By: mhx                                   on 2004/07/31  08:29:54
20558         Log: Fix and update Perl_grok_* docs.
20559      Branch: perl
20560            ! numeric.c pod/perlapi.pod
20561 ____________________________________________________________________________
20562 [ 23172] By: steveh                                on 2004/07/30  14:31:08
20563         Log: A few minor updates to README.win32 (aka perlwin32)
20564      Branch: perl
20565            ! README.win32
20566 ____________________________________________________________________________
20567 [ 23171] By: rgs                                   on 2004/07/30  14:24:08
20568         Log: Upgrade to Math::BigInt v1.71.
20569      Branch: perl
20570            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
20571            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
20572            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
20573            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/with_sub.t
20574 ____________________________________________________________________________
20575 [ 23170] By: steveh                                on 2004/07/30  13:27:41
20576         Log: Bug report #30132 was resolved before it was finished!
20577              Here's the last piece in the puzzle.
20578      Branch: perl
20579            ! ext/IO/lib/IO/File.pm
20580 ____________________________________________________________________________
20581 [ 23168] By: rgs                                   on 2004/07/28  12:13:36
20582         Log: Upgrade to File::Spec 0.88.
20583      Branch: perl
20584            ! lib/File/Spec.pm lib/File/Spec/Win32.pm lib/File/Spec/t/Spec.t
20585 ____________________________________________________________________________
20586 [ 23167] By: rgs                                   on 2004/07/28  09:20:12
20587         Log: Subject: Re: [perl #30783] Test::Builder does not handle overloaded "name" values
20588              From: Autrijus Tang <autrijus@gmail.com>
20589              Date: Thu, 22 Jul 2004 20:17:58 -0700
20590              Message-ID: <1912f0e204072220171790193a@mail.gmail.com>
20591      Branch: perl
20592            ! lib/Test/Builder.pm
20593 ____________________________________________________________________________
20594 [ 23166] By: rgs                                   on 2004/07/28  06:31:06
20595         Log: Subject: Re: more 5.9 sort tests (second draft)
20596              From: david nicol <whatever@davidnicol.com>
20597              Date: 21 Jul 2004 17:10:05 -0500
20598              Message-Id: <1090447805.995.24.camel@plaza.davidnicol.com>
20599      Branch: perl
20600            ! t/op/sort.t
20601 ____________________________________________________________________________
20602 [ 23165] By: rgs                                   on 2004/07/28  06:25:15
20603         Log: Subject: Re: AW: [perl #7558] [PATCH] README.solaris
20604              From: Andy Dougherty <doughera@lafayette.edu>
20605              Date: Tue, 27 Jul 2004 14:12:06 -0400 (EDT)
20606              Message-ID: <Pine.SOL.4.58.0407271335550.22839@maxwell.phys.lafayette.edu>
20607      Branch: perl
20608            ! README.solaris
20609 ____________________________________________________________________________
20610 [ 23164] By: davem                                 on 2004/07/26  22:08:32
20611         Log: Subject:  [perl #7558] [PATCH] README.solaris
20612              From:  Andy Dougherty <doughera@lafayette.edu>
20613              Date:  Mon, 26 Jul 2004 15:32:35 -0400 (EDT)
20614              Message-Id:  <Pine.SOL.4.58.0407261530350.19559@maxwell.phys.lafayette.edu>
20615
20616              Add more info on /dev/random under solaris
20617      Branch: perl
20618            ! README.solaris
20619 ____________________________________________________________________________
20620 [ 23163] By: mhx                                   on 2004/07/26  17:14:37
20621         Log: The byte-order modifiers won't go into 5.8.
20622      Branch: perl
20623            ! pod/perlfunc.pod pod/perlport.pod
20624 ____________________________________________________________________________
20625 [ 23162] By: steveh                                on 2004/07/26  10:41:56
20626         Log: Windows-related updates to Porting/repository.pod
20627      Branch: perl
20628            ! Porting/repository.pod
20629 ____________________________________________________________________________
20630 [ 23161] By: davem                                 on 2004/07/25  19:05:28
20631         Log: make -Dl log runops loop entry and exit, and jump level popping
20632      Branch: perl
20633            ! dump.c scope.h
20634 ____________________________________________________________________________
20635 [ 23160] By: davem                                 on 2004/07/24  10:00:27
20636         Log: document that -i messes soft as well hard hard links.
20637      Branch: perl
20638            ! pod/perlrun.pod
20639 ____________________________________________________________________________
20640 [ 23159] By: davem                                 on 2004/07/23  21:15:32
20641         Log: make a note in perlrun that -i doesn't preserve UNIX hard links.
20642      Branch: perl
20643            ! pod/perlrun.pod
20644 ____________________________________________________________________________
20645 [ 23158] By: davem                                 on 2004/07/23  11:06:02
20646         Log: memory leak in array delete
20647              av_delete() wasn't mortalizing the returned value
20648      Branch: perl
20649            ! av.c t/op/delete.t
20650 ____________________________________________________________________________
20651 [ 23157] By: davem                                 on 2004/07/23  10:35:16
20652         Log: remove binary compat from #23156 (remove PL_retstack)
20653      Branch: perl
20654            ! cop.h embed.fnc embed.h embedvar.h perlapi.h proto.h scope.c
20655            ! thrdvar.h
20656 ____________________________________________________________________________
20657 [ 23156] By: davem                                 on 2004/07/23  09:52:59
20658         Log: remove the return stack PL_retstack, and store return ops in the CX
20659              structure directly instead
20660      Branch: perl
20661            ! cc_runtime.h cop.h deb.c mg.c perl.c pp_ctl.c pp_hot.c
20662            ! pp_sys.c scope.c sv.c thrdvar.h
20663 ____________________________________________________________________________
20664 [ 23155] By: nicholas                              on 2004/07/22  18:50:31
20665         Log: Build the perldelta copying command for the main Unix makefile with
20666              buildtoc, so that it doesn't get forgotten on version increments.
20667      Branch: perl
20668            ! Makefile.SH pod/buildtoc
20669 ____________________________________________________________________________
20670 [ 23154] By: nicholas                              on 2004/07/22  18:19:58
20671         Log: Grab perl585delta.pod from maint and
20672
20673              Integrate:
20674              [ 23069]
20675              This is RC2. Maybe this one will last longer.
20676
20677              [ 23141]
20678              Break a leg
20679
20680              [perlhist.pod]
20681      Branch: perl
20682           +> pod/perl585delta.pod
20683            ! MANIFEST pod.lst pod/perl.pod pod/perltoc.pod
20684            ! vms/descrip_mms.template win32/pod.mak
20685           !> pod/perlhist.pod
20686 ____________________________________________________________________________
20687 [ 23152] By: rgs                                   on 2004/07/22  16:16:41
20688         Log: Upgrade to Cwd 2.20
20689      Branch: perl
20690            + ext/Cwd/t/win32.t
20691            ! MANIFEST ext/Cwd/Changes ext/Cwd/Cwd.xs ext/Cwd/t/cwd.t
20692            ! lib/Cwd.pm
20693 ____________________________________________________________________________
20694 [ 23151] By: rgs                                   on 2004/07/22  15:50:34
20695         Log: Sort perldiag.
20696      Branch: perl
20697            ! pod/perldiag.pod
20698 ____________________________________________________________________________
20699 [ 23150] By: rgs                                   on 2004/07/22  13:15:12
20700         Log: Subject: Re: "Too late for -T" could be more descriptive
20701              From: Jim Cromie <jcromie@divsol.com>
20702              Date: Wed, 21 Jul 2004 11:21:50 -0600
20703              Message-ID: <40FEA62E.2010809@divsol.com>
20704              (with tweaks)
20705      Branch: perl
20706            ! perl.c perl.h pod/perldebug.pod pod/perldiag.pod
20707            ! pod/perlrun.pod
20708 ____________________________________________________________________________
20709 [ 23149] By: rgs                                   on 2004/07/22  12:09:40
20710         Log: Email change for Steffen Mueller.
20711      Branch: perl
20712            ! AUTHORS
20713 ____________________________________________________________________________
20714 [ 23148] By: rgs                                   on 2004/07/22  11:32:16
20715         Log: Grammar fix by Paul Johnson.
20716      Branch: perl
20717            ! pod/perldiag.pod
20718 ____________________________________________________________________________
20719 [ 23147] By: nicholas                              on 2004/07/22  10:51:48
20720         Log: Config::config_re and config_sh would report the byteorder as 'ffff'
20721      Branch: perl
20722            ! configpm lib/Config.t
20723 ____________________________________________________________________________
20724 [ 23146] By: rgs                                   on 2004/07/21  12:01:32
20725         Log: Subject: [PATCH] Mention common dynaloader errors in perldiag.pod
20726              From: "Jos I. Boumans" <kane@dwim.org>
20727              Date: Wed, 21 Jul 2004 13:47:35 +0200
20728              Message-Id: <C226C05A-DB0B-11D8-A551-000A95EF62E2@dwim.org>
20729              (with tweaks)
20730      Branch: perl
20731            ! pod/perldiag.pod
20732 ____________________________________________________________________________
20733 [ 23145] By: rgs                                   on 2004/07/21  08:47:14
20734         Log: Subject: [PATCH perl-current] Re: [perl #30688] Empty slice arg with ($;$) prototype
20735              From: Rick Delaney <rick@bort.ca>
20736              Date: Tue, 20 Jul 2004 16:53:54 -0400
20737              Message-ID: <20040720205353.GA970@biff.bort.ca>
20738      Branch: perl
20739            ! pp.c t/op/list.t
20740 ____________________________________________________________________________
20741 [ 23142] By: rgs                                   on 2004/07/19  15:49:12
20742         Log: Subject: [perl #30609] [PATCH] BigInt v1.71 - first try
20743              From: Tels <perl_dummy@bloodgate.com>
20744              Date: Sat, 17 Jul 2004 16:22:57 +0200
20745              Message-Id: <200407171622.58443@bloodgate.com>
20746      Branch: perl
20747            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
20748            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
20749            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
20750            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.inc
20751            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/sub_mbf.t
20752            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/with_sub.t
20753 ____________________________________________________________________________
20754 [ 23135] By: nicholas                              on 2004/07/19  08:33:13
20755         Log: Turn 2 strcpy()s into memcpy() because we know the length.
20756      Branch: perl
20757            ! toke.c
20758 ____________________________________________________________________________
20759 [ 23130] By: nicholas                              on 2004/07/16  13:41:22
20760         Log: Clarify that it's only Mac OS *Classic* that uses 1904 - OS X uses
20761              1970
20762      Branch: perl
20763            ! pod/perlfunc.pod
20764 ____________________________________________________________________________
20765 [ 23129] By: nicholas                              on 2004/07/16  13:21:33
20766         Log: Typo fix from Julian Gilbey, forwarded upstream from Debian by
20767              Brendan O'Dea
20768      Branch: perl
20769            ! pod/perluniintro.pod
20770 ____________________________________________________________________________
20771 [ 23128] By: nick                                  on 2004/07/16  12:16:05
20772         Log: Use VirtualAlloc() more flexibly when using it to mimic UNIX's sbrk().
20773              From: Steve Hay <steve.hay@uk.radan.com>
20774              CC: perl-win32-porters@listserv.ActiveState.com
20775              Message-ID: <40F6B295.8010804@uk.radan.com>
20776
20777              Assumes perl's malloc can now handle non-contiguous memory (believed
20778              to be true).
20779              Does not address threading issues.
20780
20781              "The attached patch (against blead) makes sbrk() initially try to
20782              extend the existing block of memory exactly as it currently does, but
20783              to not  fail immediately if it can't -- it now frees up that part of
20784              whatever it  had previously reserved+committed which hadn't actually
20785              been used yet,  resets all its static variables and basically starts
20786              anew."
20787      Branch: perl
20788            ! win32/win32.c
20789 ____________________________________________________________________________
20790 [ 23127] By: nicholas                              on 2004/07/16  11:14:45
20791         Log: glob('*.c') to find documentation is dangerous when run in unclean
20792              trees, so isntead use MANIFEST to only scan the legitimate source
20793              files.
20794      Branch: perl
20795            ! autodoc.pl
20796 ____________________________________________________________________________
20797 [ 23126] By: nicholas                              on 2004/07/16  11:04:37
20798         Log: Encourage compilers to tail call optimise in sv_savepv, sv_savepvn
20799              and sv_savesharedpv. Need to create non-void returning versions of
20800              Copy and Zero, as the existing macros deliberately cast to (void)
20801      Branch: perl
20802            ! handy.h malloc.c perl.c pod/perlapi.pod sv.c util.c
20803 ____________________________________________________________________________
20804 [ 23125] By: nicholas                              on 2004/07/16  10:59:08
20805         Log: Rebuild perlapi.pod
20806      Branch: perl
20807            ! pod/perlapi.pod
20808 ____________________________________________________________________________
20809 [ 23124] By: merijn                                on 2004/07/16  10:30:53
20810         Log: Be sure HP-UX' ANSI C compiler's PATH is found *before*
20811              the path to the bundled braindead C compiler. This might
20812              influence ccache's behaviour in finding the correct path
20813      Branch: perl
20814            ! Configure
20815 ____________________________________________________________________________
20816 [ 23122] By: nicholas                              on 2004/07/16  10:14:24
20817         Log: oslevel can fail on AIX, but the output generated would confuse
20818              Configure
20819      Branch: perl
20820            ! Configure
20821 ____________________________________________________________________________
20822 [ 23121] By: nicholas                              on 2004/07/16  08:53:28
20823         Log: Some calls to PerlMemShared_alloc() aren't checking the return value.
20824              Bug spotted by Nigel Sandever
20825      Branch: perl
20826            ! ext/threads/threads.xs util.c
20827 ____________________________________________________________________________
20828 [ 23120] By: nicholas                              on 2004/07/15  19:09:15
20829         Log: threads.xs doesn't check the return value of the thread creation
20830              call. D'oh! This gives SEGVs if the OS fails to create another thread.
20831              Cause of problem located by Nigel Sandever
20832      Branch: perl
20833            ! ext/threads/threads.pm ext/threads/threads.xs
20834 ____________________________________________________________________________
20835 [ 23118] By: nicholas                              on 2004/07/15  16:28:03
20836         Log: Assimilate Cwd 2.19
20837      Branch: perl
20838            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
20839 ____________________________________________________________________________
20840 [ 23117] By: merijn                                on 2004/07/15  14:16:07
20841         Log: Trailing semi-colon are not allowed on #ifdef's in ANSI
20842      Branch: perl
20843            ! ext/Storable/Storable.xs
20844 ____________________________________________________________________________
20845 [ 23116] By: nicholas                              on 2004/07/15  12:50:31
20846         Log: Abigail notes that a re-entrant regexp engine is a todo
20847      Branch: perl
20848            ! pod/perltodo.pod
20849 ____________________________________________________________________________
20850 [ 23115] By: nicholas                              on 2004/07/15  12:47:50
20851         Log: for (reverse @foo) now iterates in reverse in place.
20852      Branch: perl
20853            ! op.c pod/perltodo.pod pp_ctl.c
20854 ____________________________________________________________________________
20855 [ 23114] By: nicholas                              on 2004/07/15  10:05:23
20856         Log: Optimise for (reverse ...)
20857      Branch: perl
20858            ! op.c
20859 ____________________________________________________________________________
20860 [ 23113] By: nicholas                              on 2004/07/15  09:44:16
20861         Log: Now optimising for $a (reverse ...)
20862      Branch: perl
20863            ! op.c
20864 ____________________________________________________________________________
20865 [ 23112] By: nicholas                              on 2004/07/15  09:16:43
20866         Log: The optrees for C<for $_ (...)> and C<for (...)> differ, so even more
20867              tests.
20868      Branch: perl
20869            ! t/cmd/for.t
20870 ____________________________________________________________________________
20871 [ 23111] By: nicholas                              on 2004/07/15  09:02:36
20872         Log: This seems to be needed to get COW working on Win32
20873      Branch: perl
20874            ! win32/win32.c
20875 ____________________________________________________________________________
20876 [ 23109] By: nicholas                              on 2004/07/14  23:35:24
20877         Log: "That's the way to do it"
20878              In taking out a bug spotted by my regression tests in t/cmd/for.t
20879              I actually managed to disable the entire optimisation. Which means
20880              that I didn't find the other bug. This optimisation is live, and
20881              passes all tests.
20882      Branch: perl
20883            ! op.c pp_hot.c
20884 ____________________________________________________________________________
20885 [ 23108] By: nicholas                              on 2004/07/14  20:55:30
20886         Log: Optimise foreach my $i (reverse ...)
20887              foreach without a lexical iterator not yet optimised
20888      Branch: perl
20889            ! ext/B/B/Concise.pm op.c op.h pp_ctl.c pp_hot.c
20890 ____________________________________________________________________________
20891 [ 23107] By: nicholas                              on 2004/07/14  17:44:08
20892         Log: Subject:  [PATCH] split doc clarification
20893              From:  Yitzchak Scott-Thoennes <sthoenna@efn.org>
20894              Date:  Wed, 14 Jul 2004 10:19:36 -0700
20895              Message-Id:  <20040714171936.GA1092@efn.org>
20896      Branch: perl
20897            ! pod/perlfunc.pod
20898 ____________________________________________________________________________
20899 [ 23106] By: nicholas                              on 2004/07/14  15:36:57
20900         Log: Numeric comparison operators mustn't compare addresses of references
20901              that are overloaded.
20902      Branch: perl
20903            ! lib/overload.t pp.c pp_hot.c
20904 ____________________________________________________________________________
20905 [ 23105] By: nicholas                              on 2004/07/14  10:40:54
20906         Log: Lots of tests for for reverse ...
20907      Branch: perl
20908            ! t/cmd/for.t
20909 ____________________________________________________________________________
20910 [ 23104] By: nicholas                              on 2004/07/13  21:10:21
20911         Log: Some thoughts on foreach reverse
20912      Branch: perl
20913            ! pod/perltodo.pod
20914 ____________________________________________________________________________
20915 [ 23103] By: nicholas                              on 2004/07/13  19:10:20
20916         Log: s/sort/split/; - my mistake spotted by Dave.
20917      Branch: perl
20918            ! pod/perltodo.pod
20919 ____________________________________________________________________________
20920 [ 23102] By: nicholas                              on 2004/07/13  18:59:46
20921         Log: Optimise list context reverse sort to reverse as part of the sort op
20922      Branch: perl
20923            ! op.c pp_sort.c
20924 ____________________________________________________________________________
20925 [ 23101] By: nicholas                              on 2004/07/13  18:58:41
20926         Log: Work around evil compiler bug on OS X. (Sucks all memory)
20927      Branch: perl
20928            ! util.c
20929 ____________________________________________________________________________
20930 [ 23100] By: nicholas                              on 2004/07/13  15:05:09
20931         Log: check that reverse (sort (@a), @b) etc work.
20932              Join some lines that don't need wrapping
20933      Branch: perl
20934            ! t/op/sort.t
20935 ____________________________________________________________________________
20936 [ 23099] By: nicholas                              on 2004/07/13  14:46:06
20937         Log: Check that non-optimimisable sort comparisons work when reversed
20938              (Not optimised yet, but might be coming soon)
20939      Branch: perl
20940            ! t/op/sort.t
20941 ____________________________________________________________________________
20942 [ 23098] By: nicholas                              on 2004/07/13  14:34:03
20943         Log: Test reverse sort as the return from a function in list and scalar
20944              contexts.
20945      Branch: perl
20946            ! t/op/sort.t
20947 ____________________________________________________________________________
20948 [ 23097] By: nicholas                              on 2004/07/13  14:23:28
20949         Log: Also test reverse sort in scalar context
20950      Branch: perl
20951            ! t/op/sort.t
20952 ____________________________________________________________________________
20953 [ 23096] By: nicholas                              on 2004/07/13  14:06:36
20954         Log: A proper, working, stable optimisation for sort {$b cmp $a}
20955      Branch: perl
20956            ! ext/B/B/Concise.pm ext/B/t/f_sort.t op.c pp_sort.c
20957 ____________________________________________________________________________
20958 [ 23095] By: rgs                                   on 2004/07/13  13:29:54
20959         Log: Tweak to change #23089, as suggested by Tim Bunce
20960      Branch: perl
20961            ! lib/perl5db.pl
20962 ____________________________________________________________________________
20963 [ 23094] By: nicholas                              on 2004/07/13  11:28:49
20964         Log: Generalised "how many in list context" would be useful
20965      Branch: perl
20966            ! pod/perltodo.pod
20967 ____________________________________________________________________________
20968 [ 23093] By: nicholas                              on 2004/07/13  11:19:31
20969         Log: The current optimisation for sort {$b cmp $a} is bogus now that we
20970              guarantee a stable sort. Disable it, pending a correct optimisation.
20971      Branch: perl
20972            ! ext/B/t/f_sort.t op.c op.h t/op/sort.t
20973 ____________________________________________________________________________
20974 [ 23092] By: rgs                                   on 2004/07/13  09:30:11
20975         Log: Subject: Re: [perl #30568] splice generates undef? [PATCH]
20976              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
20977              Date: Mon, 12 Jul 2004 08:26:01 +0200
20978              Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C7D2@attmsx1.aut.alcatel.at>
20979      Branch: perl
20980            ! pp.c t/op/splice.t
20981 ____________________________________________________________________________
20982 [ 23091] By: nicholas                              on 2004/07/13  09:14:22
20983         Log: Check each line of config_re output.
20984      Branch: perl
20985            ! lib/Config.t
20986 ____________________________________________________________________________
20987 [ 23090] By: nicholas                              on 2004/07/13  09:13:39
20988         Log: no_plan support in test.pl
20989      Branch: perl
20990            ! t/test.pl
20991 ____________________________________________________________________________
20992 [ 23089] By: rgs                                   on 2004/07/13  08:53:46
20993         Log: Subject: Re: debugger 'R'estart and open database connections
20994              From: Andrew Pimlott <andrew@pimlott.net>
20995              Date: Mon, 12 Jul 2004 21:06:01 -0400
20996              Message-ID: <20040713010601.GF8232@pimlott.net>
20997      Branch: perl
20998            ! lib/perl5db.pl
20999 ____________________________________________________________________________
21000 [ 23088] By: rgs                                   on 2004/07/13  08:27:11
21001         Log: Subject: [PATCH] was Re: UNIVERSAL::VERSION causing "Use of uninitialized value..." warning
21002              From: John Peacock <jpeacock@rowman.com>
21003              Date: Mon, 12 Jul 2004 23:16:51 -0400
21004              Message-ID: <40F35423.5080304@rowman.com>
21005      Branch: perl
21006            ! lib/version.pm lib/version.t util.c
21007 ____________________________________________________________________________
21008 [ 23085] By: nicholas                              on 2004/07/12  17:27:28
21009         Log: Bodge to make Tk work - like the UTF8 flag, the READONLY flag has too
21010              many meanings. const const vs mutable in this case.
21011      Branch: perl
21012            ! sv.c
21013 ____________________________________________________________________________
21014 [ 23084] By: nick                                  on 2004/07/12  14:26:12
21015         Log: NI-S: IMHO utf8_upgrade is just changing representation not the value
21016              so it has no business calling SvSETMAGIC.
21017      Branch: perl
21018            ! sv.c
21019 ____________________________________________________________________________
21020 [ 23083] By: nick                                  on 2004/07/12  12:17:56
21021         Log: Perl_is_utf8_string(pTHX_ U8 *s, STRLEN len)
21022              Can now handle the case
21023              is_utf8_string(NULL,0)
21024              again.
21025              Why do we have code dup for Perl_is_utf8_string_loc() ?
21026      Branch: perl
21027            ! utf8.c
21028 ____________________________________________________________________________
21029 [ 23082] By: nicholas                              on 2004/07/11  20:09:00
21030         Log: A decent benchmark would be useful. But it is vague.
21031      Branch: perl
21032            ! pod/perltodo.pod
21033 ____________________________________________________________________________
21034 [ 23081] By: nicholas                              on 2004/07/11  18:36:49
21035         Log: Finding a way to put "I'm MAINT" in perl -v is a TODO
21036      Branch: perl
21037            ! pod/perltodo.pod
21038 ____________________________________________________________________________
21039 [ 23079] By: nicholas                              on 2004/07/10  21:58:34
21040         Log: Store weak references.
21041      Branch: perl
21042            + ext/Storable/t/testlib.pl ext/Storable/t/weak.t
21043            ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST
21044            ! ext/Storable/README ext/Storable/Storable.pm
21045            ! ext/Storable/Storable.xs ext/Storable/t/malice.t
21046 ____________________________________________________________________________
21047 [ 23078] By: nicholas                              on 2004/07/10  21:11:56
21048         Log: Dual lifing and dists is a TODO
21049      Branch: perl
21050            ! pod/perltodo.pod
21051 ____________________________________________________________________________
21052 [ 23077] By: nicholas                              on 2004/07/10  18:51:35
21053         Log: Resurrect the TODO items about Unicode filenames and Unicode %ENV
21054              Rant a bit more about POD -> HTML
21055      Branch: perl
21056            ! pod/perltodo.pod
21057 ____________________________________________________________________________
21058 [ 23076] By: nicholas                              on 2004/07/10  16:00:44
21059         Log: Perl_mode_from_discipline must update len. (else SEGV)
21060              Diagnosis and patch from clkao
21061      Branch: perl
21062            ! doio.c
21063 ____________________________________________________________________________
21064 [ 23075] By: rgs                                   on 2004/07/10  13:03:56
21065         Log: Subject: Bug with NEXT when called from an eval block
21066              From: Dave Rolsky <autarch@urth.org>
21067              Date: Fri, 9 Jul 2004 17:06:07 -0500 (CDT)
21068              Message-ID: <Pine.LNX.4.58.0407091703010.4578@urth.org>
21069      Branch: perl
21070            ! lib/NEXT.pm lib/NEXT/t/next.t
21071 ____________________________________________________________________________
21072 [ 23074] By: nicholas                              on 2004/07/09  21:03:11
21073         Log: Subject: Re: Segfault using HTML::Entities
21074              From: Jarkko Hietaniemi <jhi@iki.fi>
21075              Message-ID: <40EDBE1A.6080205@iki.fi>
21076              Date: Fri, 09 Jul 2004 00:35:22 +0300
21077      Branch: perl
21078            ! pp_ctl.c regexec.c t/run/fresh_perl.t
21079 ____________________________________________________________________________
21080 [ 23073] By: nicholas                              on 2004/07/09  14:49:16
21081         Log: A more honest TODO
21082      Branch: perl
21083            ! pod/perltodo.pod
21084 ____________________________________________________________________________
21085 [ 23072] By: nicholas                              on 2004/07/09  11:34:17
21086         Log: dor and // fulfil a TODO
21087              Correct a deviation from the Nicholas Clark style guide.
21088      Branch: perl
21089            ! pod/perltodo.pod
21090 ____________________________________________________________________________
21091 [ 23071] By: rgs                                   on 2004/07/09  08:08:05
21092         Log: Subject: [PATCH] prime_env_iter and zero-length values on VMS
21093              From: "Craig A. Berry" <craigberry@mac.com>
21094              Date: Thu, 08 Jul 2004 23:19:05 -0500
21095              Message-ID: <40EE1CB9.8030407@mac.com>
21096      Branch: perl
21097            ! vms/vms.c
21098 ____________________________________________________________________________
21099 [ 23065] By: nicholas                              on 2004/07/08  13:09:44
21100         Log: Randal notes:
21101
21102              "perldoc perldelta" still says 5.8.3 to 5.8.4, even though there
21103              *is* a "perldoc perl583delta" properly.
21104
21105              This is because perl584delta still thinks it's the perldelta
21106      Branch: perl
21107            ! pod/perl584delta.pod
21108 ____________________________________________________________________________
21109 [ 23063] By: rgs                                   on 2004/07/07  17:48:29
21110         Log: Make Perl_sv_utf8_upgrade_flags tolerate PL_sv_undef
21111              as an argument.
21112      Branch: perl
21113            ! sv.c
21114 ____________________________________________________________________________
21115 [ 23062] By: nicholas                              on 2004/07/07  15:14:39
21116         Log: First stab at explaining that CLONE may get more parameters in future.
21117              More eloquent rewording desired. Patches welcome.
21118      Branch: perl
21119            ! pod/perlmod.pod
21120 ____________________________________________________________________________
21121 [ 23061] By: nicholas                              on 2004/07/07  13:30:27
21122         Log: hv_store was not passing hash onwards (spotted by Dave)
21123      Branch: perl
21124            ! hv.c
21125 ____________________________________________________________________________
21126 [ 23060] By: mhx                                   on 2004/07/06  21:43:05
21127         Log: Failing matches don't reset numbered variables.
21128              Change #22997 could cause Text::ParseWords to loop forever if the
21129              regex didn't not match. Explicitly return if the match fails.
21130      Branch: perl
21131            ! lib/Text/ParseWords.pm lib/Text/ParseWords.t
21132 ____________________________________________________________________________
21133 [ 23059] By: nicholas                              on 2004/07/06  21:39:27
21134         Log: Integrate:
21135              [ 23057]
21136              This is RC1
21137      Branch: perl
21138           !> pod/perlhist.pod
21139 ____________________________________________________________________________
21140 [ 23058] By: nicholas                              on 2004/07/06  20:45:53
21141         Log: Stop ENV_IS_CASELESS hv.c picking up the wrong hash value from a
21142              shared string scalar.
21143      Branch: perl
21144            ! hv.c
21145 ____________________________________________________________________________
21146 [ 23052] By: nicholas                              on 2004/07/06  09:26:24
21147         Log: A tool to check the AUTHORS file
21148      Branch: perl
21149            + Porting/checkAUTHORS.pl
21150            ! MANIFEST
21151 ____________________________________________________________________________
21152 [ 23051] By: nicholas                              on 2004/07/06  09:25:16
21153         Log: Add some missing authors and remove 1 duplicate
21154      Branch: perl
21155            ! AUTHORS
21156 ____________________________________________________________________________
21157 [ 23048] By: nicholas                              on 2004/07/05  17:26:09
21158         Log: There was no need to bump $Text::ParseWords::VERSION to 3.24
21159      Branch: perl
21160            ! lib/Text/ParseWords.pm
21161 ____________________________________________________________________________
21162 [ 23047] By: rgs                                   on 2004/07/05  17:05:55
21163         Log: Update tests and $VERSION for change 23046
21164      Branch: perl
21165            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
21166 ____________________________________________________________________________
21167 [ 23046] By: rgs                                   on 2004/07/05  16:53:54
21168         Log: Subject: Re: [perl #30504] B::Deparse scoping problem with for loop
21169              From: Stephen McCamant <smcc@MIT.EDU>
21170              Date: Mon, 28 Jun 2004 18:26:24 -0700
21171              Message-ID: <16608.50496.787002.560481@apocalypse.OCF.Berkeley.EDU>
21172      Branch: perl
21173            ! ext/B/B/Deparse.pm
21174 ____________________________________________________________________________
21175 [ 23042] By: nicholas                              on 2004/07/05  14:54:15
21176         Log: Bump $B::Deparse::VERSION
21177      Branch: perl
21178            ! ext/B/B/Deparse.pm
21179 ____________________________________________________________________________
21180 [ 23040] By: nicholas                              on 2004/07/05  10:24:17
21181         Log: t/op/tie.t test 23 is failing when run with utf8 everywhere.
21182              Problem appears to be due to theft of temporaries
21183      Branch: perl
21184            ! mg.c
21185 ____________________________________________________________________________
21186 [ 23029] By: nicholas                              on 2004/07/04  16:39:07
21187         Log: Subject: [PATCH Cwd 2.18] _vms_abs_path on non-directories
21188              From: "Craig A. Berry" <craigberry@mac.com>
21189              Message-ID: <40E704AA.4090801@mac.com>
21190              Date: Sat, 03 Jul 2004 14:10:34 -0500
21191      Branch: perl
21192            ! ext/Cwd/t/cwd.t lib/Cwd.pm
21193 ____________________________________________________________________________
21194 [ 23028] By: nicholas                              on 2004/07/04  15:14:33
21195         Log: /usr/bin/locale steadfastly delivers 8 bit output independent of
21196              LC_ALL. So when perl's expecting utf8, things don't quite work right.
21197              This has become visible since fix 22842
21198      Branch: perl
21199            ! lib/locale.t
21200 ____________________________________________________________________________
21201 [ 23027] By: mhx                                   on 2004/07/02  14:44:37
21202         Log: More microperl tweaks.
21203      Branch: perl
21204            ! Makefile.micro README.micro uconfig.h uconfig.sh
21205 ____________________________________________________________________________
21206 [ 23026] By: rgs                                   on 2004/07/02  13:05:23
21207         Log: Maintainer change for Safe
21208      Branch: perl
21209            ! Porting/Maintainers.pl
21210 ____________________________________________________________________________
21211 [ 23025] By: rgs                                   on 2004/07/02  10:06:29
21212         Log: Bump version number of Safe for CPAN release
21213      Branch: perl
21214            ! ext/Opcode/Safe.pm
21215 ____________________________________________________________________________
21216 [ 23024] By: rgs                                   on 2004/07/02  07:50:42
21217         Log: Upgrade to I18N::LangTags 0.33
21218      Branch: perl
21219            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
21220            ! lib/I18N/LangTags/t/80_all_env.t
21221 ____________________________________________________________________________
21222 [ 23023] By: davem                                 on 2004/07/02  01:49:11
21223         Log: utf8 POPSTACK crash on split execution
21224              split() does a SWITCHSTACK to directly split to an array, but
21225              if it subsequently dies (eg the regex triggers a 'use utf8' which
21226              is then denied by Safe), then the switch doesn't get undone. Add
21227              a new save type to allow for this.
21228      Branch: perl
21229            ! pp.c scope.c scope.h
21230 ____________________________________________________________________________
21231 [ 23022] By: mhx                                   on 2004/07/01  21:08:44
21232         Log: The microperl config didn't know about usemallocwrap yet.
21233      Branch: perl
21234            ! uconfig.h uconfig.sh
21235 ____________________________________________________________________________
21236 [ 23021] By: mhx                                   on 2004/07/01  14:30:05
21237         Log: Check for definedness of sv before calling sv_derived_from()
21238              to prevent "Use of uninitialized value..." warning.
21239      Branch: perl
21240            ! universal.c
21241 ____________________________________________________________________________
21242 [ 23019] By: nicholas                              on 2004/07/01  10:14:03
21243         Log: Bump version numbers
21244      Branch: perl
21245            ! ext/File/Glob/Glob.pm ext/XS/APItest/APItest.pm
21246            ! ext/threads/threads.pm lib/Carp.pm lib/File/Copy.pm
21247            ! lib/Text/ParseWords.pm lib/Text/Wrap.pm lib/autouse.pm
21248            ! lib/charnames.pm lib/diagnostics.pm lib/utf8.pm
21249 ____________________________________________________________________________
21250 [ 23018] By: nicholas                              on 2004/06/30  21:37:12
21251         Log: Assert that we aren't leaking memory.
21252      Branch: perl
21253            ! sv.c
21254 ____________________________________________________________________________
21255 [ 23016] By: gbarr                                 on 2004/06/30  13:47:36
21256         Log: Sync to libnet-1.19
21257      Branch: perl
21258            ! lib/Net/Changes.libnet lib/Net/Cmd.pm lib/Net/FTP.pm
21259            ! lib/Net/POP3.pm lib/Net/SMTP.pm lib/Net/t/datasend.t
21260 ____________________________________________________________________________
21261 [ 23014] By: rgs                                   on 2004/06/30  12:12:24
21262         Log: Subject: [PATCH pod/perlop.pod] Documenting undefined behaviour of $i = $i ++.
21263              From: Abigail <abigail@abigail.nl>
21264              Date: Wed, 30 Jun 2004 12:00:21 +0200
21265              Message-ID: <20040630100021.GA23752@abigail.nl>
21266      Branch: perl
21267            ! pod/perlop.pod
21268 ____________________________________________________________________________
21269 [ 23011] By: nicholas                              on 2004/06/29  15:26:34
21270         Log: Note that sv_2mortal isn't just "increase reference count by 1, and
21271              mark that it needs a deferred recount"
21272      Branch: perl
21273            ! sv.c
21274 ____________________________________________________________________________
21275 [ 23010] By: rgs                                   on 2004/06/29  12:12:58
21276         Log: More caveats in B::Deparse's documentation
21277              (suggested by Yves Orton)
21278      Branch: perl
21279            ! ext/B/B/Deparse.pm
21280 ____________________________________________________________________________
21281 [ 23007] By: merijn                                on 2004/06/29  10:57:46
21282         Log: HP-UX 10.20 still *needs* -Ae for HP C-ANSI-C to be ANSI
21283              11.00 and on are ANSI by default for /opt/ansic/bin
21284              Error was introduced by #22975 in re-enabling 10.01
21285      Branch: perl
21286            ! hints/hpux.sh
21287 ____________________________________________________________________________
21288 [ 23006] By: davem                                 on 2004/06/28  22:50:01
21289         Log: use encoding and "eq" cause memory leak
21290              Perl_sv_eq() was creating a temp and not always freeing it
21291      Branch: perl
21292            ! sv.c
21293 ____________________________________________________________________________
21294 [ 23002] By: nicholas                              on 2004/06/27  20:57:50
21295         Log: Assimilate Locale-Codes-2.07
21296      Branch: perl
21297            ! lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
21298            ! lib/Locale/Codes/t/all.t lib/Locale/Codes/t/constants.t
21299            ! lib/Locale/Codes/t/country.t lib/Locale/Codes/t/currency.t
21300            ! lib/Locale/Codes/t/uk.t lib/Locale/Constants.pm
21301            ! lib/Locale/Constants.pod lib/Locale/Country.pm
21302            ! lib/Locale/Country.pod lib/Locale/Currency.pm
21303            ! lib/Locale/Currency.pod lib/Locale/Language.pm
21304            ! lib/Locale/Language.pod lib/Locale/Script.pm
21305            ! lib/Locale/Script.pod
21306 ____________________________________________________________________________
21307 [ 23001] By: nicholas                              on 2004/06/27  18:27:43
21308         Log: Stop 80_all_env.t failing when LC_ALL is set
21309      Branch: perl
21310            ! lib/I18N/LangTags/t/80_all_env.t
21311 ____________________________________________________________________________
21312 [ 22998] By: nicholas                              on 2004/06/25  22:19:51
21313         Log: Correct detection of absent modules. Based on
21314
21315              Subject: [PATCH] Config{extensions} uses filesystem names as extensions
21316              From: Andy Dougherty <doughera@lafayette.edu>
21317              Message-ID: <Pine.SOL.4.58.0406241505530.14039@maxwell.phys.lafayette.edu>
21318              Date: Thu, 24 Jun 2004 15:09:47 -0400 (EDT)
21319
21320              with improvements from Marcus Holland-Moritz
21321      Branch: perl
21322            ! ext/Devel/PPPort/t/test.t ext/PerlIO/t/scalar.t
21323            ! ext/PerlIO/t/via.t ext/threads/shared/t/disabled.t lib/DB.t
21324            ! lib/Dumpvalue.t lib/PerlIO/via/t/QuotedPrint.t
21325            ! lib/Tie/RefHash.t lib/autouse.t lib/dumpvar.t lib/h2xs.t
21326            ! lib/overload.t t/io/crlf.t
21327 ____________________________________________________________________________
21328 [ 22997] By: mhx                                   on 2004/06/25  20:27:05
21329         Log: Cleanup the main regex in Text::ParseWords and make the
21330              parse_line() routine faster. Add a Unicode test case.
21331      Branch: perl
21332            ! lib/Text/ParseWords.pm lib/Text/ParseWords.t
21333 ____________________________________________________________________________
21334 [ 22996] By: merijn                                on 2004/06/25  15:27:21
21335         Log: Subject: [perl #30450] perl 5.8.4: enhancement to hints/solaris_2.sh
21336              From: Nicholas Gianniotis (via RT) <perlbug-followup@perl.org>
21337              Date: 25 Jun 2004 09:39:51 -0000
21338              Message-ID: <rt-3.0.9-30450-91340.10.3279898804255@perl.org>
21339              and
21340              From: Andy Dougherty <doughera@lafayette.edu>
21341              Date: Fri, 25 Jun 2004 11:30:11 -0400 (EDT)
21342              Message-ID: <Pine.SOL.4.58.0406251113420.15961@maxwell.phys.lafayette.edu>
21343      Branch: perl
21344            ! hints/solaris_2.sh
21345 ____________________________________________________________________________
21346 [ 22995] By: rgs                                   on 2004/06/25  15:07:51
21347         Log: Subject: [PATCH] regcomp.c, t/op/regmesg.t -- False range with \p and \P
21348              From: Jeff 'japhy' Pinyan <japhy@perlmonk.org>
21349              Date: Thu, 24 Jun 2004 16:42:54 -0400 (EDT)
21350              Message-ID: <Pine.LNX.4.44.0406241636340.8774-200000@perlmonk.org>
21351      Branch: perl
21352            ! regcomp.c t/op/regmesg.t
21353 ____________________________________________________________________________
21354 [ 22994] By: rgs                                   on 2004/06/25  08:36:33
21355         Log: More @INC test fixes
21356      Branch: perl
21357            ! t/op/threads.t t/run/switch_A.t t/uni/chomp.t t/uni/tr_7jis.t
21358            ! t/uni/tr_eucjp.t t/uni/tr_sjis.t t/uni/tr_utf8.t
21359 ____________________________________________________________________________
21360 [ 22993] By: rgs                                   on 2004/06/25  08:28:34
21361         Log: Fix the Cwd tests for the core.
21362      Branch: perl
21363            ! ext/Cwd/t/cwd.t ext/Cwd/t/taint.t
21364 ____________________________________________________________________________
21365 [ 22992] By: mhx                                   on 2004/06/24  19:51:06
21366         Log: Fix for: [perl #30442] Text::ParseWords does not handle backslashed newline inside quoted text
21367              Use the suggested regex fix, plus some tests.
21368      Branch: perl
21369            ! lib/Text/ParseWords.pm lib/Text/ParseWords.t
21370 ____________________________________________________________________________
21371 [ 22991] By: rgs                                   on 2004/06/24  16:47:24
21372         Log: Upgrade to Cwd 2.18
21373              (with local changes to cwd.t, to adapt it to the core)
21374      Branch: perl
21375            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
21376 ____________________________________________________________________________
21377 [ 22990] By: mhx                                   on 2004/06/24  16:22:05
21378         Log: Fix for: [perl #2738] perl segfautls on input
21379              The parser was incorrectly accepting <> as a subroutine prototype and
21380              newATTRSUB didn't validate the proto argument before accessing op_sv.
21381      Branch: perl
21382            ! op.c pod/perldiag.pod t/comp/parser.t toke.c
21383 ____________________________________________________________________________
21384 [ 22988] By: rgs                                   on 2004/06/24  12:58:35
21385         Log: Upgrade to Cwd 2.17_03
21386      Branch: perl
21387            ! ext/Cwd/Changes ext/Cwd/Cwd.xs lib/Cwd.pm
21388 ____________________________________________________________________________
21389 [ 22977] By: nicholas                              on 2004/06/23  08:38:47
21390         Log: Test that [] // 0 is []
21391      Branch: perl
21392            ! t/op/dor.t
21393 ____________________________________________________________________________
21394 [ 22976] By: rgs                                   on 2004/06/23  08:28:15
21395         Log: Add a regression test for bug #23765 (by Jarkko)
21396      Branch: perl
21397            ! t/op/substr.t
21398 ____________________________________________________________________________
21399 [ 22975] By: merijn                                on 2004/06/23  06:56:15
21400         Log: Backward compatibility issues for HP-UX 10.01 and older
21401              Yes, it is still actively used in production environment
21402              One more patch expected for toke.c optimization level
21403      Branch: perl
21404            ! hints/hpux.sh
21405 ____________________________________________________________________________
21406 [ 22972] By: mhx                                   on 2004/06/22  21:23:59
21407         Log: Proposed patch + test case.
21408
21409              Subject: [perl #30409] charnames.pm clobbers default variable
21410              From: Marcel "Grünauer" (via RT) <perlbug-followup@perl.org>
21411              Date: 22 Jun 2004 16:43:50 -0000
21412              Message-ID: <rt-3.0.9-30409-91174.12.8617678524438@perl.org>
21413      Branch: perl
21414            ! lib/charnames.pm lib/charnames.t
21415 ____________________________________________________________________________
21416 [ 22971] By: mhx                                   on 2004/06/22  21:00:10
21417         Log: Adjust array index in FileCache.pm.
21418
21419              Subject: [perl #30291] Use of uninitialized value (array index reference) in FileCache.pm module at line 140
21420              From: bbucklan@jpl-devvax.jpl.nasa.gov (via RT) <perlbug-followup@perl.org>
21421              Date: 15 Jun 2004 16:55:22 -0000
21422              Message-ID: <rt-3.0.9-30291-90552.18.5392299690759@perl.org>
21423      Branch: perl
21424            ! lib/FileCache.pm
21425 ____________________________________________________________________________
21426 [ 22970] By: mhx                                   on 2004/06/22  20:26:11
21427         Log: Subject: [PATCH] DB_File 1.809  was RE: [perl #30237] DB_File methods and substr don't mix
21428              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
21429              Date: Tue, 22 Jun 2004 21:29:12 +0100
21430              Message-Id: <20040622202910.WBSU21846.mta08-svc.ntlworld.com@MARQUESSPT21>
21431      Branch: perl
21432            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
21433            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
21434            ! ext/DB_File/t/db-hash.t ext/DB_File/t/db-recno.t
21435            ! ext/DB_File/typemap
21436 ____________________________________________________________________________
21437 [ 22969] By: nicholas                              on 2004/06/22  13:25:11
21438         Log: Abolish the "Tied variable freed while still in use" error - I have
21439              a way to cleanly avoid the coredump.
21440      Branch: perl
21441            ! mg.c pod/perldiag.pod t/op/tie.t
21442 ____________________________________________________________________________
21443 [ 22968] By: nicholas                              on 2004/06/22  12:28:58
21444         Log: Subject: [PATCH] Storable signedness nit
21445              From: "Craig A. Berry" <craigberry@mac.com>
21446              Message-ID: <40D3AAC7.6030407@mac.com>
21447              Date: Fri, 18 Jun 2004 21:53:59 -0500
21448      Branch: perl
21449            ! ext/Storable/Storable.xs
21450 ____________________________________________________________________________
21451 [ 22967] By: nicholas                              on 2004/06/22  09:57:23
21452         Log: Skip tests if List::Util not built
21453      Branch: perl
21454            ! lib/DB.t lib/Dumpvalue.t lib/autouse.t lib/dumpvar.t
21455            ! lib/overload.t
21456 ____________________________________________________________________________
21457 [ 22966] By: nicholas                              on 2004/06/22  09:56:59
21458         Log: Skip test if Data::Dumper not built
21459      Branch: perl
21460            ! lib/Tie/RefHash.t
21461 ____________________________________________________________________________
21462 [ 22965] By: nicholas                              on 2004/06/22  09:56:34
21463         Log: Skip test if Devel::PPPort is not built.
21464              Probably should fix h2xs to work without it.
21465      Branch: perl
21466            ! lib/h2xs.t
21467 ____________________________________________________________________________
21468 [ 22964] By: rgs                                   on 2004/06/22  07:34:40
21469         Log: Upgrade to I18N::LangTags 0.32
21470      Branch: perl
21471            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
21472            ! lib/I18N/LangTags/Detect.pm lib/I18N/LangTags/t/80_all_env.t
21473 ____________________________________________________________________________
21474 [ 22963] By: davem                                 on 2004/06/20  12:00:56
21475         Log: make mktables always update modifed time to play better with make
21476      Branch: perl
21477            ! Makefile.SH lib/unicore/mktables
21478 ____________________________________________________________________________
21479 [ 22962] By: davem                                 on 2004/06/20  11:50:19
21480         Log: fix typo in gp_free
21481      Branch: perl
21482            ! gv.c
21483 ____________________________________________________________________________
21484 [ 22961] By: davem                                 on 2004/06/19  12:36:58
21485         Log: 'make test' without preceeding 'make' fails.
21486              Change #22872 added a target to run mktables, but this was
21487              skipped if 'make test' was run first, causing the build of
21488              Unicode::Normalize to fail.
21489      Branch: perl
21490            ! Makefile.SH
21491 ____________________________________________________________________________
21492 [ 22960] By: nicholas                              on 2004/06/18  20:18:02
21493         Log: When expecting an error, it's best to check the text you got, rather
21494              than blindly assuming that it's correct.
21495      Branch: perl
21496            ! t/op/write.t
21497 ____________________________________________________________________________
21498 [ 22959] By: nicholas                              on 2004/06/18  18:57:30
21499         Log: Case insensitive file systems are bad, m'kay
21500      Branch: perl
21501            ! ext/IO/t/IO.t
21502 ____________________________________________________________________________
21503 [ 22958] By: nicholas                              on 2004/06/18  13:45:51
21504         Log: This needs POSIX, so skip if no POSIX
21505      Branch: perl
21506            ! lib/Pod/t/basic.t
21507 ____________________________________________________________________________
21508 [ 22957] By: nicholas                              on 2004/06/18  13:44:27
21509         Log: Also needs skipping if PerlIO::via not built
21510      Branch: perl
21511            ! lib/PerlIO/via/t/QuotedPrint.t
21512 ____________________________________________________________________________
21513 [ 22956] By: nicholas                              on 2004/06/18  13:24:13
21514         Log: Skip tests when PerlIO::scalar and PerlIO::via aren't built
21515      Branch: perl
21516            ! ext/PerlIO/t/scalar.t ext/PerlIO/t/via.t
21517 ____________________________________________________________________________
21518 [ 22955] By: nicholas                              on 2004/06/18  13:19:16
21519         Log: Not ideal, but skip all of IO's tests if Socket is not built.
21520      Branch: perl
21521            ! ext/IO/t/IO.t
21522 ____________________________________________________________________________
21523 [ 22954] By: nicholas                              on 2004/06/18  13:11:31
21524         Log: Skip test if perl configured without threads::shared
21525      Branch: perl
21526            ! ext/threads/shared/t/disabled.t
21527 ____________________________________________________________________________
21528 [ 22953] By: nicholas                              on 2004/06/18  13:09:24
21529         Log: Skip test if Devel::PPPort not built
21530      Branch: perl
21531            ! ext/Devel/PPPort/t/test.t
21532 ____________________________________________________________________________
21533 [ 22952] By: nicholas                              on 2004/06/18  13:07:40
21534         Log: Skip re tests if re not built.
21535      Branch: perl
21536            ! ext/re/t/re.t
21537 ____________________________________________________________________________
21538 [ 22951] By: nicholas                              on 2004/06/18  11:38:24
21539         Log: If we don't build B, we should skip all its tests.
21540      Branch: perl
21541            ! ext/B/t/asmdata.t ext/B/t/b.t ext/B/t/bblock.t
21542            ! ext/B/t/bytecode.t ext/B/t/concise.t ext/B/t/debug.t
21543            ! ext/B/t/deparse.t ext/B/t/f_map.t ext/B/t/f_sort.t
21544            ! ext/B/t/lint.t ext/B/t/o.t ext/B/t/optree_check.t
21545            ! ext/B/t/optree_concise.t ext/B/t/optree_samples.t
21546            ! ext/B/t/optree_sort.t ext/B/t/optree_specials.t
21547            ! ext/B/t/optree_varinit.t ext/B/t/showlex.t ext/B/t/stash.t
21548            ! ext/B/t/terse.t ext/B/t/xref.t
21549 ____________________________________________________________________________
21550 [ 22950] By: nicholas                              on 2004/06/18  11:27:51
21551         Log: D'oh. Don't turn on warnings on the #! line without actually testing
21552              the full code in case it warns.
21553      Branch: perl
21554            ! lib/Unicode/UCD.t
21555 ____________________________________________________________________________
21556 [ 22949] By: nicholas                              on 2004/06/18  09:43:12
21557         Log: Unicode::UCD uses Storable, so we can't test if Storable isn't built.
21558      Branch: perl
21559            ! lib/Unicode/UCD.t
21560 ____________________________________________________________________________
21561 [ 22948] By: nicholas                              on 2004/06/18  09:23:20
21562         Log: Can't test the B modules if we didn't build 'em
21563      Branch: perl
21564            ! t/lib/1_compile.t
21565 ____________________________________________________________________________
21566 [ 22947] By: nicholas                              on 2004/06/18  08:59:01
21567         Log: Need to skip test 7 if perl built without the PerlIO::scalar extension
21568      Branch: perl
21569            ! t/io/crlf.t
21570 ____________________________________________________________________________
21571 [ 22946] By: rgs                                   on 2004/06/18  07:44:34
21572         Log: Upgrade to I18N::LangTags 0.31.
21573      Branch: perl
21574            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
21575            ! lib/I18N/LangTags/Detect.pm lib/I18N/LangTags/t/10_http.t
21576            ! lib/I18N/LangTags/t/80_all_env.t
21577 ____________________________________________________________________________
21578 [ 22945] By: nicholas                              on 2004/06/17  19:27:05
21579         Log: As 2/3rds (or 3/4s) of the SV head structure is rewritten, it doesn't
21580              seem that memzero() of everything is the most efficient idea.
21581      Branch: perl
21582            ! sv.c
21583 ____________________________________________________________________________
21584 [ 22944] By: nicholas                              on 2004/06/17  14:57:14
21585         Log: Change 22516 forgot to add make_overload.pl to generate test data
21586              (submitted from the pub via wireless, bluetooth and then GPRS out
21587              to the Internet)
21588      Branch: perl
21589            + ext/Storable/t/make_overload.pl
21590            ! MANIFEST
21591 ____________________________________________________________________________
21592 [ 22943] By: nicholas                              on 2004/06/17  12:03:48
21593         Log: Storable should cope if the string to thaw happens to be utf8 encoded
21594              And anything with bytes >=256 is corrupt
21595      Branch: perl
21596            ! ext/Storable/ChangeLog ext/Storable/README
21597            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
21598            ! ext/Storable/t/utf8.t
21599 ____________________________________________________________________________
21600 [ 22942] By: rgs                                   on 2004/06/17  09:57:14
21601         Log: Upgrade to Locale::Maketext 1.09
21602      Branch: perl
21603            + lib/Locale/Maketext/t/01_about_verbose.t
21604            + lib/Locale/Maketext/t/10_make.t lib/Locale/Maketext/t/20_get.t
21605            + lib/Locale/Maketext/t/40_super.t
21606            + lib/Locale/Maketext/t/50_super.t
21607            + lib/Locale/Maketext/t/60_super.t
21608            + lib/Locale/Maketext/t/90_utf8.t
21609            - lib/Locale/Maketext/t/00about.t lib/Locale/Maketext/t/01make.t
21610            - lib/Locale/Maketext/t/02get.t lib/Locale/Maketext/t/03http.t
21611            - lib/Locale/Maketext/t/04super.t
21612            - lib/Locale/Maketext/t/05super.t
21613            - lib/Locale/Maketext/t/06super.t lib/Locale/Maketext/t/90utf8.t
21614            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog
21615            ! lib/Locale/Maketext/README
21616 ____________________________________________________________________________
21617 [ 22941] By: rgs                                   on 2004/06/17  09:43:48
21618         Log: Upgrade to I18N::LangTags 0.30.
21619      Branch: perl
21620            + lib/I18N/LangTags/Detect.pm
21621            + lib/I18N/LangTags/t/01_about_verbose.t
21622            + lib/I18N/LangTags/t/05_main.t lib/I18N/LangTags/t/07_listy.t
21623            + lib/I18N/LangTags/t/10_http.t lib/I18N/LangTags/t/50_super.t
21624            + lib/I18N/LangTags/t/55_supers_strict.t
21625            + lib/I18N/LangTags/t/80_all_env.t
21626            - lib/I18N/LangTags/t/01test.t lib/I18N/LangTags/t/02decency.t
21627            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
21628            ! lib/I18N/LangTags/List.pm
21629 ____________________________________________________________________________
21630 [ 22940] By: rgs                                   on 2004/06/17  08:54:41
21631         Log: More forgiving version comparison in perlivp.
21632      Branch: perl
21633            ! utils/perlivp.PL
21634 ____________________________________________________________________________
21635 [ 22939] By: nicholas                              on 2004/06/16  09:05:57
21636         Log: Improve the substitution to cc_r for threading so that compilers
21637              specified with a full path or as a parameter to ccache are changed
21638      Branch: perl
21639            ! hints/aix.sh
21640 ____________________________________________________________________________
21641 [ 22938] By: rgs                                   on 2004/06/15  14:35:00
21642         Log: Subject: [PATCH] File::Basename docs
21643              From: Boris Zentner <bzm@2bz.de>
21644              Date: Sat, 12 Jun 2004 16:29:42 +0200
21645              Message-Id: <200406121629.42595.bzm@2bz.de>
21646      Branch: perl
21647            ! lib/File/Basename.pm
21648 ____________________________________________________________________________
21649 [ 22937] By: nicholas                              on 2004/06/15  09:21:22
21650         Log: It seems that our assert() macro wasn't good enough.
21651              Changed to one that that is an expression, rather than a statement.
21652              Fix new macros definitions in sv.h to be clean enough C to keep the
21653              AIX compiler happy.
21654      Branch: perl
21655            ! perl.h sv.h
21656 ____________________________________________________________________________
21657 [ 22936] By: rgs                                   on 2004/06/15  08:22:32
21658         Log: Subject: [PATCH] perlop.pod: add an example to the .. and ... operators
21659              From: Shlomi Fish <shlomif@vipe.technion.ac.il>
21660              Date: Tue, 15 Jun 2004 10:15:15 +0300 (IDT)
21661              Message-ID: <Pine.LNX.4.56.0406151013140.14618@vipe.technion.ac.il>
21662      Branch: perl
21663            ! pod/perlop.pod
21664 ____________________________________________________________________________
21665 [ 22935] By: nicholas                              on 2004/06/15  07:17:17
21666         Log: Assert SvTYPE is at least PGMV whenever accessing SvSTASH
21667      Branch: perl
21668            ! ext/Storable/Storable.xs sv.h
21669 ____________________________________________________________________________
21670 [ 22934] By: nicholas                              on 2004/06/14  15:26:38
21671         Log: Assert that SV type has magic member when reading/writing.
21672              Will catch buggy code.
21673      Branch: perl
21674            ! sv.c sv.h
21675 ____________________________________________________________________________
21676 [ 22933] By: rgs                                   on 2004/06/13  17:54:47
21677         Log: More h2ph voodoo.
21678      Branch: perl
21679            ! utils/h2ph.PL
21680 ____________________________________________________________________________
21681 [ 22932] By: rgs                                   on 2004/06/13  15:35:00
21682         Log: Subject: [PATCH] t/TEST
21683              From: Abe Timmerman <abe@ztreet.demon.nl>
21684              Date: Sun, 13 Jun 2004 11:41:49 +0200
21685              Message-Id: <200406131141.50361.abe@ztreet.demon.nl>
21686      Branch: perl
21687            ! t/TEST
21688 ____________________________________________________________________________
21689 [ 22931] By: rgs                                   on 2004/06/11  16:54:00
21690         Log: Reapply change #20983, rolled back by change #22920,
21691              as noticed by Craig Berry.
21692      Branch: perl
21693            ! pod/pod2usage.PL pod/podselect.PL
21694 ____________________________________________________________________________
21695 [ 22930] By: rgs                                   on 2004/06/11  14:22:55
21696         Log: More h2ph tweaks: recognition of C types
21697      Branch: perl
21698            ! utils/h2ph.PL
21699 ____________________________________________________________________________
21700 [ 22929] By: rgs                                   on 2004/06/11  13:46:53
21701         Log: More h2ph tweaking for gcc __inline functions
21702      Branch: perl
21703            ! utils/h2ph.PL
21704 ____________________________________________________________________________
21705 [ 22928] By: mhx                                   on 2004/06/11  09:37:42
21706         Log: t/comp/utf.t failed when configuring with -Dnoextensions=Encode
21707      Branch: perl
21708            ! t/comp/utf.t
21709 ____________________________________________________________________________
21710 [ 22927] By: rgs                                   on 2004/06/11  08:28:19
21711         Log: Remove a warning against unsafe signals in perlipc.pod,
21712              now that we have "safe signals".
21713      Branch: perl
21714            ! pod/perlipc.pod
21715 ____________________________________________________________________________
21716 [ 22926] By: rgs                                   on 2004/06/10  19:03:51
21717         Log: Subject: Re: [perl #30197] perlbug AutoReply: Data::Dumper does not indent the deparsed code properly
21718              From: Mathieu Arnold <m@absolight.fr>
21719              Date: Thu, 10 Jun 2004 16:43:58 +0200
21720              Message-ID: <34D483170C7F84E0DFBE442B@andromede.in.reaumur.net>
21721              (with a test adjustment)
21722      Branch: perl
21723            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/t/dumper.t
21724 ____________________________________________________________________________
21725 [ 22925] By: rgs                                   on 2004/06/10  17:26:15
21726         Log: Make h2ph able to understand a limited set of inline functions.
21727              The glibc apparently now ships headers that use inline functions
21728              instead of plain old macros.
21729      Branch: perl
21730            ! utils/h2ph.PL
21731 ____________________________________________________________________________
21732 [ 22924] By: rgs                                   on 2004/06/10  07:55:41
21733         Log: Subject: Change 22872 breaks shared miniperl invocation
21734              From: Alexey Tourbin <at@altlinux.ru>
21735              Date: Fri, 4 Jun 2004 13:24:17 +0400
21736              Message-ID: <20040604092417.GA13447@solemn.turbinal.org>
21737      Branch: perl
21738            ! Makefile.SH
21739 ____________________________________________________________________________
21740 [ 22923] By: rgs                                   on 2004/06/09  19:47:47
21741         Log: Subject: Re: [perl #30045] Transliteration replacement not terminated message obscure
21742              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
21743              Date: Mon, 7 Jun 2004 00:28:55 -0700
21744              Message-ID: <20040607072854.GB1028@efn.org>
21745      Branch: perl
21746            ! pod/perldiag.pod
21747 ____________________________________________________________________________
21748 [ 22922] By: rgs                                   on 2004/06/09  18:40:45
21749         Log: Remove the "malloc wrappage" tests, due to their unportability
21750              (as suggested by Jarkko.)
21751      Branch: perl
21752            ! t/op/array.t t/op/repeat.t
21753 ____________________________________________________________________________
21754 [ 22921] By: rgs                                   on 2004/06/09  15:57:58
21755         Log: Subject: [PATCH] Re: [perl #24081] invalid regexp in perl -V
21756              From: Robin Barker <Robin.Barker@npl.co.uk>
21757              Date: Wed, 9 Jun 2004 12:02:01 +0100
21758              Message-ID: <533D273D4014D411AB1D00062938C4D9040468F1@hotel.npl.co.uk>
21759              with further adjustements for bleadperl
21760      Branch: perl
21761            ! configpm lib/Config.t
21762 ____________________________________________________________________________
21763 [ 22920] By: rgs                                   on 2004/06/09  13:13:29
21764         Log: Upgrade to Pod::Parser 1.28
21765              (except Pod::Find, which has local patches not yet on CPAN)
21766      Branch: perl
21767            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm lib/Pod/Parser.pm
21768            ! pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
21769            ! t/pod/find.t
21770 ____________________________________________________________________________
21771 [ 22919] By: mhx                                   on 2004/06/09  12:50:12
21772         Log: s/64bit/64-bit/g for consistency in the READMEs.
21773      Branch: perl
21774            ! README.aix README.hpux
21775 ____________________________________________________________________________
21776 [ 22918] By: rgs                                   on 2004/06/09  12:43:59
21777         Log: Subject: [patch] Windows/Win32 thread handle leak with threads join
21778              From: "Kevin Chase" <kevincha99@hotmail.com>
21779              Date: Sun, 06 Jun 2004 09:44:44 -0700
21780              Message-ID: <BAY2-F172Ih5h5xf4rJ0001a3a6@hotmail.com>
21781      Branch: perl
21782            ! ext/threads/threads.xs
21783 ____________________________________________________________________________
21784 [ 22917] By: merijn                                on 2004/06/09  11:46:23
21785         Log: Several updates, major, and minor corrections, model updates,
21786              explained the model numbering of HP-UX servers.
21787      Branch: perl
21788            ! README.hpux
21789 ____________________________________________________________________________
21790 [ 22916] By: rgs                                   on 2004/06/09  09:53:58
21791         Log: Upgrade to Pod::Perldoc 3.13
21792      Branch: perl
21793            + lib/Pod/Perldoc/t/01_about_verbose.t
21794            ! MANIFEST lib/Pod/Perldoc.pm lib/Pod/Perldoc/ToMan.pm
21795 ____________________________________________________________________________
21796 [ 22915] By: rgs                                   on 2004/06/09  09:08:46
21797         Log: Upgrade to Digest 1.08.
21798      Branch: perl
21799            ! lib/Digest.pm
21800 ____________________________________________________________________________
21801 [ 22914] By: rgs                                   on 2004/06/09  08:08:55
21802         Log: Upgrade to CGI.pm 3.05
21803      Branch: perl
21804            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Util.pm lib/CGI/t/html.t
21805 ____________________________________________________________________________
21806 [ 22913] By: davem                                 on 2004/06/08  22:20:40
21807         Log: double DESTROY in for loop
21808              pp_iter decremented the ref count of the previous iterant before
21809              unaliasing it. This could lead to DESTROY being called with the
21810              loop variable still aliased to the freed value. If the DESTROY
21811              also contained a for loop with the same iterator variable, the
21812              freed value would get resurrected then freed for a second time.
21813      Branch: perl
21814            ! pp_hot.c t/cmd/for.t
21815 ____________________________________________________________________________
21816 [ 22912] By: rgs                                   on 2004/06/08  18:51:03
21817         Log: Upgrade to Pod::LaTeX 0.57
21818      Branch: perl
21819            + lib/Pod/t/user.t
21820            ! MANIFEST lib/Pod/LaTeX.pm pod/pod2latex.PL
21821 ____________________________________________________________________________
21822 [ 22911] By: rgs                                   on 2004/06/08  18:42:29
21823         Log: Upgrade to Unicode::Normalize 0.30.
21824      Branch: perl
21825            ! ext/Unicode/Normalize/Changes
21826            ! ext/Unicode/Normalize/Normalize.pm
21827            ! ext/Unicode/Normalize/Normalize.xs
21828            ! ext/Unicode/Normalize/t/illegal.t
21829            ! ext/Unicode/Normalize/t/short.t
21830            ! ext/Unicode/Normalize/t/split.t
21831 ____________________________________________________________________________
21832 [ 22910] By: rgs                                   on 2004/06/08  18:40:38
21833         Log: Remove a spurious \n in a perltie example,
21834              noticed by Geoffrey Young.
21835      Branch: perl
21836            ! pod/perltie.pod
21837 ____________________________________________________________________________
21838 [ 22909] By: rgs                                   on 2004/06/08  18:34:23
21839         Log: Upgrade to Unicode::Collate 0.40
21840      Branch: perl
21841            ! lib/Unicode/Collate.pm lib/Unicode/Collate/t/hangul.t
21842 ____________________________________________________________________________
21843 [ 22908] By: rgs                                   on 2004/06/08  18:23:54
21844         Log: Upgrade to Time::Local 1.10.
21845      Branch: perl
21846            ! lib/Time/Local.pm lib/Time/Local.t
21847 ____________________________________________________________________________
21848 [ 22907] By: rgs                                   on 2004/06/08  18:02:59
21849         Log: Upgrade to Test::Harness 2.42
21850      Branch: perl
21851            ! lib/Test/Harness.pm lib/Test/Harness/Changes
21852            ! lib/Test/Harness/bin/prove lib/Test/Harness/t/prove-switches.t
21853 ____________________________________________________________________________
21854 [ 22906] By: nicholas                              on 2004/06/08  14:59:20
21855         Log: Patch 22835 Failed to upgrade all the new files in Encode 2.01
21856              As spotted by Jerry D. Hedden
21857      Branch: perl
21858            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/META.yml
21859 ____________________________________________________________________________
21860 [ 22905] By: rgs                                   on 2004/06/08  13:53:40
21861         Log: Subject: Re: newSVpvn(NULL, 0); doesn't work as advertised
21862              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
21863              Date: Fri, 4 Jun 2004 16:29:44 +0200
21864              Message-Id: <20040604162944.4011f1c6@r2d2>
21865      Branch: perl
21866            ! pod/perlapi.pod sv.c
21867 ____________________________________________________________________________
21868 [ 22904] By: rgs                                   on 2004/06/08  13:44:27
21869         Log: Subject: Re: [PATCH] Re: Lack of error for large string on Solaris
21870              From: Jarkko Hietaniemi <jhi@iki.fi>
21871              Date: Mon, 07 Jun 2004 20:09:42 +0300
21872              Message-ID: <40C4A156.5030205@iki.fi>
21873      Branch: perl
21874            ! av.c pod/perldiag.pod pp.c pp_hot.c t/op/array.t t/op/repeat.t
21875 ____________________________________________________________________________
21876 [ 22903] By: rgs                                   on 2004/06/08  10:19:27
21877         Log: Subject: [perl #30073] Misleading docs of Text::Wrap
21878              From: perl-5.8.0@ton.iguana.be (via RT) <perlbug-followup@perl.org>
21879              Date: 6 Jun 2004 21:50:19 -0000
21880              Message-ID: <rt-3.0.9-30073-89834.19.0927626986204@perl.org>
21881      Branch: perl
21882            ! lib/Text/Wrap.pm
21883 ____________________________________________________________________________
21884 [ 22902] By: rgs                                   on 2004/06/06  07:49:27
21885         Log: Subject: Re: [PATCH] [perl #29841] utf8::decode doesn't work under -T
21886              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
21887              Date: Sun, 06 Jun 2004 00:37:21 +0900
21888              Message-Id: <20040606003344.57B2.BQW10602@nifty.com>
21889      Branch: perl
21890            ! lib/utf8.pm pod/perlapi.pod sv.c t/op/utftaint.t
21891 ____________________________________________________________________________
21892 [ 22901] By: rgs                                   on 2004/06/03  15:19:52
21893         Log: Subject: [PATCH] Have win32/makefile.mk default to gcc, and update docs
21894              From: Steve Hay <steve.hay@uk.radan.com>
21895              Date: Thu, 03 Jun 2004 15:46:17 +0100
21896              Message-ID: <40BF39B9.3060207@uk.radan.com>
21897      Branch: perl
21898            ! README.win32 win32/makefile.mk
21899 ____________________________________________________________________________
21900 [ 22900] By: rgs                                   on 2004/06/03  13:20:37
21901         Log: perlpodspec uses 'nonbreaking' and 'non-breaking'.
21902              Normalize on the hyphenated spelling.
21903      Branch: perl
21904            ! pod/perlpodspec.pod
21905 ____________________________________________________________________________
21906 [ 22899] By: rgs                                   on 2004/06/03  13:03:20
21907         Log: Workaround a dmake oddity.
21908              Subject: Re: Smoke [5.9.2] 22881 FAIL(M) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
21909              From: Steve Hay <steve.hay@uk.radan.com>
21910              Date: Thu, 03 Jun 2004 12:16:13 +0100
21911              Message-ID: <40BF087D.8030005@uk.radan.com>
21912      Branch: perl
21913            ! win32/makefile.mk
21914 ____________________________________________________________________________
21915 [ 22898] By: rgs                                   on 2004/06/03  09:02:31
21916         Log: Carp was mostly unusable with Safe because it may require
21917              Carp::Heavy at run-time (while require() is forbidden.)
21918              Have Safe load Carp::Heavy.
21919      Branch: perl
21920            ! ext/Opcode/Safe.pm lib/Carp.pm
21921 ____________________________________________________________________________
21922 [ 22897] By: mhx                                   on 2004/06/02  18:03:40
21923         Log: Make change #22889 work for threaded builds, Part 2.
21924      Branch: perl
21925            ! XSUB.h
21926 ____________________________________________________________________________
21927 [ 22896] By: mhx                                   on 2004/06/02  17:18:44
21928         Log: Make change #22889 work for threaded builds.
21929      Branch: perl
21930            ! pad.c pp.c
21931 ____________________________________________________________________________
21932 [ 22895] By: mhx                                   on 2004/06/02  16:48:41
21933         Log: Fix apidoc entries for PUSHMARK and newXSproto.
21934      Branch: perl
21935            ! XSUB.h pod/perlapi.pod pp.h
21936 ____________________________________________________________________________
21937 [ 22894] By: mhx                                   on 2004/06/02  16:42:24
21938         Log: Document embed.fnc 'U' and 's' flags.
21939      Branch: perl
21940            ! embed.fnc
21941 ____________________________________________________________________________
21942 [ 22893] By: rgs                                   on 2004/06/02  08:21:30
21943         Log: Subject: [PATCH] on VMS, always exit with failure in my_failure_exit
21944              From: "Craig A. Berry" <craigberry@mac.com>
21945              Date: Tue, 01 Jun 2004 23:16:58 -0500
21946              Message-ID: <40BD54BA.9040708@mac.com>
21947      Branch: perl
21948            ! perl.c
21949 ____________________________________________________________________________
21950 [ 22892] By: rgs                                   on 2004/06/02  08:19:30
21951         Log: Subject: Re: [PATCH] [perl #29612] ndbm failure in make test
21952              From: Alexey Tourbin <at@altlinux.ru>
21953              Date: Sat, 22 May 2004 02:22:22 +0400
21954              Message-ID: <20040521222222.GJ2030@solemn.turbinal.org>
21955      Branch: perl
21956            ! ext/NDBM_File/hints/linux.pl
21957 ____________________________________________________________________________
21958 [ 22891] By: rgs                                   on 2004/06/02  06:47:58
21959         Log: Detypo.
21960      Branch: perl
21961            ! pod/perlintern.pod pp_ctl.c
21962 ____________________________________________________________________________
21963 [ 22890] By: rgs                                   on 2004/06/02  06:43:30
21964         Log: Subject: [PATCH] Re: [perl #29765] PERL-5.8.4 INSTALL
21965              From: Andrew Dougherty <doughera@lafayette.edu>
21966              Date: Tue, 1 Jun 2004 16:25:48 -0400 (EDT)
21967              Message-ID: <Pine.SOL.4.58.0406011619090.4066@maxwell.phys.lafayette.edu>
21968      Branch: perl
21969            ! INSTALL README
21970 ____________________________________________________________________________
21971 [ 22889] By: rgs                                   on 2004/06/02  06:07:53
21972         Log: Make the dUNDERBAR/UNDERBAR macros work as advertised.
21973              While we're at it, use the same trick to make reverse()
21974              work correctly with lexical $_.
21975      Branch: perl
21976            ! XSUB.h embed.fnc embed.h global.sym pad.c pp.c proto.h
21977            ! t/op/mydef.t
21978 ____________________________________________________________________________
21979 [ 22888] By: rgs                                   on 2004/06/01  15:26:59
21980         Log: Subject: [PATCH] Remove redundant %SIG assignments from FileCache
21981              From: Alan Burlison <Alan.Burlison@Sun.COM>
21982              Date: Fri, 28 May 2004 12:27:06 +0100
21983              Message-ID: <40B7220A.4040305@sun.com>
21984      Branch: perl
21985            ! lib/FileCache.pm
21986 ____________________________________________________________________________
21987 [ 22887] By: merijn                                on 2004/06/01  14:30:48
21988         Log: Subject: Re: Smoke [5.9.2] 22881 FAIL(M) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
21989              From: Steve Hay <steve.hay@uk.radan.com>
21990              Date: Tue, 01 Jun 2004 15:30:37 +0100
21991              Message-ID: <40BC930D.90701@uk.radan.com>
21992      Branch: perl
21993            ! win32/Makefile win32/makefile.mk
21994 ____________________________________________________________________________
21995 [ 22886] By: rgs                                   on 2004/06/01  12:24:30
21996         Log: Subject: [Fwd: [PATCH] Pod::Find should ignore SCM files and dirs]
21997              From: Alan Burlison <Alan.Burlison@sun.com>
21998              Date: Fri, 28 May 2004 23:28:44 +0100
21999              Message-ID: <40B7BD1C.40309@sun.com>
22000      Branch: perl
22001            ! lib/Pod/Find.pm
22002 ____________________________________________________________________________
22003 [ 22885] By: rgs                                   on 2004/06/01  12:17:18
22004         Log: Subject: Re: [PATCH] UPDATE - Grammatical fixes and explanations in perlfunc.pod (sysopen)
22005              From: Paul Fenwick <pjf@perltraining.com.au>
22006              Date: Tue, 1 Jun 2004 11:31:34 +1000
22007              Message-ID: <20040601013134.GA11005@perltraining.com.au>
22008      Branch: perl
22009            ! pod/perlfunc.pod
22010 ____________________________________________________________________________
22011 [ 22884] By: merijn                                on 2004/06/01  10:51:33
22012         Log: Subject: [PATCH] configure.com and PERL_API_REVISION
22013              From: "Craig A. Berry" <craigberry@mac.com>
22014              Date: Mon, 31 May 2004 21:04:07 -0500
22015              Message-ID: <40BBE417.2090001@mac.com>
22016      Branch: perl
22017            ! configure.com
22018 ____________________________________________________________________________
22019 [ 22883] By: rgs                                   on 2004/06/01  09:25:32
22020         Log: Subject: [PATCH] Shell.pm: pod rewrite and new mini-feature $Shell::raw
22021              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
22022              Date: Tue, 1 Jun 2004 07:52:58 +0200
22023              Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C744@attmsx1.aut.alcatel.at>
22024      Branch: perl
22025            ! lib/Shell.pm
22026 ____________________________________________________________________________
22027 [ 22882] By: rgs                                   on 2004/06/01  08:44:01
22028         Log: Subject: [PATCH] perlhack.pod - working with the Perl source
22029              From: Dave Rolsky <autarch@urth.org>
22030              Date: Mon, 31 May 2004 12:52:43 -0500 (CDT)
22031              Message-ID: <Pine.LNX.4.58.0405311250520.7714@urth.org>
22032      Branch: perl
22033            ! pod/perlhack.pod
22034 ____________________________________________________________________________
22035 [ 22881] By: nicholas                              on 2004/05/31  19:06:21
22036         Log: replace the run time code in lib/utf8_pva.pl with data generated
22037              at build by mktables, stored in lib/unicore/PVA.pl
22038      Branch: perl
22039            - lib/utf8_pva.pl
22040            ! MANIFEST Makefile.SH lib/unicore/mktables lib/utf8_heavy.pl
22041            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
22042 ____________________________________________________________________________
22043 [ 22880] By: nicholas                              on 2004/05/31  17:26:56
22044         Log: Don't need to require utf8_pva.pl at top of file
22045      Branch: perl
22046            ! lib/utf8_heavy.pl
22047 ____________________________________________________________________________
22048 [ 22879] By: nicholas                              on 2004/05/31  14:24:56
22049         Log: Run mktables as part of the build process.
22050              Don't ship any of the files that it generates in lib/unicore
22051      Branch: perl
22052            - (delete 419 files)
22053            ! MANIFEST Makefile.SH lib/unicore/mktables
22054            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
22055 ____________________________________________________________________________
22056 [ 22878] By: rgs                                   on 2004/05/31  14:20:53
22057         Log: Subject: [perl #29937] Entries missing from .packlist
22058              From: jdhedden@1979.usna.com (via RT) <perlbug-followup@perl.org>
22059              Date: 28 May 2004 19:23:48 -0000
22060              Message-ID: <rt-3.0.9-29937-88315.2.18472609678159@perl.org>
22061      Branch: perl
22062            ! installman installperl
22063 ____________________________________________________________________________
22064 [ 22877] By: rgs                                   on 2004/05/31  12:50:57
22065         Log: Subject: [PATCH] Re: [perl #29969] h2ph not correctly processing glibc sys/sysmacros.ph
22066              From: <wolfgang.laun@chello.at>
22067              Date: Sun, 30 May 2004 17:27:07 +0200
22068              Message-Id: <20040530152707.ZLWL22856.viefep16-int.chello.at@localhost>
22069      Branch: perl
22070            ! utils/h2ph.PL
22071 ____________________________________________________________________________
22072 [ 22876] By: rgs                                   on 2004/05/31  09:52:05
22073         Log: Subject: [PATCH] Fix anomalies in Carp functions
22074              From: Steve Hay <steve.hay@uk.radan.com>
22075              Date: Tue, 25 May 2004 16:05:02 +0100
22076              Message-ID: <40B3609E.5060502@uk.radan.com>
22077      Branch: perl
22078            ! lib/Carp.t lib/Carp/Heavy.pm lib/autouse.t
22079 ____________________________________________________________________________
22080 [ 22875] By: rgs                                   on 2004/05/31  09:25:37
22081         Log: Subject: [PATCH] Fix generation of perlapi.pod
22082              From: Steve Hay <steve.hay@uk.radan.com>
22083              Date: Fri, 28 May 2004 11:46:41 +0100
22084              Message-ID: <40B71891.6090806@uk.radan.com>
22085      Branch: perl
22086            ! autodoc.pl pod/perlapi.pod
22087 ____________________________________________________________________________
22088 [ 22874] By: davem                                 on 2004/05/30  22:31:03
22089         Log: Subject:  Re: my $x->{foo} doesn't work
22090              From:  Shinya Hayakawa <hayakawa@livedoor.jp>
22091              Date:  Tue, 25 May 2004 00:06:06 +0900
22092              Message-Id:  <200405250006.06387.hayakawa@livedoor.jp>
22093
22094              Allow autovivification of (my $x)->{foo}
22095      Branch: perl
22096            ! pp_hot.c t/op/my.t
22097 ____________________________________________________________________________
22098 [ 22873] By: nicholas                              on 2004/05/30  21:58:36
22099         Log: Convert to using File::Spec, so that we can build Unicode files
22100              on all platforms
22101      Branch: perl
22102            ! lib/unicore/mktables
22103 ____________________________________________________________________________
22104 [ 22872] By: nicholas                              on 2004/05/30  20:34:07
22105         Log: First step to generating Unicode files for the regexp engine at build
22106              time - targets in the Makefile
22107      Branch: perl
22108            ! Makefile.SH
22109 ____________________________________________________________________________
22110 [ 22870] By: davem                                 on 2004/05/30  14:30:45
22111         Log: Problem with autouse (causing Perl to crash)
22112              @_ sometimes wasn't getting created right
22113      Branch: perl
22114            ! pad.c pp_ctl.c t/op/goto.t
22115 ____________________________________________________________________________
22116 [ 22868] By: nicholas                              on 2004/05/30  13:57:05
22117         Log: Upgrade to Encode 2.01.
22118      Branch: perl
22119            ! ext/Encode/lib/Encode/CN/HZ.pm
22120            ! ext/Encode/lib/Encode/Unicode/UTF7.pm
22121 ____________________________________________________________________________
22122 [ 22866] By: nicholas                              on 2004/05/30  13:11:41
22123         Log: Skip in minitest
22124      Branch: perl
22125            ! t/comp/utf.t
22126 ____________________________________________________________________________
22127 [ 22853] By: rgs                                   on 2004/05/28  06:29:28
22128         Log: Subject: [PATCH doc] Re: undef loses it magicness when assigned to a variable?
22129              From: Stas Bekman <stas@stason.org>
22130              Date: Thu, 27 May 2004 11:25:08 -0700
22131              Message-ID: <40B63284.5040203@stason.org>
22132      Branch: perl
22133            ! pod/perlapi.pod pod/perlguts.pod sv.h
22134 ____________________________________________________________________________
22135 [ 22852] By: merijn                                on 2004/05/28  05:31:25
22136         Log: Subject: TEST needs to ignore SCM files
22137              From: Alan Burlison <Alan.Burlison@sun.com>
22138              Date: Thu, 27 May 2004 23:32:28 +0100
22139              Message-ID: <40B66C7C.8030303@sun.com>
22140      Branch: perl
22141            ! t/TEST
22142 ____________________________________________________________________________
22143 [ 22850] By: rgs                                   on 2004/05/26  16:17:24
22144         Log: Subject: [PATCH] 'perl -v' fails if local_patches contains code snippets
22145              From: Alan Burlison <Alan.Burlison@sun.com>
22146              Date: Wed, 26 May 2004 16:24:03 +0100
22147              Message-ID: <40B4B693.9090905@sun.com>
22148              (using \0 as a separator for q//)
22149      Branch: perl
22150            ! perl.c
22151 ____________________________________________________________________________
22152 [ 22848] By: rgs                                   on 2004/05/26  08:15:29
22153         Log: Subject: [PATCH] correctly handle C<< >> and C<<< >>> in diagnostics
22154              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
22155              Date: Tue, 25 May 2004 02:29:37 -0700
22156              Message-ID: <20040525092937.GA2332@efn.org>
22157      Branch: perl
22158            ! lib/diagnostics.pm
22159 ____________________________________________________________________________
22160 [ 22843] By: rgs                                   on 2004/05/24  16:12:41
22161         Log: Tests for change #22842, by SADAHIRO Tomoyuki
22162              (adapted to the core)
22163      Branch: perl
22164            + t/op/utftaint.t
22165            ! MANIFEST
22166 ____________________________________________________________________________
22167 [ 22842] By: rgs                                   on 2004/05/24  15:55:23
22168         Log: Subject: Re: utf-8 and taint don't work together
22169              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
22170              Date: Sat, 22 May 2004 21:38:33 +0900
22171              Message-Id: <20040522212704.C068.BQW10602@nifty.com>
22172
22173              Date: Sun, 23 May 2004 09:56:15 +0900
22174              Message-Id: <20040523095609.E404.BQW10602@nifty.com>
22175      Branch: perl
22176            ! ext/Encode/lib/Encode/CN/HZ.pm
22177            ! ext/Encode/lib/Encode/Unicode/UTF7.pm sv.c
22178 ____________________________________________________________________________
22179 [ 22841] By: rgs                                   on 2004/05/24  11:43:32
22180         Log: Subject: [PATCH] win32_chsize is not exported on Win32
22181              From: Steve Hay <steve.hay@uk.radan.com>
22182              Date: Mon, 24 May 2004 12:52:48 +0100
22183              Message-ID: <40B1E210.4050202@uk.radan.com>
22184      Branch: perl
22185            ! makedef.pl
22186 ____________________________________________________________________________
22187 [ 22840] By: rgs                                   on 2004/05/24  11:23:31
22188         Log: Subject: [PATCH] Re: [perl #29765] PERL-5.8.4 INSTALL
22189              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
22190              Date: Fri, 21 May 2004 11:35:34 -0700
22191              Message-ID: <20040521183533.GA5108@efn.org>
22192              (plus whitespace removal)
22193      Branch: perl
22194            ! INSTALL
22195 ____________________________________________________________________________
22196 [ 22839] By: davem                                 on 2004/05/22  11:15:34
22197         Log: Optimization busted: '@a = "b", sort @a' drops "b"
22198              Fix the sort-in-place optimization of change #22349.
22199      Branch: perl
22200            ! op.c t/op/sort.t
22201 ____________________________________________________________________________
22202 [ 22838] By: gbarr                                 on 2004/05/22  07:41:21
22203         Log: Update to Scalar-List-Utils-1.14
22204      Branch: perl
22205            + ext/List/Util/Changes
22206            - ext/List/Util/ChangeLog
22207            ! MANIFEST ext/List/Util/README ext/List/Util/Util.xs
22208            ! ext/List/Util/lib/List/Util.pm
22209            ! ext/List/Util/lib/Scalar/Util.pm
22210 ____________________________________________________________________________
22211 [ 22837] By: rgs                                   on 2004/05/21  15:40:49
22212         Log: Subject: Proposed doc patch for getsockopt
22213              From: perl5-porters@ton.iguana.be (Ton Hospel)
22214              Date: Sun, 16 May 2004 13:35:20 +0000 (UTC)
22215              Message-Id: <c87qmo$u9b$1@post.home.lunix>
22216      Branch: perl
22217            ! pod/perlfunc.pod
22218 ____________________________________________________________________________
22219 [ 22836] By: rgs                                   on 2004/05/21  08:45:28
22220         Log: Subject: [PATCH] h2xs doesn't recognize indented enums
22221              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
22222              Date: Fri, 21 May 2004 10:51:58 +0200
22223              Message-id: <20040521085158.GA10660@ethan>
22224              (modified regexp)
22225      Branch: perl
22226            ! utils/h2xs.PL
22227 ____________________________________________________________________________
22228 [ 22835] By: rgs                                   on 2004/05/20  13:30:25
22229         Log: Upgrade to Encode 2.00.
22230      Branch: perl
22231            ! (edit 147 files)
22232 ____________________________________________________________________________
22233 [ 22833] By: rgs                                   on 2004/05/20  11:48:29
22234         Log: Test portability nit.
22235              Subject: [PATCH] Re: Smoke [5.9.2] 22821 FAIL(F) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
22236              From: Steve Hay <steve.hay@uk.radan.com>
22237              Date: Tue, 18 May 2004 11:31:04 +0100
22238              Message-ID: <40A9E5E8.7030800@uk.radan.com>
22239      Branch: perl
22240            ! ext/B/t/optree_specials.t
22241 ____________________________________________________________________________
22242 [ 22831] By: davem                                 on 2004/05/19  21:02:04
22243         Log: improve hashing algorithm for ptr tables in perl_clone:
22244              the bottom few bits of a pointer are usually zero
22245      Branch: perl
22246            ! sv.c
22247 ____________________________________________________________________________
22248 [ 22830] By: davem                                 on 2004/05/19  20:17:55
22249         Log: Thread creation time is hypersensitive
22250
22251              Due to a logic error, the dup ptr table sometimes wans't being
22252              grown, leading to extremely slow cloning.
22253      Branch: perl
22254            ! sv.c
22255 ____________________________________________________________________________
22256 [ 22829] By: rgs                                   on 2004/05/18  13:05:48
22257         Log: perlrun.pod minor fixes :
22258              - the parameter to -x is optional
22259              - pod nit
22260      Branch: perl
22261            ! pod/perlrun.pod
22262 ____________________________________________________________________________
22263 [ 22828] By: rgs                                   on 2004/05/18  12:54:47
22264         Log: Subject: [perl #29623] Patch for h2xs.t in Perl 5.8.4
22265              From: mats@sm5sxl.net (via RT) <perlbug-followup@perl.org>
22266              Date: 16 May 2004 13:33:32 -0000
22267              Message-ID: <rt-3.0.9-29623-87522.10.1965589695082@perl.org>
22268      Branch: perl
22269            ! lib/h2xs.t
22270 ____________________________________________________________________________
22271 [ 22827] By: rgs                                   on 2004/05/18  12:16:42
22272         Log: Subject: [PATCH] Re: Smoke [5.9.2] 22818 FAIL(F) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
22273              From: Steve Hay <steve.hay@uk.radan.com>
22274              Date: Fri, 14 May 2004 17:33:17 +0100
22275              Message-ID: <40A4F4CD.2000003@uk.radan.com>
22276      Branch: perl
22277            ! t/comp/utf.t
22278 ____________________________________________________________________________
22279 [ 22826] By: rgs                                   on 2004/05/18  08:15:27
22280         Log: Error message too wide.
22281      Branch: perl
22282            ! perl.c
22283 ____________________________________________________________________________
22284 [ 22825] By: rgs                                   on 2004/05/17  15:12:03
22285         Log: Remove a TODO test that is no longer to do.
22286      Branch: perl
22287            ! ext/B/t/f_sort.t
22288 ____________________________________________________________________________
22289 [ 22824] By: rgs                                   on 2004/05/17  15:08:40
22290         Log: Fix new B::Concise test output
22291              Subject: Re: Smoke [5.9.2] 22820 FAIL(F) openbsd 3.5 (i386/1 cpu)
22292              From: Jim Cromie <jcromie@divsol.com>
22293              Date: Mon, 17 May 2004 09:19:00 -0600
22294              Message-ID: <40A8D7E4.1020007@divsol.com>
22295      Branch: perl
22296            ! ext/B/t/f_sort.t t/TEST
22297 ____________________________________________________________________________
22298 [ 22823] By: rgs                                   on 2004/05/17  08:54:15
22299         Log: Subject: [PATCH] Re: [perl #29581] glob() misses a lot of matches
22300              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
22301              Date: Mon, 17 May 2004 07:38:19 +0200
22302              Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C71E@attmsx1.aut.alcatel.at>
22303      Branch: perl
22304            ! ext/File/Glob/Glob.xs
22305 ____________________________________________________________________________
22306 [ 22822] By: rgs                                   on 2004/05/17  08:49:53
22307         Log: David Manura is the new maintainer of Text::Balanced.
22308      Branch: perl
22309            ! Porting/Maintainers.pl
22310 ____________________________________________________________________________
22311 [ 22821] By: davem                                 on 2004/05/16  15:31:42
22312         Log: make Text::Balanced skip "case /..../" correctly for Switch.pm
22313      Branch: perl
22314            ! lib/Text/Balanced.pm lib/Text/Balanced/t/extcbk.t
22315 ____________________________________________________________________________
22316 [ 22820] By: rgs                                   on 2004/05/14  16:30:07
22317         Log: Subject: Re: more B::Concise stuff (PATCH - updated)
22318              From: Jim Cromie <jcromie@divsol.com>
22319              Date: Mon, 10 May 2004 05:28:11 -0600
22320              Message-ID: <409F674B.2000506@divsol.com>
22321      Branch: perl
22322            + ext/B/t/f_map ext/B/t/f_map.t ext/B/t/f_sort ext/B/t/f_sort.t
22323            + ext/B/t/optree_specials.t
22324            ! MANIFEST ext/B/B/Concise.pm ext/B/B/Showlex.pm
22325            ! ext/B/B/Terse.pm ext/B/t/OptreeCheck.pm ext/B/t/concise.t
22326            ! ext/B/t/optree_check.t ext/B/t/optree_concise.t
22327            ! ext/B/t/optree_samples.t ext/B/t/optree_sort.t
22328            ! ext/B/t/optree_varinit.t ext/B/t/showlex.t
22329 ____________________________________________________________________________
22330 [ 22819] By: rgs                                   on 2004/05/14  09:38:43
22331         Log: Add new dUNDERBAR and UNDERBAR macros, to help XS writers to
22332              access the $_ variable, even when there is a lexical one in scope.
22333      Branch: perl
22334            ! XSUB.h pod/perlapi.pod
22335 ____________________________________________________________________________
22336 [ 22818] By: nicholas                              on 2004/05/13  12:15:17
22337         Log: Subject: BOM-marked and (BOMless) UTF-16 scripts not working
22338              From: Jarkko Hietaniemi <jhi@iki.fi>
22339              Message-ID: <40A26D75.8080406@iki.fi>
22340              Date: Wed, 12 May 2004 21:31:17 +0300
22341      Branch: perl
22342            + t/comp/utf.t
22343            ! MANIFEST pod/perldiag.pod pod/perlunicode.pod toke.c
22344 ____________________________________________________________________________
22345 [ 22817] By: rgs                                   on 2004/05/12  16:29:07
22346         Log: Subject: [perl #29527] Perl 5.8.4 build problems on LynxOS
22347              From: Olli Savia (via RT) <perlbug-followup@perl.org>
22348              Date: 12 May 2004 13:02:41 -0000
22349              Message-ID: <rt-3.0.9-29527-87290.17.3367022021997@perl.org>
22350      Branch: perl
22351            ! sv.c
22352 ____________________________________________________________________________
22353 [ 22816] By: rgs                                   on 2004/05/12  16:16:50
22354         Log: Make XSLoader update @DynaLoader::dl_shared_objects.
22355      Branch: perl
22356            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
22357 ____________________________________________________________________________
22358 [ 22815] By: merijn                                on 2004/05/12  10:43:42
22359         Log: Subject: [PATCH] Configure shouldn't unconditionally add in -pipe
22360              From: Andy Dougherty <doughera@lafayette.edu>
22361              Date: Tue, 11 May 2004 13:14:42 -0400 (EDT)
22362              Message-ID: <Pine.SOL.4.58.0405111313210.14279@maxwell.phys.lafayette.edu>
22363      Branch: perl
22364            ! Configure hints/darwin.sh hints/rhapsody.sh
22365 ____________________________________________________________________________
22366 [ 22812] By: mhx                                   on 2004/05/11  17:42:13
22367         Log: Add the byte-order modifiers '<' and '>' to the pack tutorial.
22368              This completes the series: #22734, #22745, #22754, #22780
22369      Branch: perl
22370            ! pod/perlpacktut.pod
22371 ____________________________________________________________________________
22372 [ 22811] By: mhx                                   on 2004/05/11  17:21:35
22373         Log: 'v' unpacks unsigned shorts.
22374      Branch: perl
22375            ! pod/perlpacktut.pod
22376 ____________________________________________________________________________
22377 [ 22810] By: rgs                                   on 2004/05/11  16:35:49
22378         Log: Subject: various -V: searches [PATCH]
22379              From: Jim Cromie <jcromie@divsol.com>
22380              Date: Tue, 11 May 2004 00:15:46 -0600
22381              Message-ID: <40A06F92.1070607@divsol.com>
22382      Branch: perl
22383            ! configpm lib/Config.t pod/perlrun.pod
22384 ____________________________________________________________________________
22385 [ 22809] By: rgs                                   on 2004/05/11  11:00:31
22386         Log: More pod names in the debugger for the runman command
22387      Branch: perl
22388            ! lib/perl5db.pl
22389 ____________________________________________________________________________
22390 [ 22808] By: rgs                                   on 2004/05/11  10:52:27
22391         Log: Subject: [PATCH] debugger (step backwards)
22392              From: Richard.Foley@t-online.de (Richard Foley)
22393              Date: Tue, 11 May 2004 11:04:11 +0200
22394              Message-Id: <200405111104.11484.richard.foley@rfi.net>
22395      Branch: perl
22396            ! lib/perl5db.pl
22397 ____________________________________________________________________________
22398 [ 22807] By: rgs                                   on 2004/05/11  09:16:56
22399         Log: Subject: void context !~ generates "Useless use of not at line..." warning
22400              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
22401              Date: Sun, 9 May 2004 00:59:19 -0700
22402              Message-ID: <20040509075919.GA3752@efn.org>
22403      Branch: perl
22404            ! op.c
22405 ____________________________________________________________________________
22406 [ 22806] By: ams                                   on 2004/05/10  22:12:31
22407         Log: Subject: Re: a little extra cmdline help. [PATCH]
22408              From: Jim Cromie <jcromie@divsol.com>
22409              Date: Mon, 10 May 2004 15:25:07 -0600
22410              Message-Id: <409FF333.4020104@divsol.com>
22411      Branch: perl
22412            ! perl.c
22413 ____________________________________________________________________________
22414 [ 22804] By: ams                                   on 2004/05/10  11:10:34
22415         Log: Remove stray '.
22416      Branch: perl
22417            ! lib/File/Copy.pm
22418 ____________________________________________________________________________
22419 [ 22803] By: ams                                   on 2004/05/10  10:14:40
22420         Log: Subject: [PATCH] File::Copy Pod
22421              From: slaven@rezic.de
22422              Date: Mon, 10 May 2004 09:57:37 +0000
22423              Message-Id: <1084183057.10822@devpc01.iconmobile.de>
22424      Branch: perl
22425            ! lib/File/Copy.pm
22426 ____________________________________________________________________________
22427 [ 22802] By: davem                                 on 2004/05/07  19:12:29
22428         Log: symbolic references like ${"foo$index"}*3 would incorrectly warn
22429              that $index was the uninitialized value, when in fact it was $foo1
22430      Branch: perl
22431            ! sv.c t/lib/warnings/9uninit
22432 ____________________________________________________________________________
22433 [ 22801] By: davem                                 on 2004/05/07  18:21:22
22434         Log: Subject:  Re: stdio still supported?
22435              From:  Jim Cromie <jcromie@divsol.com>
22436              Date:  Thu, 06 May 2004 16:37:56 -0600
22437              Message-Id:  <409ABE44.8060307@divsol.com>
22438
22439              Update B::Concise tests to skip stuff requiring the
22440              "open to a scalar" feature of Perlio is it isn't available.
22441              Also note this caveat in perlfunc.pod
22442      Branch: perl
22443            ! ext/B/B/Concise.pm ext/B/t/concise.t ext/B/t/optree_check.t
22444            ! ext/B/t/optree_concise.t ext/B/t/optree_samples.t
22445            ! ext/B/t/optree_sort.t ext/B/t/optree_varinit.t
22446            ! pod/perlfunc.pod
22447 ____________________________________________________________________________
22448 [ 22800] By: mhx                                   on 2004/05/07  16:58:57
22449         Log: Windows issues with select() are already documented in perlport.
22450      Branch: perl
22451            ! pod/perlfunc.pod
22452 ____________________________________________________________________________
22453 [ 22799] By: ams                                   on 2004/05/07  13:38:16
22454         Log: Subject: [perl #29397] Change in pod2man arguments
22455              From: Thorsten Glaser (via RT) <perlbug-followup@perl.org>
22456              Date: 6 May 2004 22:08:10 -0000
22457              Message-Id: <rt-3.0.9-29397-86929.5.37563386041974@perl.org>
22458      Branch: perl
22459            ! pod/pod2man.PL
22460 ____________________________________________________________________________
22461 [ 22798] By: mhx                                   on 2004/05/07  11:42:37
22462         Log: Scalar::Util::refaddr falsely returns false
22463              Add mg_get() to refaddr() when SV is magical.
22464              Fix the non-xs version of looks_like_number().
22465      Branch: perl
22466            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
22467            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/refaddr.t
22468 ____________________________________________________________________________
22469 [ 22797] By: mhx                                   on 2004/05/07  10:57:23
22470         Log: Document that select() on Windows doesn't work on non-socket filehandles.
22471      Branch: perl
22472            ! pod/perlfunc.pod
22473 ____________________________________________________________________________
22474 [ 22796] By: mhx                                   on 2004/05/06  17:19:17
22475         Log: Double warning for int(undef) and abs(undef)
22476              Remove the duplicate warnings and update tests.
22477      Branch: perl
22478            ! pp.c t/lib/warnings/9uninit
22479 ____________________________________________________________________________
22480 [ 22793] By: rgs                                   on 2004/05/06  14:43:08
22481         Log: Add a small script to check whether a perl source tree
22482              (with or without generated files) is friendly with
22483              case-insensitive filesystems.
22484              Adapted from :
22485              Subject: Re: STerm.pl vs Sterm.pl
22486              From: James Mastros <james@mastros.biz>
22487              Date: Thu, 06 May 2004 14:45:53 +0200
22488              Message-ID: <20040506124556.2402.qmail@onion.perl.org>
22489      Branch: perl
22490            + Porting/checkcase.pl
22491            ! MANIFEST
22492 ____________________________________________________________________________
22493 [ 22789] By: rgs                                   on 2004/05/06  12:33:14
22494         Log: Subject: Problem with system() on Win9x and command.com (perl 5.8.x-5.9.x)
22495              From: bilbo@ua.fm
22496              Date: Wed, 28 Apr 2004 00:19:55 +0300
22497              Message-ID: <611491036.20040428001955@ua.fm>
22498      Branch: perl
22499            ! win32/win32.c
22500 ____________________________________________________________________________
22501 [ 22788] By: merijn                                on 2004/05/06  11:35:21
22502         Log: add -pipe to gcc's default flags
22503              it has shown a compile time speed increase of about 40% on
22504              Linux and HP-UX, and also works on cygwin-1.5.9. On failing
22505              OS/gcc combo's remove it in the hints
22506      Branch: perl
22507            ! Configure
22508 ____________________________________________________________________________
22509 [ 22783] By: mhx                                   on 2004/05/05  19:02:28
22510         Log: Add tests for mX?PUSH[inup] macros.
22511
22512              Subject: Re: [PATCH] Document limitations in PUSHi et al macros and add new mPUSHi et al macros
22513              From: Steve Hay <steve.hay@uk.radan.com>
22514              Date: Wed, 05 May 2004 15:34:45 +0100
22515              Message-ID: <4098FB85.1060602@uk.radan.com>
22516      Branch: perl
22517            + ext/XS/APItest/t/push.t
22518            ! MANIFEST ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
22519            ! ext/XS/APItest/MANIFEST
22520 ____________________________________________________________________________
22521 [ 22782] By: rgs                                   on 2004/05/05  16:14:25
22522         Log: Subject: Problem with h2xs
22523              From: David Cannings <lists@edeca.net>
22524              Date: Mon, 3 May 2004 13:44:33 +0100
22525              Message-Id: <200405031344.33723.lists@edeca.net>
22526              (Second patch only)
22527      Branch: perl
22528            ! utils/h2xs.PL
22529 ____________________________________________________________________________
22530 [ 22781] By: davem                                 on 2004/05/04  19:20:36
22531         Log: Bizarre copy of ARRAY
22532              make sure a pad op's flags are updated after optimising away
22533              the assignment in my @a = () (see change 22520).
22534      Branch: perl
22535            ! op.c t/op/my.t
22536 ____________________________________________________________________________
22537 [ 22780] By: mhx                                   on 2004/05/04  14:46:05
22538         Log: Add byte-order group modifiers to (un)pack templates.
22539              Follow-up on: #22734, #22745, #22753, #22754.
22540
22541              Subject: Group modifiers in (un)pack templates
22542              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
22543              Date: Mon, 3 May 2004 20:14:41 +0200
22544              Message-Id: <20040503201441.1b058e0d@r2d2>
22545      Branch: perl
22546            ! perl.h pod/perldiag.pod pod/perlfunc.pod pp_pack.c t/op/pack.t
22547 ____________________________________________________________________________
22548 [ 22779] By: mhx                                   on 2004/05/04  14:30:39
22549         Log: Fix mX?PUSH[inup] macros. (Follow-up to #22756 and #22757)
22550
22551              Subject: Re: [PATCH] Document limitations in PUSHi et al macros and add new mPUSHi et al macros
22552              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
22553              Date: Mon, 3 May 2004 20:03:28 +0200
22554              Message-Id: <20040503200328.24efcda5@r2d2>
22555      Branch: perl
22556            ! pp.h
22557 ____________________________________________________________________________
22558 [ 22778] By: davem                                 on 2004/05/03  21:07:44
22559         Log: add test for change #22746 ([perl #29102] Crash on assign to lex fh)
22560      Branch: perl
22561            ! t/io/open.t
22562 ____________________________________________________________________________
22563 [ 22777] By: davem                                 on 2004/05/03  20:48:53
22564         Log: add test for change #22776 ("open m" crashes Perl)
22565      Branch: perl
22566            ! t/io/open.t
22567 ____________________________________________________________________________
22568 [ 22776] By: davem                                 on 2004/05/03  20:26:22
22569         Log: perl -e "open m" crashes Perl
22570      Branch: perl
22571            ! toke.c
22572 ____________________________________________________________________________
22573 [ 22775] By: davem                                 on 2004/05/03  18:52:39
22574         Log: scalar delete of empty slice returned garbage
22575      Branch: perl
22576            ! pp.c t/op/delete.t
22577 ____________________________________________________________________________
22578 [ 22774] By: davem                                 on 2004/05/03  17:44:44
22579         Log: split could leave an array without &PL_sv_undef
22580              in the unused elements
22581      Branch: perl
22582            ! pp.c t/op/split.t
22583 ____________________________________________________________________________
22584 [ 22773] By: nicholas                              on 2004/05/03  13:59:08
22585         Log: Subject: Re: "fuzzy" in mktables
22586              From: Jarkko Hietaniemi <jhi@iki.fi>
22587              Message-ID: <4093A82B.6040609@iki.fi>
22588              Date: Sat, 01 May 2004 16:37:47 +0300
22589      Branch: perl
22590            ! lib/unicore/mktables
22591 ____________________________________________________________________________
22592 [ 22772] By: davem                                 on 2004/05/03  13:33:21
22593         Log: remove spurious intentation in utf8_pva.pl
22594      Branch: perl
22595            ! lib/utf8_pva.pl
22596 ____________________________________________________________________________
22597 [ 22771] By: davem                                 on 2004/05/03  13:28:24
22598         Log: ensure that utf8 Perl code magically called from a regex localizes $.
22599      Branch: perl
22600            ! lib/utf8_pva.pl
22601 ____________________________________________________________________________
22602 [ 22770] By: nicholas                              on 2004/05/03  11:19:10
22603         Log: Integrate:
22604              [ 22694]
22605              For maint, I don't think that we can have sperl go sulky if invoked
22606              from a #! line. So keep .../sperl functional, and have the /dev/fd/...
22607              only set ID exectuable reside under a different name (suidperl)
22608
22609              [ 22700]
22610              The set uid perl is now called setuidperl. Not suidperl.
22611              Which I discover is hardlinked from sperl by ./installperl
22612              elsewhere. Helpfully confusing installperl script.
22613
22614              [ 22718]
22615              Revert 22700 (as part of changes suggested by Brendan O'Dea)
22616
22617              [ 22719]
22618              Revert 22694
22619
22620              [ 22720]
22621              Simpler suggstion to resolve the #!/usr/bin/suidperl vs. the set uid
22622              binary must have fd script conundrum, as suggested by Brendan O'Dea
22623              Plus restore the more helpful error message from 22694 and the gist
22624              of the perl584delta changes from 22700
22625      Branch: perl
22626           !> INSTALL installperl perl.c pod/perldiag.pod pod/perlsec.pod
22627 ____________________________________________________________________________
22628 [ 22769] By: nicholas                              on 2004/05/03  10:37:45
22629         Log: Subject: [perl #29073] Reference to incorrect method in documentation of
22630              From: "bob@starlabs.net (via RT)" <perlbug-followup@perl.org>
22631              Message-ID: <rt-3.0.8-29073-85903.18.1381766820328@perl.org>
22632              Date: 22 Apr 2004 10:49:22 -0000
22633      Branch: perl
22634            ! lib/Text/ParseWords.pm
22635 ____________________________________________________________________________
22636 [ 22768] By: nicholas                              on 2004/05/02  22:40:18
22637         Log: It seems daft to me that we have a synopis example that will fail if
22638              gcc happened to be invoked via the name cc, and completely ignores
22639              the far more reliable 'gccversion' variable
22640              So here's one using 'usethreads' that ought to work everywhere.
22641      Branch: perl
22642            ! configpm
22643 ____________________________________________________________________________
22644 [ 22765] By: nicholas                              on 2004/05/02  18:18:25
22645         Log: Make t/uni/class.t pass on case insensitive file systems
22646      Branch: perl
22647            ! t/uni/class.t
22648 ____________________________________________________________________________
22649 [ 22764] By: nicholas                              on 2004/05/02  17:57:12
22650         Log: Save some repeated strlen()s in Perl_swash_init
22651      Branch: perl
22652            ! utf8.c
22653 ____________________________________________________________________________
22654 [ 22763] By: nicholas                              on 2004/05/01  14:07:45
22655         Log: And that same fool forgot to add the not-really-needed "fuzzy" versions
22656              of some binary property files
22657      Branch: perl
22658            + lib/unicore/lib/gc_sc/Dash2.pl
22659            + lib/unicore/lib/gc_sc/Hyphen2.pl
22660            + lib/unicore/lib/gc_sc/Radical2.pl
22661 ____________________________________________________________________________
22662 [ 22762] By: nicholas                              on 2004/05/01  14:06:05
22663         Log: Some fool removed lib/unicore/ArabicShaping.txt    in change 22760
22664      Branch: perl
22665            ! MANIFEST
22666 ____________________________________________________________________________
22667 [ 22761] By: nicholas                              on 2004/05/01  14:02:59
22668         Log: Avoid mktables generating Sterm.pl and Sterm.pl in the same directory
22669              by making the %BaseName check global
22670      Branch: perl
22671            + lib/unicore/lib/gc_sc/Sterm2.pl
22672            - lib/unicore/lib/gc_sc/Sterm.pl
22673            ! MANIFEST lib/unicore/Canonical.pl
22674            ! lib/unicore/lib/gc_sc/Dash.pl lib/unicore/lib/gc_sc/Hyphen.pl
22675            ! lib/unicore/lib/gc_sc/Radical.pl lib/unicore/mktables
22676 ____________________________________________________________________________
22677 [ 22760] By: nicholas                              on 2004/05/01  13:17:09
22678         Log: Remove the no-longer autogenerated Unicode files
22679      Branch: perl
22680            - (delete 322 files)
22681            ! MANIFEST
22682 ____________________________________________________________________________
22683 [ 22759] By: nicholas                              on 2004/05/01  11:16:35
22684         Log: mktables requires post 5.005
22685      Branch: perl
22686            ! lib/unicore/mktables
22687 ____________________________________________________________________________
22688 [ 22758] By: davem                                 on 2004/04/30  11:48:55
22689         Log: disable problematical 'uninitialized value' warning tests
22690      Branch: perl
22691            ! t/lib/warnings/9uninit
22692 ____________________________________________________________________________
22693 [ 22757] By: rgs                                   on 2004/04/30  11:32:03
22694         Log: Follow-up to previous patch: the mX?PUSH[inup] macros
22695              should handle 'set' magic, just like the X?PUSH[inup]
22696              counterparts.
22697      Branch: perl
22698            ! pod/perlapi.pod pp.h
22699 ____________________________________________________________________________
22700 [ 22756] By: rgs                                   on 2004/04/30  10:15:00
22701         Log: Subject: [PATCH] Document limitations in PUSHi et al macros and add new mPUSHi et al macros
22702              From: Steve Hay <steve.hay@uk.radan.com>
22703              Date: Fri, 30 Apr 2004 10:07:21 +0100
22704              Message-ID: <40921749.3050600@uk.radan.com>
22705      Branch: perl
22706            ! pod/perlapi.pod pod/perlguts.pod pp.h
22707 ____________________________________________________________________________
22708 [ 22755] By: nicholas                              on 2004/04/29  18:30:18
22709         Log: Fix 29149 - another UTF8 cache bug hit by substr.
22710              Regression test from:
22711
22712              Subject: Re: [perl #29149] substr/UTF8 related problem with perl 5.8.3 on linux
22713              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
22714              Message-Id: <20040429103926.5BA6.BQW10602@nifty.com>
22715              Date: Thu, 29 Apr 2004 10:53:17 +0900
22716      Branch: perl
22717            ! sv.c t/op/substr.t
22718 ____________________________________________________________________________
22719 [ 22754] By: mhx                                   on 2004/04/29  18:29:28
22720         Log: More unpack cleanups.
22721      Branch: perl
22722            ! pp_pack.c
22723 ____________________________________________________________________________
22724 [ 22753] By: mhx                                   on 2004/04/29  17:50:40
22725         Log: CXUX_BROKEN_CONSTANT_CONVERT isn't used anymore.
22726              Remove all associated code.
22727      Branch: perl
22728            ! hints/cxux.sh pp_pack.c
22729 ____________________________________________________________________________
22730 [ 22752] By: mhx                                   on 2004/04/29  17:38:32
22731         Log: The openbsd 64-bit test should use $uquadtype rather
22732              than hardcoding unsigned long long.
22733      Branch: perl
22734            ! hints/openbsd.sh
22735 ____________________________________________________________________________
22736 [ 22751] By: ams                                   on 2004/04/29  08:24:31
22737         Log: Update to Test.pm 1.25 (from SBURKE).
22738      Branch: perl
22739            + lib/Test/t/05_about_verbose.t lib/Test/t/multiline.t
22740            ! MANIFEST lib/Test.pm
22741 ____________________________________________________________________________
22742 [ 22750] By: mhx                                   on 2004/04/28  20:53:29
22743         Log: When configuring for 64-bit support, check that the
22744              C library functions for casting floating point values
22745              to 64-bit integer values are not broken.
22746      Branch: perl
22747            ! hints/openbsd.sh
22748 ____________________________________________________________________________
22749 [ 22749] By: rgs                                   on 2004/04/28  18:28:07
22750         Log: Fix for [perl #28963]: find2perl was sometimes generating
22751              invalid code.
22752      Branch: perl
22753            ! x2p/find2perl.PL
22754 ____________________________________________________________________________
22755 [ 22748] By: rgs                                   on 2004/04/28  13:01:13
22756         Log: Subject: [PATCH] Add diagnostics section to base.pm
22757              From: "Jos I. Boumans" <kane@dwim.org>
22758              Date: Wed, 28 Apr 2004 13:04:47 +0200
22759              Message-Id: <DC9B4A9C-9903-11D8-BA95-000A956B0E06@dwim.org>
22760      Branch: perl
22761            ! lib/base.pm
22762 ____________________________________________________________________________
22763 [ 22747] By: merijn                                on 2004/04/28  12:42:50
22764         Log: Subject: [perl #29033] typo in description of sleep in documentation of POSIX module
22765              Date: 21 Apr 2004 11:07:22 -0000
22766              From: "bob@starlabs.net (via RT)" <perlbug-followup@perl.org>
22767              Message-ID: <rt-3.0.8-29033-85811.17.0452776199501@perl.org>
22768      Branch: perl
22769            ! ext/POSIX/POSIX.pod
22770 ____________________________________________________________________________
22771 [ 22746] By: davem                                 on 2004/04/27  22:21:35
22772         Log: fix a coredump caused by rv2gv not fully converting a PV to an RV
22773      Branch: perl
22774            ! pp.c
22775 ____________________________________________________________________________
22776 [ 22745] By: mhx                                   on 2004/04/27  20:38:00
22777         Log: Cleanup variables in S_(un)pack_rec().
22778              This also works around a gcc optimizer bug on dec_osf/alpha.
22779      Branch: perl
22780            ! pp_pack.c
22781 ____________________________________________________________________________
22782 [ 22744] By: rgs                                   on 2004/04/27  08:43:38
22783         Log: Subject: [PATCH utf8_heavy.pl, mktables, et. al.] candidate for TR18 compliance
22784              From: Jeff 'japhy' Pinyan <japhy@perlmonk.org>
22785              Date: Thu, 22 Apr 2004 14:31:30 -0400 (EDT)
22786              Message-ID: <Pine.LNX.4.44.0404221429040.10466-101000@perlmonk.org>
22787
22788              Date: Mon, 26 Apr 2004 12:37:21 -0400 (EDT)
22789              Message-ID: <Pine.LNX.4.44.0404261222320.7154-400000@perlmonk.org>
22790      Branch: perl
22791            + (add 406 files)
22792            ! MANIFEST lib/unicore/Canonical.pl
22793            ! lib/unicore/CombiningClass.pl lib/unicore/Decomposition.pl
22794            ! lib/unicore/Exact.pl lib/unicore/Name.pl
22795            ! lib/unicore/Properties lib/unicore/To/Digit.pl
22796            ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl
22797            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
22798            ! lib/unicore/mktables lib/utf8_heavy.pl pod/perlunicode.pod
22799            ! t/op/pat.t t/uni/class.t
22800 ____________________________________________________________________________
22801 [ 22743] By: merijn                                on 2004/04/26  22:20:30
22802         Log: usemallocwrap works on AIX, but not with vac-5
22803              Date: Mon, 26 Apr 2004 15:35:23 +0200
22804              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22805              Subject: Re: Perl 5.8.4 "panic: memory wrap" in miniperl on AIX 5.1
22806              Message-Id: <20040426152951.A6C4.H.M.BRAND@hccnet.nl>
22807      Branch: perl
22808            ! hints/aix.sh hints/aix_4.sh
22809 ____________________________________________________________________________
22810 [ 22742] By: davem                                 on 2004/04/24  12:53:07
22811         Log: fix 64-bit casting error in change 22741 (uninit var warnings)
22812      Branch: perl
22813            ! sv.c
22814 ____________________________________________________________________________
22815 [ 22741] By: davem                                 on 2004/04/23  20:43:02
22816         Log: Include variable names in "Use of uninitialized value" warnings
22817      Branch: perl
22818            + t/lib/warnings/9uninit
22819            ! MANIFEST doio.c embed.fnc embed.h ext/DB_File/DB_File.pm
22820            ! ext/DB_File/t/db-recno.t lib/Math/BigInt.pm
22821            ! lib/Math/BigInt/t/mbimbf.inc lib/Tie/RefHash.t lib/charnames.t
22822            ! mg.c perl.h pod/perldiag.pod pod/perlintern.pod pp.c pp_hot.c
22823            ! proto.h sv.c t/lib/warnings/1global t/lib/warnings/2use
22824            ! t/lib/warnings/3both t/lib/warnings/4lint
22825            ! t/lib/warnings/7fatal t/lib/warnings/doio t/lib/warnings/mg
22826            ! t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
22827            ! t/lib/warnings/pp_pack t/lib/warnings/sv t/lib/warnings/util
22828            ! t/run/fresh_perl.t t/run/runenv.t
22829 ____________________________________________________________________________
22830 [ 22739] By: rgs                                   on 2004/04/23  13:32:31
22831         Log: Subject: [PATCH] unfork the debugger (patch for 5.9.x)
22832              From: Richard.Foley@t-online.de (Richard Foley)
22833              Date: Fri, 23 Apr 2004 06:33:34 +0200
22834              Message-Id: <200404230633.34402.richard.foley@rfi.net>
22835      Branch: perl
22836            ! lib/perl5db.pl
22837 ____________________________________________________________________________
22838 [ 22737] By: nicholas                              on 2004/04/23  10:31:20
22839         Log: Ooops. Forgot to update pod.lst, and all that ensues with that
22840      Branch: perl
22841            ! MANIFEST pod.lst pod/perl.pod pod/perltoc.pod
22842            ! vms/descrip_mms.template win32/pod.mak
22843 ____________________________________________________________________________
22844 [ 22736] By: nicholas                              on 2004/04/23  10:11:26
22845         Log: Integrate:
22846              [ 22165]
22847              Create perl584delta.pod
22848              (Not that I'm really proposing to start work on 5.8.4 today)
22849
22850              [ 22650]
22851              Updates from Stas Bekman, Brendan O'Dea and Hugo
22852
22853              [ 22655]
22854              Tweaks from Hugo and Liz
22855
22856              [ 22677]
22857              Improvements from Jarkko
22858
22859              [ 22684]
22860              Integrate:
22861              [ 22665]
22862              AIX-4 with xlc does not like malloc wrap
22863
22864              [ 22666]
22865              Test drives are fun. Implement ccversion for Itanium HP-UX 11.23
22866
22867              [ 22698]
22868              Clarify AIX and win32's malloc wrapping
22869
22870              [ 22700]
22871              The set uid perl is now called setuidperl. Not suidperl.
22872              Which I discover is hardlinked from sperl by ./installperl
22873              elsewhere. Helpfully confusing installperl script.
22874
22875              [ 22703]
22876              More perldelta updates
22877
22878              [ 22710]
22879              Subject:  spelling
22880              From:  Jarkko Hietaniemi <jhi@cc.hut.fi>
22881              Date:  Fri, 16 Apr 2004 21:18:18 +0300 (EEST)
22882              Message-Id:  <200404161818.i3GIIILh391648@kosh.hut.fi>
22883
22884              [ 22718]
22885              Revert 22700 (as part of changes suggested by Brendan O'Dea)
22886
22887              [ 22720]
22888              Simpler suggstion to resolve the #!/usr/bin/suidperl vs. the set uid
22889              binary must have fd script conundrum, as suggested by Brendan O'Dea
22890              Plus restore the more helpful error message from 22694 and the gist
22891              of the perl584delta changes from 22700
22892
22893              [ 22731]
22894              Oink, oink, flap, flap!
22895      Branch: perl
22896           +> pod/perl584delta.pod
22897            ! MANIFEST
22898           !> pod/perlhist.pod
22899 ____________________________________________________________________________
22900 [ 22735] By: merijn                                on 2004/04/23  10:11:23
22901         Log: Subject: [PATCH] Where to find nmake for windows
22902              From: Abe Timmerman <abe@ztreet.demon.nl>
22903              Date: Thu, 22 Apr 2004 23:57:40 +0200
22904              Message-Id: <200404222357.40508.abe@ztreet.demon.nl>
22905              Changed download URL references for nmake
22906      Branch: perl
22907            ! README.win32 pod/perlmodinstall.pod
22908 ____________________________________________________________________________
22909 [ 22734] By: mhx                                   on 2004/04/23  04:07:25
22910         Log: Subject: [PATCH for testing/review] byte-order modifiers for (un)pack templates
22911              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
22912              Date: Wed, 21 Apr 2004 21:09:20 +0200
22913              Message-Id: <20040421210920.3c467772@r2d2>
22914      Branch: perl
22915            ! embed.fnc embed.h perl.h pod/perldiag.pod pod/perlfunc.pod
22916            ! pod/perlport.pod pp_pack.c proto.h t/op/pack.t util.c
22917 ____________________________________________________________________________
22918 [ 22733] By: rgs                                   on 2004/04/22  12:08:35
22919         Log: Missing copyright in the README.
22920      Branch: perl
22921            ! README
22922 ____________________________________________________________________________
22923 [ 22727] By: nicholas                              on 2004/04/21  15:22:29
22924         Log: Subject: [perl #28456] Typo in perlipc man page, and suggestions for same
22925              From: Axel Boldt (via RT) <perlbug-followup@perl.org>
22926              Message-ID: <rt-3.0.8-28456-84424.10.5222745276547@perl.org>
22927              Date: 11 Apr 2004 13:08:17 -0000
22928      Branch: perl
22929            ! pod/perlipc.pod
22930 ____________________________________________________________________________
22931 [ 22725] By: nicholas                              on 2004/04/21  14:21:57
22932         Log: Punt the "reporting bugs" section to the top.
22933              Reorder the description of what to do, to start with the most common
22934              case.
22935              Clarify "how to report bugs effectively" (and why it benefits you)
22936      Branch: perl
22937            ! INSTALL
22938 ____________________________________________________________________________
22939 [ 22724] By: nicholas                              on 2004/04/21  12:51:43
22940         Log: This should be L<>
22941      Branch: perl
22942            ! INSTALL
22943 ____________________________________________________________________________
22944 [ 22723] By: nicholas                              on 2004/04/21  09:42:35
22945         Log: INSTALL didn't mention the 5.8.2 hash changes. Fixed
22946      Branch: perl
22947            ! INSTALL
22948 ____________________________________________________________________________
22949 [ 22722] By: nicholas                              on 2004/04/21  09:25:34
22950         Log: We should be telling people about ..exp, else they use the unexpanded
22951              forms and shaft anyone who installs a private perl within ~
22952      Branch: perl
22953            ! INSTALL
22954 ____________________________________________________________________________
22955 [ 22721] By: rgs                                   on 2004/04/21  08:36:38
22956         Log: Subject: [patch] log the interpreter id in warnings
22957              From: Stas Bekman <stas@stason.org>
22958              Date: Mon, 19 Apr 2004 18:10:01 -0700
22959              Message-ID: <40847869.1000906@stason.org>
22960      Branch: perl
22961            ! gv.c handy.h hv.c perl.c sv.c
22962 ____________________________________________________________________________
22963 [ 22717] By: rgs                                   on 2004/04/20  12:27:18
22964         Log: Subject: [PATCH] Sync Term::Cap with CPAN version
22965              From: Jonathan Stowe <jns@gellyfish.com>
22966              Date: Tue, 20 Apr 2004 12:37:28 +0100
22967              Message-Id: <1082461047.2736.96.camel@localhost>
22968      Branch: perl
22969            ! lib/Term/Cap.pm
22970 ____________________________________________________________________________
22971 [ 22716] By: rgs                                   on 2004/04/19  12:26:35
22972         Log: Fix for [perl #28919] : sometimes the function ck_ftst was trying
22973              to read an op that was just freed, which was obviously illegal.
22974      Branch: perl
22975            ! op.c
22976 ____________________________________________________________________________
22977 [ 22715] By: rgs                                   on 2004/04/19  09:34:01
22978         Log: Upgrade to FileCache 1.04.
22979      Branch: perl
22980            ! lib/FileCache.pm
22981 ____________________________________________________________________________
22982 [ 22714] By: rgs                                   on 2004/04/19  08:57:17
22983         Log: New file left out of the last commit.
22984      Branch: perl
22985            + t/uni/class.t
22986 ____________________________________________________________________________
22987 [ 22713] By: rgs                                   on 2004/04/19  08:56:28
22988         Log: Subject: Re: [PATCH] lib/utf8_heavy.pl -- cascading classes and '&' support
22989              From: "Jeff 'japhy' Pinyan" <japhy@perlmonk.org>
22990              Date: Wed, 14 Apr 2004 17:01:38 -0400 (EDT)
22991              Message-ID: <Pine.LNX.4.44.0404141659480.11423-301000@perlmonk.org>
22992      Branch: perl
22993            ! MANIFEST pod/perlunicode.pod
22994 ____________________________________________________________________________
22995 [ 22712] By: rgs                                   on 2004/04/19  08:30:20
22996         Log: Subject: Re: [perl #28532] optional match of an anchor gets ignored
22997              From: hv@crypt.org
22998              Date: Wed, 14 Apr 2004 19:30:46 +0100
22999              Message-Id: <200404141830.i3EIUko03728@zen.crypt.org>
23000      Branch: perl
23001            ! regcomp.c regexec.c t/op/pat.t
23002 ____________________________________________________________________________
23003 [ 22708] By: nicholas                              on 2004/04/17  13:25:41
23004         Log: Integrate:
23005              [ 22661]
23006              This is RC1
23007
23008              [ 22705]
23009              This is RC2
23010      Branch: perl
23011           !> pod/perlhist.pod
23012 ____________________________________________________________________________
23013 [ 22706] By: rgs                                   on 2004/04/16  15:53:37
23014         Log: On Linux-PPC, using gcc, downgrade to the -O1 optimisation
23015              level (with -O2 miniperl behaves really badly.)
23016      Branch: perl
23017            ! hints/linux.sh
23018 ____________________________________________________________________________
23019 [ 22697] By: merijn                                on 2004/04/15  11:56:32
23020         Log: d_getservbyname_r undef up to at least OpenBSD 3.5
23021              Thanks to Campo Weijerman and Gerard Gerritsen off-list
23022      Branch: perl
23023            ! hints/openbsd.sh
23024 ____________________________________________________________________________
23025 [ 22696] By: merijn                                on 2004/04/14  16:04:40
23026         Log: #24121: Configure under turkish locale fails
23027              toupper (i) != I  in turkish, but U+0130
23028              \N{LATIN CAPITAL LETTER I WITH DOT ABOVE}
23029              Patch supplied by Rafael
23030      Branch: perl
23031            ! Configure
23032 ____________________________________________________________________________
23033 [ 22693] By: rgs                                   on 2004/04/14  08:28:15
23034         Log: Subject: [PATCH] lib/utf8_heavy.pl -- cascading classes and '&' support
23035              From: Jeff 'japhy' Pinyan <japhy@perlmonk.org>
23036              Date: Mon, 12 Apr 2004 20:24:48 -0400 (EDT)
23037              Message-ID: <Pine.LNX.4.44.0404122011160.3038-200000@perlmonk.org>
23038      Branch: perl
23039            ! lib/utf8_heavy.pl
23040 ____________________________________________________________________________
23041 [ 22692] By: rgs                                   on 2004/04/14  07:26:04
23042         Log: Subject: [PATCH]'s to bring bleadperl up to version-0.39
23043              From: John Peacock <jpeacock@rowman.com>
23044              Date: Tue, 13 Apr 2004 20:51:31 -0400
23045              Message-ID: <407C8B13.9020104@rowman.com>
23046      Branch: perl
23047            ! lib/version.pm lib/version.t t/comp/use.t universal.c util.c
23048 ____________________________________________________________________________
23049 [ 22691] By: rgs                                   on 2004/04/14  07:08:52
23050         Log: Subject: re: [PATCH] for bug 28525: Buffer overflow issue in the Win32 distribution of 5.8.3
23051              From: Jan Dubois <jand@ActiveState.com>
23052              Date: Tue, 13 Apr 2004 19:49:32 -0700
23053              Message-ID: <vm7p70h7au8unrnq4jp85oich7n71ar5ab@4ax.com
23054      Branch: perl
23055            ! win32/win32.c
23056 ____________________________________________________________________________
23057 [ 22689] By: mhx                                   on 2004/04/12  06:53:24
23058         Log: Borland C doesn't like PERL_MALLOC_WRAP.
23059              Until I know why, the fix is to disable it.
23060      Branch: perl
23061            ! win32/config_H.bc
23062 ____________________________________________________________________________
23063 [ 22688] By: davem                                 on 2004/04/11  14:27:26
23064         Log: Stop PL_comppad pointing to a freed pad during global destruction
23065      Branch: perl
23066            ! sv.c
23067 ____________________________________________________________________________
23068 [ 22687] By: davem                                 on 2004/04/11  13:13:35
23069         Log: Make global cleanup fractionally faster by giving S_visit()
23070              flags/mask to compare SVs against.
23071      Branch: perl
23072            ! embed.fnc embed.h proto.h sv.c
23073 ____________________________________________________________________________
23074 [ 22686] By: gbarr                                 on 2004/04/10  08:08:42
23075         Log: Sync with libnet 1.18
23076      Branch: perl
23077            + lib/Net/Changes.libnet lib/Net/t/datasend.t
23078            - lib/Net/ChangeLog.libnet
23079            ! MANIFEST lib/Net/Cmd.pm lib/Net/FTP.pm lib/Net/NNTP.pm
23080            ! lib/Net/POP3.pm lib/Net/README.libnet lib/Net/SMTP.pm
23081            ! lib/Net/Time.pm lib/Net/t/hostname.t
23082 ____________________________________________________________________________
23083 [ 22685] By: mhx                                   on 2004/04/10  06:37:30
23084         Log: Remove two unused variables that gcc used to warn about.
23085      Branch: perl
23086            ! util.c
23087 ____________________________________________________________________________
23088 [ 22682] By: rgs                                   on 2004/04/09  11:44:34
23089         Log: Subject: Re: #28386: UNIVERSAL::VERSION segfaults if $VERSION not defined (w/ patch to fix universal.c)
23090              From: David Dyck <david.dyck@fluke.com>
23091              Date: Thu, 8 Apr 2004 19:02:26 -0700 (PDT)
23092              Message-ID: <Pine.LNX.4.51.0404081843290.29618@dd.tc.fluke.com>
23093      Branch: perl
23094            ! universal.c
23095 ____________________________________________________________________________
23096 [ 22681] By: rgs                                   on 2004/04/09  07:04:48
23097         Log: find2perl should not default to -print when -eval is specified.
23098              Noticed by David Dyck.
23099      Branch: perl
23100            ! x2p/find2perl.PL
23101 ____________________________________________________________________________
23102 [ 22680] By: rgs                                   on 2004/04/09  06:58:51
23103         Log: Upgrade to Time::HiRes 1.59.
23104      Branch: perl
23105            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
23106            ! ext/Time/HiRes/HiRes.xs
23107 ____________________________________________________________________________
23108 [ 22675] By: rgs                                   on 2004/04/08  13:00:59
23109         Log: Upgrade to Digest 1.06.
23110      Branch: perl
23111            ! lib/Digest.pm
23112 ____________________________________________________________________________
23113 [ 22674] By: rgs                                   on 2004/04/08  12:57:48
23114         Log: Upgrade to Digest 1.06.
23115      Branch: perl
23116            ! lib/Digest.pm
23117 ____________________________________________________________________________
23118 [ 22673] By: rgs                                   on 2004/04/08  09:59:22
23119         Log: Upgrade to Time::HiRes 1.57.
23120      Branch: perl
23121            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
23122            ! ext/Time/HiRes/HiRes.xs
23123 ____________________________________________________________________________
23124 [ 22672] By: nicholas                              on 2004/04/07  20:48:04
23125         Log: Make gmtime and localtime cross reference each other.
23126              Suggested by Dan Jacobson
23127      Branch: perl
23128            ! pod/perlfunc.pod
23129 ____________________________________________________________________________
23130 [ 22671] By: merijn                                on 2004/04/07  17:54:10
23131         Log: Integrated Time-Local-1.09 from Dave Rolsky
23132              Corrected a wrap error from the CPAN version to match #22670
23133              Tested on AIX to make sure the skip is still needed
23134      Branch: perl
23135            ! lib/Time/Local.pm lib/Time/Local.t
23136 ____________________________________________________________________________
23137 [ 22670] By: merijn                                on 2004/04/07  12:03:11
23138         Log: Disable the edge case tests for timegm and timelocal on
23139              AIX-4.3 since the OS is obsoleted, and fixes are not to
23140              be expected
23141      Branch: perl
23142            ! lib/Time/Local.t
23143 ____________________________________________________________________________
23144 [ 22669] By: rgs                                   on 2004/04/07  08:26:48
23145         Log: Fix command-line quoting under Windows for the new optree tests
23146              Subject: Re: Smoke [5.9.2] 22666 FAIL(F) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
23147              From: Steve Hay <steve.hay@uk.radan.com>
23148              Date: Wed, 07 Apr 2004 09:46:01 +0100
23149              Message-ID: <4073BFC9.10707@uk.radan.com>
23150      Branch: perl
23151            ! ext/B/t/optree_samples.t
23152 ____________________________________________________________________________
23153 [ 22668] By: rgs                                   on 2004/04/07  08:00:07
23154         Log: Subject: [PATCH] Bleadperl to version 0.37
23155              From: John Peacock <jpeacock@rowman.com>
23156              Date: Tue, 06 Apr 2004 21:56:19 -0400
23157              Message-ID: <40735FC3.5010305@rowman.com>
23158      Branch: perl
23159            ! embed.fnc embed.h global.sym lib/version.pm lib/version.t
23160            ! pod/perlapi.pod proto.h t/comp/use.t t/op/universal.t
23161            ! universal.c util.c
23162 ____________________________________________________________________________
23163 [ 22667] By: rgs                                   on 2004/04/07  07:37:59
23164         Log: The optree builder was looping when constructing the ops
23165              for a map/grep block containing a while(1).
23166              (Bug reported by Pixel.)
23167      Branch: perl
23168            ! op.c t/op/grep.t
23169 ____________________________________________________________________________
23170 [ 22666] By: merijn                                on 2004/04/06  14:44:29
23171         Log: Test drives are fun. Implement ccversion for Itanium HP-UX 11.23
23172      Branch: perl
23173            ! hints/hpux.sh
23174 ____________________________________________________________________________
23175 [ 22665] By: merijn                                on 2004/04/06  13:34:14
23176         Log: AIX-4 with xlc does not like malloc wrap
23177      Branch: perl
23178            ! hints/aix_4.sh
23179 ____________________________________________________________________________
23180 [ 22664] By: rgs                                   on 2004/04/06  07:29:30
23181         Log: Subject: Re: tests for change #22539
23182              From: Jim Cromie <jcromie@divsol.com>
23183              Date: Tue, 30 Mar 2004 14:39:31 -0700
23184              Message-ID: <4069E913.5040906@divsol.com>
23185              (with some spelling tweaks)
23186      Branch: perl
23187            + ext/B/t/OptreeCheck.pm ext/B/t/optree_check.t
23188            + ext/B/t/optree_concise.t ext/B/t/optree_samples.t
23189            + ext/B/t/optree_sort.t ext/B/t/optree_varinit.t
23190            ! MANIFEST ext/B/B/Concise.pm ext/B/t/concise.t t/test.pl
23191 ____________________________________________________________________________
23192 [ 22663] By: mhx                                   on 2004/04/06  03:40:10
23193         Log: Make the ! suffix handle n/N/v/V as signed integers
23194              within pack templates.
23195      Branch: perl
23196            ! pod/perlfunc.pod pp_pack.c t/op/pack.t
23197 ____________________________________________________________________________
23198 [ 22662] By: mhx                                   on 2004/04/05  20:03:03
23199         Log: C<undef> doesn't look like a number. See also:
23200
23201              Subject: Re: [perl #27606] undef "looks like" a number
23202              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
23203              Date: Mon, 15 Mar 2004 22:16:26 +0100
23204              Message-Id: <20040315221626.48061c67@r2d2>
23205      Branch: perl
23206            ! ext/List/Util/lib/List/Util.pm
23207            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/lln.t
23208            ! pp_ctl.c sv.c
23209 ____________________________________________________________________________
23210 [ 22656] By: nicholas                              on 2004/04/05  15:55:18
23211         Log: Subject: Re: perldelta584
23212              From: Craig Berry <craigberry@mac.com>
23213              Message-ID: <12587569.1081180932766.JavaMail.craigberry@mac.com>
23214              Date: Mon, 05 Apr 2004 11:02:12 -0500
23215
23216              (makes malloc wrap the default on VMS)
23217      Branch: perl
23218            ! configure.com
23219 ____________________________________________________________________________
23220 [ 22654] By: rgs                                   on 2004/04/05  15:24:49
23221         Log: Subject: ref ($proto) || $proto patch
23222              From: Ovid <publiustemp-p5p@yahoo.com>
23223              Date: Sat, 03 Apr 2004 18:59:22 -0800
23224              Message-ID: <406F7A0A.50702@yahoo.com>
23225              (with minor reformatting)
23226      Branch: perl
23227            ! pod/perlobj.pod pod/perltoot.pod
23228 ____________________________________________________________________________
23229 [ 22652] By: rgs                                   on 2004/04/05  12:51:10
23230         Log: Subject: sv_pvutf8n_force and sv_pvbyten_force
23231              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
23232              Date: Wed, 24 Mar 2004 00:16:52 +0900
23233              Message-Id: <20040324001126.098F.BQW10602@nifty.com>
23234      Branch: perl
23235            ! sv.c
23236 ____________________________________________________________________________
23237 [ 22651] By: rgs                                   on 2004/04/05  11:50:10
23238         Log: wantarray docs should mention effect of eval { wantarray }
23239              as reported by Tim Bunce. Add a note to this effect in perlfunc,
23240              and regression tests for it.
23241      Branch: perl
23242            ! pod/perlfunc.pod t/op/wantarray.t
23243 ____________________________________________________________________________
23244 [ 22649] By: nicholas                              on 2004/04/05  08:57:18
23245         Log: More AUTHORS who deserve credit for patches
23246      Branch: perl
23247            ! AUTHORS
23248 ____________________________________________________________________________
23249 [ 22646] By: nicholas                              on 2004/04/04  16:32:54
23250         Log: Hand merge patch from maint back to blead.
23251      Branch: perl
23252            ! ext/threads/threads.pm
23253 ____________________________________________________________________________
23254 [ 22642] By: nicholas                              on 2004/04/04  13:07:50
23255         Log: Bump version numbers for modules that have changed since 5.8.3
23256      Branch: perl
23257            ! ext/B/B/Assembler.pm ext/B/B/Deparse.pm
23258            ! ext/DynaLoader/DynaLoader_pm.PL ext/IO/lib/IO/Handle.pm
23259            ! ext/IO/lib/IO/Pipe.pm ext/ODBM_File/ODBM_File.pm
23260            ! ext/threads/threads.pm lib/ExtUtils/Liblist/Kid.pm
23261            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Win95.pm
23262            ! lib/IPC/Open3.pm lib/Unicode/UCD.pm lib/base.pm lib/utf8.pm
23263 ____________________________________________________________________________
23264 [ 22641] By: rgs                                   on 2004/04/02  15:40:15
23265         Log: Fix bug #27940 : \cX escapes weren't working correctly in regular
23266              expression ranges.
23267      Branch: perl
23268            ! t/op/pat.t toke.c
23269 ____________________________________________________________________________
23270 [ 22637] By: davem                                 on 2004/04/02  10:02:06
23271         Log: Subject:  [PATCH] fix utils install problems on VMS
23272              From:  "Craig A. Berry" <craigberry@mac.com>
23273              Date:  Thu, 01 Apr 2004 20:19:53 -0600
23274              Message-Id:  <406CCDC9.7000500@mac.com>
23275
23276              We were not running utils/instmodsh.PL or utils/xsubpp.PL during
23277              the build, so installperl would not find the generated programs at
23278              install time.
23279              Also fixed several problems with the command definitions for the
23280              utilities
23281      Branch: perl
23282            ! configure.com vms/descrip_mms.template
23283 ____________________________________________________________________________
23284 [ 22636] By: davem                                 on 2004/04/01  22:00:40
23285         Log: Subject:  [PATCH] archname salad on VMS
23286              From:  "Craig A. Berry" <craigberry@mac.com>
23287              Date:  Thu, 01 Apr 2004 14:16:32 -0600
23288              Message-Id:  <406C78A0.2070009@mac.com>
23289
23290              sort out architecture-specific directory names for OpenVMS
23291              Itanium port
23292      Branch: perl
23293            ! configure.com vms/descrip_mms.template
23294 ____________________________________________________________________________
23295 [ 22635] By: davem                                 on 2004/04/01  20:27:14
23296         Log: Fix change #22376. Only mark a const as short-circuited
23297              if it's actually a const!
23298      Branch: perl
23299            ! op.c
23300 ____________________________________________________________________________
23301 [ 22630] By: nicholas                              on 2004/04/01  15:15:10
23302         Log: debug the instructions on upgrading Unicode
23303      Branch: perl
23304            ! lib/unicore/README.perl
23305 ____________________________________________________________________________
23306 [ 22625] By: mhx                                   on 2004/04/01  06:01:25
23307         Log: Fix and tests for [perl #28123] Perl optimizes // away incorrectly
23308      Branch: perl
23309            ! op.c t/op/dor.t
23310 ____________________________________________________________________________
23311 [ 22624] By: davem                                 on 2004/03/31  20:33:52
23312         Log: + (\$) prototype = bad free
23313              av_delete() didn't reify. I also updated its description
23314      Branch: perl
23315            ! av.c t/op/args.t
23316 ____________________________________________________________________________
23317 [ 22621] By: nicholas                              on 2004/03/31  15:05:40
23318         Log: Upgrade to Unicode 4.0.1
23319      Branch: perl
23320            + lib/unicore/lib/Katakan2.pl lib/unicore/lib/Sterm.pl
23321            + lib/unicore/lib/Variatio.pl
23322            ! MANIFEST lib/Unicode/UCD.t lib/unicore/ArabLink.pl
23323            ! lib/unicore/ArabLnkGrp.pl lib/unicore/ArabicShaping.txt
23324            ! lib/unicore/Bidirectional.pl lib/unicore/Blocks.pl
23325            ! lib/unicore/Blocks.txt lib/unicore/Canonical.pl
23326            ! lib/unicore/CaseFolding.txt lib/unicore/Category.pl
23327            ! lib/unicore/HangulSyllableType.txt lib/unicore/Index.txt
23328            ! lib/unicore/Jamo.txt lib/unicore/Lbrk.pl
23329            ! lib/unicore/LineBreak.txt lib/unicore/PropList.txt
23330            ! lib/unicore/PropValueAliases.txt lib/unicore/Properties
23331            ! lib/unicore/PropertyAliases.txt lib/unicore/ReadMe.txt
23332            ! lib/unicore/Scripts.pl lib/unicore/Scripts.txt
23333            ! lib/unicore/SpecialCasing.txt lib/unicore/To/Digit.pl
23334            ! lib/unicore/UnicodeData.txt lib/unicore/lib/Arabic.pl
23335            ! lib/unicore/lib/Armenian.pl lib/unicore/lib/Bengali.pl
23336            ! lib/unicore/lib/BidiBN.pl lib/unicore/lib/BidiCS.pl
23337            ! lib/unicore/lib/BidiEN.pl lib/unicore/lib/BidiES.pl
23338            ! lib/unicore/lib/BidiET.pl lib/unicore/lib/BidiL.pl
23339            ! lib/unicore/lib/BidiON.pl lib/unicore/lib/Bopomofo.pl
23340            ! lib/unicore/lib/Braille.pl lib/unicore/lib/Buhid.pl
23341            ! lib/unicore/lib/C.pl lib/unicore/lib/Canadian.pl
23342            ! lib/unicore/lib/Cf.pl lib/unicore/lib/Cherokee.pl
23343            ! lib/unicore/lib/Cntrl.pl lib/unicore/lib/Common.pl
23344            ! lib/unicore/lib/Cypriot.pl lib/unicore/lib/Cyrillic.pl
23345            ! lib/unicore/lib/Deseret.pl lib/unicore/lib/Devanaga.pl
23346            ! lib/unicore/lib/Ethiopic.pl lib/unicore/lib/Georgian.pl
23347            ! lib/unicore/lib/Gothic.pl lib/unicore/lib/Greek.pl
23348            ! lib/unicore/lib/Gujarati.pl lib/unicore/lib/Gurmukhi.pl
23349            ! lib/unicore/lib/Han.pl lib/unicore/lib/Hangul.pl
23350            ! lib/unicore/lib/Hanunoo.pl lib/unicore/lib/Hebrew.pl
23351            ! lib/unicore/lib/Hiragana.pl lib/unicore/lib/InCyril2.pl
23352            ! lib/unicore/lib/Inherite.pl lib/unicore/lib/Kannada.pl
23353            ! lib/unicore/lib/Katakana.pl lib/unicore/lib/Khmer.pl
23354            ! lib/unicore/lib/Lao.pl lib/unicore/lib/Latin.pl
23355            ! lib/unicore/lib/Limbu.pl lib/unicore/lib/LinearB.pl
23356            ! lib/unicore/lib/Malayala.pl lib/unicore/lib/Math.pl
23357            ! lib/unicore/lib/Mongolia.pl lib/unicore/lib/Myanmar.pl
23358            ! lib/unicore/lib/Ogham.pl lib/unicore/lib/OldItali.pl
23359            ! lib/unicore/lib/Oriya.pl lib/unicore/lib/Osmanya.pl
23360            ! lib/unicore/lib/OtherDef.pl lib/unicore/lib/OtherGra.pl
23361            ! lib/unicore/lib/OtherMat.pl lib/unicore/lib/Runic.pl
23362            ! lib/unicore/lib/Shavian.pl lib/unicore/lib/Sinhala.pl
23363            ! lib/unicore/lib/SoftDott.pl lib/unicore/lib/Syriac.pl
23364            ! lib/unicore/lib/Tagalog.pl lib/unicore/lib/Tagbanwa.pl
23365            ! lib/unicore/lib/TaiLe.pl lib/unicore/lib/Tamil.pl
23366            ! lib/unicore/lib/Telugu.pl lib/unicore/lib/Terminal.pl
23367            ! lib/unicore/lib/Thaana.pl lib/unicore/lib/Thai.pl
23368            ! lib/unicore/lib/Tibetan.pl lib/unicore/lib/Ugaritic.pl
23369            ! lib/unicore/lib/Yi.pl lib/unicore/lib/Z.pl
23370            ! lib/unicore/lib/Zs.pl lib/unicore/version t/op/pat.t
23371 ____________________________________________________________________________
23372 [ 22619] By: merijn                                on 2004/03/31  13:02:32
23373         Log: Regenerated Configure after backported #22571
23374              Some indent leftovers from earlier patches
23375              We don't like double negatives, not even in comment
23376      Branch: perl
23377            ! Configure
23378 ____________________________________________________________________________
23379 [ 22617] By: merijn                                on 2004/03/31  11:33:09
23380         Log: Subject: Re: [PATCH] MIME::Base64 PERL_NO_GET_CONTEXT
23381              From: Gisle Aas <gisle@ActiveState.com>
23382              Date: 30 Mar 2004 04:29:18 -0800
23383              Message-ID: <lrk712bjs1.fsf@caliper.activestate.com>
23384      Branch: perl
23385            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
23386            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
23387 ____________________________________________________________________________
23388 [ 22615] By: nicholas                              on 2004/03/31  08:24:29
23389         Log: Unknowingly for years we've had a test that has assumed the order
23390              of results from readdir. Fixed.
23391      Branch: perl
23392            ! lib/File/Find/t/find.t
23393 ____________________________________________________________________________
23394 [ 22614] By: nicholas                              on 2004/03/30  21:50:15
23395         Log: Subject: Zaurus SL-[78]60 native compile patch
23396              Message-Id: <46DCC0BF-8199-11D8-8D5B-000A95DBB50A@dan.co.jp>
23397              From: Dan Kogai <dankogai@dan.co.jp>
23398              Date: Tue, 30 Mar 2004 00:53:52 +0900
23399      Branch: perl
23400            ! ext/Errno/Errno_pm.PL
23401 ____________________________________________________________________________
23402 [ 22610] By: davem                                 on 2004/03/29  21:20:35
23403         Log: various win32 build fixes
23404
23405              Subject: Re: [PATCH] Re: MinGW/GCC vs MSVC++ on Win32
23406              From: Steve Hay <steve.hay@uk.radan.com>
23407              Date: Tue, 23 Mar 2004 10:42:12 +0000
23408              Message-ID: <40601484.7040905@uk.radan.com>
23409
23410              Subject: [PATCH] distclean on Win32 should delete perl.base
23411              From: Steve Hay <steve.hay@uk.radan.com>
23412              Date: Tue, 23 Mar 2004 11:35:56 +0000
23413              Message-ID: <4060211C.8020704@uk.radan.com>
23414
23415              Subject: Re: [PATCH] Create debug symbols files on Windows even for release
23416              From: Steve Hay <steve.hay@uk.radan.com>
23417              Date: Fri, 26 Mar 2004 10:46:07 +0000
23418              Message-ID: <406409EF.9020404@uk.radan.com>
23419      Branch: perl
23420            ! win32/Makefile win32/makefile.mk
23421 ____________________________________________________________________________
23422 [ 22609] By: davem                                 on 2004/03/29  20:46:36
23423         Log: Subject: [perl #27986] IPC::Open3 fails in mod_perl (tie bug)
23424              From: "Benjamin J. Tilly" (via RT) <perlbug-followup@perl.org>
23425              Date: 26 Mar 2004 21:02:19 -0000
23426              Message-ID: <rt-3.0.8-27986-82842.3.55447645581215@perl.org>
23427
23428              The forked child should make sure STDIN and STDOUT aren't tied
23429              before messing with them
23430      Branch: perl
23431            ! lib/IPC/Open3.pm
23432 ____________________________________________________________________________
23433 [ 22608] By: davem                                 on 2004/03/29  20:10:05
23434         Log: backout change 22606 (make gv_fullname() include a literal '^')
23435              it breaks select.
23436      Branch: perl
23437            ! gv.c t/op/gv.t
23438 ____________________________________________________________________________
23439 [ 22607] By: davem                                 on 2004/03/28  15:10:48
23440         Log: update -Dx to cope with lexical version of OP_AELEMFAST
23441      Branch: perl
23442            ! dump.c
23443 ____________________________________________________________________________
23444 [ 22606] By: davem                                 on 2004/03/28  15:08:23
23445         Log: make gv_fullname() etc include a literal '^' for *^FOO style names
23446      Branch: perl
23447            ! gv.c t/op/gv.t
23448 ____________________________________________________________________________
23449 [ 22605] By: davem                                 on 2004/03/28  13:11:30
23450         Log: pv_display() had code to display \n etc as escapes but it didn't
23451              actually work.
23452      Branch: perl
23453            ! dump.c
23454 ____________________________________________________________________________
23455 [ 22604] By: davem                                 on 2004/03/28  10:55:30
23456         Log: fix typo in change 22597
23457      Branch: perl
23458            ! op.h
23459 ____________________________________________________________________________
23460 [ 22601] By: davem                                 on 2004/03/27  10:22:52
23461         Log: Subject:  [PATCH] -Dusemallocwrap for VMS)
23462              From:  "Craig A. Berry" <craigberry@mac.com>
23463              Date:  Fri, 26 Mar 2004 22:46:50 -0600
23464              Message-Id:  <4065073A.30007@mac.com>
23465
23466              Mimic in configure.com what Configure does to enable or disable
23467              the new feature -Dusemallocwrap
23468      Branch: perl
23469            ! configure.com
23470 ____________________________________________________________________________
23471 [ 22600] By: davem                                 on 2004/03/27  02:04:03
23472         Log: Subject:  [PATCH] don't clean-up perly.* on VMS
23473              From:  "Craig A. Berry" <craigberry@mac.com>
23474              Date:  Fri, 26 Mar 2004 16:54:44 -0600
23475              Message-Id:  <4064B4B4.2030203@mac.com>
23476
23477              refrain from getting rid of perly.c and perly.h now that there are
23478              no longer VMS-specific overrides for these files
23479      Branch: perl
23480            ! vms/descrip_mms.template
23481 ____________________________________________________________________________
23482 [ 22599] By: davem                                 on 2004/03/27  01:54:09
23483         Log: string corruption with lvalue sub
23484              Depending on the context, the same substr OP may want to return
23485              a PVLV or an LV on subsequent invcations. If TARG is the wrong
23486              type, use a mortal instead.
23487      Branch: perl
23488            ! pp.c t/op/substr.t
23489 ____________________________________________________________________________
23490 [ 22597] By: davem                                 on 2004/03/26  18:56:50
23491         Log: Clarify op.h comments for which ops the OPpDEREF* private flags
23492              are actually used; update Concise.pm to match
23493      Branch: perl
23494            ! ext/B/B/Concise.pm op.h
23495 ____________________________________________________________________________
23496 [ 22596] By: davem                                 on 2004/03/26  18:53:09
23497         Log: fix for change #22594; if using test.pl, must tell perl where to
23498              find it!
23499      Branch: perl
23500            ! t/comp/hints.t
23501 ____________________________________________________________________________
23502 [ 22595] By: davem                                 on 2004/03/26  17:28:48
23503         Log: document the return value of an empty sub
23504      Branch: perl
23505            ! pod/perlsub.pod
23506 ____________________________________________________________________________
23507 [ 22594] By: davem                                 on 2004/03/26  13:05:50
23508         Log: - hints hash was being double freed on scope exit
23509      Branch: perl
23510            ! op.c scope.c scope.h t/comp/hints.t
23511 ____________________________________________________________________________
23512 [ 22593] By: ams                                   on 2004/03/26  08:59:15
23513         Log: Subject: Re: [perl #27906] stat documentation correction
23514              From: Andy Lester <andy@petdance.com>
23515              Date: Wed, 24 Mar 2004 21:48:30 -0600
23516              Message-Id: <20040325034830.GA5865@petdance.com>
23517              (Applied with a correction from Spider Boardman.)
23518      Branch: perl
23519            ! pod/perlfunc.pod t/op/stat.t
23520 ____________________________________________________________________________
23521 [ 22592] By: davem                                 on 2004/03/26  01:24:24
23522         Log: fix some comments in perly.y
23523      Branch: perl
23524            ! perly.y
23525 ____________________________________________________________________________
23526 [ 22591] By: davem                                 on 2004/03/26  01:16:55
23527         Log: Blessed reference to anonymous glob
23528              Stop *$$x=$x giving "Attempt to free unreferenced scalar" warning
23529      Branch: perl
23530            ! sv.c t/op/ref.t
23531 ____________________________________________________________________________
23532 [ 22586] By: davem                                 on 2004/03/24  22:16:30
23533         Log: Subject: [perl #27748] 'find2perl' bug: -exec causes chdir error
23534              From: "jdhedden@1979.usna.com (via RT)" <perlbug-followup@perl.org>
23535              Date: 18 Mar 2004 20:25:50 -0000
23536              Message-ID: <rt-3.0.8-27748-82270.2.99482909739062@perl.org>
23537
23538              Cwd code was planted in the output executable after the exit, so
23539              was never run.
23540      Branch: perl
23541            ! x2p/find2perl.PL
23542 ____________________________________________________________________________
23543 [ 22585] By: nicholas                              on 2004/03/24  21:42:25
23544         Log: Remaining smoked platforms where malloc wrap is known to work.
23545              Data for Irix and NetBSD would be useful - they probably will work too.
23546              Will Unicos work? Place bets now...
23547      Branch: perl
23548            ! hints/aix.sh hints/bsdos.sh hints/dec_osf.sh hints/freebsd.sh
23549            ! hints/hpux.sh hints/linux.sh hints/openbsd.sh
23550            ! hints/solaris_2.sh
23551 ____________________________________________________________________________
23552 [ 22584] By: davem                                 on 2004/03/24  21:14:08
23553         Log: Subject: [perl #27790] split docs: say the string is EXPR
23554              From: Dan Jacobson (via RT) <perlbug-followup@perl.org>
23555              Date: 20 Mar 2004 05:21:07 -0000
23556              Message-ID: <rt-3.0.8-27790-82358.14.5476352902536@perl.org>
23557
23558              Minor documentation nit in split
23559      Branch: perl
23560            ! pod/perlfunc.pod
23561 ____________________________________________________________________________
23562 [ 22582] By: nicholas                              on 2004/03/24  19:15:29
23563         Log: mintest will pass if I skip the correct number of tests. D'oh!
23564      Branch: perl
23565            ! t/op/magic.t
23566 ____________________________________________________________________________
23567 [ 22579] By: nicholas                              on 2004/03/24  14:59:16
23568         Log: Subject: Re: [PATCH] Fix PERL_MALLOC_WRAP change for Win32
23569              From: Steve Hay <steve.hay@uk.radan.com>
23570              Message-ID: <40618D1C.7000601@uk.radan.com>
23571              Date: Wed, 24 Mar 2004 13:29:00 +0000
23572      Branch: perl
23573            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
23574            ! win32/config_H.vc64
23575 ____________________________________________________________________________
23576 [ 22578] By: rgs                                   on 2004/03/24  13:54:31
23577         Log: Good catch from Dave Mitchell; plus a null pointer protection.
23578      Branch: perl
23579            ! scope.c
23580 ____________________________________________________________________________
23581 [ 22577] By: nicholas                              on 2004/03/24  11:51:46
23582         Log: Unlike perl, 0 in void context isn't special cased in C :-)
23583              (So it warns). Tweak the no-action malloc wrap checkers to avoid
23584              warnings.
23585      Branch: perl
23586            ! handy.h
23587 ____________________________________________________________________________
23588 [ 22576] By: nicholas                              on 2004/03/24  10:29:16
23589         Log: Export PL_memory_wrap based on PERL_MALLOC_WRAP rather than
23590              NO_MALLOC_WRAP following Configure changes. Identical patch to
23591              mine supplied by Steve Hay while I was working on this.
23592              IP shootout at dawn :-)
23593      Branch: perl
23594            ! makedef.pl
23595 ____________________________________________________________________________
23596 [ 22572] By: nicholas                              on 2004/03/24  09:14:21
23597         Log: Tidy up function prototypes in the light of suidpatch
23598      Branch: perl
23599            ! embed.fnc embed.h perl.c proto.h
23600 ____________________________________________________________________________
23601 [ 22571] By: nicholas                              on 2004/03/23  22:35:09
23602         Log: Make usemallocwrap a Configure-time question. Default is yes for
23603              usedevel, no otherwise, but I'm expecting hints files on known
23604              good platforms to override this. (and known bad)
23605              Demonstration hints file for darwin.
23606      Branch: perl
23607            ! Configure config_h.SH hints/darwin.sh perl.h
23608 ____________________________________________________________________________
23609 [ 22569] By: nicholas                              on 2004/03/23  17:47:44
23610         Log: hv_delete_common was freeing the key, then passing the freed pointer
23611              to S_hv_notallowed. D'oh!
23612      Branch: perl
23613            ! hv.c
23614 ____________________________________________________________________________
23615 [ 22566] By: nicholas                              on 2004/03/23  16:23:58
23616         Log: Unify 5.008 and 5.009's B::Concise 0.58
23617      Branch: perl
23618            ! ext/B/B/Concise.pm
23619 ____________________________________________________________________________
23620 [ 22565] By: nicholas                              on 2004/03/23  16:05:28
23621         Log: Unify 5.008 and 5.009's B::Concise 0.56
23622      Branch: perl
23623            ! ext/B/B/Concise.pm
23624 ____________________________________________________________________________
23625 [ 22564] By: rgs                                   on 2004/03/23  13:43:49
23626         Log: Fix bug [perl #27839] returning @+ out of scope loses its value :
23627
23628              Subject: Re: Wondering about returned regex special arrays on going out of scope
23629              From: hv@crypt.org
23630              Date: Fri, 05 Mar 2004 17:42:25 +0000
23631              Message-Id: <200403051742.i25HgPd11240@zen.crypt.org>
23632
23633              plus a test case.
23634      Branch: perl
23635            ! pp_hot.c t/op/magic.t
23636 ____________________________________________________________________________
23637 [ 22563] By: nicholas                              on 2004/03/23  13:38:11
23638         Log: Subject: [PATCH] 5.9.1 suidperl
23639              From: psz@maths.usyd.edu.au (Paul Szabo)
23640              Message-Id: <200403182117.i2ILHug513080@milan.maths.usyd.edu.au>
23641              Date: Fri, 19 Mar 2004 08:17:56 +1100 (EST)
23642
23643              (which variables renamed as requested, plus tweaks to work on platforms
23644              with no ST_NOEXEC)
23645      Branch: perl
23646            ! embedvar.h intrpvar.h perl.c perl.h perlapi.h
23647 ____________________________________________________________________________
23648 [ 22560] By: rgs                                   on 2004/03/22  21:29:51
23649         Log: Update the -v copyright notice.
23650      Branch: perl
23651            ! perl.c
23652 ____________________________________________________________________________
23653 [ 22559] By: nicholas                              on 2004/03/22  21:05:09
23654         Log: Don't assume that the chmod will always work.
23655              (It won't for files on *BSD where chflags has set uchg, which is
23656              what the OS X perforce client does)
23657      Branch: perl
23658            ! t/op/filetest.t
23659 ____________________________________________________________________________
23660 [ 22557] By: rgs                                   on 2004/03/22  20:46:52
23661         Log: Clarifications on constants subroutines, based on:
23662
23663              Subject: [perl #27768] [patch] wrong examples in perlsub/"Constant Functions"
23664              From: "padre@elte.hu (via RT)" <perlbug-followup@perl.org>
23665              Date: 19 Mar 2004 14:56:09 -0000
23666              Message-ID: <rt-3.0.8-27768-82310.5.12766475665209@perl.org>
23667      Branch: perl
23668            ! pod/perlsub.pod
23669 ____________________________________________________________________________
23670 [ 22556] By: rgs                                   on 2004/03/22  20:30:41
23671         Log: Subject: [PATCH] Re: ../lib/ExtUtils/t/Embed.t failure on Win32/GCC
23672              From: Steve Hay <steve.hay@uk.radan.com>
23673              Date: Mon, 22 Mar 2004 14:44:46 +0000
23674              Message-ID: <405EFBDE.4090209@uk.radan.com>
23675      Branch: perl
23676            ! README.win32
23677 ____________________________________________________________________________
23678 [ 22553] By: rgs                                   on 2004/03/22  19:25:59
23679         Log: Subject: Re: [PATCH] warn on !=~
23680              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
23681              Date: Mon, 22 Mar 2004 10:32:05 -0800
23682              Message-ID: <20040322183106.GA1284@efn.org>
23683
23684              More warnings for this case.
23685      Branch: perl
23686            ! t/lib/warnings/toke toke.c
23687 ____________________________________________________________________________
23688 [ 22549] By: rgs                                   on 2004/03/21  17:22:42
23689         Log: Finally, this "Negative repeat count" warning wasn't such a great
23690              idea. Disable it. But add tests for this :
23691
23692              Subject: Re: [perl #27811] (@x) x -1 is a panic
23693              From: Andy Lester <andy@petdance.com>
23694              Date: Sun, 21 Mar 2004 09:27:04 -0600
23695              Message-ID: <20040321152704.GA9041@petdance.com>
23696      Branch: perl
23697            ! pp.c t/lib/warnings/pp t/op/repeat.t
23698 ____________________________________________________________________________
23699 [ 22548] By: rgs                                   on 2004/03/21  16:40:27
23700         Log: Subject: [PATCH sv.h] Nobody has used SvPVbyte_force?
23701              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
23702              Date: Sun, 21 Mar 2004 21:49:53 +0900
23703              Message-Id: <20040321213628.2461.BQW10602@nifty.com>
23704      Branch: perl
23705            ! sv.h
23706 ____________________________________________________________________________
23707 [ 22547] By: rgs                                   on 2004/03/21  13:36:27
23708         Log: I must be tired today.
23709      Branch: perl
23710            ! lib/utf8.t
23711 ____________________________________________________________________________
23712 [ 22546] By: rgs                                   on 2004/03/21  13:26:33
23713         Log: Silence a gcc warning.
23714      Branch: perl
23715            ! sv.c
23716 ____________________________________________________________________________
23717 [ 22545] By: rgs                                   on 2004/03/21  13:18:01
23718         Log: Subject: Re: [perl #27803] perl crashes when utf8::upgrade($offsetOK_scalar)
23719              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
23720              Date: Sun, 21 Mar 2004 15:19:22 +0900
23721              Message-Id: <20040321151828.DAC6.BQW10602@nifty.com>
23722      Branch: perl
23723            ! lib/utf8.t sv.c
23724 ____________________________________________________________________________
23725 [ 22544] By: rgs                                   on 2004/03/21  13:12:53
23726         Log: Subject: [PATCH] fix memory bug in vms.c:mp_do_tounixspec
23727              From: "Craig A. Berry" <craigberry@mac.com>
23728              Date: Sat, 20 Mar 2004 21:51:45 -0600
23729              Message-ID: <405D1151.3040308@mac.com>
23730      Branch: perl
23731            ! vms/vms.c
23732 ____________________________________________________________________________
23733 [ 22543] By: rgs                                   on 2004/03/21  13:06:20
23734         Log: Add a new warning "Negative repeat count"
23735              for the cases $x x -1.
23736      Branch: perl
23737            ! pod/perlop.pod pp.c t/lib/warnings/pp
23738 ____________________________________________________________________________
23739 [ 22542] By: rgs                                   on 2004/03/20  11:49:21
23740         Log: Subject: [PATCH] warn on !=~
23741              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
23742              Date: Thu, 18 Mar 2004 22:24:09 -0800
23743              Message-ID: <20040319062035.GA3768@efn.org>
23744
23745              with an improvement suggested by Ton Hospel.
23746      Branch: perl
23747            ! pod/perldiag.pod t/lib/warnings/toke toke.c
23748 ____________________________________________________________________________
23749 [ 22541] By: rgs                                   on 2004/03/20  10:19:59
23750         Log: Subject: makefile.95 tweak
23751              From: Greg Matheson <lang@ms.chinmin.edu.tw>
23752              Date: Fri, 19 Mar 2004 18:15:25 +0800
23753              Message-ID: <20040319181525.A6347@ms.chinmin.edu.tw>
23754      Branch: perl
23755            ! win32/makefile.mk
23756 ____________________________________________________________________________
23757 [ 22540] By: rgs                                   on 2004/03/20  10:15:36
23758         Log: \x80\xFF is not valid UTF-8.
23759      Branch: perl
23760            ! pod/perluniintro.pod
23761 ____________________________________________________________________________
23762 [ 22539] By: rgs                                   on 2004/03/19  23:09:13
23763         Log: Subject: [perl #24821] enhancement patch for B::Concise
23764              From: jim cromie <jcromie@divsol.com>
23765              Date: Wed, 17 Mar 2004 14:12:43 -0700
23766              Message-ID: <4058BF4B.1000004@divsol.com>
23767              (Only the Concise.pm part, with documentation nits)
23768      Branch: perl
23769            ! ext/B/B/Concise.pm
23770 ____________________________________________________________________________
23771 [ 22538] By: nicholas                              on 2004/03/19  12:15:23
23772         Log: Subject:  [PATCH] open.pm: allow upper-cased EUC
23773              From:  Autrijus Tang <autrijus@autrijus.org>
23774              Date:  Fri, 19 Mar 2004 18:27:10 +0800
23775              Message-Id:  <20040319102710.GA91216@aut.dyndns.org>
23776      Branch: perl
23777            ! lib/open.pm
23778 ____________________________________________________________________________
23779 [ 22537] By: nicholas                              on 2004/03/19  11:59:01
23780         Log: Subject: [PATCH] Move Win32.pm/Win32.xs from libwin32 module to core Perl
23781              From: Jan Dubois <jand@activestate.com>
23782              Message-ID: <lg2k509o51b8openotuetdts6go7pn4udo@4ax.com>
23783              Date: Thu, 18 Mar 2004 13:13:49 -0800
23784
23785              Subject: Re: [PATCH] Move Win32.pm/Win32.xs from libwin32 module to core Perl
23786              From: Steve Hay <steve.hay@uk.radan.com>
23787              Message-ID: <405ACC6D.1040804@uk.radan.com>
23788              Date: Fri, 19 Mar 2004 10:33:17 +0000
23789      Branch: perl
23790            + win32/ext/Win32/Makefile.PL win32/ext/Win32/Win32.pm
23791            + win32/ext/Win32/Win32.xs
23792            - lib/Win32.pod
23793            ! MANIFEST win32/Makefile win32/makefile.mk
23794 ____________________________________________________________________________
23795 [ 22536] By: nicholas                              on 2004/03/19  11:43:35
23796         Log: Change Storable.xs to conditionally include ppport.h for pre 5.8.0
23797              This allows the ppport.h to be deleted from ext/Storable, which will
23798              reduce the potential for confusion.
23799              Bump Storable's version to 2.12; update the ChangeLog
23800      Branch: perl
23801            - ext/Storable/ppport.h
23802            ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST
23803            ! ext/Storable/README ext/Storable/Storable.pm
23804            ! ext/Storable/Storable.xs
23805 ____________________________________________________________________________
23806 [ 22535] By: nicholas                              on 2004/03/19  11:03:18
23807         Log: Move Beau Cox's ppport.h fixes into PPPort.pm
23808      Branch: perl
23809            ! ext/Devel/PPPort/PPPort.pm
23810 ____________________________________________________________________________
23811 [ 22534] By: rgs                                   on 2004/03/19  10:13:14
23812         Log: Nit in perluniintro about the U0 and C0 templates,
23813              noticed by Steve Hay.
23814      Branch: perl
23815            ! pod/perluniintro.pod
23816 ____________________________________________________________________________
23817 [ 22533] By: ams                                   on 2004/03/19  02:57:40
23818         Log: Subject: [PATCH] Storable PERL_NO_GET_CONTEXT
23819              From: beau@beaucox.com
23820              Date: Thu, 18 Mar 2004 12:45:45 -1000
23821              Message-Id: <20040318_224545_009145.beau@beaucox.com>
23822      Branch: perl
23823            + ext/Storable/ppport.h
23824            ! MANIFEST ext/Storable/MANIFEST ext/Storable/Storable.xs
23825 ____________________________________________________________________________
23826 [ 22532] By: rgs                                   on 2004/03/18  20:33:02
23827         Log: Subject: [PATCH] range operator warnings / 64-bit fix
23828              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
23829              Date: Wed, 10 Mar 2004 21:45:48 +0100
23830              Message-Id: <20040310214548.4f5e3ab1@r2d2>
23831      Branch: perl
23832            ! pp_ctl.c pp_hot.c t/op/range.t
23833 ____________________________________________________________________________
23834 [ 22531] By: davem                                 on 2004/03/18  19:02:32
23835         Log: add code comment for change 22525
23836      Branch: perl
23837            ! pp.c
23838 ____________________________________________________________________________
23839 [ 22530] By: rgs                                   on 2004/03/18  18:21:32
23840         Log: Add a perl592delta.pod man page.
23841      Branch: perl
23842            + pod/perl592delta.pod
23843            ! MANIFEST Makefile.SH pod.lst pod/perl.pod pod/perltoc.pod
23844            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
23845            ! win32/pod.mak
23846 ____________________________________________________________________________
23847 [ 22528] By: nicholas                              on 2004/03/18  16:58:06
23848         Log: Corrections and explanations in comments
23849      Branch: perl
23850            ! ext/Storable/Storable.xs
23851 ____________________________________________________________________________
23852 [ 22527] By: nicholas                              on 2004/03/18  16:50:25
23853         Log: Subject:  pumpkin fodder
23854              From:  Jarkko Hietaniemi <jhi@cc.hut.fi>
23855              Date:  Fri, 12 Mar 2004 15:16:57 +0200 (EET)
23856              Message-Id:  <200403121316.i2CDGv1Y254951@kosh.hut.fi>
23857      Branch: perl
23858            ! lib/unicore/README.perl
23859 ____________________________________________________________________________
23860 [ 22526] By: rgs                                   on 2004/03/18  14:33:14
23861         Log: Detypo.
23862      Branch: perl
23863            ! makedef.pl
23864 ____________________________________________________________________________
23865 [ 22525] By: davem                                 on 2004/03/18  14:13:16
23866         Log: make ~$x give warning is $x isn't initialised.
23867              Also add test for uninitialised warning in & op.
23868      Branch: perl
23869            ! pp.c t/lib/warnings/sv
23870 ____________________________________________________________________________
23871 [ 22524] By: rgs                                   on 2004/03/18  13:20:07
23872         Log: Try to fix the AIX and Windows builds regarding the
23873              definedness of the PL_memory_wrap symbol.
23874      Branch: perl
23875            ! makedef.pl
23876 ____________________________________________________________________________
23877 [ 22523] By: rgs                                   on 2004/03/18  08:27:34
23878         Log: Bump bleadperl's version number to 5.9.2.
23879      Branch: perl
23880            ! NetWare/Makefile NetWare/config_H.wc Porting/config.sh
23881            ! Porting/config_H epoc/config.sh epoc/createpkg.pl patchlevel.h
23882            ! plan9/config.plan9 win32/Makefile win32/config_H.bc
23883            ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
23884            ! win32/makefile.mk wince/Makefile.ce
23885 ____________________________________________________________________________
23886 [ 22521] By: rgs                                   on 2004/03/17  19:13:03
23887         Log: Subject: [PATCH] format/casting/warning RE: perl 5.9.1
23888              From: Robin Barker <Robin.Barker@npl.co.uk>
23889              Date: Wed, 17 Mar 2004 18:37:10 -0000
23890              Message-ID: <533D273D4014D411AB1D00062938C4D90404682E@hotel.npl.co.uk>
23891      Branch: perl
23892            ! dump.c ext/Socket/Socket.xs pad.c util.c
23893 ____________________________________________________________________________
23894 [ 22520] By: rgs                                   on 2004/03/17  18:20:54
23895         Log: Optimize away the assignment in the constructs C<my $s = undef>,
23896              C<my @a = ()>, C<my %h = ()>.
23897      Branch: perl
23898            ! op.c
23899 ____________________________________________________________________________
23900 [ 22517] By: nicholas                              on 2004/03/17  17:58:44
23901         Log: Subject: malloc wrappage
23902              From: Jarkko Hietaniemi <jhi@iki.fi>
23903              Message-Id: <37BF70DE-5C0E-11D8-B5A1-00039362CB92@iki.fi>
23904              Date: Tue, 10 Feb 2004 23:15:14 +0200
23905
23906              plus change croak to Perl_croak_nocontext to make ithread safe
23907              plus make it conditional on PERL_MALLOC_WRAP (default for blead is on)
23908      Branch: perl
23909            ! av.c handy.h perl.h pod/perldiag.pod pp.c
23910 ____________________________________________________________________________
23911 [ 22516] By: nicholas                              on 2004/03/17  16:10:57
23912         Log: Add auto-require of modules to restore overloading (and tests)
23913      Branch: perl
23914            + ext/Storable/t/HAS_OVERLOAD.pm
23915            ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST
23916            ! ext/Storable/Storable.xs ext/Storable/t/overload.t
23917 ____________________________________________________________________________
23918 [ 22515] By: nicholas                              on 2004/03/17  15:48:03
23919         Log: Add regression tests for the auto-require of STORABLE_thaw
23920      Branch: perl
23921            + ext/Storable/t/HAS_HOOK.pm
23922            ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST
23923            ! ext/Storable/t/blessed.t
23924 ____________________________________________________________________________
23925 [ 22514] By: nicholas                              on 2004/03/16  22:36:49
23926         Log: Move the PERLVAR(Ireentrant_buffer, REENTR*) outside the ITHREADS
23927              block. This allows the re-entrant API to be used with ithreads,
23928              which in turn permits -Dusethreads -Uuseithreads -Uuse5005threads
23929              (Which may seem inane, but makes perl threaded at the C level
23930              without enabling ithreads)
23931      Branch: perl
23932            ! intrpvar.h
23933 ____________________________________________________________________________
23934 [ 22513] By: rgs                                   on 2004/03/16  21:55:10
23935         Log: Add a lchown() call to the POSIX module. [perl #27547]
23936      Branch: perl
23937            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
23938 ____________________________________________________________________________
23939 [ 22512] By: rgs                                   on 2004/03/16  21:29:41
23940         Log: Subject: [PATCH] Re: Perl and Parrot disagree about sched_yield on Solaris
23941              From: Andrew Dougherty <doughera@lafayette.edu>
23942              Date: Tue, 16 Mar 2004 16:38:58 -0500 (EST)
23943              Message-ID: <Pine.SOL.4.58.0403161635590.27628@maxwell.phys.lafayette.edu>
23944      Branch: perl
23945            ! hints/solaris_2.sh
23946 ____________________________________________________________________________
23947 [ 22511] By: rgs                                   on 2004/03/16  21:27:02
23948         Log: Restore the "DEVEL" locally-applied-patches version tag in blead.
23949      Branch: perl
23950            ! patchlevel.h
23951 ____________________________________________________________________________
23952 [ 22510] By: rgs                                   on 2004/03/16  18:29:39
23953         Log: Update Changes. (again)
23954      Branch: perl
23955            ! Changes
23956 ____________________________________________________________________________
23957 [ 22509] By: rgs                                   on 2004/03/16  18:19:52
23958         Log: Update copyright notices
23959      Branch: perl
23960            ! cop.h cv.h doio.c doop.c dump.c embed.h embed.pl embedvar.h
23961            ! form.h global.sym gv.c handy.h hv.c mg.c op.c op.h opcode.h
23962            ! opcode.pl opnames.h pad.c patchlevel.h perl.c perl.h perlapi.h
23963            ! perlio.c pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c
23964            ! proto.h regexec.c scope.c scope.h sv.c sv.h thread.h
23965            ! universal.c utf8.c util.c
23966 ____________________________________________________________________________
23967 [ 22508] By: rgs                                   on 2004/03/16  16:31:03
23968         Log: Regenerate META.yml
23969      Branch: perl
23970            ! META.yml
23971 ____________________________________________________________________________
23972 [ 22507] By: rgs                                   on 2004/03/16  15:36:32
23973         Log: Update Changes.
23974      Branch: perl
23975            ! Changes
23976 ____________________________________________________________________________
23977 [ 22506] By: rgs                                   on 2004/03/16  15:32:42
23978         Log: This is 5.9.1.
23979      Branch: perl
23980            ! patchlevel.h
23981 ____________________________________________________________________________
23982 [ 22505] By: rgs                                   on 2004/03/16  15:28:55
23983         Log: We'll ship 5.9.1 today.
23984      Branch: perl
23985            ! pod/perlhist.pod
23986 ____________________________________________________________________________
23987 [ 22504] By: rgs                                   on 2004/03/16  15:25:22
23988         Log: More perldelta updates.
23989      Branch: perl
23990            ! pod/perl591delta.pod
23991 ____________________________________________________________________________
23992 [ 22503] By: rgs                                   on 2004/03/16  13:23:34
23993         Log: Since the signature.t test of CPAN relies on a non-core module,
23994              it's not relevant to the perl core distribution.
23995      Branch: perl
23996            - lib/CPAN/t/signature.t
23997            ! MANIFEST
23998 ____________________________________________________________________________
23999 [ 22502] By: rgs                                   on 2004/03/15  21:54:56
24000         Log: Fix the order of arguments in the usage message of
24001              POSIX::chown(). It's different from the POSIX order but
24002              it's the same than CORE::chown(). Damn.
24003      Branch: perl
24004            ! ext/POSIX/POSIX.pm
24005 ____________________________________________________________________________
24006 [ 22501] By: rgs                                   on 2004/03/15  17:09:26
24007         Log: Subject: Re: Smoke [5.9.1] 22491 FAIL(M) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
24008              From: Steve Hay <steve.hay@uk.radan.com>
24009              Date: Mon, 15 Mar 2004 10:28:02 +0000
24010              Message-ID: <40558532.30002@uk.radan.com>
24011
24012              Plus, restore patch #22489
24013      Branch: perl
24014            ! win32/Makefile win32/makefile.mk
24015 ____________________________________________________________________________
24016 [ 22500] By: davem                                 on 2004/03/14  20:13:47
24017         Log: scope exit could expose freed local() value
24018      Branch: perl
24019            ! scope.c t/op/localref.t
24020 ____________________________________________________________________________
24021 [ 22499] By: davem                                 on 2004/03/14  17:01:34
24022         Log: strict 'subs' didn't warn on bareword array index
24023      Branch: perl
24024            ! op.c t/lib/strict/subs
24025 ____________________________________________________________________________
24026 [ 22498] By: rgs                                   on 2004/03/14  12:52:17
24027         Log: Four Storable patches towards Storable 2.11 :
24028
24029              Subject: Re: [perl #27616] Storable can't freeze restricted hashes in canonical order
24030              From: Nicholas Clark <nick@ccl4.org>
24031              Date: Sat, 13 Mar 2004 15:13:28 +0000
24032              Message-ID: <20040313151327.GS701@plum.flirble.org>
24033
24034              Date: Sat, 13 Mar 2004 20:23:45 +0000
24035              Message-ID: <20040313202345.GX701@plum.flirble.org>
24036
24037              Date: Sat, 13 Mar 2004 22:20:07 +0000
24038              Message-ID: <20040313222007.GZ701@plum.flirble.org>
24039
24040              Date: Sat, 13 Mar 2004 23:03:46 +0000
24041              Message-ID: <20040313230345.GB701@plum.flirble.org>
24042      Branch: perl
24043            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
24044            ! ext/Storable/Storable.xs ext/Storable/t/blessed.t
24045            ! ext/Storable/t/restrict.t
24046 ____________________________________________________________________________
24047 [ 22497] By: rgs                                   on 2004/03/13  21:27:57
24048         Log: Subject: [perl #27567] [patch] a typo and a mistake in perltoot.pod
24049              From: "padre@elte.hu (via RT)" <perlbug-followup@perl.org>
24050              Date: 10 Mar 2004 17:05:09 -0000
24051              Message-ID: <rt-3.0.8-27567-81174.13.282806825515@perl.org>
24052      Branch: perl
24053            ! pod/perltoot.pod
24054 ____________________________________________________________________________
24055 [ 22496] By: rgs                                   on 2004/03/13  21:16:59
24056         Log: More small perldelta updates.
24057      Branch: perl
24058            ! pod/perl591delta.pod
24059 ____________________________________________________________________________
24060 [ 22495] By: rgs                                   on 2004/03/13  20:05:20
24061         Log: Revert change #22489, that seems to cause build failures on Windows.
24062      Branch: perl
24063            ! win32/Makefile win32/makefile.mk
24064 ____________________________________________________________________________
24065 [ 22494] By: rgs                                   on 2004/03/13  19:55:43
24066         Log: Subject: Re: [PATCH] Stop splitpod truncating sprintf manpage
24067              From: Steve Hay <steve.hay@uk.radan.com>
24068              Date: Fri, 12 Mar 2004 08:38:41 +0000
24069              Message-ID: <40517711.9030204@uk.radan.com>
24070      Branch: perl
24071            ! pod/splitpod
24072 ____________________________________________________________________________
24073 [ 22493] By: rgs                                   on 2004/03/12  23:39:16
24074         Log: perl591delta nits. Regenerate the tables of contents.
24075      Branch: perl
24076            ! pod/perl591delta.pod pod/perlmodlib.pod pod/perltoc.pod
24077 ____________________________________________________________________________
24078 [ 22492] By: rgs                                   on 2004/03/12  21:35:49
24079         Log: Update perl591delta. Include a small to-do list in it.
24080      Branch: perl
24081            ! pod/perl591delta.pod
24082 ____________________________________________________________________________
24083 [ 22491] By: rgs                                   on 2004/03/12  20:08:31
24084         Log: Subject: [PATCH] Math::BigInt v1.70, bignum 0.15, Math::BigRat 0.12
24085              From: Tels <perl_dummy@bloodgate.com>
24086              Date: Fri, 12 Mar 2004 18:02:30 +0100
24087              Message-Id: <200403121802.31679@bloodgate.com>
24088      Branch: perl
24089            + lib/Math/BigInt/t/_e_math.t
24090            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt/t/bare_mbf.t
24091            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
24092            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/with_sub.t
24093            ! lib/bigint.pm lib/bignum.pm
24094 ____________________________________________________________________________
24095 [ 22490] By: rgs                                   on 2004/03/12  18:31:12
24096         Log: Fix a bug in the cloning of regexps
24097
24098              Subject: Re: [perl #27530] Regex qr// interpolation fails when chr(0) is used in a thread
24099              From: hv@crypt.org
24100              Date: Thu, 11 Mar 2004 16:21:50 +0000
24101              Message-Id: <200403111621.i2BGLoi20225@zen.crypt.org>
24102              (plus another similar fix)
24103      Branch: perl
24104            ! sv.c
24105 ____________________________________________________________________________
24106 [ 22489] By: rgs                                   on 2004/03/12  18:26:34
24107         Log: Subject: [PATCH] Fix minitest target in Win32 makefiles
24108              From: Steve Hay <steve.hay@uk.radan.com>
24109              Date: Fri, 12 Mar 2004 15:52:23 +0000
24110              Message-ID: <4051DCB7.107@uk.radan.com>
24111      Branch: perl
24112            ! win32/Makefile win32/makefile.mk
24113 ____________________________________________________________________________
24114 [ 22488] By: rgs                                   on 2004/03/11  22:57:29
24115         Log: Document the new behaviour of the substr lvalue :
24116              Subject: Re: [perl #24346] pulling in stuff from outside the substr lvalue window
24117              From: Dave Mitchell <davem@fdisolutions.com>
24118              Date: Mon, 1 Mar 2004 23:59:21 +0000
24119              Message-ID: <20040301235921.GC6469@fdisolutions.com>
24120      Branch: perl
24121            ! pod/perlfunc.pod
24122 ____________________________________________________________________________
24123 [ 22485] By: davem                                 on 2004/03/11  14:52:58
24124         Log: make op/write.t work better under stdio by running the subtests
24125              in the child process rather than the parent.
24126      Branch: perl
24127            ! t/op/write.t
24128 ____________________________________________________________________________
24129 [ 22484] By: merijn                                on 2004/03/11  10:08:17
24130         Log: Subject: Re: [PATCH] Re: Proposal to remove support for MachTen
24131              From: Dominic Dunlop <shouldbedomo@mac.com>
24132              Date: Thu, 11 Mar 2004 10:34:01 +0100
24133              Message-Id: <3B07B7FC-733F-11D8-AC24-000A27839BD6@mac.com>
24134      Branch: perl
24135            ! README.machten hints/machten.sh
24136 ____________________________________________________________________________
24137 [ 22483] By: nicholas                              on 2004/03/10  20:38:49
24138         Log: croaking for readonly SVs in Perl_sv_utf8_upgrade_flags was a mistake
24139              back this out until we have a tangible policy
24140      Branch: perl
24141            ! sv.c
24142 ____________________________________________________________________________
24143 [ 22482] By: rgs                                   on 2004/03/10  16:16:00
24144         Log: Upgrade to Cwd 2.17.
24145      Branch: perl
24146            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
24147 ____________________________________________________________________________
24148 [ 22481] By: rgs                                   on 2004/03/10  10:55:12
24149         Log: Subject: Re: [PATCH] More "distclean" tidy ups on Win32
24150              From: Steve Hay <steve.hay@uk.radan.com>
24151              Date: Wed, 10 Mar 2004 10:58:15 +0000
24152              Message-ID: <404EF4C7.9090107@uk.radan.com>
24153      Branch: perl
24154            ! win32/Makefile win32/makefile.mk
24155 ____________________________________________________________________________
24156 [ 22480] By: rgs                                   on 2004/03/10  09:25:36
24157         Log: Change 22476 left out a similar fix for ExtUtils::MM_Win32
24158              (noticed by Steve Hay.)
24159              Also, update MANIFEST.SKIP to be in line with the renaming
24160              "blibdirs" to "blibdirs.exists".
24161      Branch: perl
24162            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/MM_Win32.pm
24163 ____________________________________________________________________________
24164 [ 22479] By: rgs                                   on 2004/03/10  09:07:03
24165         Log: A patch by Richard Foley to reduce the amount of
24166              forkage between the 5.8 and 5.9 debuggers.
24167      Branch: perl
24168            ! lib/perl5db.pl
24169 ____________________________________________________________________________
24170 [ 22478] By: chip                                  on 2004/03/09  23:51:41
24171         Log: In line-buffered mode, flush on the *last* newline,
24172              not on every newline.
24173      Branch: perl
24174            ! perlio.c
24175 ____________________________________________________________________________
24176 [ 22477] By: rgs                                   on 2004/03/09  22:27:22
24177         Log: Subject: [PATCH] More "distclean" tidy ups on Win32
24178              From: Steve Hay <steve.hay@uk.radan.com>
24179              Date: Fri, 05 Mar 2004 09:56:36 +0000
24180              Message-ID: <40484ED4.1050001@uk.radan.com>
24181              (only the win32 makefiles part)
24182      Branch: perl
24183            ! win32/Makefile win32/makefile.mk
24184 ____________________________________________________________________________
24185 [ 22476] By: rgs                                   on 2004/03/09  21:45:49
24186         Log: Subject: [PATCH] bleadperl/MM/VMS (was Re: perl@22413)
24187              From: "Craig A. Berry" <craigberry@mac.com>
24188              Date: Mon, 08 Mar 2004 08:18:43 -0600
24189              Message-ID: <404C80C3.6090009@mac.com>
24190
24191              Avoid to build everything twice on VMS.
24192              This is done by renaming the blibdirs target to blibdirs.exists.
24193              No, I don't understand why.
24194      Branch: perl
24195            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_NW5.pm
24196            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
24197            ! lib/ExtUtils/t/INST_PREFIX.t
24198 ____________________________________________________________________________
24199 [ 22474] By: rgs                                   on 2004/03/09  20:29:02
24200         Log: Improve the "Prototype mismatch" error message when
24201              the redefined subroutine didn't have any prototype.
24202      Branch: perl
24203            ! op.c t/comp/redef.t
24204 ____________________________________________________________________________
24205 [ 22473] By: mhx                                   on 2004/03/09  19:09:20
24206         Log: Revert change #22472, but keep the new tests.
24207      Branch: perl
24208            ! pp_ctl.c t/op/range.t
24209 ____________________________________________________________________________
24210 [ 22472] By: mhx                                   on 2004/03/09  18:41:15
24211         Log: Subject: Re: undef and the range operator
24212              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
24213              Date: Mon, 8 Mar 2004 21:49:55 +0100
24214              Message-Id: <20040308214955.3d8be3a6@r2d2>
24215      Branch: perl
24216            ! pp_ctl.c t/op/range.t
24217 ____________________________________________________________________________
24218 [ 22471] By: nicholas                              on 2004/03/09  16:11:37
24219         Log: Make a temporary copy of the input buffer in pp_send, so that send
24220              and syswrite don't gratuitously upgrade their input to UTF8
24221      Branch: perl
24222            ! pp_sys.c t/op/sysio.t
24223 ____________________________________________________________________________
24224 [ 22470] By: rgs                                   on 2004/03/09  15:27:38
24225         Log: Upgrade to Cwd 2.16
24226      Branch: perl
24227            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
24228 ____________________________________________________________________________
24229 [ 22469] By: rgs                                   on 2004/03/09  14:56:10
24230         Log: Upgrade to CGI.pm 3.04.
24231      Branch: perl
24232            ! lib/CGI.pm lib/CGI/Cookie.pm
24233 ____________________________________________________________________________
24234 [ 22468] By: rgs                                   on 2004/03/08  15:35:59
24235         Log: perl591delta.pod update.
24236      Branch: perl
24237            ! pod/perl591delta.pod
24238 ____________________________________________________________________________
24239 [ 22467] By: rgs                                   on 2004/03/08  10:43:23
24240         Log: Another makefile portability fix for Win32 by Steve Hay.
24241      Branch: perl
24242            ! win32/Makefile win32/makefile.mk
24243 ____________________________________________________________________________
24244 [ 22466] By: rgs                                   on 2004/03/08  08:06:33
24245         Log: Subject: [PATCH] win32_fstat has a potential buffer overrun problem
24246              From: Jan Dubois <jand@ActiveState.com>
24247              Date: Sun, 07 Mar 2004 17:04:35 -0800
24248              Message-ID: <8lgn409p4k2kpde8d428d7a4r7fsgjc8b4@4ax.com>
24249      Branch: perl
24250            ! win32/win32.c
24251 ____________________________________________________________________________
24252 [ 22465] By: nicholas                              on 2004/03/07  23:31:49
24253         Log: Fix Dave's original shared hash key corruption bug
24254      Branch: perl
24255            ! sv.c
24256 ____________________________________________________________________________
24257 [ 22463] By: nicholas                              on 2004/03/07  21:34:01
24258         Log: Add a readonly check to Perl_sv_utf8_upgrade_flags, a regresion test
24259              in utf8.t, and fix 3 bugs it exposed in utfhash.t
24260      Branch: perl
24261            ! lib/utf8.t sv.c t/op/utfhash.t
24262 ____________________________________________________________________________
24263 [ 22462] By: rgs                                   on 2004/03/07  20:34:05
24264         Log: Subject: undef and the range operator
24265              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
24266              Date: Sun, 7 Mar 2004 21:11:20 +0100
24267              Message-Id: <20040307211120.10e46933@r2d2>
24268      Branch: perl
24269            ! pp_ctl.c t/op/range.t
24270 ____________________________________________________________________________
24271 [ 22459] By: rgs                                   on 2004/03/07  18:41:36
24272         Log: Subject: Re: [PATCH Cwd 2.15] test tweak for VMS
24273              From: "Ken Williams" <ken@mathforum.org>
24274              Date: Sun, 7 Mar 2004 09:37:19 -0600
24275              Message-Id: <51C75B2A-704D-11D8-BBD2-003065F6D85A@mathforum.org>
24276      Branch: perl
24277            ! ext/Cwd/t/cwd.t
24278 ____________________________________________________________________________
24279 [ 22456] By: rgs                                   on 2004/03/07  14:08:43
24280         Log: Subject: [PATCH t/op/closure.t] line-end tweak for VMS
24281              From: "Craig A. Berry" <craigberry@mac.com>
24282              Date: Sat, 06 Mar 2004 22:50:25 -0600
24283              Message-ID: <404AAA11.8050001@mac.com>
24284      Branch: perl
24285            ! t/op/closure.t
24286 ____________________________________________________________________________
24287 [ 22452] By: rgs                                   on 2004/03/06  21:24:45
24288         Log: Subject: [PATCH Cwd 2.15] test tweak for VMS
24289              From: "Craig A. Berry" <craigberry@mac.com>
24290              Date: Sat, 06 Mar 2004 13:51:55 -0600
24291              Message-ID: <404A2BDB.8030401@mac.com>
24292      Branch: perl
24293            ! ext/Cwd/t/cwd.t
24294 ____________________________________________________________________________
24295 [ 22451] By: rgs                                   on 2004/03/06  21:09:10
24296         Log: Allow syslog() to use numeric constants in addition to strings for
24297              facility names and priorities.
24298
24299              Subject: Patch for Sys::Syslog
24300              From: Jim Schneider <jschneid@netilla.com>
24301              Date: Fri, 5 Mar 2004 14:03:10 -0500
24302              Message-Id: <200403051403.10674.jschneid@netilla.com>
24303      Branch: perl
24304            ! ext/Sys/Syslog/Syslog.pm
24305 ____________________________________________________________________________
24306 [ 22446] By: nicholas                              on 2004/03/06  16:13:48
24307         Log: Make threads tests pass make minitest (by skipping)
24308      Branch: perl
24309            ! t/op/getpid.t t/op/threads.t
24310 ____________________________________________________________________________
24311 [ 22445] By: davem                                 on 2004/03/06  15:25:32
24312         Log: fix coredump in /(?{sub{}})/
24313      Branch: perl
24314            ! pad.c
24315 ____________________________________________________________________________
24316 [ 22444] By: rgs                                   on 2004/03/05  21:19:06
24317         Log: A small perluniintro clarification by Jarkko.
24318      Branch: perl
24319            ! pod/perluniintro.pod
24320 ____________________________________________________________________________
24321 [ 22443] By: rgs                                   on 2004/03/05  14:13:50
24322         Log: Subject: [PATCH] Re: Strange segfault
24323              From: mhx-perl@gmx.net (Marcus Holland-Moritz)
24324              Date: Fri, 5 Mar 2004 15:13:53 +0100
24325              Message-ID: <20040305151353.5f3e913c@r2d2>
24326      Branch: perl
24327            ! pp_ctl.c t/op/range.t
24328 ____________________________________________________________________________
24329 [ 22442] By: rgs                                   on 2004/03/05  09:31:22
24330         Log: Subject: [PATCH] Fix PERLEXE_ICO/PERLEXE_RES targets in makefile.mk on Win32
24331              From: steve.hay@uk.radan.com (Steve Hay)
24332              Date: Fri, 05 Mar 2004 09:42:32 +0000
24333              Message-ID: <40484B88.7070608@uk.radan.com>
24334      Branch: perl
24335            ! win32/makefile.mk
24336 ____________________________________________________________________________
24337 [ 22441] By: rgs                                   on 2004/03/05  08:53:08
24338         Log: Change 22436 broke the Windows build.
24339              Fix by Steve Hay.
24340      Branch: perl
24341            ! ext/POSIX/POSIX.xs
24342 ____________________________________________________________________________
24343 [ 22440] By: davem                                 on 2004/03/05  00:09:23
24344         Log: silence some compiler warnings
24345      Branch: perl
24346            ! pp_ctl.c sv.c
24347 ____________________________________________________________________________
24348 [ 22439] By: davem                                 on 2004/03/04  23:56:42
24349         Log: ensure utf8::encode() normalises its arg
24350      Branch: perl
24351            ! sv.c
24352 ____________________________________________________________________________
24353 [ 22438] By: davem                                 on 2004/03/04  23:32:38
24354         Log: Memory leak in continue loop
24355              make sure redo always frees temps
24356      Branch: perl
24357            ! pp_ctl.c t/op/loopctl.t
24358 ____________________________________________________________________________
24359 [ 22437] By: davem                                 on 2004/03/04  22:03:17
24360         Log: Add perldiag entry for change #22435 (deprecate my $x if 0)
24361      Branch: perl
24362            ! pod/perldiag.pod
24363 ____________________________________________________________________________
24364 [ 22436] By: rgs                                   on 2004/03/04  21:52:18
24365         Log: Subject: [PATCH] Re: [perl #25270] 5.8.3 - POSIX::ctermid() on Solaris
24366              From: Andrew Dougherty <doughera@lafayette.edu>
24367              Date: Thu, 4 Mar 2004 14:41:07 -0500 (EST)
24368              Message-ID: <Pine.SOL.4.58.0403041438350.5863@maxwell.phys.lafayette.edu>
24369      Branch: perl
24370            ! ext/POSIX/POSIX.xs
24371 ____________________________________________________________________________
24372 [ 22435] By: davem                                 on 2004/03/04  21:39:47
24373         Log: add deprecation warning for my $x if 0
24374      Branch: perl
24375            ! op.c t/lib/warnings/op
24376 ____________________________________________________________________________
24377 [ 22434] By: davem                                 on 2004/03/04  21:38:57
24378         Log: remove an 'if $a if 0' from AutoSplit.t
24379      Branch: perl
24380            ! lib/AutoSplit.t
24381 ____________________________________________________________________________
24382 [ 22433] By: davem                                 on 2004/03/04  20:33:44
24383         Log: retract 22328 and 22332: deprecation warning for my $x if foo
24384      Branch: perl
24385            ! embed.h op.c opcode.h opcode.pl pod/perldiag.pod pp.sym
24386            ! pp_proto.h t/lib/warnings/op
24387 ____________________________________________________________________________
24388 [ 22432] By: rgs                                   on 2004/03/04  12:18:11
24389         Log: Maintainers.pl update by MJD.
24390      Branch: perl
24391            ! Porting/Maintainers.pl
24392 ____________________________________________________________________________
24393 [ 22431] By: rgs                                   on 2004/03/04  10:35:59
24394         Log: Fix [perl #27357] Scalar Win32::GetOSVersion() broken in 5.8.3
24395              (by Steve Hay)
24396      Branch: perl
24397            + t/win32/getosversion.t
24398            ! MANIFEST win32/win32.c
24399 ____________________________________________________________________________
24400 [ 22430] By: rgs                                   on 2004/03/04  08:03:54
24401         Log: Clarify the difference between utf8::downgrade/upgrade
24402              and utf8::encode/decode (patch by Jarkko).
24403      Branch: perl
24404            ! lib/utf8.pm pod/perluniintro.pod
24405 ____________________________________________________________________________
24406 [ 22429] By: rgs                                   on 2004/03/03  23:01:56
24407         Log: A couple of notes in perl591delta
24408              (about Benchmark and the debugger.)
24409      Branch: perl
24410            ! pod/perl591delta.pod
24411 ____________________________________________________________________________
24412 [ 22428] By: rgs                                   on 2004/03/03  22:15:42
24413         Log: Subject: [PATCH] simplify sv.h
24414              From: Arthur Bergman <sky@nanisky.com>
24415              Date: Sun, 29 Feb 2004 22:04:53 +0000
24416              Message-Id: <4D3C272C-6B03-11D8-B799-000A95A2734C@nanisky.com>
24417      Branch: perl
24418            ! sv.h
24419 ____________________________________________________________________________
24420 [ 22427] By: rgs                                   on 2004/03/03  21:55:03
24421         Log: Speed up the unicode case mappings (for /i, lc, uc, etc).
24422              Subject: [PATCH] [perl #24826]
24423              From: Jarkko Hietaniemi <jhi@iki.fi>
24424              Date: Wed, 3 Mar 2004 09:37:21 +0200
24425              Message-Id: <9B5CBF96-6CE5-11D8-83B0-00039362CB92@iki.fi>
24426      Branch: perl
24427            ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl
24428            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
24429            ! lib/unicore/mktables t/uni/case.pl utf8.c
24430 ____________________________________________________________________________
24431 [ 22426] By: rgs                                   on 2004/03/03  21:04:48
24432         Log: Subject: [PATCH] debugger (5.8.x and 5.9.x)
24433              From: Richard.Foley@t-online.de (Richard Foley)
24434              Date: Wed, 3 Mar 2004 16:10:25 +0100
24435              Message-Id: <200403031610.25080.richard.foley@rfi.net>
24436      Branch: perl
24437            ! lib/perl5db.pl
24438 ____________________________________________________________________________
24439 [ 22425] By: davem                                 on 2004/03/03  00:02:51
24440         Log: stop t/op/write.t failures under stdio by always closing files
24441              before reading them back; also replace `cat file` with a function
24442              to read in the file
24443      Branch: perl
24444            ! t/op/write.t
24445 ____________________________________________________________________________
24446 [ 22424] By: nicholas                              on 2004/03/02  22:22:49
24447         Log: Change the skip logic on the unicode tests so that they don't rely on
24448              miniperl's "dynamic loading unavailable" message
24449      Branch: perl
24450            ! t/uni/chomp.t t/uni/tr_7jis.t t/uni/tr_eucjp.t t/uni/tr_sjis.t
24451            ! t/uni/tr_utf8.t
24452 ____________________________________________________________________________
24453 [ 22423] By: nicholas                              on 2004/03/02  22:02:36
24454         Log: Work on eliminating systematic failures on make minitest:
24455              make minitest passes a -minitest flag to t/TEST
24456              t/TEST sees this and sets $ENV{PERL_CORE_MINITEST}
24457              Tests can choose to skip based on this.
24458              (Other tactic is to make loading of Errno by %! happen at run time.)
24459      Branch: perl
24460            ! Makefile.SH t/TEST t/io/binmode.t t/io/crlf.t t/io/layers.t
24461            ! t/io/open.t t/io/print.t t/io/read.t t/op/magic.t
24462 ____________________________________________________________________________
24463 [ 22422] By: davem                                 on 2004/03/02  21:33:22
24464         Log: Remove machine-dependent rounding dependency from write overflow
24465              tests
24466      Branch: perl
24467            ! t/op/write.t
24468 ____________________________________________________________________________
24469 [ 22421] By: rgs                                   on 2004/03/02  21:25:12
24470         Log: Subject: [PATCH] nmake distclean cleans too much from lib/Digest on Win32
24471              From: Steve Hay <steve.hay@uk.radan.com>
24472              Date: Fri, 27 Feb 2004 17:42:26 +0000
24473              Message-ID: <403F8182.5090607@uk.radan.com>
24474      Branch: perl
24475            ! win32/Makefile win32/makefile.mk
24476 ____________________________________________________________________________
24477 [ 22419] By: davem                                 on 2004/03/01  22:17:52
24478         Log: add tests for change 22414 (lvalue substr jollity)
24479              courtesy of Graham Barr.
24480      Branch: perl
24481            ! t/op/substr.t
24482 ____________________________________________________________________________
24483 [ 22418] By: davem                                 on 2004/03/01  22:00:11
24484         Log: integrate Time::HiRes 1.56 from CPAN
24485              (which is itself mostly derived from the bleedperl version)
24486      Branch: perl
24487            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
24488            ! ext/Time/HiRes/Makefile.PL
24489 ____________________________________________________________________________
24490 [ 22417] By: mhx                                   on 2004/02/29  21:46:19
24491         Log: Make panics a bit more verbose to ease debugging.
24492      Branch: perl
24493            ! thread.h
24494 ____________________________________________________________________________
24495 [ 22415] By: davem                                 on 2004/02/29  18:06:45
24496         Log: make test breaks permissions on /dev/tty
24497              perl -i could fchmod(stdin) by mistake
24498      Branch: perl
24499            ! doio.c
24500 ____________________________________________________________________________
24501 [ 22414] By: davem                                 on 2004/02/29  16:21:34
24502         Log: Subject: Re: [perl #24346] pulling in stuff from outside the substr lvalue
24503              From: Graham Barr <gbarr@pobox.com>
24504              Date: Wed, 29 Oct 2003 09:56:53 +0000
24505              Message-Id: <3993BF6C-09F6-11D8-B6DD-0003938857CC@pobox.com>
24506
24507              make a variable aliased to an lvalue substr value work as expected
24508      Branch: perl
24509            ! mg.c
24510 ____________________________________________________________________________
24511 [ 22411] By: nicholas                              on 2004/02/29  13:08:28
24512         Log: Bump Socket's version to a real floating point value
24513      Branch: perl
24514            ! ext/Socket/Socket.pm
24515 ____________________________________________________________________________
24516 [ 22410] By: ams                                   on 2004/02/29  04:29:24
24517         Log: Back out _01 version suffix.
24518      Branch: perl
24519            ! ext/Storable/Storable.pm
24520 ____________________________________________________________________________
24521 [ 22409] By: davem                                 on 2004/02/28  23:29:10
24522         Log: Bump version numbers of moules affected by change #22258
24523              (removing /tmp and other insecurities)
24524      Branch: perl
24525            ! ext/DB_File/DB_File.pm ext/Devel/PPPort/PPPort.pm
24526            ! ext/Socket/Socket.pm ext/Storable/Storable.pm
24527            ! ext/Time/HiRes/HiRes.pm lib/CGI/Cookie.pm
24528            ! lib/ExtUtils/MakeMaker.pm lib/Memoize.pm lib/Shell.pm
24529            ! lib/perl5db.pl
24530 ____________________________________________________________________________
24531 [ 22408] By: davem                                 on 2004/02/28  22:37:08
24532         Log: make the bison-based parser threadsafe and capable of deep
24533              recursion by eradicating Perl_yylex_r()
24534      Branch: perl
24535            ! embed.fnc embed.h embedvar.h intrpvar.h mg.c perl.h perlapi.h
24536            ! perly.c proto.h toke.c
24537 ____________________________________________________________________________
24538 [ 22407] By: nicholas                              on 2004/02/28  16:10:20
24539         Log: Use File::Temp for tempfiles if it is available.
24540              (Based on a patch from Solar Designer <solar@openwall.com> in
24541              Message-ID: <20040125222218.GA13499@openwall.com>, the bulk of which
24542              was applied as change 22258)
24543      Branch: perl
24544            ! utils/perlbug.PL
24545 ____________________________________________________________________________
24546 [ 22406] By: mhx                                   on 2004/02/28  15:04:41
24547         Log: Fix segfaults when running under -Dx.
24548      Branch: perl
24549            ! dump.c
24550 ____________________________________________________________________________
24551 [ 22403] By: nicholas                              on 2004/02/27  17:56:30
24552         Log: Assimilate Cwd 2.15 from CPAN
24553      Branch: perl
24554            ! ext/Cwd/Changes lib/Cwd.pm
24555 ____________________________________________________________________________
24556 [ 22401] By: nicholas                              on 2004/02/27  16:27:19
24557         Log: Create a new local $_ without triggering tie by using local *_ = \my $a
24558              (an idea from Ton Hospel, Message-Id: <c1igq3$n84$1@post.home.lunix>)
24559      Branch: perl
24560            ! lib/File/Find.pm lib/File/Find/t/find.t
24561 ____________________________________________________________________________
24562 [ 22400] By: merijn                                on 2004/02/27  15:25:27
24563         Log: When threads are active we need -lpthread, but previous `fix' of
24564              now linked libraries invalidated the regex for sed (AIX 5 has no
24565              seperate libc.a and libc_r.a the latter links to the first)
24566      Branch: perl
24567            ! hints/aix.sh
24568 ____________________________________________________________________________
24569 [ 22397] By: nicholas                              on 2004/02/27  13:13:43
24570         Log: Correct thinko in comment.
24571      Branch: perl
24572            ! op.c
24573 ____________________________________________________________________________
24574 [ 22393] By: nicholas                              on 2004/02/27  10:41:39
24575         Log: In hsplit, if a normal hash has placeholders then clear them before
24576              splitting. We can do this safely because Storable ensures hsplit is
24577              not called while it builds restricted hashes (actually any hashes)
24578              This change may not make things faster, but now we have the choice.
24579      Branch: perl
24580            ! ext/Storable/t/restrict.t hv.c
24581 ____________________________________________________________________________
24582 [ 22391] By: nicholas                              on 2004/02/27  10:27:38
24583         Log: My re-implementation of hv_clear_placeholders was buggy - not sure why
24584              the tests still passed. Fixed.
24585      Branch: perl
24586            ! hv.c
24587 ____________________________________________________________________________
24588 [ 22383] By: nicholas                              on 2004/02/26  14:59:40
24589         Log: Moving all the e-mail addresses over by 1 column makes them start on
24590              an 8 column tabstop, which makes editing this file easier.
24591              So then I replaced spaces with tabs and made it smaller too.
24592      Branch: perl
24593            ! AUTHORS
24594 ____________________________________________________________________________
24595 [ 22382] By: nicholas                              on 2004/02/26  14:49:13
24596         Log: Add Mark Fowler
24597      Branch: perl
24598            ! AUTHORS
24599 ____________________________________________________________________________
24600 [ 22381] By: nicholas                              on 2004/02/26  13:11:07
24601         Log: Integrate:
24602              [ 22339]
24603              Mention 5.005_04 RC2
24604
24605              [ 22360]
24606              Update for 5.005_04 release
24607      Branch: perl
24608           !> pod/perlhist.pod
24609 ____________________________________________________________________________
24610 [ 22380] By: rgs                                   on 2004/02/26  13:03:43
24611         Log: Subject: [PATCH] Improved perlapi documentation for croak
24612              From: Mark Fowler <mark@twoshortplanks.com>
24613              Date: Wed, 25 Feb 2004 22:47:21 +0000 (GMT)
24614              Message-ID: <Pine.LNX.4.55.0402252242510.32152@gan.twoshortplanks.com>
24615
24616              (and regenerate perlapi.pod.)
24617      Branch: perl
24618            ! pod/perlapi.pod util.c
24619 ____________________________________________________________________________
24620 [ 22379] By: merijn                                on 2004/02/26  08:44:53
24621         Log: From: Art Haas <ahaas@airmail.net>
24622              Subject: Replacing '-rdynamic' in Configure script
24623              Date: Fri, 20 Feb 2004 13:53:56 -0600
24624              Message-ID: <20040220195400.31177.qmail@onion.perl.org>
24625      Branch: perl
24626            ! Configure
24627 ____________________________________________________________________________
24628 [ 22377] By: davem                                 on 2004/02/25  21:07:44
24629         Log: remove my work address
24630      Branch: perl
24631            ! AUTHORS
24632 ____________________________________________________________________________
24633 [ 22376] By: davem                                 on 2004/02/25  17:10:56
24634         Log: stop "const in void context" warning for a const in an
24635              optimised-away boolean expresssion, eg 5 || print;
24636      Branch: perl
24637            ! op.c op.h t/lib/warnings/op
24638 ____________________________________________________________________________
24639 [ 22375] By: merijn                                on 2004/02/25  11:13:12
24640         Log: Skip the Net/Ping/450_service failures on HP-UX for the time being
24641      Branch: perl
24642            ! lib/Net/Ping/t/450_service.t
24643 ____________________________________________________________________________
24644 [ 22374] By: merijn                                on 2004/02/25  09:32:12
24645         Log: AIX hints stage 3: remove AIX 3 and AIX 4 after split off
24646              One open issue left: promoting to cc_r for threaded builds
24647              need a review to permit users using -Dcc=xlc_r for non
24648              threaded builds
24649      Branch: perl
24650            ! hints/aix.sh
24651 ____________________________________________________________________________
24652 [ 22373] By: davem                                 on 2004/02/24  23:25:52
24653         Log: fix memory leak in @_ = ...; goto &sub
24654      Branch: perl
24655            ! pp_ctl.c
24656 ____________________________________________________________________________
24657 [ 22372] By: rgs                                   on 2004/02/24  22:44:34
24658         Log: Enhance test cleanliness by a very small factor.
24659      Branch: perl
24660            ! t/comp/parser.t
24661 ____________________________________________________________________________
24662 [ 22371] By: rgs                                   on 2004/02/24  22:34:06
24663         Log: Fix a segfault during optree construction. (bug #27024)
24664      Branch: perl
24665            ! op.c t/comp/parser.t
24666 ____________________________________________________________________________
24667 [ 22370] By: rgs                                   on 2004/02/24  20:39:26
24668         Log: Update Changes and AUTHORS.
24669      Branch: perl
24670            ! AUTHORS Changes
24671 ____________________________________________________________________________
24672 [ 22369] By: rgs                                   on 2004/02/24  19:53:51
24673         Log: Subject: [PATCH] optimization for map in scalar context
24674              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
24675              Date: Tue, 24 Feb 2004 12:02:57 +0100
24676              Message-id: <20040224110257.GA5510@ethan>
24677      Branch: perl
24678            ! pp_ctl.c
24679 ____________________________________________________________________________
24680 [ 22368] By: rgs                                   on 2004/02/24  19:30:12
24681         Log: Subject: Bugfix for perlrequick and perlretut
24682              From: Mark Kvale <kvale@phy.ucsf.edu>
24683              Date: Tue, 24 Feb 2004 11:32:34 -0800
24684              Message-Id: <200402241132.34656.kvale@phy.ucsf.edu>
24685      Branch: perl
24686            ! pod/perlrequick.pod pod/perlretut.pod
24687 ____________________________________________________________________________
24688 [ 22367] By: rgs                                   on 2004/02/23  22:08:33
24689         Log: Instead of localising *_, use a dummy foreach loop to get
24690              a local value of $_
24691      Branch: perl
24692            ! lib/File/Find.pm
24693 ____________________________________________________________________________
24694 [ 22366] By: rgs                                   on 2004/02/23  21:40:02
24695         Log: Subject: Re: [perl #24338] Attribute::Handlers will trash UNIVERSAL
24696              From: alan <alan@pair.com>
24697              Date: Tue, 17 Feb 2004 14:23:08 -0500 (EST)
24698              Message-ID: <Pine.BSF.4.58.0402171418090.80983@smx.pair.com>
24699      Branch: perl
24700            ! lib/Attribute/Handlers.pm
24701 ____________________________________________________________________________
24702 [ 22365] By: rgs                                   on 2004/02/23  21:30:42
24703         Log: Update perl591delta.
24704      Branch: perl
24705            ! pod/perl591delta.pod
24706 ____________________________________________________________________________
24707 [ 22364] By: rgs                                   on 2004/02/23  20:56:38
24708         Log: Fix bug #26910: hints were not propagated into (?{...})
24709              blocks, except the utf8 pragma.
24710      Branch: perl
24711            ! pp_ctl.c t/lib/strict/refs t/lib/strict/subs t/lib/strict/vars
24712 ____________________________________________________________________________
24713 [ 22363] By: rgs                                   on 2004/02/23  19:15:53
24714         Log: Subject: Re: [perl #26905] "use bytes" doesn't apply byte semantics to concatenation
24715              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
24716              Date: Sun, 22 Feb 2004 16:09:33 +0900
24717              Message-Id: <20040222160505.98E5.BQW10602@nifty.com>
24718
24719              Subject: [PATCH] Encode::CN::HZ (was Re: [perl #26905] "use bytes" doesn't apply byte semantics to concatenation)
24720              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
24721              Date: Sun, 22 Feb 2004 18:41:43 +0900
24722              Message-Id: <20040222182357.6B39.BQW10602@nifty.com>
24723
24724              Plus, add a "_01" to the theoretical version number of Encode::CN::HZ.
24725      Branch: perl
24726            ! ext/Encode/lib/Encode/CN/HZ.pm pp_hot.c t/op/concat.t
24727 ____________________________________________________________________________
24728 [ 22362] By: rgs                                   on 2004/02/23  18:31:31
24729         Log: Subject: [PATCH] Benchmark for child processes
24730              From: Chia-liang Kao <clkao@clkao.org>
24731              Date: Mon, 23 Feb 2004 22:53:51 +0800
24732              Message-ID: <20040223145351.GH94376@portege.clkao.org>
24733      Branch: perl
24734            ! lib/Benchmark.pm
24735 ____________________________________________________________________________
24736 [ 22359] By: merijn                                on 2004/02/23  11:55:08
24737         Log: Subject: Re: Perl 5.8.1 on IRIX 5.3
24738              Date: Thu, 22 Jan 2004 18:35:26 +0100 (CET)
24739              From: Georg Schwarz <geos@epost.de>
24740              Message-Id: <E1Ajijm-0006ya-LE@mikro.physik.TU-Berlin.DE>
24741      Branch: perl
24742            ! hints/irix_5.sh
24743 ____________________________________________________________________________
24744 [ 22358] By: rgs                                   on 2004/02/22  21:49:47
24745         Log: Subject: initial patch for cygwin IPC via cygserver
24746              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
24747              Date: Thu, 19 Feb 2004 09:01:13 -0800
24748              Message-ID: <20040219170113.GA2792@efn.org>
24749      Branch: perl
24750            ! ext/IPC/SysV/hints/cygwin.pl hints/cygwin.sh
24751 ____________________________________________________________________________
24752 [ 22357] By: davem                                 on 2004/02/22  15:43:53
24753         Log: Extend OP_AELEMFAST optimisation to lexical arrays
24754      Branch: perl
24755            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm op.c op.h pp_hot.c
24756 ____________________________________________________________________________
24757 [ 22356] By: rgs                                   on 2004/02/21  16:51:52
24758         Log: We're not binary compatible with 5.8.
24759              Change PERL_API_VERSION to 5.9.1.
24760      Branch: perl
24761            ! patchlevel.h
24762 ____________________________________________________________________________
24763 [ 22355] By: rgs                                   on 2004/02/21  16:30:02
24764         Log: Document change #22353 in perldelta.
24765      Branch: perl
24766            ! pod/perl591delta.pod
24767 ____________________________________________________________________________
24768 [ 22354] By: rgs                                   on 2004/02/21  16:23:54
24769         Log: Increment the version number of B, due to the incompatible
24770              API change introduced by #22353 (no more op_seq method.)
24771      Branch: perl
24772            ! ext/B/B.pm
24773 ____________________________________________________________________________
24774 [ 22353] By: rgs                                   on 2004/02/21  16:18:32
24775         Log: Subject: Re: op_seq (was: Freeing code)
24776              From: Paul Johnson <paul@pjcj.net>
24777              Date: Sat, 21 Feb 2004 02:31:47 +0100
24778              Message-ID: <20040221013147.GB6953@pjcj.net>
24779
24780              Rework the OP structure to use less space.
24781              Remove op_seq (and simulate it in dump.c),
24782              replace it by op_opt and op_static,
24783              shrink op_type, remove PL_op_seqmax.
24784      Branch: perl
24785            ! bytecode.pl dump.c embed.h embedvar.h ext/B/B.xs
24786            ! ext/B/B/Asmdata.pm ext/B/B/C.pm ext/B/B/Concise.pm
24787            ! ext/B/B/Debug.pm ext/ByteLoader/byterun.c
24788            ! ext/ByteLoader/byterun.h intrpvar.h op.c op.h perlapi.h
24789            ! pod/perlintern.pod sv.c
24790 ____________________________________________________________________________
24791 [ 22352] By: rgs                                   on 2004/02/20  17:29:32
24792         Log: When you write C<my $_ ; for (...) {...}>, the lexical $_
24793              is not actually introduced by the for statement.
24794      Branch: perl
24795            ! op.c
24796 ____________________________________________________________________________
24797 [ 22351] By: davem                                 on 2004/02/20  15:38:10
24798         Log: remove a split test's dependence on -Dx output
24799              (needed after change #22343)
24800      Branch: perl
24801            ! t/op/split.t
24802 ____________________________________________________________________________
24803 [ 22350] By: davem                                 on 2004/02/20  15:34:27
24804         Log: add Deparse/Concise support for inplace sort (change 22349)
24805      Branch: perl
24806            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm
24807 ____________________________________________________________________________
24808 [ 22349] By: davem                                 on 2004/02/20  14:54:35
24809         Log: optimise the sorting inplace of plain arrays: @a = sort @a
24810      Branch: perl
24811            ! op.c op.h pp_sort.c t/op/sort.t
24812 ____________________________________________________________________________
24813 [ 22348] By: davem                                 on 2004/02/20  14:18:13
24814         Log: Document the SVf_PADSTALE flag
24815      Branch: perl
24816            ! pad.c
24817 ____________________________________________________________________________
24818 [ 22347] By: rgs                                   on 2004/02/20  10:46:51
24819         Log: Delete lib/IPC/SysV.t (duplicate of ext/IPC/SysV/t/ipcsysv.t)
24820      Branch: perl
24821            - lib/IPC/SysV.t
24822            ! MANIFEST
24823 ____________________________________________________________________________
24824 [ 22346] By: rgs                                   on 2004/02/20  10:23:51
24825         Log: Subject: [PATCH] genmk95.pl touchup for distclean on Win98
24826              From: Greg Matheson <lang@ms.chinmin.edu.tw>
24827              Date: Fri, 20 Feb 2004 15:34:59 +0800
24828              Message-ID: <20040220153459.A30249@ms.chinmin.edu.tw>
24829      Branch: perl
24830            ! win32/genmk95.pl
24831 ____________________________________________________________________________
24832 [ 22345] By: rgs                                   on 2004/02/20  08:21:47
24833         Log: Upgrade to Term::ANSIColor 1.08.
24834      Branch: perl
24835            ! lib/Term/ANSIColor.pm lib/Term/ANSIColor/ChangeLog
24836            ! lib/Term/ANSIColor/README lib/Term/ANSIColor/test.pl
24837 ____________________________________________________________________________
24838 [ 22344] By: rgs                                   on 2004/02/19  21:17:10
24839         Log: Upgrade to prereleases of Math::BigInt 1.70 and
24840              Math::BigRat 0.12, by Tels.
24841      Branch: perl
24842            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
24843            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/CalcEmu.pm
24844            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bare_mbi.t
24845            ! lib/Math/BigInt/t/bare_mif.t lib/Math/BigInt/t/bigfltpm.inc
24846            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
24847            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
24848            ! lib/Math/BigInt/t/bigints.t lib/Math/BigInt/t/biglog.t
24849            ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/config.t
24850            ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/mbimbf.t
24851            ! lib/Math/BigInt/t/req_mbfw.t lib/Math/BigInt/t/sub_mbf.t
24852            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/sub_mif.t
24853            ! lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
24854            ! lib/Math/BigInt/t/use_mbfw.t lib/Math/BigInt/t/with_sub.t
24855            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigfltpm.inc
24856            ! lib/Math/BigRat/t/bigfltrt.t lib/Math/BigRat/t/bigrat.t
24857            ! lib/bigint.pm t/lib/Math/BigInt/BareCalc.pm
24858            ! t/lib/Math/BigInt/Scalar.pm t/lib/Math/BigRat/Test.pm
24859 ____________________________________________________________________________
24860 [ 22343] By: davem                                 on 2004/02/19  13:43:18
24861         Log: -Dx could coredump on threaded builds because consts are now
24862              stored in the pad
24863      Branch: perl
24864            ! dump.c
24865 ____________________________________________________________________________
24866 [ 22342] By: rgs                                   on 2004/02/18  21:38:13
24867         Log: Add a tool to report dual-lived core modules that don't
24868              have the same version than the corresponding module on CPAN.
24869      Branch: perl
24870            + Porting/corecpan.pl
24871            ! MANIFEST
24872 ____________________________________________________________________________
24873 [ 22341] By: rgs                                   on 2004/02/18  14:04:11
24874         Log: Document the removal of PERL_XS_APIVERSION and PERL_PM_APIVERSION.
24875      Branch: perl
24876            ! pod/perl591delta.pod
24877 ____________________________________________________________________________
24878 [ 22338] By: rgs                                   on 2004/02/18  13:32:17
24879         Log: Add base.pm and fields.pm to the maintainer list.
24880              Remove a duplicate file from this list.
24881      Branch: perl
24882            ! Porting/Maintainers.pl
24883 ____________________________________________________________________________
24884 [ 22337] By: davem                                 on 2004/02/18  13:22:13
24885         Log: fix write test: -small_number may be displayed as 00.00 or -0.00
24886      Branch: perl
24887            ! t/op/write.t
24888 ____________________________________________________________________________
24889 [ 22334] By: merijn                                on 2004/02/18  12:18:52
24890         Log: Removed pm_apiversion and xs_apiversion as requested by
24891              the pumpkin. Chainsaw was still in perfect working order.
24892      Branch: perl
24893            ! Configure Cross/config.sh-arm-linux NetWare/config.wc
24894            ! NetWare/config_H.wc Porting/Glossary Porting/config.sh
24895            ! Porting/config_H config_h.SH configure.com epoc/config.sh
24896            ! plan9/config.plan9 plan9/config_h.sample
24897            ! plan9/config_sh.sample uconfig.h uconfig.sh win32/config.bc
24898            ! win32/config.gc win32/config.vc win32/config.vc64
24899            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
24900            ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
24901 ____________________________________________________________________________
24902 [ 22332] By: davem                                 on 2004/02/18  11:14:43
24903         Log: Add tests for the C<my $x if foo> deprecation, and change the
24904              warning text
24905      Branch: perl
24906            ! op.c pod/perldiag.pod t/lib/warnings/op
24907 ____________________________________________________________________________
24908 [ 22330] By: mhx                                   on 2004/02/18  08:53:03
24909         Log: 1. Add section to perlxs.pod describing that the refcount of AVs/HVs
24910              returned from XSUBs through RETVAL isn't decremented as it is for
24911              SVs. This causes those XSUBs to leak memory and cannot be fixed
24912              without breaking existing CPAN modules that work around this bug.
24913
24914              2. Fix a memory leak of that kind in POSIX::localconv.
24915      Branch: perl
24916            ! ext/POSIX/POSIX.xs pod/perlxs.pod
24917 ____________________________________________________________________________
24918 [ 22329] By: rgs                                   on 2004/02/18  08:25:58
24919         Log: Encode has local changes. Up-version it.
24920      Branch: perl
24921            ! ext/Encode/Encode.pm
24922 ____________________________________________________________________________
24923 [ 22328] By: davem                                 on 2004/02/17  23:30:50
24924         Log: add deprecation warning for C<my $x if foo> and C<foo && (my $x)>
24925      Branch: perl
24926            ! op.c opcode.h opcode.pl pod/perldiag.pod pp.sym pp_proto.h
24927 ____________________________________________________________________________
24928 [ 22327] By: rgs                                   on 2004/02/17  23:22:45
24929         Log: It's better to localize *_ than $_, to avoid magic leakage
24930      Branch: perl
24931            ! lib/File/Find.pm
24932 ____________________________________________________________________________
24933 [ 22326] By: rgs                                   on 2004/02/17  23:18:25
24934         Log: One of the new tests of MIME::Base64 relies on a non-core module.
24935      Branch: perl
24936            - ext/MIME/Base64/t/bad-sv.t
24937            ! MANIFEST
24938 ____________________________________________________________________________
24939 [ 22325] By: rgs                                   on 2004/02/17  23:10:22
24940         Log: Upgrade to MIME::Base64 3.00.
24941              Fix t/warn.t so it works in the core.
24942              Reintegrate change #22309 in it. Bump $VERSION to 3.00_01.
24943      Branch: perl
24944            + ext/MIME/Base64/t/bad-sv.t ext/MIME/Base64/t/warn.t
24945            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
24946            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
24947            ! ext/MIME/Base64/t/base64.t
24948 ____________________________________________________________________________
24949 [ 22323] By: rgs                                   on 2004/02/17  22:20:25
24950         Log: Be more clear. Use simple words.
24951      Branch: perl
24952            ! pod/perl591delta.pod
24953 ____________________________________________________________________________
24954 [ 22322] By: davem                                 on 2004/02/17  21:52:08
24955         Log: remove C<my $x if foo> construct from core modules
24956      Branch: perl
24957            ! ext/B/B/Deparse.pm ext/IO/lib/IO/Handle.pm
24958            ! ext/IO/lib/IO/Pipe.pm lib/ExtUtils/Liblist/Kid.pm
24959            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Win95.pm
24960            ! lib/Net/NNTP.pm lib/Net/POP3.pm lib/Net/SMTP.pm
24961            ! lib/Pod/Parser.pm lib/Test/Harness.pm utils/h2xs.PL
24962 ____________________________________________________________________________
24963 [ 22321] By: rgs                                   on 2004/02/17  21:22:17
24964         Log: Dave Mitchell suggested this perldelta entry for the SVp_* reordering.
24965      Branch: perl
24966            ! pod/perl591delta.pod
24967 ____________________________________________________________________________
24968 [ 22320] By: rgs                                   on 2004/02/17  21:07:11
24969         Log: Bump $B::VERSION (because of change #22315).
24970      Branch: perl
24971            ! ext/B/B.pm
24972 ____________________________________________________________________________
24973 [ 22319] By: rgs                                   on 2004/02/17  21:03:09
24974         Log: Regenerate table of contents and other related files.
24975      Branch: perl
24976            ! MANIFEST pod/perl.pod pod/perltoc.pod
24977 ____________________________________________________________________________
24978 [ 22318] By: rgs                                   on 2004/02/17  20:06:04
24979         Log: Bump up perl's version number to 5.9.1.
24980              Add perl591delta in perl.pod.
24981              Update the sample config files in Porting/.
24982      Branch: perl
24983            ! NetWare/Makefile NetWare/config_H.wc Porting/config.sh
24984            ! Porting/config_H epoc/config.sh epoc/createpkg.pl patchlevel.h
24985            ! plan9/config.plan9 pod/perl.pod win32/Makefile
24986            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
24987            ! win32/config_H.vc64 win32/makefile.mk wince/Makefile.ce
24988 ____________________________________________________________________________
24989 [ 22317] By: davem                                 on 2004/02/17  19:28:58
24990         Log: 22316 had stupid precedence thinkos
24991      Branch: perl
24992            ! pp.c pp_hot.c
24993 ____________________________________________________________________________
24994 [ 22316] By: davem                                 on 2004/02/17  18:23:27
24995         Log: Slight update to #22315 ($lval=*FOO); optimise the hot tests,
24996              and fix some incorrect indentation
24997      Branch: perl
24998            ! pp.c pp_hot.c sv.c
24999 ____________________________________________________________________________
25000 [ 22315] By: davem                                 on 2004/02/17  18:01:52
25001         Log: Subject:  Re: [PATCH] GLOB to LVALUE assignment fix
25002              From:  Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
25003              Date:  Tue, 17 Feb 2004 17:32:16 +0100
25004              Message-Id:  <20040217163216.GA6805@ethan>
25005
25006              Make PVLV a superset of PVGV, so that $lvalue = *FOO works
25007      Branch: perl
25008            ! dump.c ext/B/B.pm ext/B/B.xs pp.c pp_hot.c sv.c sv.h t/op/gv.t
25009 ____________________________________________________________________________
25010 [ 22314] By: merijn                                on 2004/02/17  11:22:24
25011         Log: 1. Creating backward compatibility for Configure after patches
25012              #22227 and #22302 to still support 5.8.x and below
25013
25014              2. Small change for building on GNU hurd
25015              Date: Sun, 15 Feb 2004 23:27:17 +1100
25016              From: "Brendan O'Dea" <bod@debian.org>
25017              Message-ID: <20040215122717.GA26812@londo.c47.org>
25018      Branch: perl
25019            ! Configure Makefile.SH hints/gnu.sh
25020 ____________________________________________________________________________
25021 [ 22313] By: mhx                                   on 2004/02/16  20:27:40
25022         Log: Fix for Win32 build failure caused by the byacc to bison switch.
25023      Branch: perl
25024            ! perl.h
25025 ____________________________________________________________________________
25026 [ 22312] By: rgs                                   on 2004/02/16  13:16:43
25027         Log: Revert change 22308 (the patch was against maint, not blead)
25028      Branch: perl
25029            ! lib/ExtUtils/instmodsh
25030 ____________________________________________________________________________
25031 [ 22310] By: merijn                                on 2004/02/16  11:30:29
25032         Log: Fix typo in doc for Encode
25033              From: "Brendan O'Dea" <bod@debian.org>
25034              Date: Sun, 15 Feb 2004 23:27:17 +1100
25035              Message-ID: <20040215122717.GA26812@londo.c47.org>
25036      Branch: perl
25037            ! ext/Encode/Encode.pm
25038 ____________________________________________________________________________
25039 [ 22309] By: merijn                                on 2004/02/16  11:27:34
25040         Log: Missing semi-colon
25041              From: "Brendan O'Dea" <bod@debian.org>
25042              Date: Sun, 15 Feb 2004 23:27:17 +1100
25043              Message-ID: <20040215122717.GA26812@londo.c47.org>
25044      Branch: perl
25045            ! ext/MIME/Base64/Base64.xs
25046 ____________________________________________________________________________
25047 [ 22308] By: merijn                                on 2004/02/16  11:24:59
25048         Log: Add some basic POD to lib/ExtUtils/instmodsh so that
25049              it has a manpage.
25050              From: "Brendan O'Dea" <bod@debian.org>
25051              Date: Sun, 15 Feb 2004 23:27:17 +1100
25052              Message-ID: <20040215122717.GA26812@londo.c47.org>
25053      Branch: perl
25054            ! lib/ExtUtils/instmodsh
25055 ____________________________________________________________________________
25056 [ 22307] By: rgs                                   on 2004/02/15  11:02:49
25057         Log: Subject: [patch perlguts.pod] save_item doesn't handle magic
25058              From: Stas Bekman <stas@stason.org>
25059              Date: Fri, 13 Feb 2004 20:18:59 -0800
25060              Message-ID: <402DA1B3.2010608@stason.org>
25061      Branch: perl
25062            ! pod/perlguts.pod
25063 ____________________________________________________________________________
25064 [ 22306] By: davem                                 on 2004/02/15  00:24:26
25065         Log: Segmentation fault with
25066              sub x { shift; @a = @b; eval +{ use } }
25067      Branch: perl
25068            ! op.c perly.act perly.h perly.tab perly.y t/comp/parser.t
25069 ____________________________________________________________________________
25070 [ 22305] By: davem                                 on 2004/02/14  23:52:09
25071         Log: Enable v (verbose) switch on -Dp to display the top 8 elements
25072              on the parser stack at each reduce.  Also,
25073
25074              Subject: Re: switch from byacc to bison
25075              From: "Craig A. Berry" <craigberry@mac.com>
25076              Date: Sat, 14 Feb 2004 13:26:45 -0600
25077              Message-ID: <craigberry-8058A3.13264414022004@onion.develooper.com>
25078
25079              change #if DEBUGGING to #ifdef ... in perly.c
25080      Branch: perl
25081            ! perly.c pod/perlrun.pod
25082 ____________________________________________________________________________
25083 [ 22304] By: davem                                 on 2004/02/14  13:33:26
25084         Log: Subject:  Re: switch from byacc to bison
25085              From:  Abe Timmerman <abeltje@cpan.org>
25086              Date:  Sat, 14 Feb 2004 11:56:24 +0100
25087              Message-Id:  <200402141156.58185.abeltje@cpan.org>
25088
25089              Fix typos in pumpkin.pod
25090      Branch: perl
25091            ! Porting/pumpkin.pod
25092 ____________________________________________________________________________
25093 [ 22303] By: davem                                 on 2004/02/14  12:28:37
25094         Log: remove binary compatibility stuff from the yacc -> bison switch
25095              of change #22302
25096      Branch: perl
25097            ! embedvar.h intrpvar.h
25098 ____________________________________________________________________________
25099 [ 22302] By: davem                                 on 2004/02/14  02:06:53
25100         Log: Switch from byacc to bison and simplify the perly.* regeneration
25101              process
25102      Branch: perl
25103            + perly.act perly.tab regen_perly.pl
25104            - perly.fixer perly_c.diff perlyline.pl vms/perly_c.vms
25105            - vms/perly_h.vms vms/vms_yfix.pl
25106            ! MANIFEST Makefile.SH Porting/pumpkin.pod embedvar.h intrpvar.h
25107            ! op.c perl.h perlapi.h perly.c perly.h perly.y sv.c toke.c
25108            ! vms/descrip_mms.template
25109 ____________________________________________________________________________
25110 [ 22301] By: rgs                                   on 2004/02/13  21:11:25
25111         Log: Fix an fcntl example in perlopentut, spotted by MJD.
25112      Branch: perl
25113            ! pod/perlopentut.pod
25114 ____________________________________________________________________________
25115 [ 22300] By: davem                                 on 2004/02/12  23:18:20
25116         Log: The new -Dq option didn't actually work!
25117      Branch: perl
25118            ! perl.h
25119 ____________________________________________________________________________
25120 [ 22299] By: merijn                                on 2004/02/12  14:32:15
25121         Log: Subject: [comment patch] (ed: mg.c:mg_set() => mg.c:Perl_magic_set())
25122              From: Stas Bekman <stas@stason.org>
25123              Date: Wed, 11 Feb 2004 16:53:54 -0800
25124              Message-ID: <402ACEA2.4020907@stason.org>
25125      Branch: perl
25126            ! perl.c
25127 ____________________________________________________________________________
25128 [ 22298] By: rgs                                   on 2004/02/10  08:49:12
25129         Log: Subject: Re: [PATCH] Add "Camel" logo icon to perl.exe on Windows
25130              From: Greg Matheson <lang@ms.chinmin.edu.tw>
25131              Date: Tue, 10 Feb 2004 12:36:33 +0800
25132              Message-ID: <20040210043633.GA33671687@momotaro>
25133      Branch: perl
25134            ! win32/makefile.mk
25135 ____________________________________________________________________________
25136 [ 22297] By: rgs                                   on 2004/02/10  08:05:16
25137         Log: Add 5.005_04-RC1 and Leon in perlhist.
25138      Branch: perl
25139            ! pod/perlhist.pod
25140 ____________________________________________________________________________
25141 [ 22295] By: rgs                                   on 2004/02/09  22:48:54
25142         Log: Add a note in Unicode::UCD about the _getcode() function
25143              being copy-n-pasted in charnames.pm. (spotted by Merijn)
25144      Branch: perl
25145            ! lib/Unicode/UCD.pm
25146 ____________________________________________________________________________
25147 [ 22294] By: rgs                                   on 2004/02/09  21:48:15
25148         Log: Implement stacked filetest operators (-f -w -x $file).
25149      Branch: perl
25150            ! doio.c dump.c ext/B/B/Concise.pm op.c op.h
25151            ! pod/perl591delta.pod pod/perlfunc.pod pp_sys.c t/op/filetest.t
25152 ____________________________________________________________________________
25153 [ 22292] By: rgs                                   on 2004/02/09  21:17:40
25154         Log: Subject: Re: [perl #26073] sprintf miscounts padding when format is utf8
25155              From: hv@crypt.org
25156              Date: Mon, 09 Feb 2004 03:21:21 +0000
25157              Message-Id: <200402090321.i193LL907950@zen.crypt.org>
25158      Branch: perl
25159            ! sv.c t/op/sprintf2.t
25160 ____________________________________________________________________________
25161 [ 22291] By: rgs                                   on 2004/02/09  21:09:14
25162         Log: Subject: reduce overhead of charnames.pm, make op/pat.t work under miniperl
25163              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
25164              Date: Mon, 9 Feb 2004 00:51:45 -0800
25165              Message-ID: <20040209085145.GA3204@efn.org>
25166              (plus an etymological notice)
25167      Branch: perl
25168            ! lib/charnames.pm
25169 ____________________________________________________________________________
25170 [ 22290] By: rgs                                   on 2004/02/08  21:34:27
25171         Log: Add the new private flag OPpGREP_LEX in B::Concise.
25172      Branch: perl
25173            ! ext/B/B/Concise.pm
25174 ____________________________________________________________________________
25175 [ 22289] By: rgs                                   on 2004/02/08  21:21:28
25176         Log: map and grep weren't working correctly with lexical $_ in
25177              scalar context, because pp_mapwhile and pp_grepwhile were using
25178              their target as a temporary slot to store the return value.
25179      Branch: perl
25180            ! pp_ctl.c pp_hot.c t/op/mydef.t
25181 ____________________________________________________________________________
25182 [ 22287] By: rgs                                   on 2004/02/08  12:01:35
25183         Log: Subject: Re: [PATCH] Add "Camel" logo icon to perl.exe on Windows
25184              From: Greg Matheson <lang@ms.chinmin.edu.tw>
25185              Date: Mon, 2 Feb 2004 16:52:44 +0800
25186              Message-ID: <20040202165244.A17415@ms.chinmin.edu.tw>
25187      Branch: perl
25188            ! win32/makefile.mk
25189 ____________________________________________________________________________
25190 [ 22286] By: rgs                                   on 2004/02/08  11:48:09
25191         Log: Subject: [PATCH] Correct some prototypes in perlapi.pod
25192              From: Steve Hay <steve.hay@uk.radan.com>
25193              Date: Fri, 06 Feb 2004 12:44:05 +0000
25194              Message-ID: <40238C15.2090200@uk.radan.com>
25195      Branch: perl
25196            ! pod/perlapi.pod sv.h
25197 ____________________________________________________________________________
25198 [ 22285] By: rgs                                   on 2004/02/08  11:44:22
25199         Log: Subject: [PATCH] Fix absolute path handling in installhtml
25200              From: Steve Hay <steve.hay@uk.radan.com>
25201              Date: Fri, 06 Feb 2004 16:14:14 +0000
25202              Message-ID: <4023BD56.6090903@uk.radan.com>
25203      Branch: perl
25204            ! installhtml
25205 ____________________________________________________________________________
25206 [ 22284] By: rgs                                   on 2004/02/08  11:42:08
25207         Log: Subject: [PATCH perlunicode.pod] chomp() cares about Unicode
25208              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
25209              Date: Sat, 07 Feb 2004 00:08:36 +0900
25210              Message-Id: <20040206235116.0E36.BQW10602@nifty.com>
25211      Branch: perl
25212            ! pod/perlunicode.pod
25213 ____________________________________________________________________________
25214 [ 22282] By: nicholas                              on 2004/02/07  22:32:44
25215         Log: Comment to record why we can't clear placeholders in hsplit
25216      Branch: perl
25217            ! hv.c
25218 ____________________________________________________________________________
25219 [ 22281] By: nicholas                              on 2004/02/07  21:46:59
25220         Log: deleting keys in restricted hashes was leaking the entry. Yow!
25221      Branch: perl
25222            ! hv.c lib/Hash/Util.t
25223 ____________________________________________________________________________
25224 [ 22280] By: nicholas                              on 2004/02/07  21:20:16
25225         Log: Now hv_delete is able to ingore placeholders.
25226              (This is an XS visible change in the hash API. But not of documented
25227              behaviour)
25228      Branch: perl
25229            ! hv.c
25230 ____________________________________________________________________________
25231 [ 22279] By: nicholas                              on 2004/02/07  20:56:50
25232         Log: All whitespace is equal, but some whitespace is more equal than others
25233              (lib/DBM_Filter/Changes line had spaces. Spaces bad. Tabs better)
25234      Branch: perl
25235            ! MANIFEST
25236 ____________________________________________________________________________
25237 [ 22278] By: nicholas                              on 2004/02/07  19:50:10
25238         Log: hv_clear_placeholders now manipulates the linked lists directly, rather
25239              than using the iterator interface and calling hv_delete
25240              This will allow hv_delete to be simplified to remove most of the
25241              special casing related to placeholders.
25242      Branch: perl
25243            ! hv.c
25244 ____________________________________________________________________________
25245 [ 22273] By: merijn                                on 2004/02/06  11:47:14
25246         Log: Added hints_4.sh for specific AIX 4 support
25247              this is the next stage in the general cleanup process
25248              for the AIX hints. More to come
25249      Branch: perl
25250            + hints/aix_4.sh
25251            ! MANIFEST
25252 ____________________________________________________________________________
25253 [ 22272] By: rgs                                   on 2004/02/06  07:32:15
25254         Log: Fix a non-standard NAME pod section
25255              (by Smylers and Casey West)
25256      Branch: perl
25257            ! lib/Carp/Heavy.pm
25258 ____________________________________________________________________________
25259 [ 22268] By: rgs                                   on 2004/02/04  19:50:05
25260         Log: The "my $_" wasn't nice with foreach loops.
25261      Branch: perl
25262            ! op.c t/op/mydef.t
25263 ____________________________________________________________________________
25264 [ 22267] By: merijn                                on 2004/02/04  10:24:33
25265         Log: AIX 3 support removed from default hints after its separation
25266      Branch: perl
25267            ! hints/aix.sh
25268 ____________________________________________________________________________
25269 [ 22266] By: merijn                                on 2004/02/04  10:16:20
25270         Log: AIX 3 hints split off from default hints in preparation
25271              of a hint file cleanup. aix_4.sh will follow soon
25272      Branch: perl
25273            + hints/aix_3.sh
25274            ! MANIFEST
25275 ____________________________________________________________________________
25276 [ 22265] By: rgs                                   on 2004/02/03  21:54:23
25277         Log: More docs and tests for "my $_".
25278      Branch: perl
25279            ! pod/perlfunc.pod pod/perlsub.pod t/op/mydef.t
25280 ____________________________________________________________________________
25281 [ 22264] By: rgs                                   on 2004/02/03  20:33:02
25282         Log: Subject: [PATCH] was Re: [Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.36.tar.gz]
25283              From: John Peacock <jpeacock@rowman.com>
25284              Date: Sun, 01 Feb 2004 21:10:07 -0500
25285              Message-ID: <401DB17F.5060808@rowman.com>
25286      Branch: perl
25287            ! embed.fnc embed.h lib/version.pm lib/version.t pod/perlapi.pod
25288            ! proto.h t/comp/use.t t/op/universal.t universal.c util.c
25289 ____________________________________________________________________________
25290 [ 22263] By: rgs                                   on 2004/02/03  19:41:11
25291         Log: Implement "my $_".
25292      Branch: perl
25293            + t/op/mydef.t
25294            ! MANIFEST gv.c op.c op.h opcode.h opcode.pl
25295            ! pod/perl591delta.pod pod/perlapi.pod pod/perlvar.pod pp.c
25296            ! pp_ctl.c pp_hot.c regexec.c toke.c
25297 ____________________________________________________________________________
25298 [ 22262] By: rgs                                   on 2004/02/03  16:38:25
25299         Log: Regenerate perlapi.pod.
25300      Branch: perl
25301            ! pod/perlapi.pod
25302 ____________________________________________________________________________
25303 [ 22261] By: merijn                                on 2004/02/03  12:57:37
25304         Log: If someone chooses xlc as default C compiler, threaded builds
25305              will fail, unless converted to cc_r
25306      Branch: perl
25307            ! hints/aix.sh
25308 ____________________________________________________________________________
25309 [ 22260] By: rgs                                   on 2004/02/01  20:47:35
25310         Log: Subject: patch for IRIX/gcc link issues
25311              From: Martin Pool <mbp@samba.org>
25312              Date: Wed, 28 Jan 2004 10:56:25 +1100
25313              Message-ID: <20040127235624.GA32612@hp.com>
25314      Branch: perl
25315            ! hints/irix_6.sh
25316 ____________________________________________________________________________
25317 [ 22259] By: davem                                 on 2004/02/01  17:42:44
25318         Log: update fix to Shell.pm in change #22254: make /dev/null portable
25319      Branch: perl
25320            ! lib/Shell.pm
25321 ____________________________________________________________________________
25322 [ 22258] By: davem                                 on 2004/02/01  17:40:02
25323         Log: Subject: Re: [perl #15063] /tmp issues
25324              From: Solar Designer <solar@openwall.com>
25325              Date: Mon, 26 Jan 2004 01:22:18 +0300
25326              Message-ID: <20040125222218.GA13499@openwall.com>
25327
25328              Remove insecure usage of /tmp from code and documentation
25329      Branch: perl
25330            ! ext/DB_File/DB_File.pm ext/DB_File/t/db-recno.t
25331            ! ext/Devel/PPPort/PPPort.pm ext/IO/t/io_unix.t
25332            ! ext/ODBM_File/ODBM_File.xs ext/POSIX/POSIX.pod
25333            ! ext/Socket/Socket.pm ext/Storable/Storable.pm
25334            ! ext/Time/HiRes/Makefile.PL lib/CGI/Cookie.pm
25335            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/instmodsh
25336            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
25337            ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
25338            ! lib/Memoize/t/tie_storable.t lib/Shell.pm lib/dotsh.pl
25339            ! lib/perl5db.pl mpeix/nm mpeix/relink perly.fixer
25340            ! pod/perl571delta.pod pod/perl58delta.pod pod/perldbmfilter.pod
25341            ! pod/perldebug.pod pod/perlfaq5.pod pod/perlfaq8.pod
25342            ! pod/perlfunc.pod pod/perlipc.pod pod/perllexwarn.pod
25343            ! pod/perlobj.pod pod/perlop.pod pod/perlopentut.pod
25344            ! utils/c2ph.PL
25345 ____________________________________________________________________________
25346 [ 22257] By: davem                                 on 2004/02/01  15:46:24
25347         Log: threads documentation: fork on UNIX might not copy all threads.
25348      Branch: perl
25349            ! pod/perlthrtut.pod
25350 ____________________________________________________________________________
25351 [ 22256] By: davem                                 on 2004/02/01  15:34:59
25352         Log: add test for Change 22194:
25353              [perl #25147] "stmt if BAREWORD" bypasses strict 'subs' checks
25354      Branch: perl
25355            ! t/lib/strict/subs
25356 ____________________________________________________________________________
25357 [ 22254] By: davem                                 on 2004/02/01  13:11:00
25358         Log: Subject:  Patch for Shell.pm
25359              From:  Manuel Valente <mvalente@idealx.com>
25360              Date:  Tue, 27 Jan 2004 19:18:26 +0100
25361              Message-Id:  <4016AB72.1080503@idealx.com>
25362
25363              New option for Shell.pm to discard stderr instead of capturing it
25364      Branch: perl
25365            ! lib/Shell.pm
25366 ____________________________________________________________________________
25367 [ 22253] By: davem                                 on 2004/02/01  11:26:47
25368         Log: Make Time/HiRes/t/HiRes.t die more gracefully if its watchdog
25369              timeout triggers
25370      Branch: perl
25371            ! ext/Time/HiRes/t/HiRes.t
25372 ____________________________________________________________________________
25373 [ 22252] By: chip                                  on 2004/01/31  17:29:05
25374         Log: Don't show code closing STD{IN,OUT} before reopening, because
25375              doing so is unnecessary and occasionally harmful.
25376      Branch: perl
25377            ! pod/perlfork.pod pod/perlfunc.pod
25378 ____________________________________________________________________________
25379 [ 22248] By: rgs                                   on 2004/01/30  08:29:55
25380         Log: Another undocumented use of $_ : with reverse().
25381      Branch: perl
25382            ! pod/perlfunc.pod
25383 ____________________________________________________________________________
25384 [ 22247] By: merijn                                on 2004/01/30  08:18:28
25385         Log: Drop optimization for -O3 *and higher*
25386      Branch: perl
25387            ! ext/Storable/hints/linux.pl
25388 ____________________________________________________________________________
25389 [ 22246] By: rgs                                   on 2004/01/29  23:20:01
25390         Log: Regenerate perlapi.pod.
25391      Branch: perl
25392            ! pod/perlapi.pod
25393 ____________________________________________________________________________
25394 [ 22245] By: rgs                                   on 2004/01/29  21:08:28
25395         Log: Subject: Re: [perl #25269] panic: pp_match start/end pointers in m/^(?=.*(a)).*(bc)/
25396              From: hv@crypt.org
25397              Date: Thu, 29 Jan 2004 15:12:12 +0000
25398              Message-Id: <200401291512.i0TFCCr23736@zen.crypt.org>
25399      Branch: perl
25400            ! pp_hot.c t/op/pat.t
25401 ____________________________________________________________________________
25402 [ 22244] By: rgs                                   on 2004/01/28  22:00:09
25403         Log: I'm the new maintainer of Switch.
25404              Sync with the CPAN version of Switch 2.10.
25405      Branch: perl
25406            ! Porting/Maintainers.pl lib/Switch.pm lib/Switch/README
25407 ____________________________________________________________________________
25408 [ 22243] By: merijn                                on 2004/01/28  20:30:40
25409         Log: Message-ID: <40113F7B.6050701@davidfavor.com>
25410              Date: Fri, 23 Jan 2004 09:36:27 -0600
25411              From: David Favor <david@davidfavor.com>
25412              Part I: In hints/aix.sh change -qmaxmem=16384 to -qmaxmem=-1
25413              so no compilation stack limits are imposed.
25414      Branch: perl
25415            ! hints/aix.sh
25416 ____________________________________________________________________________
25417 [ 22242] By: rgs                                   on 2004/01/27  22:44:30
25418         Log: Update perl591delta.pod with what we've done so far.
25419      Branch: perl
25420            ! pod/perl591delta.pod
25421 ____________________________________________________________________________
25422 [ 22239] By: rgs                                   on 2004/01/27  21:54:31
25423         Log: Regenerate Changes.
25424              Only include changes from the perl branch.
25425      Branch: perl
25426            ! Changes
25427 ____________________________________________________________________________
25428 [ 22238] By: nicholas                              on 2004/01/27  21:51:27
25429         Log: Storable's hints file shouldn't blanket set optimize to -O2 on Linux
25430              Only *drop* optimize to -O2 if it's -O3 on gcc on Linux
25431      Branch: perl
25432            ! ext/Storable/hints/linux.pl
25433 ____________________________________________________________________________
25434 [ 22235] By: rgs                                   on 2004/01/27  21:19:03
25435         Log: More punctuation, good.
25436      Branch: perl
25437            ! pod/perlfunc.pod
25438 ____________________________________________________________________________
25439 [ 22228] By: rgs                                   on 2004/01/27  10:31:09
25440         Log: Subject: [PATCH] 5.8.3 -- fix signal comments in L<perlfunc/system>
25441              From: Brendan O'Dea <bod@debian.org>
25442              Date: Sun, 25 Jan 2004 11:23:48 +1100
25443              Message-ID: <20040125002348.GA31407@londo.c47.org>
25444      Branch: perl
25445            ! pod/perlfunc.pod
25446 ____________________________________________________________________________
25447 [ 22227] By: davem                                 on 2004/01/26  23:53:06
25448         Log: Subject:  [PATCH] myconfig.SH
25449              From:  "Daniel S. Lewart" <lewart@uiuc.edu>
25450              Date:  Sun, 25 Jan 2004 22:11:25 -0600
25451              Message-Id:  <20040125221125.A5390@staff1.cso.uiuc.edu>
25452
25453              make perl -V show the major release as 5 rather than 5.0
25454      Branch: perl
25455            ! myconfig.SH
25456 ____________________________________________________________________________
25457 [ 22224] By: merijn                                on 2004/01/26  22:10:13
25458         Log: Document change 22192
25459              We still need tests!
25460      Branch: perl
25461            ! lib/Exporter.pm
25462 ____________________________________________________________________________
25463 [ 22223] By: rgs                                   on 2004/01/26  21:58:14
25464         Log: Subject: [PATCH] fix vmsish.t #25
25465              From: "Craig A. Berry" <craigberry@mac.com>
25466              Date: Sat, 24 Jan 2004 18:45:35 -0600
25467              Message-ID: <401311AF.1060706@mac.com>
25468      Branch: perl
25469            ! lib/vmsish.t
25470 ____________________________________________________________________________
25471 [ 22221] By: nicholas                              on 2004/01/26  21:18:31
25472         Log: Merge dynamic perldelta from maint (22081)
25473              So now perldelta.pod is copied at build time from perl591delta.pod
25474              perl590delta.pod is as released to CPAN by Hugo
25475              Regen lots of makefiles, pods and the MANIFEST
25476      Branch: perl
25477            + pod/perl591delta.pod
25478           +> pod/perl590delta.pod
25479            - pod/perldelta.pod
25480            ! MANIFEST Makefile.SH pod.lst pod/perl.pod pod/perltoc.pod
25481            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
25482            ! win32/pod.mak
25483 ____________________________________________________________________________
25484 [ 22218] By: rgs                                   on 2004/01/25  23:35:45
25485         Log: Remove the caveat about detached threads crashing on Windows
25486              (fixed by #22201). Bump up the version of threads.pm.
25487      Branch: perl
25488            ! ext/threads/threads.pm
25489 ____________________________________________________________________________
25490 [ 22217] By: nicholas                              on 2004/01/25  22:17:47
25491         Log: Need to skip Storable's threads test on 5.8.2 with ithreads and
25492              -DDEBUGGING, because it tickles a bug. (The same bug that got DBI)
25493      Branch: perl
25494            ! ext/Storable/t/threads.t
25495 ____________________________________________________________________________
25496 [ 22216] By: davem                                 on 2004/01/25  12:06:04
25497         Log: update MANIFEST for 2 new Storable test files introduced by 22205
25498      Branch: perl
25499            ! MANIFEST
25500 ____________________________________________________________________________
25501 [ 22215] By: davem                                 on 2004/01/25  12:00:04
25502         Log: add test for change 22209 (Remove small memory leak in newATTRSUB)
25503      Branch: perl
25504            ! t/op/closure.t
25505 ____________________________________________________________________________
25506 [ 22209] By: davem                                 on 2004/01/25  02:04:23
25507         Log: Remove small memory leak in newATTRSUB that manifested as a
25508              leaking scalar after the interpeter was cloned
25509      Branch: perl
25510            ! op.c
25511 ____________________________________________________________________________
25512 [ 22208] By: davem                                 on 2004/01/24  16:13:17
25513         Log: Subject:  [perl #24942] fields::inherit doesn't bless derived
25514              package's \%FIELDS, results in phash deprecation errors.
25515              From:  "nothingmuch@woobling.org (via RT)" <perlbug-followup@perl.org>
25516              Date:  18 Jan 2004 15:15:46 -0000
25517              Message-Id:  <rt-3.0.8-24942-70144.16.7177902690315@perl.org>
25518      Branch: perl
25519            ! lib/base.pm lib/base/t/fields-base.t
25520 ____________________________________________________________________________
25521 [ 22207] By: davem                                 on 2004/01/24  15:36:28
25522         Log: Subject:  Re: Doc patches for File::Find
25523              From:  Mark Jason Dominus <mjd@plover.com>
25524              Date:  Thu, 22 Jan 2004 09:30:58 -0500
25525              Message-Id:  <20040122143058.29226.qmail@plover.com>
25526
25527              Better document the fact that neither find() nor finddepth() do a
25528              breath-first search.
25529      Branch: perl
25530            ! lib/File/Find.pm
25531 ____________________________________________________________________________
25532 [ 22206] By: ams                                   on 2004/01/24  11:06:51
25533         Log: Subject: [PATCH] Storable-2.08/t/code.t
25534              From: Slaven Rezic <slaven@rezic.de>
25535              Date: Sat, 8 Nov 2003 16:26:19 +0100 (CET)
25536              Message-Id: <200311081526.hA8FQJgb011684@vran.herceg.de>
25537      Branch: perl
25538            ! ext/Storable/t/code.t
25539 ____________________________________________________________________________
25540 [ 22205] By: ams                                   on 2004/01/24  11:03:36
25541         Log: Subject: [patch] make Storable thread-safe
25542              From: Stas Bekman <stas@stason.org>
25543              Date: Mon, 19 Jan 2004 00:20:02 -0800
25544              Message-Id: <400B9332.4070106@stason.org>
25545
25546              Subject: Re: Subroutine reference bug in Storable
25547              From: Slaven Rezic <slaven@rezic.de>
25548              Date: 14 Nov 2003 23:22:55 +0100
25549              Message-Id: <874qx6zj28.fsf@vran.herceg.de>
25550
25551              Subject: Re: [perl #25145] [PATCH] Storable segfaults with B::Deparse +
25552              overload + cyclic structures
25553              From: Sam Vilain <sam@vilain.net>
25554              Date: Tue, 20 Jan 2004 22:30:15 +1300
25555              Message-Id: <200401202230.15865.sam@vilain.net>
25556      Branch: perl
25557            + ext/Storable/t/just_plain_nasty.t ext/Storable/t/threads.t
25558            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
25559            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
25560            ! ext/Storable/t/code.t
25561 ____________________________________________________________________________
25562 [ 22204] By: ams                                   on 2004/01/24  08:59:11
25563         Log: Upgrade to Locale::Maketext 1.08.
25564      Branch: perl
25565            + lib/Locale/Maketext/t/06super.t
25566            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog
25567            ! lib/Locale/Maketext/TPJ13.pod
25568 ____________________________________________________________________________
25569 [ 22203] By: davem                                 on 2004/01/23  23:06:49
25570         Log: make some t/op/write.t failures more verbose
25571      Branch: perl
25572            ! t/op/write.t
25573 ____________________________________________________________________________
25574 [ 22201] By: davem                                 on 2004/01/23  22:26:47
25575         Log: Subject:  Re: threads::shared::queue;
25576              From:  Jan Dubois <jand@ActiveState.com>
25577              Date:  Thu, 22 Jan 2004 19:18:46 -0800
25578              Message-Id:  <fi41105602ds7a9o4fko2oae7aokbg6als@4ax.com>
25579
25580              Avoid threads+win32 crash by freeing Perl interpreter slightly later
25581      Branch: perl
25582            ! ext/threads/threads.xs
25583 ____________________________________________________________________________
25584 [ 22200] By: nicholas                              on 2004/01/23  18:28:43
25585         Log: test that use encoding; doesn't cause references to be stringified
25586      Branch: perl
25587            ! t/uni/chomp.t
25588 ____________________________________________________________________________
25589 [ 22199] By: nicholas                              on 2004/01/23  18:03:41
25590         Log: Document chomp's travels in the wonderful world of use encoding;
25591      Branch: perl
25592            ! pod/perlfunc.pod
25593 ____________________________________________________________________________
25594 [ 22198] By: nicholas                              on 2004/01/23  17:41:01
25595         Log: Check the return values of chomp
25596              (more tricky than it may seem, as the return value is unicode)
25597      Branch: perl
25598            ! t/uni/chomp.t
25599 ____________________________________________________________________________
25600 [ 22197] By: nicholas                              on 2004/01/23  13:57:46
25601         Log: Test return values of all chomps
25602      Branch: perl
25603            ! t/op/chop.t
25604 ____________________________________________________________________________
25605 [ 22196] By: nicholas                              on 2004/01/23  13:24:41
25606         Log: Subject: Re: [perl #24888] chomp ignores utf8
25607              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
25608              Message-Id: <20040116040355.A849.BQW10602@nifty.com>
25609              Date: Fri, 16 Jan 2004 04:13:00 +0900
25610      Branch: perl
25611            + t/uni/chomp.t
25612            ! MANIFEST doop.c t/op/chop.t
25613 ____________________________________________________________________________
25614 [ 22195] By: davem                                 on 2004/01/22  20:48:03
25615         Log: Subject: Re: [PATCH] Add "Camel" logo icon to perl.exe on Windows
25616              From: Steve Hay <steve.hay@uk.radan.com>
25617              Date: Thu, 22 Jan 2004 17:08:29 +0000
25618              Message-ID: <4010038D.4070104@uk.radan.com>
25619      Branch: perl
25620            + win32/makeico.pl win32/perlexe.rc
25621            ! MANIFEST README.win32 win32/Makefile win32/makefile.mk
25622 ____________________________________________________________________________
25623 [ 22194] By: davem                                 on 2004/01/22  00:24:51
25624         Log: C<use strict; print if foo> didn't give the
25625              "Bareword not allowed" error unless warnings were enabled
25626      Branch: perl
25627            ! op.c
25628 ____________________________________________________________________________
25629 [ 22193] By: nicholas                              on 2004/01/21  21:58:10
25630         Log: Convert the older parts of op/bop.t over to test.pl
25631      Branch: perl
25632            ! t/op/bop.t
25633 ____________________________________________________________________________
25634 [ 22192] By: merijn                                on 2004/01/21  21:10:10
25635         Log: ':flock' not recognized unless it's first
25636              Exporter::Heavy now will treat :, /, and ! special in
25637              all arguments, not only if the _first_ arg starts with it
25638              Date: Wed, 21 Jan 2004 08:32:47 -0500
25639              Message-ID: <20040121133248.3359.qmail@plover.com>
25640      Branch: perl
25641            ! lib/Exporter/Heavy.pm
25642 ____________________________________________________________________________
25643 [ 22191] By: davem                                 on 2004/01/21  20:45:48
25644         Log: Subject:  PATCH for perl-5.8.4
25645              From:  "Edward S. Peschko" <esp5@pge.com>
25646              Date:  Mon, 19 Jan 2004 17:21:18 -0800
25647              Message-Id:  <20040120012118.GA29151@mdssdev05.comp.pge.com>
25648
25649              Add @DynaLoader::dl_shared_objects feature
25650      Branch: perl
25651            ! ext/DynaLoader/DynaLoader_pm.PL
25652 ____________________________________________________________________________
25653 [ 22190] By: davem                                 on 2004/01/21  20:14:51
25654         Log: remove the platform dependencies of the write.t tests introduced
25655              by change #22161, by hard-coding the expected outputs rather
25656              than using sprintf('%f').
25657      Branch: perl
25658            ! t/op/write.t
25659 ____________________________________________________________________________
25660 [ 22189] By: davem                                 on 2004/01/20  22:41:14
25661         Log: Fix typo in patch #22188
25662      Branch: perl
25663            ! pod/perlfunc.pod
25664 ____________________________________________________________________________
25665 [ 22188] By: davem                                 on 2004/01/20  22:36:10
25666         Log: warn that C<$x : unique> operates on the typeglob, so affects @x
25667              and %x too.
25668      Branch: perl
25669            ! pod/perlfunc.pod
25670 ____________________________________________________________________________
25671 [ 22187] By: davem                                 on 2004/01/20  22:27:50
25672         Log: "sub foo :unique" segfaults
25673
25674              Turn these two into compile-time errors until such time as
25675              someone thinks of a useful meaning for them:
25676              my $x : unique
25677              sub foo : unique
25678      Branch: perl
25679            ! ext/threads/t/problems.t pod/perldiag.pod toke.c xsutils.c
25680 ____________________________________________________________________________
25681 [ 22186] By: rgs                                   on 2004/01/20  21:16:01
25682         Log: Add a new test file for situations where threads may interfere.
25683              Subject: Re: "restricted hashes" hit again !
25684              From: Stas Bekman <stas@stason.org>
25685              Date: Tue, 23 Dec 2003 15:32:26 -0800
25686              Message-ID: <3FE8D08A.4090806@stason.org>
25687      Branch: perl
25688            + t/op/threads.t
25689            ! MANIFEST
25690 ____________________________________________________________________________
25691 [ 22185] By: davem                                 on 2004/01/20  21:01:08
25692         Log: Document CVf_UNIQUE flag better
25693      Branch: perl
25694            ! cv.h
25695 ____________________________________________________________________________
25696 [ 22183] By: rgs                                   on 2004/01/20  20:26:18
25697         Log: Fix precedence errors and add some cleanup in the new
25698              DBM_Filter tests
25699      Branch: perl
25700            ! lib/DBM_Filter/t/01error.t lib/DBM_Filter/t/02core.t
25701 ____________________________________________________________________________
25702 [ 22182] By: davem                                 on 2004/01/20  00:16:42
25703         Log: second attempt to fix [perl #24914] freeing a CV reference that was
25704              currently being executed caused coredumps. The dounwind called by
25705              die unwinds all the contexts on the context stack before unwinding
25706              the save stack.  To stop premature freeing of the CV, hold
25707              references to it on both stacks.
25708      Branch: perl
25709            ! cop.h pp_ctl.c pp_hot.c pp_sort.c t/op/closure.t
25710 ____________________________________________________________________________
25711 [ 22181] By: davem                                 on 2004/01/19  23:41:37
25712         Log: change #22071 (taint bug in $^0) introduced a potential double
25713              free(), because PL_osname may get freed but not nulled if a taint
25714              test fails in between. Mea cupla and all that...
25715      Branch: perl
25716            ! mg.c
25717 ____________________________________________________________________________
25718 [ 22180] By: rgs                                   on 2004/01/19  22:32:27
25719         Log: Subject: Re: [perl #24926] chop/~ mangles UTF8 [PATCH]
25720              From: Gisle Aas <gisle@ActiveState.com>
25721              Date: 17 Jan 2004 01:29:02 -0800
25722              Message-ID: <lrn08m7wkh.fsf@caliper.activestate.com>
25723              (test rewritten to fit in blead)
25724      Branch: perl
25725            ! pp.c t/op/bop.t
25726 ____________________________________________________________________________
25727 [ 22179] By: merijn                                on 2004/01/19  21:36:48
25728         Log: Subject: [PATCH] dl_unload_file for HP-UX
25729              Date: Mon, 12 Jan 2004 07:49:44 -0800
25730              From: Neil Watkiss <neil.watkiss@sophos.com>
25731              Message-ID: <20040112154944.GA15412@ActiveState.com>
25732      Branch: perl
25733            ! ext/DynaLoader/dl_hpux.xs
25734 ____________________________________________________________________________
25735 [ 22177] By: merijn                                on 2004/01/19  16:11:22
25736         Log: Allow -Uinc_version_list to mean -Dinc_version_list=none
25737              See INSTALL for more details
25738      Branch: perl
25739            ! Configure
25740 ____________________________________________________________________________
25741 [ 22175] By: merijn                                on 2004/01/19  16:05:50
25742         Log: Describe how to limit the perl's default @INC during Configure
25743              to _not_ include older versions
25744      Branch: perl
25745            ! INSTALL
25746 ____________________________________________________________________________
25747 [ 22174] By: merijn                                on 2004/01/19  10:41:24
25748         Log: Subject: [PATCH bleadperl] rescue PerlIO_getname for VMS
25749              Date: Sun, 18 Jan 2004 12:51:23 -0600
25750              From: "Craig A. Berry" <craigberry@mac.com>
25751              Message-ID: <400AD5AB.3080708@mac.com>
25752      Branch: perl
25753            ! perlio.c
25754 ____________________________________________________________________________
25755 [ 22173] By: merijn                                on 2004/01/19  10:27:53
25756         Log: Subject: [PATCH bleadperl] detect nanosleep on VMS
25757              Date: Sun, 18 Jan 2004 17:03:30 -0600
25758              From: "Craig A. Berry" <craigberry@mac.com>
25759              Message-ID: <400B10C2.9060504@mac.com>
25760      Branch: perl
25761            ! configure.com
25762 ____________________________________________________________________________
25763 [ 22172] By: davem                                 on 2004/01/17  23:58:04
25764         Log: back out change #24914 "freeing a CV reference that was currently
25765              being executed caused coredumps".
25766              The new test case sometimes locks up linux's malloc, and with
25767              Perl's malloc the test code still coredumps :-(
25768      Branch: perl
25769            ! perl.c scope.c scope.h sv.c t/op/closure.t
25770 ____________________________________________________________________________
25771 [ 22171] By: rgs                                   on 2004/01/17  22:00:48
25772         Log: Subject: Refactor VOS patches for bleadperl and perl-5.8.x
25773              From: "Green, Paul" <Paul.Green@stratus.com>
25774              Date: Thu, 15 Jan 2004 16:00:15 -0500
25775              Message-ID: <A2A34F15EE916148BC4C4748223E67A4069FBB15@exna4.stratus.com>
25776      Branch: perl
25777            ! README.vos hv.c pp_pack.c vos/Changes
25778 ____________________________________________________________________________
25779 [ 22170] By: rgs                                   on 2004/01/17  21:25:08
25780         Log: Subject: Re: open/or inconsistency
25781              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
25782              Date: Sat, 17 Jan 2004 19:59:55 +0900
25783              Message-Id: <20040117195729.623A.BQW10602@nifty.com>
25784              (plus a test.)
25785              Don't produce the warning for constructs like
25786              open my $fh, $file or die;
25787      Branch: perl
25788            ! op.c t/lib/warnings/op
25789 ____________________________________________________________________________
25790 [ 22169] By: davem                                 on 2004/01/17  18:02:31
25791         Log: Subject:  Perl core dumps when running out of memory [PATCH]
25792              From:  Gisle Aas <gisle@ActiveState.com>
25793              Date:  17 Jan 2004 06:18:13 -0800
25794              Message-Id:  <lrsmiebqvu.fsf@caliper.activestate.com>
25795
25796              Display 'out of memeory' errors using low-level I/O to avoid
25797              recursive failure and so coredumps.
25798      Branch: perl
25799            ! util.c
25800 ____________________________________________________________________________
25801 [ 22168] By: davem                                 on 2004/01/17  17:38:21
25802         Log: From: "Paul Marquess" <Paul.Marquess@btinternet.com>
25803              Subject: [PATCH ] Enhanced DBM Filters
25804              Date: Sat, 17 Jan 2004 16:44:53 -0000
25805              Message-ID: <AIEAJICLCBDNAAOLLOKLAEPPPHAA.Paul.Marquess@btinternet.com>
25806
25807              add DBM_Filter
25808      Branch: perl
25809            + lib/DBM_Filter.pm lib/DBM_Filter/Changes
25810            + lib/DBM_Filter/compress.pm lib/DBM_Filter/encode.pm
25811            + lib/DBM_Filter/int32.pm lib/DBM_Filter/null.pm
25812            + lib/DBM_Filter/t/01error.t lib/DBM_Filter/t/02core.t
25813            + lib/DBM_Filter/t/compress.t lib/DBM_Filter/t/encode.t
25814            + lib/DBM_Filter/t/int32.t lib/DBM_Filter/t/null.t
25815            + lib/DBM_Filter/t/utf8.t lib/DBM_Filter/utf8.pm
25816            + lib/dbm_filter_util.pl
25817            ! MANIFEST
25818 ____________________________________________________________________________
25819 [ 22167] By: davem                                 on 2004/01/17  16:12:32
25820         Log: freeing a CV reference that was currently being
25821              executed caused coredumps
25822      Branch: perl
25823            ! perl.c scope.c scope.h sv.c t/op/closure.t
25824 ____________________________________________________________________________
25825 [ 22166] By: nicholas                              on 2004/01/17  15:07:31
25826         Log: Integrate final perl583delta
25827      Branch: perl
25828           !> pod/perl583delta.pod
25829 ____________________________________________________________________________
25830 [ 22163] By: davem                                 on 2004/01/16  19:24:14
25831         Log: Subject:  Re: [perl #24816] Magic vars seem unsure if they are purely numeric
25832              From:  Yitzchak Scott-Thoennes <sthoenna@efn.org>
25833              Date:  Thu, 15 Jan 2004 14:10:37 -0800
25834              Message-Id:  <20040115221037.GA2392@efn.org>
25835
25836              Add sv_2iv_flags() to allow magic to be optionally processed.
25837      Branch: perl
25838            ! doop.c embed.fnc embed.h global.sym pod/perlapi.pod pp.c
25839            ! proto.h sv.c sv.h t/op/bop.t
25840 ____________________________________________________________________________
25841 [ 22162] By: davem                                 on 2004/01/16  16:39:17
25842         Log: format bug with undefined _TOP
25843              name of format_TOP now derived from the name of the current
25844              filehandle rather then the name of the  format associetd with that
25845              handle
25846      Branch: perl
25847            ! pp_sys.c t/op/write.t
25848 ____________________________________________________________________________
25849 [ 22161] By: davem                                 on 2004/01/16  13:29:26
25850         Log: Subject: [PATCH] format/write (version 2)
25851              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
25852              Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C4D3@attmsx1>
25853
25854              Fixes and additions to formats:
25855
25856              Improvement: NULL chars in picture line
25857              Bugfix: C<@*> shown in output if not alone on a line
25858              New feature: C<^*> for variable-width, one-line-at-a-time text
25859              Improvement: Diagnostic on C<@#> and C<~~>
25860              Bugfix: Segmentation fault on big numbers
25861              Improvement (maybe): Truncation of numbers produces misleading output
25862              Bugfix: "}" terminates format
25863              Bugfix: Error when copying non-UTF to UTF (EBCDIC only)
25864      Branch: perl
25865            ! embed.fnc embed.h form.h pod/perldiag.pod pod/perlform.pod
25866            ! pp_ctl.c proto.h t/op/write.t toke.c
25867 ____________________________________________________________________________
25868 [ 22160] By: davem                                 on 2004/01/15  23:49:02
25869         Log: buigid #24905 - the code planted to call glob() retained an
25870              extraneous targ index in a pushmark op, leasing to strangeness
25871              when the op was freed
25872      Branch: perl
25873            ! op.c
25874 ____________________________________________________________________________
25875 [ 22159] By: rgs                                   on 2004/01/15  22:19:25
25876         Log: Upgrade to Time::HiRes 1.55
25877      Branch: perl
25878            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
25879            ! ext/Time/HiRes/HiRes.xs
25880 ____________________________________________________________________________
25881 [ 22155] By: nicholas                              on 2004/01/15  00:03:04
25882         Log: Make chomp heed the utf8 flags on the target string and $/
25883              [Fixes #24888]
25884              More work still needed to make chomp heed the encoding pragma.
25885      Branch: perl
25886            ! doop.c t/op/chop.t
25887 ____________________________________________________________________________
25888 [ 22154] By: nicholas                              on 2004/01/14  21:14:14
25889         Log: Update pod.lst with perl583delta,pod, and rerun pod/buildtoc
25890              [Forgot to do this as part of the integration]
25891      Branch: perl
25892            ! MANIFEST pod.lst pod/perl.pod pod/perltoc.pod
25893            ! vms/descrip_mms.template win32/pod.mak
25894 ____________________________________________________________________________
25895 [ 22153] By: nicholas                              on 2004/01/14  19:28:54
25896         Log: Integrate:
25897              [ 22143]
25898              We're planning on making history today. Mind you, not that much -
25899              only 1 line.
25900
25901              perl583delta.pod
25902      Branch: perl
25903           +> pod/perl583delta.pod
25904            ! MANIFEST
25905           !> pod/perlhist.pod
25906 ____________________________________________________________________________
25907 [ 22150] By: nicholas                              on 2004/01/14  17:48:52
25908         Log: Bump version number as file has changed since 5.8.2
25909      Branch: perl
25910            ! lib/File/Find.pm
25911 ____________________________________________________________________________
25912 [ 22149] By: nicholas                              on 2004/01/14  17:45:54
25913         Log: Subject:  Doc patches for File::Find
25914              From:  Andy Lester <andy@petdance.com>
25915              Date:  Mon, 12 Jan 2004 00:10:50 -0600
25916              Message-Id:  <20040112061050.GB7308@petdance.com>
25917      Branch: perl
25918            ! lib/File/Find.pm
25919 ____________________________________________________________________________
25920 [ 22136] By: nicholas                              on 2004/01/14  13:01:27
25921         Log: Assimilate CGI 3.03
25922      Branch: perl
25923            ! lib/CGI.pm lib/CGI/Fast.pm lib/CGI/Util.pm
25924 ____________________________________________________________________________
25925 [ 22133] By: nicholas                              on 2004/01/13  22:53:42
25926         Log: Add VMS to the list of "don't fork" OSes
25927              [In the most simple way possible. Fix this properly post 5.8.3
25928              to use $Config{d_fork} or something more robust]
25929      Branch: perl
25930            ! ext/threads/shared/t/wait.t
25931 ____________________________________________________________________________
25932 [ 22129] By: rgs                                   on 2004/01/13  19:26:24
25933         Log: Subject: [PATCH] [ANNOUNCE] Math::BigInt v1.69
25934              From: Tels <perl_dummy@bloodgate.com>
25935              Date: Tue, 13 Jan 2004 19:28:48 +0100
25936              Message-Id: <200401131928.50247@bloodgate.com>
25937      Branch: perl
25938            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
25939            ! lib/Math/BigInt/CalcEmu.pm lib/Math/BigInt/t/bare_mbi.t
25940            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
25941            ! lib/Math/BigInt/t/sub_mbi.t
25942 ____________________________________________________________________________
25943 [ 22128] By: rgs                                   on 2004/01/13  09:06:11
25944         Log: MANIFEST adjustment.
25945      Branch: perl
25946            ! MANIFEST
25947 ____________________________________________________________________________
25948 [ 22126] By: ams                                   on 2004/01/13  07:16:33
25949         Log: Upgrade to Locale::Maketext 1.07.
25950      Branch: perl
25951            + lib/Locale/Maketext/t/04super.t
25952            + lib/Locale/Maketext/t/05super.t
25953            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
25954            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
25955 ____________________________________________________________________________
25956 [ 22125] By: rgs                                   on 2004/01/12  22:44:53
25957         Log: Document usage of $_ and pos() inside /(?{...})/.
25958              (see change #2367.)
25959      Branch: perl
25960            ! pod/perlre.pod
25961 ____________________________________________________________________________
25962 [ 22124] By: rgs                                   on 2004/01/12  22:10:51
25963         Log: Upgrade to MIME::Base64 2.23.
25964      Branch: perl
25965            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
25966            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
25967 ____________________________________________________________________________
25968 [ 22123] By: rgs                                   on 2004/01/12  21:24:28
25969         Log: Subject: [PATCH handy.h] RE: MIME-Base64-2.22 [PATCH]
25970              From: Robin Barker <Robin.Barker@npl.co.uk>
25971              Date: Thu, 8 Jan 2004 16:21:25 -0000
25972              Message-ID: <533D273D4014D411AB1D00062938C4D904046787@hotel.npl.co.uk>
25973      Branch: perl
25974            ! handy.h
25975 ____________________________________________________________________________
25976 [ 22122] By: nicholas                              on 2004/01/12  19:52:16
25977         Log: Subject: Re: 5.8.3-RC1, ext/threads/shared/t/wait still hanging
25978              From: Mike Pomraning <mjp@pilcrow.madison.wi.us>
25979              Message-ID: <Pine.LNX.4.58.0401121127210.15844@benevelle.wi.securepipe.com>
25980              Date: Mon, 12 Jan 2004 12:41:52 -0600 (CST)
25981      Branch: perl
25982            ! ext/threads/shared/t/wait.t
25983 ____________________________________________________________________________
25984 [ 22121] By: nicholas                              on 2004/01/12  17:27:25
25985         Log: use sv_setpvn rather than sv_setpv and save a strlen()
25986      Branch: perl
25987            ! doop.c
25988 ____________________________________________________________________________
25989 [ 22120] By: merijn                                on 2004/01/12  13:04:42
25990         Log: Subject: [PATCH] Make 'Configure -Dcf_by=...' work
25991              From: Gisle Aas <gisle@ActiveState.com>
25992              Date: 12 Jan 2004 02:35:27 -0800
25993              Message-ID: <lrvfnh315c.fsf@caliper.activestate.com>
25994      Branch: perl
25995            ! Configure
25996 ____________________________________________________________________________
25997 [ 22117] By: rgs                                   on 2004/01/12  10:10:43
25998         Log: Subject: Re: [perl #24846] [PATCH] Apparent utf8 bug in join() in 5.8.[012]
25999              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
26000              Date: Mon, 12 Jan 2004 11:19:37 +0900
26001              Message-Id: <20040112111007.EB69.BQW10602@nifty.com>
26002      Branch: perl
26003            ! doop.c t/op/join.t
26004 ____________________________________________________________________________
26005 [ 22115] By: nicholas                              on 2004/01/11  23:37:09
26006         Log: Subject: Re: 5.8.3-RC1, ext/threads/shared/t/wait still hanging
26007              From: Mike Pomraning <mjp@pilcrow.madison.wi.us>
26008              Message-ID: <Pine.LNX.4.58.0401111548010.6679@localhost.localdomain>
26009              Date: Sun, 11 Jan 2004 16:24:18 -0600 (CST)
26010      Branch: perl
26011            ! ext/threads/shared/t/wait.t
26012 ____________________________________________________________________________
26013 [ 22113] By: nicholas                              on 2004/01/11  23:14:48
26014         Log: Regenerate win32/Makefile and win32/makefile.mk after
26015
26016              Integrate:
26017              [ 22081]
26018              Move pod/perldelta.pod to pod/perl583delta.pod, and arrange for
26019              a copy to be made at build time.
26020
26021              [ 22111]
26022              Subject: Re: [PATCH win32/makefile.mk] (was Re: 5.8.3 RC1)
26023              From: Abe Timmerman <abe@ztreet.demon.nl>
26024              Message-Id: <200401111813.40829.abe@ztreet.demon.nl>
26025              Date: Sun, 11 Jan 2004 18:13:40 +0100
26026
26027              plus revert 22092 and 22080
26028      Branch: perl
26029            ! pod.lst win32/Makefile win32/makefile.mk
26030           !> pod/buildtoc
26031 ____________________________________________________________________________
26032 [ 22112] By: rgs                                   on 2004/01/11  22:38:08
26033         Log: Upgrade to Cwd 2.14.
26034      Branch: perl
26035            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
26036 ____________________________________________________________________________
26037 [ 22110] By: rgs                                   on 2004/01/11  16:34:43
26038         Log: Upgrade to Math::BigRat 0.11
26039
26040              Subject: [PATCH] [ANNOUCNE] Math::BigRat 0.11
26041              From: Tels <perl_dummy@bloodgate.com>
26042              Date: Wed, 7 Jan 2004 18:30:06 +0100
26043              Message-Id: <200401071830.07445@bloodgate.com>
26044      Branch: perl
26045            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigrat.t
26046            ! lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t
26047 ____________________________________________________________________________
26048 [ 22109] By: rgs                                   on 2004/01/10  23:39:38
26049         Log: Subject: [PATCH] Nicer formatting for function arguments in Carp messages
26050              From: Steve Hay <steve.hay@uk.radan.com>
26051              Date: Wed, 07 Jan 2004 13:22:30 +0000
26052              Message-ID: <3FFC0816.9090406@uk.radan.com>
26053
26054              (and increment version number in Carp)
26055      Branch: perl
26056            ! lib/Carp.pm lib/Carp/Heavy.pm
26057 ____________________________________________________________________________
26058 [ 22108] By: adi                                   on 2004/01/10  21:33:59
26059         Log: documentation nit
26060      Branch: perl
26061            ! pod/perlop.pod
26062 ____________________________________________________________________________
26063 [ 22107] By: adi                                   on 2004/01/10  20:19:09
26064         Log: nit to Bytecode - the av_extend opcode wasn't saved when
26065              the array had AvFILL == 0
26066      Branch: perl
26067            ! ext/B/B/Assembler.pm
26068 ____________________________________________________________________________
26069 [ 22106] By: adi                                   on 2004/01/10  20:16:03
26070         Log: still problems with backreferences + reverse cloning
26071              after #21936 - the weak reference may live on the pad.
26072      Branch: perl
26073            ! sv.c
26074 ____________________________________________________________________________
26075 [ 22104] By: nicholas                              on 2004/01/09  19:50:43
26076         Log: Bah. Makefile.PL still tests the sub-MANIFEST
26077      Branch: perl
26078            ! ext/Storable/MANIFEST
26079 ____________________________________________________________________________
26080 [ 22103] By: davem                                 on 2004/01/09  12:20:38
26081         Log: temporarily backout test of thread returning a closure. It crashes
26082              win32.
26083      Branch: perl
26084            ! ext/threads/t/problems.t
26085 ____________________________________________________________________________
26086 [ 22102] By: davem                                 on 2004/01/08  22:32:28
26087         Log: Subject: segv in pad.c with threads (was: DBD::Oracle and Perl 5.8.2 threads)
26088              Message-ID: <20040107121357.GD82921@dansat.data-plan.com>
26089
26090              Returning a closure from a thread (via join) could mess up because
26091              pointers to PL_sv_undef weren't rejigged to point at the joiner's
26092              version of PL_sv_undef. Also, the closure's CvGV got cloned too
26093              but never freed, since CvGV isn't refcounted.
26094      Branch: perl
26095            ! ext/threads/t/problems.t ext/threads/threads.xs sv.c
26096 ____________________________________________________________________________
26097 [ 22101] By: rgs                                   on 2004/01/08  21:00:56
26098         Log: perl582delta.pod was not in the MANIFEST.
26099      Branch: perl
26100            ! MANIFEST
26101 ____________________________________________________________________________
26102 [ 22100] By: nicholas                              on 2004/01/08  17:35:27
26103         Log: Integrate:
26104              [ 22093]
26105              Graham says that the search.cpan.org pod finder hashes on name
26106              The 4 files all thinking they are perldelta.pod confuses it.
26107      Branch: perl
26108           +> pod/perl582delta.pod
26109           !> pod/perl581delta.pod pod/perl58delta.pod
26110 ____________________________________________________________________________
26111 [ 22096] By: nicholas                              on 2004/01/08  13:15:38
26112         Log: Subject: [PATCH pod/perlhist.pod] Mention 5.8.3-RC1
26113              From: Abigail <abigail@abigail.nl>
26114              Message-ID: <20040107230027.GC393@abigail.nl>
26115              Date: Thu, 8 Jan 2004 00:00:27 +0100
26116      Branch: perl
26117            ! pod/perlhist.pod
26118 ____________________________________________________________________________
26119 [ 22091] By: nicholas                              on 2004/01/07  19:09:50
26120         Log: [Integrate]
26121              22088 22089 22090 (datestamp corrections - let's see if this really
26122              works)
26123      Branch: perl
26124           !> (integrate 35 files)
26125 ____________________________________________________________________________
26126 [ 22084] By: rgs                                   on 2004/01/07  09:25:16
26127         Log: Hardcoded numerical flag masks. Bad.
26128      Branch: perl
26129            ! doop.c
26130 ____________________________________________________________________________
26131 [ 22083] By: nicholas                              on 2004/01/06  18:57:29
26132         Log: Seems that sv_setsv_cow needs to be visible to core extensions,
26133              so that re will build properly on Win32. Thanks to Steve Hay for
26134              trying COW and finding the problems.
26135      Branch: perl
26136            ! embed.fnc embed.h
26137 ____________________________________________________________________________
26138 [ 22082] By: rgs                                   on 2004/01/06  18:11:22
26139         Log: Fix bug #24813 : the -0 wasn't recognized on the #! line
26140      Branch: perl
26141            + t/run/switch0.t
26142            ! MANIFEST perl.c
26143 ____________________________________________________________________________
26144 [ 22079] By: nicholas                              on 2004/01/06  12:38:52
26145         Log: Jarkko didn't move the cd ..\pod correctly. Given that it's been
26146              like this pre 5.8.1, I suspect that no-one has used it recently.
26147      Branch: perl
26148            ! win32/makefile.mk
26149 ____________________________________________________________________________
26150 [ 22076] By: rgs                                   on 2004/01/06  08:18:44
26151         Log: The TODO tag should be included also when a TODO test succeeds,
26152              so it's reported by the test harness
26153      Branch: perl
26154            ! t/op/write.t
26155 ____________________________________________________________________________
26156 [ 22075] By: rgs                                   on 2004/01/06  07:56:25
26157         Log: This TODO test seems to pass now.
26158      Branch: perl
26159            ! t/op/write.t
26160 ____________________________________________________________________________
26161 [ 22074] By: rgs                                   on 2004/01/05  23:29:55
26162         Log: Some of the bitwise manipulation PP functions weren't checking
26163              whether their arguments were magical before using them.
26164              (bug [#24816]).
26165      Branch: perl
26166            ! pp.c
26167 ____________________________________________________________________________
26168 [ 22071] By: davem                                 on 2004/01/05  22:17:04
26169         Log: [perl #24674]
26170              stop $^O getting tainted on read access, and disallow tainted
26171              assignment to it
26172      Branch: perl
26173            ! mg.c t/op/taint.t
26174 ____________________________________________________________________________
26175 [ 22068] By: rgs                                   on 2004/01/05  21:48:30
26176         Log: Some mandatory syntax warnings emitted by the lexer weren't
26177              disableable (bug [perl #24815]).
26178      Branch: perl
26179            ! pod/perldiag.pod t/lib/warnings/toke toke.c
26180 ____________________________________________________________________________
26181 [ 22067] By: nicholas                              on 2004/01/05  21:36:07
26182         Log: Change the flag logic in buildtoc
26183      Branch: perl
26184            ! pod.lst pod/buildtoc
26185 ____________________________________________________________________________
26186 [ 22064] By: nicholas                              on 2004/01/05  21:16:09
26187         Log: Fix bug with MANIFEST generation when we also regenerate perltoc.pod
26188      Branch: perl
26189            ! pod/buildtoc
26190 ____________________________________________________________________________
26191 [ 22058] By: rgs                                   on 2004/01/05  06:17:47
26192         Log: Subject: [PATCH] skip num.t #47 on VMS
26193              From: "Craig A. Berry" <craigberry@mac.com>
26194              Date: Sun, 04 Jan 2004 23:16:26 -0600
26195              Message-ID: <3FF8F32A.5000108@mac.com>
26196      Branch: perl
26197            ! t/base/num.t
26198 ____________________________________________________________________________
26199 [ 22057] By: rgs                                   on 2004/01/05  06:17:07
26200         Log: Subject: [PATCH configure.com] future-proof signal check
26201              From: "Craig A. Berry" <craigberry@mac.com>
26202              Date: Sun, 04 Jan 2004 22:53:40 -0600
26203              Message-ID: <3FF8EDD4.3080308@mac.com>
26204      Branch: perl
26205            ! configure.com
26206 ____________________________________________________________________________
26207 [ 22056] By: rgs                                   on 2004/01/04  20:45:31
26208         Log: Upgrade to Cwd 2.13
26209      Branch: perl
26210            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
26211 ____________________________________________________________________________
26212 [ 22055] By: davem                                 on 2004/01/04  19:34:36
26213         Log: Subject: Re: [perl #24774] eval + format - \n = pp_ctl.c assertion
26214              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
26215              Date: Fri, 2 Jan 2004 11:31:46 +0100
26216              Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C4B3@attmsx1>
26217
26218              eval of of a truncated format should fail
26219      Branch: perl
26220            ! t/op/write.t toke.c
26221 ____________________________________________________________________________
26222 [ 22052] By: rgs                                   on 2004/01/03  19:53:53
26223         Log: Upgrade to PerlIO::via::QuotedPrint 0.06
26224      Branch: perl
26225            ! lib/PerlIO/via/QuotedPrint.pm
26226 ____________________________________________________________________________
26227 [ 22051] By: rgs                                   on 2004/01/03  19:51:02
26228         Log: Upgrade to Time::HiRes 1.54
26229      Branch: perl
26230            + ext/Time/HiRes/hints/solaris.pl
26231            ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
26232            ! ext/Time/HiRes/HiRes.xs
26233 ____________________________________________________________________________
26234 [ 22050] By: nicholas                              on 2004/01/03  19:24:00
26235         Log: No matter how hard you proof read it, something always slips through.
26236      Branch: perl
26237            ! ext/Storable/ChangeLog
26238 ____________________________________________________________________________
26239 [ 22049] By: nicholas                              on 2004/01/03  19:22:08
26240         Log: Fix minor problems with the CPAN release
26241              1: Make Storable.xs to work on 5.8.2 and later (already in the core)
26242              2: Ship the linux hints file
26243              3: Ship Test::More for the benefit of Perls pre 5.6.2
26244              4: Correct Makefile.PL to install in core for 5.8.0 and later
26245      Branch: perl
26246            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
26247            ! ext/Storable/Makefile.PL ext/Storable/README
26248            ! ext/Storable/Storable.pm
26249 ____________________________________________________________________________
26250 [ 22047] By: rgs                                   on 2004/01/03  00:07:13
26251         Log: Tidy up change #18751, so that the second parameter to unpack()
26252              defaults to $_ at compile-time, instead of run-time (like all
26253              other primitives that default to $_).
26254      Branch: perl
26255            ! embed.h op.c opcode.h opcode.pl pp.sym pp_pack.c pp_proto.h
26256 ____________________________________________________________________________
26257 [ 22044] By: nicholas                              on 2004/01/02  16:17:24
26258         Log: Bump $threads::VERSION as the documentation has changed. Tweak the
26259              documentaiton, update Arthur's e-mail address
26260      Branch: perl
26261            ! ext/threads/threads.pm
26262 ____________________________________________________________________________
26263 [ 22043] By: rgs                                   on 2004/01/02  08:35:22
26264         Log: Use the optimization level -O2 by default on Linux/gcc.
26265              See :
26266              Subject: Benchmarking (was Re: GCC bug breaking Perl_sv_catpvfn()?)
26267              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
26268              Date: Thu, 1 Jan 2004 05:32:15 +0100
26269              Message-ID: <071601c3d020$4046d2a0$d500a8c0@R2D2>
26270      Branch: perl
26271            ! hints/linux.sh
26272 ____________________________________________________________________________
26273 [ 22041] By: nicholas                              on 2004/01/02  00:38:00
26274         Log: Update debugger version number and Changes file
26275      Branch: perl
26276            ! lib/perl5db.pl
26277 ____________________________________________________________________________
26278 [ 22037] By: davem                                 on 2004/01/01  23:22:10
26279         Log: addition to 22036 (document SUPER better): superclass may be plural
26280      Branch: perl
26281            ! pod/perlbot.pod pod/perlobj.pod
26282 ____________________________________________________________________________
26283 [ 22036] By: davem                                 on 2004/01/01  22:23:11
26284         Log: Document the quirks of SUPER, especially the fact that it it
26285              relative to the current package and not to the invoking object.
26286      Branch: perl
26287            ! pod/perlboot.pod pod/perlbot.pod pod/perlobj.pod
26288            ! pod/perltoot.pod
26289 ____________________________________________________________________________
26290 [ 22034] By: davem                                 on 2004/01/01  19:58:08
26291         Log: Fix bug #24383, where hashes with the :unique attribute weren't
26292              getting made readonly on interpreter clone. Also, remove the
26293              :unique attribute from the hashes in warnings.pm, since they may
26294              later be modified by warnings::register.  Finally, adds tests for
26295              the :unique attribute.
26296      Branch: perl
26297            ! ext/threads/t/problems.t lib/warnings.pm sv.c warnings.pl
26298 ____________________________________________________________________________
26299 [ 22033] By: nicholas                              on 2004/01/01  19:22:24
26300         Log: Subject: Perl 5.8.3 patches from the BS2000 port - part 2
26301              From: Dorner Thomas <tdorner@amadeus.net>
26302              Message-ID: <6727B1DACFCDD311A757009027CA8D69044B6740@Ex02.inhouse.start.de>
26303              Date: Fri, 19 Dec 2003 07:16:47 +0100
26304      Branch: perl
26305            ! t/io/utf8.t t/op/pat.t
26306 ____________________________________________________________________________
26307 [ 22032] By: rgs                                   on 2004/01/01  17:29:21
26308         Log: Subject: [PATCH 5.8.2 @21574] OS/2 update
26309              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
26310              Date: Thu, 18 Dec 2003 14:10:29 -0800
26311              Message-ID: <20031218221029.GA7898@math.berkeley.edu>
26312      Branch: perl
26313            ! README.os2 hints/os2.sh installperl lib/ExtUtils/MM_Unix.pm
26314            ! makedef.pl os2/Changes os2/OS2/REXX/DLL/Changes
26315            ! os2/OS2/REXX/DLL/DLL.pm os2/os2.c os2/os2ish.h os2/perl2cmd.pl
26316 ____________________________________________________________________________
26317 [ 22031] By: rgs                                   on 2004/01/01  16:30:13
26318         Log: Document that /[\W]/ doesn't work, unicode-wise (see bug #18281)
26319      Branch: perl
26320            ! pod/perlunicode.pod
26321 ____________________________________________________________________________
26322 [ 22030] By: rgs                                   on 2004/01/01  13:55:31
26323         Log: Document that detached threads aren't supported on Windows yet.
26324      Branch: perl
26325            ! ext/threads/threads.pm
26326 ____________________________________________________________________________
26327 [ 22029] By: rgs                                   on 2004/01/01  13:30:33
26328         Log: Upgrade to Getopt::Long 2.34_01
26329      Branch: perl
26330            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
26331 ____________________________________________________________________________
26332 [ 22026] By: nicholas                              on 2003/12/31  15:22:31
26333         Log: Tweak 00compile.t to avoid splatting a DIAG over core perl's
26334              beautiful clean run of OKs. You are all getting a clean run of OKs,
26335              aren't you?
26336      Branch: perl
26337            ! lib/Test/Harness/t/00compile.t
26338 ____________________________________________________________________________
26339 [ 22025] By: nicholas                              on 2003/12/31  15:11:51
26340         Log: Subject: [PATCH] "piconv -C 512" badly broken
26341              From: Autrijus Tang <autrijus@autrijus.org>
26342              Message-Id: <1072870210.769.5.camel@localhost>
26343              Date: Wed, 31 Dec 2003 19:30:10 +0800
26344      Branch: perl
26345            ! ext/Encode/bin/piconv
26346 ____________________________________________________________________________
26347 [ 22021] By: rgs                                   on 2003/12/31  08:28:43
26348         Log: Upgrade to Test::Harness 2.40.
26349      Branch: perl
26350            ! lib/Test/Harness.pm lib/Test/Harness/Changes
26351            ! lib/Test/Harness/Iterator.pm lib/Test/Harness/Straps.pm
26352            ! lib/Test/Harness/bin/prove lib/Test/Harness/t/00compile.t
26353            ! lib/Test/Harness/t/assert.t lib/Test/Harness/t/callback.t
26354            ! lib/Test/Harness/t/prove-switches.t
26355            ! lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
26356            ! lib/Test/Harness/t/test-harness.t
26357 ____________________________________________________________________________
26358 [ 22020] By: rgs                                   on 2003/12/31  07:59:19
26359         Log: C++ comments, bad.
26360      Branch: perl
26361            ! ext/Cwd/Cwd.xs
26362 ____________________________________________________________________________
26363 [ 22018] By: nicholas                              on 2003/12/30  23:29:59
26364         Log: Bump VERSION numbers
26365      Branch: perl
26366            ! ext/POSIX/POSIX.pm lib/Benchmark.pm lib/File/CheckTree.pm
26367            ! lib/Getopt/Std.pm lib/PerlIO.pm lib/Tie/Hash.pm
26368            ! lib/diagnostics.pm
26369 ____________________________________________________________________________
26370 [ 22016] By: rgs                                   on 2003/12/30  21:10:22
26371         Log: A patch for Test::Harness on VMS by Craig Berry
26372              (see RT CPAN bug #4745)
26373      Branch: perl
26374            ! lib/Test/Harness/Straps.pm
26375 ____________________________________________________________________________
26376 [ 22013] By: nicholas                              on 2003/12/30  18:18:28
26377         Log: Subject: more uni doc tweakage
26378              From: Jarkko Hietaniemi <jhi@iki.fi>
26379              Message-ID: <20031230133755.GA23118@vipunen.hut.fi>
26380              Date: Tue, 30 Dec 2003 15:37:55 +0200
26381
26382              Subject: one more pod fix
26383              From: Jarkko Hietaniemi <jhi@iki.fi>
26384              Message-ID: <20031230135641.GA24516@vipunen.hut.fi>
26385              Date: Tue, 30 Dec 2003 15:56:41 +0200
26386      Branch: perl
26387            ! lib/PerlIO.pm pod/perlunicode.pod
26388 ____________________________________________________________________________
26389 [ 22009] By: davem                                 on 2003/12/30  17:14:44
26390         Log: bug #24757 perlrun.pod's description of find -mtime was ambiguous
26391      Branch: perl
26392            ! pod/perlrun.pod
26393 ____________________________________________________________________________
26394 [ 22007] By: rgs                                   on 2003/12/30  16:04:47
26395         Log: Upgrade to Math::BigInt 1.68.
26396      Branch: perl
26397            + lib/Math/BigInt/t/bigroot.t
26398            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
26399            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/CalcEmu.pm
26400            ! lib/Math/BigInt/t/alias.inc lib/Math/BigInt/t/bare_mbi.t
26401            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigintpm.inc
26402            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/sub_mbi.t
26403 ____________________________________________________________________________
26404 [ 22005] By: davem                                 on 2003/12/30  15:07:50
26405         Log: Subject: Re: [perl #24774] eval + format - \n = pp_ctl.c assertion
26406              heuristics for calculating buffer size needed to compile a format
26407              didn't allow for \0
26408      Branch: perl
26409            ! pp_ctl.c t/op/write.t
26410 ____________________________________________________________________________
26411 [ 22003] By: rgs                                   on 2003/12/30  12:54:02
26412         Log: Add a regression test for bug #24762
26413      Branch: perl
26414            ! t/comp/parser.t
26415 ____________________________________________________________________________
26416 [ 22002] By: rgs                                   on 2003/12/30  12:49:09
26417         Log: Updates the notes about byacc in pumpkin.pod.
26418      Branch: perl
26419            ! Porting/pumpkin.pod
26420 ____________________________________________________________________________
26421 [ 22001] By: rgs                                   on 2003/12/30  09:58:08
26422         Log: Bump up UNIVERSAL's version to 1.02
26423              (due to fix #21418)
26424      Branch: perl
26425            ! lib/UNIVERSAL.pm
26426 ____________________________________________________________________________
26427 [ 21999] By: nicholas                              on 2003/12/29  23:53:31
26428         Log: Add Mike Pomraning
26429      Branch: perl
26430            ! AUTHORS
26431 ____________________________________________________________________________
26432 [ 21997] By: rgs                                   on 2003/12/29  20:11:12
26433         Log: Update the README and Changes files for Switch 2.10
26434      Branch: perl
26435            ! lib/Switch/Changes lib/Switch/README
26436 ____________________________________________________________________________
26437 [ 21996] By: rgs                                   on 2003/12/29  20:07:00
26438         Log: Upgrade to Switch 2.10, by integrating some changes by Damian
26439      Branch: perl
26440            ! lib/Switch.pm
26441 ____________________________________________________________________________
26442 [ 21993] By: rgs                                   on 2003/12/29  10:49:29
26443         Log: Windows hasn't getuid/setuid and friends.
26444              Therefore disable the code related to them in POSIX.xs.
26445
26446              Subject: [PATCH: ext/POSIX/POSIX.xs] Re: Smoke [5.8.2] 21979 FAIL(Xt) MSWin32 5.1 Service Pack 1 (x86/1 cpu)
26447              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
26448              Date: Mon, 29 Dec 2003 04:51:19 +0100
26449              Message-ID: <03d401c3cdbf$05730ee0$d500a8c0@R2D2>
26450      Branch: perl
26451            ! ext/POSIX/POSIX.xs
26452 ____________________________________________________________________________
26453 [ 21992] By: rgs                                   on 2003/12/29  10:31:07
26454         Log: Subject: [PATCH] win32_chsize buglet
26455              From: "Kevin Chase" <kevincha99@hotmail.com>
26456              Date: Sun, 28 Dec 2003 15:48:56 -0800
26457              Message-ID: <BAY2-F90usv0ccZRh8Z0005683d@hotmail.com>
26458      Branch: perl
26459            ! win32/win32.c
26460 ____________________________________________________________________________
26461 [ 21991] By: rgs                                   on 2003/12/29  08:10:51
26462         Log: Upgrade to Encode 1.99.
26463      Branch: perl
26464            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/META.yml
26465            ! ext/Encode/Unicode/Unicode.xs ext/Encode/encoding.pm
26466            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t
26467            ! ext/Encode/t/mime-header.t ext/Encode/ucm/gsm0338.ucm
26468            ! ext/Encode/ucm/macArabic.ucm ext/Encode/ucm/macFarsi.ucm
26469            ! ext/Encode/ucm/macHebrew.ucm
26470 ____________________________________________________________________________
26471 [ 21990] By: rgs                                   on 2003/12/28  18:41:35
26472         Log: Fix a little syntax error, reported by Marcus Holland-Moritz
26473      Branch: perl
26474            ! win32/win32.c
26475 ____________________________________________________________________________
26476 [ 21989] By: nicholas                              on 2003/12/28  11:49:20
26477         Log: From: "Nigel Sandever" <njsandever@hotmail.com>
26478              Subject: [PATCH] 5.8.1 / bcc55 / win32 / Enable PerlIO and/ or USE_LARGE_FILES
26479              Message-ID: <Law9-F94BdsnvUFcxT500000ea5@hotmail.com>
26480              Date: Thu, 25 Sep 2003 21:49:07 +0000
26481      Branch: perl
26482            ! dosish.h win32/win32.c win32/win32sck.c
26483 ____________________________________________________________________________
26484 [ 21988] By: rgs                                   on 2003/12/27  23:46:40
26485         Log: Regenerate the perly.c patch for byacc output painless fixing
26486      Branch: perl
26487            ! perly_c.diff
26488 ____________________________________________________________________________
26489 [ 21986] By: rgs                                   on 2003/12/27  23:11:59
26490         Log: Fix bug [perl #24762] : C<*foo{CODE} ? 1 : 0> was a syntax error
26491      Branch: perl
26492            ! perly.c perly.y vms/perly_c.vms
26493 ____________________________________________________________________________
26494 [ 21985] By: nicholas                              on 2003/12/27  22:55:35
26495         Log: Subject: Cross compilation patches for arm.
26496              From: Redvers Davies <red@criticalintegration.com>
26497              Message-Id: <1072098653.4789.6.camel@ragefire>
26498              Date: Mon, 22 Dec 2003 08:11:34 -0500
26499      Branch: perl
26500            ! Cross/Makefile Cross/Makefile.SH.patch Cross/README
26501            ! Cross/config.sh-arm-linux Cross/installperl.patch
26502 ____________________________________________________________________________
26503 [ 21983] By: rgs                                   on 2003/12/27  21:29:04
26504         Log: Fix bug [perl #24735] : make sure that the range (..) operator
26505              treats an undefined argument as 0 for numerical ranges and as ""
26506              for magical string ranges.
26507      Branch: perl
26508            ! pp_ctl.c t/op/range.t
26509 ____________________________________________________________________________
26510 [ 21981] By: rgs                                   on 2003/12/27  20:14:09
26511         Log: Subject: PATCH:  *DB*_File
26512              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
26513              Date: Sat, 27 Dec 2003 20:02:30 -0000
26514              Message-ID: <AIEAJICLCBDNAAOLLOKLIEAOPGAA.Paul.Marquess@btinternet.com>
26515      Branch: perl
26516            ! XSUB.h ext/DB_File/Changes ext/DB_File/DB_File.pm
26517            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
26518            ! ext/DB_File/t/db-hash.t ext/DB_File/t/db-recno.t
26519            ! ext/DB_File/typemap ext/GDBM_File/typemap
26520            ! ext/NDBM_File/typemap ext/ODBM_File/typemap
26521            ! ext/SDBM_File/typemap
26522 ____________________________________________________________________________
26523 [ 21978] By: nicholas                              on 2003/12/27  18:31:27
26524         Log: Straggler from Cwd
26525      Branch: perl
26526            + ext/Cwd/Changes
26527 ____________________________________________________________________________
26528 [ 21977] By: nicholas                              on 2003/12/27  18:29:44
26529         Log: Straggler from Unicode::Collate.
26530              We need to automate this.
26531              For some value of we. (tr/w/m/ I suspect)
26532      Branch: perl
26533            + lib/Unicode/Collate/t/rearrang.t
26534 ____________________________________________________________________________
26535 [ 21976] By: nicholas                              on 2003/12/27  18:28:37
26536         Log: Assimilate Unicode::Collate 0.33
26537      Branch: perl
26538            + lib/Unicode/Collate/t/altern.t lib/Unicode/Collate/t/view.t
26539            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
26540            ! lib/Unicode/Collate/README lib/Unicode/Collate/keys.txt
26541            ! lib/Unicode/Collate/t/contract.t
26542            ! lib/Unicode/Collate/t/illegal.t lib/Unicode/Collate/t/test.t
26543            ! lib/Unicode/Collate/t/version.t
26544 ____________________________________________________________________________
26545 [ 21975] By: nicholas                              on 2003/12/27  18:12:33
26546         Log: Assimilate PodParser-1.26
26547      Branch: perl
26548            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
26549            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/PlainText.pm
26550            ! lib/Pod/Select.pm lib/Pod/Usage.pm pod/pod2usage.PL
26551            ! pod/podselect.PL t/pod/pod2usage.xr t/pod/podselect.xr
26552 ____________________________________________________________________________
26553 [ 21974] By: nicholas                              on 2003/12/27  17:50:34
26554         Log: Assimilate File::Spec 0.87
26555      Branch: perl
26556            ! lib/File/Spec.pm lib/File/Spec/t/Spec.t
26557 ____________________________________________________________________________
26558 [ 21973] By: nicholas                              on 2003/12/27  17:24:27
26559         Log: Assimilate Digest 1.05
26560      Branch: perl
26561            ! lib/Digest.pm lib/Digest/t/digest.t
26562 ____________________________________________________________________________
26563 [ 21972] By: nicholas                              on 2003/12/27  17:20:23
26564         Log: Assimilate Cwd 2.12 from CPAN. Cwd wasn't in Maintainers, so change
26565              21646 was only applied to core (must punt this back and thereby unfork)
26566              Need to fix test boilerplate properly for PERL_CORE
26567      Branch: perl
26568            ! MANIFEST Porting/Maintainers.pl ext/Cwd/Cwd.xs ext/Cwd/t/cwd.t
26569            ! ext/Cwd/t/taint.t lib/Cwd.pm
26570 ____________________________________________________________________________
26571 [ 21971] By: nicholas                              on 2003/12/27  16:55:54
26572         Log: Subject: [PATCH] Remove Win32 compiler warnings
26573              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
26574              Date: Sat, 27 Dec 2003 17:39:20 +0100
26575              Message-ID: <018901c3cc97$fa976660$d500a8c0@R2D2>
26576      Branch: perl
26577            ! ext/XS/APItest/APItest.xs ext/threads/shared/shared.xs sv.c
26578 ____________________________________________________________________________
26579 [ 21970] By: nicholas                              on 2003/12/27  16:39:01
26580         Log: Allow overriding of the p4 settings via environment variables
26581              Make regexp more robust to parse FreeBSD's patch output
26582      Branch: perl
26583            ! Porting/apply
26584 ____________________________________________________________________________
26585 [ 21968] By: rgs                                   on 2003/12/27  14:27:57
26586         Log: Subject: [PATCH] perl 5.8.0, FindBin::again
26587              From: Slaven Rezic <slaven@rezic.de>
26588              Date: 01 May 2003 21:28:10 +0200
26589              Message-ID: <873cjy31rp.fsf@vran.herceg.de>
26590      Branch: perl
26591            ! lib/FindBin.pm lib/FindBin.t
26592 ____________________________________________________________________________
26593 [ 21967] By: nicholas                              on 2003/12/27  13:26:29
26594         Log: Subject: [PATCH: sv.c] Turn Quad_t to Uquad_t in unsigned branch
26595              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
26596              Date: Sat, 27 Dec 2003 02:48:19 +0100
26597              Message-ID: <010001c3cc1b$813763a0$d500a8c0@R2D2>
26598      Branch: perl
26599            ! sv.c
26600 ____________________________________________________________________________
26601 [ 21964] By: nicholas                              on 2003/12/26  20:31:38
26602         Log: Change minimum perl version where the test is run from 5.9.0 to 5.8.3
26603              as I'm going to integrate the core patch
26604      Branch: perl
26605            ! ext/List/Util/t/weak.t
26606 ____________________________________________________________________________
26607 [ 21962] By: nicholas                              on 2003/12/26  19:22:16
26608         Log: Subject: [PATCH: sv.c] Re: GCC bug breaking Perl_sv_catpvfn()?
26609              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
26610              Date: Fri, 26 Dec 2003 02:47:09 +0100
26611              Message-ID: <03ca01c3cb52$2d509b40$5700a8c0@R2D2>
26612      Branch: perl
26613            ! sv.c
26614 ____________________________________________________________________________
26615 [ 21960] By: rgs                                   on 2003/12/26  10:18:24
26616         Log: Refactor the code that checks whether a range is numeric
26617              or string-magical.
26618      Branch: perl
26619            ! pp_ctl.c
26620 ____________________________________________________________________________
26621 [ 21959] By: rgs                                   on 2003/12/26  08:51:06
26622         Log: Restore ext/SDBM_File/sdbm/Makefile to its pre-21655 state.
26623              This fixes building SDBM_File on AIX.
26624      Branch: perl
26625            ! ext/SDBM_File/sdbm/Makefile.PL
26626 ____________________________________________________________________________
26627 [ 21958] By: rgs                                   on 2003/12/25  21:22:25
26628         Log: Fix bug [perl #24641] : when POSIX::set[ug]id() are called,
26629              update the perl variables PL_uid and PL_euid (resp. PL_gid
26630              and PL_egid) with the new values.
26631      Branch: perl
26632            ! ext/POSIX/POSIX.xs
26633 ____________________________________________________________________________
26634 [ 21957] By: rgs                                   on 2003/12/25  20:14:00
26635         Log: Subject: [PATCH 5.8.2 @21574] INSTALL_PREFIX from C
26636              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
26637              Date: Thu, 18 Dec 2003 12:30:06 -0800
26638              Message-ID: <20031218203006.GA7772@math.berkeley.edu>
26639      Branch: perl
26640            ! config_h.SH
26641 ____________________________________________________________________________
26642 [ 21956] By: rgs                                   on 2003/12/25  19:40:55
26643         Log: Subject: BigInt v1.68 - pre-release
26644              From: Tels <perl_dummy@bloodgate.com>
26645              Date: Tue, 23 Dec 2003 01:09:23 +0100
26646              Message-Id: <200312230106.27661@bloodgate.com>
26647      Branch: perl
26648            + lib/Math/BigInt/CalcEmu.pm lib/Math/BigInt/t/alias.inc
26649            + lib/Math/BigInt/t/mbf_ali.t lib/Math/BigInt/t/mbi_ali.t
26650            + lib/Math/BigInt/t/sub_ali.t
26651            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
26652            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
26653            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
26654            ! lib/Math/BigInt/t/upgrade.inc
26655 ____________________________________________________________________________
26656 [ 21955] By: rgs                                   on 2003/12/25  18:59:54
26657         Log: Subject: [perl #24506] [PATCH] cannot weaken refs to read only values
26658              From: Fergal Daly <fergal@esatclear.ie>
26659              Date: Tue, 2 Dec 2003 23:18:18 +0000
26660              Message-Id: <200312022318.18353.fergal@esatclear.ie>
26661
26662              (tweaked so the test is skipped on perls < 5.9.0)
26663      Branch: perl
26664            ! ext/List/Util/t/weak.t sv.c
26665 ____________________________________________________________________________
26666 [ 21953] By: nicholas                              on 2003/12/23  23:34:48
26667         Log: Subject:  [PATCH: perl@21949] document patch for VMS port on new file systems
26668              From:  PPrymmer@factset.com
26669              Date:  Tue, 23 Dec 2003 17:27:44 -0500
26670              Message-Id:  <OF32243F10.A592C9A9-ON85256E05.007B1741-85256E05.007B63CB@factset.com>
26671      Branch: perl
26672            ! README.vms
26673 ____________________________________________________________________________
26674 [ 21952] By: nicholas                              on 2003/12/23  23:19:19
26675         Log: Subject: [patch t/test.pl] comment fix
26676              From: Stas Bekman <stas@stason.org>
26677              Message-ID: <3FE8C65A.4060708@stason.org>
26678              Date: Tue, 23 Dec 2003 14:48:58 -0800
26679      Branch: perl
26680            ! t/test.pl
26681 ____________________________________________________________________________
26682 [ 21951] By: adi                                   on 2003/12/22  23:22:12
26683         Log: re-fix [perl #24508] without speed regression.
26684              keep an eye on this.
26685      Branch: perl
26686            ! op.c opcode.h opcode.pl
26687 ____________________________________________________________________________
26688 [ 21950] By: adi                                   on 2003/12/22  23:19:25
26689         Log: sanitize some macros - based on Chip Salzenberg suggestions and
26690              on the way GNU people use the gcc-ish 'blocks in parens'
26691      Branch: perl
26692            ! XSUB.h sv.h
26693 ____________________________________________________________________________
26694 [ 21948] By: nicholas                              on 2003/12/22  21:00:30
26695         Log: Subject: Re: Smoke [5.8.2] 21930 FAIL(t) MSWin32 5.1 Service Pack 1 (x86/1 cpu)
26696              Message-ID: <Pine.LNX.4.58.0312220116520.17374@localhost.localdomain>
26697              Date: Mon, 22 Dec 2003 01:52:08 -0600 (CST)
26698              From: Mike Pomraning <mjp@pilcrow.madison.wi.us>
26699      Branch: perl
26700            ! ext/threads/shared/shared.xs
26701 ____________________________________________________________________________
26702 [ 21946] By: nicholas                              on 2003/12/22  20:34:06
26703         Log: Subject:  doc nits
26704              From:  Jarkko Hietaniemi <jhi@iki.fi>
26705              Date:  Mon, 22 Dec 2003 21:57:34 +0200
26706              Message-Id:  <20031222195734.GA29441@vipunen.hut.fi>
26707      Branch: perl
26708            ! pod/perltodo.pod pod/perlunicode.pod
26709 ____________________________________________________________________________
26710 [ 21944] By: merijn                                on 2003/12/22  10:13:43
26711         Log: Subject: [PATCH] configure.com archname tweak
26712              From: "Craig A. Berry" <craigberry@mac.com>
26713              Date: Sun, 21 Dec 2003 23:07:13 -0600
26714              Message-ID: <3FE67C01.1000704@mac.com>
26715      Branch: perl
26716            ! configure.com
26717 ____________________________________________________________________________
26718 [ 21942] By: rgs                                   on 2003/12/21  21:29:47
26719         Log: Subject: [perl #24651] Taint bug with multiple backticks in ref consturctors
26720              From: Mike Guy <mjtg@cam.ac.uk>
26721              Date: Fri, 19 Dec 2003 17:17:11 +0000
26722              Message-Id: <E1AXOFT-0007DE-7q@draco.cus.cam.ac.uk>
26723      Branch: perl
26724            ! pod/perlsec.pod
26725 ____________________________________________________________________________
26726 [ 21940] By: rgs                                   on 2003/12/21  15:33:19
26727         Log: Fix a side-effect of bug #24674 in the perl debugger.
26728
26729              Subject: [perl #24674] 5.x odd taint bug
26730              From: Dominique Quatravaux (via RT) <perlbug-followup@perl.org>
26731              Date: 16 Dec 2003 15:03:24 -0000
26732              Message-ID: <rt-3.0.7_01-24674-68456.11.3124667849085@perl.org>
26733      Branch: perl
26734            ! lib/perl5db.pl
26735 ____________________________________________________________________________
26736 [ 21938] By: rgs                                   on 2003/12/20  22:56:24
26737         Log: Subject: Perl 5.8.3 patches from the BS2000 port
26738              From: Dorner Thomas <tdorner@amadeus.net>
26739              Date: Wed, 17 Dec 2003 15:41:17 +0100
26740              Message-ID: <6727B1DACFCDD311A757009027CA8D69044B673A@Ex02.inhouse.start.de>
26741      Branch: perl
26742            ! hints/posix-bc.sh t/base/num.t t/comp/parser.t
26743 ____________________________________________________________________________
26744 [ 21937] By: adi                                   on 2003/12/20  21:37:03
26745         Log: after back-references, restricted hashes.
26746              see http://nntp.perl.org/group/perl.perl5.porters/86497
26747              this is hopefully only a temporary solution.
26748      Branch: perl
26749            ! perl.c
26750 ____________________________________________________________________________
26751 [ 21936] By: adi                                   on 2003/12/20  21:32:37
26752         Log: fix [perl #24660], [perl #24663].
26753      Branch: perl
26754            ! mg.c sv.c
26755 ____________________________________________________________________________
26756 [ 21935] By: rgs                                   on 2003/12/20  21:21:50
26757         Log: Upgrade to Time::Local 1.07_94
26758      Branch: perl
26759            ! lib/Time/Local.pm lib/Time/Local.t
26760 ____________________________________________________________________________
26761 [ 21933] By: nicholas                              on 2003/12/20  20:07:44
26762         Log: Subject: [PATCH] OpenVMS I64 support
26763              From: "Craig A. Berry" <craigberry@mac.com>
26764              Message-ID: <3FE2441F.2070603@mac.com>
26765              Date: Thu, 18 Dec 2003 18:19:43 -0600
26766      Branch: perl
26767            ! configure.com vms/gen_shrfls.pl
26768 ____________________________________________________________________________
26769 [ 21932] By: nicholas                              on 2003/12/20  19:57:51
26770         Log: remove duplicate PERL_HASH (as spotted by Enache Adrian in
26771              <20031220124854.GA1265@ratsnest.hole> )
26772      Branch: perl
26773            ! hv.c
26774 ____________________________________________________________________________
26775 [ 21931] By: nicholas                              on 2003/12/20  18:58:06
26776         Log: Solaris gconvert() doesn't like ndigits == 0. Currently we have no
26777              Configure test for troublesome gconvert(), so for now simply avoid
26778              the optimisation that calls gconvert() in this case.
26779      Branch: perl
26780            ! sv.c
26781 ____________________________________________________________________________
26782 [ 21928] By: rgs                                   on 2003/12/19  08:36:11
26783         Log: Upgrade to CGI.pm 3.01
26784      Branch: perl
26785            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Fast.pm
26786            ! lib/CGI/Pretty.pm lib/CGI/Util.pm lib/CGI/t/carp.t
26787            ! lib/CGI/t/request.t
26788 ____________________________________________________________________________
26789 [ 21927] By: rgs                                   on 2003/12/19  08:10:41
26790         Log: Subject: [DOCPATCH] base.pm
26791              From: Elizabeth Mattijsen <liz@dijkmat.nl>
26792              Date: Thu, 18 Dec 2003 22:30:52 +0100
26793              Message-Id: <p05111b12bc07cc596977@[192.168.56.3]>
26794
26795              Plus, remove leftover mentions of pseudo-hashes
26796      Branch: perl
26797            ! lib/base.pm
26798 ____________________________________________________________________________
26799 [ 21924] By: nicholas                              on 2003/12/18  20:24:29
26800         Log: "Richard" - who he? (Add "Richard Clamp" to the list of pumpkings)
26801      Branch: perl
26802            ! pod/perlhist.pod
26803 ____________________________________________________________________________
26804 [ 21923] By: rgs                                   on 2003/12/18  14:58:42
26805         Log: Perl 1.0.16 has been released.
26806      Branch: perl
26807            ! pod/perlhist.pod
26808 ____________________________________________________________________________
26809 [ 21922] By: rgs                                   on 2003/12/17  21:36:36
26810         Log: Subject: [PATCH: embed.fnc] arguments for perl_clone()
26811              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
26812              Date: Wed, 17 Dec 2003 13:26:52 +0100
26813              Message-ID: <055701c3c499$11144f90$8cecfe91@R2D2>
26814      Branch: perl
26815            ! embed.fnc embed.h global.sym
26816 ____________________________________________________________________________
26817 [ 21921] By: rgs                                   on 2003/12/17  17:34:05
26818         Log: Subject: [PATCH] 2-arg cond_wait, cond_timedwait, tests
26819              From: Mike Pomraning <mjp@pilcrow.madison.wi.us>
26820              Date: Wed, 17 Dec 2003 00:05:58 -0600 (CST)
26821              Message-ID: <Pine.LNX.4.58.0312092202040.13494@benevelle.wi.securepipe.com>
26822      Branch: perl
26823            + ext/threads/shared/t/wait.t
26824            ! MANIFEST ext/threads/shared/shared.pm
26825            ! ext/threads/shared/shared.xs
26826 ____________________________________________________________________________
26827 [ 21918] By: rgs                                   on 2003/12/16  22:00:39
26828         Log: Sync with the latest MakeMaker snapshot.
26829              But set the $VERSION to 6.21_01.
26830      Branch: perl
26831            ! lib/ExtUtils/Changes lib/ExtUtils/MANIFEST.SKIP
26832            ! lib/ExtUtils/META.yml lib/ExtUtils/MM_Any.pm
26833            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win95.pm
26834            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/FAQ.pod
26835            ! lib/ExtUtils/instmodsh
26836 ____________________________________________________________________________
26837 [ 21917] By: alanbur                               on 2003/12/15  09:13:49
26838         Log: Remove incorrect guards around inclusion of <signal.h>
26839              Causes problems with UNIX03/SUSv3
26840              Part 2 of change 21916 - oops!
26841
26842              See:
26843              Message-Id: <3FDD06A5.8010004@sun.com>
26844              Subject: Re: UNIX03 & C99 issue with 5.8.2
26845              From: Alan Burlison <Alan.Burlison@sun.com>
26846              Date: Mon, 15 Dec 2003 00:56:05 +0000
26847      Branch: perl
26848            ! doop.c mg.c mpeix/mpeixish.h plan9/plan9ish.h unixish.h util.c
26849 ____________________________________________________________________________
26850 [ 21916] By: alanbur                               on 2003/12/15  09:02:58
26851         Log: Remove incorrect guards around inclusion of <signal.h>
26852              Causes problems with UNIX03/SUSv3
26853      Branch: perl
26854            ! doio.c
26855 ____________________________________________________________________________
26856 [ 21915] By: rgs                                   on 2003/12/15  07:43:50
26857         Log: Add the macros dAX and dITEMS to PPPort.
26858      Branch: perl
26859            ! ext/Devel/PPPort/PPPort.pm
26860 ____________________________________________________________________________
26861 [ 21914] By: rgs                                   on 2003/12/14  22:53:43
26862         Log: Subject: [patch Porting/pumpkin.pod] trying to ensure that PPPort is up-to-date on each new release
26863              From: Stas Bekman <stas@stason.org>
26864              Date: Sun, 14 Dec 2003 15:12:40 -0800
26865              Message-ID: <3FDCEE68.3080509@stason.org>
26866      Branch: perl
26867            ! Porting/pumpkin.pod
26868 ____________________________________________________________________________
26869 [ 21912] By: rgs                                   on 2003/12/14  22:48:17
26870         Log: Subject: [DOCPATCH] perlfunc delete
26871              From: Elizabeth Mattijsen <liz@dijkmat.nl>
26872              Date: Sun, 14 Dec 2003 20:25:07 +0100
26873              Message-Id: <p05111b07bc0269065a99@[192.168.56.3]>
26874      Branch: perl
26875            ! pod/perlfunc.pod
26876 ____________________________________________________________________________
26877 [ 21910] By: nicholas                              on 2003/12/14  20:06:41
26878         Log: Forgot to remove a comment
26879      Branch: perl
26880            ! pp.c
26881 ____________________________________________________________________________
26882 [ 21907] By: nicholas                              on 2003/12/14  18:35:15
26883         Log: S_save_hek_flags should honour the "free" flag.
26884              Ought to mask the flag bits that shouldn't be stored.
26885      Branch: perl
26886            ! hv.c
26887 ____________________________________________________________________________
26888 [ 21906] By: nicholas                              on 2003/12/14  17:06:13
26889         Log: Some fool missed a letter n.
26890              (and then "optimised" code based on its absense. D'oh)
26891              Restore the correct behaviour - fetch with uppercase key, then if
26892              still not found store with mixed/lowercase key.
26893      Branch: perl
26894            ! hv.c
26895 ____________________________________________________________________________
26896 [ 21905] By: nicholas                              on 2003/12/14  16:34:01
26897         Log: Subject: Re: Change 21862
26898              From: Enache Adrian <enache@rdslink.ro>
26899              Date: Wed, 10 Dec 2003 06:05:58 +0200
26900              Message-ID: <20031210040558.GC1584@ratsnest.hole>
26901
26902              (1st hunk), plus the equivalent for hv_delete_common
26903      Branch: perl
26904            ! hv.c
26905 ____________________________________________________________________________
26906 [ 21904] By: nicholas                              on 2003/12/14  15:32:32
26907         Log: Clean up a bug I introduced into caseless ENV hv_delete
26908              (should be the proper fix for 21870 and 21872's band aid)
26909      Branch: perl
26910            ! hv.c
26911 ____________________________________________________________________________
26912 [ 21902] By: rgs                                   on 2003/12/13  21:56:45
26913         Log: Subject: Re: 5.6.2-RC1 on Cygwin
26914              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
26915              Date: Sat, 6 Dec 2003 22:32:59 -0800
26916              Message-ID: <20031207063259.GA3004@efn.org>
26917              (with tweaks to cleanup code)
26918      Branch: perl
26919            ! t/op/taint.t
26920 ____________________________________________________________________________
26921 [ 21898] By: nicholas                              on 2003/12/13  19:20:41
26922         Log: Add Perl_ceil
26923      Branch: perl
26924            ! perl.h pp.c
26925 ____________________________________________________________________________
26926 [ 21897] By: rgs                                   on 2003/12/13  18:41:51
26927         Log: Reformat a long line in perlembed.pod (bug #24623).
26928      Branch: perl
26929            ! pod/perlembed.pod
26930 ____________________________________________________________________________
26931 [ 21896] By: nicholas                              on 2003/12/13  18:40:59
26932         Log: The binary compatibility notes say that new global functions should
26933              go at the end. Not that I'm anything more than "trainee" when it
26934              comes to this bincompat stuff.
26935      Branch: perl
26936            ! embed.fnc proto.h
26937 ____________________________________________________________________________
26938 [ 21895] By: rgs                                   on 2003/12/13  18:33:38
26939         Log: alarm() is now implemented on Win32.
26940      Branch: perl
26941            ! pod/perlport.pod
26942 ____________________________________________________________________________
26943 [ 21893] By: nicholas                              on 2003/12/13  17:40:32
26944         Log: foreach qw() { # not valid syntax for 5.005. So fix it.
26945      Branch: perl
26946            ! pod/buildtoc
26947 ____________________________________________________________________________
26948 [ 21892] By: rgs                                   on 2003/12/13  17:02:12
26949         Log: Subject: Patch for: [perl #24650] File::CheckTree should list Larry Wall as author, not unknown
26950              From: David Dyck <david.dyck@fluke.com>
26951              Date: Sat, 13 Dec 2003 00:01:34 -0800 (PST)
26952              Message-ID: <Pine.LNX.4.51.0312122351450.8825@dd.tc.fluke.com>
26953      Branch: perl
26954            ! lib/File/CheckTree.pm
26955 ____________________________________________________________________________
26956 [ 21891] By: rgs                                   on 2003/12/13  16:33:46
26957         Log: Make the XSRETURN macro evaluate its argument only once.
26958      Branch: perl
26959            ! XSUB.h
26960 ____________________________________________________________________________
26961 [ 21886] By: rgs                                   on 2003/12/13  12:30:08
26962         Log: More POD fixes ; regenerate perltoc and perlmodlib.
26963      Branch: perl
26964            ! ext/DynaLoader/DynaLoader_pm.PL pod/perlmodlib.pod
26965            ! pod/perltoc.pod
26966 ____________________________________________________________________________
26967 [ 21885] By: rgs                                   on 2003/12/13  12:21:26
26968         Log: Fix some of the pods to produce more standard manpages,
26969              as reported by Eric S. Raymond.
26970      Branch: perl
26971            ! README.ce README.netware lib/Getopt/Std.pm lib/diagnostics.pm
26972 ____________________________________________________________________________
26973 [ 21884] By: rgs                                   on 2003/12/13  00:09:01
26974         Log: Subject: RE: [perl #24610] Pod::Html infinite recursion
26975              From: Anders Johnson <ajohnson@nvidia.com>
26976              Date: Fri, 12 Dec 2003 14:07:40 -0800
26977              Message-ID: <33171CC36240D94EAF1FE584B1D14E0A06EC6F51@mail-sc-11.nvidia.com>
26978              (with tweaks)
26979      Branch: perl
26980            ! lib/Pod/Html.pm
26981 ____________________________________________________________________________
26982 [ 21883] By: rgs                                   on 2003/12/12  23:54:25
26983         Log: Modify the common guard for the signal.h header, because
26984              C99 compilers don't like it.o
26985
26986              see :
26987              Subject: UNIX03 & C99 issue with 5.8.2
26988              From: Alan Burlison <Alan.Burlison@sun.com>
26989              Date: Fri, 12 Dec 2003 23:04:52 +0000
26990              Message-ID: <3FDA4994.6050209@sun.com>
26991      Branch: perl
26992            ! doio.c doop.c mg.c mpeix/mpeixish.h plan9/plan9ish.h unixish.h
26993            ! util.c
26994 ____________________________________________________________________________
26995 [ 21882] By: rgs                                   on 2003/12/12  22:43:11
26996         Log: Subject: [PATCH] Math::BigInt v1.67 released
26997              From: Tels <perl_dummy@bloodgate.com>
26998              Date: Fri, 12 Dec 2003 18:47:43 +0100
26999              Message-Id: <200312121847.49039@bloodgate.com>
27000      Branch: perl
27001            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
27002            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
27003            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
27004            ! lib/Math/BigInt/t/downgrade.t lib/Math/BigInt/t/fallback.t
27005            ! lib/Math/BigInt/t/sub_mbi.t
27006 ____________________________________________________________________________
27007 [ 21881] By: merijn                                on 2003/12/12  16:09:14
27008         Log: Subject: [PATCH] d_u32align for win32
27009              From: Gisle Aas <gisle@ActiveState.com>
27010              Date: 11 Dec 2003 01:33:39 -0800
27011              Message-ID: <lrzndzr958.fsf@caliper.activestate.com>
27012      Branch: perl
27013            ! win32/config.bc win32/config.gc win32/config.vc
27014 ____________________________________________________________________________
27015 [ 21879] By: rgs                                   on 2003/12/11  23:53:34
27016         Log: Subject: [PATCH] environ array fix for VMS
27017              From: "Craig A. Berry" <craigberry@mac.com>
27018              Date: Thu, 11 Dec 2003 14:35:29 -0600
27019              Message-ID: <3FD8D511.2030805@mac.com>
27020      Branch: perl
27021            ! vms/vms.c
27022 ____________________________________________________________________________
27023 [ 21878] By: nicholas                              on 2003/12/11  23:49:20
27024         Log: Subject: [PATCH] Perl 5.9.0 AUTHORS
27025              From: Mark Leighton Fisher <mark-fisher@mindspring.com>
27026              Message-ID: <3FD8E74F.7000202@mindspring.com>
27027              Date: Thu, 11 Dec 2003 16:53:19 -0500
27028      Branch: perl
27029            ! AUTHORS
27030 ____________________________________________________________________________
27031 [ 21877] By: rgs                                   on 2003/12/11  23:40:54
27032         Log: Add a mention of the error "DESTROY created new reference
27033              to dead object" in perldiag.
27034      Branch: perl
27035            ! pod/perldiag.pod
27036 ____________________________________________________________________________
27037 [ 21876] By: adi                                   on 2003/12/11  23:04:03
27038         Log: #21866 was wrong. another try to plumb that damn leak.
27039      Branch: perl
27040            ! mg.c sv.c
27041 ____________________________________________________________________________
27042 [ 21875] By: adi                                   on 2003/12/11  20:11:07
27043         Log: fix bug #24605.
27044              substr() wasn't working when used repeatedly on the same utf-8
27045              string.
27046      Branch: perl
27047            ! sv.c t/op/substr.t
27048 ____________________________________________________________________________
27049 [ 21874] By: rgs                                   on 2003/12/09  21:36:58
27050         Log: Suppress a C< $DB::single = 1 > from Switch.pm, as noticed
27051              by Jan Dubois.
27052      Branch: perl
27053            ! lib/Switch.pm
27054 ____________________________________________________________________________
27055 [ 21873] By: rgs                                   on 2003/12/09  21:33:22
27056         Log: Subject: [PATCH perlunicode.pod, encoding.pm] Implicit upgrading docs
27057              From: Autrijus Tang <autrijus@autrijus.org>
27058              Date: Tue, 9 Dec 2003 20:39:16 +0800
27059              Message-ID: <20031209123915.GA1454@not.autrijus.org>
27060      Branch: perl
27061            ! ext/Encode/encoding.pm pod/perlunicode.pod
27062 ____________________________________________________________________________
27063 [ 21872] By: adi                                   on 2003/12/09  03:26:16
27064         Log: temporary fix to avoid t/op/tie.t failures on Win32
27065      Branch: perl
27066            ! hv.c
27067 ____________________________________________________________________________
27068 [ 21871] By: rgs                                   on 2003/12/08  15:22:26
27069         Log: Upgrade to Digest-MD5 2.33.
27070      Branch: perl
27071            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
27072            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
27073            ! ext/Digest/MD5/t/files.t ext/Digest/MD5/typemap
27074 ____________________________________________________________________________
27075 [ 21870] By: rgs                                   on 2003/12/08  08:22:17
27076         Log: Integrate change #21862 from maint-5.8 :
27077
27078              Win32/MinGW tweaks
27079              A. ENV_IS_CASELESS has trys to free(keysave) when
27080              keysave isn't in scope yet.
27081              B. For default makefile.mk which build with perlhost.h
27082              stuff "live" need to link with g++ to find new/delete etc.
27083      Branch: perl
27084           !> hv.c win32/makefile.mk
27085 ____________________________________________________________________________
27086 [ 21869] By: rgs                                   on 2003/12/08  07:37:27
27087         Log: Subject: [PATCH] iterator reset moved to hv.c (was: [PATCH] SCALAR/FIRSTKEY for tied hashes in scalar context)
27088              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
27089              Date: Mon, 08 Dec 2003 08:17:46 +0100
27090              Message-id: <20031208071746.GA594@ethan>
27091      Branch: perl
27092            ! hv.c mg.c
27093 ____________________________________________________________________________
27094 [ 21868] By: adi                                   on 2003/12/08  03:38:39
27095         Log: yet another leak. bigger fish still swimming around.
27096              #!perl
27097              eval q{ $_ = "x"; s/x/"in subst"/e } while 1;
27098              __END__
27099      Branch: perl
27100            ! pp_ctl.c
27101 ____________________________________________________________________________
27102 [ 21867] By: adi                                   on 2003/12/08  03:34:37
27103         Log: yet another 2 leaks. example for the second:
27104              #! perl
27105              eval q{ open $p{q}, "foo" } while 1
27106              __END__
27107      Branch: perl
27108            ! op.c
27109 ____________________________________________________________________________
27110 [ 21866] By: adi                                   on 2003/12/08  03:30:16
27111         Log: plumb a leak with pos().
27112
27113              #! perl
27114              while (1) {
27115              my $a = "\x{1ff}"; $a =~ /\x{1ff}/g; pos($a);
27116              }
27117              __END__
27118      Branch: perl
27119            ! sv.c
27120 ____________________________________________________________________________
27121 [ 21865] By: rgs                                   on 2003/12/07  21:28:13
27122         Log: Subject: [PATCH] documenting SCALAR gotcha
27123              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
27124              Date: Sun, 07 Dec 2003 16:41:16 +0100
27125              Message-id: <20031207154116.GA825@ethan>
27126      Branch: perl
27127            ! pod/perltie.pod
27128 ____________________________________________________________________________
27129 [ 21864] By: rgs                                   on 2003/12/07  20:13:47
27130         Log: Subject: [PATCH] setenv tweak for VMS
27131              From: "Craig A. Berry" <craigberry@mac.com>
27132              Date: Sat, 06 Dec 2003 18:13:32 -0600
27133              Message-ID: <3FD270AC.3000106@mac.com>
27134      Branch: perl
27135            ! vms/vms.c
27136 ____________________________________________________________________________
27137 [ 21863] By: rgs                                   on 2003/12/06  21:33:22
27138         Log: Missing thingies.
27139      Branch: perl
27140            ! pp.c pp_hot.c
27141 ____________________________________________________________________________
27142 [ 21861] By: rgs                                   on 2003/12/06  20:58:12
27143         Log: Subject: [PATCH] Math::BigInt v1.67 (pre-release)
27144              From: Tels <perl_dummy@bloodgate.com>
27145              Date: Sat, 6 Dec 2003 20:19:44 +0100
27146              Message-Id: <200312062016.50484@bloodgate.com>
27147      Branch: perl
27148            + lib/Math/BigInt/t/const_mbf.t lib/Math/BigInt/t/fallback.t
27149            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
27150            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
27151            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
27152            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
27153            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
27154            ! lib/Math/BigInt/t/bigints.t lib/Math/BigInt/t/biglog.t
27155            ! lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/sub_mbf.t
27156            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/with_sub.t
27157 ____________________________________________________________________________
27158 [ 21860] By: rgs                                   on 2003/12/06  20:33:09
27159         Log: Forgot to update the MANIFEST.
27160      Branch: perl
27161            ! MANIFEST
27162 ____________________________________________________________________________
27163 [ 21859] By: rgs                                   on 2003/12/06  20:19:16
27164         Log: Math::BigInt::Scalar is only for tests.
27165              Move it under t/lib.
27166      Branch: perl
27167           +> t/lib/Math/BigInt/Scalar.pm
27168            - lib/Math/BigInt/Scalar.pm
27169 ____________________________________________________________________________
27170 [ 21858] By: rgs                                   on 2003/12/06  20:01:24
27171         Log: Subject: [PATCH] casting bug in VMS part of Perl_start_glob
27172              From: "Craig A. Berry" <craigberry@mac.com>
27173              Date: Sat, 06 Dec 2003 12:44:40 -0600
27174              Message-ID: <3FD22398.1060506@mac.com>
27175      Branch: perl
27176            ! doio.c
27177 ____________________________________________________________________________
27178 [ 21857] By: rgs                                   on 2003/12/06  19:58:51
27179         Log: Remove the "Can't provide tied hash usage" error from perldiag.
27180              Mention the new tied hash SCALAR method in perldelta.
27181      Branch: perl
27182            ! pod/perldelta.pod pod/perldiag.pod
27183 ____________________________________________________________________________
27184 [ 21856] By: rgs                                   on 2003/12/06  19:51:49
27185         Log: Clarify the description of SCALAR in perltie
27186      Branch: perl
27187            ! pod/perltie.pod
27188 ____________________________________________________________________________
27189 [ 21855] By: rgs                                   on 2003/12/06  19:50:07
27190         Log: Subject: [PATCH] SCALAR/FIRSTKEY for tied hashes in scalar context
27191              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
27192              Date: Sat, 06 Dec 2003 11:50:59 +0100
27193              Message-id: <20031206105059.GA13989@ethan>
27194      Branch: perl
27195            ! embed.fnc embed.h global.sym hv.c lib/Tie/Hash.pm mg.c
27196            ! pod/perlapi.pod pod/perlfunc.pod pod/perltie.pod pp.c pp_hot.c
27197            ! proto.h t/op/tie.t
27198 ____________________________________________________________________________
27199 [ 21854] By: nicholas                              on 2003/12/06  16:30:35
27200         Log: Make sv_force_normal_flags cope with shared hash key scalars
27201              (remember the pointer from SvPVX, reset the flags before SvGROW,
27202              avoid crazy loops or read-from-free)
27203      Branch: perl
27204            ! sv.c
27205 ____________________________________________________________________________
27206 [ 21851] By: nicholas                              on 2003/12/05  20:49:10
27207         Log: Back out the Makefile.PL part of 21808 as requested by Gisle Aas
27208      Branch: perl
27209            ! ext/Digest/MD5/Makefile.PL
27210 ____________________________________________________________________________
27211 [ 21846] By: merijn                                on 2003/12/05  10:41:32
27212         Log: Subject: [PATCH] Configure gets d_u32align wrong
27213              From: Gisle Aas <gisle@ActiveState.com>
27214              Date: 05 Dec 2003 03:47:01 -0800
27215              Message-ID: <lr4qwfbi6i.fsf_-_@caliper.activestate.com>
27216      Branch: perl
27217            ! Configure
27218 ____________________________________________________________________________
27219 [ 21844] By: rgs                                   on 2003/12/05  07:31:18
27220         Log: Subject: [REPATCH lib/AutoLoader.t] Test can() with AutoLoader
27221              From: chromatic <chromatic@wgz.org>
27222              Date: Mon, 01 Dec 2003 09:20:21 -0800
27223              Message-Id: <1070299221.1275.19.camel@localhost>
27224      Branch: perl
27225            ! lib/AutoLoader.t
27226 ____________________________________________________________________________
27227 [ 21843] By: rgs                                   on 2003/12/05  07:13:08
27228         Log: Subject: [PATCH] another ext/SDBM_File/sdbm build fix
27229              From: "Craig A. Berry" <craigberry@mac.com>
27230              Date: Thu, 04 Dec 2003 16:00:03 -0600
27231              Message-ID: <3FCFAE63.1080106@mac.com>
27232      Branch: perl
27233            ! ext/SDBM_File/sdbm/Makefile.PL
27234 ____________________________________________________________________________
27235 [ 21842] By: rgs                                   on 2003/12/05  07:07:30
27236         Log: Subject: [PATCH] $^P, eval and caller
27237              From: Paul Johnson <paul@pjcj.net>
27238              Date: Fri, 5 Dec 2003 00:57:21 +0100
27239              Message-ID: <20031204235721.GJ26355@pjcj.net>
27240      Branch: perl
27241            ! mg.c
27242 ____________________________________________________________________________
27243 [ 21841] By: rgs                                   on 2003/12/04  12:00:28
27244         Log: Fix File::Copy with hard links on Windows.
27245
27246              Subject: [PATCH] Re: perl @ 21830
27247              From: Steve Hay <steve.hay@uk.radan.com>
27248              Date: Wed, 03 Dec 2003 10:53:02 +0000
27249              Message-ID: <3FCDC08E.7080800@uk.radan.com>
27250
27251              and
27252              Date: Thu, 04 Dec 2003 11:02:22 +0000
27253              Message-ID: <3FCF143E.1040905@uk.radan.com>
27254      Branch: perl
27255            ! lib/File/Copy.pm lib/File/Copy.t
27256 ____________________________________________________________________________
27257 [ 21840] By: rgs                                   on 2003/12/04  11:54:28
27258         Log: Subject: Re: a2p.pod not being installed in 5.8.2?
27259              From: Alan Burlison <Alan.Burlison@sun.com>
27260              Date: Thu, 04 Dec 2003 12:14:30 +0000
27261              Message-ID: <3FCF2526.3030905@sun.com>
27262      Branch: perl
27263            ! installperl
27264 ____________________________________________________________________________
27265 [ 21837] By: rgs                                   on 2003/12/03  08:27:33
27266         Log: Subject: Re: XS modules having problems with CLONE and ithreads unless PERL_NO_GET_CONTEXT is defined
27267              From: Stas Bekman <stas@stason.org>
27268              Date: Wed, 03 Dec 2003 01:41:42 -0800
27269              Message-ID: <3FCDAFD6.9050106@stason.org>
27270      Branch: perl
27271            ! sv.c
27272 ____________________________________________________________________________
27273 [ 21836] By: rgs                                   on 2003/12/02  23:31:06
27274         Log: The prove utility should also be installed on VMS and on Windows.
27275              Haven't we regression tests for installations yet ?
27276      Branch: perl
27277            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
27278 ____________________________________________________________________________
27279 [ 21835] By: rgs                                   on 2003/12/02  22:18:05
27280         Log: FAQ sync.
27281      Branch: perl
27282            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
27283            ! pod/perlfaq4.pod pod/perlfaq5.pod
27284 ____________________________________________________________________________
27285 [ 21834] By: rgs                                   on 2003/12/02  21:45:12
27286         Log: Subject: Re: [perl #24574] find2perl provides different results to find
27287              From: Slaven Rezic <slaven@rezic.de>
27288              Date: 30 Nov 2003 22:16:59 +0100
27289              Message-ID: <8765h1pnec.fsf@vran.herceg.de>
27290
27291              (plus a note about find2perl now defaulting to -print in perldelta)
27292      Branch: perl
27293            ! pod/perldelta.pod x2p/find2perl.PL
27294 ____________________________________________________________________________
27295 [ 21833] By: rgs                                   on 2003/12/02  21:34:57
27296         Log: Subject: [PATCH] setting $0 still broken
27297              From: Jan Dubois <jand@ActiveState.com>
27298              Date: Thu, 27 Nov 2003 21:09:51 -0800
27299              Message-ID: <f3mdsv8dcv4asle0kbhiijk0adu1l25sr3@4ax.com>
27300      Branch: perl
27301            ! mg.c
27302 ____________________________________________________________________________
27303 [ 21832] By: rgs                                   on 2003/12/02  21:05:58
27304         Log: Better docs for the special code blocks, based on :
27305              Subject: [DOCPATCH] BEGIN, CHECK, INIT, END explained more
27306              From: Elizabeth Mattijsen <liz@dijkmat.nl>
27307              Date: Sat, 29 Nov 2003 23:15:56 +0100
27308              Message-Id: <p05111b01bbeec2e8bf30@[192.168.56.3]>
27309      Branch: perl
27310            ! pod/perlmod.pod pod/perlsub.pod
27311 ____________________________________________________________________________
27312 [ 21828] By: rgs                                   on 2003/11/30  20:56:00
27313         Log: Fix the test boilerplate in lib/if.t, so it can be run
27314              from the t/ directory.
27315      Branch: perl
27316            ! lib/if.t
27317 ____________________________________________________________________________
27318 [ 21827] By: rgs                                   on 2003/11/30  20:34:39
27319         Log: Keep installing xsubpp in lib/ExtUtils,
27320              so MakeMaker can find it.
27321      Branch: perl
27322            ! installperl
27323 ____________________________________________________________________________
27324 [ 21826] By: rgs                                   on 2003/11/30  20:31:59
27325         Log: Upgrade to Test::Harness 2.38.
27326              Introduce the prove(1) utility.
27327              (The prove-switches test is disabled for now.)
27328      Branch: perl
27329            + lib/Test/Harness/bin/prove lib/Test/Harness/t/inc_taint.t
27330            + lib/Test/Harness/t/prove-switches.t t/lib/Dev/Null.pm
27331            + t/lib/sample-tests/inc_taint t/lib/sample-tests/taint_warn
27332            + utils/prove.PL
27333            ! MANIFEST installperl lib/Test/Harness.pm
27334            ! lib/Test/Harness/Assert.pm lib/Test/Harness/Changes
27335            ! lib/Test/Harness/Iterator.pm lib/Test/Harness/Straps.pm
27336            ! lib/Test/Harness/t/00compile.t lib/Test/Harness/t/assert.t
27337            ! lib/Test/Harness/t/callback.t lib/Test/Harness/t/pod.t
27338            ! lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
27339            ! lib/Test/Harness/t/test-harness.t utils.lst utils/Makefile
27340 ____________________________________________________________________________
27341 [ 21823] By: rgs                                   on 2003/11/30  18:22:54
27342         Log: Subject: Re: [perl #24554] Segfault in POSIX module
27343              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
27344              Date: Sat, 29 Nov 2003 23:32:38 +0900
27345              Message-Id: <20031129233010.8E2F.BQW10602@nifty.com>
27346
27347              (plus a test for the stringification of references
27348              passed to POSIX::isXXX())
27349      Branch: perl
27350            ! ext/POSIX/POSIX.xs ext/POSIX/t/is.t ext/POSIX/t/posix.t
27351 ____________________________________________________________________________
27352 [ 21814] By: nicholas                              on 2003/11/29  20:53:23
27353         Log: Integrate if.pm 0.0401
27354              Needed to edit the test file as t/TEST can't cope with extra output
27355              lines as produced by 0.0401's if.t
27356      Branch: perl
27357            ! lib/if.pm lib/if.t
27358 ____________________________________________________________________________
27359 [ 21813] By: nicholas                              on 2003/11/29  19:54:52
27360         Log: Remove whitespace from ends of lines (simply because it irritates me)
27361      Branch: perl
27362            ! utils/h2xs.PL
27363 ____________________________________________________________________________
27364 [ 21812] By: nicholas                              on 2003/11/29  17:55:32
27365         Log: Update Unicode::Normalize to 0.28
27366      Branch: perl
27367            + ext/Unicode/Normalize/t/illegal.t
27368            + ext/Unicode/Normalize/t/null.t ext/Unicode/Normalize/t/short.t
27369            ! MANIFEST ext/Unicode/Normalize/Changes
27370            ! ext/Unicode/Normalize/Normalize.pm
27371            ! ext/Unicode/Normalize/Normalize.xs
27372            ! ext/Unicode/Normalize/README
27373 ____________________________________________________________________________
27374 [ 21811] By: nicholas                              on 2003/11/29  17:30:18
27375         Log: D'oh! This has been moved to lib/Digest/t/digest.t but not deleted.
27376      Branch: perl
27377            - lib/Digest.t
27378 ____________________________________________________________________________
27379 [ 21810] By: nicholas                              on 2003/11/29  17:29:15
27380         Log: Update Unicode::Collate to 0.31 (Only the .pm version for now)
27381      Branch: perl
27382            + lib/Unicode/Collate/t/illegal.t
27383            + lib/Unicode/Collate/t/illegalp.t
27384            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
27385            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/version.t
27386 ____________________________________________________________________________
27387 [ 21809] By: nicholas                              on 2003/11/29  17:09:25
27388         Log: D'oh! Forgot to lib/Digest/base.pm
27389      Branch: perl
27390            + lib/Digest/base.pm
27391            ! MANIFEST
27392 ____________________________________________________________________________
27393 [ 21808] By: nicholas                              on 2003/11/29  17:04:39
27394         Log: Update to Digest::MD5 2.31
27395      Branch: perl
27396            + ext/Digest/MD5/t/bits.t
27397            ! MANIFEST ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
27398            ! ext/Digest/MD5/Makefile.PL ext/Digest/MD5/t/badfile.t
27399            ! ext/Digest/MD5/t/files.t
27400 ____________________________________________________________________________
27401 [ 21807] By: nicholas                              on 2003/11/29  16:45:19
27402         Log: Update Digest to 1.03
27403      Branch: perl
27404            + lib/Digest/t/base.t
27405           +> lib/Digest/t/digest.t
27406            ! MANIFEST Porting/Maintainers.pl lib/Digest.pm
27407 ____________________________________________________________________________
27408 [ 21806] By: nicholas                              on 2003/11/29  15:41:19
27409         Log: When Gconvert is a macro around sprintf with a .* format we need
27410              to cast to int (in case STRLEN isn't the same size as int)
27411              gcc issues a warning even when it is the same size
27412      Branch: perl
27413            ! sv.c
27414 ____________________________________________________________________________
27415 [ 21805] By: nicholas                              on 2003/11/29  14:44:56
27416         Log: Silence gcc 2.95 warning
27417              (Its trace flow isn't good enough to realise that there is no problem)
27418      Branch: perl
27419            ! pp_hot.c
27420 ____________________________________________________________________________
27421 [ 21804] By: nicholas                              on 2003/11/29  14:44:22
27422         Log: Gconvert actually takes type NV, while nv may be either double
27423              or long double (depending on some conditional code)
27424              Rafael and I think that this cast should work.
27425      Branch: perl
27426            ! sv.c
27427 ____________________________________________________________________________
27428 [ 21802] By: rgs                                   on 2003/11/29  11:38:58
27429         Log: POSIX::isXXX(undef) segfaulted. (bug #24554.)
27430      Branch: perl
27431            ! ext/POSIX/POSIX.xs ext/POSIX/t/posix.t
27432 ____________________________________________________________________________
27433 [ 21800] By: rgs                                   on 2003/11/28  22:38:40
27434         Log: Fix a regression introduced by change #21694 on sprintf()
27435              with long doubles, by disabling the specific optimisation
27436              path in this case ; remove a unnecessary cast ; add a new
27437              test file for miscellaneous sprintf() test that don't fit
27438              in the t/op/sprintf.t framework.
27439      Branch: perl
27440            + t/op/sprintf2.t
27441            ! MANIFEST sv.c
27442 ____________________________________________________________________________
27443 [ 21799] By: rgs                                   on 2003/11/28  21:41:29
27444         Log: Subject: [patch pod/perlsec.pod] (was Re: why PERL5LIB is ignored when -T is in effect)
27445              From: Stas Bekman <stas@stason.org>
27446              Date: Fri, 28 Nov 2003 14:42:25 -0800
27447              Message-ID: <3FC7CF51.7060804@stason.org>
27448      Branch: perl
27449            ! pod/perlsec.pod
27450 ____________________________________________________________________________
27451 [ 21798] By: rgs                                   on 2003/11/28  20:42:45
27452         Log: Implement C<use Exporter 'import'> :
27453
27454              Subject: Re: [PATCH] Exporter-related PODs
27455              From: Fergal Daly <fergal@esatclear.ie>
27456              Date: Mon, 10 Nov 2003 00:08:52 +0000
27457              Message-Id: <200311100008.52639.fergal@esatclear.ie>
27458
27459              (tweaked, so the imported import() doesn't spit out warnings)
27460      Branch: perl
27461            ! lib/Exporter.pm lib/Exporter.t
27462 ____________________________________________________________________________
27463 [ 21797] By: rgs                                   on 2003/11/28  20:11:47
27464         Log: Subject: Re: [perl #24245] File::Copy::copy damages hard linked files
27465              From: Slaven Rezic <slaven@rezic.de>
27466              Date: 19 Oct 2003 19:11:31 +0200
27467              Message-ID: <87smlprw3g.fsf@vran.herceg.de>
27468              (with further tweaks)
27469      Branch: perl
27470            ! lib/File/Copy.pm lib/File/Copy.t
27471 ____________________________________________________________________________
27472 [ 21795] By: rgs                                   on 2003/11/28  19:16:33
27473         Log: Subject: [PATCH] Fix perl 5.8 and 5.9 to build on latest VOS
27474              From: "Green, Paul" <Paul.Green@stratus.com>
27475              Date: Thu, 27 Nov 2003 21:51:26 -0500
27476              Message-ID: <A2A34F15EE916148BC4C4748223E67A4069FB815@exna4.stratus.com>
27477      Branch: perl
27478            ! hints/vos.sh
27479 ____________________________________________________________________________
27480 [ 21794] By: nicholas                              on 2003/11/28  19:14:58
27481         Log: Arguments to skip were the wrong way round, hence why all the *BSDs
27482              were failing
27483      Branch: perl
27484            ! t/op/readline.t
27485 ____________________________________________________________________________
27486 [ 21789] By: rgs                                   on 2003/11/27  22:18:29
27487         Log: Marcus Holland-Moritz is now the maintainer of Devel::PPPort.
27488              PerlIO and threads are not on CPAN.
27489      Branch: perl
27490            ! Porting/Maintainers.pl
27491 ____________________________________________________________________________
27492 [ 21788] By: nicholas                              on 2003/11/25  21:27:11
27493         Log: Add Torsten Foertsch to AUTHORS (patches plus tests are what we like)
27494      Branch: perl
27495            ! AUTHORS
27496 ____________________________________________________________________________
27497 [ 21787] By: rgs                                   on 2003/11/25  21:12:19
27498         Log: Subject: [PATCH] Re: bug or a feature?
27499              From: Torsten Foertsch <torsten.foertsch@gmx.net>
27500              Date: Sat, 22 Nov 2003 13:15:53 +0100
27501              Message-Id: <200311221315.58539.torsten.foertsch@gmx.net>
27502
27503              and
27504              Date: Sat, 22 Nov 2003 14:21:45 +0100
27505              Message-Id: <200311221421.48940.torsten.foertsch@gmx.net>
27506              (test moved to t/op/readline.t)
27507      Branch: perl
27508            ! pp_hot.c t/op/readline.t
27509 ____________________________________________________________________________
27510 [ 21783] By: merijn                                on 2003/11/24  21:24:46
27511         Log: Subject: remove hardcoded version number from cygwin/perlld.in
27512              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
27513              Date: Mon, 24 Nov 2003 08:11:36 -0800
27514              Message-ID: <20031124161136.GC2656@efn.org>
27515      Branch: perl
27516            ! cygwin/Makefile.SHs cygwin/perlld.in
27517 ____________________________________________________________________________
27518 [ 21782] By: nicholas                              on 2003/11/24  20:07:29
27519         Log: Should fix the infinite loop on a dynamic %ENV fetch
27520      Branch: perl
27521            ! hv.c
27522 ____________________________________________________________________________
27523 [ 21781] By: nicholas                              on 2003/11/24  19:47:57
27524         Log: Tweak the order of initialisation of oentry in hv_fetch_common -
27525              C source now cleaner, but optimised object file still the same size.
27526      Branch: perl
27527            ! hv.c
27528 ____________________________________________________________________________
27529 [ 21780] By: rgs                                   on 2003/11/23  21:59:06
27530         Log: Subject: Re: [perl #24439] 64 bit build failure on Solaris 9
27531              From: Andy Dougherty <doughera@lafayette.edu>
27532              Date: Thu, 20 Nov 2003 09:38:05 -0500 (EST)
27533              Message-ID: <Pine.SOL.4.53.0311200926550.25274@maxwell.phys.lafayette.edu>
27534
27535              and :
27536              Date: Fri, 21 Nov 2003 09:36:24 -0500 (EST)
27537              Message-ID: <Pine.SOL.4.53.0311210927460.1876@maxwell.phys.lafayette.edu>
27538      Branch: perl
27539            ! hints/solaris_2.sh
27540 ____________________________________________________________________________
27541 [ 21779] By: nicholas                              on 2003/11/22  23:37:24
27542         Log: D'oh. Mistake in the DYNAMIC_ENV_FETCH conditional code
27543              reported by Craig Berry
27544      Branch: perl
27545            ! hv.c
27546 ____________________________________________________________________________
27547 [ 21774] By: nicholas                              on 2003/11/22  21:21:22
27548         Log: restore_magic needs to undo COW
27549              (while magic was off, sv_setsv is likely to have seen this SV as a
27550              good source for COW)
27551              Should fix the smoke failures on lib/locale.t
27552      Branch: perl
27553            ! mg.c
27554 ____________________________________________________________________________
27555 [ 21773] By: nicholas                              on 2003/11/22  19:12:32
27556         Log: Don't COW if the destination has magic.
27557      Branch: perl
27558            ! sv.c
27559 ____________________________________________________________________________
27560 [ 21772] By: nicholas                              on 2003/11/22  17:05:32
27561         Log: Reorder functions in hv.c so that callers of hv_fetch_common are all
27562              close to it.
27563      Branch: perl
27564            ! hv.c
27565 ____________________________________________________________________________
27566 [ 21771] By: nicholas                              on 2003/11/22  16:43:09
27567         Log: "Space Is a Province of Brazil"
27568              Farewell, hv_store_common. Store is now part of Fetch.
27569              All tests pass. hv.c 15% smaller than when I started all this
27570      Branch: perl
27571            ! embed.fnc embed.h hv.c proto.h
27572 ____________________________________________________________________________
27573 [ 21770] By: nicholas                              on 2003/11/22  13:16:43
27574         Log: Farewell hv_exists_common - exists is now a call to fetch
27575              (with the exists magic handling moved into fetch)
27576      Branch: perl
27577            ! embed.fnc embed.h hv.c proto.h
27578 ____________________________________________________________________________
27579 [ 21769] By: nicholas                              on 2003/11/22  11:02:23
27580         Log: Shift negative klen/flags games from hv_store_common out to hv_store
27581      Branch: perl
27582            ! embed.fnc embed.h hv.c proto.h
27583 ____________________________________________________________________________
27584 [ 21768] By: nicholas                              on 2003/11/22  10:37:24
27585         Log: Shift negative klen/flags games from hv_exists_common out to hv_exists
27586      Branch: perl
27587            ! embed.fnc embed.h hv.c proto.h
27588 ____________________________________________________________________________
27589 [ 21767] By: nicholas                              on 2003/11/21  23:15:47
27590         Log: Check that the key is present before a delete, and absent afterwards
27591      Branch: perl
27592            ! ext/XS/APItest/t/hash.t
27593 ____________________________________________________________________________
27594 [ 21766] By: nicholas                              on 2003/11/21  23:12:33
27595         Log: Move the negative key -> utf8 flag conversion out to hv_delete
27596      Branch: perl
27597            ! embed.fnc embed.h hv.c proto.h
27598 ____________________________________________________________________________
27599 [ 21765] By: nicholas                              on 2003/11/21  22:41:23
27600         Log: Tweaks to S_hv_delete_common:
27601              make the magic call hv_fetch_common rather than ent-or-not
27602              grab the hash from a shared hash key scalar if possible
27603              use masked flags rather than flags for the comparison
27604      Branch: perl
27605            ! hv.c
27606 ____________________________________________________________________________
27607 [ 21764] By: nicholas                              on 2003/11/21  21:54:58
27608         Log: Integrate:
27609              [ 21762]
27610              Refactor hash API tests (prior to some additions)
27611
27612              [ 21763]
27613              Test all permuations of utf8 flags on hashes and keys
27614      Branch: perl
27615           !> ext/XS/APItest/t/hash.t
27616 ____________________________________________________________________________
27617 [ 21760] By: nicholas                              on 2003/11/20  22:34:00
27618         Log: Shift negative klen/flags games from hv_fetch_common out to hv_fetch
27619      Branch: perl
27620            ! embed.fnc hv.c proto.h
27621 ____________________________________________________________________________
27622 [ 21758] By: nicholas                              on 2003/11/20  20:14:17
27623         Log: Merge sv_store_flags and sv_store_ent into sv_store_common
27624      Branch: perl
27625            ! embed.fnc embed.h hv.c proto.h
27626 ____________________________________________________________________________
27627 [ 21756] By: rgs                                   on 2003/11/20  12:04:46
27628         Log: Subject: [PATCH] promote hv_clear_placeholders to perl API
27629              From: Alan Burlison <Alan.Burlison@sun.com>
27630              Date: Thu, 20 Nov 2003 10:34:30 +0000
27631              Message-ID: <3FBC98B6.6090909@sun.com>
27632      Branch: perl
27633            ! embed.fnc embed.h global.sym hv.c pod/perlapi.pod proto.h
27634            ! universal.c
27635 ____________________________________________________________________________
27636 [ 21755] By: rgs                                   on 2003/11/19  22:46:20
27637         Log: Regenerate perlapi and perltoc.
27638      Branch: perl
27639            ! pod/perlapi.pod pod/perltoc.pod
27640 ____________________________________________________________________________
27641 [ 21754] By: rgs                                   on 2003/11/19  22:39:51
27642         Log: Subject: [docpatch] PerlIO layers in perlrun.pod and PerlIO.pm
27643              From: Iain Truskett <spoon@cpan.org>
27644              Date: Thu, 20 Nov 2003 00:41:33 +1100
27645              Message-ID: <20031119134132.GG21314@gytha.anu.edu.au>
27646      Branch: perl
27647            ! lib/PerlIO.pm pod/perlrun.pod
27648 ____________________________________________________________________________
27649 [ 21753] By: nicholas                              on 2003/11/19  22:28:25
27650         Log: merge hv_fetch and hv_fetch_ent into hv_fetch_common
27651              remove S_hv_fetch_flags
27652              hv.c now 13% smaller than when I started. hv_store TODO
27653      Branch: perl
27654            ! embed.fnc embed.h hv.c proto.h
27655 ____________________________________________________________________________
27656 [ 21752] By: rgs                                   on 2003/11/19  21:06:01
27657         Log: Fix bug [perl #24508] Wrong assignment in nested assignment
27658              together with subroutine call
27659              Apparently concat still doesn't deal correctly with lexicals
27660              in all cases. Disable the whole TARGET_MY optimisation for it.
27661              (and remove the corresponding code from the peephole optimiser.)
27662      Branch: perl
27663            ! op.c opcode.h opcode.pl t/op/concat.t
27664 ____________________________________________________________________________
27665 [ 21751] By: rgs                                   on 2003/11/19  21:03:20
27666         Log: Update the runops stuff in perlguts
27667      Branch: perl
27668            ! pod/perlguts.pod
27669 ____________________________________________________________________________
27670 [ 21750] By: nicholas                              on 2003/11/19  20:37:27
27671         Log: integrate hv_delete and hv_delete_ent into hv_delete_common
27672      Branch: perl
27673            ! embed.fnc embed.h hv.c proto.h
27674 ____________________________________________________________________________
27675 [ 21748] By: rgs                                   on 2003/11/19  19:56:20
27676         Log: Subject: [PATCH] clear of empty locked hash SEGVs
27677              From: Alan Burlison <Alan.Burlison@sun.com>
27678              Date: Wed, 19 Nov 2003 14:39:03 +0000
27679              Message-ID: <3FBB8087.20206@sun.com>
27680      Branch: perl
27681            ! hv.c lib/Hash/Util.t
27682 ____________________________________________________________________________
27683 [ 21747] By: nicholas                              on 2003/11/19  19:51:41
27684         Log: merge hv_exists and hv_exists_ent into S_hv_exists_common
27685      Branch: perl
27686            ! embed.fnc embed.h hv.c proto.h
27687 ____________________________________________________________________________
27688 [ 21746] By: nicholas                              on 2003/11/19  18:46:07
27689         Log: Run regen.pl (for hv_assert)
27690      Branch: perl
27691            ! global.sym
27692 ____________________________________________________________________________
27693 [ 21744] By: nicholas                              on 2003/11/19  17:44:58
27694         Log: Integrate:
27695              [ 21642]
27696              space should be tab for lib/I18N/LangTags/t/02decency.t
27697      Branch: perl
27698           !> MANIFEST
27699 ____________________________________________________________________________
27700 [ 21743] By: rgs                                   on 2003/11/19  17:21:50
27701         Log: Restore errno after having read $^E (like for $!)
27702              to preserve errno from unfortunate side-effects.
27703      Branch: perl
27704            ! mg.c
27705 ____________________________________________________________________________
27706 [ 21742] By: nicholas                              on 2003/11/18  21:04:40
27707         Log: Whoops. We weren't actually testing hv_store_ent
27708              We are now. Plus test hv_store for an initially empty hash.
27709      Branch: perl
27710            ! ext/XS/APItest/APItest.xs ext/XS/APItest/t/hash.t
27711 ____________________________________________________________________________
27712 [ 21741] By: rgs                                   on 2003/11/17  23:06:07
27713         Log: Complement of change #21740 for Windows.
27714              (I have the feeling that it's already subtly broken on VMS)
27715      Branch: perl
27716            ! win32/Makefile win32/makefile.mk
27717 ____________________________________________________________________________
27718 [ 21740] By: rgs                                   on 2003/11/17  19:02:21
27719         Log: Install instmodsh and xsubpp in bin/ along the other utilities.
27720      Branch: perl
27721            + utils/instmodsh.PL utils/xsubpp.PL
27722            ! MANIFEST installperl utils.lst utils/Makefile
27723 ____________________________________________________________________________
27724 [ 21739] By: rgs                                   on 2003/11/17  08:52:52
27725         Log: Subject: Re: [perl #24493] install.html not working
27726              From: Slaven Rezic <slaven@rezic.de>
27727              Date: 16 Nov 2003 20:52:29 +0100
27728              Message-ID: <87d6bsw0oy.fsf@vran.herceg.de>
27729      Branch: perl
27730            ! installhtml
27731 ____________________________________________________________________________
27732 [ 21737] By: nicholas                              on 2003/11/16  21:32:09
27733         Log: Ooops. left an XXX comment in, and worse still it's a // comment
27734      Branch: perl
27735            ! hv.c
27736 ____________________________________________________________________________
27737 [ 21735] By: nicholas                              on 2003/11/16  20:20:58
27738         Log: utf8 keys now work for tied hashes via hv_fetch, hv_store, hv_delete
27739              (pp functions use the _ent variants, and as the implementation is
27740              duplicated, these bugs aren't tested, and aren't noticed)
27741      Branch: perl
27742            ! ext/XS/APItest/APItest.xs ext/XS/APItest/t/hash.t hv.c
27743 ____________________________________________________________________________
27744 [ 21734] By: nicholas                              on 2003/11/16  17:11:22
27745         Log: Accessing unicode keys in tie hashes via hv_exists was broken.
27746              (pp_exists uses hv_exists_ent, which isn't broken)
27747              I expect an equivalent bug in hv_delete
27748      Branch: perl
27749            + ext/XS/APItest/t/hash.t
27750            ! MANIFEST ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
27751            ! ext/XS/APItest/MANIFEST hv.c
27752 ____________________________________________________________________________
27753 [ 21733] By: rgs                                   on 2003/11/16  16:50:04
27754         Log: Subject: [PATCH] Re:ext/threads/t/problem.t (was: Problems with mod_perl 1.12 (?) and ActivePerl 5.8.1)
27755              From: Elizabeth Mattijsen <liz@dijkmat.nl>
27756              Date: Sat, 15 Nov 2003 23:22:16 +0100
27757              Message-Id: <p05111b04bbdc49076950@[192.168.56.3]>
27758      Branch: perl
27759            ! ext/threads/t/problems.t
27760 ____________________________________________________________________________
27761 [ 21732] By: rgs                                   on 2003/11/16  16:09:34
27762         Log: Subject: [PATCH] configpm, our $summary : unique
27763              From: Elizabeth Mattijsen <liz@dijkmat.nl>
27764              Date: Sat, 15 Nov 2003 22:18:32 +0100
27765              Message-Id: <p05111b03bbdc478d10cb@[192.168.56.3]>
27766              (plus comments)
27767      Branch: perl
27768            ! configpm
27769 ____________________________________________________________________________
27770 [ 21729] By: nicholas                              on 2003/11/15  14:39:00
27771         Log: Subject: [PATCH] Re: Storable Error
27772              From: Nicholas Clark <nick@ccl4.org>
27773              Date: Sat, 9 Aug 2003 00:35:36 +0100
27774              Message-ID: <20030809003535.C20130@plum.flirble.org>
27775      Branch: perl
27776            ! embed.fnc hv.c perl.c perl.h pod/perlapi.pod pod/perlrun.pod
27777            ! proto.h
27778 ____________________________________________________________________________
27779 [ 21728] By: rgs                                   on 2003/11/15  11:43:43
27780         Log: Update perlhist with 5.6.2.
27781      Branch: perl
27782            ! pod/perlhist.pod
27783 ____________________________________________________________________________
27784 [ 21725] By: rgs                                   on 2003/11/14  22:35:20
27785         Log: Add more complete tests for the "variable masks earlier
27786              declaration" warning, including a TODO test
27787      Branch: perl
27788            ! t/lib/warnings/pad
27789 ____________________________________________________________________________
27790 [ 21723] By: rgs                                   on 2003/11/14  07:43:17
27791         Log: Include "SCCS" in the list of directory names that should
27792              be ignored by installperl.
27793      Branch: perl
27794            ! installperl
27795 ____________________________________________________________________________
27796 [ 21718] By: nicholas                              on 2003/11/13  20:46:36
27797         Log: Subject: Re: Empty subroutine as object method segfaults in 5.8.2 (sometimes)
27798              From: Enache Adrian <enache@rdslink.ro>
27799              Date: Tue, 11 Nov 2003 15:25:29 +0200
27800              Message-ID: <20031111132529.GB1271@ratsnest.hole>
27801      Branch: perl
27802            ! op.c
27803 ____________________________________________________________________________
27804 [ 21714] By: rgs                                   on 2003/11/13  18:55:37
27805         Log: Fix bug [perl #24380] : assigning to a hash in list
27806              or scalar context yielded a wrong value if the list
27807              contained duplicated keys for the hash. This is fixed
27808              by counting the number of duplicate keys and trimming
27809              the stack by the corresponding number of items.
27810      Branch: perl
27811            ! pp_hot.c t/op/hashassign.t
27812 ____________________________________________________________________________
27813 [ 21713] By: merijn                                on 2003/11/13  09:25:15
27814         Log: Simplified the reading
27815      Branch: perl
27816            ! hints/solaris_2.sh
27817 ____________________________________________________________________________
27818 [ 21712] By: merijn                                on 2003/11/13  09:22:21
27819         Log: Enable hints to create call-back units that can act when
27820              a specific variable is *not* set (like -Uuselargefiles)
27821      Branch: perl
27822            ! Configure hints/README.hints
27823 ____________________________________________________________________________
27824 [ 21710] By: nicholas                              on 2003/11/12  21:35:35
27825         Log: Subject: [PATCH] Last stab at sdbm/Makefile.PL
27826              From: Michael G Schwern <schwern@pobox.com>
27827              Date: Tue, 11 Nov 2003 21:02:30 -0800
27828              Message-ID: <20031112050230.GO6874@localhost.comcast.net>
27829      Branch: perl
27830            ! ext/SDBM_File/sdbm/Makefile.PL
27831 ____________________________________________________________________________
27832 [ 21708] By: rgs                                   on 2003/11/12  09:46:51
27833         Log: Subject: [PATCH 5.8.2 @21574] make install not installing fully
27834              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
27835              Date: Tue, 4 Nov 2003 20:07:25 -0800
27836              Message-ID: <20031105040725.GA2629@math.berkeley.edu>
27837      Branch: perl
27838            ! installperl
27839 ____________________________________________________________________________
27840 [ 21706] By: ams                                   on 2003/11/11  23:46:19
27841         Log: Subject: Re: [perl #24460] [DOC PATCH] the begincheck program
27842              From: Tom Phoenix <rootbeer@redcat.com>
27843              Date: Tue, 11 Nov 2003 15:50:35 -0800 (PST)
27844              Message-Id: <Pine.BSO.4.53.0311111547500.9242@blue.stonehenge.com>
27845      Branch: perl
27846            ! pod/perlmod.pod
27847 ____________________________________________________________________________
27848 [ 21702] By: rgs                                   on 2003/11/11  20:13:56
27849         Log: Upgrade to MakeMaker 6.21.
27850      Branch: perl
27851            ! lib/ExtUtils/Changes lib/ExtUtils/Install.pm
27852            ! lib/ExtUtils/META.yml lib/ExtUtils/MM_Any.pm
27853            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
27854 ____________________________________________________________________________
27855 [ 21697] By: rgs                                   on 2003/11/10  20:55:25
27856         Log: Subject: [PATCH 5.8.2 @21574] make install: line noise
27857              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
27858              Date: Tue, 4 Nov 2003 20:10:16 -0800
27859              Message-ID: <20031105041016.GA2639@math.berkeley.edu>
27860
27861              and part of
27862              Subject: [PATCH 5.8.2 @21574] make install: PREFIX and DESTDIR
27863              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
27864              Date: Tue, 4 Nov 2003 20:18:37 -0800
27865              Message-ID: <20031105041836.GA2649@math.berkeley.edu>
27866
27867              (I've left out the PREFIX part for now)
27868      Branch: perl
27869            ! Makefile.SH installperl os2/Makefile.SHs
27870 ____________________________________________________________________________
27871 [ 21694] By: rgs                                   on 2003/11/09  17:20:35
27872         Log: Subject: [PATCH 5.8.2 @21574] sprintf() painfully slow
27873              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
27874              Date: Mon, 3 Nov 2003 20:27:39 -0800
27875              Message-ID: <20031104042739.GA1697@math.berkeley.edu>
27876
27877              Subject: Re: [PATCH 5.8.2 @21574] sprintf() painfully slow
27878              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
27879              Date: Mon, 3 Nov 2003 20:57:48 -0800
27880              Message-ID: <20031104045748.GA1826@math.berkeley.edu>
27881      Branch: perl
27882            ! sv.c
27883 ____________________________________________________________________________
27884 [ 21693] By: rgs                                   on 2003/11/09  11:37:29
27885         Log: Subject: [PATCH-5.8.2 for WinCE] must copy changes from win32/makeifle.mk to wince/makefile.ce
27886              From: Vadim Konovalov <konovalo@mail.wplus.net>
27887              Date: Sun, 9 Nov 2003 13:31:59 +0300
27888              Message-ID: <93187393948.20031109133159@mail.wplus.net>
27889      Branch: perl
27890            ! wince/Makefile.ce
27891 ____________________________________________________________________________
27892 [ 21691] By: rgs                                   on 2003/11/09  11:13:40
27893         Log: Update the list of pumpkings in perlhist.pod.
27894      Branch: perl
27895            ! pod/perlhist.pod
27896 ____________________________________________________________________________
27897 [ 21687] By: ams                                   on 2003/11/08  17:09:56
27898         Log: Subject: [PATCH 5.6.2-RC1 pod/perlhist.pod]  Updated.
27899              From: Abigail <abigail@abigail.nl>
27900              Date: Sat, 8 Nov 2003 18:51:30 +0100
27901              Message-Id: <20031108175130.GA22273@abigail.nl>
27902      Branch: perl
27903            ! pod/perlhist.pod
27904 ____________________________________________________________________________
27905 [ 21677] By: rgs                                   on 2003/11/07  07:49:17
27906         Log: Subject: [PATCH 5.8.2 @21574] OS/2 docu
27907              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
27908              Date: Thu, 6 Nov 2003 23:26:18 -0800
27909              Message-ID: <20031107072618.GA4370@math.berkeley.edu>
27910      Branch: perl
27911            ! os2/Changes
27912 ____________________________________________________________________________
27913 [ 21676] By: davem                                 on 2003/11/06  22:11:23
27914         Log: bugid #24407: numeric key for shared hash got stringified using
27915              wrong interpreter, and thus got malloced into the wrong thread
27916              memory pool
27917      Branch: perl
27918            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_simple.t
27919 ____________________________________________________________________________
27920 [ 21675] By: rgs                                   on 2003/11/06  10:27:22
27921         Log: Upgrade to MakeMaker 6.20.
27922      Branch: perl
27923            ! lib/ExtUtils/Changes lib/ExtUtils/Command.pm
27924            ! lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/MANIFEST.SKIP
27925            ! lib/ExtUtils/META.yml lib/ExtUtils/MM_Any.pm
27926            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/Tutorial.pod
27927            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/postamble.t
27928 ____________________________________________________________________________
27929 [ 21674] By: ams                                   on 2003/11/06  09:32:26
27930         Log: Subject: [PATCH blead] Re: [perl #24248] taint propagation regression,
27931              tests fail to spot this
27932              From: Rick Delaney <rick@bort.ca>
27933              Date: Wed, 5 Nov 2003 23:02:41 -0500
27934              Message-Id: <20031105230241.D13585@biff.bort.ca>
27935      Branch: perl
27936            ! pp_ctl.c t/op/taint.t
27937 ____________________________________________________________________________
27938 [ 21673] By: rgs                                   on 2003/11/05  21:47:07
27939         Log: Subject: [PATCH] Be sure to use -fPIC not -fpic on Linux/SPARC
27940              From: Andy Dougherty <doughera@lafayette.edu>
27941              Date: Wed, 5 Nov 2003 17:19:03 -0500 (EST)
27942              Message-ID: <Pine.SOL.4.53.0311051715140.24878@maxwell.phys.lafayette.edu>
27943      Branch: perl
27944            ! hints/linux.sh
27945 ____________________________________________________________________________
27946 [ 21672] By: rgs                                   on 2003/11/05  20:42:47
27947         Log: Subject: [patch t/op/hash.t] extending the hash attack test
27948              From: Stas Bekman <stas@stason.org>
27949              Date: Tue, 04 Nov 2003 14:33:09 -0800
27950              Message-ID: <3FA82925.7020703@stason.org>
27951      Branch: perl
27952            ! t/op/hash.t
27953 ____________________________________________________________________________
27954 [ 21671] By: rgs                                   on 2003/11/05  20:38:09
27955         Log: Subject: Re: [perl #24398] Benchmark.pm cmpthese segfault
27956              From: Stas Bekman <stas@stason.org>
27957              Date: Wed, 05 Nov 2003 00:50:25 -0800
27958              Message-ID: <3FA8B9D1.2020806@stason.org>
27959      Branch: perl
27960            ! lib/Benchmark.pm
27961 ____________________________________________________________________________
27962 [ 21667] By: nicholas                              on 2003/11/05  19:13:56
27963         Log: From: Craig Berry <craigberry@mac.com>
27964              Subject: Opcode.xs/RC2 compile nit on VMS
27965              Date: Wed, 05 Nov 2003 12:16:34 -0600
27966              Message-ID: <2097592.1068056194261.JavaMail.craigberry@mac.com>
27967      Branch: perl
27968            ! ext/Opcode/Opcode.xs
27969 ____________________________________________________________________________
27970 [ 21664] By: ams                                   on 2003/11/05  18:34:28
27971         Log: Orphaned submission from #21546.
27972      Branch: perl
27973            ! perl.c
27974 ____________________________________________________________________________
27975 [ 21663] By: ams                                   on 2003/11/05  17:01:29
27976         Log: Subject: Re: Smoke [5.9.0] 21474 FAIL(F) darwin 6.8 (darwin/1 cpu)
27977              From: Slaven Rezic <slaven@rezic.de>
27978              Date: 20 Oct 2003 22:39:28 +0200
27979              Message-Id: <87oewbiqyn.fsf@vran.herceg.de>
27980      Branch: perl
27981            ! lib/filetest.t
27982 ____________________________________________________________________________
27983 [ 21662] By: ams                                   on 2003/11/05  16:51:08
27984         Log: Subject: Re: 'make minitest' fails for op/cproto and op/pat
27985              From: Michael G Schwern <schwern@pobox.com>
27986              Date: Wed, 5 Nov 2003 06:26:36 -0800
27987              Message-Id: <20031105142635.GA22761@localhost.comcast.net>
27988      Branch: perl
27989            ! t/op/cproto.t
27990 ____________________________________________________________________________
27991 [ 21661] By: ams                                   on 2003/11/05  16:50:05
27992         Log: Subject: [PATCH] Modernise INSTALL
27993              From: Gisle Aas <gisle@ActiveState.com>
27994              Date: 05 Nov 2003 05:16:25 -0800
27995              Message-Id: <lrd6c7ez12.fsf@caliper.activestate.com>
27996
27997              Subject: [PATCH pod/perlhist.pod]  Mention 5.8.2-RC2
27998              From: Abigail <abigail@abigail.nl>
27999              Date: Tue, 4 Nov 2003 10:40:57 +0100
28000              Message-Id: <20031104094057.GA22508@abigail.nl>
28001      Branch: perl
28002            ! INSTALL pod/perlhist.pod
28003 ____________________________________________________________________________
28004 [ 21660] By: ams                                   on 2003/11/05  16:46:12
28005         Log: Subject: [PATCH blead]  reentr.pl is not defining _srandom_struct
28006              From: Jan Dubois <jand@ActiveState.com>
28007              Date: Tue, 04 Nov 2003 16:52:14 -0800
28008              Message-Id: <45igqvsus3hr8bno3si087j5qnrqvn79bf@4ax.com>
28009      Branch: perl
28010            ! reentr.c reentr.h reentr.pl
28011 ____________________________________________________________________________
28012 [ 21657] By: rgs                                   on 2003/11/05  08:07:14
28013         Log: Subject: Re: [ANNOUNCE] ExtUtils::MakeMaker 6.19
28014              From: Michael G Schwern <schwern@pobox.com>
28015              Date: Tue, 4 Nov 2003 17:59:13 -0800
28016              Message-ID: <20031105015913.GL15406@localhost.comcast.net>
28017
28018              Replaces the temporary kludge (#21655).
28019      Branch: perl
28020            ! ext/SDBM_File/sdbm/Makefile.PL
28021 ____________________________________________________________________________
28022 [ 21656] By: rgs                                   on 2003/11/05  07:41:41
28023         Log: Subject: Re: [gherteg@csc.com: your CPAN page on EBCDIC]
28024              From: PPrymmer@factset.com
28025              Date: Tue, 4 Nov 2003 10:00:07 -0500
28026              Message-ID: <OF9A22A404.A32A5C26-ON85256DD4.00522E92-85256DD4.005268A4@factset.com>
28027      Branch: perl
28028            ! pod/perlebcdic.pod
28029 ____________________________________________________________________________
28030 [ 21655] By: rgs                                   on 2003/11/04  22:32:28
28031         Log: Temporary kludge to allow SDBM_File being built
28032              with MakeMaker 6.19.
28033      Branch: perl
28034            ! ext/SDBM_File/sdbm/Makefile.PL
28035 ____________________________________________________________________________
28036 [ 21652] By: rgs                                   on 2003/11/04  21:43:10
28037         Log: Upgrade to ExtUtils::MakeMaker 6.19
28038      Branch: perl
28039            + lib/ExtUtils/t/parse_version.t
28040            + t/lib/MakeMaker/Test/Setup/BFD.pm
28041            + t/lib/MakeMaker/Test/Setup/Problem.pm
28042            - lib/ExtUtils/t/00setup_dummy.t
28043            - lib/ExtUtils/t/zz_cleanup_dummy.t
28044            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
28045            ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Install.pm
28046            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml
28047            ! lib/ExtUtils/MM.pm lib/ExtUtils/MM_Any.pm
28048            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_NW5.pm
28049            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
28050            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
28051            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/bytes.pm
28052            ! lib/ExtUtils/MakeMaker/vmsish.pm lib/ExtUtils/Manifest.pm
28053            ! lib/ExtUtils/README lib/ExtUtils/TODO lib/ExtUtils/instmodsh
28054            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/INST.t
28055            ! lib/ExtUtils/t/INST_PREFIX.t lib/ExtUtils/t/Install.t
28056            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
28057            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/Manifest.t
28058            ! lib/ExtUtils/t/basic.t lib/ExtUtils/t/postamble.t
28059            ! lib/ExtUtils/t/prefixify.t lib/ExtUtils/t/prereq_print.t
28060            ! lib/ExtUtils/t/problems.t lib/ExtUtils/t/writemakefile_args.t
28061            ! t/lib/MakeMaker/Test/Setup/Recurs.pm
28062 ____________________________________________________________________________
28063 [ 21651] By: rgs                                   on 2003/11/04  05:43:56
28064         Log: Subject: Re: [PATCH 5.8.2 @21574] OS/2 build
28065              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
28066              Date: Mon, 3 Nov 2003 20:20:44 -0800
28067              Message-ID: <20031104042044.GA1682@math.berkeley.edu>
28068      Branch: perl
28069            ! os2/Makefile.SHs
28070 ____________________________________________________________________________
28071 [ 21650] By: rgs                                   on 2003/11/03  21:55:42
28072         Log: Subject: [PATCH] Re: [perl #24384] 21418 (UNIVERSAL.pm patch) breaks autouse.pm
28073              From: Michael G Schwern <schwern@pobox.com>
28074              Date: Sat, 1 Nov 2003 22:57:45 -0800
28075              Message-ID: <20031102065745.GN3659@localhost.comcast.net>
28076              (goes with change #21418)
28077      Branch: perl
28078            ! lib/autouse.pm lib/autouse.t
28079 ____________________________________________________________________________
28080 [ 21647] By: rgs                                   on 2003/11/03  20:08:18
28081         Log: Subject: [PATCH] Re: PERL_VERSION, SUBVERSION, PATCHLEVEL
28082              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
28083              Date: Mon, 3 Nov 2003 20:53:33 +0100
28084              Message-ID: <023a01c3a244$2a1dd5a0$0c2f1fac@R2D2>
28085      Branch: perl
28086            ! ext/Devel/PPPort/PPPort.pm
28087 ____________________________________________________________________________
28088 [ 21646] By: rgs                                   on 2003/11/03  20:00:07
28089         Log: Subject: Cwd.xs: off-by-one buffer overflow in realpath()
28090              From: Casey West <casey@geeknest.com>
28091              Date: Mon, 3 Nov 2003 10:11:43 -0500
28092              Message-ID: <20031103151143.GB430@geeknest.com>
28093      Branch: perl
28094            ! ext/Cwd/Cwd.xs
28095 ____________________________________________________________________________
28096 [ 21645] By: rgs                                   on 2003/11/03  19:18:42
28097         Log: Subject: Re: [PATCH 5.8.1] make reentr.[ch] compatible with 5.8.0 again
28098              From: Jan Dubois <jand@ActiveState.com>
28099              Date: Sun, 02 Nov 2003 21:43:44 -0800
28100              Message-ID: <8dqbqvg16ln2r807l1l2c905lh7hte303v@4ax.com>
28101      Branch: perl
28102            ! reentr.h reentr.pl
28103 ____________________________________________________________________________
28104 [ 21644] By: rgs                                   on 2003/11/03  15:33:55
28105         Log: Document the fact that keys() and values() are optimized
28106              for void context (as suggested by Liz.)
28107      Branch: perl
28108            ! pod/perlfunc.pod
28109 ____________________________________________________________________________
28110 [ 21639] By: nicholas                              on 2003/11/03  07:04:36
28111         Log: Stas would prefer not to have MOD_PERL defines in perl.
28112      Branch: perl
28113            ! hv.c hv.h
28114 ____________________________________________________________________________
28115 [ 21638] By: nicholas                              on 2003/11/03  06:46:48
28116         Log: s/new_hash/rehash/g (Stas suggested a better name)
28117      Branch: perl
28118            ! embedvar.h hv.h intrpvar.h lib/Hash/Util.pm perl.c perlapi.h
28119            ! sv.c universal.c util.c
28120 ____________________________________________________________________________
28121 [ 21634] By: nicholas                              on 2003/11/02  22:32:21
28122         Log: Provide Internals::new_hash_seed to return PL_new_hash_seed, and
28123              make Hash::Util::hash_seed use this.
28124      Branch: perl
28125            ! lib/Hash/Util.pm universal.c
28126 ____________________________________________________________________________
28127 [ 21628] By: rgs                                   on 2003/11/02  21:05:59
28128         Log: Fix for [perl #24347] segfault with Safe
28129              The empty %INC created for safe compartements was freed
28130              too early.
28131      Branch: perl
28132            ! ext/Opcode/Opcode.xs
28133 ____________________________________________________________________________
28134 [ 21627] By: rgs                                   on 2003/11/02  20:40:47
28135         Log: Subject: [PATCH pod/perlguts.pod] update embed.pl description
28136              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
28137              Date: Sun, 2 Nov 2003 22:24:28 +0100
28138              Message-ID: <007b01c3a187$b34c6110$0c2f1fac@R2D2>
28139      Branch: perl
28140            ! pod/perlguts.pod
28141 ____________________________________________________________________________
28142 [ 21625] By: rgs                                   on 2003/11/02  20:24:21
28143         Log: Mention perl 5.8.2-RC1 in perlhist, as spotted by Abigail.
28144      Branch: perl
28145            ! pod/perlhist.pod
28146 ____________________________________________________________________________
28147 [ 21620] By: nicholas                              on 2003/11/02  18:22:16
28148         Log: Subject: [PATCH 5.8.2 @21574] OS/2 build
28149              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
28150              Date: Wed, 29 Oct 2003 14:00:18 -0800
28151              Message-ID: <20031029220017.GA26384@math.berkeley.edu>
28152      Branch: perl
28153            ! ext/DynaLoader/DynaLoader_pm.PL makedef.pl os2/Makefile.SHs
28154            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2_base.t os2/os2ish.h
28155            ! os2/perl2cmd.pl perlio.c
28156 ____________________________________________________________________________
28157 [ 21619] By: rgs                                   on 2003/11/02  18:07:30
28158         Log: Quoted-printable is evil.
28159      Branch: perl
28160            ! win32/win32.h
28161 ____________________________________________________________________________
28162 [ 21618] By: nicholas                              on 2003/11/02  18:01:21
28163         Log: Stas spotted a missed s//new_/ for the hash seed renaming games
28164      Branch: perl
28165            ! perl.c
28166 ____________________________________________________________________________
28167 [ 21617] By: rgs                                   on 2003/11/02  17:25:50
28168         Log: Portability nit for MinGW 3.
28169
28170              Subject: MinGW-3.1.0-1 _CRTIMP definition preempting win32.h's
28171              From: Greg Matheson <lang@ms.chinmin.edu.tw>
28172              Date: Thu, 30 Oct 2003 14:11:58 +0800
28173              Message-ID: <20031030141158.A11772@ms>
28174              (actual patch by Abe Timmerman)
28175      Branch: perl
28176            ! win32/win32.h
28177 ____________________________________________________________________________
28178 [ 21616] By: rgs                                   on 2003/11/02  12:37:54
28179         Log: Subject: DOCPATCH: does STORE need to return anything and if so what?
28180              From: david nicol <whatever@davidnicol.com>
28181              Date: 26 Oct 2003 22:34:04 -0600
28182              Message-Id: <1067229244.1071.51.camel@plaza.davidnicol.com>
28183      Branch: perl
28184            ! pod/perltie.pod
28185 ____________________________________________________________________________
28186 [ 21615] By: rgs                                   on 2003/11/01  20:01:54
28187         Log: Subject: [PATCH] DB_File 1.807
28188              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
28189              Date: Sat, 1 Nov 2003 13:50:12 -0000
28190              Message-ID: <AIEAJICLCBDNAAOLLOKLOENMPAAA.Paul.Marquess@btinternet.com>
28191      Branch: perl
28192            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
28193            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
28194            ! ext/DB_File/t/db-hash.t ext/DB_File/t/db-recno.t
28195 ____________________________________________________________________________
28196 [ 21614] By: rgs                                   on 2003/11/01  19:40:28
28197         Log: Subject: Re: [PATCH bleadperl] (was Re: Is this brokenness in $< $( $> & $) ?)
28198              From: Rick Delaney <rick@bort.ca>
28199              Date: Mon, 27 Oct 2003 16:24:16 -0500
28200              Message-ID: <20031027162416.H2233@biff.bort.ca>
28201      Branch: perl
28202            ! pp_hot.c
28203 ____________________________________________________________________________
28204 [ 21611] By: nicholas                              on 2003/11/01  16:32:00
28205         Log: D'oh! t/op/hash.t wasn't in the MANIFEST. Rafael spotted this
28206      Branch: perl
28207            ! MANIFEST
28208 ____________________________________________________________________________
28209 [ 21607] By: nicholas                              on 2003/11/01  15:21:23
28210         Log: mod_perl2 will require access to the Plan C hashing function.
28211      Branch: perl
28212            ! hv.h
28213 ____________________________________________________________________________
28214 [ 21604] By: nicholas                              on 2003/11/01  14:21:38
28215         Log: Add Internals::HvREHASH to expose the rehashing flag
28216              t/op/hash.t tests that pathological data triggers rehashing
28217      Branch: perl
28218            + t/op/hash.t
28219            ! universal.c
28220 ____________________________________________________________________________
28221 [ 21599] By: davem                                 on 2003/11/01  00:09:22
28222         Log: whoops, typo
28223      Branch: perl
28224            ! ext/threads/shared/shared.xs
28225 ____________________________________________________________________________
28226 [ 21598] By: davem                                 on 2003/11/01  00:03:38
28227         Log: seg faults when deleting keys of shared hash refs
28228              Ensure that the shared_sv get magic of the element being deleted
28229              is called. Also, avoid posible memory leaks by wrapping all shared
28230              context sections with ENTER/SAVETMPS
28231      Branch: perl
28232            ! ext/threads/shared/shared.xs
28233 ____________________________________________________________________________
28234 [ 21596] By: rgs                                   on 2003/10/31  20:46:44
28235         Log: Subject: Re: [perl #24367] [PATCH] configure flag -Dextras="HTML::Parser" doesn't seem to do anything
28236              From: Andy Dougherty <doughera@lafayette.edu>
28237              Date: Fri, 31 Oct 2003 15:32:35 -0500 (EST)
28238              Message-ID: <Pine.SOL.4.53.0310311433440.8552@maxwell.phys.lafayette.edu>
28239              (plus POD link fixes)
28240      Branch: perl
28241            ! INSTALL
28242 ____________________________________________________________________________
28243 [ 21595] By: rgs                                   on 2003/10/31  20:35:23
28244         Log: Prevent the installation of makefiles that can be found
28245              under lib/.
28246      Branch: perl
28247            ! installperl
28248 ____________________________________________________________________________
28249 [ 21593] By: rgs                                   on 2003/10/31  20:19:01
28250         Log: Test nit ; goes with change 21591
28251      Branch: perl
28252            ! t/lib/warnings/regcomp
28253 ____________________________________________________________________________
28254 [ 21592] By: rgs                                   on 2003/10/31  20:03:58
28255         Log: Subject: [PATCH] Document PERL_DL_NONLAZY
28256              From: Gisle Aas <gisle@ActiveState.com>
28257              Date: 31 Oct 2003 03:13:03 -0800
28258              Message-ID: <lrn0bhbqyo.fsf@caliper.activestate.com>
28259      Branch: perl
28260            ! pod/perlrun.pod
28261 ____________________________________________________________________________
28262 [ 21591] By: rgs                                   on 2003/10/31  19:54:23
28263         Log: Subject: [PATCH] Off-by-one error in regcomp.c
28264              From: Slaven Rezic <slaven@rezic.de>
28265              Date: Fri, 31 Oct 2003 12:16:11 +0000
28266              Message-Id: <1067602571.12768@devpc01.iconmobile.de>
28267      Branch: perl
28268            ! regcomp.c t/op/regmesg.t
28269 ____________________________________________________________________________
28270 [ 21590] By: rgs                                   on 2003/10/31  19:36:32
28271         Log: Subject: [patch pod/perlfunc.pod] separate two unrelated notes in require
28272              From: Stas Bekman <stas@stason.org>
28273              Date: Wed, 29 Oct 2003 16:47:24 -0800
28274              Message-ID: <3FA05F9C.2080304@stason.org>
28275      Branch: perl
28276            ! pod/perlfunc.pod
28277 ____________________________________________________________________________
28278 [ 21589] By: rgs                                   on 2003/10/31  19:31:48
28279         Log: Subject: [5.8.x segfault + patch] chicken&egg segfault in -Dm -Mthreads
28280              From: Stas Bekman <stas@stason.org>
28281              Date: Wed, 29 Oct 2003 15:15:15 -0800
28282              Message-ID: <3FA04A03.5010603@stason.org>
28283              (enclosed in a #ifdef DEBUGGING)
28284      Branch: perl
28285            ! sv.c
28286 ____________________________________________________________________________
28287 [ 21588] By: rgs                                   on 2003/10/31  19:25:38
28288         Log: Subject: [PATCH] Devel::PPPort and scan_bin
28289              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
28290              Date: Wed, 29 Oct 2003 22:53:43 +0100
28291              Message-ID: <037201c39e67$1faa9940$0c2f1fac@R2D2>
28292      Branch: perl
28293            ! ext/Devel/PPPort/PPPort.pm
28294 ____________________________________________________________________________
28295 [ 21587] By: rgs                                   on 2003/10/31  19:19:00
28296         Log: Subject: [PATCH] change p4d2p to deal with new style diff2 output
28297              From: Jan Dubois <jand@ActiveState.com>
28298              Date: Thu, 30 Oct 2003 18:43:08 -0800
28299              Message-ID: <dpi3qvgf1uke7pj1gcpgmoh622lqcvl6uc@4ax.com>
28300      Branch: perl
28301            ! Porting/p4d2p
28302 ____________________________________________________________________________
28303 [ 21586] By: nicholas                              on 2003/10/31  18:54:26
28304         Log: Comment that this "optimisation" is actually a necessary fixup.
28305              When the split occurs (to make the opti{miser,onal}) this isn't
28306              (Richard Clamp reminded me that I forgot to do this)
28307      Branch: perl
28308            ! op.c
28309 ____________________________________________________________________________
28310 [ 21583] By: nicholas                              on 2003/10/30  22:37:26
28311         Log: Rewrite to correctly use test.pl
28312
28313              Date: Thu, 30 Oct 2003 15:51:03 -0800
28314              From: Michael G Schwern <schwern@pobox.com>
28315              Subject: Re: Fix for the orange lion bug - aka empty sub bug
28316              Message-ID: <20031030235103.GC27017@localhost.comcast.net>
28317      Branch: perl
28318            ! t/op/sub.t
28319 ____________________________________________________________________________
28320 [ 21582] By: nicholas                              on 2003/10/30  22:18:53
28321         Log: Date: Thu, 30 Oct 2003 22:01:35 +0000
28322              Subject: Fix for the orange lion bug - aka empty sub bug
28323              From: Arthur Bergman <sky@nanisky.com>
28324              Message-Id: <A10EEA90-0B24-11D8-93CD-000A95A2734C@nanisky.com>
28325      Branch: perl
28326            + t/op/sub.t
28327            ! MANIFEST op.c
28328 ____________________________________________________________________________
28329 [ 21580] By: nicholas                              on 2003/10/30  19:42:28
28330         Log: 14 is the chain length for attack. From
28331
28332              Message-ID: <20031030204117.16008.qmail@plover.com>
28333              Subject: Re: 5.8.2-RC1 and mp2
28334              Date: Thu, 30 Oct 2003 15:41:17 -0500
28335              From: Mark Jason Dominus <mjd@plover.com>
28336
28337              and
28338
28339              From: Scott A Crosby <scrosby@cs.rice.edu>
28340              Subject: Re: 5.8.2-RC1 and mp2
28341              Date: 30 Oct 2003 14:08:06 -0600
28342              Message-ID: <oydd6cea3q1.fsf@bert.cs.rice.edu>
28343      Branch: perl
28344            ! hv.c
28345 ____________________________________________________________________________
28346 [ 21575] By: rgs                                   on 2003/10/29  06:51:19
28347         Log: Move a fcntl() example in perlfunc at a more proper place,
28348              as suggested by :
28349              Subject: [perl #24334] ioctl/fcntl doc confusion
28350              From: "perl-5.8.0@ton.iguana.be (via RT)" <perlbug-followup@perl.org>
28351              Date: 28 Oct 2003 13:37:49 -0000
28352              Message-ID: <rt-24334-66603.12.4990768314782@rt.perl.org>
28353      Branch: perl
28354            ! pod/perlfunc.pod
28355 ____________________________________________________________________________
28356 [ 21567] By: rgs                                   on 2003/10/28  08:48:06
28357         Log: Upgrade to Time::HiRes 1.52.
28358      Branch: perl
28359            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
28360            ! ext/Time/HiRes/Makefile.PL ext/Time/HiRes/t/HiRes.t
28361 ____________________________________________________________________________
28362 [ 21566] By: rgs                                   on 2003/10/28  08:34:26
28363         Log: Subject: [PATCH lib/overload.t] TODO tests for bug #24313.
28364              From: Abigail <abigail@abigail.nl>
28365              Date: Mon, 27 Oct 2003 13:05:37 +0100
28366              Message-ID: <20031027120536.GA24608@abigail.nl>
28367
28368              Subject: [PATCH bleadperl] [perl #24313] (was Re: [PATCH lib/overload.t] TODO tests for bug #24313.)
28369              From: Rick Delaney <rick@bort.ca>
28370              Date: Mon, 27 Oct 2003 12:17:49 -0500
28371              Message-ID: <20031027121749.E2233@biff.bort.ca>
28372      Branch: perl
28373            ! lib/overload.t toke.c
28374 ____________________________________________________________________________
28375 [ 21565] By: rgs                                   on 2003/10/28  07:42:52
28376         Log: Subject: [PATCH t/comp/proto.t]  Test (5.9.x)
28377              From: Abigail <abigail@abigail.nl>
28378              Date: Mon, 27 Oct 2003 14:50:24 +0100
28379              Message-ID: <20031027135024.GA12666@abigail.nl>
28380      Branch: perl
28381            ! t/comp/proto.t
28382 ____________________________________________________________________________
28383 [ 21564] By: davem                                 on 2003/10/27  22:01:12
28384         Log: Fix more shared threads leaks: add SAVETMPS to the second branch
28385              of sharedsv_scalar_store().
28386      Branch: perl
28387            ! ext/threads/shared/shared.xs
28388 ____________________________________________________________________________
28389 [ 21563] By: rgs                                   on 2003/10/27  19:33:29
28390         Log: Add a new taint error, "%ENV is aliased to %s".
28391              This error is thrown when taint checks are enabled and
28392              when *ENV has been aliased, so that %ENV has no env-magic
28393              anymore. (see bug [perl #24291].)
28394      Branch: perl
28395            ! pod/perldiag.pod t/op/taint.t taint.c
28396 ____________________________________________________________________________
28397 [ 21560] By: nicholas                              on 2003/10/27  18:01:02
28398         Log: Record the escape^Wrelease of 5.9.0
28399      Branch: perl
28400            ! pod/perlhist.pod
28401 ____________________________________________________________________________
28402 [ 21554] By: nicholas                              on 2003/10/27  16:09:37
28403         Log: Subject: Re: DBD::Sybase and Sybase::CTlib build problems w/ 5.8.1, Solaris, gcc
28404              From: Alan Burlison <Alan.Burlison@sun.com>
28405              Date: Tue, 21 Oct 2003 15:00:58 +0100
28406              Message-ID: <3F953C1A.3060800@sun.com>
28407      Branch: perl
28408            ! hints/solaris_2.sh
28409 ____________________________________________________________________________
28410 [ 21550] By: nicholas                              on 2003/10/27  13:45:27
28411         Log: Sync with Unicode::Normalize 0.25
28412      Branch: perl
28413            + ext/Unicode/Normalize/t/fcdc.t ext/Unicode/Normalize/t/form.t
28414            + ext/Unicode/Normalize/t/proto.t
28415            + ext/Unicode/Normalize/t/split.t
28416            ! MANIFEST ext/Unicode/Normalize/Changes
28417            ! ext/Unicode/Normalize/Makefile.PL
28418            ! ext/Unicode/Normalize/Normalize.pm
28419            ! ext/Unicode/Normalize/Normalize.xs
28420            ! ext/Unicode/Normalize/README
28421 ____________________________________________________________________________
28422 [ 21549] By: nicholas                              on 2003/10/27  13:11:48
28423         Log: Sync with Unicode::Collate 0.30
28424      Branch: perl
28425            + lib/Unicode/Collate/t/hangtype.t
28426            + lib/Unicode/Collate/t/normal.t lib/Unicode/Collate/t/trailwt.t
28427            + lib/Unicode/Collate/t/variable.t
28428            + lib/Unicode/Collate/t/version.t
28429            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
28430            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/contract.t
28431            ! lib/Unicode/Collate/t/hangul.t lib/Unicode/Collate/t/index.t
28432            ! lib/Unicode/Collate/t/test.t
28433 ____________________________________________________________________________
28434 [ 21548] By: nicholas                              on 2003/10/27  12:39:39
28435         Log: Sync with Pod::Perldoc 3.12
28436      Branch: perl
28437            ! lib/Pod/Perldoc.pm
28438 ____________________________________________________________________________
28439 [ 21546] By: ams                                   on 2003/10/27  09:00:08
28440         Log: Will the real off by one please stand up?
28441      Branch: perl
28442            ! mg.c
28443 ____________________________________________________________________________
28444 [ 21545] By: hv                                    on 2003/10/27  02:52:16
28445         Log: fixup separators
28446      Branch: perl
28447            ! Changes
28448 ____________________________________________________________________________
28449 [ 21544] By: hv                                    on 2003/10/27  02:51:26
28450         Log: don't complain of podless .pm files that have a separate .pod file
28451      Branch: perl
28452            ! pod/buildtoc
28453 ____________________________________________________________________________
28454 [ 21543] By: hv                                    on 2003/10/27  02:50:04
28455         Log: regen pods and toc
28456      Branch: perl
28457            ! pod/perlmodlib.pod pod/perltoc.pod
28458 ____________________________________________________________________________
28459 [ 21542] By: rgs                                   on 2003/10/26  21:36:17
28460         Log: When %ENV has been turned into a non-magical hash after a
28461              glob assignment, TAINT_ENV() may dump core because it
28462              assumes $ENV{PATH} is magical. Fix this ; add a test to
28463              verify that the PATH is still checked for taintedness.
28464      Branch: perl
28465            ! t/op/taint.t taint.c
28466 ____________________________________________________________________________
28467 [ 21540] By: rgs                                   on 2003/10/26  14:59:53
28468         Log: Fix backward-compatibility issues in if.pm.
28469      Branch: perl
28470            ! lib/if.pm
28471 ____________________________________________________________________________
28472 [ 21539] By: hv                                    on 2003/10/26  12:22:54
28473         Log: Update Changes.
28474      Branch: perl
28475            ! Changes patchlevel.h
28476 ____________________________________________________________________________
28477 [ 21538] By: ams                                   on 2003/10/26  08:08:02
28478         Log: Fix off-by-one in $0 set magic. (From Autrijus.)
28479              The whole PL_origalen thing in perl.c looks very hokey.
28480      Branch: perl
28481            ! mg.c
28482 ____________________________________________________________________________
28483 [ 21536] By: nicholas                              on 2003/10/25  22:33:18
28484         Log: show the rehash flags in dumps
28485      Branch: perl
28486            ! dump.c
28487 ____________________________________________________________________________
28488 [ 21535] By: nicholas                              on 2003/10/25  22:32:40
28489         Log: Return 21533 (with modifications) having found the problem
28490      Branch: perl
28491            ! hv.c hv.h
28492 ____________________________________________________________________________
28493 [ 21534] By: nicholas                              on 2003/10/25  20:46:36
28494         Log: Back out 21533 because it broke Encode's build in really weird ways
28495      Branch: perl
28496            ! hv.c hv.h
28497 ____________________________________________________________________________
28498 [ 21533] By: nicholas                              on 2003/10/25  13:10:21
28499         Log: Plan C rough edge smoothing. Criteria for a hash split is now
28500              the earlier of "more keys than buckets" (the old test) or
28501              linked list too long. Rehash is triggered after a split if the
28502              longest linked list is too long.
28503      Branch: perl
28504            ! hv.c hv.h
28505 ____________________________________________________________________________
28506 [ 21532] By: rgs                                   on 2003/10/25  10:03:18
28507         Log: Subject: Re: [perl #948] $, untieable?
28508              From: Richard Clamp <richardc@unixbeard.net>
28509              Date: Tue, 21 Oct 2003 00:02:49 +0100
28510              Message-ID: <20031020230249.GA31123@mirth.demon.co.uk>
28511
28512              Plus a small fix to t/TEST to recognize the added TODO test
28513              as a TODO test.
28514      Branch: perl
28515            ! t/TEST t/op/tie.t
28516 ____________________________________________________________________________
28517 [ 21528] By: nicholas                              on 2003/10/23  19:21:00
28518         Log: When it says "add", then, like, you have to p4 add it. D'oh!
28519              (missed the new file in "Update I18N::LangTags from 0.28 to 0.29")
28520      Branch: perl
28521            + lib/I18N/LangTags/t/02decency.t
28522 ____________________________________________________________________________
28523 [ 21527] By: davem                                 on 2003/10/23  19:13:20
28524         Log: Fix two threads::shared leaks
28525              #24061 - AV in shared interpreter wasn't set to AvREAL
28526              #24255 - mortals were added to the shared interpreter's tmpstack
28527              and never freed.
28528      Branch: perl
28529            ! ext/threads/shared/shared.xs
28530 ____________________________________________________________________________
28531 [ 21526] By: nicholas                              on 2003/10/23  19:11:24
28532         Log: From: Jan Dubois <jand@ActiveState.com>
28533              Subject: [PATCH] Update Pod::Perldoc from 3.10 to 3.11
28534              Date: Wed, 22 Oct 2003 20:17:07 -0700
28535              Message-ID: <mjhepvgtnifdlgrvp20urtuu058e1jrav2@4ax.com>
28536
28537              From: Jan Dubois <jand@ActiveState.com>
28538              Subject: [PATCH] Update I18N::LangTags from 0.28 to 0.29
28539              Date: Wed, 22 Oct 2003 20:26:56 -0700
28540              Message-ID: <jgiepv0a8fp8ffq3lpc5ujl7j25hoo1rdt@4ax.com>
28541      Branch: perl
28542            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
28543            ! lib/I18N/LangTags/List.pm lib/I18N/LangTags/README
28544            ! lib/Pod/Perldoc.pm lib/Pod/Perldoc/ToMan.pm pod/perldoc.pod
28545            ! utils/perldoc.PL
28546 ____________________________________________________________________________
28547 [ 21523] By: ams                                   on 2003/10/23  12:53:03
28548         Log: Subject: [PATCH] utime documentation
28549              From: Gisle Aas <gisle@ActiveState.com>
28550              Date: 23 Oct 2003 05:33:43 -0700
28551              Message-Id: <lrekx4jfq0.fsf@caliper.activestate.com>
28552      Branch: perl
28553            ! pod/perlfunc.pod
28554 ____________________________________________________________________________
28555 [ 21522] By: ams                                   on 2003/10/23  08:07:18
28556         Log: Subject: [PATCH]  dup2() not going through PerlLIO abstraction layer
28557              From: Jan Dubois <jand@ActiveState.com>
28558              Date: Wed, 22 Oct 2003 20:33:54 -0700
28559              Message-Id: <vniepv0n5mcrbbutm0qgvori6n6vr6arsh@4ax.com>
28560      Branch: perl
28561            ! doio.c
28562 ____________________________________________________________________________
28563 [ 21520] By: nicholas                              on 2003/10/22  19:50:15
28564         Log: patch created by Casey West from:
28565
28566              Subject: CPAN module problems
28567              From: Edward Moy <emoy@apple.com>
28568              Date: Fri, 10 Oct 2003 17:42:06 -0700
28569              Message-Id: <BD2513C0-FB83-11D7-9065-000A956EFDEE@apple.com>
28570
28571              (change ld value in hints file)
28572      Branch: perl
28573            ! hints/darwin.sh
28574 ____________________________________________________________________________
28575 [ 21516] By: rgs                                   on 2003/10/22  15:06:13
28576         Log: Small email update in AUTHORS.
28577      Branch: perl
28578            ! AUTHORS
28579 ____________________________________________________________________________
28580 [ 21515] By: rgs                                   on 2003/10/22  06:39:29
28581         Log: Add a test.taintwarn makefile target,
28582              to run the whole test suite with the -t switch.
28583      Branch: perl
28584            ! Makefile.SH pod/perlhack.pod t/TEST
28585 ____________________________________________________________________________
28586 [ 21514] By: rgs                                   on 2003/10/21  21:21:56
28587         Log: Subject: [PATCH @20458] embedding perl
28588              From: Radu Greab <rgreab@fx.ro>
28589              Date: Tue, 05 Aug 2003 20:57:15 +0300 (EEST)
28590              Message-Id: <20030805.205715.113441323.radu@yx.primIT.ro>
28591      Branch: perl
28592            ! hv.c intrpvar.h perl.c pod/perlembed.pod pod/perlintern.pod
28593            ! sv.c
28594 ____________________________________________________________________________
28595 [ 21513] By: rgs                                   on 2003/10/21  20:45:12
28596         Log: Fix doc bug #23890, as suggested by Himanshu Garg :
28597              in perltoot, $him->fullname should be $him->fullname->as_string
28598              when passed to printf.
28599      Branch: perl
28600            ! pod/perltoot.pod
28601 ____________________________________________________________________________
28602 [ 21509] By: rgs                                   on 2003/10/21  05:42:50
28603         Log: Two OS/2 portability patches from Ilya.
28604
28605              Subject: [PATCH 5.8.1 @21211] sockets broken on OS/2
28606              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
28607              Date: Thu, 25 Sep 2003 12:09:11 -0700
28608              Message-ID: <20030925190911.GA27028@math.berkeley.edu>
28609
28610              Subject: Re: [PATCH 5.8.1 @21379] tmpfile() broken on OS/2
28611              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
28612              Date: Thu, 25 Sep 2003 19:50:45 -0700
28613              Message-ID: <20030926025045.GA27507@math.berkeley.edu>
28614      Branch: perl
28615            ! doio.c os2/os2ish.h perl.h perlio.c pp_sys.c
28616 ____________________________________________________________________________
28617 [ 21506] By: rgs                                   on 2003/10/20  19:28:27
28618         Log: Subject: [PATCH] add some missing defines to Devel::PPPort
28619              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
28620              Date: Mon, 20 Oct 2003 20:14:19 +0200
28621              Message-ID: <03a301c39735$fb7cb220$0c2f1fac@R2D2>
28622      Branch: perl
28623            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
28624 ____________________________________________________________________________
28625 [ 21505] By: rgs                                   on 2003/10/20  19:22:38
28626         Log: Subject: Re: [perl #24225] [5.8.1] segfault in binmode STDOUT, ':stdio'; print 1
28627              From: Slaven Rezic <slaven@rezic.de>
28628              Date: 19 Oct 2003 17:54:59 +0200
28629              Message-ID: <871xt9te7g.fsf@vran.herceg.de>
28630      Branch: perl
28631            ! perlio.c
28632 ____________________________________________________________________________
28633 [ 21503] By: rgs                                   on 2003/10/20  06:04:04
28634         Log: Skip the chflags tests in filetest.t on Darwin.
28635      Branch: perl
28636            ! lib/filetest.t
28637 ____________________________________________________________________________
28638 [ 21474] By: nicholas                              on 2003/10/17  18:44:28
28639         Log: Plan C rough edge smoothing - forgot to turn on the "has key flags"
28640              flag on the hash when rehashing. Can turn off the "rehasing" flag
28641              if the hash is cleared
28642      Branch: perl
28643            ! hv.c
28644 ____________________________________________________________________________
28645 [ 21473] By: rgs                                   on 2003/10/17  08:53:48
28646         Log: -u is deprecated.
28647              Subject: Re: why PERL5LIB is ignored when -T is in effect
28648              From: Slaven Rezic <slaven@rezic.de>
28649              Date: Fri, 17 Oct 2003 10:02:31 +0000
28650              Message-Id: <1066384951.4964@devpc01.iconmobile.de>
28651      Branch: perl
28652            ! perl.c
28653 ____________________________________________________________________________
28654 [ 21472] By: rgs                                   on 2003/10/17  07:29:10
28655         Log: The compilation of PerlIO::via may hang on AIX when
28656              compiling with vac at -O3 optimization level. Disable
28657              optimization for this module.
28658      Branch: perl
28659            + ext/PerlIO/via/hints/aix.pl
28660            ! MANIFEST
28661 ____________________________________________________________________________
28662 [ 21471] By: nicholas                              on 2003/10/16  21:10:27
28663         Log: Plan C for foiling the algorithmic complexity attack
28664              (based on Chip's plan A (binary compatibility with 5.8.0 and 5.8.1),
28665              Chip's plan B (do something new inside the hv functions)
28666              and introspective sort)
28667              Provides infrastructure for hashes to change their hash function
28668              if necessary, and code in hsplit to detect pathalogical data and
28669              instigate a random rehashing.
28670              Needs refinement. Let's see how much smoke it creates.
28671      Branch: perl
28672            ! embedvar.h hv.c hv.h intrpvar.h perl.c perlapi.h sv.c sv.h
28673            ! util.c
28674 ____________________________________________________________________________
28675 [ 21470] By: davem                                 on 2003/10/16  20:03:44
28676         Log: Ensure PL_comppad/curpad point to PL_main_cv's padlist when
28677              PL_main_root is freed; this may not have been be the case if a
28678              thread other than the main one is the last to be destroyed
28679      Branch: perl
28680            ! ext/threads/t/thread.t pad.h perl.c
28681 ____________________________________________________________________________
28682 [ 21469] By: nicholas                              on 2003/10/16  19:31:19
28683         Log: Duplicate 19423 (pathological hashes too easy) into share_hek_flags
28684              (as suggested by Jan Dubois)
28685      Branch: perl
28686            ! hv.c
28687 ____________________________________________________________________________
28688 [ 21468] By: ams                                   on 2003/10/16  19:00:14
28689         Log: Subject: Re: assert.h breaks perl.h
28690              From: Alexey Tourbin <at@altlinux.ru>
28691              Date: Thu, 16 Oct 2003 22:24:35 +0400
28692              Message-Id: <20031016182434.GH1724@julia.office.altlinux.ru>
28693      Branch: perl
28694            ! sv.h
28695 ____________________________________________________________________________
28696 [ 21467] By: ams                                   on 2003/10/16  18:57:57
28697         Log: Subject: [PATCH] Tie::Hash documentation
28698              From: Slaven Rezic <slaven@rezic.de>
28699              Date: Thu, 16 Oct 2003 17:57:35 +0000
28700              Message-Id: <1066327055.1428@devpc01.iconmobile.de>
28701      Branch: perl
28702            ! lib/Tie/Hash.pm
28703 ____________________________________________________________________________
28704 [ 21466] By: rgs                                   on 2003/10/16  08:52:50
28705         Log: Further tweak on change #21464.
28706      Branch: perl
28707            ! perl.c
28708 ____________________________________________________________________________
28709 [ 21464] By: ams                                   on 2003/10/16  08:42:50
28710         Log: Subject: perl -h tweak [PATCH]
28711              From: Gisle Aas <gisle@ActiveState.com>
28712              Date: 16 Oct 2003 02:49:39 -0700
28713              Message-Id: <lrn0c11pho.fsf@caliper.activestate.com>
28714      Branch: perl
28715            ! perl.c
28716 ____________________________________________________________________________
28717 [ 21456] By: rgs                                   on 2003/10/15  19:19:05
28718         Log: Perlfaq1 : take notice that 5.8.1 is now released.
28719      Branch: perl
28720            ! pod/perlfaq1.pod
28721 ____________________________________________________________________________
28722 [ 21454] By: rgs                                   on 2003/10/15  19:06:05
28723         Log: PerlFAQ sync. (only actual changes)
28724      Branch: perl
28725            ! pod/perlfaq4.pod
28726 ____________________________________________________________________________
28727 [ 21453] By: rgs                                   on 2003/10/15  19:02:35
28728         Log: Typos.
28729      Branch: perl
28730            ! hints/aix.sh
28731 ____________________________________________________________________________
28732 [ 21452] By: rgs                                   on 2003/10/15  11:12:31
28733         Log: Fix bug [perl #24212] : improper error recovery in the
28734              tokenizer after an unknown filetest operator.
28735      Branch: perl
28736            ! t/comp/parser.t toke.c
28737 ____________________________________________________________________________
28738 [ 21451] By: rgs                                   on 2003/10/15  09:19:02
28739         Log: Update MIME::Base64 and Digest::MD5 from the CPAN version.
28740      Branch: perl
28741            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
28742            ! ext/Digest/MD5/Makefile.PL ext/Digest/MD5/t/align.t
28743            ! ext/Digest/MD5/t/files.t ext/Digest/MD5/t/utf8.t
28744            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
28745            ! ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
28746            ! ext/MIME/Base64/QuotedPrint.pm ext/MIME/Base64/t/unicode.t
28747 ____________________________________________________________________________
28748 [ 21450] By: rgs                                   on 2003/10/15  06:47:11
28749         Log: Add support for Linux abstract unix domain sockets to Socket.pm.
28750              Based on a idea by Alex Hudson. (Basically those are unix domain
28751              sockets whose name has a '\0' as first character.)
28752      Branch: perl
28753            ! ext/Socket/Socket.xs ext/Socket/t/Socket.t
28754 ____________________________________________________________________________
28755 [ 21449] By: ams                                   on 2003/10/15  06:32:44
28756         Log: Subject: [PATCH] SIGN => 1 support for MakeMaker
28757              From: Autrijus Tang <autrijus@autrijus.org>
28758              Date: Tue, 14 Oct 2003 18:32:28 +0800
28759              Message-Id: <1066127547.65845.35.camel@localhost>
28760      Branch: perl
28761            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
28762            ! lib/ExtUtils/MakeMaker.pm
28763 ____________________________________________________________________________
28764 [ 21448] By: ams                                   on 2003/10/15  05:56:12
28765         Log: Rewrite #21447.
28766      Branch: perl
28767            ! pod/perliol.pod
28768 ____________________________________________________________________________
28769 [ 21447] By: ams                                   on 2003/10/15  05:36:48
28770         Log: Subject: [patch pod/perliol.pod]
28771              From: Stas Bekman <stas@stason.org>
28772              Date: Tue, 14 Oct 2003 18:05:29 -0700
28773              Message-Id: <3F8C9D59.3040403@stason.org>
28774      Branch: perl
28775            ! pod/perliol.pod
28776 ____________________________________________________________________________
28777 [ 21446] By: nicholas                              on 2003/10/14  18:45:39
28778         Log: Duplicate 19423 (pathological hashes too easy) into hv_store_ent
28779              (the routine used by perl level HV operations)
28780      Branch: perl
28781            ! hv.c
28782 ____________________________________________________________________________
28783 [ 21445] By: rgs                                   on 2003/10/13  21:03:05
28784         Log: Subject: [PATCH ext/Devel/PPPort/PPPort.pm] Changes #20819 and #20996 break compatibility with perl 5.6.0
28785              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
28786              Date: Tue, 30 Sep 2003 19:23:34 +0200
28787              Message-ID: <021e01c38777$93ea4e10$0c2f1fac@R2D2>
28788      Branch: perl
28789            ! ext/Devel/PPPort/PPPort.pm
28790 ____________________________________________________________________________
28791 [ 21442] By: ams                                   on 2003/10/13  08:41:17
28792         Log: Subject: [perl #24189] Incorrect comment in perldoc strict
28793              From: "Iain 'Spoon' Truskett (via RT)" <perlbug-followup@perl.org>
28794              Date: 12 Oct 2003 09:01:25 -0000
28795              Message-Id: <rt-24189-65954.9.50514379869631@rt.perl.org>
28796      Branch: perl
28797            ! lib/strict.pm
28798 ____________________________________________________________________________
28799 [ 21441] By: rgs                                   on 2003/10/13  08:02:21
28800         Log: Subject: [PATCH] Internals::hash_seed() returns wrong value
28801              From: Jan Dubois <jand@ActiveState.com>
28802              Date: Sun, 12 Oct 2003 22:09:39 -0700
28803              Message-ID: <07ckovck8mp5e8tthmtbbcrpi2tj6q9eak@4ax.com>
28804      Branch: perl
28805            ! universal.c
28806 ____________________________________________________________________________
28807 [ 21440] By: rgs                                   on 2003/10/12  19:58:05
28808         Log: Subject: [perl #24122] setreuid and friends borked on darwin/osx
28809              From: "pxm@nubz.org (via RT)" <perlbug-followup@perl.org>
28810              Date: 5 Oct 2003 20:55:56 -0000
28811              Message-ID: <rt-24122-65678.14.2411168523081@rt.perl.org>
28812      Branch: perl
28813            ! mg.c
28814 ____________________________________________________________________________
28815 [ 21439] By: rgs                                   on 2003/10/12  16:28:06
28816         Log: Subject: [PATCH] Tie::Hash documentation
28817              From: Slaven Rezic <slaven@rezic.de>
28818              Date: Sun, 12 Oct 2003 18:55:54 +0200 (CEST)
28819              Message-Id: <200310121655.h9CGtsrY003613@vran.herceg.de>
28820      Branch: perl
28821            ! lib/Tie/Hash.pm
28822 ____________________________________________________________________________
28823 [ 21438] By: rgs                                   on 2003/10/12  15:48:13
28824         Log: Subject: Re: [perl #24122] setreuid and friends borked on darwin/osx
28825              From: Slaven Rezic <slaven@rezic.de>
28826              Date: 07 Oct 2003 00:04:34 +0200
28827              Message-ID: <87ekxq6n0t.fsf@vran.herceg.de>
28828      Branch: perl
28829            ! hints/darwin.sh
28830 ____________________________________________________________________________
28831 [ 21437] By: rgs                                   on 2003/10/12  15:25:17
28832         Log: Minor nit in perlrun, spotted by Art Haas.
28833      Branch: perl
28834            ! pod/perlrun.pod
28835 ____________________________________________________________________________
28836 [ 21436] By: ams                                   on 2003/10/10  19:05:55
28837         Log: Subject: [PATCH] threads::async + some cleanup
28838              From: Elizabeth Mattijsen <liz@dijkmat.nl>
28839              Date: Fri, 10 Oct 2003 16:37:55 +0200
28840              Message-Id: <p05111b07bbac713a0aaf@[192.168.56.2]>
28841      Branch: perl
28842            ! ext/threads/threads.pm
28843 ____________________________________________________________________________
28844 [ 21435] By: ams                                   on 2003/10/10  19:02:34
28845         Log: Make everyone stop posting to p5p about 0e0.
28846      Branch: perl
28847            ! pod/perlsyn.pod
28848 ____________________________________________________________________________
28849 [ 21433] By: nicholas                              on 2003/10/09  20:57:26
28850         Log: Put all pre-processor #s on the first column (some compilers are picky)
28851              [perl #24167] `#' comment signs not at the very beginning of a line
28852      Branch: perl
28853            ! cop.h dosish.h ext/SDBM_File/sdbm/sdbm.h iperlsys.h op.c
28854            ! perl.h regcomp.c
28855 ____________________________________________________________________________
28856 [ 21432] By: rgs                                   on 2003/10/09  11:09:24
28857         Log: Suppress the test file t/op/nothr5005.t and integrate its tests into
28858              t/op/args.t, now that 5005threads have been removed. Port t/op/args.t
28859              to t/test.pl.
28860      Branch: perl
28861            - t/op/nothr5005.t
28862            ! MANIFEST t/op/args.t
28863 ____________________________________________________________________________
28864 [ 21431] By: rgs                                   on 2003/10/09  11:06:15
28865         Log: Document the behaviour of filetest operators regarding parentheses.
28866              This fixes bug #24127 (by documenting it as a feature.)
28867      Branch: perl
28868            ! pod/perlop.pod
28869 ____________________________________________________________________________
28870 [ 21430] By: ams                                   on 2003/10/09  07:55:34
28871         Log: Subject: [PATCH 5.8.1 CORE] Internal fixes to source-code coordinate
28872              calculations in regcomp.c
28873              From: Eric Promislow <ericp@ActiveState.com>
28874              Date: Wed, 8 Oct 2003 17:42:42 -0700
28875              Message-Id: <20031008174242.A17544@ActiveState.com>
28876      Branch: perl
28877            ! regcomp.c
28878 ____________________________________________________________________________
28879 [ 21429] By: ams                                   on 2003/10/09  07:43:56
28880         Log: Patch based on:
28881
28882              Subject: [perl #24157] -MModule=} is broken
28883              From: "Lukas Mai" (via RT) <perlbug-followup@perl.org>
28884              Date: 7 Oct 2003 21:47:43 -0000
28885              Message-Id: <rt-24157-65809.10.9980909617566@rt.perl.org>
28886
28887              (Includes a fix for a similar problem in -A, but not -d.)
28888      Branch: perl
28889            ! perl.c
28890 ____________________________________________________________________________
28891 [ 21428] By: ams                                   on 2003/10/09  02:32:07
28892         Log: Subject: [PATCH] Devel::PPPort is missing an aTHX when calling
28893              grok_numeric_radix()
28894              From: Jan Dubois <jand@ActiveState.com>
28895              Date: Wed, 08 Oct 2003 20:37:42 -0700
28896              Message-Id: <8kl9ov0932qo08o24uafuc9v77clrgnoe4@4ax.com>
28897      Branch: perl
28898            ! ext/Devel/PPPort/PPPort.pm
28899 ____________________________________________________________________________
28900 [ 21427] By: ams                                   on 2003/10/09  01:36:18
28901         Log: Subject: Re: require patch breaks locale
28902              From: Rick Delaney <rick@bort.ca>
28903              Date: Wed, 8 Oct 2003 22:41:55 -0400
28904              Message-Id: <20031008224155.A14638@biff.bort.ca>
28905      Branch: perl
28906            ! t/comp/require.t
28907 ____________________________________________________________________________
28908 [ 21426] By: ams                                   on 2003/10/09  01:26:57
28909         Log: Subject: Re: Simple @INC hook core dump [PATCH]
28910              From: Gisle Aas <gisle@ActiveState.com>
28911              Date: 08 Oct 2003 13:35:28 -0700
28912              Message-Id: <lrr81ncvsf.fsf@caliper.activestate.com>
28913      Branch: perl
28914            ! t/op/inccode.t
28915 ____________________________________________________________________________
28916 [ 21425] By: rgs                                   on 2003/10/08  11:34:17
28917         Log: Fix bug #24108: Goto +foo broken
28918              the fix having been suggested by xmath via Juerd.
28919      Branch: perl
28920            ! op.c t/op/goto.t
28921 ____________________________________________________________________________
28922 [ 21424] By: rgs                                   on 2003/10/08  11:16:58
28923         Log: Subject: Re: Simple @INC hook core dump [PATCH]
28924              From: Gisle Aas <gisle@ActiveState.com>
28925              Date: 08 Oct 2003 04:47:33 -0700
28926              Message-ID: <lrllrweysq.fsf_-_@caliper.activestate.com>
28927      Branch: perl
28928            ! pp_ctl.c
28929 ____________________________________________________________________________
28930 [ 21423] By: ams                                   on 2003/10/08  10:09:41
28931         Log: Subject: [PATCH pod/perlrun.pod] Layout & POD nit.
28932              From: Abigail <abigail@abigail.nl>
28933              Date: Wed, 8 Oct 2003 03:50:49 -0700
28934              Message-Id: <20031008105049.GA15770@ucan.foad.org>
28935      Branch: perl
28936            ! pod/perlrun.pod
28937 ____________________________________________________________________________
28938 [ 21422] By: ams                                   on 2003/10/08  06:13:07
28939         Log: "Are implicit undefs true?" asks Gisle.
28940      Branch: perl
28941            ! pod/perlsyn.pod
28942 ____________________________________________________________________________
28943 [ 21421] By: ams                                   on 2003/10/08  03:20:00
28944         Log: Subject: Re: [PATCH] perlop.pod Revamp - revision 4
28945              From: schwern@pobox.com
28946              Date: Tue, 7 Oct 2003 20:39:36 -0700
28947              Message-Id: <20031007203936.X4301@ttul.org>
28948
28949              (Originally from Shlomi Fish. Applied with tweaks.)
28950      Branch: perl
28951            ! pod/perlop.pod
28952 ____________________________________________________________________________
28953 [ 21420] By: ams                                   on 2003/10/07  19:51:35
28954         Log: Minor tweaks to pod/perlsyn.pod (as suggested by Yves Orton),
28955              sv.c (Tim Bunce), t/op/pow.t (John P. Linderman).
28956      Branch: perl
28957            ! pod/perlsyn.pod sv.c t/op/pow.t
28958 ____________________________________________________________________________
28959 [ 21419] By: ams                                   on 2003/10/07  04:03:34
28960         Log: Why should -3**$x be more precisely determined than 3**$x?
28961      Branch: perl
28962            ! t/op/pow.t
28963 ____________________________________________________________________________
28964 [ 21418] By: ams                                   on 2003/10/07  03:59:38
28965         Log: Subject: [PATCH] Fixing UNIVERSAL.pm's bit of unpleasantness
28966              From: schwern@pobox.com
28967              Date: Mon, 6 Oct 2003 13:14:36 -0700
28968              Message-Id: <20031006131436.G20960@ttul.org>
28969      Branch: perl
28970            ! lib/UNIVERSAL.pm t/op/universal.t
28971 ____________________________________________________________________________
28972 [ 21417] By: ams                                   on 2003/10/07  03:55:18
28973         Log: Update perlfunc/require to describe NXDOMAIN caching... er, you
28974              know what I mean.
28975      Branch: perl
28976            ! pod/perlfunc.pod
28977 ____________________________________________________________________________
28978 [ 21416] By: ams                                   on 2003/10/07  03:37:01
28979         Log: Subject: [patch sv.c] improve "...free unref scalar" warning
28980              From: Stas Bekman <stas@stason.org>
28981              Date: Mon, 06 Oct 2003 21:19:53 -0700
28982              Message-Id: <3F823EE9.4030103@stason.org>
28983      Branch: perl
28984            ! sv.c
28985 ____________________________________________________________________________
28986 [ 21415] By: ams                                   on 2003/10/06  17:30:31
28987         Log: Subject: [PATCH bleadperl] (was Re: require() does not behave aas documented)
28988              From: Rick Delaney <rick@bort.ca>
28989              Date: Tue, 23 Sep 2003 12:14:52 -0400
28990              Message-ID: <20030923121452.G18845@biff.bort.ca>
28991      Branch: perl
28992            ! pp_ctl.c t/comp/require.t
28993 ____________________________________________________________________________
28994 [ 21414] By: rgs                                   on 2003/10/06  15:23:01
28995         Log: Subject: Re: [PATCH lib/warnings.t]  Adding TODO functionality to lib/warnings.
28996              From: Abigail <abigail@abigail.nl>
28997              Date: Wed, 1 Oct 2003 14:19:43 +0200
28998              Message-ID: <20031001121943.GA29419@abigail.nl>
28999      Branch: perl
29000            ! lib/warnings.t
29001 ____________________________________________________________________________
29002 [ 21413] By: rgs                                   on 2003/10/06  15:05:32
29003         Log: Fixes in the modules maintainers list.
29004      Branch: perl
29005            ! Porting/Maintainers.pl
29006 ____________________________________________________________________________
29007 [ 21412] By: rgs                                   on 2003/10/06  15:02:42
29008         Log: Fix broken link in perltodo.pod.
29009      Branch: perl
29010            ! pod/perltodo.pod
29011 ____________________________________________________________________________
29012 [ 21411] By: rgs                                   on 2003/10/06  12:11:10
29013         Log: Typos in perldiag.
29014      Branch: perl
29015            ! pod/perldiag.pod
29016 ____________________________________________________________________________
29017 [ 21410] By: rgs                                   on 2003/10/06  11:55:52
29018         Log: Subject: Re: [doc-PATCH] for unpack_str() and question
29019              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
29020              Date: Mon, 6 Oct 2003 08:45:29 +0200
29021              Message-ID: <75A46BF1A9D8D311863A00508B6259A405F180C1@ATTMSX4>
29022      Branch: perl
29023            ! pod/perlapi.pod pp_pack.c
29024 ____________________________________________________________________________
29025 [ 21409] By: rgs                                   on 2003/10/06  11:49:55
29026         Log: Subject: [PATCH pod/perlfunc.pod]  ref can return false on references
29027              From: Abigail <abigail@abigail.nl>
29028              Date: Mon, 6 Oct 2003 05:55:21 -0700
29029              Message-ID: <20031006125521.GA26446@ucan.foad.org>
29030      Branch: perl
29031            ! pod/perlfunc.pod
29032 ____________________________________________________________________________
29033 [ 21408] By: rgs                                   on 2003/10/06  11:46:14
29034         Log: Add a new option --check to Porting/Maintainers,
29035              to check for files who are listed for several maintainers.
29036      Branch: perl
29037            ! Porting/Maintainers.pm
29038 ____________________________________________________________________________
29039 [ 21407] By: rgs                                   on 2003/10/06  11:44:33
29040         Log: Subject: [PATCH]Re: The META.yml file in bleadperl
29041              From: Fergal Daly <fergal@esatclear.ie>
29042              Date: Mon, 6 Oct 2003 00:25:29 +0100
29043              Message-Id: <200310060025.29122.fergal@esatclear.ie>
29044
29045              Plus regeneration of META.yml
29046      Branch: perl
29047            ! META.yml Porting/makemeta
29048 ____________________________________________________________________________
29049 [ 21406] By: ams                                   on 2003/10/06  04:22:11
29050         Log: Subject: Re: [perl #24076] "<> err EXPR" and warnings.
29051              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
29052              Date: Sun, 5 Oct 2003 21:27:54 +0200
29053              Message-Id: <20031005212754.5ef54472.rgarciasuarez@free.fr>
29054              (Applied with tweaks to op.c and a comment.)
29055      Branch: perl
29056            ! op.c t/lib/warnings/op
29057 ____________________________________________________________________________
29058 [ 21405] By: ams                                   on 2003/10/06  03:56:54
29059         Log: Subject: Re: [PATCH] perlsyn.pod Revision - Resend
29060              From: Shlomi Fish <shlomif@vipe.technion.ac.il>
29061              Date: Fri, 3 Oct 2003 12:34:46 +0200 (IST)
29062              Message-Id: <Pine.LNX.4.56.0310031233580.28640@vipe.technion.ac.il>
29063              (Applied with minor tweaks.)
29064      Branch: perl
29065            ! pod/perlsyn.pod
29066 ____________________________________________________________________________
29067 [ 21404] By: ams                                   on 2003/10/06  03:32:50
29068         Log: Subject: [perl #24120] Tie::Hash documentation has broken code
29069              From: "Benjamin J. Tilly" (via RT) <perlbug-followup@perl.org>
29070              Date: 5 Oct 2003 18:40:36 -0000
29071              Message-Id: <rt-24120-65664.15.9776865968429@rt.perl.org>
29072              (Applied without $VERSION update.)
29073      Branch: perl
29074            ! lib/Tie/Hash.pm
29075 ____________________________________________________________________________
29076 [ 21403] By: ams                                   on 2003/10/06  03:26:39
29077         Log: Subject: Re: [PATCH] [perl #24113] mistake in perlretut
29078              From: Robert Spier <rspier@pobox.com>
29079              Date: Sun, 05 Oct 2003 21:34:30 -0700
29080              Message-Id: <m3vfr39e7d.wl_rspier@pobox.com>
29081      Branch: perl
29082            ! pod/perlretut.pod
29083 ____________________________________________________________________________
29084 [ 21402] By: ams                                   on 2003/10/05  03:08:53
29085         Log: Subject: [PATCH] pp_sys.c: pp_waitpid and EINTR
29086              From: Steve Grazzini <grazz@pobox.com>
29087              Date: Sat, 4 Oct 2003 18:15:23 -0400
29088              Message-Id: <20031004221523.GA29324@grazzini.net>
29089      Branch: perl
29090            ! pp_sys.c
29091 ____________________________________________________________________________
29092 [ 21401] By: ams                                   on 2003/10/02  17:25:34
29093         Log: Subject: Re: 5.8.1 and srand
29094              From: Slaven Rezic <slaven@rezic.de>
29095              Date: Thu, 2 Oct 2003 15:51:11 +0000
29096              Message-Id: <1065109871.3115@devpc01.iconmobile.de>
29097      Branch: perl
29098            ! t/op/fork.t
29099 ____________________________________________________________________________
29100 [ 21400] By: hv                                    on 2003/10/02  09:34:36
29101         Log: minor cleanup for Changes
29102      Branch: perl
29103            ! Changes
29104 ____________________________________________________________________________
29105 [ 21399] By: hv                                    on 2003/10/02  09:18:27
29106         Log: Update changes
29107      Branch: perl
29108            ! Changes patchlevel.h
29109 ____________________________________________________________________________
29110 [ 21398] By: hv                                    on 2003/10/02  09:15:42
29111         Log: build perlapi.pod in deterministic order even when functions differ
29112              only in case; regen perlapi.pod
29113      Branch: perl
29114            ! autodoc.pl pod/perlapi.pod
29115 ____________________________________________________________________________
29116 [ 21397] By: ams                                   on 2003/10/02  07:48:51
29117         Log: Subject: Re: 5.8.1 and srand
29118              From: Brendan O'Dea <bod@debian.org>
29119              Date: Thu, 2 Oct 2003 10:30:36 +1000
29120              Message-Id: <20031002003036.GA9198@londo.c47.org>
29121      Branch: perl
29122            ! util.c
29123 ____________________________________________________________________________
29124 [ 21396] By: ams                                   on 2003/10/01  22:18:13
29125         Log: Update Changes.
29126      Branch: perl
29127            ! Changes patchlevel.h
29128 ____________________________________________________________________________
29129 [ 21394] By: ams                                   on 2003/10/01  20:28:20
29130         Log: Subject: misapplied patch 19452
29131              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
29132              Date: Tue, 30 Sep 2003 06:01:50 -0700
29133              Message-Id: <20030930130150.GA1436@efn.org>
29134      Branch: perl
29135            ! pp_hot.c
29136 ____________________________________________________________________________
29137 [ 21392] By: rgs                                   on 2003/09/30  20:22:02
29138         Log: Revamp the section on local() in perlsub.
29139              - avoid using the word "declare" in conjunction with local()
29140              - less archaelogical references
29141              - more about localization of lvalues
29142              - removes examples of localization of tied hashes that don't work
29143              - give titles to subsections
29144              - explain localization of magic values
29145              - explain localization of globs
29146              - fix link to perldelta
29147      Branch: perl
29148            ! pod/perlsub.pod
29149 ____________________________________________________________________________
29150 [ 21391] By: rgs                                   on 2003/09/30  12:47:13
29151         Log: Useless "local $_" in a perlfaq3 example
29152      Branch: perl
29153            ! pod/perlfaq3.pod
29154 ____________________________________________________________________________
29155 [ 21390] By: rgs                                   on 2003/09/30  11:29:17
29156         Log: Subject: Re: NCR MP-RAS perl problems [perl #23791]
29157              From: grommel@sears.com
29158              Date: Mon, 29 Sep 2003 14:45:16 -0500
29159              Message-ID: <OF9B00605E.3CC90F32-ON86256DB0.006B13F0-86256DB0.006C8E85@LocalDomain>
29160      Branch: perl
29161            ! hints/svr4.sh t/op/pack.t
29162 ____________________________________________________________________________
29163 [ 21389] By: rgs                                   on 2003/09/30  11:06:53
29164         Log: Add a TODO test for bug #23790, by Abigail
29165      Branch: perl
29166            ! t/op/sub_lval.t
29167 ____________________________________________________________________________
29168 [ 21388] By: rgs                                   on 2003/09/30  10:52:50
29169         Log: Subject: [PATCH] Re: [perl #24071] Typo in description of binmode
29170              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
29171              Date: Tue, 30 Sep 2003 04:53:02 -0700
29172              Message-ID: <20030930115302.GA3200@efn.org>
29173      Branch: perl
29174            ! pod/perlfunc.pod
29175 ____________________________________________________________________________
29176 [ 21387] By: rgs                                   on 2003/09/29  12:47:37
29177         Log: Subject: [PATCH] perl-5.8.1 hints/powerux.sh, ext/Sys/Syslog/t/syslog.t
29178              From: Tom Horsley <Tom.Horsley@ccur.com>
29179              Date: Mon, 29 Sep 2003 13:00:09 GMT
29180              Message-Id: <200309291300.NAA23856@amber2.ccur.com>
29181      Branch: perl
29182            ! ext/Sys/Syslog/t/syslog.t hints/powerux.sh
29183 ____________________________________________________________________________
29184 [ 21386] By: rgs                                   on 2003/09/29  11:14:27
29185         Log: Subject: [PATCH 5.8.1] Fix broken splitpod program
29186              From: Steve Hay <steve.hay@uk.radan.com>
29187              Date: Mon, 29 Sep 2003 11:50:23 +0100
29188              Message-ID: <3F780E6F.3020704@uk.radan.com>
29189      Branch: perl
29190            ! pod/splitpod
29191 ____________________________________________________________________________
29192 [ 21385] By: rgs                                   on 2003/09/29  11:09:32
29193         Log: Subject: [PATCH 5.8.1] pod/perlrun.pod: no space after -i allowed
29194              From: Brendan O'Dea <bod@debian.org>
29195              Date: Sun, 28 Sep 2003 23:23:34 +1000
29196              Message-ID: <20030928132334.GA29499@londo.c47.org>
29197      Branch: perl
29198            ! pod/perlrun.pod
29199 ____________________________________________________________________________
29200 [ 21384] By: rgs                                   on 2003/09/26  20:39:19
29201         Log: Nit to the maintainers list by SADAHIRO Tomoyuki
29202      Branch: perl
29203            ! Porting/Maintainers.pl
29204 ____________________________________________________________________________
29205 [ 21383] By: jhi                                   on 2003/09/26  04:41:17
29206         Log: Missing +x bits.
29207      Branch: perl
29208            ! Porting/makerel
29209 ____________________________________________________________________________
29210 [ 21382] By: rgs                                   on 2003/09/25  19:40:50
29211         Log: Update the perldelta for 5.9.0.
29212      Branch: perl
29213            ! pod/perldelta.pod
29214 ____________________________________________________________________________
29215 [ 21381] By: rgs                                   on 2003/09/25  19:02:12
29216         Log: Add the perl581delta manpage.
29217              Regenerate the table of contents.
29218      Branch: perl
29219            + pod/perl581delta.pod
29220            ! MANIFEST pod.lst pod/perl.pod pod/perlhist.pod pod/perltoc.pod
29221            ! vms/descrip_mms.template win32/pod.mak
29222 ____________________________________________________________________________
29223 [ 21380] By: rgs                                   on 2003/09/25  18:36:45
29224         Log: Update perlhist.pod
29225      Branch: perl
29226            ! pod/perlhist.pod
29227 ____________________________________________________________________________
29228 [ 21372] By: gbarr                                 on 2003/09/25  07:35:24
29229         Log: Sync with libnet 1.17
29230      Branch: perl
29231            ! lib/Net/ChangeLog.libnet lib/Net/Domain.pm lib/Net/FTP.pm
29232 ____________________________________________________________________________
29233 [ 21371] By: gbarr                                 on 2003/09/25  06:57:35
29234         Log: Update to Scalar-List-Utils 1.13
29235      Branch: perl
29236            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
29237            ! ext/List/Util/lib/List/Util.pm
29238            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/sum.t
29239 ____________________________________________________________________________
29240 [ 21370] By: jhi                                   on 2003/09/25  06:45:42
29241         Log: CPAN sites update.
29242      Branch: perl
29243            ! pod/perlmodlib.PL
29244 ____________________________________________________________________________
29245 [ 21369] By: jhi                                   on 2003/09/25  05:22:48
29246         Log: Subject: Re: 5.8.1 and gcc-3.2.3 (& Win98)
29247              From: Greg Matheson <lang@ms.chinmin.edu.tw>
29248              Date: Wed, 24 Sep 2003 22:51:09 +0800
29249              Message-ID: <20030924225109.A17126@ms>
29250
29251              (Win98 + MinGW, a missing Win95.pm hunk)
29252      Branch: perl
29253            ! lib/ExtUtils/MM_Win95.pm
29254 ____________________________________________________________________________
29255 [ 21365] By: jhi                                   on 2003/09/25  04:44:05
29256         Log: AUTHORS tweak.
29257      Branch: perl
29258            ! AUTHORS
29259 ____________________________________________________________________________
29260 [ 21361] By: jhi                                   on 2003/09/24  17:40:42
29261         Log: Even though undefing SPACE and FORMAT should be safe,
29262              at this point I'm choosing to be paranoid and using
29263              #ifdef __Lynx__.
29264      Branch: perl
29265            ! perl.h
29266 ____________________________________________________________________________
29267 [ 21360] By: jhi                                   on 2003/09/24  17:30:07
29268         Log: Subject: [perl #24032] Perl 5.8.1-RC5 build problems on LynxOS
29269              From: Olli Savia (via RT) <perlbug-followup@perl.org>
29270              Date: 24 Sep 2003 15:42:41 -0000
29271              Message-ID: <rt-24032-65280.10.6144413163834@rt.perl.org>
29272      Branch: perl
29273            ! mg.c perl.h perlio.c pp_sys.c
29274 ____________________________________________________________________________
29275 [ 21356] By: jhi                                   on 2003/09/24  08:27:52
29276         Log: Subject: [DOCPATCH] attributes.pm
29277              From: Elizabeth Mattijsen <liz@dijkmat.nl>
29278              Date: Wed, 24 Sep 2003 11:00:42 +0200
29279              Message-Id: <p05111b02bb970d5eec89@[192.168.56.4]>
29280
29281              (reformatted a bit)
29282      Branch: perl
29283            ! lib/attributes.pm
29284 ____________________________________________________________________________
29285 [ 21354] By: jhi                                   on 2003/09/24  07:25:48
29286         Log: A fix from Graham for
29287              [perl #24012] Weird conversion issue with List::Util::sum on Linux/AMD 850MHz
29288              (seemingly a NV casting issue)
29289      Branch: perl
29290            ! ext/List/Util/Util.xs
29291 ____________________________________________________________________________
29292 [ 21353] By: jhi                                   on 2003/09/24  05:05:39
29293         Log: Someone actually reads the Makefile.PL messages, it seems.
29294              (from Jonathan Leffler)
29295      Branch: perl
29296            ! ext/Time/HiRes/Makefile.PL
29297 ____________________________________________________________________________
29298 [ 21351] By: jhi                                   on 2003/09/24  04:54:33
29299         Log: perliol tweaks.
29300      Branch: perl
29301            ! pod/perliol.pod
29302 ____________________________________________________________________________
29303 [ 21349] By: rgs                                   on 2003/09/23  22:09:57
29304         Log: The FAQ answer about POD comments was incorrect. [perl #23893]
29305              (plus a few typos.)
29306      Branch: perl
29307            ! pod/perlfaq7.pod pod/perlpodspec.pod
29308 ____________________________________________________________________________
29309 [ 21348] By: rgs                                   on 2003/09/23  21:56:50
29310         Log: Subject: [PATCH] perlvar
29311              From: Juerd <juerd@convolution.nl>
29312              Date: Sun, 21 Sep 2003 21:40:54 +0200
29313              Message-ID: <20030921194054.GD14702@c3.convolution.nl>
29314      Branch: perl
29315            ! pod/perlvar.pod
29316 ____________________________________________________________________________
29317 [ 21344] By: jhi                                   on 2003/09/23  19:33:45
29318         Log: Subject: Re: NCR MP-RAS perl problems [perl #23791]
29319              From: grommel@sears.com
29320              Date: Tue, 23 Sep 2003 13:40:33 -0500
29321              Message-ID: <OF17BD5036.3CA48F9B-ON86256DAA.00483620-86256DAA.0066A1AA@LocalDomain>
29322      Branch: perl
29323            ! hints/svr4.sh t/op/stat.t
29324 ____________________________________________________________________________
29325 [ 21343] By: jhi                                   on 2003/09/23  19:26:06
29326         Log: Subject: [PATCH] Re: OK: 5.8.1 RC5 on SuSE 8.2 32bit AMD (gcc 3.3 prerelease)
29327              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
29328              Date: Tue, 23 Sep 2003 09:13:55 -0700
29329              Message-ID: <20030923161354.GA2432@efn.org>
29330      Branch: perl
29331            ! INSTALL
29332 ____________________________________________________________________________
29333 [ 21342] By: rgs                                   on 2003/09/23  19:12:58
29334         Log: Minor nit in a debug message of the tokenizer.
29335      Branch: perl
29336            ! toke.c
29337 ____________________________________________________________________________
29338 [ 21340] By: jhi                                   on 2003/09/23  12:33:53
29339         Log: Let's call it 2.34, already (from Johan).
29340      Branch: perl
29341            ! lib/Getopt/Long.pm
29342 ____________________________________________________________________________
29343 [ 21339] By: jhi                                   on 2003/09/23  12:31:08
29344         Log: Subject: Re: [PATCH] RC5 and Intel's ICC
29345              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
29346              Date: Tue, 23 Sep 2003 15:04:35 +0200
29347              Message-ID: <00d101c381d3$3d761fe0$0c2f1fac@R2D2>
29348
29349              (add -we147 to ccflags if cc = ICC so that prototype
29350              detection works right)
29351      Branch: perl
29352            ! hints/linux.sh
29353 ____________________________________________________________________________
29354 [ 21338] By: jhi                                   on 2003/09/23  12:02:28
29355         Log: Bump the Encode version to 1.9801 since we are no more identical
29356              to the CPAN version.
29357      Branch: perl
29358            ! ext/Encode/Encode.pm
29359 ____________________________________________________________________________
29360 [ 21332] By: jhi                                   on 2003/09/23  09:17:32
29361         Log: ucmlintage.
29362      Branch: perl
29363            ! ext/Encode/ucm/gsm0338.ucm
29364 ____________________________________________________________________________
29365 [ 21331] By: jhi                                   on 2003/09/23  09:11:23
29366         Log: GSM 03.38 mapping in Encoding::Byte is incorrect
29367
29368              Fix as much as possible - the specification is still
29369              a bit unclear.
29370      Branch: perl
29371            + ext/Encode/t/gsm0338.t
29372            ! MANIFEST ext/Encode/MANIFEST
29373            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/ucm/gsm0338.ucm
29374 ____________________________________________________________________________
29375 [ 21329] By: jhi                                   on 2003/09/23  06:10:28
29376         Log: Subject: [PATCH] Re: B::Deparse fails in pure_string()
29377              From: Stephen McCamant <smcc@MIT.EDU>
29378              Date: Mon, 22 Sep 2003 20:53:57 -0700
29379              Message-ID: <16239.50133.367465.947398@famine.OCF.Berkeley.EDU>
29380      Branch: perl
29381            ! ext/B/B/Deparse.pm
29382 ____________________________________________________________________________
29383 [ 21327] By: jhi                                   on 2003/09/23  04:51:15
29384         Log: Subject: [PATCH] RC5 and Intel's ICC
29385              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
29386              Date: Mon, 22 Sep 2003 22:52:40 +0200
29387              Message-ID: <00a101c3814b$76a8cc50$0c2f1fac@R2D2>
29388
29389              (the missing void return type)
29390      Branch: perl
29391            ! ext/threads/shared/shared.xs
29392 ____________________________________________________________________________
29393 [ 21326] By: jhi                                   on 2003/09/23  04:46:48
29394         Log: Subject: [PATCH] RC5 and Intel's ICC
29395              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
29396              Date: Mon, 22 Sep 2003 22:52:40 +0200
29397              Message-ID: <00a101c3814b$76a8cc50$0c2f1fac@R2D2>
29398
29399              (the attribute part)
29400      Branch: perl
29401            ! ext/Devel/PPPort/PPPort.pm perl.h
29402 ____________________________________________________________________________
29403 [ 21325] By: jhi                                   on 2003/09/23  04:43:29
29404         Log: Stray CRs noticed by Jan Dubois.
29405      Branch: perl
29406            ! lib/ExtUtils/MM_Win95.pm lib/ExtUtils/t/MM_Win32.t
29407 ____________________________________________________________________________
29408 [ 21324] By: jhi                                   on 2003/09/23  04:40:19
29409         Log: The RCs have been missing CRs from certain files because
29410              not all shells can handle multiline arguments right.
29411      Branch: perl
29412            ! Porting/makerel
29413 ____________________________________________________________________________
29414 [ 21323] By: rgs                                   on 2003/09/22  20:31:19
29415         Log: When localising a magic value, propagæte the readonly flag
29416              only if this scalar has \0 magic or has magic without a
29417              'set' method. (follows change #20479 for bug #23141.)
29418      Branch: perl
29419            ! scope.c t/op/local.t
29420 ____________________________________________________________________________
29421 [ 21319] By: jhi                                   on 2003/09/22  18:16:40
29422         Log: An error message need not be a novel.
29423      Branch: perl
29424            ! pod/perldiag.pod pp_hot.c
29425 ____________________________________________________________________________
29426 [ 21318] By: jhi                                   on 2003/09/22  17:45:23
29427         Log: Upgrade to Math::BigInt 1.66.
29428      Branch: perl
29429            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
29430            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
29431            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
29432            ! lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/sub_mbi.t
29433            ! lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
29434 ____________________________________________________________________________
29435 [ 21311] By: jhi                                   on 2003/09/22  08:49:24
29436         Log: Some more perlio doc tweaks based on NI-S.
29437      Branch: perl
29438            ! pod/perliol.pod
29439 ____________________________________________________________________________
29440 [ 21305] By: jhi                                   on 2003/09/22  05:59:54
29441         Log: Upgrade to Time::HiRes 1.51.
29442      Branch: perl
29443            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
29444 ____________________________________________________________________________
29445 [ 21303] By: jhi                                   on 2003/09/22  04:37:21
29446         Log: Upgrade to Getopt::Long 2.33_03.
29447      Branch: perl
29448            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
29449 ____________________________________________________________________________
29450 [ 21302] By: jhi                                   on 2003/09/22  04:28:57
29451         Log: CPAN.pm 1.76_01 from Andreas.
29452      Branch: perl
29453            ! lib/CPAN.pm
29454 ____________________________________________________________________________
29455 [ 21299] By: jhi                                   on 2003/09/21  09:23:17
29456         Log: Regen toc.
29457      Branch: perl
29458            ! pod/perltoc.pod
29459 ____________________________________________________________________________
29460 [ 21298] By: jhi                                   on 2003/09/21  09:22:57
29461         Log: Handle also the curliffy files when tocing.
29462      Branch: perl
29463            ! pod/buildtoc
29464 ____________________________________________________________________________
29465 [ 21297] By: jhi                                   on 2003/09/21  08:50:22
29466         Log: Macrofy the compile/runtime test.
29467      Branch: perl
29468            ! cop.h gv.c perl.h pp_ctl.c regcomp.c sv.c utf8.c
29469 ____________________________________________________________________________
29470 [ 21296] By: jhi                                   on 2003/09/21  08:47:32
29471         Log: Tweak the section name to agree with the change #21295.
29472      Branch: perl
29473            ! lib/PerlIO.pm
29474 ____________________________________________________________________________
29475 [ 21295] By: jhi                                   on 2003/09/21  08:44:52
29476         Log: One obvious place to look for PerlIO implementations.
29477      Branch: perl
29478            ! pod/perliol.pod
29479 ____________________________________________________________________________
29480 [ 21294] By: jhi                                   on 2003/09/21  08:15:52
29481         Log: Subject: [PATCH #2] Re: [perl #23576] valgrind errors for /(?{})/ in t/op/pat.t
29482              From: Dave Mitchell <davem@fdgroup.com>
29483              Date: Fri, 19 Sep 2003 19:35:44 +0100
29484              Message-ID: <20030919183544.GA14563@fdgroup.com>
29485      Branch: perl
29486            ! pp_ctl.c
29487 ____________________________________________________________________________
29488 [ 21293] By: jhi                                   on 2003/09/21  08:13:58
29489         Log: More PerlIO documentation.
29490      Branch: perl
29491            ! lib/PerlIO.pm pod/perliol.pod
29492 ____________________________________________________________________________
29493 [ 21292] By: jhi                                   on 2003/09/20  18:44:07
29494         Log: Retract #21273, #21264, and #21263 as requested by Schwern.
29495              (The real bug was mp2 being too "friendly" with MM innards.)
29496      Branch: perl
29497            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
29498            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_Win32.t
29499 ____________________________________________________________________________
29500 [ 21291] By: jhi                                   on 2003/09/20  18:37:33
29501         Log: In FreeBSD allow one to try using Perl's malloc with threads.
29502      Branch: perl
29503            ! hints/freebsd.sh
29504 ____________________________________________________________________________
29505 [ 21290] By: rgs                                   on 2003/09/20  10:05:38
29506         Log: Missing perlfaq chunk.
29507      Branch: perl
29508            ! pod/perlfaq4.pod
29509 ____________________________________________________________________________
29510 [ 21289] By: rgs                                   on 2003/09/20  10:00:12
29511         Log: FAQ sync.
29512      Branch: perl
29513            ! pod/perlfaq4.pod
29514 ____________________________________________________________________________
29515 [ 21288] By: jhi                                   on 2003/09/19  14:49:20
29516         Log: Subject: typo fixo
29517              From: Vadim Konovalov <konovalo@mail.wplus.net>
29518              Date: Fri, 19 Sep 2003 06:32:08 +0400
29519              Message-ID: <4538131828.20030919063208@mail.wplus.net>
29520      Branch: perl
29521            ! pod/perlunicode.pod
29522 ____________________________________________________________________________
29523 [ 21286] By: jhi                                   on 2003/09/19  04:48:52
29524         Log: Subject: [PATCH 5.8.1 @21211] getsysinfo() broken on OS/2
29525              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
29526              Date: Thu, 18 Sep 2003 19:01:06 -0700
29527              Message-ID: <20030919020106.GA22511@math.berkeley.edu>
29528      Branch: perl
29529            ! os2/os2.c
29530 ____________________________________________________________________________
29531 [ 21285] By: jhi                                   on 2003/09/19  04:46:39
29532         Log: Tests for change #21284.
29533      Branch: perl
29534            ! lib/dumpvar.t
29535 ____________________________________________________________________________
29536 [ 21284] By: jhi                                   on 2003/09/19  04:46:12
29537         Log: Subject: [PATCH 5.8.1 @21211] dumpvar.pl broken
29538              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
29539              Date: Thu, 18 Sep 2003 18:58:59 -0700
29540              Message-ID: <20030919015858.GA22503@math.berkeley.edu>
29541      Branch: perl
29542            ! lib/dumpvar.pl
29543 ____________________________________________________________________________
29544 [ 21283] By: rgs                                   on 2003/09/18  21:29:23
29545         Log: Perlfaq nits from Iain Truskett.
29546              (from the perlfaq-workers list)
29547      Branch: perl
29548            ! pod/perlfaq2.pod pod/perlfaq4.pod pod/perlfaq8.pod
29549 ____________________________________________________________________________
29550 [ 21282] By: rgs                                   on 2003/09/18  21:10:26
29551         Log: Integrate a change from the perlfaq CVS.
29552              I consider the bleadperl version being more up-to-date as of now.
29553      Branch: perl
29554            ! pod/perlfaq3.pod
29555 ____________________________________________________________________________
29556 [ 21277] By: jhi                                   on 2003/09/18  19:23:22
29557         Log: Subject: [PATCH 5.8.1 @21211] -M -A -C broken
29558              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
29559              Date: Thu, 18 Sep 2003 11:02:02 -0700
29560              Message-ID: <20030918180202.GA21949@math.berkeley.edu>
29561
29562              (use stat.t instead of time.t)
29563      Branch: perl
29564            ! os2/os2ish.h pp_sys.c t/op/stat.t
29565 ____________________________________________________________________________
29566 [ 21276] By: jhi                                   on 2003/09/18  19:15:07
29567         Log: Subject: Re: [perl #19582] [PATCH bleedperl] bad overload copy constructor segfaults
29568              From: Rick Delaney <rick.delaney@rogers.com>
29569              Date: Wed, 1 Jan 2003 22:54:59 -0500
29570              Message-ID: <20030101225459.A2320@cs839290-a.mtth.phub.net.cable.rogers.com>
29571
29572              (Pity the first patch fell through the cracks back then.
29573              Not that forbidding non-object copy constructors is the right
29574              thing to do but the bug could use fixing.)
29575      Branch: perl
29576            ! lib/overload.t pp.h
29577 ____________________________________________________________________________
29578 [ 21274] By: jhi                                   on 2003/09/18  10:59:58
29579         Log: Subject: [PATCH] small fix for Devel::PPPort
29580              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
29581              Date: Thu, 18 Sep 2003 10:14:58 +0200
29582              Message-id: <20030918081458.GA2653@ethan>
29583      Branch: perl
29584            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
29585 ____________________________________________________________________________
29586 [ 21273] By: jhi                                   on 2003/09/18  10:57:41
29587         Log: ld has many guises.
29588      Branch: perl
29589            ! lib/ExtUtils/t/MM_Unix.t
29590 ____________________________________________________________________________
29591 [ 21271] By: jhi                                   on 2003/09/18  08:05:28
29592         Log: Missed OS/2 patch hunk.
29593      Branch: perl
29594            ! os2/os2.c
29595 ____________________________________________________________________________
29596 [ 21270] By: jhi                                   on 2003/09/18  05:00:23
29597         Log: Subject: Patch for VMS::Filespec
29598              From: Ken Williams <ken@mathforum.org>
29599              Date: Wed, 17 Sep 2003 20:11:46 -0500
29600              Message-Id: <12FBA07F-E975-11D7-BDD7-003065F6D85A@mathforum.org>
29601      Branch: perl
29602            ! vms/ext/Filespec.pm
29603 ____________________________________________________________________________
29604 [ 21268] By: jhi                                   on 2003/09/18  04:58:05
29605         Log: Subject: 5.8.1 warnings when long double == double
29606              From: Andy Dougherty <doughera@lafayette.edu>
29607              Date: Wed, 10 Sep 2003 12:03:53 -0400 (EDT)
29608              Message-ID: <Pine.SOL.4.53.0309101203010.10837@maxwell.phys.lafayette.edu>
29609              (the changed message)
29610      Branch: perl
29611            ! Configure
29612 ____________________________________________________________________________
29613 [ 21267] By: jhi                                   on 2003/09/18  04:54:16
29614         Log: Patch from Enache Adrian for the new tricks of gcc 3.4
29615              for "is this symbol defined" scanning of Configure.
29616      Branch: perl
29617            ! Configure
29618 ____________________________________________________________________________
29619 [ 21266] By: jhi                                   on 2003/09/18  04:29:55
29620         Log: Make it possible to override the mistrustnm hint in Solaris.
29621      Branch: perl
29622            ! hints/solaris_2.sh
29623 ____________________________________________________________________________
29624 [ 21264] By: jhi                                   on 2003/09/17  21:01:36
29625         Log: A potential fix for non-empty LD in Unix.
29626      Branch: perl
29627            ! lib/ExtUtils/t/MM_Unix.t
29628 ____________________________________________________________________________
29629 [ 21263] By: jhi                                   on 2003/09/17  14:09:50
29630         Log: Subject: RE: MM in maint@21251 breaks mp2
29631              From: "Orton, Yves" <yves.orton@de.mci.com>
29632              Message-ID: <71B318898201D311845C0008C75DAD1C089611FE@defra1ex2>
29633              Date: Wed, 17 Sep 2003 15:47:35 +0100
29634      Branch: perl
29635            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
29636            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_Win32.t
29637 ____________________________________________________________________________
29638 [ 21261] By: jhi                                   on 2003/09/17  09:33:39
29639         Log: The AIX C product potentially consists of several packages,
29640              the main package being (hopefully) the first one.
29641      Branch: perl
29642            ! hints/aix.sh
29643 ____________________________________________________________________________
29644 [ 21260] By: jhi                                   on 2003/09/17  07:52:03
29645         Log: Fix Solaris ccversion not having the cc version.
29646      Branch: perl
29647            ! hints/solaris_2.sh
29648 ____________________________________________________________________________
29649 [ 21259] By: jhi                                   on 2003/09/17  06:02:19
29650         Log: Subject: [PATCH 5.8.1 @21211] OS/2 APIs again
29651              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
29652              Date: Tue, 16 Sep 2003 23:49:42 -0700
29653              Message-ID: <20030917064941.GA20444@math.berkeley.edu>
29654      Branch: perl
29655            ! os2/os2ish.h
29656 ____________________________________________________________________________
29657 [ 21258] By: jhi                                   on 2003/09/17  06:00:48
29658         Log: Subject: [PATCH 5.8.1 @21211] os2_process.t
29659              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
29660              Date: Tue, 16 Sep 2003 23:21:48 -0700
29661              Message-ID: <20030917062147.GA20400@math.berkeley.edu>
29662      Branch: perl
29663            ! os2/OS2/Process/t/os2_process.t
29664 ____________________________________________________________________________
29665 [ 21257] By: jhi                                   on 2003/09/17  03:53:46
29666         Log: Subject: [PATCH 5.8.1 @21211] magic.t
29667              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
29668              Date: Tue, 16 Sep 2003 19:17:57 -0700
29669              Message-ID: <20030917021757.GA20261@math.berkeley.edu>
29670      Branch: perl
29671            ! t/op/magic.t
29672 ____________________________________________________________________________
29673 [ 21253] By: jhi                                   on 2003/09/16  19:48:08
29674         Log: Subject: [DOC PATCH] Re: [perl #23779] $? and negative exit codes
29675              From: Dave Mitchell <davem@fdgroup.com>
29676              Date: Tue, 16 Sep 2003 21:56:20 +0100
29677              Message-ID: <20030916205620.GB1246@fdgroup.com>
29678      Branch: perl
29679            ! pod/perlfunc.pod
29680 ____________________________________________________________________________
29681 [ 21249] By: jhi                                   on 2003/09/16  19:10:58
29682         Log: More suggested patches for NCR MP-RAS from Andy Dougherty.
29683      Branch: perl
29684            + ext/Time/HiRes/hints/svr4.pl
29685            ! MANIFEST ext/Sys/Syslog/t/syslog.t t/op/pack.t
29686 ____________________________________________________________________________
29687 [ 21247] By: jhi                                   on 2003/09/16  18:57:34
29688         Log: Subject: Re: [perl #23791] Many errors in build under NCR MP-RAS
29689              From: Andy Dougherty <doughera@lafayette.edu>
29690              Date: Tue, 16 Sep 2003 13:47:55 -0400 (EDT)
29691              Message-ID: <Pine.SOL.4.53.0309161345020.13081@maxwell.phys.lafayette.edu>
29692      Branch: perl
29693            ! ext/POSIX/hints/svr4.pl hints/svr4.sh
29694 ____________________________________________________________________________
29695 [ 21245] By: jhi                                   on 2003/09/16  18:47:52
29696         Log: Subject: Re: [PATCH 5.8.1 @19053] Getopt::Std
29697              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
29698              Date: Wed, 4 Jun 2003 00:45:23 -0700
29699              Message-ID: <20030604074523.GA7148@math.berkeley.edu>
29700      Branch: perl
29701            ! lib/Getopt/Std.pm
29702 ____________________________________________________________________________
29703 [ 21243] By: jhi                                   on 2003/09/16  12:18:03
29704         Log: Give a concrete example of the still existing Unicode slowness.
29705      Branch: perl
29706            ! pod/perlunicode.pod
29707 ____________________________________________________________________________
29708 [ 21241] By: jhi                                   on 2003/09/16  06:38:45
29709         Log: Make the VERSION of File::Spec be 0.86, otherwise File::Temp's
29710              use File::Spec 0.8 is unhappy.
29711      Branch: perl
29712            ! lib/File/Spec.pm
29713 ____________________________________________________________________________
29714 [ 21240] By: jhi                                   on 2003/09/16  06:34:35
29715         Log: The test is not needed, says Schwern.
29716      Branch: perl
29717            - lib/base/t/fields-560.t
29718            ! MANIFEST
29719 ____________________________________________________________________________
29720 [ 21239] By: jhi                                   on 2003/09/16  05:04:09
29721         Log: Upgrade to File::Spec 0.85_03.
29722      Branch: perl
29723            + lib/File/Spec/t/crossplatform.t
29724            ! MANIFEST lib/File/Spec.pm lib/File/Spec/Mac.pm
29725            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
29726            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
29727            ! lib/File/Spec/t/Spec.t
29728 ____________________________________________________________________________
29729 [ 21238] By: jhi                                   on 2003/09/16  04:57:08
29730         Log: Upgrade to MakeMaker 6.17.
29731      Branch: perl
29732            ! lib/ExtUtils/Changes lib/ExtUtils/Install.pm
29733            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml
29734            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
29735            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
29736            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
29737            ! lib/ExtUtils/README lib/ExtUtils/t/MM_Win32.t
29738            ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/basic.t
29739            ! t/lib/MakeMaker/Test/Utils.pm
29740 ____________________________________________________________________________
29741 [ 21235] By: jhi                                   on 2003/09/16  04:35:34
29742         Log: Upgrade to base 2.03.
29743              (Rename the fields-5.6.0.t to have less d.o.t.s.)
29744      Branch: perl
29745            + lib/base/t/base.t lib/base/t/fields-560.t
29746            + lib/base/t/fields-base.t lib/base/t/fields.t
29747            - lib/fields-base.t lib/fields.t
29748            ! MANIFEST lib/base.pm lib/fields.pm
29749 ____________________________________________________________________________
29750 [ 21234] By: jhi                                   on 2003/09/15  19:17:03
29751         Log: Subject: Re: perl@21233 looks ok on VMS 7.3-1
29752              From: PPrymmer@factset.com
29753              Date: Mon, 15 Sep 2003 15:28:52 -0400
29754              Message-ID: <OF6F1E6CF4.9206F415-ON85256DA2.006A58F1-85256DA2.006B0330@factset.com>
29755      Branch: perl
29756            ! lib/Memoize/t/tie_sdbm.t
29757 ____________________________________________________________________________
29758 [ 21230] By: jhi                                   on 2003/09/14  17:46:52
29759         Log: Check the context of for/grep/map.
29760      Branch: perl
29761            ! t/op/grep.t
29762 ____________________________________________________________________________
29763 [ 21228] By: jhi                                   on 2003/09/14  13:40:23
29764         Log: For-non-perlio places we need STDOUT back.
29765      Branch: perl
29766            ! t/io/dup.t
29767 ____________________________________________________________________________
29768 [ 21227] By: jhi                                   on 2003/09/14  09:44:49
29769         Log: Also IRIX wants setlogsock('stream').
29770      Branch: perl
29771            ! ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/t/syslog.t
29772 ____________________________________________________________________________
29773 [ 21224] By: jhi                                   on 2003/09/14  07:44:26
29774         Log: More portable reading.
29775      Branch: perl
29776            ! t/io/dup.t
29777 ____________________________________________________________________________
29778 [ 21222] By: jhi                                   on 2003/09/14  07:35:28
29779         Log: More dup testing.
29780      Branch: perl
29781            ! t/io/dup.t
29782 ____________________________________________________________________________
29783 [ 21220] By: jhi                                   on 2003/09/14  06:54:05
29784         Log: Use $Config{_exe}.
29785      Branch: perl
29786            ! t/run/switches.t
29787 ____________________________________________________________________________
29788 [ 21219] By: jhi                                   on 2003/09/14  06:46:26
29789         Log: Subject: Re: [PATCH 5.8.1 @20218] OS/2 API
29790              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
29791              Date: Sat, 13 Sep 2003 20:20:30 -0700
29792              Message-ID: <20030914032030.GA17822@math.berkeley.edu>
29793      Branch: perl
29794            ! os2/os2.c t/run/switches.t
29795 ____________________________________________________________________________
29796 [ 21218] By: jhi                                   on 2003/09/14  06:45:13
29797         Log: Subject: Re: [PATCH 5.8.1 @20218] OS/2 API
29798              From: Michael G Schwern <schwern@pobox.com>
29799              Date: Thu, 11 Sep 2003 15:07:10 -0700
29800              Message-ID: <20030911220710.GO18786@windhund.schwern.org>
29801
29802              (in OS/2 if a file has been chmod 0400'ed, it cannot be deleted)
29803      Branch: perl
29804            ! lib/ExtUtils/t/Manifest.t
29805 ____________________________________________________________________________
29806 [ 21217] By: jhi                                   on 2003/09/14  06:42:12
29807         Log: Subject: [PATCH] PerlIO_tmpfile clean-up for VMS
29808              From: "Craig A. Berry" <craigberry@mac.com>
29809              Date: Sun, 14 Sep 2003 00:23:56 -0500
29810              Message-ID: <3F63FB6C.5040502@mac.com>
29811      Branch: perl
29812            ! perlio.c
29813 ____________________________________________________________________________
29814 [ 21214] By: jhi                                   on 2003/09/13  18:33:41
29815         Log: parse_version doesn't always succeed.
29816      Branch: perl
29817            ! Porting/cmpVERSION.pl
29818 ____________________________________________________________________________
29819 [ 21213] By: jhi                                   on 2003/09/13  18:31:41
29820         Log: pod changes, so change $VERSION.
29821      Branch: perl
29822            ! lib/Fatal.pm
29823 ____________________________________________________________________________
29824 [ 21210] By: jhi                                   on 2003/09/13  15:24:38
29825         Log: Subject: Re: unicode regex problem
29826              From: hv@crypt.org
29827              Date: Sat, 13 Sep 2003 15:21:34 +0100
29828              Message-Id: <200309131421.h8DELYx25894@zen.crypt.org>
29829      Branch: perl
29830            ! regcomp.c t/op/pat.t
29831 ____________________________________________________________________________
29832 [ 21209] By: jhi                                   on 2003/09/13  15:22:38
29833         Log: More PerlIO warnings changes.
29834      Branch: perl
29835            ! ext/PerlIO/t/fail.t t/lib/warnings/perlio
29836 ____________________________________________________________________________
29837 [ 21208] By: jhi                                   on 2003/09/13  11:15:40
29838         Log: The "perlio: " prefix looks a little odd
29839              in the few warning/error messages, since
29840              no other 'subsystems' have prefixes.
29841      Branch: perl
29842            ! perlio.c pod/perldiag.pod t/io/open.t
29843 ____________________________________________________________________________
29844 [ 21207] By: jhi                                   on 2003/09/13  10:37:30
29845         Log: Layer names were recognized by their prefixes
29846              (e.g. open(F, ":u", "file") worked...)
29847      Branch: perl
29848            ! perlio.c t/io/open.t
29849 ____________________________________________________________________________
29850 [ 21206] By: jhi                                   on 2003/09/13  10:10:46
29851         Log: Apparently at some point doing 3-arg open with
29852              illegal mode like ">>>" had stopped croaking.
29853      Branch: perl
29854            ! doio.c t/io/open.t
29855 ____________________________________________________________________________
29856 [ 21205] By: jhi                                   on 2003/09/13  08:42:10
29857         Log: Minuscule code cleanup.
29858      Branch: perl
29859            ! doio.c
29860 ____________________________________________________________________________
29861 [ 21204] By: jhi                                   on 2003/09/13  06:47:23
29862         Log: Subject: [perl #23788] int of a fraction errors
29863              From: "Boyd, Brooks D" (via RT) <perlbug-followup@perl.org>
29864              Date: 11 Sep 2003 22:38:19 -0000
29865              Message-ID: <rt-23788-64511.8.7546744242259@rt.perl.org>
29866
29867              Add a separate faq entry for int().  (Yes, a bit redundant
29868              with the existing "why are my numbers broken" entry.)
29869      Branch: perl
29870            ! pod/perlfaq4.pod
29871 ____________________________________________________________________________
29872 [ 21203] By: jhi                                   on 2003/09/13  06:34:03
29873         Log: Subject: Unknown discipline ':utf8' w/ maint perl w/o perlio
29874              From: Stas Bekman <stas@stason.org>
29875              Date: Fri, 12 Sep 2003 13:44:11 -0700
29876              Message-ID: <3F62301B.3080604@stason.org>
29877
29878              s/discipline/IO layer/, instead of "unknown" say "unavailable",
29879              and have the fuller explanation in perldiag.
29880      Branch: perl
29881            ! doio.c pod/perldiag.pod
29882 ____________________________________________________________________________
29883 [ 21202] By: jhi                                   on 2003/09/13  06:07:27
29884         Log: Make the new glob tests pass (well, skip) even with miniperl.
29885      Branch: perl
29886            ! t/run/fresh_perl.t
29887 ____________________________________________________________________________
29888 [ 21201] By: rgs                                   on 2003/09/12  21:41:04
29889         Log: Stringify the $VERSION of DynaLoader so it's never dependent
29890              on localized float-to-string conversions.
29891      Branch: perl
29892            ! ext/DynaLoader/DynaLoader_pm.PL
29893 ____________________________________________________________________________
29894 [ 21198] By: jhi                                   on 2003/09/12  17:59:25
29895         Log: It's UTF-8, not UTF8.  (Note: not s/UTF-8/UTF8/,
29896              since that would break a lot of code.)  Also few
29897              stray UTF16s, UTF32s, and "encoded in Unicode".
29898      Branch: perl
29899            ! doop.c hv.h pod/perl570delta.pod pod/perl58delta.pod
29900            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
29901            ! pod/perlhack.pod pod/perlpodspec.pod pod/perltoc.pod
29902            ! pod/perltodo.pod pod/perlunicode.pod pod/perluniintro.pod
29903            ! pp_hot.c pp_sys.c sv.c sv.h utf8.c utf8.h utfebcdic.h
29904 ____________________________________________________________________________
29905 [ 21197] By: jhi                                   on 2003/09/12  17:24:17
29906         Log: The buildtoc now has options.
29907      Branch: perl
29908            ! pod/Makefile.SH
29909 ____________________________________________________________________________
29910 [ 21196] By: jhi                                   on 2003/09/12  14:33:16
29911         Log: Some more tweaks on open ...&=.
29912      Branch: perl
29913            ! pod/perlfunc.pod
29914 ____________________________________________________________________________
29915 [ 21194] By: jhi                                   on 2003/09/12  11:36:14
29916         Log: Slightly more documentation for open ...&=.
29917      Branch: perl
29918            ! pod/perlfunc.pod
29919 ____________________________________________________________________________
29920 [ 21193] By: jhi                                   on 2003/09/12  03:21:53
29921         Log: Document the new strict strict in strict.
29922      Branch: perl
29923            ! lib/strict.pm
29924 ____________________________________________________________________________
29925 [ 21191] By: jhi                                   on 2003/09/12  03:03:17
29926         Log: More comments for the FreeBSD threads hints.
29927      Branch: perl
29928            ! hints/freebsd.sh
29929 ____________________________________________________________________________
29930 [ 21188] By: jhi                                   on 2003/09/11  20:23:55
29931         Log: More refactoring of the FreeBSD threads hints.
29932              Basically, for fresh enough 5.x the -pthread is dropped,
29933              otherwise keep it, and no known FreeBSD release has
29934              a functional gethostbyaddr_r.
29935      Branch: perl
29936            ! hints/freebsd.sh
29937 ____________________________________________________________________________
29938 [ 21187] By: jhi                                   on 2003/09/11  20:12:00
29939         Log: Subject: [PATCH 5.8.1 @20218] OS/2 API
29940              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
29941              Date: Thu, 11 Sep 2003 09:15:04 -0700
29942              Message-ID: <20030911161504.GA16113@math.berkeley.edu>
29943      Branch: perl
29944            ! os2/OS2/Process/MANIFEST os2/OS2/Process/Process.pm
29945            ! os2/OS2/Process/Process.xs
29946 ____________________________________________________________________________
29947 [ 21186] By: jhi                                   on 2003/09/11  20:10:32
29948         Log: Subject: [PATCH maint@21148] Security: suidperl path disclosure revisited
29949              From: "Brendan O'Dea" <bod@debian.org>
29950              Date: Fri, 12 Sep 2003 00:12:51 +1000
29951              Message-ID: <20030911141251.GA26907@londo.c47.org>
29952      Branch: perl
29953            ! perl.c
29954 ____________________________________________________________________________
29955 [ 21181] By: jhi                                   on 2003/09/11  08:25:13
29956         Log: The change of not needing -pthread in FreeBSD 5.x
29957              is very recent (Sep 3) (from Anton Berezin).
29958      Branch: perl
29959            ! hints/freebsd.sh
29960 ____________________________________________________________________________
29961 [ 21179] By: jhi                                   on 2003/09/11  06:13:12
29962         Log: Upgrade to Pod::Perldoc 3.10.
29963              (Yes, the doughera address change is wrong, but hardly worth 3.11.)
29964      Branch: perl
29965            ! lib/Pod/Perldoc.pm
29966 ____________________________________________________________________________
29967 [ 21176] By: jhi                                   on 2003/09/11  05:22:27
29968         Log: Upgrade to base 2.02.
29969      Branch: perl
29970            + lib/fields-base.t
29971            ! MANIFEST lib/base.pm lib/fields.t
29972 ____________________________________________________________________________
29973 [ 21174] By: jhi                                   on 2003/09/11  04:45:56
29974         Log: Replace #21158 with a better patch from Hugo
29975              (for [perl #23769]).
29976      Branch: perl
29977            ! regcomp.c regexec.c t/op/pat.t
29978 ____________________________________________________________________________
29979 [ 21173] By: jhi                                   on 2003/09/11  03:08:04
29980         Log: Subject: [PATCH][TESTS] dumpvar.pl
29981              From: Joe McMahon <mcmahon@metalab.unc.edu>
29982              Date: Thu, 11 Sep 2003 00:10:29 -0400 (EDT)
29983              Message-ID: <Pine.LNX.4.44.0309102337150.2043-300000@tribal.metalab.unc.edu>
29984      Branch: perl
29985            ! lib/dumpvar.pl lib/dumpvar.t
29986 ____________________________________________________________________________
29987 [ 21172] By: jhi                                   on 2003/09/11  03:03:52
29988         Log: Enache still wants -pthread gone for FreeBSD 5.x
29989              since it doesn't work with the latest -current.
29990      Branch: perl
29991            ! hints/freebsd.sh
29992 ____________________________________________________________________________
29993 [ 21171] By: jhi                                   on 2003/09/11  02:58:29
29994         Log: Subject: [patch] more fullpath TAGS patches (emacs/cperl-mode.el + emacs/ptags)
29995              From: Stas Bekman <stas@stason.org>
29996              Date: Thu, 28 Aug 2003 16:10:48 -0700
29997              Message-ID: <3F4E8BF8.1090800@stason.org>
29998      Branch: perl
29999            ! emacs/cperl-mode.el emacs/ptags
30000 ____________________________________________________________________________
30001 [ 21170] By: jhi                                   on 2003/09/11  02:56:50
30002         Log: Retract #21149, sez Schwern.
30003      Branch: perl
30004            ! lib/Test/More.pm
30005 ____________________________________________________________________________
30006 [ 21169] By: jhi                                   on 2003/09/11  02:55:49
30007         Log: Retract #21168 based on advice from Anton Berezin (added).
30008      Branch: perl
30009            ! hints/freebsd.sh
30010 ____________________________________________________________________________
30011 [ 21168] By: rgs                                   on 2003/09/10  21:43:40
30012         Log: Subject: nit to hints/freebsd.sh
30013              From: Enache Adrian <enache@rdslink.ro>
30014              Date: Wed, 10 Sep 2003 19:50:59 +0300
30015              Message-ID: <20030910165059.GB1321@ratsnest.hole>
30016      Branch: perl
30017            ! hints/freebsd.sh
30018 ____________________________________________________________________________
30019 [ 21167] By: rgs                                   on 2003/09/10  21:18:59
30020         Log: Subject: Re: [perl #15395] lexical warnings and inheritance
30021              From: Anno Siegel <Siegel@zrz.TU-Berlin.DE>
30022              Date: Sun, 31 Aug 2003 22:08:19 GMT
30023              Message-Id: <200308312208.WAA25312@lublin.zrz.TU-Berlin.DE>
30024
30025              The test has been moved into warnings.pm's test suite. Note
30026              that this patch fixed as well the behaviour of warnings::enabled
30027              regarding lexical scoping and different files; hence the expected
30028              results in a few tests in /t/lib/warnings/9enabled has been
30029              reverted.
30030      Branch: perl
30031            ! lib/warnings.pm t/lib/warnings/9enabled warnings.pl
30032 ____________________________________________________________________________
30033 [ 21166] By: rgs                                   on 2003/09/10  19:36:30
30034         Log: Remove the warning in perlfaq about using map in void context :
30035              From: abigail@abigail.nl (Abigail)
30036              Subject: [PATCH perlfaq6] map in a void context.
30037              Date: Tue, 9 Sep 2003 10:31:58 +0200
30038              Message-ID: <20030909083158.GA24125@abigail.nl>
30039      Branch: perl
30040            ! pod/perlfaq6.pod
30041 ____________________________________________________________________________
30042 [ 21165] By: jhi                                   on 2003/09/10  16:48:52
30043         Log: Subject: [PATCH] AUTHORS
30044              From: enache@rdslink.ro (Enache Adrian)
30045              Date: Tue, 9 Sep 2003 19:34:05 +0300
30046              Message-ID: <20030909163405.GB1398@ratsnest.hole>
30047      Branch: perl
30048            ! AUTHORS
30049 ____________________________________________________________________________
30050 [ 21164] By: jhi                                   on 2003/09/10  15:38:51
30051         Log: Regen perlapi.
30052      Branch: perl
30053            ! pod/perlapi.pod
30054 ____________________________________________________________________________
30055 [ 21163] By: merijn                                on 2003/09/10  15:31:27
30056         Log: Subject: [perl #23778] hints/aix.sh
30057              Date: 10 Sep 2003 16:30:32 -0000
30058              From: "Gary L. Armstrong" (via RT) <perlbug-followup@perl.org>
30059              Message-ID: <rt-23778-64471.11.7773626323738@rt.perl.org>
30060      Branch: perl
30061            ! hints/aix.sh
30062 ____________________________________________________________________________
30063 [ 21162] By: jhi                                   on 2003/09/10  15:21:43
30064         Log: blead version of #21161.
30065      Branch: perl
30066            ! pod/perlvar.pod
30067 ____________________________________________________________________________
30068 [ 21160] By: jhi                                   on 2003/09/10  15:11:59
30069         Log: Subject: Re: Decreasing VMS tests in File::Spec::VMS?
30070              From: PPrymmer@factset.com
30071              Message-ID: <OF103BAFC0.72D92F9B-ON85256D98.00742293-85256D98.0077A3F5@factset.com>
30072              Date: Fri, 5 Sep 2003 17:46:48 -0400
30073      Branch: perl
30074            ! lib/File/Spec/t/Spec.t
30075 ____________________________________________________________________________
30076 [ 21159] By: jhi                                   on 2003/09/10  15:10:06
30077         Log: Subject: [PATCH 5.8.1] Unwanted "redefined" warnings in h2ph
30078              From: Kurt Starsinic <kstar@cpan.org>
30079              Date: Tue, 9 Sep 2003 23:16:00 -0400
30080              Message-ID: <20030910031600.GA30554@verizon.net>
30081
30082              Subject: Re: [PATCH 5.8.1] Unwanted "redefined" warnings in h2ph
30083              From: "Brendan O'Dea" <bod@debian.org>
30084              Date: Wed, 10 Sep 2003 22:03:15 +1000
30085              Message-ID: <20030910120315.GA1372@londo.c47.org>
30086      Branch: perl
30087            ! t/lib/h2ph.pht utils/h2ph.PL
30088 ____________________________________________________________________________
30089 [ 21158] By: jhi                                   on 2003/09/10  09:31:24
30090         Log: Unicode regex broken on simple example
30091              regrepeat() did not work right for UTF-8(ed Latin-1)
30092              in the EXACT case, which made the \x{a0}+ fail.
30093      Branch: perl
30094            ! regexec.c t/op/pat.t
30095 ____________________________________________________________________________
30096 [ 21157] By: jhi                                   on 2003/09/10  08:15:54
30097         Log: Linenumbers for utf8 warnings were wrong, test also rcatline.
30098      Branch: perl
30099            ! pp_hot.c t/io/utf8.t
30100 ____________________________________________________________________________
30101 [ 21156] By: jhi                                   on 2003/09/10  08:05:13
30102         Log: Detypo and explain better.
30103      Branch: perl
30104            ! pod/perldiag.pod
30105 ____________________________________________________________________________
30106 [ 21155] By: jhi                                   on 2003/09/10  08:02:55
30107         Log: If doing rcatline no point rescanning each time
30108              the beginning of the SV for utf8 validity.
30109      Branch: perl
30110            ! pp_hot.c
30111 ____________________________________________________________________________
30112 [ 21154] By: jhi                                   on 2003/09/10  07:16:52
30113         Log: No utf8 warnings without use warnings.
30114      Branch: perl
30115            ! t/io/utf8.t
30116 ____________________________________________________________________________
30117 [ 21153] By: jhi                                   on 2003/09/10  06:57:16
30118         Log: Reading a latin1 file with open(... "<:utf8") will freeze
30119              is no more valid, the script doesn't freeze, but I noticed
30120              that neither does the <FILE> complain about bad UTF-8 as it
30121              should and as it does with :encoding(utf8).
30122      Branch: perl
30123            ! pp_hot.c t/io/utf8.t
30124 ____________________________________________________________________________
30125 [ 21152] By: jhi                                   on 2003/09/10  06:54:02
30126         Log: A new UTF-8 API, Perl_is_utf8_string_loc(), a variant
30127              of Perl_utf8_is_string().
30128      Branch: perl
30129            ! embed.fnc embed.h global.sym proto.h utf8.c
30130 ____________________________________________________________________________
30131 [ 21151] By: jhi                                   on 2003/09/10  06:16:28
30132         Log: Document a PerlIO/Encode warning.
30133      Branch: perl
30134            ! pod/perldiag.pod
30135 ____________________________________________________________________________
30136 [ 21149] By: jhi                                   on 2003/09/09  17:22:42
30137         Log: Subject: Re: maint @ 21116
30138              From: Fergal Daly <fergal@esatclear.ie>
30139              Date: Tue, 9 Sep 2003 18:26:20 +0100
30140              Message-Id: <200309091826.20630.fergal@esatclear.ie>
30141
30142              (added warning)
30143      Branch: perl
30144            ! lib/Test/More.pm
30145 ____________________________________________________________________________
30146 [ 21146] By: jhi                                   on 2003/09/09  15:36:20
30147         Log: Adjust the test count.
30148      Branch: perl
30149            ! lib/Test/Simple/t/is_deeply.t
30150 ____________________________________________________________________________
30151 [ 21144] By: jhi                                   on 2003/09/09  15:03:58
30152         Log: AUTHORS update from Dave Mitchell.
30153      Branch: perl
30154            ! AUTHORS
30155 ____________________________________________________________________________
30156 [ 21143] By: jhi                                   on 2003/09/09  15:02:18
30157         Log: Retract #20548 and #20465.
30158      Branch: perl
30159            ! lib/Test/More.pm lib/Test/Simple/t/More.t
30160            ! lib/Test/Simple/t/is_deeply.t
30161 ____________________________________________________________________________
30162 [ 21141] By: jhi                                   on 2003/09/09  14:27:10
30163         Log: Subject: Re: maint @ 21116
30164              From: Enache Adrian <enache@rdslink.ro>
30165              Date: Tue, 9 Sep 2003 16:59:44 +0300
30166              Message-ID: <20030909135944.GA1666@ratsnest.hole>
30167      Branch: perl
30168            ! makedef.pl
30169 ____________________________________________________________________________
30170 [ 21140] By: jhi                                   on 2003/09/09  14:25:51
30171         Log: Retract #21132.
30172      Branch: perl
30173            ! makedef.pl perl.h
30174 ____________________________________________________________________________
30175 [ 21139] By: jhi                                   on 2003/09/09  11:55:33
30176         Log: Warn more about disclosing the hash seed, from Scott A. Crosby.
30177      Branch: perl
30178            ! lib/Hash/Util.pm pod/perlrun.pod
30179 ____________________________________________________________________________
30180 [ 21137] By: jhi                                   on 2003/09/09  09:50:13
30181         Log: Subject: =encoding in perlpod/perlpodspec
30182              From: sburke@cpan.org (Sean M. Burke)
30183              Date: Sun, 07 Sep 2003 03:08:28 -0800
30184              Message-ID: <5.2.1.1.1.20030907030717.00a6aaa0@mailstore.pobox.com>
30185      Branch: perl
30186            ! pod/perlpod.pod pod/perlpodspec.pod
30187 ____________________________________________________________________________
30188 [ 21136] By: jhi                                   on 2003/09/09  09:46:01
30189         Log: One more chance... Elizabeth's change #21107 plus
30190              Subject: Re: [PATCH] warnings.pl: each thread 10K smaller
30191              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
30192              Date: Tue, 9 Sep 2003 01:44:24 +0200
30193              Message-Id: <20030909014424.7ef5e0cd.rgarciasuarez@free.fr>
30194      Branch: perl
30195            ! lib/warnings.pm toke.c warnings.pl
30196 ____________________________________________________________________________
30197 [ 21135] By: jhi                                   on 2003/09/09  09:35:48
30198         Log: One more test count tweak.
30199      Branch: perl
30200            ! t/op/grep.t
30201 ____________________________________________________________________________
30202 [ 21132] By: jhi                                   on 2003/09/09  07:57:20
30203         Log: Subject: Re: maint @ 21116
30204              From: Steve Hay <steve.hay@uk.radan.com>
30205              Date: Tue, 09 Sep 2003 09:49:07 +0100
30206              Message-ID: <3F5D9403.3040004@uk.radan.com>
30207      Branch: perl
30208            ! makedef.pl perl.h
30209 ____________________________________________________________________________
30210 [ 21131] By: jhi                                   on 2003/09/09  07:54:52
30211         Log: Subject: Re: [PATCH] honoring void context for map(), return from sub end test
30212              From: david nicol <whatever@davidnicol.com>
30213              Date: 08 Sep 2003 23:39:32 -0500
30214              Message-Id: <1063082372.1375.126.camel@plaza.davidnicol.com>
30215
30216              (a testcase)
30217      Branch: perl
30218            ! t/op/grep.t
30219 ____________________________________________________________________________
30220 [ 21128] By: jhi                                   on 2003/09/09  07:08:15
30221         Log: Ooops, perlio into scalars was already history for this test...
30222      Branch: perl
30223            ! lib/dumpvar.t
30224 ____________________________________________________________________________
30225 [ 21127] By: jhi                                   on 2003/09/09  07:06:26
30226         Log: Cannot do perlio into scalars without perlio.
30227      Branch: perl
30228            ! lib/dumpvar.t
30229 ____________________________________________________________________________
30230 [ 21126] By: jhi                                   on 2003/09/09  07:04:53
30231         Log: I claim that the debugger is untestable until proven otherwise.
30232      Branch: perl
30233            - lib/perl5db/de0.t
30234            ! MANIFEST
30235 ____________________________________________________________________________
30236 [ 21124] By: jhi                                   on 2003/09/09  06:59:52
30237         Log: In trying to save space, the warnings.pl change (#21107)
30238              pulled in attributes.pm... and the change didn't seem to
30239              be that well tested with different configurations.
30240              Retract #21119, #21117, #21107.
30241      Branch: perl
30242            ! ext/B/t/stash.t lib/warnings.pm warnings.pl
30243 ____________________________________________________________________________
30244 [ 21122] By: jhi                                   on 2003/09/09  06:28:31
30245         Log: Really do #21121.
30246      Branch: perl
30247            ! MANIFEST
30248 ____________________________________________________________________________
30249 [ 21121] By: jhi                                   on 2003/09/09  05:56:52
30250         Log: There's no particular reason to have the dumpvar.t
30251              in lib/perl5db/.
30252      Branch: perl
30253            + lib/dumpvar.t
30254            - lib/perl5db/dumpvar.t
30255            ! MANIFEST
30256 ____________________________________________________________________________
30257 [ 21119] By: jhi                                   on 2003/09/09  05:46:02
30258         Log: strict stash seems to have gone, too.
30259      Branch: perl
30260            ! ext/B/t/stash.t
30261 ____________________________________________________________________________
30262 [ 21117] By: rgs                                   on 2003/09/08  22:26:36
30263         Log: Loading warnings.pm now loads attributes.pm that loads strict.pm.
30264              (due to #21107 apparently.) Adjust this test accordingly.
30265      Branch: perl
30266            ! ext/B/t/stash.t
30267 ____________________________________________________________________________
30268 [ 21113] By: jhi                                   on 2003/09/08  21:10:53
30269         Log: Subject: [PATCH] silence 1 compiler warning
30270              From: Nicholas Clark <nick@ccl4.org>
30271              Date: Mon, 8 Sep 2003 23:04:45 +0100
30272              Message-ID: <20030908230445.E30881@plum.flirble.org>
30273      Branch: perl
30274            ! universal.c
30275 ____________________________________________________________________________
30276 [ 21112] By: jhi                                   on 2003/09/08  21:09:34
30277         Log: Retract #21096, mostly: I had misexplained the situation
30278              to Scott A. Crosby.  Seeing the seed value while not good
30279              for the ultimate paranoia viewpoint is not that bad, as long
30280              as the users are fully aware of the dangers of disclosing
30281              the hash seed.     So hash_seed() is okay.
30282
30283              Being able to see the hash values (as in Java) would
30284              be another option, but dubious: it's not that per-key
30285              hash values themselves are bad to allow scripts to see,
30286              but rather that hash values are just as sensitive (from
30287              the DoSing viewpoint) as the hash seed itself (and there
30288              usually more hash values than the one hash seed....)
30289      Branch: perl
30290            ! lib/Hash/Util.pm lib/Hash/Util.t pod/perlrun.pod universal.c
30291 ____________________________________________________________________________
30292 [ 21110] By: jhi                                   on 2003/09/08  20:59:04
30293         Log: Urk.  unique, not shared.
30294      Branch: perl
30295            ! configpm
30296 ____________________________________________________________________________
30297 [ 21109] By: jhi                                   on 2003/09/08  20:57:25
30298         Log: Subject: [PATCH] configpm: about 1.5K less per thread
30299              From: Elizabeth Mattijsen <liz@dijkmat.nl>
30300              Date: Mon, 8 Sep 2003 23:58:34 +0200
30301              Message-Id: <p05111b21bb829c68b496@[192.168.56.4]>
30302      Branch: perl
30303            ! configpm
30304 ____________________________________________________________________________
30305 [ 21107] By: jhi                                   on 2003/09/08  20:45:38
30306         Log: Subject: [PATCH] warnings.pl: each thread 10K smaller
30307              From: Elizabeth Mattijsen <liz@dijkmat.nl>
30308              Date: Mon, 8 Sep 2003 22:22:38 +0200
30309              Message-Id: <p05111b16bb827ce551da@[192.168.56.4]>
30310      Branch: perl
30311            ! lib/warnings.pm warnings.pl
30312 ____________________________________________________________________________
30313 [ 21106] By: rgs                                   on 2003/09/08  20:45:03
30314         Log: A version of change #21073 that works.
30315      Branch: perl
30316            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
30317 ____________________________________________________________________________
30318 [ 21105] By: jhi                                   on 2003/09/08  20:44:22
30319         Log: Regen perlapi.
30320      Branch: perl
30321            ! pod/perlapi.pod
30322 ____________________________________________________________________________
30323 [ 21103] By: jhi                                   on 2003/09/08  20:18:56
30324         Log: Radu Greab is my hero (the recent cygwin getpw*->pw_comment
30325              being a bad pointer is apparently a known cygwin bug).     The
30326              cure is to initialize the field.
30327      Branch: perl
30328            ! pp_sys.c
30329 ____________________________________________________________________________
30330 [ 21100] By: jhi                                   on 2003/09/08  19:38:39
30331         Log: Bad export.
30332      Branch: perl
30333            ! lib/Hash/Util.t
30334 ____________________________________________________________________________
30335 [ 21098] By: jhi                                   on 2003/09/08  19:06:09
30336         Log: The IPC::Open3 is just too unreliable for this task.
30337      Branch: perl
30338            ! lib/perl5db/de0.t
30339 ____________________________________________________________________________
30340 [ 21097] By: jhi                                   on 2003/09/08  18:42:43
30341         Log: Try to make the de0.t test more robust.
30342              The test is so flakey (too many external things influencing
30343              the result) that I'm likely to leave it out from the maint.
30344      Branch: perl
30345            ! lib/perl5db/de0.t
30346 ____________________________________________________________________________
30347 [ 21096] By: jhi                                   on 2003/09/08  17:58:19
30348         Log: Scott A. Crosby believes in not disclosing
30349              any more information than necessary: therefore
30350              instead of hash_seed() we have now hashes_random().
30351      Branch: perl
30352            ! lib/Hash/Util.pm lib/Hash/Util.t pod/perlrun.pod universal.c
30353 ____________________________________________________________________________
30354 [ 21095] By: jhi                                   on 2003/09/08  17:36:50
30355         Log: Mac OS X "last resort" recipe.
30356      Branch: perl
30357            ! README.macosx
30358 ____________________________________________________________________________
30359 [ 21094] By: jhi                                   on 2003/09/08  16:50:55
30360         Log: Subject: [patch] AUTHORS
30361              From: Juerd <juerd@cpan.org>
30362              Date: Mon, 8 Sep 2003 08:42:13 +0200
30363              Message-ID: <20030908064213.GC23461@c3.convolution.nl>
30364      Branch: perl
30365            ! AUTHORS
30366 ____________________________________________________________________________
30367 [ 21093] By: jhi                                   on 2003/09/08  15:47:14
30368         Log: Slightly more intelligent paranoia.
30369      Branch: perl
30370            ! pod/perldiag.pod util.c
30371 ____________________________________________________________________________
30372 [ 21090] By: jhi                                   on 2003/09/08  14:07:03
30373         Log: Win32 is playing to hard to get but I do not have
30374              time to chase it, so restore #21072, more or less.
30375              I think testing the debugger in UNIX-like places
30376              is enough, no need to go into painful contortions
30377              trying to "portably" run interactive programs like
30378              the debugger.
30379      Branch: perl
30380            ! lib/perl5db/de0.t
30381 ____________________________________________________________________________
30382 [ 21088] By: jhi                                   on 2003/09/08  12:50:15
30383         Log: 5.8.1 was mistakenly redefining PL_sv_placeholder.
30384      Branch: perl
30385            ! ext/Storable/Storable.xs
30386 ____________________________________________________________________________
30387 [ 21087] By: jhi                                   on 2003/09/08  12:34:37
30388         Log: Add Hash::Util::hash_seed() which answers among
30389              other things the question whether our hashes are
30390              "randomised".  (They always were...)
30391      Branch: perl
30392            ! lib/Hash/Util.pm lib/Hash/Util.t pod/perlrun.pod universal.c
30393 ____________________________________________________________________________
30394 [ 21086] By: jhi                                   on 2003/09/08  12:22:03
30395         Log: XSRETURN_UV was missing.
30396      Branch: perl
30397            ! XSUB.h
30398 ____________________________________________________________________________
30399 [ 21085] By: jhi                                   on 2003/09/08  12:15:23
30400         Log: Superparanoia.
30401      Branch: perl
30402            ! util.c
30403 ____________________________________________________________________________
30404 [ 21084] By: ams                                   on 2003/09/08  11:44:25
30405         Log: Clean up pp_readdir() somewhat.
30406      Branch: perl
30407            ! pp_sys.c
30408 ____________________________________________________________________________
30409 [ 21082] By: jhi                                   on 2003/09/08  11:32:46
30410         Log: The #21073 broke ext/B/t/o.t, retracting the #21073.
30411      Branch: perl
30412            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
30413 ____________________________________________________________________________
30414 [ 21080] By: jhi                                   on 2003/09/08  09:52:40
30415         Log: In Win32 IPC::Open3 + IO::Select does not work that well
30416              so mostly undo the change #21072 and revert back to using
30417              a temp file.
30418      Branch: perl
30419            ! lib/perl5db/de0.t
30420 ____________________________________________________________________________
30421 [ 21078] By: jhi                                   on 2003/09/08  09:10:47
30422         Log: In Win32 the cmd.exe console output doesn't seem to
30423              be catchable using the in-memory I/O + select trick,
30424              so use tie-STDOUT trick instead.
30425      Branch: perl
30426            ! lib/perl5db/dumpvar.t
30427 ____________________________________________________________________________
30428 [ 21077] By: jhi                                   on 2003/09/08  09:03:13
30429         Log: Move Config test.
30430      Branch: perl
30431            ! lib/perl5db/de0.t
30432 ____________________________________________________________________________
30433 [ 21076] By: jhi                                   on 2003/09/08  08:50:27
30434         Log: Let's require fork for this test.
30435      Branch: perl
30436            ! lib/perl5db/de0.t
30437 ____________________________________________________________________________
30438 [ 21074] By: jhi                                   on 2003/09/08  08:09:27
30439         Log: Subject: [PATCH] call_(pv|etc.) for Devel::PPPort
30440              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
30441              Date: Mon, 08 Sep 2003 08:56:09 +0200
30442              Message-id: <20030908065609.GA1260@ethan>
30443      Branch: perl
30444            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
30445            ! ext/Devel/PPPort/t/test.t
30446 ____________________________________________________________________________
30447 [ 21073] By: jhi                                   on 2003/09/08  08:07:55
30448         Log: Subject: Re: one nit to fix [PATCH]
30449              From: Rafael Garcia-Suarez <raphel.garcia-suarez@hexaflux.com>
30450              Date: Mon, 8 Sep 2003 10:19:08 +0200
30451              Message-Id: <20030908101908.5571326d.rgarcia@hexaflux.com>
30452      Branch: perl
30453            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
30454 ____________________________________________________________________________
30455 [ 21072] By: jhi                                   on 2003/09/08  08:04:53
30456         Log: Subject: Re: [PATCH] Test skeleton for debugger commands
30457              From: Andreas J Koenig <andreas.koenig@anima.de>
30458              Date: Mon, 08 Sep 2003 10:48:27 +0200
30459              Message-ID: <87llszis2s.fsf@franz.ak.mind.de>
30460      Branch: perl
30461            ! lib/perl5db/de0.t
30462 ____________________________________________________________________________
30463 [ 21071] By: jhi                                   on 2003/09/08  06:46:00
30464         Log: de0.t: use Test::More, add some tests.
30465      Branch: perl
30466            ! lib/perl5db/de0.t
30467 ____________________________________________________________________________
30468 [ 21070] By: jhi                                   on 2003/09/08  06:31:39
30469         Log: More dumpvar testing.
30470      Branch: perl
30471            ! lib/perl5db/dumpvar.t
30472 ____________________________________________________________________________
30473 [ 21069] By: jhi                                   on 2003/09/08  05:34:03
30474         Log: An empty test.
30475      Branch: perl
30476            ! lib/perl5db/dumpvar.t
30477 ____________________________________________________________________________
30478 [ 21068] By: jhi                                   on 2003/09/08  05:21:21
30479         Log: dumpvar.t: use Test::More;
30480      Branch: perl
30481            ! lib/perl5db/dumpvar.t
30482 ____________________________________________________________________________
30483 [ 21067] By: jhi                                   on 2003/09/08  05:11:46
30484         Log: Cleanup PerlIO::scalar documentation a bit.
30485      Branch: perl
30486            ! ext/PerlIO/scalar/scalar.pm
30487 ____________________________________________________________________________
30488 [ 21066] By: jhi                                   on 2003/09/08  04:49:28
30489         Log: The in-memory files require PerlIO::scalar.
30490      Branch: perl
30491            ! lib/perl5db/dumpvar.t
30492 ____________________________________________________________________________
30493 [ 21065] By: rgs                                   on 2003/09/07  21:17:23
30494         Log: Subject: [PATCH] Test skeleton for debugger commands
30495              From: Andreas J Koenig <andreas.koenig@anima.de>
30496              Date: Sun, 07 Sep 2003 18:51:56 +0200
30497              Message-ID: <87fzj8k0cz.fsf@franz.ak.mind.de>
30498              With minor adjustments
30499      Branch: perl
30500            + lib/perl5db/de0.t lib/perl5db/dumpvar.t
30501            ! MANIFEST
30502 ____________________________________________________________________________
30503 [ 21064] By: rgs                                   on 2003/09/07  19:12:05
30504         Log: Upgrade to Unicode::Collate 0.28
30505      Branch: perl
30506            + lib/Unicode/Collate/t/contract.t
30507            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
30508            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
30509 ____________________________________________________________________________
30510 [ 21063] By: rgs                                   on 2003/09/07  18:25:23
30511         Log: Subject: [PATCH] Re: [perl #23656] Safe reval bleeds local variable values
30512              From: Dave Mitchell <davem@fdgroup.com>
30513              Date: Sun, 7 Sep 2003 19:14:44 +0100
30514              Message-ID: <20030907181444.GA7058@fdgroup.com>
30515      Branch: perl
30516            ! ext/Opcode/Safe.pm
30517 ____________________________________________________________________________
30518 [ 21062] By: rgs                                   on 2003/09/07  12:44:33
30519         Log: Subject: [PATCH] honoring void context for map()
30520              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
30521              Date: Thu, 04 Sep 2003 11:13:41 +0200
30522              Message-id: <20030904091341.GA30655@ethan>
30523      Branch: perl
30524            ! pp_ctl.c
30525 ____________________________________________________________________________
30526 [ 21061] By: jhi                                   on 2003/09/07  07:04:53
30527         Log: Retract #21010.
30528      Branch: perl
30529            ! lib/dumpvar.pl
30530 ____________________________________________________________________________
30531 [ 21060] By: rgs                                   on 2003/09/06  21:30:10
30532         Log: Minor doc style nits in XSLoader.
30533      Branch: perl
30534            ! ext/DynaLoader/XSLoader_pm.PL
30535 ____________________________________________________________________________
30536 [ 21058] By: jhi                                   on 2003/09/06  19:57:46
30537         Log: Vanity patch.
30538      Branch: perl
30539            ! AUTHORS
30540 ____________________________________________________________________________
30541 [ 21057] By: jhi                                   on 2003/09/06  19:56:53
30542         Log: Updated Sharp Zaurus cross-compilation from Redvers Davies.
30543      Branch: perl
30544            ! Cross/Makefile Cross/Makefile.SH.patch Cross/README Cross/TODO
30545            ! Cross/config.sh-arm-linux Cross/generate_config_sh
30546            ! Cross/installperl.patch
30547 ____________________________________________________________________________
30548 [ 21056] By: rgs                                   on 2003/09/06  19:03:41
30549         Log: Email nits in Fatal.pm [perl #23724].
30550      Branch: perl
30551            ! lib/Fatal.pm
30552 ____________________________________________________________________________
30553 [ 21052] By: jhi                                   on 2003/09/05  20:34:15
30554         Log: Musty corners of Syslog.pm.
30555      Branch: perl
30556            ! ext/Sys/Syslog/Syslog.pm
30557 ____________________________________________________________________________
30558 [ 21051] By: ams                                   on 2003/09/05  18:43:46
30559         Log: 1. Work around the bug fixed by #20587 (because it's in 5.8.0).
30560              2. Compensate for PL_sv_placeholder <= 5.8.1.
30561              3. Clean up non-backwards-compatible tests.
30562              4. Prepare for the 2.08 CPAN release.
30563      Branch: perl
30564            ! ext/Storable/ChangeLog ext/Storable/Storable.xs
30565            ! ext/Storable/t/freeze.t ext/Storable/t/malice.t
30566            ! ext/Storable/t/utf8hash.t
30567 ____________________________________________________________________________
30568 [ 21048] By: jhi                                   on 2003/09/05  13:53:23
30569         Log: One more known tie problem.
30570      Branch: perl
30571            ! pod/perltie.pod
30572 ____________________________________________________________________________
30573 [ 21047] By: jhi                                   on 2003/09/05  13:46:35
30574         Log: Subject: [PATCH] threads/shared.pm: saves 4K per thread
30575              Date: Fri, 5 Sep 2003 14:46:00 +0200
30576              Message-Id: <p05111b05bb7e177db044@[192.168.56.4]>
30577              From: Elizabeth Mattijsen <liz@dijkmat.nl>
30578      Branch: perl
30579            ! ext/threads/shared/shared.pm
30580 ____________________________________________________________________________
30581 [ 21046] By: jhi                                   on 2003/09/05  13:44:30
30582         Log: Subject: versions threads modules
30583              From: Elizabeth Mattijsen <liz@dijkmat.nl>
30584              Date: Fri, 5 Sep 2003 12:22:52 +0200
30585              Message-Id: <p05111b03bb7e1423e6ff@[192.168.56.4]>
30586      Branch: perl
30587            ! ext/threads/shared/shared.pm
30588 ____________________________________________________________________________
30589 [ 21045] By: jhi                                   on 2003/09/05  13:43:36
30590         Log: More suidperl path disclosure plugging:
30591              the #9813 didn't do enough.  See either of
30592              http://rt.perl.org/rt2/Ticket/Display.html?id=6511
30593              http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=203426
30594      Branch: perl
30595            ! perl.c pod/perldiag.pod
30596 ____________________________________________________________________________
30597 [ 21044] By: jhi                                   on 2003/09/05  13:09:54
30598         Log: FreeBSD hints updates from Anton Berezin.
30599      Branch: perl
30600            ! hints/freebsd.sh
30601 ____________________________________________________________________________
30602 [ 21043] By: merijn                                on 2003/09/05  11:18:20
30603         Log: Changed conflicting diff options
30604      Branch: perl
30605            ! patchlevel.h
30606 ____________________________________________________________________________
30607 [ 21042] By: jhi                                   on 2003/09/05  06:47:43
30608         Log: Acknowledge some known tie bugs.
30609      Branch: perl
30610            ! pod/perltie.pod
30611 ____________________________________________________________________________
30612 [ 21041] By: merijn                                on 2003/09/05  04:50:44
30613         Log: Subject: [PATCH] Remove dublicated entry in AUTHORS
30614              From: Ilya Martynov <ilya@martynov.org>
30615              Date: Fri, 05 Sep 2003 00:49:57 +0400
30616              Message-ID: <8765k8uvm2.fsf@abra.ru>
30617      Branch: perl
30618            ! AUTHORS
30619 ____________________________________________________________________________
30620 [ 21040] By: jhi                                   on 2003/09/05  04:36:48
30621         Log: code example error in "perlopentut"
30622      Branch: perl
30623            ! pod/perlopentut.pod
30624 ____________________________________________________________________________
30625 [ 21039] By: jhi                                   on 2003/09/05  04:13:17
30626         Log: Another seemingly fixed (un)tie bug,
30627              [perl ##22297] cannot untie scalar from within tied FETCH
30628      Branch: perl
30629            ! t/op/tie.t
30630 ____________________________________________________________________________
30631 [ 21036] By: jhi                                   on 2003/09/04  19:34:26
30632         Log: Subject: Re: [PATCH] Data::Dumper 2.121
30633              From: Ilya Martynov <ilya@martynov.org>
30634              Date: Fri, 05 Sep 2003 00:33:46 +0400
30635              Message-ID: <87ad9kuwd1.fsf@abra.ru>
30636      Branch: perl
30637            ! ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
30638            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
30639            ! ext/Data/Dumper/t/overload.t ext/Data/Dumper/t/pair.t
30640 ____________________________________________________________________________
30641 [ 21033] By: jhi                                   on 2003/09/04  18:52:29
30642         Log: I think once is enough.
30643      Branch: perl
30644            ! configure.gnu
30645 ____________________________________________________________________________
30646 [ 21032] By: jhi                                   on 2003/09/04  17:30:28
30647         Log: Subject: [PATCH] Re: [PATCH] Re: ByteLoader and MSWin32
30648              From: Enache Adrian <enache@rdslink.ro>
30649              Date: Thu, 4 Sep 2003 20:09:06 +0300
30650              Message-ID: <20030904170906.GA1235@ratsnest.hole>
30651      Branch: perl
30652            ! bytecode.pl ext/B/B/Bytecode.pm ext/ByteLoader/bytecode.h
30653            ! ext/ByteLoader/byterun.c
30654 ____________________________________________________________________________
30655 [ 21031] By: jhi                                   on 2003/09/04  17:27:58
30656         Log: Subject: [PATCH] perlreftut: change distribution conditions
30657              From: "Brendan O'Dea" <bod@debian.org>
30658              Date: Thu, 4 Sep 2003 02:28:49 +1000
30659              Message-ID: <20030903162849.GA9675@londo.c47.org>
30660      Branch: perl
30661            ! pod/perlreftut.pod
30662 ____________________________________________________________________________
30663 [ 21030] By: jhi                                   on 2003/09/04  17:26:48
30664         Log: Subject: Re: "vendor" patch pickup
30665              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
30666              Date: Thu, 4 Sep 2003 19:47:55 +0200
30667              Message-ID: <009b01c3730c$ac45e750$0c2f1fac@R2D2>
30668
30669              (Gentoo: take Marcus' version of the __THROW patch and
30670              even further #ifdef-protect it with __GLIBC__.)
30671      Branch: perl
30672            ! perl.h
30673 ____________________________________________________________________________
30674 [ 21029] By: jhi                                   on 2003/09/04  16:01:26
30675         Log: Tiny perlcc tweaks.
30676      Branch: perl
30677            ! utils/perlcc.PL
30678 ____________________________________________________________________________
30679 [ 21028] By: jhi                                   on 2003/09/04  15:10:48
30680         Log: A SuSE patchlet for perlcc -c to avoid
30681              "Modification of a read-only value attempted at ... C.pm"
30682      Branch: perl
30683            ! ext/B/B/C.pm
30684 ____________________________________________________________________________
30685 [ 21027] By: jhi                                   on 2003/09/04  08:54:40
30686         Log: AUTHORS updates.
30687      Branch: perl
30688            ! AUTHORS
30689 ____________________________________________________________________________
30690 [ 21025] By: jhi                                   on 2003/09/03  20:27:56
30691         Log: Upgrade to Math::BigInt pre-rel 1.66 as of
30692              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2003-09/msg00242.html
30693              (the tar.gz link doesn't have 'v1.66', it has '1.66')
30694              so that the smoke builds can start chewing it.
30695      Branch: perl
30696            ! lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm
30697            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bare_mbi.t
30698            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
30699            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
30700            ! lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/sub_mbf.t
30701            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/with_sub.t
30702 ____________________________________________________________________________
30703 [ 21022] By: jhi                                   on 2003/09/03  16:42:24
30704         Log: Subject: [PATCH Porting/valgrindpp.pl] fix: output from different pids
30705              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
30706              Date: Wed, 3 Sep 2003 19:20:20 +0200
30707              Message-ID: <005901c3723f$a7914f10$0c2f1fac@R2D2>
30708      Branch: perl
30709            ! Porting/valgrindpp.pl
30710 ____________________________________________________________________________
30711 [ 21019] By: jhi                                   on 2003/09/03  15:51:35
30712         Log: Also indicate the Unicode level here.
30713              (The last date is non-committal :-)
30714      Branch: perl
30715            ! pod/perlunicode.pod
30716 ____________________________________________________________________________
30717 [ 21018] By: jhi                                   on 2003/09/03  12:08:23
30718         Log: Avoid lvalue casts, from Enache.
30719      Branch: perl
30720            ! ext/ByteLoader/bytecode.h op.h
30721 ____________________________________________________________________________
30722 [ 21017] By: jhi                                   on 2003/09/03  08:23:39
30723         Log: Bump up the VERSION.
30724      Branch: perl
30725            ! lib/bytes.pm
30726 ____________________________________________________________________________
30727 [ 21016] By: jhi                                   on 2003/09/03  08:22:48
30728         Log: Add, document, and test bytes::substr, index, rindex, chr,
30729              document bytes::ord.
30730      Branch: perl
30731            ! lib/bytes.pm lib/bytes.t lib/bytes_heavy.pl
30732 ____________________________________________________________________________
30733 [ 21014] By: jhi                                   on 2003/09/03  06:16:24
30734         Log: Subject: [PATCH] Re: maint@20974 or before broke mp2 ithreads test
30735              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
30736              Date: Wed, 3 Sep 2003 08:57:25 +0200 (MEST)
30737              Message-ID: <29644.1062572245@www50.gmx.net>
30738
30739              The other half of #20930 should be still good.
30740      Branch: perl
30741            ! op.c
30742 ____________________________________________________________________________
30743 [ 21013] By: jhi                                   on 2003/09/03  06:15:09
30744         Log: use IO; is deprecated.
30745      Branch: perl
30746            ! ext/threads/t/join.t
30747 ____________________________________________________________________________
30748 [ 21012] By: jhi                                   on 2003/09/03  05:28:50
30749         Log: Upgrade to base 2.01 from CPAN.
30750      Branch: perl
30751            ! lib/base.pm lib/fields.pm
30752 ____________________________________________________________________________
30753 [ 21011] By: jhi                                   on 2003/09/03  05:08:29
30754         Log: Changing the test count is a good idea.
30755      Branch: perl
30756            ! ext/threads/t/join.t
30757 ____________________________________________________________________________
30758 [ 21010] By: jhi                                   on 2003/09/03  04:59:38
30759         Log: Subject: {PATCH 5.8.1] Re: [perl #23651] Debugger dump failed for blessed REF object
30760              From: Joe McMahon <mcmahon@ibiblio.org>
30761              Date: Tue, 2 Sep 2003 18:02:14 -0400
30762              Message-Id: <1C49133C-DD91-11D7-8450-000393BCA0FC@ibiblio.org>
30763      Branch: perl
30764            ! lib/dumpvar.pl
30765 ____________________________________________________________________________
30766 [ 21009] By: jhi                                   on 2003/09/03  04:48:40
30767         Log: Subject: Re: maint@20974 or before broke mp2 ithreads test
30768              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
30769              Date: Wed, 3 Sep 2003 06:07:54 +0200
30770              Message-ID: <044101c371d0$f39b3fc0$0c2f1fac@R2D2>
30771      Branch: perl
30772            ! ext/threads/t/join.t
30773 ____________________________________________________________________________
30774 [ 21008] By: jhi                                   on 2003/09/03  04:31:35
30775         Log: VMS does not have quite UNIX glob semantics.
30776      Branch: perl
30777            ! t/run/fresh_perl.t
30778 ____________________________________________________________________________
30779 [ 21007] By: rgs                                   on 2003/09/02  21:21:27
30780         Log: Subject: some method calls not autoloaded
30781              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
30782              Date: Tue, 2 Sep 2003 15:06:29 -0700
30783              Message-ID: <20030902220629.GA2952@efn.org>
30784      Branch: perl
30785            ! pod/perlfunc.pod pod/perlsub.pod
30786 ____________________________________________________________________________
30787 [ 21003] By: jhi                                   on 2003/09/02  19:01:07
30788         Log: An untie test from perlmonks-- worked in 5.6.1,
30789              broken in 5.8.0, seems to be working again in maint,
30790              better nail it down now.
30791      Branch: perl
30792            ! t/op/tie.t
30793 ____________________________________________________________________________
30794 [ 21000] By: jhi                                   on 2003/09/02  15:35:40
30795         Log: Retract #20930 because of
30796              Subject: maint@20974 or before broke mp2 ithreads test
30797              From: Stas Bekman <stas@stason.org>
30798              Date: Mon, 01 Sep 2003 23:31:11 -0700
30799              Message-ID: <3F54392F.7080009@stason.org>
30800      Branch: perl
30801            ! op.c
30802 ____________________________________________________________________________
30803 [ 20999] By: jhi                                   on 2003/09/02  15:34:14
30804         Log: Subject: [DOCPATCH] Re: [perl #23630] problem with "used only once" warning
30805              From: Fergal Daly <fergal@esatclear.ie>
30806              Date: Tue, 2 Sep 2003 17:36:52 +0100
30807              Message-Id: <200309021736.52725.fergal@esatclear.ie>
30808      Branch: perl
30809            ! pod/perldiag.pod
30810 ____________________________________________________________________________
30811 [ 20998] By: jhi                                   on 2003/09/02  15:02:47
30812         Log: Subject: [perl #23672] Math::BigInit POD
30813              From: "abigail@abigail.nl (via RT)" <perlbug-followup@perl.org>
30814              Date: 1 Sep 2003 08:47:39 -0000
30815              Message-ID: <rt-23672-64035.19.2973991993763@rt.perl.org>
30816      Branch: perl
30817            ! lib/Math/BigInt.pm
30818 ____________________________________________________________________________
30819 [ 20997] By: jhi                                   on 2003/09/02  14:58:21
30820         Log: Subject: [PATCH perlfaq6.pod] Explain \Q better
30821              From: Mark Jason Dominus <mjd@plover.com>
30822              Date: Mon, 01 Sep 2003 16:19:20 -0400
30823              Message-ID: <20030901201920.3929.qmail@plover.com>
30824      Branch: perl
30825            ! pod/perlfaq6.pod
30826 ____________________________________________________________________________
30827 [ 20996] By: jhi                                   on 2003/09/02  14:56:29
30828         Log: Subject: [PATCH] grok_(number|numeric_radix) added to Devel::PPPort
30829              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
30830              Date: Tue, 02 Sep 2003 11:27:19 +0200
30831              Message-id: <20030902092719.GA18075@ethan>
30832      Branch: perl
30833            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
30834            ! ext/Devel/PPPort/t/test.t
30835 ____________________________________________________________________________
30836 [ 20993] By: jhi                                   on 2003/09/02  14:40:54
30837         Log: Subject: [PATCH] Re: ByteLoader and MSWin32
30838              From: Enache Adrian <enache@rdslink.ro>
30839              Date: Tue, 2 Sep 2003 03:45:11 +0300
30840              Message-ID: <20030902004511.GA1442@ratsnest.hole>
30841      Branch: perl
30842            ! embed.fnc embed.h ext/ByteLoader/bytecode.h global.sym op.c
30843            ! op.h proto.h t/TEST
30844 ____________________________________________________________________________
30845 [ 20990] By: jhi                                   on 2003/09/02  04:29:45
30846         Log: Upgrade to Unicode::Collate 0.27.
30847      Branch: perl
30848            + lib/Unicode/Collate/t/hangul.t
30849            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
30850            ! lib/Unicode/Collate/README
30851 ____________________________________________________________________________
30852 [ 20989] By: jhi                                   on 2003/09/02  04:23:20
30853         Log: Subject: [PATCH Porting/valgrindpp.pl] more options for valgrindpp.pl
30854              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
30855              Date: Mon, 1 Sep 2003 22:28:58 +0200
30856              Message-ID: <007701c370c7$acb85430$0c2f1fac@R2D2>
30857      Branch: perl
30858            ! Porting/valgrindpp.pl
30859 ____________________________________________________________________________
30860 [ 20983] By: jhi                                   on 2003/09/01  14:14:49
30861         Log: From Craig Berry, following the example of the other podxxx.PL
30862              in relying on basename($0, '.PL') to Do The Right Thing with
30863              regard to the case of the extension, which could be either
30864              .pl or .PL on VMS depending on version-specific features.
30865      Branch: perl
30866            ! pod/pod2usage.PL pod/podselect.PL
30867 ____________________________________________________________________________
30868 [ 20982] By: jhi                                   on 2003/09/01  13:01:49
30869         Log: Configure -r in AIX bad.
30870      Branch: perl
30871            ! README.aix
30872 ____________________________________________________________________________
30873 [ 20981] By: jhi                                   on 2003/09/01  11:28:35
30874         Log: Subject: [DOC PATCH] perlfaq4.pod
30875              Date: Mon, 1 Sep 2003 12:38:50 +0200
30876              From: Elizabeth Mattijsen <liz@dijkmat.nl>
30877              Message-Id: <p05111b19bb78d1d7aa70@[192.168.56.4]>
30878      Branch: perl
30879            ! pod/perlfaq4.pod
30880 ____________________________________________________________________________
30881 [ 20980] By: jhi                                   on 2003/09/01  08:49:02
30882         Log: Subject: glob() bug
30883              From: Gurusamy Sarathy <gsar@ActiveState.com>
30884              Date: Mon, 01 Sep 2003 02:25:41 -0700
30885              Message-Id: <200309010925.h819Pf0X011457@smtp3.ActiveState.com>
30886      Branch: perl
30887            ! op.c t/run/fresh_perl.t
30888 ____________________________________________________________________________
30889 [ 20979] By: jhi                                   on 2003/09/01  06:32:01
30890         Log: Ultrix VAX is like VMS VAX in floating point.
30891      Branch: perl
30892            ! t/op/sprintf.t
30893 ____________________________________________________________________________
30894 [ 20978] By: jhi                                   on 2003/09/01  05:44:25
30895         Log: Subject: [PATCH@20959] some WinCE compilers require a little correction
30896              From: Vadim Konovalov <vkonovalov@peterstar.ru>
30897              Date: Mon, 1 Sep 2003 02:57:33 +0400
30898              Message-ID: <1091134912500.20030901025733@peterstar.ru>
30899      Branch: perl
30900            ! wince/Makefile.ce wince/wince.c
30901 ____________________________________________________________________________
30902 [ 20973] By: jhi                                   on 2003/08/31  15:34:43
30903         Log: Add test for -i.
30904      Branch: perl
30905            ! MANIFEST t/run/switches.t
30906 ____________________________________________________________________________
30907 [ 20972] By: jhi                                   on 2003/08/31  15:12:10
30908         Log: Add tests for -h and (unknown) -z.
30909      Branch: perl
30910            ! MANIFEST t/run/switches.t
30911 ____________________________________________________________________________
30912 [ 20971] By: jhi                                   on 2003/08/31  15:03:42
30913         Log: Add test for -v.
30914      Branch: perl
30915            ! MANIFEST t/run/switches.t
30916 ____________________________________________________________________________
30917 [ 20970] By: jhi                                   on 2003/08/31  14:55:54
30918         Log: List the switches tested in switches.t.
30919      Branch: perl
30920            ! t/run/switches.t
30921 ____________________________________________________________________________
30922 [ 20969] By: jhi                                   on 2003/08/31  14:51:19
30923         Log: Subject: [PATCH: perl@20898] have installperl install perl_setup.com and dbga2p.exe for VMS
30924              From: PPrymmer@factset.com
30925              Message-ID: <OF0394CB1E.C7646793-ON85256D93.004D75D4-85256D93.004E01F2@factset.com>
30926              Date: Sun, 31 Aug 2003 10:11:54 -0400
30927      Branch: perl
30928            ! installperl
30929 ____________________________________________________________________________
30930 [ 20968] By: jhi                                   on 2003/08/31  13:24:10
30931         Log: Subject: [PATCH sv.c] Re: [PATCH] add "$lexical not available" warning in C<for my $lex ()>
30932              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
30933              Date: Sun, 31 Aug 2003 15:21:17 +0200
30934              Message-ID: <038401c36fc2$d01b1440$9b00a8c0@R2D2>
30935      Branch: perl
30936            ! sv.c
30937 ____________________________________________________________________________
30938 [ 20965] By: jhi                                   on 2003/08/31  08:55:59
30939         Log: Ouch.  Upgrading to base 2.0 made the threads tests very unhappy
30940              both in blead and maint, lots of "Attempt to free non-existent
30941              shared string" and "Unbalanced string table refcount" errors.
30942              Retract #20960 (and #20963).
30943      Branch: perl
30944            - lib/base/t/base.t lib/base/t/fb18784.t lib/base/t/fb20922.t
30945            - lib/base/t/fields.t lib/base/t/fp560.t lib/base/t/fp580.t
30946            ! MANIFEST lib/base.pm lib/fields.pm
30947 ____________________________________________________________________________
30948 [ 20964] By: jhi                                   on 2003/08/31  08:17:43
30949         Log: Integrate from maint:
30950              [ 20963]
30951              Muffle the 'Pseudo-hashes are deprecated' warning for maint.
30952      Branch: perl
30953           !> lib/base/t/fp560.t
30954 ____________________________________________________________________________
30955 [ 20961] By: jhi                                   on 2003/08/31  08:09:21
30956         Log: De-cargo-cult.
30957      Branch: perl
30958            ! ext/DynaLoader/t/XSLoader.t ext/SDBM_File/t/sdbm.t
30959 ____________________________________________________________________________
30960 [ 20960] By: jhi                                   on 2003/08/31  08:07:43
30961         Log: Upgrade to base.pm 2.0.
30962
30963              (Rename the tests around a bit to be more 8.3-friendly.)
30964      Branch: perl
30965            + lib/base/t/base.t lib/base/t/fb18784.t lib/base/t/fb20922.t
30966            + lib/base/t/fields.t lib/base/t/fp560.t lib/base/t/fp580.t
30967            ! MANIFEST lib/base.pm lib/fields.pm
30968 ____________________________________________________________________________
30969 [ 20957] By: jhi                                   on 2003/08/30  18:47:02
30970         Log: Fewer naked char constants.
30971      Branch: perl
30972            ! doio.c perlio.c sv.h
30973 ____________________________________________________________________________
30974 [ 20956] By: jhi                                   on 2003/08/30  18:38:05
30975         Log: This is probably a wrong fix for
30976              [perl #23645] tell with perlio on appended files
30977              but maybe this gets NI-S agitated enough to present the correct fix :-)
30978      Branch: perl
30979            ! perlio.c t/io/tell.t
30980 ____________________________________________________________________________
30981 [ 20954] By: jhi                                   on 2003/08/30  17:14:19
30982         Log: A new try at
30983
30984              Subject: [PATCH] maint / blead tweaks in perlio.c for Cygwin
30985              From: "Gerrit P. Haase" <gp@familiehaase.de>
30986              Date: Thu, 28 Aug 2003 08:18:51 +0200
30987              Message-ID: <4157199551.20030828081851@familiehaase.de>
30988
30989              (this time Cygwin only)
30990      Branch: perl
30991            ! perlio.c
30992 ____________________________________________________________________________
30993 [ 20952] By: rgs                                   on 2003/08/30  15:20:48
30994         Log: Tweak XSLoader.t.
30995              XSLoader is supposed to work even for extensions that
30996              are statically linked. So only check that the extension we
30997              test for is actually available. (This test is not supposed
30998              to be run by miniperl.)
30999      Branch: perl
31000            ! ext/DynaLoader/t/XSLoader.t
31001 ____________________________________________________________________________
31002 [ 20950] By: jhi                                   on 2003/08/30  06:49:31
31003         Log: Something went wrong in change #20929;
31004              linux 2.4.18-bf2.4 didn't like it:
31005              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2003-08/msg01992.html
31006              and similar failure pattern also seen in Solaris 8.
31007      Branch: perl
31008            ! perlio.c
31009 ____________________________________________________________________________
31010 [ 20948] By: jhi                                   on 2003/08/30  06:08:57
31011         Log: Setup @INC.
31012      Branch: perl
31013            ! t/op/cproto.t
31014 ____________________________________________________________________________
31015 [ 20946] By: jhi                                   on 2003/08/30  06:00:09
31016         Log: Tabify and re-sort MANIFEST.
31017      Branch: perl
31018            ! MANIFEST
31019 ____________________________________________________________________________
31020 [ 20945] By: jhi                                   on 2003/08/30  05:57:04
31021         Log: Make XSLoader.t more robust (and sdbm.t more verbose)
31022      Branch: perl
31023            ! ext/DynaLoader/t/XSLoader.t ext/SDBM_File/t/sdbm.t
31024 ____________________________________________________________________________
31025 [ 20944] By: jhi                                   on 2003/08/30  05:50:41
31026         Log: Subject: [PATCH] XSLoader nits and tests
31027              From: Michael G Schwern <schwern@pobox.com>
31028              Date: Fri, 29 Aug 2003 22:55:07 -0700
31029              Message-ID: <20030830055507.GI25970@windhund.schwern.org>
31030      Branch: perl
31031            + ext/DynaLoader/t/XSLoader.t
31032            ! MANIFEST ext/DynaLoader/XSLoader_pm.PL
31033 ____________________________________________________________________________
31034 [ 20943] By: jhi                                   on 2003/08/30  05:44:02
31035         Log: Missed from #20942.
31036      Branch: perl
31037            ! lib/File/Spec/VMS.pm
31038 ____________________________________________________________________________
31039 [ 20942] By: jhi                                   on 2003/08/30  05:41:59
31040         Log: Subject: [PATCH: perl@20898] fix File::Spec->abs2rel() to return absolute $path more often for VMS
31041              From: PPrymmer@factset.com
31042              Date: Sat, 30 Aug 2003 00:57:28 -0400
31043              Message-ID: <OFD8AE5D6D.EA3FBE7D-ON85256D92.001A31FE-85256D92.001B3BE5@factset.com>
31044      Branch: perl
31045            ! lib/File/Spec.pm lib/File/Spec/t/Spec.t
31046 ____________________________________________________________________________
31047 [ 20941] By: jhi                                   on 2003/08/30  05:37:13
31048         Log: Subject: [patch sv.h api doc] SvTAINTED_on does its craft only under -T
31049              From: Stas Bekman <stas@stason.org>
31050              Date: Fri, 29 Aug 2003 17:11:41 -0700
31051              Message-ID: <3F4FEBBD.8000901@stason.org>
31052      Branch: perl
31053            ! pod/perlapi.pod sv.h
31054 ____________________________________________________________________________
31055 [ 20940] By: rgs                                   on 2003/08/29  21:17:59
31056         Log: Add a new test, to ensure that we don't unexpectedly change
31057              prototypes of builtins.
31058      Branch: perl
31059            + t/op/cproto.t
31060            ! MANIFEST
31061 ____________________________________________________________________________
31062 [ 20938] By: rgs                                   on 2003/08/29  20:22:21
31063         Log: Don't cast PL_multiline to bool : you may loose important bits.
31064      Branch: perl
31065            ! pp.c pp_hot.c
31066 ____________________________________________________________________________
31067 [ 20937] By: jhi                                   on 2003/08/29  17:22:11
31068         Log: Subject: [PATCH] Re: all 9007199254740992s are equal, but some are more equal than others
31069              From: Nicholas Clark <nick@ccl4.org>
31070              Date: Wed, 27 Aug 2003 22:59:55 +0100
31071              Message-ID: <20030827225955.E558@plum.flirble.org>
31072      Branch: perl
31073            ! pp.c
31074 ____________________________________________________________________________
31075 [ 20936] By: jhi                                   on 2003/08/29  17:17:16
31076         Log: Some perluniintro tweaks.
31077      Branch: perl
31078            ! pod/perluniintro.pod
31079 ____________________________________________________________________________
31080 [ 20935] By: jhi                                   on 2003/08/29  17:07:25
31081         Log: Tiny doc tweak from Shannon -jj Behrens.
31082      Branch: perl
31083            ! pod/perluniintro.pod
31084 ____________________________________________________________________________
31085 [ 20933] By: jhi                                   on 2003/08/29  13:25:18
31086         Log: Comparing an int to a U32 makes VC6 nervous.
31087      Branch: perl
31088            ! pp.c pp_hot.c
31089 ____________________________________________________________________________
31090 [ 20932] By: jhi                                   on 2003/08/29  13:06:06
31091         Log: Better skip() explicit number of tests, test counts getting
31092              out of sync less likely that way.
31093      Branch: perl
31094            ! t/op/pack.t
31095 ____________________________________________________________________________
31096 [ 20931] By: jhi                                   on 2003/08/29  12:59:32
31097         Log: Some Ultrix test dodgings.
31098      Branch: perl
31099            ! t/base/num.t t/op/arith.t t/op/pack.t
31100 ____________________________________________________________________________
31101 [ 20930] By: jhi                                   on 2003/08/29  12:57:07
31102         Log: Subject: [PATCH op.c] Perl_newCONSTSUB() related memory leaks
31103              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
31104              Date: Thu, 28 Aug 2003 21:47:22 +0200
31105              Message-ID: <006301c36d9d$335976a0$e400a8c0@R2D2>
31106      Branch: perl
31107            ! op.c
31108 ____________________________________________________________________________
31109 [ 20929] By: jhi                                   on 2003/08/29  12:55:12
31110         Log: Subject: [PATCH] maint / blead tweaks in perlio.c for Cygwin
31111              From: "Gerrit P. Haase" <gp@familiehaase.de>
31112              Date: Thu, 28 Aug 2003 08:18:51 +0200
31113              Message-ID: <4157199551.20030828081851@familiehaase.de>
31114
31115              (changed so that the 'b' is always appended)
31116      Branch: perl
31117            ! perlio.c
31118 ____________________________________________________________________________
31119 [ 20928] By: jhi                                   on 2003/08/29  07:04:17
31120         Log: Subject: RE: [PATCH] Pod::InputObjects performance de-pessimization
31121              From: marek.rouchal@infineon.com
31122              Date: Wed, 27 Aug 2003 17:25:28 +0200
31123              Message-ID: <9843A649BAD7FB4686F6FCBC840D600E08381508@mucse001.eu.infineon.com>
31124
31125              PodParser-1.25 prerelease.
31126      Branch: perl
31127            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
31128            ! lib/Pod/Parser.pm pod/pod2usage.PL pod/podchecker.PL
31129            ! pod/podselect.PL t/pod/find.t t/pod/poderrs.xr
31130 ____________________________________________________________________________
31131 [ 20927] By: jhi                                   on 2003/08/28  18:53:45
31132         Log: MPE/iX gcc 3.3.1 changes from Mark Klein and Mark Bixby.
31133      Branch: perl
31134            ! ext/DynaLoader/dl_mpeix.xs mpeix/mpeix.c
31135 ____________________________________________________________________________
31136 [ 20925] By: jhi                                   on 2003/08/28  16:15:47
31137         Log: Subject: [PATCH] valgrindpp.pl
31138              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
31139              Date: Thu, 28 Aug 2003 09:43:49 +0200
31140              Message-ID: <002701c36d38$1edb71c0$ae4eeed9@R2D2>
31141      Branch: perl
31142            ! Porting/valgrindpp.pl
31143 ____________________________________________________________________________
31144 [ 20924] By: jhi                                   on 2003/08/28  16:12:08
31145         Log: Subject: [PATCH] Quieten more warnings in Deparse.pm
31146              From: Paul Johnson <paul@pjcj.net>
31147              Date: Thu, 28 Aug 2003 00:13:59 +0200
31148              Message-ID: <20030827221359.GE28396@pjcj.net>
31149      Branch: perl
31150            ! ext/B/B/Deparse.pm
31151 ____________________________________________________________________________
31152 [ 20923] By: jhi                                   on 2003/08/28  01:45:51
31153         Log: Subject: Re: Another oddity in lib/ExtUtils/MakeMaker/Tutorial.pod
31154              From: Michael G Schwern <schwern@pobox.com>
31155              Date: Wed, 27 Aug 2003 15:05:20 -0700
31156              Message-ID: <20030827220520.GD7300@windhund.schwern.org>
31157      Branch: perl
31158            ! lib/ExtUtils/MakeMaker/Tutorial.pod
31159 ____________________________________________________________________________
31160 [ 20922] By: rgs                                   on 2003/08/27  19:52:27
31161         Log: Add caveats and tests for Symbol::delete_package().
31162      Branch: perl
31163            ! lib/Symbol.pm lib/Symbol.t
31164 ____________________________________________________________________________
31165 [ 20921] By: jhi                                   on 2003/08/27  17:12:56
31166         Log: Configure is doing fine in Ultrix, operator error.
31167      Branch: perl
31168            ! hints/ultrix_4.sh
31169 ____________________________________________________________________________
31170 [ 20920] By: jhi                                   on 2003/08/27  16:49:22
31171         Log: Add the valgrindpp.pl script from Marcus Holland-Moritz.
31172      Branch: perl
31173            + Porting/valgrindpp.pl
31174            ! MANIFEST
31175 ____________________________________________________________________________
31176 [ 20917] By: jhi                                   on 2003/08/27  13:09:33
31177         Log: Subject: disturbing, disruptive typo in Tutorial.pod [PATCH]
31178              From: "John P. Linderman" <jpl@research.att.com>
31179              Date: Wed, 27 Aug 2003 08:10:12 -0400 (EDT)
31180              Message-Id: <200308271210.IAA23907@raptor.research.att.com>
31181
31182              Subject: typo in pod/perlnewmod.pod [PATCH]
31183              From: "John P. Linderman" <jpl@research.att.com>
31184              Date: Wed, 27 Aug 2003 09:07:12 -0400 (EDT)
31185              Message-Id: <200308271307.JAA46955@raptor.research.att.com>
31186
31187              Subject: [PATCH] document the location of byacc
31188              From: Dave Mitchell <davem@fdgroup.com>
31189              Date: Wed, 27 Aug 2003 14:26:50 +0100
31190              Message-ID: <20030827132650.GA23144@fdgroup.com>
31191      Branch: perl
31192            ! Porting/pumpkin.pod lib/ExtUtils/MakeMaker/Tutorial.pod
31193            ! pod/perlnewmod.pod
31194 ____________________________________________________________________________
31195 [ 20916] By: jhi                                   on 2003/08/27  13:01:26
31196         Log: Ultrix tweaks: <string.h> must not be included twice
31197              (otherwise one gets prototype conflicts between the <string.h>
31198              and proto.h because Ultrix thinks e.g. Perl_ninstr has been
31199              define in <string.h>...); and Configure misprobes some features.
31200      Branch: perl
31201            ! ext/POSIX/POSIX.xs ext/SDBM_File/sdbm/sdbm.c
31202            ! ext/SDBM_File/sdbm/sdbm.h ext/Socket/Socket.xs
31203            ! hints/ultrix_4.sh
31204 ____________________________________________________________________________
31205 [ 20915] By: jhi                                   on 2003/08/27  05:37:34
31206         Log: Urk.  In Mac OS X byteorder is not one of the "known ones",
31207              but instead it is 0xFFFF.  So retract #20914.
31208      Branch: perl
31209            ! perl.h
31210 ____________________________________________________________________________
31211 [ 20914] By: jhi                                   on 2003/08/27  05:17:44
31212         Log: Sanity check for BYTEORDER.
31213      Branch: perl
31214            ! perl.h
31215 ____________________________________________________________________________
31216 [ 20913] By: rgs                                   on 2003/08/26  20:34:48
31217         Log: Integrate two DJGPP portability patches from the 5.6.2 branch :
31218
31219              [20859]
31220              Two portability patches for DJGPP from Richard Dawe
31221              <rich@phekda.freeserve.co.uk>.
31222              Message-Id: <E19qfNh-0000Zq-00@phekda.freeserve.co.uk>
31223
31224              [20911]
31225              Don't uppercase automatically all environment variables on DJGPP.
31226              (reported by Richard Dawe, this breaks portability of Unix
31227              scripts.) Don't change the behaviour on plain MS/DOS.
31228      Branch: perl
31229            ! perl.c
31230           !> djgpp/djgppsed.sh dosish.h
31231 ____________________________________________________________________________
31232 [ 20912] By: rgs                                   on 2003/08/26  20:15:40
31233         Log: perlapi.pod tweaks, based on :
31234              Subject: misdocumented return value for sv_setref*
31235              From: Joe Schaefer <joe+perl@sunstarsys.com>
31236              Date: 12 Aug 2003 13:21:42 -0400
31237              Message-ID: <m3adae94gp.fsf@sol.sunstarsys.com>
31238      Branch: perl
31239            ! pod/perlapi.pod sv.c
31240 ____________________________________________________________________________
31241 [ 20910] By: rgs                                   on 2003/08/26  19:37:29
31242         Log: Change the internal prototype of the pop() and shift() builtins
31243              to (;\@), to reflect that their array argument is optional.
31244      Branch: perl
31245            ! opcode.h opcode.pl
31246 ____________________________________________________________________________
31247 [ 20909] By: rgs                                   on 2003/08/26  19:13:39
31248         Log: Subject: [PATCH] improved 19064 (local $_[0] problems)
31249              From: Dave Mitchell <davem@fdgroup.com>
31250              Date: Sun, 24 Aug 2003 15:52:00 +0100
31251              Message-ID: <20030824145159.GA12210@fdgroup.com>
31252      Branch: perl
31253            ! pp_ctl.c pp_hot.c scope.c t/op/args.t
31254 ____________________________________________________________________________
31255 [ 20908] By: rgs                                   on 2003/08/26  18:40:50
31256         Log: Subject: [PATCH] minor File::Spec testing cleanup
31257              From: Ken Williams <ken@mathforum.org>
31258              Date: Thu, 21 Aug 2003 22:47:51 -0500
31259              Message-Id: <67C30B63-D453-11D7-8495-003065F6D85A@mathforum.org>
31260      Branch: perl
31261            ! lib/File/Spec/t/rel2abs2rel.t
31262 ____________________________________________________________________________
31263 [ 20907] By: jhi                                   on 2003/08/26  12:12:14
31264         Log: Maintainer catch from Rafael.
31265      Branch: perl
31266            ! Porting/Maintainers.pl
31267 ____________________________________________________________________________
31268 [ 20905] By: jhi                                   on 2003/08/26  09:36:22
31269         Log: Take a cutdown version of the change #20903 also to perlebcdic.
31270      Branch: perl
31271            ! pod/perlebcdic.pod
31272 ____________________________________________________________________________
31273 [ 20904] By: jhi                                   on 2003/08/26  09:29:49
31274         Log: No dynaloading at all in Ultrix.
31275      Branch: perl
31276            ! hints/ultrix_4.sh
31277 ____________________________________________________________________________
31278 [ 20903] By: jhi                                   on 2003/08/26  08:54:02
31279         Log: PerlIO on EBCDIC on BS2000 advice from Thomas Dorner.
31280              (This information looks interesting enough to be mentioned
31281              elsewhere, too.)
31282      Branch: perl
31283            ! README.bs2000
31284 ____________________________________________________________________________
31285 [ 20902] By: jhi                                   on 2003/08/26  08:36:36
31286         Log: CGI::Carp from CGI.pm 3.00 was missing.
31287      Branch: perl
31288            ! lib/CGI/Carp.pm
31289 ____________________________________________________________________________
31290 [ 20901] By: jhi                                   on 2003/08/26  05:18:15
31291         Log: Subject: Re: [PATCH] valgrind and /#/x
31292              From: Enache Adrian <enache@rdslink.ro>
31293              Date: Tue, 26 Aug 2003 08:11:07 +0300
31294              Message-ID: <20030826051107.GA1086@ratsnest.hole>
31295      Branch: perl
31296            ! regcomp.c t/op/re_tests t/run/fresh_perl.t toke.c
31297 ____________________________________________________________________________
31298 [ 20900] By: jhi                                   on 2003/08/26  04:53:09
31299         Log: More memory lane.
31300      Branch: perl
31301            ! hints/ultrix_4.sh
31302 ____________________________________________________________________________
31303 [ 20899] By: rgs                                   on 2003/08/25  21:05:57
31304         Log: fix syscall() prototype description in
31305              perlfunc.pod, as suggested by Lukas Mai.
31306      Branch: perl
31307            ! pod/perlfunc.pod
31308 ____________________________________________________________________________
31309 [ 20896] By: jhi                                   on 2003/08/25  19:52:48
31310         Log: Tiny doc tweak.
31311      Branch: perl
31312            ! README.solaris
31313 ____________________________________________________________________________
31314 [ 20895] By: jhi                                   on 2003/08/25  19:46:31
31315         Log: Even more SunOS 4 info.
31316      Branch: perl
31317            ! README.solaris
31318 ____________________________________________________________________________
31319 [ 20894] By: jhi                                   on 2003/08/25  19:37:00
31320         Log: Subject: [PATCH@20512] make backspace key work for WinCE users
31321              From: Vadim Konovalov <vkonovalov@peterstar.ru>
31322              Date: Tue, 26 Aug 2003 00:10:29 +0400
31323              Message-ID: <135606488000.20030826001029@peterstar.ru>
31324      Branch: perl
31325            ! wince/perlmain.c
31326 ____________________________________________________________________________
31327 [ 20893] By: jhi                                   on 2003/08/25  19:25:08
31328         Log: Subject: more valgrinding: select problem?
31329              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
31330              Date: Mon, 25 Aug 2003 22:02:17 +0200
31331              Message-ID: <008301c36b43$cfe26f10$0c2f1fac@R2D2>
31332
31333              In glibc, just use the __FD_SETSIZE since that's
31334              the size of the buffer (usually 1024 bits, much
31335              more than the selectminbits of 32).
31336      Branch: perl
31337            ! pp_sys.c
31338 ____________________________________________________________________________
31339 [ 20892] By: jhi                                   on 2003/08/25  19:11:32
31340         Log: More ptags tweakage from Stas; now add 'fullpath'
31341              option to get absolute paths.
31342      Branch: perl
31343            ! emacs/ptags
31344 ____________________________________________________________________________
31345 [ 20891] By: jhi                                   on 2003/08/25  18:35:03
31346         Log: The new tests of #20888 didn't really test what they claimed to.
31347      Branch: perl
31348            ! t/op/pat.t
31349 ____________________________________________________________________________
31350 [ 20890] By: jhi                                   on 2003/08/25  18:14:33
31351         Log: Subject: [5.8.1] maint @ 20845 OK on aix 4.2
31352              From: Jose.auguste-etienne@cgss-guyane.fr
31353              Date: Mon, 25 Aug 2003 14:35:45 -0300
31354              Message-ID: <OF1EF867E8.4A2A43A1-ON03256D8D.005DFE9A@Cgss-Guyane.fr>
31355
31356              AIX Configure advice.
31357      Branch: perl
31358            ! README.aix
31359 ____________________________________________________________________________
31360 [ 20889] By: jhi                                   on 2003/08/25  18:08:42
31361         Log: More SunOS 4.x info.
31362      Branch: perl
31363            ! README.solaris
31364 ____________________________________________________________________________
31365 [ 20888] By: jhi                                   on 2003/08/25  17:53:32
31366         Log: The #20887 didn't go over that well;
31367              and add a few more tests from UTS#18.
31368      Branch: perl
31369            ! t/op/pat.t
31370 ____________________________________________________________________________
31371 [ 20887] By: jhi                                   on 2003/08/25  16:40:51
31372         Log: pat.t -> charnames -> UCD -> Storable,
31373              not good for static builds and minitest.
31374      Branch: perl
31375            ! t/op/pat.t
31376 ____________________________________________________________________________
31377 [ 20886] By: jhi                                   on 2003/08/25  16:35:26
31378         Log: SunOS 4.1.4 is working, too.
31379      Branch: perl
31380            ! README.solaris hints/sunos_4_1.sh
31381 ____________________________________________________________________________
31382 [ 20884] By: jhi                                   on 2003/08/25  16:05:18
31383         Log: Regen perlmodlib, perltoc.
31384      Branch: perl
31385            ! pod/perlmodlib.pod pod/perltoc.pod
31386 ____________________________________________________________________________
31387 [ 20881] By: jhi                                   on 2003/08/25  15:45:51
31388         Log: UVSIZE is not yet defined when it would be needed
31389              by MULTIARCH.  So go back to LONGSIZE, and (belt-
31390              and-suspenders-and-rope style) later in UVSIZE
31391              possibly redefine BYTEORDER.
31392      Branch: perl
31393            ! Configure config_h.SH
31394 ____________________________________________________________________________
31395 [ 20880] By: jhi                                   on 2003/08/25  11:28:45
31396         Log: Subject: [PATCH] valgrind and /#/x
31397              From: Dave Mitchell <davem@fdgroup.com>
31398              Date: Mon, 25 Aug 2003 13:27:49 +0100
31399              Message-ID: <20030825122748.GA15560@fdgroup.com>
31400      Branch: perl
31401            ! regcomp.c
31402 ____________________________________________________________________________
31403 [ 20879] By: jhi                                   on 2003/08/25  11:16:29
31404         Log: Subject: Please update my address
31405              From: Ed Avis <ed@membled.com>
31406              Date: Mon, 25 Aug 2003 13:16:45 +0100 (BST)
31407              Message-ID: <Pine.LNX.4.20L2.0308251314530.29902-100000@budvar.future-i.net>
31408
31409              (Just the AUTHORS part, though, I don't think retroactively
31410              updating the Changes* is useful.)
31411      Branch: perl
31412            ! AUTHORS
31413 ____________________________________________________________________________
31414 [ 20878] By: jhi                                   on 2003/08/25  11:14:26
31415         Log: Document even more ways of affecting your "utf8ness".
31416      Branch: perl
31417            ! lib/utf8.pm
31418 ____________________________________________________________________________
31419 [ 20877] By: jhi                                   on 2003/08/25  11:11:40
31420         Log: Change the VERSION since there are now changes since Perl 5.8.0.
31421      Branch: perl
31422            ! ext/I18N/Langinfo/Langinfo.pm
31423 ____________________________________________________________________________
31424 [ 20876] By: jhi                                   on 2003/08/25  11:11:13
31425         Log: Keep the CGI::Util VERSION at 1.31 since there have been changes
31426              since Perl 5.8.0.
31427      Branch: perl
31428            ! lib/CGI/Util.pm
31429 ____________________________________________________________________________
31430 [ 20875] By: jhi                                   on 2003/08/25  11:09:49
31431         Log: Upgrade to CGI.pm 3.00.
31432      Branch: perl
31433            ! lib/CGI.pm lib/CGI/Util.pm
31434 ____________________________________________________________________________
31435 [ 20872] By: jhi                                   on 2003/08/25  09:03:44
31436         Log: Subject: [PATCH] valgrind update
31437              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
31438              Date: Mon, 25 Aug 2003 09:51:57 +0200 (MEST)
31439              Message-ID: <21671.1061797917@www38.gmx.net>
31440      Branch: perl
31441            ! t/TEST t/op/magic.t
31442 ____________________________________________________________________________
31443 [ 20871] By: jhi                                   on 2003/08/25  05:16:02
31444         Log: Subject: [PATCH] valgrind memcpy warnings (Re: [PATCH] Re: valgrind as a leak hound?)
31445              From: Nicholas Clark <nick@ccl4.org>
31446              Date: Sun, 24 Aug 2003 16:48:53 +0100
31447              Message-ID: <20030824164851.E558@plum.flirble.org>
31448      Branch: perl
31449            ! doop.c
31450 ____________________________________________________________________________
31451 [ 20870] By: jhi                                   on 2003/08/25  05:14:04
31452         Log: Subject: [patch emacs/ptags] allow xemacs to be used
31453              From: Stas Bekman <stas@stason.org>
31454              Date: Sun, 24 Aug 2003 22:05:00 -0700
31455              Message-ID: <3F4998FC.3090401@stason.org>
31456      Branch: perl
31457            ! emacs/ptags
31458 ____________________________________________________________________________
31459 [ 20868] By: jhi                                   on 2003/08/24  13:20:03
31460         Log: MPE/iX doc tweak from Mark Bixby.
31461      Branch: perl
31462            ! README.mpeix
31463 ____________________________________________________________________________
31464 [ 20867] By: jhi                                   on 2003/08/24  10:46:42
31465         Log: Various tweaks for getting Perl to compile on SunOS 4.x.
31466              Doesn't work well yet, something broken in DynaLoader/XSLoader?
31467      Branch: perl
31468            ! README.solaris ext/IO/poll.c hints/sunos_4_1.sh
31469 ____________________________________________________________________________
31470 [ 20866] By: jhi                                   on 2003/08/24  10:00:59
31471         Log: IRIX 5.3 is 99.90% okay.
31472      Branch: perl
31473            ! README.irix hints/irix_5.sh
31474 ____________________________________________________________________________
31475 [ 20865] By: jhi                                   on 2003/08/24  08:24:46
31476         Log: An imperfect last resort in case there is no strtoul() but
31477              there is strtol() (like e.g. SunOS 4) because of the Atoul()
31478              in Perl_get_hash_seed()).  The only true fix would be to
31479              implement Perl_my_strtoul() (and Perl_my_strtol(), I guess)
31480              in numeric.c.
31481      Branch: perl
31482            ! perl.h
31483 ____________________________________________________________________________
31484 [ 20864] By: jhi                                   on 2003/08/24  07:45:47
31485         Log: s/rationale/rational/g on bigrats.
31486      Branch: perl
31487            ! lib/Math/BigRat.pm lib/bigrat.pm
31488 ____________________________________________________________________________
31489 [ 20862] By: jhi                                   on 2003/08/24  06:41:17
31490         Log: Update the CPAN mirrors list.
31491      Branch: perl
31492            ! pod/perlmodlib.PL pod/perlmodlib.pod
31493 ____________________________________________________________________________
31494 [ 20861] By: jhi                                   on 2003/08/24  06:13:13
31495         Log: gcc -O3 and Storable in Linux do not like each other.
31496      Branch: perl
31497            ! ext/Storable/hints/linux.pl
31498 ____________________________________________________________________________
31499 [ 20860] By: jhi                                   on 2003/08/24  05:34:56
31500         Log: Bad quote day, noticed by Philip Newton.
31501      Branch: perl
31502            ! hints/dos_djgpp.sh
31503 ____________________________________________________________________________
31504 [ 20856] By: jhi                                   on 2003/08/23  09:15:15
31505         Log: Subject: Re: bytecode.t & OS X "Invalid bytecode for this architecture"
31506              From: Enache Adrian <enache@rdslink.ro>
31507              Date: Mon, 4 Aug 2003 16:20:19 +0300
31508              Message-ID: <20030804132019.GA6764@ratsnest.hole>
31509      Branch: perl
31510            ! Configure config_h.SH
31511 ____________________________________________________________________________
31512 [ 20855] By: jhi                                   on 2003/08/23  07:51:32
31513         Log: Add more comments so that one can see what is supposed to happen.
31514      Branch: perl
31515            ! t/op/lc.t
31516 ____________________________________________________________________________
31517 [ 20854] By: jhi                                   on 2003/08/23  07:41:11
31518         Log: More data points about the Storable optimization problem
31519              in Linux.  (It might be that also non-Debians are affected,
31520              waiting for more information.)
31521      Branch: perl
31522            ! ext/Storable/hints/linux.pl
31523 ____________________________________________________________________________
31524 [ 20853] By: jhi                                   on 2003/08/23  07:37:41
31525         Log: Move the note about known eval leaks earlier.
31526      Branch: perl
31527            ! pod/perlhack.pod
31528 ____________________________________________________________________________
31529 [ 20852] By: jhi                                   on 2003/08/23  07:15:58
31530         Log: Forgot to regen byterun.c.
31531      Branch: perl
31532            ! ext/ByteLoader/byterun.c
31533 ____________________________________________________________________________
31534 [ 20851] By: jhi                                   on 2003/08/23  07:13:29
31535         Log: Doc tweaks on perlhack.
31536      Branch: perl
31537            ! pod/perlhack.pod
31538 ____________________________________________________________________________
31539 [ 20850] By: jhi                                   on 2003/08/23  06:54:58
31540         Log: Subject: [PATCH] Re: valgrind as a leak hound?
31541              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
31542              Date: Fri, 22 Aug 2003 23:28:18 +0200
31543              Message-ID: <002201c368f4$4e5a5e40$0c2f1fac@R2D2>
31544
31545              Add the leak detection to valgrind testing.
31546      Branch: perl
31547            + t/perl.supp
31548            ! MANIFEST pod/perlhack.pod t/TEST
31549 ____________________________________________________________________________
31550 [ 20843] By: jhi                                   on 2003/08/22  15:05:39
31551         Log: Oops.  Why can't C comments nest?
31552      Branch: perl
31553            ! pp_sys.c
31554 ____________________________________________________________________________
31555 [ 20842] By: jhi                                   on 2003/08/22  14:57:09
31556         Log: Try to dodge getspnam() in AIX.
31557      Branch: perl
31558            ! pp_sys.c
31559 ____________________________________________________________________________
31560 [ 20840] By: jhi                                   on 2003/08/22  13:52:26
31561         Log: Subject: Re: mysterious bytecode.t failure
31562              From: Enache Adrian <enache@rdslink.ro>
31563              Date: Fri, 22 Aug 2003 11:49:34 +0300
31564              Message-ID: <20030822084934.GA1257@ratsnest.hole>
31565      Branch: perl
31566            ! t/base/lex.t
31567 ____________________________________________________________________________
31568 [ 20839] By: jhi                                   on 2003/08/22  13:51:44
31569         Log: Subject: [PATCH] for File::Temp::tempdir(CLEANUP => 1)
31570              From: Slaven Rezic <slaven@rezic.de>
31571              Date: Sun, 17 Aug 2003 12:52:47 +0200 (CEST)
31572              Message-Id: <200308171052.h7HAqlfo026317@vran.herceg.de>
31573      Branch: perl
31574            ! lib/File/Temp.pm lib/File/Temp/t/tempfile.t
31575 ____________________________________________________________________________
31576 [ 20837] By: jhi                                   on 2003/08/22  13:42:24
31577         Log: Just #.
31578      Branch: perl
31579            ! pod/buildtoc pod/perltoc.pod
31580 ____________________________________________________________________________
31581 [ 20835] By: jhi                                   on 2003/08/22  13:32:12
31582         Log: Regen toc.
31583      Branch: perl
31584            ! pod/perltoc.pod
31585 ____________________________________________________________________________
31586 [ 20834] By: jhi                                   on 2003/08/22  13:28:36
31587         Log: Also MANIFEST the vms/perlvms restoration.
31588      Branch: perl
31589            ! MANIFEST
31590 ____________________________________________________________________________
31591 [ 20833] By: jhi                                   on 2003/08/22  13:22:02
31592         Log: In the vms/descrip_mms.template    the perlvms.pod must
31593              be copied from vms/, err, [.vms], not [.pod].
31594      Branch: perl
31595            ! pod/buildtoc vms/descrip_mms.template
31596 ____________________________________________________________________________
31597 [ 20832] By: jhi                                   on 2003/08/22  13:15:35
31598         Log: Retract #20826 and #20831; things are done differently
31599              in VMS, it seems.  Maybe the vms/descrip_mms.template
31600              needs to be changed?
31601      Branch: perl
31602            + vms/perlvms.pod
31603            - pod/perlvms.pod
31604            ! MANIFEST Makefile.SH
31605 ____________________________________________________________________________
31606 [ 20831] By: jhi                                   on 2003/08/22  13:04:47
31607         Log: Rafael spotted that vms/perlvms.pod was still referred to.
31608      Branch: perl
31609            ! Makefile.SH
31610 ____________________________________________________________________________
31611 [ 20829] By: jhi                                   on 2003/08/22  12:22:04
31612         Log: The change #20809 opened up a code path that might leave s unset.
31613      Branch: perl
31614            ! mg.c
31615 ____________________________________________________________________________
31616 [ 20828] By: jhi                                   on 2003/08/22  12:17:49
31617         Log: Subject: [PATCH: lib/File/Path.t] Re: maint @ 20803
31618              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
31619              Date: Fri, 22 Aug 2003 14:57:09 +0200
31620              Message-ID: <00dd01c368ac$e69146d0$0c2f1fac@R2D2>
31621      Branch: perl
31622            ! lib/File/Path.t
31623 ____________________________________________________________________________
31624 [ 20827] By: jhi                                   on 2003/08/22  12:17:01
31625         Log: Test the correct longness; from Enache.
31626      Branch: perl
31627            ! ext/B/t/assembler.t
31628 ____________________________________________________________________________
31629 [ 20826] By: jhi                                   on 2003/08/22  12:15:28
31630         Log: perlvms moving day, from Craig Berry.
31631      Branch: perl
31632            + pod/perlvms.pod
31633            - vms/perlvms.pod
31634            ! MANIFEST
31635 ____________________________________________________________________________
31636 [ 20825] By: jhi                                   on 2003/08/22  12:14:14
31637         Log: Lower Storable.xs optimization to -O2 on certain
31638              known platforms.
31639      Branch: perl
31640            + ext/Storable/hints/linux.pl
31641            ! MANIFEST
31642 ____________________________________________________________________________
31643 [ 20824] By: jhi                                   on 2003/08/22  08:20:15
31644         Log: Subject: [PATCH] Re: [perl #23463] compiler version on sparc/netbsd
31645              From: Nicholas Clark <nick@ccl4.org>
31646              Date: Thu, 21 Aug 2003 22:26:18 +0100
31647              Message-ID: <20030821222618.T558@plum.flirble.org>
31648      Branch: perl
31649            ! t/op/pack.t
31650 ____________________________________________________________________________
31651 [ 20823] By: jhi                                   on 2003/08/22  08:16:47
31652         Log: Subject: Re: [perl #23463]: compiler version on sparc/netbsd
31653              From: alian@cpan.org (Alian)
31654              Date: Wed, 20 Aug 2003 20:39:17 +0200
31655              Message-ID: <3F43C055.6030709@jupiter.alianet>
31656      Branch: perl
31657            ! t/op/pack.t
31658 ____________________________________________________________________________
31659 [ 20822] By: jhi                                   on 2003/08/22  08:01:57
31660         Log: Try to make the use of utf8 as clear as possible.
31661      Branch: perl
31662            ! lib/utf8.pm
31663 ____________________________________________________________________________
31664 [ 20821] By: jhi                                   on 2003/08/22  07:51:21
31665         Log: Put the tests of the change #19064 back, but disable them.
31666      Branch: perl
31667            ! t/op/args.t
31668 ____________________________________________________________________________
31669 [ 20820] By: jhi                                   on 2003/08/22  06:47:50
31670         Log: Advertise the encoding pragma at the utf8 pragma.
31671      Branch: perl
31672            ! lib/utf8.pm
31673 ____________________________________________________________________________
31674 [ 20819] By: jhi                                   on 2003/08/22  06:31:29
31675         Log: Subject: [PATCH] grok_* symbols missing in Devel::PPPort (2nd attempt)
31676              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
31677              Date: Fri, 22 Aug 2003 09:01:09 +0200
31678              Message-id: <20030822070109.GA1029@ethan>
31679      Branch: perl
31680            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
31681            ! ext/Devel/PPPort/t/test.t
31682 ____________________________________________________________________________
31683 [ 20817] By: jhi                                   on 2003/08/22  05:18:53
31684         Log: Subject: [PATCH] perl-5.8.0, langinfo.h and YESSTR
31685              From: insecure <insecure@mail.od.ua>
31686              Date: Thu, 21 Aug 2003 21:37:56 +0300
31687              Message-Id: <200308212137.57016.insecure@mail.od.ua>
31688      Branch: perl
31689            ! ext/I18N/Langinfo/Langinfo.xs
31690 ____________________________________________________________________________
31691 [ 20816] By: jhi                                   on 2003/08/22  05:15:30
31692         Log: More bytecode patching from Enache.
31693      Branch: perl
31694            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Assembler.pm
31695            ! ext/B/B/Disassembler.pm ext/ByteLoader/bytecode.h
31696 ____________________________________________________________________________
31697 [ 20815] By: jhi                                   on 2003/08/22  05:06:58
31698         Log: Subject: Re: pod cleanup
31699              From: Ken Williams <ken@mathforum.org>
31700              Date: Thu, 21 Aug 2003 21:24:57 -0500
31701              Message-Id: <D2C0AA31-D447-11D7-8495-003065F6D85A@mathforum.org>
31702      Branch: perl
31703            ! lib/File/Spec/Cygwin.pm lib/File/Spec/OS2.pm
31704 ____________________________________________________________________________
31705 [ 20814] By: jhi                                   on 2003/08/22  05:05:52
31706         Log: Do not edit perltoc since it is autogenerated.
31707      Branch: perl
31708            ! pod/buildtoc
31709 ____________________________________________________________________________
31710 [ 20813] By: jhi                                   on 2003/08/22  04:57:12
31711         Log: Subject: [PATCH] Re: pod cleanup
31712              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
31713              Date: Thu, 21 Aug 2003 17:09:17 -0400
31714              Message-ID: <20030821210917.GB164965@linguist.thayer.dartmouth.edu>
31715
31716              (the pod part)
31717      Branch: perl
31718            ! pod/perl5005delta.pod pod/perlfaq4.pod pod/perlhack.pod
31719            ! pod/perlipc.pod pod/perlpacktut.pod
31720 ____________________________________________________________________________
31721 [ 20811] By: jhi                                   on 2003/08/22  04:46:58
31722         Log: No need to E<gt>.
31723      Branch: perl
31724            ! pod/perluniintro.pod
31725 ____________________________________________________________________________
31726 [ 20810] By: jhi                                   on 2003/08/22  04:46:01
31727         Log: Add File::Temp's OO test.
31728      Branch: perl
31729            + lib/File/Temp/t/object.t
31730            ! MANIFEST
31731 ____________________________________________________________________________
31732 [ 20809] By: rgs                                   on 2003/08/21  19:07:22
31733         Log: The magic variables that alter STDOUT have a tendancy to segfault
31734              when accessed if STDOUT is undefined. Protect them.
31735      Branch: perl
31736            ! mg.c
31737 ____________________________________________________________________________
31738 [ 20808] By: jhi                                   on 2003/08/21  18:39:36
31739         Log: Mention the Unicode UTR #18 version referenced.
31740      Branch: perl
31741            ! pod/perlunicode.pod
31742 ____________________________________________________________________________
31743 [ 20807] By: jhi                                   on 2003/08/21  18:22:22
31744         Log: Must close so that unlink works portably.
31745      Branch: perl
31746            ! t/io/utf8.t
31747 ____________________________________________________________________________
31748 [ 20806] By: jhi                                   on 2003/08/21  18:15:07
31749         Log: Subject: [perluniintro.pod] pod markup fix
31750              From: Stas Bekman <stas@stason.org>
31751              Date: Thu, 21 Aug 2003 11:41:01 -0700
31752              Message-ID: <3F45123D.8020805@stason.org>
31753      Branch: perl
31754            ! pod/perluniintro.pod
31755 ____________________________________________________________________________
31756 [ 20805] By: jhi                                   on 2003/08/21  18:11:30
31757         Log: Subject: [PATCH] utf8 variable names scrambled in error messages
31758              From: Enache Adrian <enache@rdslink.ro>
31759              Date: Thu, 21 Aug 2003 21:17:26 +0300
31760              Message-ID: <20030821181726.GA1241@ratsnest.hole>
31761      Branch: perl
31762            ! gv.c t/op/die.t
31763 ____________________________________________________________________________
31764 [ 20804] By: jhi                                   on 2003/08/21  18:09:10
31765         Log: Fix the syswrite downgrade bug of
31766              [perl #23428] Somethings rotten in unicode semantics
31767      Branch: perl
31768            ! pp_sys.c t/io/utf8.t
31769 ____________________________________________________________________________
31770 [ 20801] By: jhi                                   on 2003/08/21  15:06:16
31771         Log: No more public cwd(), use private _cwd().
31772      Branch: perl
31773            ! lib/File/Spec/t/Spec.t
31774 ____________________________________________________________________________
31775 [ 20799] By: jhi                                   on 2003/08/21  14:20:04
31776         Log: Underline the fact that abs2rel() makes no sense
31777              if it spans multiple roots.
31778      Branch: perl
31779            ! lib/File/Spec.pm lib/File/Spec/Unix.pm
31780 ____________________________________________________________________________
31781 [ 20798] By: jhi                                   on 2003/08/21  14:12:29
31782         Log: Rename the internal cwd() to _cwd() (it's not curdir).
31783      Branch: perl
31784            ! lib/File/Spec/Cygwin.pm lib/File/Spec/Epoc.pm
31785            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
31786            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
31787            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
31788 ____________________________________________________________________________
31789 [ 20797] By: jhi                                   on 2003/08/21  14:05:18
31790         Log: Subject: Re: [PATCH: perl@20760] clean up quotation issue for use with MMS on VMS
31791              From: PPrymmer@factset.com
31792              Message-ID: <OF261B78F0.19FBE242-ON85256D88.00091B48-85256D88.000A179D@factset.com>
31793              Date: Tue, 19 Aug 2003 21:50:12 -0400
31794      Branch: perl
31795            ! lib/ExtUtils/MM_Unix.pm
31796 ____________________________________________________________________________
31797 [ 20795] By: jhi                                   on 2003/08/21  04:42:56
31798         Log: Retract #19064, broke mod_perl flushing (localisation of $|).
31799              http://public.activestate.com/cgi-bin/perlbrowse?patch=19064
31800              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2003-08/msg01466.html
31801      Branch: perl
31802            ! pp_ctl.c pp_hot.c scope.c t/op/args.t
31803 ____________________________________________________________________________
31804 [ 20794] By: jhi                                   on 2003/08/21  04:35:54
31805         Log: MPE/iX does not have nanosleep() (the test makes
31806              a wrong conclusion of the linking succeeding)
31807      Branch: perl
31808            ! ext/Time/HiRes/Makefile.PL
31809 ____________________________________________________________________________
31810 [ 20793] By: jhi                                   on 2003/08/21  04:35:05
31811         Log: Subject: Re: untieing your victim during the act
31812              From: Dave Mitchell <davem@fdgroup.com>
31813              Date: Wed, 20 Aug 2003 20:44:53 +0100
31814              Message-ID: <20030820194453.GD27719@fdgroup.com>
31815      Branch: perl
31816            ! mg.c
31817 ____________________________________________________________________________
31818 [ 20792] By: jhi                                   on 2003/08/21  04:30:54
31819         Log: Byteloader patching from Enache continues;
31820              PADOFFSET handling was wrong.
31821      Branch: perl
31822            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Assembler.pm
31823            ! ext/B/t/assembler.t ext/ByteLoader/bytecode.h
31824            ! ext/ByteLoader/byterun.c
31825 ____________________________________________________________________________
31826 [ 20791] By: jhi                                   on 2003/08/20  13:55:35
31827         Log: Subject: [PATCH perl@20760] Remove redundant targets from Win32 Makefile
31828              From: Steve Hay <steve.hay@uk.radan.com>
31829              Date: Wed, 20 Aug 2003 10:54:46 +0100
31830              Message-ID: <3F434566.3030602@uk.radan.com>
31831      Branch: perl
31832            ! win32/Makefile win32/makefile.mk
31833 ____________________________________________________________________________
31834 [ 20790] By: jhi                                   on 2003/08/20  11:01:52
31835         Log: Upgrade to Encode 1.98.
31836      Branch: perl
31837            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
31838            ! ext/Encode/META.yml ext/Encode/bin/enc2xs
31839            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
31840            ! ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/enc_eucjp.t
31841            ! ext/Encode/t/enc_utf8.t ext/Encode/t/mime-header.t
31842            ! ext/Encode/ucm/macArabic.ucm ext/Encode/ucm/macFarsi.ucm
31843            ! ext/Encode/ucm/macHebrew.ucm
31844 ____________________________________________________________________________
31845 [ 20789] By: jhi                                   on 2003/08/20  10:49:51
31846         Log: Patch from Enache for the crashing of bytecode.t in Tru64.
31847      Branch: perl
31848            ! ext/B/B/Bytecode.pm ext/ByteLoader/bytecode.h
31849 ____________________________________________________________________________
31850 [ 20786] By: rgs                                   on 2003/08/19  20:22:07
31851         Log: t/TEST fails to fail when it can't find tests.
31852      Branch: perl
31853            ! t/TEST
31854 ____________________________________________________________________________
31855 [ 20785] By: jhi                                   on 2003/08/19  19:34:18
31856         Log: Manifest.t.ation of Schwern.
31857      Branch: perl
31858            ! lib/ExtUtils/t/Manifest.t
31859 ____________________________________________________________________________
31860 [ 20783] By: jhi                                   on 2003/08/19  19:24:00
31861         Log: Nick's podulator was right, I just hadn't read the manual...
31862              the vms\perlvms.pod lines needed to be moved.
31863      Branch: perl
31864            ! win32/Makefile win32/makefile.mk
31865 ____________________________________________________________________________
31866 [ 20781] By: jhi                                   on 2003/08/19  16:59:49
31867         Log: Subject: Re: [perl #23304] Installing perl breaks redhat-config scripts[was: New (well  known) printer won't install in RH-9]
31868              From: Andy Dougherty <doughera@lafayette.edu>
31869              Date: Tue, 19 Aug 2003 10:45:24 -0400 (EDT)
31870              Message-ID: <Pine.SOL.4.53.0308191027250.6665@maxwell.phys.lafayette.edu>
31871      Branch: perl
31872            ! INSTALL
31873 ____________________________________________________________________________
31874 [ 20780] By: jhi                                   on 2003/08/19  16:54:48
31875         Log: Subject: [PATCH] Can't build thread on openbsd sparc64 => B.c:5078: virtual memory exhausted
31876              From: alian <alian@cpan.org>
31877              Date: Tue, 19 Aug 2003 18:18:03 +0200
31878              Message-ID: <20030819161650.65754.qmail@onion.perl.org>
31879      Branch: perl
31880            + ext/B/hints/openbsd.pl
31881            ! MANIFEST
31882 ____________________________________________________________________________
31883 [ 20779] By: jhi                                   on 2003/08/19  16:49:22
31884         Log: Subject: Re: [PATCH] Re: [PATCH] maintperl - File::Spec cwd() stuff
31885              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
31886              Date: Tue, 19 Aug 2003 08:28:14 -0700
31887              Message-ID: <20030819152814.GA15441@math.berkeley.edu>
31888      Branch: perl
31889            ! lib/File/Spec/OS2.pm
31890 ____________________________________________________________________________
31891 [ 20778] By: jhi                                   on 2003/08/19  15:09:30
31892         Log: Unnecessary whitespace diff.
31893      Branch: perl
31894            ! lib/ExtUtils/MakeMaker.pm
31895 ____________________________________________________________________________
31896 [ 20777] By: jhi                                   on 2003/08/19  15:05:18
31897         Log: One less failure.
31898      Branch: perl
31899            ! lib/ExtUtils/t/Manifest.t
31900 ____________________________________________________________________________
31901 [ 20776] By: jhi                                   on 2003/08/19  13:36:03
31902         Log: Replace #20772 with
31903
31904              Subject: Re: [PATCH: perl@20760] VMS specific fix for lib/ExtUtils/t/Manifest.t
31905              From: PPrymmer@factset.com
31906              Message-ID: <OFE22C35CE.D5CB1A7F-ON85256D87.004E3BCA-85256D87.004F9EF2@factset.com>
31907              Date: Tue, 19 Aug 2003 10:29:44 -0400
31908      Branch: perl
31909            ! lib/ExtUtils/t/Manifest.t
31910 ____________________________________________________________________________
31911 [ 20775] By: jhi                                   on 2003/08/19  13:29:13
31912         Log: (From Enache) Keep bytecode files (.plc) around in case
31913              of failures.  (Currently Tru64 is reliably barfing.)
31914      Branch: perl
31915            ! ext/B/t/bytecode.t
31916 ____________________________________________________________________________
31917 [ 20774] By: jhi                                   on 2003/08/19  13:20:59
31918         Log: 's buildtoc now.
31919      Branch: perl
31920            ! README.cygwin
31921 ____________________________________________________________________________
31922 [ 20773] By: jhi                                   on 2003/08/19  13:19:24
31923         Log: These are kind of important.
31924      Branch: perl
31925            ! MANIFEST
31926 ____________________________________________________________________________
31927 [ 20772] By: jhi                                   on 2003/08/19  13:13:26
31928         Log: Replace #20763 with
31929
31930              Subject: Re: [PATCH: perl@20760] VMS specific fix for lib/ExtUtils/t/Manifest.t
31931              From: Michael G Schwern <schwern@pobox.com>
31932              Date: Mon, 18 Aug 2003 17:07:30 -0700
31933              Message-ID: <20030819000729.GG14782@windhund.schwern.org>
31934      Branch: perl
31935            ! lib/ExtUtils/t/Manifest.t
31936 ____________________________________________________________________________
31937 [ 20771] By: jhi                                   on 2003/08/19  13:10:42
31938         Log: Subject: [PATCH] Re: [PATCH] maintperl - File::Spec cwd() stuff
31939              From: Michael G Schwern <schwern@pobox.com>
31940              Date: Mon, 18 Aug 2003 18:02:08 -0700
31941              Message-ID: <20030819010208.GI14782@windhund.schwern.org>
31942      Branch: perl
31943            ! lib/File/Spec/OS2.pm
31944 ____________________________________________________________________________
31945 [ 20770] By: jhi                                   on 2003/08/19  13:08:45
31946         Log: Subject: [PATCH] maintperl - File::Spec cwd() stuff
31947              From: Ken Williams <ken@mathforum.org>
31948              Date: Mon, 18 Aug 2003 17:07:43 -0500
31949              Message-Id: <645E5A7D-D1C8-11D7-84BF-003065F6D85A@mathforum.org>
31950      Branch: perl
31951            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
31952            ! lib/File/Spec/t/Spec.t
31953 ____________________________________________________________________________
31954 [ 20769] By: jhi                                   on 2003/08/19  12:25:07
31955         Log: Update the history records.
31956      Branch: perl
31957            ! pod/perlhist.pod
31958 ____________________________________________________________________________
31959 [ 20768] By: jhi                                   on 2003/08/19  12:15:58
31960         Log: Still trying to unify MANIFEST sorting.
31961      Branch: perl
31962            ! MANIFEST pod/buildtoc
31963 ____________________________________________________________________________
31964 [ 20767] By: jhi                                   on 2003/08/19  12:10:00
31965         Log: Try to unify the MANIFEST sorting.
31966      Branch: perl
31967            ! MANIFEST Makefile.SH pod/buildtoc
31968 ____________________________________________________________________________
31969 [ 20766] By: jhi                                   on 2003/08/19  12:04:22
31970         Log: Nicholas Clark's podulator.  The win32 makefile
31971              generation doesn't seem to be working yet.
31972      Branch: perl
31973            + pod.lst pod/buildtoc
31974            - pod/buildtoc.PL
31975            ! MANIFEST Makefile.SH pod/Makefile.SH pod/perl.pod
31976            ! pod/perltoc.pod vms/descrip_mms.template win32/pod.mak
31977 ____________________________________________________________________________
31978 [ 20765] By: jhi                                   on 2003/08/19  03:10:57
31979         Log: Pod tweaks for NEXT from Alan Ferrency.
31980      Branch: perl
31981            ! lib/NEXT.pm
31982 ____________________________________________________________________________
31983 [ 20764] By: jhi                                   on 2003/08/18  19:34:16
31984         Log: Typo tweaks from Gerrit P. Haase.  Fcntl, fcntl, fcntl.
31985      Branch: perl
31986            ! ext/Fcntl/Fcntl.pm pod/perlfunc.pod t/io/utf8.t
31987 ____________________________________________________________________________
31988 [ 20763] By: jhi                                   on 2003/08/18  19:01:33
31989         Log: Subject: [PATCH: perl@20760] VMS specific fix for lib/ExtUtils/t/Manifest.t
31990              From: PPrymmer@factset.com
31991              Date: Mon, 18 Aug 2003 15:57:12 -0400
31992              Message-ID: <OF314202D4.49371ADF-ON85256D86.006CEBE2-85256D86.006D9AA7@factset.com>
31993      Branch: perl
31994            ! lib/ExtUtils/t/Manifest.t
31995 ____________________________________________________________________________
31996 [ 20762] By: jhi                                   on 2003/08/18  18:57:22
31997         Log: Subject: [PATCH: perl@20760] clean up quotation issue for use with MMS on VMS
31998              From: PPrymmer@factset.com
31999              Date: Mon, 18 Aug 2003 14:28:22 -0400
32000              Message-ID: <OFAF7796C8.7F204EDE-ON85256D86.0063976D-85256D86.006578B0@factset.com>
32001      Branch: perl
32002            ! vms/descrip_mms.template
32003 ____________________________________________________________________________
32004 [ 20761] By: jhi                                   on 2003/08/18  18:53:05
32005         Log: Use the base class cwd() method.
32006      Branch: perl
32007            ! lib/File/Spec/VMS.pm
32008 ____________________________________________________________________________
32009 [ 20758] By: jhi                                   on 2003/08/18  09:37:22
32010         Log: Subject: [PATCH] Uppercase globals in Pod::Html
32011              From: Michael G Schwern <schwern@pobox.com>
32012              Date: Mon, 18 Aug 2003 03:29:09 -0700
32013              Message-ID: <20030818102909.GJ823@windhund.schwern.org>
32014      Branch: perl
32015            ! lib/Pod/Html.pm
32016 ____________________________________________________________________________
32017 [ 20756] By: jhi                                   on 2003/08/18  08:46:52
32018         Log: Subject: [PATCH] Pod::Html  unifying global variable declaration and initialization
32019              From: Michael G Schwern <schwern@pobox.com>
32020              Date: Mon, 18 Aug 2003 02:44:31 -0700
32021              Message-ID: <20030818094431.GG823@windhund.schwern.org>
32022      Branch: perl
32023            ! lib/Pod/Html.pm
32024 ____________________________________________________________________________
32025 [ 20755] By: jhi                                   on 2003/08/18  08:41:24
32026         Log: Warn about the slowness of memory debuggers.
32027      Branch: perl
32028            ! pod/perlhack.pod
32029 ____________________________________________________________________________
32030 [ 20754] By: jhi                                   on 2003/08/18  08:34:00
32031         Log: Upgrade to ExtUtils::MakeMaker 6.16.
32032      Branch: perl
32033            + lib/ExtUtils/t/prereq_print.t
32034            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Installed.pm
32035            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml
32036            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
32037            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
32038            ! lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/Manifest.t
32039 ____________________________________________________________________________
32040 [ 20753] By: jhi                                   on 2003/08/18  08:21:36
32041         Log: Subject: Re: [PATCH] Pod::Html test clean-up (was Re: maint @ 20617 (on VMS))
32042              From: Michael G Schwern <schwern@pobox.com>
32043              Date: Mon, 18 Aug 2003 01:34:34 -0700
32044              Message-ID: <20030818083433.GB823@windhund.schwern.org>
32045      Branch: perl
32046            ! lib/Pod/Html.pm lib/Pod/t/pod2html-lib.pl
32047 ____________________________________________________________________________
32048 [ 20752] By: jhi                                   on 2003/08/18  07:01:16
32049         Log: I could have sworn the base class method was there.
32050      Branch: perl
32051            ! lib/File/Spec/Unix.pm
32052 ____________________________________________________________________________
32053 [ 20751] By: jhi                                   on 2003/08/18  05:09:34
32054         Log: utf8::is_utf8() wasn't there in 5.8.0.
32055      Branch: perl
32056            ! lib/utf8.pm
32057 ____________________________________________________________________________
32058 [ 20750] By: jhi                                   on 2003/08/18  04:53:22
32059         Log: Subject: [PATCH] Pod::Html test clean-up (was Re: maint @ 20617 (on VMS))
32060              From: "Craig A. Berry" <craigberry@mac.com>
32061              Date: Sun, 17 Aug 2003 23:28:21 -0500
32062              Message-ID: <3F4055E5.2070407@mac.com>
32063      Branch: perl
32064            ! lib/Pod/Html.pm lib/Pod/t/pod2html-lib.pl
32065 ____________________________________________________________________________
32066 [ 20749] By: jhi                                   on 2003/08/17  19:27:03
32067         Log: Subject: [PATCH] Taint safe Cwd::_qnx_abs_path()
32068              From: Michael G Schwern <schwern@pobox.com>
32069              Date: Sat, 16 Aug 2003 14:58:25 -0700
32070              Message-ID: <20030816215824.GF5859@windhund.schwern.org>
32071
32072              (plus local *REALPATH)
32073      Branch: perl
32074            ! lib/Cwd.pm
32075 ____________________________________________________________________________
32076 [ 20747] By: jhi                                   on 2003/08/17  08:44:18
32077         Log: Subject: [PATCH] Re: [BUG] string loses its utf8 flag on die
32078              From: Enache Adrian <enache@rdslink.ro>
32079              Date: Sat, 16 Aug 2003 16:03:16 +0300
32080              Message-ID: <20030816130316.GA1654@ratsnest.hole>
32081
32082              Subject: Re: [PATCH] Re: [BUG] string loses its utf8 flag on die
32083              From: Enache Adrian <enache@rdslink.ro>
32084              Date: Sun, 17 Aug 2003 04:42:22 +0300
32085              Message-ID: <20030817014222.GA1287@ratsnest.hole>
32086      Branch: perl
32087            ! t/op/die.t util.c
32088 ____________________________________________________________________________
32089 [ 20745] By: jhi                                   on 2003/08/17  07:52:47
32090         Log: The lib/Cwd.pm diet part of
32091
32092              Subject: [PATCH] File::Spec on diet
32093              From: Tels <perl_dummy@bloodgate.com>
32094              Date: Mon, 7 Jul 2003 22:41:42 +0200
32095              Message-Id: <200307072235.03364@bloodgate.com>
32096      Branch: perl
32097            ! lib/Cwd.pm
32098 ____________________________________________________________________________
32099 [ 20744] By: jhi                                   on 2003/08/17  07:50:00
32100         Log: The "reduce memory footprint and increase speed by not
32101              unconditionally pulling in Cwd"    part of
32102
32103              Subject: [PATCH] File::Spec on diet
32104              From: Tels <perl_dummy@bloodgate.com>
32105              Date: Mon, 7 Jul 2003 22:41:42 +0200
32106              Message-Id: <200307072235.03364@bloodgate.com>
32107
32108              was still valid.
32109      Branch: perl
32110            ! lib/File/Spec/Cygwin.pm lib/File/Spec/Epoc.pm
32111            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
32112            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
32113            ! lib/File/Spec/Win32.pm
32114 ____________________________________________________________________________
32115 [ 20741] By: jhi                                   on 2003/08/17  06:53:07
32116         Log: File::Temp 0.14 from Tim Jenness, now with OO interface.
32117      Branch: perl
32118            ! lib/File/Temp.pm
32119 ____________________________________________________________________________
32120 [ 20739] By: jhi                                   on 2003/08/16  21:03:07
32121         Log: Subject: [PATCH: perl@20724] fixes for installperl and the vmsdebug build on VMS
32122              From: PPrymmer@factset.com
32123              Date: Sat, 16 Aug 2003 11:55:58 -0400
32124              Message-ID: <OFA82C9B0A.6463DD81-ON85256D84.0056DF1B-85256D84.005784F2@factset.com>
32125      Branch: perl
32126            ! installperl
32127 ____________________________________________________________________________
32128 [ 20738] By: jhi                                   on 2003/08/16  20:39:47
32129         Log: Update to Filter::Util::Call 1.6 from CPAN, but keep our
32130              $VERSION at 1.601 so that we are different in version
32131              than 5.8.0 since the module is different (one doc tweak).
32132      Branch: perl
32133            ! ext/Filter/Util/Call/Call.pm
32134 ____________________________________________________________________________
32135 [ 20737] By: jhi                                   on 2003/08/16  20:25:21
32136         Log: valgrind --help didn't return a happy exit status.
32137      Branch: perl
32138            ! Makefile.SH
32139 ____________________________________________________________________________
32140 [ 20736] By: rgs                                   on 2003/08/16  19:54:43
32141         Log: Avoid a "Subroutine Cwd::fastcwd redefined" warning when
32142              loading Cwd. Undefing &Cwd::fastcwd beforehand is inconvenient
32143              because loading the XS part of Cwd might fail.
32144      Branch: perl
32145            ! lib/Cwd.pm
32146 ____________________________________________________________________________
32147 [ 20735] By: rgs                                   on 2003/08/16  19:39:39
32148         Log: Subject: [patch lib/utf8.pm] doc tweaks
32149              From: Stas Bekman <stas@stason.org>
32150              Date: Sat, 16 Aug 2003 13:30:28 -0700
32151              Message-ID: <3F3E9464.3030202@stason.org>
32152      Branch: perl
32153            ! lib/utf8.pm
32154 ____________________________________________________________________________
32155 [ 20734] By: rgs                                   on 2003/08/16  19:32:05
32156         Log: Subject: [PATCH] Taint problems in Cwd::abs_path
32157              From: Michael G Schwern <schwern@pobox.com>
32158              Date: Fri, 15 Aug 2003 18:43:45 -0700
32159              Message-ID: <20030816014345.GE4023@windhund.schwern.org>
32160      Branch: perl
32161            ! ext/Cwd/t/taint.t lib/Cwd.pm
32162 ____________________________________________________________________________
32163 [ 20733] By: jhi                                   on 2003/08/16  17:03:15
32164         Log: No ODBM for Mac OS X, even if we have Fink GDBM libraries.
32165      Branch: perl
32166            ! hints/darwin.sh
32167 ____________________________________________________________________________
32168 [ 20732] By: jhi                                   on 2003/08/16  16:52:50
32169         Log: Add valgrind testing target.
32170      Branch: perl
32171            ! Makefile.SH pod/perlhack.pod t/TEST
32172 ____________________________________________________________________________
32173 [ 20731] By: jhi                                   on 2003/08/16  14:37:33
32174         Log: More networking negativity.
32175      Branch: perl
32176            ! pod/perlport.pod
32177 ____________________________________________________________________________
32178 [ 20730] By: rgs                                   on 2003/08/16  12:12:43
32179         Log: Remove a useless vstring reference in perlnumber.pod.
32180      Branch: perl
32181            ! pod/perlnumber.pod
32182 ____________________________________________________________________________
32183 [ 20729] By: jhi                                   on 2003/08/16  10:11:30
32184         Log: README.macosx updates about known problems.
32185      Branch: perl
32186            ! README.macosx
32187 ____________________________________________________________________________
32188 [ 20728] By: jhi                                   on 2003/08/16  08:32:04
32189         Log: Subject: [PATCH] Small test tweak for Memoize/t/error.t
32190              From: Andreas J Koenig <andreas.koenig@anima.de>
32191              Date: Fri, 15 Aug 2003 11:55:22 +0200
32192              Message-ID: <87smo39red.fsf@franz.ak.mind.de>
32193      Branch: perl
32194            ! lib/Memoize/t/errors.t
32195 ____________________________________________________________________________
32196 [ 20727] By: jhi                                   on 2003/08/16  07:25:08
32197         Log: Upgrade to File::Temp 0.13 from CPAN--
32198              but since we had a '0.13' already in 5.8.0, make this
32199              still a '0.131'.
32200      Branch: perl
32201            ! lib/File/Temp.pm lib/File/Temp/t/mktemp.t
32202            ! lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
32203            ! lib/File/Temp/t/tempfile.t
32204 ____________________________________________________________________________
32205 [ 20726] By: jhi                                   on 2003/08/15  20:29:10
32206         Log: Clarify the E flag.
32207      Branch: perl
32208            ! embed.fnc
32209 ____________________________________________________________________________
32210 [ 20725] By: jhi                                   on 2003/08/15  15:37:36
32211         Log: Integrate from maint:
32212              [ 20724]
32213              No peeking before the buffer.
32214              (This was probably the random failure showing up
32215              in Solaris with t/uni/tr_7jis.t)
32216      Branch: perl
32217           !> toke.c
32218 ____________________________________________________________________________
32219 [ 20721] By: jhi                                   on 2003/08/15  08:44:42
32220         Log: Subject: [PATCH] TEST script (Was: Not ok 20712ff)
32221              From: Andreas J Koenig <andreas.koenig@anima.de>
32222              Date: Fri, 15 Aug 2003 11:37:29 +0200
32223              Message-ID: <87wudf9s86.fsf_-_@franz.ak.mind.de>
32224      Branch: perl
32225            ! t/TEST
32226 ____________________________________________________________________________
32227 [ 20720] By: jhi                                   on 2003/08/15  08:40:07
32228         Log: Integrate from maint:
32229              [ 20719]
32230              no_plan is not a good plan until TEST is fixed.
32231      Branch: perl
32232           !> lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/unseen.t
32233 ____________________________________________________________________________
32234 [ 20717] By: jhi                                   on 2003/08/15  05:06:39
32235         Log: Up the F::S subpackage versions; up the JPL JNI.pm version
32236              (the JPL cvs seems to be out of order), the only real change
32237              (in JNI.xs) seems to have been CRLF->LF conversion.
32238      Branch: perl
32239            ! jpl/JNI/JNI.pm lib/File/Spec/Cygwin.pm lib/File/Spec/Unix.pm
32240 ____________________________________________________________________________
32241 [ 20716] By: jhi                                   on 2003/08/15  04:58:34
32242         Log: Upgrade to Test::Harness 2.30.
32243      Branch: perl
32244            ! lib/Test/Harness.pm lib/Test/Harness/Changes
32245            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/pod.t
32246 ____________________________________________________________________________
32247 [ 20715] By: jhi                                   on 2003/08/15  04:41:37
32248         Log: Damian replied that he'll make a CPAN Switch 2.10
32249              out of 5.8.1 Switch 2.10.
32250      Branch: perl
32251            ! lib/Switch.pm
32252 ____________________________________________________________________________
32253 [ 20714] By: jhi                                   on 2003/08/14  18:35:07
32254         Log: Add PerlIO::via::QuotedPrint to Maintainers.
32255      Branch: perl
32256            ! Porting/Maintainers.pl
32257 ____________________________________________________________________________
32258 [ 20713] By: jhi                                   on 2003/08/14  18:33:06
32259         Log: Upgrade to PerlIO::via::Quoted 0.05.
32260      Branch: perl
32261            ! lib/PerlIO/via/QuotedPrint.pm lib/PerlIO/via/t/QuotedPrint.t
32262 ____________________________________________________________________________
32263 [ 20712] By: jhi                                   on 2003/08/14  18:29:19
32264         Log: Upgrade to NEXT 0.60.
32265      Branch: perl
32266            ! lib/NEXT.pm lib/NEXT/Changes lib/NEXT/README
32267            ! lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/unseen.t
32268 ____________________________________________________________________________
32269 [ 20711] By: jhi                                   on 2003/08/14  17:31:55
32270         Log: perlcheat is a reference, not tutorial.
32271      Branch: perl
32272            ! pod/perl.pod
32273 ____________________________________________________________________________
32274 [ 20710] By: jhi                                   on 2003/08/14  16:48:34
32275         Log: Subject: PATCH RC4 IO::Dir
32276              From: Mark Jason Dominus <mjd@plover.com>
32277              Date: Thu, 14 Aug 2003 12:02:59 -0400
32278              Message-ID: <20030814160259.27586.qmail@plover.com>
32279      Branch: perl
32280            ! ext/IO/lib/IO/Dir.pm
32281 ____________________________________________________________________________
32282 [ 20708] By: jhi                                   on 2003/08/14  14:45:20
32283         Log: win32/fcrypt.c was forgotten.
32284      Branch: perl
32285            ! MANIFEST
32286 ____________________________________________________________________________
32287 [ 20706] By: jhi                                   on 2003/08/14  14:40:30
32288         Log: Not so great a version bump, let Paul release 0.17.
32289      Branch: perl
32290            ! ext/Filter/Util/Call/Call.pm
32291 ____________________________________________________________________________
32292 [ 20705] By: jhi                                   on 2003/08/14  14:38:40
32293         Log: One more XS change versus no VERSION change.
32294              (Remaining in JNI.pm/xs, don't know what to about that
32295              since JNI is kind of "stable".)
32296      Branch: perl
32297            ! ext/Filter/Util/Call/Call.pm
32298 ____________________________________________________________________________
32299 [ 20704] By: jhi                                   on 2003/08/14  14:36:45
32300         Log: XS contents changes versus VERSION non-changes.
32301      Branch: perl
32302            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
32303            ! ext/PerlIO/scalar/scalar.pm ext/SDBM_File/SDBM_File.pm
32304            ! ext/Socket/Socket.pm
32305 ____________________________________________________________________________
32306 [ 20702] By: jhi                                   on 2003/08/14  14:24:40
32307         Log: Subject: [PATCH perl@20684] Include fcrypt.c for crypt() on Windows
32308              From: Steve Hay <steve.hay@uk.radan.com>
32309              Date: Thu, 14 Aug 2003 15:39:16 +0100
32310              Message-ID: <3F3B9F14.4040609@uk.radan.com>
32311
32312              (Sarathy okayed the idea.)
32313      Branch: perl
32314            + win32/fcrypt.c
32315            - win32/des_fcrypt.patch
32316            ! MANIFEST README.win32 win32/Makefile win32/makefile.mk
32317 ____________________________________________________________________________
32318 [ 20701] By: jhi                                   on 2003/08/14  14:17:42
32319         Log: Subject: [DOC PATCH] warnings.pl
32320              From: Elizabeth Mattijsen <liz@dijkmat.nl>
32321              Date: Thu, 14 Aug 2003 13:12:55 +0200
32322              Message-id: <p05111b00bb611e8835e0@[192.168.56.3]>
32323
32324              (some rewording)
32325      Branch: perl
32326            ! lib/warnings.pm warnings.pl
32327 ____________________________________________________________________________
32328 [ 20700] By: gbarr                                 on 2003/08/14  14:12:45
32329         Log: Update to Scalar-List-Utils 1.12
32330      Branch: perl
32331            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
32332            ! ext/List/Util/lib/List/Util.pm
32333            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/reduce.t
32334 ____________________________________________________________________________
32335 [ 20699] By: jhi                                   on 2003/08/14  13:16:27
32336         Log: All the authors of these modules have now been contacted;
32337              but assuming no CPAN updates are upcoming, here are 'fake'
32338              version updates to make us different from 5.8.0.
32339              (List::Util+Scalar::Util will soon be updated;
32340              File::Spec CPAN release will be made based on 5.8.1.)
32341      Branch: perl
32342            ! ext/Data/Dumper/Dumper.pm lib/CGI/Fast.pm lib/CGI/Util.pm
32343            ! lib/File/Temp.pm lib/Locale/Country.pm lib/Locale/Currency.pm
32344            ! lib/Locale/Language.pm lib/Locale/Script.pm lib/Switch.pm
32345            ! lib/Test/Harness/Straps.pm lib/Text/Wrap.pm
32346 ____________________________________________________________________________
32347 [ 20697] By: jhi                                   on 2003/08/14  07:05:48
32348         Log: Make the blead versions of these be newer...
32349      Branch: perl
32350            ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
32351 ____________________________________________________________________________
32352 [ 20696] By: jhi                                   on 2003/08/14  06:51:34
32353         Log: Tweak from Slaven to catch also changed .xs files
32354              (.pm -> .xs name equivalence is assumed)
32355      Branch: perl
32356            ! Porting/cmpVERSION.pl
32357 ____________________________________________________________________________
32358 [ 20695] By: jhi                                   on 2003/08/14  06:44:10
32359         Log: Diffs-sans-version-diffs between blead and maint.
32360      Branch: perl
32361            ! ext/B/B.pm ext/B/B/C.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm
32362            ! ext/Devel/PPPort/PPPort.pm lib/English.pm lib/overload.pm
32363            ! lib/warnings.pm warnings.pl
32364 ____________________________________________________________________________
32365 [ 20692] By: jhi                                   on 2003/08/14  05:23:58
32366         Log: One more VERSION bump.
32367      Branch: perl
32368            ! lib/SelfLoader.pm
32369 ____________________________________________________________________________
32370 [ 20691] By: jhi                                   on 2003/08/14  05:21:20
32371         Log: Add a known exception.
32372      Branch: perl
32373            ! Porting/cmpVERSION.pl
32374 ____________________________________________________________________________
32375 [ 20689] By: jhi                                   on 2003/08/14  04:54:18
32376         Log: The blead version has got the dor.
32377      Branch: perl
32378            ! ext/Opcode/Opcode.pm
32379 ____________________________________________________________________________
32380 [ 20688] By: jhi                                   on 2003/08/14  04:51:30
32381         Log: A swath of VERSION patches from Nicholas Clark.
32382      Branch: perl
32383            ! lib/AutoSplit.pm lib/CPAN/Nox.pm lib/Cwd.pm lib/English.pm
32384            ! lib/File/Basename.pm lib/File/Copy.pm lib/File/Path.pm
32385            ! lib/Hash/Util.pm lib/Net/hostent.pm lib/Net/servent.pm
32386            ! lib/Text/Abbrev.pm lib/Thread/Semaphore.pm lib/Tie/Array.pm
32387            ! lib/Tie/RefHash.pm lib/UNIVERSAL.pm lib/Unicode/UCD.pm
32388            ! lib/attributes.pm lib/base.pm lib/diagnostics.pm lib/fields.pm
32389            ! lib/filetest.pm lib/open.pm lib/overload.pm lib/utf8.pm
32390            ! lib/vmsish.pm os2/OS2/Process/Process.pm
32391            ! os2/OS2/REXX/DLL/DLL.pm t/TestInit.pm
32392            ! t/lib/MakeMaker/Test/Utils.pm t/lib/Math/BigInt/BareCalc.pm
32393            ! vms/ext/Filespec.pm warnings.pl
32394 ____________________________________________________________________________
32395 [ 20687] By: jhi                                   on 2003/08/13  18:53:15
32396         Log: Alpha version numbers noticed by Schwern.
32397              (These hacks are no more needed since the PAUSE indexer no
32398              more indexes the insides of Perl distributions, says Andreas.)
32399      Branch: perl
32400            ! ext/Devel/DProf/DProf.pm ext/Devel/Peek/Peek.pm
32401            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
32402            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
32403            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
32404            ! ext/IPC/SysV/SysV.pm
32405 ____________________________________________________________________________
32406 [ 20686] By: jhi                                   on 2003/08/13  18:42:50
32407         Log: Subject: Re: script wanted
32408              From: Nicholas Clark <nick@ccl4.org>
32409              Date: Wed, 13 Aug 2003 20:46:09 +0100
32410              Message-ID: <20030813204609.G20130@plum.flirble.org>
32411      Branch: perl
32412            ! ext/B/B.pm ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/Debug.pm
32413            ! ext/B/B/Lint.pm ext/Fcntl/Fcntl.pm ext/File/Glob/Glob.pm
32414            ! ext/IO/IO.pm ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
32415            ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
32416            ! ext/IO/lib/IO/Socket/INET.pm ext/IPC/SysV/Msg.pm
32417            ! ext/IPC/SysV/Semaphore.pm ext/POSIX/POSIX.pm
32418            ! ext/Sys/Hostname/Hostname.pm ext/Sys/Syslog/Syslog.pm
32419            ! ext/re/re.pm ext/threads/shared/shared.pm
32420            ! ext/threads/threads.pm
32421 ____________________________________________________________________________
32422 [ 20685] By: jhi                                   on 2003/08/13  18:24:50
32423         Log: Subject: Re: script wanted
32424              From: Enache Adrian <enache@rdslink.ro>
32425              Date: Wed, 13 Aug 2003 22:31:18 +0300
32426              Message-ID: <20030813193118.GA1273@ratsnest.hole>
32427      Branch: perl
32428            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Assembler.pm
32429            ! ext/B/B/Disassembler.pm
32430 ____________________________________________________________________________
32431 [ 20681] By: jhi                                   on 2003/08/13  17:13:12
32432         Log: Subject: [PATCH lib/lib_pm.PL utils/perlcc.PL utils/h2xs.PL] RE: script wanted
32433              From: Robin Barker <Robin.Barker@npl.co.uk>
32434              Date: Wed, 13 Aug 2003 18:05:38 +0100
32435              Message-ID: <533D273D4014D411AB1D00062938C4D904046637@hotel.npl.co.uk>
32436      Branch: perl
32437            ! lib/lib_pm.PL utils/h2xs.PL utils/perlcc.PL
32438 ____________________________________________________________________________
32439 [ 20680] By: jhi                                   on 2003/08/13  17:11:38
32440         Log: Subject: [PATCH] GNU Public General Public General GNU Public License License
32441              From: Michael G Schwern <schwern@pobox.com>
32442              Date: Wed, 13 Aug 2003 11:15:40 -0700
32443              Message-ID: <20030813181539.GA22658@windhund.schwern.org>
32444      Branch: perl
32445            ! pod/perlartistic.pod pod/perlgpl.pod
32446 ____________________________________________________________________________
32447 [ 20678] By: jhi                                   on 2003/08/13  13:46:18
32448         Log: Add cmpVERSION.pl from Slaven for comparing two
32449              Perl source trees for modules that have changed
32450              but have the same version numbers.
32451      Branch: perl
32452            + Porting/cmpVERSION.pl
32453            ! MANIFEST
32454 ____________________________________________________________________________
32455 [ 20676] By: jhi                                   on 2003/08/13  12:03:08
32456         Log: Make Johan's confusion go away, but there are no doubt more
32457              similar cases.
32458      Branch: perl
32459            ! lib/File/Find.pm
32460 ____________________________________________________________________________
32461 [ 20674] By: jhi                                   on 2003/08/13  11:57:47
32462         Log: Make (hopefully) the Windows CR CR LF bug go away
32463              by making the CRLF layer repel any other CRLF layers.
32464              In other words: binmode(FH, ":crlf") in e.g. Win32
32465              is effectively a no-op since there already is one
32466              CRLF layer in the stack by default.
32467      Branch: perl
32468            ! perlio.c pod/perlrun.pod t/io/crlf.t t/io/layers.t
32469 ____________________________________________________________________________
32470 [ 20673] By: jhi                                   on 2003/08/13  10:29:56
32471         Log: One tweak from Dave Mitchell.
32472      Branch: perl
32473            ! pod/perlport.pod
32474 ____________________________________________________________________________
32475 [ 20672] By: jhi                                   on 2003/08/13  10:27:54
32476         Log: One tweak for microperl in OS/2.
32477      Branch: perl
32478            ! perl.h
32479 ____________________________________________________________________________
32480 [ 20671] By: merijn                                on 2003/08/13  08:57:27
32481         Log: Subject: [PATCH] another VMS pod nit
32482              From: "Craig A. Berry" <craigberry@mac.com>
32483              Date: Wed, 13 Aug 2003 01:01:46 -0500
32484              Message-ID: <3F39D44A.4010207@mac.com>
32485      Branch: perl
32486            ! vms/descrip_mms.template
32487 ____________________________________________________________________________
32488 [ 20670] By: merijn                                on 2003/08/13  08:54:45
32489         Log: Subject: [PATCH Tie::File] turn the alarm off in the tests (was Re: maint @ 20617 (on VMS))
32490              From: "Craig A. Berry" <craigberry@mac.com>
32491              Date: Tue, 12 Aug 2003 21:12:00 -0500
32492              Message-ID: <3F399E70.4050607@mac.com>
32493      Branch: perl
32494            ! lib/Tie/File/t/24_cache_loop.t lib/Tie/File/t/29_downcopy.t
32495            ! lib/Tie/File/t/29a_upcopy.t
32496 ____________________________________________________________________________
32497 [ 20669] By: jhi                                   on 2003/08/13  06:06:39
32498         Log: More don't:s for nyetworking.
32499      Branch: perl
32500            ! pod/perlport.pod
32501 ____________________________________________________________________________
32502 [ 20668] By: rgs                                   on 2003/08/12  20:27:41
32503         Log: perlipc thinko by John P. Linderman.
32504      Branch: perl
32505            ! pod/perlipc.pod
32506 ____________________________________________________________________________
32507 [ 20666] By: jhi                                   on 2003/08/12  20:02:13
32508         Log: Subject: Re: maint @ 20617 [PATCH]
32509              From: =?iso-8859-1?q?Sreeji=20K=20Das?= <sreeji_k@yahoo.com>
32510              Date: Tue, 12 Aug 2003 13:19:00 +0100 (BST)
32511              Message-ID: <20030812121900.26127.qmail@web10501.mail.yahoo.com>
32512      Branch: perl
32513            ! lib/ExtUtils/Installed.pm
32514 ____________________________________________________________________________
32515 [ 20665] By: jhi                                   on 2003/08/12  19:59:54
32516         Log: README.cygwin updates from Gerrit P. Haase.
32517      Branch: perl
32518            ! README.cygwin
32519 ____________________________________________________________________________
32520 [ 20664] By: jhi                                   on 2003/08/12  19:57:53
32521         Log: Do some updates also on pod.mak -- which seems to
32522              be badly out of date.
32523      Branch: perl
32524            ! win32/pod.mak
32525 ____________________________________________________________________________
32526 [ 20663] By: jhi                                   on 2003/08/12  19:48:01
32527         Log: More missing pods for VMS.
32528      Branch: perl
32529            ! vms/descrip_mms.template
32530 ____________________________________________________________________________
32531 [ 20662] By: jhi                                   on 2003/08/12  19:43:46
32532         Log: Subject: [PATCH: perl@20617] add handling for new perlreref.pod file to VMS build.
32533              From: PPrymmer@factset.com
32534              Date: Tue, 12 Aug 2003 16:24:21 -0400
32535              Message-ID: <OF26F453CA.0F963A91-ON85256D80.006F991A-85256D80.007017F2@factset.com>
32536      Branch: perl
32537            ! vms/descrip_mms.template
32538 ____________________________________________________________________________
32539 [ 20661] By: jhi                                   on 2003/08/12  19:41:50
32540         Log: perlreref tweaks from SADAHIRO Tomoyuki and Ian Truskett.
32541      Branch: perl
32542            ! pod/perlreref.pod
32543 ____________________________________________________________________________
32544 [ 20660] By: jhi                                   on 2003/08/12  18:44:27
32545         Log: A better patch from Yitzchak Scott-Thoennes for [perl #23287].
32546      Branch: perl
32547            ! pp_sys.c
32548 ____________________________________________________________________________
32549 [ 20657] By: jhi                                   on 2003/08/12  13:55:56
32550         Log: Multiline one-liners are a bit too much to ask.
32551      Branch: perl
32552            ! t/op/closure.t
32553 ____________________________________________________________________________
32554 [ 20654] By: jhi                                   on 2003/08/12  13:23:00
32555         Log: Add perlcheat to the toc and perl.pod; regen toc.
32556      Branch: perl
32557            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
32558 ____________________________________________________________________________
32559 [ 20653] By: jhi                                   on 2003/08/12  13:15:17
32560         Log: Retract #20644 and #20643; on non-microperl non-fcntl
32561              systems Wrong Thing would be done.  (And as Sarathy
32562              points out, closing both ends of a pipe is rather
32563              identical to never opening it...)
32564      Branch: perl
32565            ! pp_sys.c util.c
32566 ____________________________________________________________________________
32567 [ 20652] By: ams                                   on 2003/08/12  13:06:40
32568         Log: Subject: perlcheat
32569              From: Juerd <juerd@cpan.org>
32570              Date: Mon, 11 Aug 2003 20:24:34 +0200
32571              Message-Id: <20030811182434.GI17748@c3.convolution.nl>
32572      Branch: perl
32573            + pod/perlcheat.pod
32574            ! MANIFEST
32575 ____________________________________________________________________________
32576 [ 20651] By: jhi                                   on 2003/08/12  12:52:09
32577         Log: Microperl expects C89 (like the rest of Perl).
32578      Branch: perl
32579            ! README.micro
32580 ____________________________________________________________________________
32581 [ 20650] By: jhi                                   on 2003/08/12  12:32:29
32582         Log: Subject: [PATCH 5.8.1 @20218] xsubpp: wrong code
32583              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
32584              Date: Sun, 3 Aug 2003 06:19:02 -0700
32585              Message-ID: <20030803131902.GA5146@math.berkeley.edu>
32586      Branch: perl
32587            ! lib/ExtUtils/xsubpp
32588 ____________________________________________________________________________
32589 [ 20648] By: jhi                                   on 2003/08/12  11:56:52
32590         Log: If we are void we cannot return a value.
32591      Branch: perl
32592            ! mg.c
32593 ____________________________________________________________________________
32594 [ 20647] By: jhi                                   on 2003/08/12  11:54:32
32595         Log: Oops.
32596      Branch: perl
32597            ! perl.c
32598 ____________________________________________________________________________
32599 [ 20646] By: jhi                                   on 2003/08/12  11:51:25
32600         Log: Apply much of Ilya's microperl patch, but instead of
32601              implementing the opendir()/readdir()/closedir() using
32602              external commands give up "ANSI-pureness" and define them
32603              in uconfig.sh, also define other stuff like rename() and putenv().
32604              Leave out the $| emulation in my_fork() since we are
32605              not supposed to have fork() under microperl.
32606      Branch: perl
32607            ! Makefile.micro README.micro doio.c mg.c perl.c perl.h
32608            ! perlvars.h pp_sys.c sv.c uconfig.h uconfig.sh util.c
32609 ____________________________________________________________________________
32610 [ 20645] By: jhi                                   on 2003/08/12  10:40:54
32611         Log: Localize PARENT (based on Ilya's microperl patch).
32612      Branch: perl
32613            ! lib/Cwd.pm
32614 ____________________________________________________________________________
32615 [ 20644] By: jhi                                   on 2003/08/12  10:37:55
32616         Log: More microperlish faking in case no fcntl F_SETFD for pipes.
32617      Branch: perl
32618            ! util.c
32619 ____________________________________________________________________________
32620 [ 20643] By: jhi                                   on 2003/08/12  10:13:53
32621         Log: A generally useful hunk from Ilya's microperl patch.
32622              (If no fcntl F_SETFD, fake it the best we can.)
32623      Branch: perl
32624            ! pp_sys.c
32625 ____________________________________________________________________________
32626 [ 20640] By: jhi                                   on 2003/08/12  09:59:16
32627         Log: returning would be good, too.
32628      Branch: perl
32629            ! ext/Safe/t/safeops.t
32630 ____________________________________________________________________________
32631 [ 20639] By: jhi                                   on 2003/08/12  09:57:07
32632         Log: No dor in maint.
32633      Branch: perl
32634            ! ext/Safe/t/safeops.t
32635 ____________________________________________________________________________
32636 [ 20634] By: jhi                                   on 2003/08/12  08:41:49
32637         Log: Subject: [PATCH 5.8.1 @19053] XSLoader revisted
32638              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
32639              Date: Mon, 21 Apr 2003 22:44:37 -0700
32640              Message-ID: <20030422054437.GA8297@math.berkeley.edu>
32641
32642              (the XSLoader doc hunk; the h2xs looks like a behavioural change)
32643      Branch: perl
32644            ! ext/DynaLoader/XSLoader_pm.PL
32645 ____________________________________________________________________________
32646 [ 20633] By: jhi                                   on 2003/08/12  08:31:01
32647         Log: Subject: [PATCH h2xs] produce Foo-Bar/lib/Foo/Bar.pm
32648              From: Michael G Schwern <schwern@pobox.com>
32649              Date: Sat, 9 Aug 2003 15:03:02 -0700
32650              Message-ID: <20030809220301.GE24919@windhund.schwern.org>
32651
32652              (plus one extra catfile() in h2xs.t)
32653      Branch: perl
32654            ! lib/h2xs.t utils/h2xs.PL
32655 ____________________________________________________________________________
32656 [ 20632] By: jhi                                   on 2003/08/12  08:11:08
32657         Log: The Debian people have expressed a wish for the boilerplate
32658              being specific about the Perl version; patch from Nicholas Clark.
32659      Branch: perl
32660            ! utils/h2xs.PL
32661 ____________________________________________________________________________
32662 [ 20631] By: jhi                                   on 2003/08/12  08:09:43
32663         Log: A new try from Dave Mitchell for [perl #23265].
32664      Branch: perl
32665            ! pad.c t/op/closure.t
32666 ____________________________________________________________________________
32667 [ 20630] By: jhi                                   on 2003/08/12  07:59:22
32668         Log: Fix for [perl #23287] segfault in untie.
32669              (Well, at least no more coredump.)
32670      Branch: perl
32671            ! pp_sys.c t/op/tie.t
32672 ____________________________________________________________________________
32673 [ 20629] By: jhi                                   on 2003/08/12  06:24:32
32674         Log: =head2 ALL CAPS
32675      Branch: perl
32676            ! pod/perlreref.pod
32677 ____________________________________________________________________________
32678 [ 20628] By: jhi                                   on 2003/08/12  06:22:25
32679         Log: Too enthusiastic head2-ing.
32680      Branch: perl
32681            ! pod/perlreref.pod
32682 ____________________________________________________________________________
32683 [ 20627] By: jhi                                   on 2003/08/12  05:17:14
32684         Log: Gotta Get'em Cases Right.
32685      Branch: perl
32686            ! pod/perlreref.pod
32687 ____________________________________________________________________________
32688 [ 20626] By: jhi                                   on 2003/08/12  05:04:02
32689         Log: head2-ify many of the head1s, will probably make this look
32690              better in HTML.
32691      Branch: perl
32692            ! pod/perlreref.pod
32693 ____________________________________________________________________________
32694 [ 20625] By: jhi                                   on 2003/08/12  04:55:32
32695         Log: Subject: Re: [PATCH] perlreref.pod tweaks
32696              From: Iain Truskett <spoon@cpan.org>
32697              Date: Tue, 12 Aug 2003 13:59:27 +1000
32698              Message-ID: <20030812035927.GJ7914@gytha.anu.edu.au>
32699
32700              plus explain "Titlecase".
32701      Branch: perl
32702            ! pod/perlreref.pod
32703 ____________________________________________________________________________
32704 [ 20623] By: rgs                                   on 2003/08/11  19:59:17
32705         Log: Add a new regression test for Safe : tests that all ops
32706              can be trapped by a Safe compartement (except for the ones
32707              that can't.)
32708      Branch: perl
32709            + ext/Safe/t/safeops.t
32710            ! MANIFEST
32711 ____________________________________________________________________________
32712 [ 20622] By: rgs                                   on 2003/08/11  18:33:06
32713         Log: B::Deparse wasn't handling correctly builtins that
32714              have two filehandles in their prototypes (pipe, socketpair,
32715              accept) when non-bareword prototypes were used.
32716      Branch: perl
32717            ! ext/B/B/Deparse.pm
32718 ____________________________________________________________________________
32719 [ 20620] By: jhi                                   on 2003/08/11  17:08:29
32720         Log: Subject: [PATCH] [@20616] perlreref.pod incorrectly describes \c
32721              From: merlyn@stonehenge.com (Randal L. Schwartz)
32722              Date: 11 Aug 2003 09:45:29 -0700
32723              Message-ID: <86isp4kus6.fsf@blue.stonehenge.com>
32724
32725              Subject: [PATCH] perlreref.pod tweaks
32726              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
32727              Date: Mon, 11 Aug 2003 13:19:51 -0400
32728              Message-ID: <20030811171951.GA332851@linguist.thayer.dartmouth.edu>
32729
32730              Plus a note about {,n} not being a quantifier.
32731      Branch: perl
32732            ! pod/perlreref.pod
32733 ____________________________________________________________________________
32734 [ 20619] By: jhi                                   on 2003/08/11  15:50:34
32735         Log: Integrate:
32736              [ 20618]
32737              $* is not yet fully gone in 5.8.1.
32738      Branch: perl
32739           !> pod/perlreref.pod
32740 ____________________________________________________________________________
32741 [ 20614] By: nick                                  on 2003/08/11  12:14:55
32742         Log: Allow via layer to affect the PERLIO_F_UTF8 flag.
32743      Branch: perl
32744            ! ext/PerlIO/via/via.pm ext/PerlIO/via/via.xs
32745 ____________________________________________________________________________
32746 [ 20612] By: jhi                                   on 2003/08/11  10:55:19
32747         Log: VC6 warning: result still unsigned.
32748      Branch: perl
32749            ! regexec.c
32750 ____________________________________________________________________________
32751 [ 20611] By: jhi                                   on 2003/08/11  08:33:13
32752         Log: Typo fix from Boris Zentner.
32753      Branch: perl
32754            ! pod/perlfaq5.pod
32755 ____________________________________________________________________________
32756 [ 20609] By: jhi                                   on 2003/08/11  04:28:29
32757         Log: Subject: [perl #23273] warnings in Unicode::UCD
32758              From: Lukas Mai (via RT) <perlbug-followup@perl.org>
32759              Date: 10 Aug 2003 22:37:41 -0000
32760              Message-ID: <rt-23273-62473.18.6967347513833@rt.perl.org>
32761      Branch: perl
32762            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
32763 ____________________________________________________________________________
32764 [ 20608] By: jhi                                   on 2003/08/11  04:24:34
32765         Log: Explain the 'Wide character in print' a bit more.
32766      Branch: perl
32767            ! pod/perldiag.pod
32768 ____________________________________________________________________________
32769 [ 20607] By: rgs                                   on 2003/08/10  20:44:23
32770         Log: Subject: Re: killing for vital signs [PATCH]
32771              From: "John P. Linderman" <jpl@research.att.com>
32772              Date: Sun, 10 Aug 2003 15:44:33 -0400 (EDT)
32773              Message-Id: <200308101944.PAA96547@raptor.research.att.com>
32774      Branch: perl
32775            ! pod/perlfunc.pod pod/perlipc.pod
32776 ____________________________________________________________________________
32777 [ 20605] By: jhi                                   on 2003/08/10  20:38:39
32778         Log: gcc -ansi -pedantic cleanup; and a seemingly forgotten
32779              sv_placeholder hunk.
32780      Branch: perl
32781            ! perl.h sv.h
32782 ____________________________________________________________________________
32783 [ 20604] By: jhi                                   on 2003/08/10  20:14:28
32784         Log: Clarify the format checking instructions.
32785      Branch: perl
32786            ! Porting/pumpkin.pod
32787 ____________________________________________________________________________
32788 [ 20602] By: jhi                                   on 2003/08/10  19:45:45
32789         Log: Retract #20597, too many resulting core dumps.
32790      Branch: perl
32791            ! pad.c t/op/closure.t
32792 ____________________________________________________________________________
32793 [ 20597] By: jhi                                   on 2003/08/10  17:55:03
32794         Log: Subject: Re: [perl #23265] Nested anonymous subs
32795              From: Dave Mitchell <davem@fdgroup.com>
32796              Date: Sun, 10 Aug 2003 01:35:30 +0100
32797              Message-ID: <20030810003530.GB6547@fdgroup.com>
32798      Branch: perl
32799            ! pad.c t/op/closure.t
32800 ____________________________________________________________________________
32801 [ 20596] By: jhi                                   on 2003/08/10  17:38:35
32802         Log: Try simple workaround for the POSIX autosplit.ix warning.
32803      Branch: perl
32804            ! ext/POSIX/POSIX.pm
32805 ____________________________________________________________________________
32806 [ 20595] By: jhi                                   on 2003/08/10  17:33:12
32807         Log: One more PL_csighandlerp.
32808      Branch: perl
32809            ! ext/POSIX/POSIX.xs
32810 ____________________________________________________________________________
32811 [ 20594] By: rgs                                   on 2003/08/10  13:30:11
32812         Log: Further tweaks on perlreref.pod (by Iain Truskett)
32813      Branch: perl
32814            ! pod/perlreref.pod
32815 ____________________________________________________________________________
32816 [ 20593] By: rgs                                   on 2003/08/10  12:32:47
32817         Log: Add the perlreref manpage, by Iain Truskett
32818              (regular expressions quick reference.)
32819              Regenerate the table of contents.
32820      Branch: perl
32821            + pod/perlreref.pod
32822            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
32823 ____________________________________________________________________________
32824 [ 20592] By: rgs                                   on 2003/08/09  21:13:27
32825         Log: Remove ByteLoader from the list of modules whose compilability should
32826              be tested : it's loaded (at runtime) by ext/B/t/bytecode.t (as Enache
32827              pointed out.)
32828      Branch: perl
32829            ! t/lib/1_compile.t
32830 ____________________________________________________________________________
32831 [ 20591] By: rgs                                   on 2003/08/09  21:08:59
32832         Log: Subject: [PATCH] add "$lexical not available" warning in C<for my $lex ()>
32833              From: Dave Mitchell <davem@fdgroup.com>
32834              Date: Sat, 9 Aug 2003 14:51:44 +0100
32835              Message-ID: <20030809135144.GC4997@fdgroup.com>
32836      Branch: perl
32837            ! embed.fnc embed.h global.sym op.c pp_ctl.c proto.h scope.c
32838            ! scope.h t/lib/warnings/pad
32839 ____________________________________________________________________________
32840 [ 20590] By: rgs                                   on 2003/08/09  21:02:21
32841         Log: Regenerate perlapi.pod.
32842      Branch: perl
32843            ! pod/perlapi.pod
32844 ____________________________________________________________________________
32845 [ 20589] By: rgs                                   on 2003/08/09  20:26:28
32846         Log: Subject: [PATCH t/lib/1_compile.t] Removing tested modules
32847              From: Michael G Schwern <schwern@pobox.com>
32848              Date: Sat, 9 Aug 2003 13:36:59 -0700
32849              Message-ID: <20030809203659.GB24919@windhund.schwern.org>
32850      Branch: perl
32851            ! t/lib/1_compile.t
32852 ____________________________________________________________________________
32853 [ 20588] By: jhi                                   on 2003/08/09  18:13:07
32854         Log: Update Jon Orwant's email address as he wants it,
32855              drop TPJ URL; upate also Doug MacEachern's address.
32856      Branch: perl
32857            ! pod/perlembed.pod pod/perlmodinstall.pod
32858 ____________________________________________________________________________
32859 [ 20587] By: ams                                   on 2003/08/09  18:09:34
32860         Log: hv_fetch_{ent,flags} failed to set HvHASKFLAGS on a hash where a
32861              normal key was replaced by its UTF-8 equivalent. This caused the
32862              "Storable problem" RT3 users reported under RH9.
32863      Branch: perl
32864            ! hv.c
32865 ____________________________________________________________________________
32866 [ 20586] By: jhi                                   on 2003/08/09  18:08:20
32867         Log: Subject: [PATCH perlmodinstall.pod] Installation on Win32
32868              From: Michael G Schwern <schwern@pobox.com>
32869              Date: Fri, 8 Aug 2003 18:35:51 -0700
32870              Message-ID: <20030809013550.GS1587@windhund.schwern.org>
32871      Branch: perl
32872            ! pod/perlmodinstall.pod
32873 ____________________________________________________________________________
32874 [ 20584] By: jhi                                   on 2003/08/09  18:05:22
32875         Log: Reintroduce the U_32-ification to pad.c,
32876              suggested by Dave Mitchell.
32877      Branch: perl
32878            ! pad.c
32879 ____________________________________________________________________________
32880 [ 20583] By: rgs                                   on 2003/08/09  12:43:50
32881         Log: Change #20578 to SelfLoader is probably also useful to AutoSplit.
32882      Branch: perl
32883            ! lib/AutoSplit.pm
32884 ____________________________________________________________________________
32885 [ 20579] By: jhi                                   on 2003/08/09  08:07:22
32886         Log: Some updates for the memory use debugging section:
32887              -DL is obsolete, mention Devel::Size, and Purify and valgrind.
32888      Branch: perl
32889            ! pod/perldebguts.pod
32890 ____________________________________________________________________________
32891 [ 20578] By: jhi                                   on 2003/08/09  07:34:16
32892         Log: Fix from Dave Mitchell to the recent from lib/Devel/SelfStubber.t:
32893              Variable "$nested" is not available at (re_eval 4) line 2, <DATA> line 8.
32894              which was on old bug unearthed by the change #20559.
32895              Basically, qr// + (??{$lexical}) combination is very, VERY broken.
32896              Workaround is not to use lexicals.
32897      Branch: perl
32898            ! lib/SelfLoader.pm
32899 ____________________________________________________________________________
32900 [ 20577] By: jhi                                   on 2003/08/09  07:28:41
32901         Log: The libcygipc doesn't really work with the Perl SysV IPC tests
32902              so no much point in adding it yet.
32903      Branch: perl
32904            ! hints/cygwin.sh
32905 ____________________________________________________________________________
32906 [ 20575] By: jhi                                   on 2003/08/09  07:24:43
32907         Log: Retract #20524 since it was due to broken INT32_MIN in
32908              Cygwin 1.5's stdint.h.
32909      Branch: perl
32910            ! pad.c
32911 ____________________________________________________________________________
32912 [ 20574] By: jhi                                   on 2003/08/09  07:11:32
32913         Log: Subject: [ PATCH] Re: strange destruction problem on VMS
32914              From: Dave Mitchell <davem@fdgroup.com>
32915              Date: Fri, 8 Aug 2003 22:28:48 +0100
32916              Message-ID: <20030808212848.GA2628@fdgroup.com>
32917      Branch: perl
32918            ! sv.c
32919 ____________________________________________________________________________
32920 [ 20573] By: jhi                                   on 2003/08/09  07:09:07
32921         Log: Subject: Re: [PATCH] perlfaq8.pod and MakeMaker's PREFIX=
32922              From: Michael G Schwern <schwern@pobox.com>
32923              Date: Fri, 8 Aug 2003 13:59:50 -0700
32924              Message-ID: <20030808205950.GJ1587@windhund.schwern.org>
32925      Branch: perl
32926            ! pod/perlfaq8.pod
32927 ____________________________________________________________________________
32928 [ 20572] By: jhi                                   on 2003/08/09  07:06:37
32929         Log: Subject: [PATCH] kill 'INT' doesn't work on Windows
32930              From: Jan Dubois <jand@ActiveState.com>
32931              Date: Fri, 08 Aug 2003 17:49:03 -0700
32932              Message-ID: <ite8jvgjgcfm8e9dhl6f4dtstrbmn1vmpk@4ax.com>
32933      Branch: perl
32934            ! win32/win32.c
32935 ____________________________________________________________________________
32936 [ 20571] By: jhi                                   on 2003/08/09  06:53:54
32937         Log: Subject: [PATCH] Re: [PATCH] Re: Storing &PL_sv_undef as a hash key with perl-5.8.x
32938              From: Nicholas Clark <nick@ccl4.org>
32939              Date: Fri, 8 Aug 2003 23:30:00 +0100
32940              Message-ID: <20030808233000.B20130@plum.flirble.org>
32941      Branch: perl
32942            ! ext/Storable/Storable.xs
32943 ____________________________________________________________________________
32944 [ 20570] By: jhi                                   on 2003/08/09  06:52:36
32945         Log: Two more tests for #20566/#20568.
32946      Branch: perl
32947            ! t/op/pat.t
32948 ____________________________________________________________________________
32949 [ 20568] By: jhi                                   on 2003/08/08  21:05:24
32950         Log: Subject: [PATCH] Re: UNICODE regexp bug
32951              From: Nick Ing-Simmons <nick@ing-simmons.net>
32952              Date: Fri, 08 Aug 2003 23:05:49 +0100
32953              Message-Id: <20030808220549.5109.4@llama.ni-s.u-net.com>
32954
32955              Better patch (than #20566) from NI-S, one more test
32956              (introduce another variable rather than reuse the tmp, though)
32957      Branch: perl
32958            ! regexec.c t/op/pat.t
32959 ____________________________________________________________________________
32960 [ 20566] By: jhi                                   on 2003/08/08  19:47:45
32961         Log: Subject: UNICODE regexp bug
32962              From: Nick Ing-Simmons <nick@ing-simmons.net>
32963              Date: Fri, 08 Aug 2003 20:36:56 +0100
32964              Message-Id: <20030808193656.5109.1@llama.ni-s.u-net.com>
32965      Branch: perl
32966            ! regexec.c t/op/pat.t
32967 ____________________________________________________________________________
32968 [ 20565] By: jhi                                   on 2003/08/08  18:59:40
32969         Log: Move the csighandler to be a data variable so that
32970              things like DLL trampolines can't mess up the code
32971              variables the Perl_csighandler (seen in Cygwin:
32972              Perl_csighandler in POSIX extension was different
32973              than in main executable).
32974      Branch: perl
32975            ! embedvar.h ext/POSIX/POSIX.xs mg.c perlapi.h perlvars.h
32976 ____________________________________________________________________________
32977 [ 20564] By: jhi                                   on 2003/08/08  13:12:19
32978         Log: Subject: [PATCH] Re: main@20537: WinXP build failed op/time.t test 2
32979              From: Steve Hay <steve.hay@uk.radan.com>
32980              Date: Fri, 08 Aug 2003 12:42:28 +0100
32981              Message-ID: <3F338CA4.3010503@uk.radan.com>
32982      Branch: perl
32983            ! t/op/time.t
32984 ____________________________________________________________________________
32985 [ 20563] By: jhi                                   on 2003/08/08  13:09:00
32986         Log: Subject: [PATCH] maintperl & bleadperl for Cygwin: include libgdbm_compat & libcygipc in searchlist
32987              From: "Gerrit P. Haase" <gp@familiehaase.de>
32988              Date: Fri, 8 Aug 2003 13:44:51 +0200
32989              Message-ID: <1621817486657.20030808134451@familiehaase.de>
32990      Branch: perl
32991            ! ext/NDBM_File/hints/cygwin.pl ext/ODBM_File/hints/cygwin.pl
32992            ! hints/cygwin.sh
32993 ____________________________________________________________________________
32994 [ 20560] By: jhi                                   on 2003/08/08  04:28:44
32995         Log: Retract PASTHRU* changes as recommended by Schwern.
32996      Branch: perl
32997            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
32998            ! lib/ExtUtils/t/MM_Win32.t
32999 ____________________________________________________________________________
33000 [ 20559] By: rgs                                   on 2003/08/07  19:59:18
33001         Log: Subject: Fwd: Re: [PATCH] flags set incorrectly on abandoned lexicals
33002              From: Dave Mitchell <davem@fdgroup.com>
33003              Date: Thu, 7 Aug 2003 15:53:35 +0100
33004              Message-ID: <20030807145335.GF26683@fdgroup.com>
33005      Branch: perl
33006            ! scope.c t/lib/warnings/pad
33007 ____________________________________________________________________________
33008 [ 20556] By: jhi                                   on 2003/08/07  18:14:41
33009         Log: The #20546 was too ambitious, broke the test.
33010      Branch: perl
33011            ! lib/Benchmark.pm lib/Benchmark.t
33012 ____________________________________________________________________________
33013 [ 20554] By: jhi                                   on 2003/08/07  17:00:03
33014         Log: Subject: Fw: [PATCH: perl@20512] DBG build tweaks for VMS.
33015              From: PPrymmer@factset.com
33016              Date: Thu, 7 Aug 2003 14:02:02 -0400
33017              Message-ID: <OFA59024FD.170B3227-ON85256D7B.00630753-85256D7B.00631048@factset.com>
33018      Branch: perl
33019            ! vms/descrip_mms.template
33020 ____________________________________________________________________________
33021 [ 20553] By: jhi                                   on 2003/08/07  16:45:25
33022         Log: Some AUTHORS updates.
33023      Branch: perl
33024            ! AUTHORS
33025 ____________________________________________________________________________
33026 [ 20552] By: jhi                                   on 2003/08/07  15:45:03
33027         Log: Hint away the semid_ds test in NetBSD/sparc.
33028      Branch: perl
33029            ! hints/netbsd.sh
33030 ____________________________________________________________________________
33031 [ 20550] By: jhi                                   on 2003/08/07  15:39:53
33032         Log: Allow hinting d_semctl_semun and d_semctl_semid_ds.
33033      Branch: perl
33034            ! Configure
33035 ____________________________________________________________________________
33036 [ 20548] By: jhi                                   on 2003/08/07  14:48:27
33037         Log: Subject: [PATCH] Test::More
33038              From: Fergal Daly <fergal@esatclear.ie>
33039              Date: Thu, 7 Aug 2003 15:52:11 +0100
33040              Message-Id: <200308071552.11873.fergal@esatclear.ie>
33041      Branch: perl
33042            ! lib/Test/More.pm
33043 ____________________________________________________________________________
33044 [ 20547] By: jhi                                   on 2003/08/07  14:45:22
33045         Log: Integrate from maint:
33046              [ 20543]
33047              Workround for SuSE8.2's -lndbm hack
33048      Branch: perl
33049           !> hints/linux.sh
33050 ____________________________________________________________________________
33051 [ 20546] By: jhi                                   on 2003/08/07  14:43:57
33052         Log: Subject: [PATCH 5.8.1] Benchmark problem
33053              From: Radu Greab <rgreab@fx.ro>
33054              Date: Thu, 07 Aug 2003 16:18:25 +0300 (EEST)
33055              Message-Id: <20030807.161825.106541372.radu@yx.primIT.ro>
33056
33057              Subject: Re: [PATCH 5.8.1] Benchmark problem
33058              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
33059              Date: Thu, 7 Aug 2003 15:48:38 +0200
33060              Message-Id: <20030807154838.5d240dbb.rgarciasuarez@free.fr>
33061      Branch: perl
33062            ! lib/Benchmark.pm lib/Benchmark.t
33063 ____________________________________________________________________________
33064 [ 20544] By: jhi                                   on 2003/08/07  14:25:25
33065         Log: Retract #20359: too wide a brush.
33066      Branch: perl
33067            ! hints/netbsd.sh
33068 ____________________________________________________________________________
33069 [ 20542] By: jhi                                   on 2003/08/07  06:24:23
33070         Log: If no alarm(), skip the subtests.
33071      Branch: perl
33072            ! ext/Time/HiRes/t/HiRes.t
33073 ____________________________________________________________________________
33074 [ 20541] By: jhi                                   on 2003/08/07  06:15:54
33075         Log: Subject: Re: maint @ 20537
33076              From: Philip Newton <Philip.Newton@gmx.net>
33077              Date: Thu, 07 Aug 2003 09:05:17 +0200
33078              Message-ID: <s0l3jvo4mju2uu4f6pkq18istk02hme6j9@4ax.com>
33079      Branch: perl
33080            ! ext/Socket/Socket.xs
33081 ____________________________________________________________________________
33082 [ 20540] By: jhi                                   on 2003/08/07  06:13:19
33083         Log: Subject: Re: maint @ 20537
33084              From: Philip Newton <Philip.Newton@gmx.net>
33085              Date: Thu, 07 Aug 2003 09:05:17 +0200
33086              Message-ID: <s0l3jvo4mju2uu4f6pkq18istk02hme6j9@4ax.com>
33087      Branch: perl
33088            ! hints/dos_djgpp.sh
33089 ____________________________________________________________________________
33090 [ 20539] By: jhi                                   on 2003/08/07  05:17:56
33091         Log: NetBSD for Sparc (at least 1.5.3 and 1.6.1) seem to have
33092              broken SysV semaphores.
33093      Branch: perl
33094            ! hints/netbsd.sh
33095 ____________________________________________________________________________
33096 [ 20538] By: jhi                                   on 2003/08/07  05:08:14
33097         Log: Subject: Re: [perl #23030] Error in negative lookahead with alternations
33098              From: hv@crypt.org
33099              Date: Thu, 07 Aug 2003 02:44:23 +0100
33100              Message-Id: <200308070144.h771iN906446@zen.crypt.org>
33101      Branch: perl
33102            ! regexec.c t/op/re_tests
33103 ____________________________________________________________________________
33104 [ 20535] By: jhi                                   on 2003/08/06  19:05:18
33105         Log: ESUCCESS = 0 is not true, but exists.
33106      Branch: perl
33107            ! ext/Errno/t/Errno.t
33108 ____________________________________________________________________________
33109 [ 20533] By: jhi                                   on 2003/08/06  18:39:49
33110         Log: Subject: [pathc] Sys:Syslog.pm::syslog() - Better error message
33111              From: jari.aalto@poboxes.com (Jari Aalto)
33112              Date: Wed, 06 Aug 2003 14:24:42 +0300
33113              Message-ID: <ekzzowp1.fsf@blue.sea.net>
33114      Branch: perl
33115            ! ext/Sys/Syslog/Syslog.pm
33116 ____________________________________________________________________________
33117 [ 20530] By: jhi                                   on 2003/08/06  18:24:56
33118         Log: Make code agree with documentation (from Wolfgang Friebel)
33119      Branch: perl
33120            ! lib/ExtUtils/MakeMaker.pm
33121 ____________________________________________________________________________
33122 [ 20529] By: jhi                                   on 2003/08/06  18:20:31
33123         Log: Various tweaks to help DJGPP builds.
33124      Branch: perl
33125            ! djgpp/djgppsed.sh hints/dos_djgpp.sh
33126 ____________________________________________________________________________
33127 [ 20527] By: jhi                                   on 2003/08/06  14:57:22
33128         Log: More PASTHRU patching from Steve Hay.
33129      Branch: perl
33130            ! lib/ExtUtils/MM_Unix.pm
33131 ____________________________________________________________________________
33132 [ 20526] By: jhi                                   on 2003/08/06  13:53:01
33133         Log: Cast away gcc 3.3 type conversion pickiness.
33134      Branch: perl
33135            ! ext/threads/threads.xs
33136 ____________________________________________________________________________
33137 [ 20524] By: jhi                                   on 2003/08/06  13:36:44
33138         Log: Subject: Re: perl with cygwin 1.5, need help
33139              From: "Gerrit P. Haase" <gp@familiehaase.de>
33140              Date: Tue, 5 Aug 2003 14:36:55 +0200
33141              Message-ID: <71561410910.20030805143655@familiehaase.de>
33142
33143              (needed manual fitting)
33144      Branch: perl
33145            ! pad.c
33146 ____________________________________________________________________________
33147 [ 20523] By: jhi                                   on 2003/08/06  13:30:42
33148         Log: Subject: maint @ 20512
33149              From: Robin Barker <Robin.Barker@npl.co.uk>
33150              Date: Wed, 6 Aug 2003 15:31:33 +0100
33151              Message-ID: <533D273D4014D411AB1D00062938C4D904046625@hotel.npl.co.uk>
33152      Branch: perl
33153            ! MANIFEST Porting/Maintainers.pl
33154 ____________________________________________________________________________
33155 [ 20520] By: jhi                                   on 2003/08/06  11:38:46
33156         Log: Subject: [PATCH] Re: [PATCH] Re: MakeMaker doesn't pasthru DEFINE command-line args to subdirs on Win32
33157              From: Steve Hay <steve.hay@uk.radan.com>
33158              Date: Wed, 06 Aug 2003 10:56:44 +0100
33159              Message-ID: <3F30D0DC.20700@uk.radan.com>
33160      Branch: perl
33161            ! lib/ExtUtils/MM_Unix.pm
33162 ____________________________________________________________________________
33163 [ 20514] By: jhi                                   on 2003/08/06  05:22:29
33164         Log: Subject: Re: [PATCH pod/perlfaq2.pod] update Friedl book listing for 2nd edition
33165              From: Tim Jenness <t.jenness@jach.hawaii.edu>
33166              Date: Tue, 5 Aug 2003 17:21:46 -1000 (HST)
33167              Message-ID: <Pine.LNX.4.44.0308051720280.8532-100000@lapaki>
33168      Branch: perl
33169            ! pod/perlfaq2.pod
33170 ____________________________________________________________________________
33171 [ 20513] By: jhi                                   on 2003/08/06  05:18:32
33172         Log: Subject: [PATCH] dprofpp.PL again -- #20488 thinko
33173              From: "Craig A. Berry" <craigberry@mac.com>
33174              Date: Wed, 06 Aug 2003 00:18:36 -0500
33175              Message-ID: <3F308FAC.4090409@mac.com>
33176
33177              (from vmsperl list)
33178      Branch: perl
33179            ! utils/dprofpp.PL
33180 ____________________________________________________________________________
33181 [ 20510] By: jhi                                   on 2003/08/05  19:01:08
33182         Log: Subject: [PATCH pod/perlfaq2.pod] BETTER update Friedl book listing for 2nd edition
33183              From: mjd@plover.com
33184              Date: 5 Aug 2003 19:23:46 -0000
33185              Message-ID: <20030805192346.25911.qmail@plover.com>
33186      Branch: perl
33187            ! pod/perlfaq2.pod
33188 ____________________________________________________________________________
33189 [ 20508] By: jhi                                   on 2003/08/05  18:36:38
33190         Log: Continue #20506.
33191      Branch: perl
33192            ! lib/ExtUtils/MM_Unix.pm
33193 ____________________________________________________________________________
33194 [ 20506] By: jhi                                   on 2003/08/05  17:58:01
33195         Log: Try to fix the INC in PASTHRU.
33196      Branch: perl
33197            ! lib/ExtUtils/MM_Unix.pm
33198 ____________________________________________________________________________
33199 [ 20503] By: jhi                                   on 2003/08/05  16:02:14
33200         Log: Subject: Re: [perl #23083] [5.8.0-Bug?] backtick returns empty value when $SIG{CHLD} defined.
33201              From: Chip Salzenberg <chip@pobox.com>
33202              Date: Tue, 5 Aug 2003 11:39:24 -0400
33203              Message-ID: <20030805153924.GO1751@perlsupport.com
33204      Branch: perl
33205            ! perlio.c
33206 ____________________________________________________________________________
33207 [ 20502] By: jhi                                   on 2003/08/05  15:32:39
33208         Log: Subject: [PATCH] Re: MakeMaker doesn't pasthru DEFINE command-line args to subdirs on Win32
33209              From: Steve Hay <steve.hay@uk.radan.com>
33210              Date: Tue, 05 Aug 2003 10:43:49 +0100
33211              Message-ID: <3F2F7C55.9020808@uk.radan.com>
33212
33213              (The MM_Unix.pm part was dealt with in #20501.)
33214      Branch: perl
33215            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/t/MM_Win32.t
33216 ____________________________________________________________________________
33217 [ 20501] By: jhi                                   on 2003/08/05  15:28:17
33218         Log: Reinstate #11125, hopefully making MakeMaker to pass
33219              DEFINE and INCLUDE to subdirs (NI-S says he'll work
33220              around any problems caused seen Tk if necessary).
33221              Also (document and) reorder the PASTHRU_INC and PASTHRU_DEFINE
33222              to be _after_ the directory-specific INC and DEFINE as suggested
33223              by NI-S (Tk probably being the only "user" of the said macros).
33224      Branch: perl
33225            ! lib/ExtUtils/MM_Unix.pm
33226 ____________________________________________________________________________
33227 [ 20500] By: jhi                                   on 2003/08/05  15:14:35
33228         Log: Subject: [PATCH-5.8.1-RC4] WinCE more implemented functions
33229              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
33230              Date: Tue, 5 Aug 2003 20:12:18 +0400
33231              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C200E66@cio-test001.spb.lucent.com>
33232      Branch: perl
33233            - wince/include/netdb.h
33234            ! MANIFEST wince/Makefile.ce wince/win32.h wince/win32io.c
33235            ! wince/wince.c
33236 ____________________________________________________________________________
33237 [ 20499] By: jhi                                   on 2003/08/05  14:03:43
33238         Log: A suggested perlio doc addition from Stas.
33239      Branch: perl
33240            ! pod/perliol.pod
33241 ____________________________________________________________________________
33242 [ 20498] By: jhi                                   on 2003/08/05  13:32:59
33243         Log: Subject: [PATCH RC4] AUTHORS +  Maintainers.pl
33244              From: Robin Barker <Robin.Barker@npl.co.uk>
33245              Date: Tue, 5 Aug 2003 15:32:36 +0100
33246              Message-ID: <533D273D4014D411AB1D00062938C4D90404661C@hotel.npl.co.uk>
33247      Branch: perl
33248            ! AUTHORS Porting/Maintainers.pl
33249 ____________________________________________________________________________
33250 [ 20497] By: jhi                                   on 2003/08/05  12:23:04
33251         Log: This is necessary to get things building for the VMS debugger.
33252              (Craig Berry)
33253      Branch: perl
33254            ! vms/descrip_mms.template
33255 ____________________________________________________________________________
33256 [ 20495] By: jhi                                   on 2003/08/05  09:23:24
33257         Log: Subject: Re: [perl #23202] [RESOLVED] coredump on ext/POSIX/t/posix with NetBSD-1.6
33258              From: alian <alian@cpan.org>
33259              Date: Tue, 05 Aug 2003 12:21:42 +0200
33260              Message-ID: <3F2F8536.1090702@jupiter.alianet>
33261      Branch: perl
33262            ! ext/POSIX/t/posix.t
33263 ____________________________________________________________________________
33264 [ 20494] By: jhi                                   on 2003/08/05  09:03:57
33265         Log: Add some known cases to Maintainers.
33266      Branch: perl
33267            ! Porting/Maintainers.pl
33268 ____________________________________________________________________________
33269 [ 20492] By: jhi                                   on 2003/08/05  08:34:34
33270         Log: Subject: [PATCH] perlthrtut.pod
33271              From: Elizabeth Mattijsen <liz@dijkmat.nl>
33272              Date: Tue, 5 Aug 2003 11:26:04 +0200
33273              Message-Id: <p05111b0abb5525e65401@[80.127.186.62]>
33274      Branch: perl
33275            ! pod/perlthrtut.pod
33276 ____________________________________________________________________________
33277 [ 20491] By: jhi                                   on 2003/08/05  08:31:29
33278         Log: Add META.yml and Stas' makemeta (plus extensive reworking
33279              of the Maintainers utility)
33280      Branch: perl
33281            + META.yml Porting/Maintainers.pm Porting/makemeta
33282            ! MANIFEST Makefile.SH Porting/Maintainers
33283            ! Porting/Maintainers.pl
33284 ____________________________________________________________________________
33285 [ 20490] By: jhi                                   on 2003/08/05  06:28:06
33286         Log: ext/IPC/SysV/t/sem.t don't remove semaphore on NetBSD sparc
33287              Try to remove the created message queues and semaphores
33288              even in the case of failures.
33289      Branch: perl
33290            ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
33291 ____________________________________________________________________________
33292 [ 20489] By: jhi                                   on 2003/08/05  06:21:47
33293         Log: Subject: PerlIO_{read,write} return value doc patch
33294              From: Gisle Aas <gisle@ActiveState.com>
33295              Date: 04 Aug 2003 13:25:28 -0700
33296              Message-ID: <lr4r0xuq4n.fsf@caliper.activestate.com>
33297      Branch: perl
33298            ! pod/perlapio.pod
33299 ____________________________________________________________________________
33300 [ 20488] By: jhi                                   on 2003/08/05  06:12:07
33301         Log: Subject: [PATCH utils/dprofpp.PL] (was Re: DProf tests with -p broken on VMS)
33302              From: "Craig A. Berry" <craigberry@mac.com>
33303              Date: Mon, 04 Aug 2003 19:29:51 -0500
33304              Message-ID: <3F2EFA7F.6070801@mac.com>
33305      Branch: perl
33306            ! utils/dprofpp.PL
33307 ____________________________________________________________________________
33308 [ 20486] By: jhi                                   on 2003/08/05  06:05:53
33309         Log: Subject: [PATCH] typos in encoding.pm
33310              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
33311              Date: Mon, 4 Aug 2003 20:09:35 +0200
33312              Message-ID: <005001c35ab3$9225c320$0c2f1fac@R2D2>
33313      Branch: perl
33314            ! ext/Encode/encoding.pm
33315 ____________________________________________________________________________
33316 [ 20485] By: jhi                                   on 2003/08/05  05:29:11
33317         Log: Bytecode patching from Enache.
33318      Branch: perl
33319            ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
33320            ! ext/B/t/bytecode.t ext/ByteLoader/bytecode.h t/TEST
33321 ____________________________________________________________________________
33322 [ 20484] By: jhi                                   on 2003/08/05  05:26:32
33323         Log: Upgrade to Digest::MD5 2.27.
33324      Branch: perl
33325            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
33326            ! ext/Digest/MD5/t/files.t
33327 ____________________________________________________________________________
33328 [ 20483] By: jhi                                   on 2003/08/05  05:15:16
33329         Log: Subject: [Patch 5.8.1 Encode.pm] v-strings deprecated
33330              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
33331              Date: Tue, 05 Aug 2003 00:27:10 +0900
33332              Message-Id: <20030805002313.9880.BQW10602@nifty.com>
33333      Branch: perl
33334            ! ext/Encode/t/at-cn.t ext/Encode/t/at-tw.t
33335 ____________________________________________________________________________
33336 [ 20482] By: rgs                                   on 2003/08/04  22:06:46
33337         Log: Nit in INSTALL about the svr?.sh hint files.
33338      Branch: perl
33339            ! INSTALL
33340 ____________________________________________________________________________
33341 [ 20480] By: rgs                                   on 2003/08/04  21:30:25
33342         Log: Subject: [PATCH] Re: [perl #23210] parser error with 'print $HANDLE func(@args)'
33343              From: Steve Grazzini <grazz@pobox.com>
33344              Date: Mon, 4 Aug 2003 16:01:45 -0400
33345              Message-ID: <20030804200145.GB21699@grazzini.net>
33346
33347              Prevent the warning "Bareword found where operator expected" in
33348              the case "print $fh foo()" where foo() is an undefined function.
33349      Branch: perl
33350            ! toke.c
33351 ____________________________________________________________________________
33352 [ 20479] By: rgs                                   on 2003/08/04  20:26:17
33353         Log: Fix bug #23141 : localization of readonly magic scalars
33354              now produces an error "Modification of a read-only value
33355              attempted", instead of silently failing.
33356      Branch: perl
33357            ! scope.c t/op/local.t
33358 ____________________________________________________________________________
33359 [ 20478] By: rgs                                   on 2003/08/04  20:10:52
33360         Log: Revert change #19282 : it caused problems for some -Duseshrplib
33361              builds. On the other hand, make sure that your C compiler isn't
33362              a perl script !
33363      Branch: perl
33364            ! Makefile.SH
33365 ____________________________________________________________________________
33366 [ 20475] By: jhi                                   on 2003/08/04  09:35:55
33367         Log: Rename DEBUG() and DEB() to PERL_DEBUG() and PERL_DEB().
33368      Branch: perl
33369            ! perl.c perl.h
33370 ____________________________________________________________________________
33371 [ 20474] By: jhi                                   on 2003/08/04  08:41:55
33372         Log: Oops.
33373      Branch: perl
33374            ! hints/darwin.sh hints/rhapsody.sh
33375 ____________________________________________________________________________
33376 [ 20473] By: jhi                                   on 2003/08/04  07:58:36
33377         Log: Subject: [PATCH] Re: Can't usemymalloc on OS X
33378              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
33379              Date: Mon, 4 Aug 2003 10:35:12 +0200
33380              Message-Id: <20030804103512.61a9661c.rgarciasuarez@free.fr>
33381      Branch: perl
33382            ! hints/darwin.sh
33383 ____________________________________________________________________________
33384 [ 20470] By: jhi                                   on 2003/08/04  06:30:05
33385         Log: Test count adjustment from Rafael.
33386      Branch: perl
33387            ! lib/Test/Simple/t/is_deeply.t
33388 ____________________________________________________________________________
33389 [ 20469] By: jhi                                   on 2003/08/04  06:23:26
33390         Log: Subject: [PATCH] maint, Win32, GCC 3.2
33391              From: Mattia Barbon <mbarbon@dsi.unive.it>
33392              Date: Sat, 2 Aug 2003 10:31:07 +0200 (ora legale Europa occidentale)
33393              Message-ID: <Mahogany-0.64.2-624-20030802-103107.00@rbnet.it>
33394      Branch: perl
33395            ! ext/Errno/Errno_pm.PL
33396 ____________________________________________________________________________
33397 [ 20467] By: jhi                                   on 2003/08/04  05:10:57
33398         Log: Apparently the newly introduce -DDARWIN did conflict with
33399              some Apple definition, how ironic...
33400      Branch: perl
33401            ! hints/darwin.sh perl.h
33402 ____________________________________________________________________________
33403 [ 20466] By: jhi                                   on 2003/08/04  05:03:30
33404         Log: Subject: Debian patch that skips podless modules
33405              From: Alexey Tourbin <at@altlinux.ru>
33406              Date: Sun, 3 Aug 2003 21:33:00 +0400
33407              Message-ID: <20030803173300.GC2076@julia.office.altlinux.ru>
33408
33409              (plus Schwern's and Robert's nits)
33410      Branch: perl
33411            ! installman
33412 ____________________________________________________________________________
33413 [ 20465] By: jhi                                   on 2003/08/04  05:00:04
33414         Log: Subject: [PATCH] 4 bugs in Test::More
33415              From: Fergal Daly <fergal@esatclear.ie> (by way of Fergal Daly <fergal@esatclear.ie>)
33416              Date: Fri, 21 Mar 2003 10:57:31 +0000
33417              Message-Id: <200303211057.31879.fergal@esatclear.ie>
33418      Branch: perl
33419            ! lib/Test/More.pm lib/Test/Simple/t/More.t
33420            ! lib/Test/Simple/t/is_deeply.t
33421 ____________________________________________________________________________
33422 [ 20464] By: jhi                                   on 2003/08/04  04:44:08
33423         Log: Upgrade to ExtUtils::MakeMaker 6.15.
33424      Branch: perl
33425            ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
33426            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
33427            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/MM_Unix.t
33428 ____________________________________________________________________________
33429 [ 20463] By: jhi                                   on 2003/08/04  04:37:25
33430         Log: Subject: Re: [PATCH] Re: [perl #23206] Benchmark::cmpthese usage message wrong
33431              From: Michael G Schwern <schwern@pobox.com>
33432              Date: Sun, 3 Aug 2003 16:12:35 -0700
33433              Message-ID: <20030803231235.GJ24350@windhund.schwern.org>
33434      Branch: perl
33435            ! lib/Benchmark.pm lib/Benchmark.t
33436 ____________________________________________________________________________
33437 [ 20462] By: rgs                                   on 2003/08/03  22:26:10
33438         Log: Subject: [PATCH] Re: [perl #23207] persistant sideffect involving bitwise xor and substr
33439              From: Enache Adrian <enache@rdslink.ro>
33440              Date: Sun, 3 Aug 2003 18:00:05 +0300
33441              Message-ID: <20030803150005.GA1319@ratsnest.hole>
33442      Branch: perl
33443            ! pp.c t/op/substr.t
33444 ____________________________________________________________________________
33445 [ 20461] By: rgs                                   on 2003/08/03  21:50:11
33446         Log: Subject: Re: [perl #23202] coredump on ext/POSIX/t/posix with NetBSD-1.6
33447              From: alian <alian@cpan.org>
33448              Date: Sat, 02 Aug 2003 16:19:25 +0200
33449              Message-ID: <3F2BC86D.2050400@jupiter.alianet>
33450
33451              Plus, un-mark a test as TODO for darwin >= 6.6 (by M. Schwern)
33452      Branch: perl
33453            ! ext/POSIX/t/posix.t
33454 ____________________________________________________________________________
33455 [ 20458] By: jhi                                   on 2003/08/03  19:01:08
33456         Log: Subject: [PATCH-for-5.8.1-RC4] wince distribution
33457              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
33458              Date: Mon, 4 Aug 2003 00:01:08 +0400
33459              Message-ID: <039c01c359fa$1e755d50$195ec3d9@vad>
33460      Branch: perl
33461            ! wince/makedist.pl
33462 ____________________________________________________________________________
33463 [ 20457] By: jhi                                   on 2003/08/03  18:59:10
33464         Log: Subject: [PATCH perlreftut.pod] Minor edits
33465              From: mjd@plover.com
33466              Date: 3 Aug 2003 17:46:08 -0000
33467              Message-ID: <20030803174608.15792.qmail@plover.com>
33468      Branch: perl
33469            ! pod/perlreftut.pod
33470 ____________________________________________________________________________
33471 [ 20456] By: jhi                                   on 2003/08/03  18:52:16
33472         Log: Subject: [PATCH Time::HiRes docs] Grammar, punctuation, formatting edits
33473              From: mjd@plover.com
33474              Date: 3 Aug 2003 19:37:49 -0000
33475              Message-ID: <20030803193749.3733.qmail@plover.com>
33476      Branch: perl
33477            ! ext/Time/HiRes/HiRes.pm
33478 ____________________________________________________________________________
33479 [ 20455] By: jhi                                   on 2003/08/03  18:47:13
33480         Log: Subject: [PATCH] Re: win32.c bug - handle leak
33481              From: Jan Dubois <jand@ActiveState.com>
33482              Date: Sat, 02 Aug 2003 10:25:05 -0700
33483              Message-ID: <9gsnivssuml394bttjb3mfsmdgfn9l6kh9@4ax.com>
33484      Branch: perl
33485            ! win32/win32.c
33486 ____________________________________________________________________________
33487 [ 20454] By: jhi                                   on 2003/08/03  18:45:53
33488         Log: Subject: [PATCH 5.8.1 @20218] OS/2 build
33489              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
33490              Date: Sat, 2 Aug 2003 09:38:50 -0700
33491              Message-ID: <20030802163850.GA4712@math.berkeley.edu>
33492      Branch: perl
33493            ! os2/os2ish.h
33494 ____________________________________________________________________________
33495 [ 20453] By: jhi                                   on 2003/08/03  18:44:29
33496         Log: Subject: [PATCH] Storable and uninitalized array values
33497              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
33498              Date: Sat, 2 Aug 2003 13:40:16 +0200
33499              Message-ID: <00ab01c358ea$d940a5b0$0c2f1fac@R2D2>
33500      Branch: perl
33501            ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
33502 ____________________________________________________________________________
33503 [ 20452] By: jhi                                   on 2003/08/03  18:27:47
33504         Log: Upgrade to Unicode::Collate 0.26.
33505      Branch: perl
33506            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
33507            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/index.t
33508            ! lib/Unicode/Collate/t/test.t
33509 ____________________________________________________________________________
33510 [ 20451] By: jhi                                   on 2003/08/03  18:24:18
33511         Log: Subject: [PATCH Net::Ping] on VMS, set non-blocking with ioctl, not fcntl
33512              From: "Craig A. Berry" <craigberry@mac.com>
33513              Date: Sat, 02 Aug 2003 10:25:44 -0500
33514              Message-ID: <3F2BD7F8.8090003@mac.com>
33515      Branch: perl
33516            ! lib/Net/Ping.pm
33517 ____________________________________________________________________________
33518 [ 20450] By: rgs                                   on 2003/08/03  12:50:07
33519         Log: Subject: [PATCH 5.8.1 @20218] Shell.t
33520              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
33521              Date: Sun, 3 Aug 2003 06:21:41 -0700
33522              Message-ID: <20030803132141.GA5156@math.berkeley.edu>
33523      Branch: perl
33524            ! lib/Shell.t
33525 ____________________________________________________________________________
33526 [ 20447] By: jhi                                   on 2003/08/02  07:26:58
33527         Log: C++ (or C99) sneak attack ("inline" function keyword).
33528      Branch: perl
33529            ! ext/Devel/DProf/DProf.xs
33530 ____________________________________________________________________________
33531 [ 20445] By: jhi                                   on 2003/08/02  06:24:30
33532         Log: Subject: [PATCH] Re: [perl #23185] perl crash with File::Glob
33533              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
33534              Date: Fri, 1 Aug 2003 13:12:14 +0200
33535              Message-ID: <00dc01c3581d$c3412c30$0c2f1fac@R2D2>
33536      Branch: perl
33537            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
33538            ! ext/File/Glob/t/basic.t
33539 ____________________________________________________________________________
33540 [ 20444] By: jhi                                   on 2003/08/02  06:17:28
33541         Log: Only show the message if the locale settings look risky.
33542      Branch: perl
33543            ! ext/Time/HiRes/Makefile.PL
33544 ____________________________________________________________________________
33545 [ 20443] By: jhi                                   on 2003/08/02  06:01:27
33546         Log: Add a message about the LC_ALL=C workaround (for non-core builds);
33547              update Changes.
33548      Branch: perl
33549            ! ext/Time/HiRes/Changes ext/Time/HiRes/Makefile.PL
33550 ____________________________________________________________________________
33551 [ 20441] By: jhi                                   on 2003/08/02  05:37:37
33552         Log: Subject: [PATCH] Small nit to pad.c
33553              From: Enache Adrian <enache@rdslink.ro>
33554              Date: Sat, 2 Aug 2003 01:50:40 +0300
33555              Message-ID: <20030801225040.GB1281@ratsnest.hole>
33556      Branch: perl
33557            ! pad.c
33558 ____________________________________________________________________________
33559 [ 20440] By: jhi                                   on 2003/08/02  05:12:13
33560         Log: Subject: [PATCH @20348] Re: [PATCH @19834] DProf fixes
33561              From: Radu Greab <rgreab@fx.ro>
33562              Date: Sat, 02 Aug 2003 00:17:49 +0300 (EEST)
33563              Message-Id: <20030802.001749.101708736.radu@yx.primIT.ro>
33564      Branch: perl
33565            ! ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
33566            ! ext/Devel/DProf/DProf.xs t/lib/dprof/test8_t
33567            ! t/lib/dprof/test8_v
33568 ____________________________________________________________________________
33569 [ 20439] By: jhi                                   on 2003/08/02  05:06:43
33570         Log: Subject: [PATCH] ioctl for VMS
33571              From: "Craig A. Berry" <craigberry@mac.com>
33572              Date: Fri, 01 Aug 2003 23:34:31 -0500
33573              Message-ID: <3F2B3F57.4050609@mac.com>
33574      Branch: perl
33575            ! configure.com vms/vmsish.h
33576 ____________________________________________________________________________
33577 [ 20438] By: jhi                                   on 2003/08/02  05:05:40
33578         Log: Subject: [PATCH] argv case nit for VMS
33579              From: "Craig A. Berry" <craigberry@mac.com>
33580              Date: Fri, 01 Aug 2003 19:16:30 -0500
33581              Message-ID: <3F2B02DE.10207@mac.com>
33582      Branch: perl
33583            ! ext/Encode/bin/enc2xs pod/pod2usage.PL pod/podselect.PL
33584 ____________________________________________________________________________
33585 [ 20437] By: jhi                                   on 2003/08/01  22:00:30
33586         Log: Hugo's second thoughts: drop the relatively rare and
33587              slow optimization for now.
33588      Branch: perl
33589            ! regexec.c
33590 ____________________________________________________________________________
33591 [ 20435] By: jhi                                   on 2003/08/01  21:55:19
33592         Log: Missed this bit in the last update: couldn't answer ''
33593              or ' ' to get 'none'.
33594      Branch: perl
33595            ! Configure
33596 ____________________________________________________________________________
33597 [ 20432] By: jhi                                   on 2003/08/01  13:45:10
33598         Log: Encode pre-1.98 update from Dan Kogai, sent from
33599              the ashes of his smoldering motherboard.
33600      Branch: perl
33601            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/META.yml
33602            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/t/Aliases.t
33603            ! ext/Encode/t/perlio.t ext/Encode/ucm/macArabic.ucm
33604            ! ext/Encode/ucm/macFarsi.ucm ext/Encode/ucm/macHebrew.ucm
33605 ____________________________________________________________________________
33606 [ 20431] By: jhi                                   on 2003/08/01  13:34:28
33607         Log: More runperl(switches => ...) finds (bleadperl only).
33608      Branch: perl
33609            ! t/op/readline.t
33610 ____________________________________________________________________________
33611 [ 20426] By: jhi                                   on 2003/08/01  12:45:19
33612         Log: Regen perltoc.
33613      Branch: perl
33614            ! pod/perltoc.pod
33615 ____________________________________________________________________________
33616 [ 20425] By: jhi                                   on 2003/08/01  12:44:16
33617         Log: pod likes whitespace.
33618      Branch: perl
33619            ! ext/ByteLoader/ByteLoader.pm
33620 ____________________________________________________________________________
33621 [ 20422] By: jhi                                   on 2003/08/01  11:37:53
33622         Log: Faulty check.
33623      Branch: perl
33624            ! t/test.pl
33625 ____________________________________________________________________________
33626 [ 20420] By: jhi                                   on 2003/08/01  11:06:54
33627         Log: Update INSTALL on the *dir.
33628      Branch: perl
33629            ! INSTALL
33630 ____________________________________________________________________________
33631 [ 20419] By: jhi                                   on 2003/08/01  11:04:55
33632         Log: Regen Glossary et al.
33633      Branch: perl
33634            ! Porting/Glossary Porting/config.sh Porting/config_H
33635 ____________________________________________________________________________
33636 [ 20418] By: jhi                                   on 2003/08/01  10:58:23
33637         Log: Now the test should be really testing what it's supposed to.
33638      Branch: perl
33639            ! ext/B/t/bytecode.t
33640 ____________________________________________________________________________
33641 [ 20417] By: jhi                                   on 2003/08/01  10:45:57
33642         Log: Fix the options.
33643      Branch: perl
33644            ! ext/B/t/bytecode.t
33645 ____________________________________________________________________________
33646 [ 20416] By: jhi                                   on 2003/08/01  10:44:19
33647         Log: Argument sanity checking.
33648      Branch: perl
33649            ! t/test.pl
33650 ____________________________________________________________________________
33651 [ 20413] By: jhi                                   on 2003/08/01  10:37:09
33652         Log: Regen Configure to use the *html*dir files.
33653              (installhtml uses none of that, though)
33654      Branch: perl
33655            ! Configure Policy_sh.SH config_h.SH
33656 ____________________________________________________________________________
33657 [ 20411] By: jhi                                   on 2003/08/01  10:10:05
33658         Log: More for the *dir changes.
33659      Branch: perl
33660            ! Policy_sh.SH config_h.SH hints/darwin.sh
33661 ____________________________________________________________________________
33662 [ 20410] By: jhi                                   on 2003/08/01  10:09:38
33663         Log: Regen Configure for the new *dir installation variables.
33664              If these don't work, ask Schwern.
33665      Branch: perl
33666            ! Configure
33667 ____________________________________________________________________________
33668 [ 20408] By: jhi                                   on 2003/08/01  05:27:48
33669         Log: Upgrade to MakeMaker 6.13.
33670      Branch: perl
33671            ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
33672            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
33673            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
33674            ! lib/ExtUtils/t/basic.t
33675 ____________________________________________________________________________
33676 [ 20407] By: jhi                                   on 2003/08/01  05:21:36
33677         Log: JAPH patch :-) from Abigail.
33678      Branch: perl
33679            ! t/japh/abigail.t
33680 ____________________________________________________________________________
33681 [ 20406] By: jhi                                   on 2003/08/01  05:10:30
33682         Log: Regen perlapi.
33683      Branch: perl
33684            ! perlapi.c
33685 ____________________________________________________________________________
33686 [ 20405] By: jhi                                   on 2003/08/01  05:09:23
33687         Log: Subject: [PATCH] Re: utf8+regex bug in 5.8.1-RC2
33688              From: Dave Mitchell <davem@fdgroup.com>
33689              Date: Fri, 1 Aug 2003 01:16:31 +0100
33690              Message-ID: <20030801001631.GA11233@fdgroup.com>
33691      Branch: perl
33692            ! regcomp.c t/op/pat.t
33693 ____________________________________________________________________________
33694 [ 20404] By: ams                                   on 2003/08/01  03:28:17
33695         Log: Subject: [PATCH] LotR quote for perlapi.c
33696              From: Autrijus Tang <autrijus@autrijus.org>
33697              Date: Fri, 1 Aug 2003 10:00:29 +0800
33698              Message-Id: <20030801020029.GA28241@not.autrijus.org>
33699      Branch: perl
33700            ! embed.pl
33701 ____________________________________________________________________________
33702 [ 20396] By: rgs                                   on 2003/07/31  20:37:50
33703         Log: Document in INSTALL that -Uinstallusrbinperl is now the default.
33704      Branch: perl
33705            ! INSTALL
33706 ____________________________________________________________________________
33707 [ 20395] By: jhi                                   on 2003/07/31  20:32:30
33708         Log: Integrate README.macosx more.
33709      Branch: perl
33710            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
33711            ! win32/Makefile win32/makefile.mk
33712 ____________________________________________________________________________
33713 [ 20394] By: jhi                                   on 2003/07/31  20:31:49
33714         Log: README.macosx from Sherm Pendley.
33715      Branch: perl
33716            + README.macosx
33717            ! MANIFEST
33718 ____________________________________________________________________________
33719 [ 20393] By: jhi                                   on 2003/07/31  20:31:08
33720         Log: Unportable subtest needs rethink.
33721      Branch: perl
33722            ! ext/B/t/bytecode.t
33723 ____________________________________________________________________________
33724 [ 20392] By: jhi                                   on 2003/07/31  20:22:03
33725         Log: Enache again.
33726      Branch: perl
33727            ! ext/ByteLoader/bytecode.h
33728 ____________________________________________________________________________
33729 [ 20390] By: jhi                                   on 2003/07/31  20:20:28
33730         Log: Retract #20385.
33731      Branch: perl
33732            ! ext/ByteLoader/bytecode.h
33733 ____________________________________________________________________________
33734 [ 20389] By: jhi                                   on 2003/07/31  20:14:06
33735         Log: Yet another bytecode tweak from Enache.
33736      Branch: perl
33737            ! ext/B/B/Bytecode.pm
33738 ____________________________________________________________________________
33739 [ 20388] By: jhi                                   on 2003/07/31  20:11:21
33740         Log: Subject: [DOC PATCH] pod/perlguts.pod
33741              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
33742              Date: Thu, 31 Jul 2003 22:39:01 +0200
33743              Message-ID: <004a01c357a3$c71f9f50$0c2f1fac@R2D2>
33744      Branch: perl
33745            ! pod/perlguts.pod
33746 ____________________________________________________________________________
33747 [ 20387] By: jhi                                   on 2003/07/31  19:57:36
33748         Log: Subject: Re: [perl #23171] Regex too selfish
33749              From: hv@crypt.org
33750              Date: Thu, 31 Jul 2003 18:59:43 +0100
33751              Message-Id: <200307311759.h6VHxhn06664@zen.crypt.org>
33752
33753              (choose the second code patch)
33754      Branch: perl
33755            ! regexec.c t/op/re_tests
33756 ____________________________________________________________________________
33757 [ 20386] By: jhi                                   on 2003/07/31  19:48:17
33758         Log: Make consistent with installperl (and working in MPE/iX)
33759              (Mark Bixby)
33760      Branch: perl
33761            ! installman
33762 ____________________________________________________________________________
33763 [ 20385] By: jhi                                   on 2003/07/31  19:46:14
33764         Log: (retracted by #20390)
33765      Branch: perl
33766            ! ext/ByteLoader/bytecode.h
33767 ____________________________________________________________________________
33768 [ 20383] By: jhi                                   on 2003/07/31  19:37:22
33769         Log: Upgrade to real CPAN.pm 1.76.
33770      Branch: perl
33771            + lib/CPAN/META.yml lib/CPAN/PAUSE2003.pub lib/CPAN/SIGNATURE
33772            + lib/CPAN/t/signature.t
33773            ! MANIFEST lib/CPAN.pm
33774 ____________________________________________________________________________
33775 [ 20379] By: jhi                                   on 2003/07/31  12:32:31
33776         Log: One more tweak for Mac OS X hints.
33777      Branch: perl
33778            ! hints/darwin.sh
33779 ____________________________________________________________________________
33780 [ 20378] By: jhi                                   on 2003/07/31  11:39:31
33781         Log: The new PKI system is far too untested and rough yet
33782              (think machines with no network, machines behind firewalls,
33783              corporate and national encryption policies).  It cannot be
33784              considered useable at this stage.
33785
33786              Therefore, create a fake CPAN 1.76.
33787      Branch: perl
33788            ! lib/CPAN.pm
33789 ____________________________________________________________________________
33790 [ 20377] By: jhi                                   on 2003/07/31  11:28:58
33791         Log: This test is pretty useless as it stands.
33792      Branch: perl
33793            - lib/CPAN/t/signature.t
33794            ! MANIFEST
33795 ____________________________________________________________________________
33796 [ 20376] By: jhi                                   on 2003/07/31  10:30:08
33797         Log: Document the requirements for Module::Signature a bit.
33798      Branch: perl
33799            ! lib/CPAN.pm
33800 ____________________________________________________________________________
33801 [ 20375] By: jhi                                   on 2003/07/31  09:37:44
33802         Log: We are change #20316 ahead of 1.75.
33803      Branch: perl
33804            ! lib/CPAN.pm
33805 ____________________________________________________________________________
33806 [ 20373] By: jhi                                   on 2003/07/31  07:35:11
33807         Log: Integrate from maint:
33808              [ 20359]
33809              No more wince/README.compile here, either.
33810      Branch: perl
33811           !> Porting/makerel
33812 ____________________________________________________________________________
33813 [ 20371] By: jhi                                   on 2003/07/31  05:41:56
33814         Log: ext/SDBM_File/sdbm's auto directory ended up in ext/SDBM_File.
33815              (Schwern)
33816      Branch: perl
33817            ! lib/ExtUtils/MakeMaker.pm
33818 ____________________________________________________________________________
33819 [ 20370] By: jhi                                   on 2003/07/31  05:39:11
33820         Log: Schwern says this is most probably an old VMS MakeMaker
33821              bug workaround that can go now.
33822      Branch: perl
33823            ! ext/SDBM_File/sdbm/Makefile.PL
33824 ____________________________________________________________________________
33825 [ 20369] By: jhi                                   on 2003/07/31  05:32:15
33826         Log: Final touches to "Apple-like" installation directories.
33827      Branch: perl
33828            ! hints/darwin.sh
33829 ____________________________________________________________________________
33830 [ 20368] By: jhi                                   on 2003/07/31  05:28:17
33831         Log: Tests for change #20367 (and change use overload; to
33832              just require overload;)
33833      Branch: perl
33834            ! lib/Tie/RefHash.pm lib/Tie/RefHash.t
33835 ____________________________________________________________________________
33836 [ 20367] By: jhi                                   on 2003/07/31  05:12:47
33837         Log: Subject: [PATCH Tie::RefHash] added support for overloaded ""
33838              From: Xavier Noria <fxn@hashref.com>
33839              Date: Thu, 31 Jul 2003 00:29:13 +0200
33840              Message-Id: <200307310029.13567.fxn@hashref.com>
33841      Branch: perl
33842            ! lib/Tie/RefHash.pm
33843 ____________________________________________________________________________
33844 [ 20366] By: jhi                                   on 2003/07/31  05:06:11
33845         Log: Subject: [PATCH] test for B::Bytecode/ByteLoader
33846              From: Enache Adrian <enache@rdslink.ro>
33847              Date: Thu, 31 Jul 2003 03:49:40 +0300
33848              Message-ID: <20030731004940.GB1266@ratsnest.hole>
33849
33850              (but use test.pl:run_perl() instead of manual `$^X ...`)
33851      Branch: perl
33852            + ext/B/t/bytecode.t
33853            ! MANIFEST
33854 ____________________________________________________________________________
33855 [ 20364] By: rgs                                   on 2003/07/30  21:35:08
33856         Log: Silence spurious noise from MakeMaker :
33857              hint files shouldn't return undef and have set $!.
33858      Branch: perl
33859            ! ext/DynaLoader/hints/linux.pl
33860 ____________________________________________________________________________
33861 [ 20362] By: jhi                                   on 2003/07/30  20:24:49
33862         Log: Upgrade to NEXT 0.52.
33863      Branch: perl
33864            ! lib/NEXT.pm lib/NEXT/Changes lib/NEXT/README
33865            ! lib/NEXT/t/actuns.t lib/NEXT/t/unseen.t
33866 ____________________________________________________________________________
33867 [ 20356] By: jhi                                   on 2003/07/30  18:16:55
33868         Log: Might as well.
33869      Branch: perl
33870            ! pod/perlhist.pod
33871 ____________________________________________________________________________
33872 [ 20355] By: jhi                                   on 2003/07/30  18:15:49
33873         Log: Silly gcc.
33874      Branch: perl
33875            ! perl.c
33876 ____________________________________________________________________________
33877 [ 20353] By: jhi                                   on 2003/07/30  17:09:59
33878         Log: This is getting comical.  (Practical tip: never ask
33879              for opinions from one than one person at one time.)
33880              Now back to -Dprefix='/usr' replacing the system Perl,
33881              but don't use the Apple internal DSTROOT.
33882      Branch: perl
33883            ! hints/darwin.sh
33884 ____________________________________________________________________________
33885 [ 20352] By: jhi                                   on 2003/07/30  17:00:25
33886         Log: Mac OS X hints dance continues.  Now drop any special
33887              installation directory mangling.  In other words, if
33888              you want to overwrite the system perl, you really need
33889              to find out how to do that.
33890      Branch: perl
33891            ! hints/darwin.sh
33892 ____________________________________________________________________________
33893 [ 20350] By: jhi                                   on 2003/07/30  14:23:03
33894         Log: Try again with the Mac OS X hints.  Now the three cases
33895              (no -Dprefix, /usr, and something else) all install
33896              into separate places.  No prefix installs to /usr/local.
33897              The /usr overwrites the Apple install (modulo the version).
33898      Branch: perl
33899            ! hints/darwin.sh
33900 ____________________________________________________________________________
33901 [ 20348] By: jhi                                   on 2003/07/30  13:28:30
33902         Log: Subject: [PATCH] NEXT and Diamond Inheritance
33903              From: Casey West <casey@geeknest.com>
33904              Date: Tue, 29 Jul 2003 17:37:15 -0400
33905              Message-ID: <20030729213715.GY76899@geeknest.com>
33906
33907              (Use Damian's NEXT-0.51 once Damian and PAUSE like each other)
33908      Branch: perl
33909            ! lib/NEXT.pm lib/NEXT/t/unseen.t
33910 ____________________________________________________________________________
33911 [ 20347] By: jhi                                   on 2003/07/30  13:19:03
33912         Log: Match also on full name and email (though the email is
33913              now less interesting than it used to be).
33914      Branch: perl
33915            ! Porting/Maintainers
33916 ____________________________________________________________________________
33917 [ 20346] By: jhi                                   on 2003/07/30  12:26:53
33918         Log: Maintainers script tweaks.
33919      Branch: perl
33920            ! Porting/Maintainers
33921 ____________________________________________________________________________
33922 [ 20345] By: jhi                                   on 2003/07/30  11:17:33
33923         Log: rmdir t/lib/IO.
33924      Branch: perl
33925            ! ext/IO/t/IO.t
33926 ____________________________________________________________________________
33927 [ 20344] By: jhi                                   on 2003/07/30  11:15:30
33928         Log: Adjust the list of rmdired lib directories.
33929      Branch: perl
33930            ! Makefile.SH
33931 ____________________________________________________________________________
33932 [ 20343] By: jhi                                   on 2003/07/30  10:06:24
33933         Log: Be paranoid about PL_origargv.
33934              Paranoia warranted by Win32 mod_perl.
33935      Branch: perl
33936            ! perl.c
33937 ____________________________________________________________________________
33938 [ 20342] By: jhi                                   on 2003/07/30  09:57:55
33939         Log: Subject: tiny [PATCH-for-perl-5.8.1-RC2] remove one mention of UNDER_CE from perlio.c
33940              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
33941              Date: Wed, 30 Jul 2003 14:56:32 +0400
33942              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C200DD3@cio-test001.spb.lucent.com>
33943      Branch: perl
33944            ! perlio.c
33945 ____________________________________________________________________________
33946 [ 20341] By: jhi                                   on 2003/07/30  09:54:46
33947         Log: Upgrade to ExtUtils::MakeMaker 6.12.
33948      Branch: perl
33949            ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
33950            ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_Unix.pm
33951            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
33952            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_VMS.t
33953 ____________________________________________________________________________
33954 [ 20340] By: jhi                                   on 2003/07/30  09:47:32
33955         Log: That's M. Schwern to you, earthling.
33956      Branch: perl
33957            ! Porting/Maintainers.pl
33958 ____________________________________________________________________________
33959 [ 20339] By: jhi                                   on 2003/07/30  09:43:32
33960         Log: Arthur maintains Safe.
33961      Branch: perl
33962            ! Porting/Maintainers.pl
33963 ____________________________________________________________________________
33964 [ 20338] By: jhi                                   on 2003/07/30  09:40:28
33965         Log: Use the CPAN id where available.
33966      Branch: perl
33967            ! Porting/Maintainers.pl
33968 ____________________________________________________________________________
33969 [ 20337] By: jhi                                   on 2003/07/30  09:26:47
33970         Log: Rename Modules and Modules.pl as Maintainers and
33971              Maintainers.pl since the same framework can be used
33972              for more than just modules.
33973      Branch: perl
33974            + Porting/Maintainers Porting/Maintainers.pl
33975            - Porting/Modules Porting/Modules.pl
33976            ! MANIFEST
33977 ____________________________________________________________________________
33978 [ 20336] By: jhi                                   on 2003/07/30  09:11:06
33979         Log: Strip leading ./
33980      Branch: perl
33981            ! Porting/Modules
33982 ____________________________________________________________________________
33983 [ 20335] By: jhi                                   on 2003/07/30  09:01:47
33984         Log: More Modules.pl.
33985      Branch: perl
33986            ! Porting/Modules.pl
33987 ____________________________________________________________________________
33988 [ 20334] By: jhi                                   on 2003/07/30  08:51:57
33989         Log: Modules.pl: add B::Deparse.
33990      Branch: perl
33991            ! Porting/Modules.pl
33992 ____________________________________________________________________________
33993 [ 20333] By: jhi                                   on 2003/07/30  08:26:47
33994         Log: Mac OS X: tweak once again the installation directories.
33995      Branch: perl
33996            ! hints/darwin.sh
33997 ____________________________________________________________________________
33998 [ 20332] By: jhi                                   on 2003/07/30  07:55:04
33999         Log: Modules.pl tweaks.
34000      Branch: perl
34001            ! Porting/Modules.pl
34002 ____________________________________________________________________________
34003 [ 20331] By: jhi                                   on 2003/07/30  06:13:55
34004         Log: Subject: [PATCH] Extend Win32::GetOSVersion() to return additional information
34005              From: Jan Dubois <jand@ActiveState.com>
34006              Date: Tue, 29 Jul 2003 19:14:10 -0700
34007              Message-ID: <i06eivs0h9khken8rloevj68iqu6n45hnq@4ax.com>
34008      Branch: perl
34009            ! lib/Win32.pod win32/win32.c
34010 ____________________________________________________________________________
34011 [ 20330] By: rgs                                   on 2003/07/29  21:20:28
34012         Log: FAQ sync.
34013      Branch: perl
34014            ! pod/perlfaq4.pod pod/perlfaq7.pod
34015 ____________________________________________________________________________
34016 [ 20329] By: jhi                                   on 2003/07/29  20:54:38
34017         Log: Subject: tiny fix for WinCE (Re: maint @ 20277)
34018              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
34019              Date: Wed, 30 Jul 2003 02:02:41 +0400
34020              Message-ID: <016701c3561d$43735ca0$195ec3d9@vad>
34021      Branch: perl
34022            ! wince/wince.c
34023 ____________________________________________________________________________
34024 [ 20327] By: jhi                                   on 2003/07/29  20:09:15
34025         Log: MPE/iX fix from Mark Bixby: fcntl() on sockets on works.
34026      Branch: perl
34027            ! README.mpeix ext/IO/t/io_sock.t mpeix/mpeix.c mpeix/mpeixish.h
34028 ____________________________________________________________________________
34029 [ 20324] By: jhi                                   on 2003/07/29  19:55:50
34030         Log: Revert #20301, apparently the _SOCKADDR_LEN #define is
34031              important for IPv6 (Spider).  Since there is no way to
34032              otherwise detect 3.X, use the hints.
34033      Branch: perl
34034            ! hints/dec_osf.sh perl.h
34035 ____________________________________________________________________________
34036 [ 20316] By: jhi                                   on 2003/07/29  15:27:46
34037         Log: Don't nag about Module::Signature if there is no
34038              way for the user to use it (based on Autrijus' patch).
34039      Branch: perl
34040            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
34041 ____________________________________________________________________________
34042 [ 20315] By: jhi                                   on 2003/07/29  14:47:04
34043         Log: Oops.
34044      Branch: perl
34045            ! sv.c
34046 ____________________________________________________________________________
34047 [ 20314] By: jhi                                   on 2003/07/29  13:26:26
34048         Log: Slight rewording on the destdir.
34049      Branch: perl
34050            ! INSTALL
34051 ____________________________________________________________________________
34052 [ 20312] By: jhi                                   on 2003/07/29  13:20:21
34053         Log: Subject: [PATCH] pod/perlvar.pod: minor typo
34054              From: "Brendan O'Dea" <bod@debian.org>
34055              Date: Tue, 29 Jul 2003 23:49:18 +1000
34056              Message-ID: <20030729134918.GA4339@londo.c47.org>
34057      Branch: perl
34058            ! pod/perlvar.pod
34059 ____________________________________________________________________________
34060 [ 20310] By: jhi                                   on 2003/07/29  13:11:57
34061         Log: Subject: [PATCH: (repatch) 5.8.1 RC2] Encode test fixes for VMS (was Re: possible fix to File::Find problems)
34062              From: PPrymmer@factset.com
34063              Date: Tue, 22 Jul 2003 11:12:05 -0400
34064              Message-ID: <OFBD4A7559.D7CF9517-ON85256D6B.00534853-85256D6B.00538131@factset.com>
34065      Branch: perl
34066            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t
34067            ! ext/Encode/t/perlio.t
34068 ____________________________________________________________________________
34069 [ 20309] By: jhi                                   on 2003/07/29  13:06:24
34070         Log: Subject: [perluniintro vs Encode::Alias] Is KOI8R is an alise for koi8-r?
34071              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
34072              Date: Sun, 13 Jul 2003 10:23:35 +0900
34073              Message-Id: <20030713102228.C76A.BQW10602@nifty.com>
34074      Branch: perl
34075            ! ext/Encode/lib/Encode/Alias.pm
34076 ____________________________________________________________________________
34077 [ 20308] By: jhi                                   on 2003/07/29  13:02:43
34078         Log: The --destdir option to installman should be made
34079              optional so that it doesn't complain when passed
34080              an empty value (from Rafael)
34081      Branch: perl
34082            ! installman
34083 ____________________________________________________________________________
34084 [ 20306] By: jhi                                   on 2003/07/29  12:05:24
34085         Log: Too many my $fh:s.
34086      Branch: perl
34087            ! lib/CPAN.pm
34088 ____________________________________________________________________________
34089 [ 20305] By: jhi                                   on 2003/07/29  11:55:11
34090         Log: Quieten MSVC6.
34091      Branch: perl
34092            ! pp.c
34093 ____________________________________________________________________________
34094 [ 20302] By: jhi                                   on 2003/07/29  11:31:17
34095         Log: Subject: DESTDIR in perl-5.8.1 package?
34096              From: Michael Schroeder <Michael.Schroeder@informatik.uni-erlangen.de>
34097              Date: Fri, 11 Jul 2003 14:48:41 +0200
34098              Message-ID: <20030711124841.GA18327@immd4.informatik.uni-erlangen.de>
34099
34100              Subject: Re: DESTDIR in perl-5.8.1 package?
34101              From: Michael Schroeder <Michael.Schroeder@informatik.uni-erlangen.de>
34102              Date: Mon, 14 Jul 2003 12:00:25 +0200
34103              Message-ID: <20030714100025.GA26612@immd4.informatik.uni-erlangen.de>
34104
34105              (blindly prepending and s///ing away the $destdir does not work
34106              at least in VMS, but the --destdir should help rpm builders
34107              and the like)
34108      Branch: perl
34109            ! INSTALL Makefile.SH installman installperl
34110 ____________________________________________________________________________
34111 [ 20301] By: jhi                                   on 2003/07/29  11:20:07
34112         Log: Subject: [perl #23134] Problems compiling 5.8.0 on alpha-dec_osf 3.2
34113              From: Chaskiel M Grundman (via RT) <perlbug-followup@perl.org>
34114              Date: 26 Jul 2003 21:44:06 -0000
34115              Message-ID: <rt-23134-61814.9.36507226414463@rt.perl.org>
34116
34117              Helps (the admittedly old) DEC OSF/1 3.x and harms not newer
34118              releases 4.x and 5.x.
34119      Branch: perl
34120            ! perl.h
34121 ____________________________________________________________________________
34122 [ 20300] By: jhi                                   on 2003/07/29  11:18:27
34123         Log: Cleanup the sv_gets() logic for platforms with small stacks.
34124              (I think hogging 8K of stack sounds like bad behaviour on any
34125              platform, big stack or not.)
34126      Branch: perl
34127            ! sv.c
34128 ____________________________________________________________________________
34129 [ 20299] By: merijn                                on 2003/07/29  10:57:37
34130         Log: README.hpux now mentions the http mirror for prebuilt gcc binaries
34131      Branch: perl
34132            ! README.hpux
34133 ____________________________________________________________________________
34134 [ 20298] By: jhi                                   on 2003/07/29  10:57:28
34135         Log: DEC OSF/1 3.x did (does) not do sizer -v.
34136      Branch: perl
34137            ! hints/dec_osf.sh
34138 ____________________________________________________________________________
34139 [ 20295] By: jhi                                   on 2003/07/29  10:36:25
34140         Log: Subject: [PATCH CPAN.pm] unlink pre-PGP-signed CHECKSUM
34141              From: Autrijus Tang <autrijus@autrijus.org>
34142              Date: Tue, 29 Jul 2003 09:58:35 +0800
34143              Message-ID: <20030729015834.GA7149@not.autrijus.org>
34144      Branch: perl
34145            ! lib/CPAN.pm
34146 ____________________________________________________________________________
34147 [ 20294] By: jhi                                   on 2003/07/29  10:30:05
34148         Log: There is no skip() since we are not using Test*.
34149      Branch: perl
34150            ! lib/CPAN/t/signature.t
34151 ____________________________________________________________________________
34152 [ 20293] By: jhi                                   on 2003/07/29  10:28:10
34153         Log: Upgrade to CPAN.pm 1.74.
34154      Branch: perl
34155            ! lib/CPAN.pm lib/CPAN/t/signature.t
34156 ____________________________________________________________________________
34157 [ 20292] By: jhi                                   on 2003/07/29  10:14:26
34158         Log: Most importantly, don't try HvNAME(gp->gp_hv)
34159              unless PL_stashcache exists, otherwise we get
34160              an invalid read (detected by valgrind, and crashes
34161              ext/threads/t/basic.t in Windows).
34162
34163              Also add a few if:s for the refcnt decrements,
34164              no need to call Perl_sv_free() if there's nothing to free.
34165      Branch: perl
34166            ! gv.c
34167 ____________________________________________________________________________
34168 [ 20291] By: jhi                                   on 2003/07/29  09:00:58
34169         Log: Tabify.
34170      Branch: perl
34171            ! MANIFEST
34172 ____________________________________________________________________________
34173 [ 20288] By: jhi                                   on 2003/07/29  08:29:50
34174         Log: Subject: [perl #22969] fix $hash{utf8bareword}
34175              From: Rafael Garcia-Suarez <raphel.garcia-suarez@hexaflux.com>
34176              Date: Tue, 29 Jul 2003 11:09:37 +0200
34177              Message-Id: <20030729110937.31c422d2.rgarcia@hexaflux.com>
34178      Branch: perl
34179            ! t/op/utfhash.t toke.c
34180 ____________________________________________________________________________
34181 [ 20287] By: jhi                                   on 2003/07/29  08:26:48
34182         Log: Subject: [PATCH pointer] B::Deparse 0.64
34183              From: Stephen McCamant <smcc@mit.edu>
34184              Date: Mon, 28 Jul 2003 16:57:19 -0400
34185              Message-ID: <16165.36399.39977.566109@syllepsis.MIT.EDU>
34186      Branch: perl
34187            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
34188 ____________________________________________________________________________
34189 [ 20286] By: jhi                                   on 2003/07/29  08:24:45
34190         Log: More perlio docs from Stas.
34191      Branch: perl
34192            ! pod/perliol.pod
34193 ____________________________________________________________________________
34194 [ 20285] By: jhi                                   on 2003/07/29  08:22:49
34195         Log: Reintroduce Porting/Modules.  No, it's not duplicating
34196              the information in Module::CoreList.
34197      Branch: perl
34198            + Porting/Modules Porting/Modules.pl
34199            ! AUTHORS MANIFEST
34200 ____________________________________________________________________________
34201 [ 20283] By: jhi                                   on 2003/07/29  05:00:12
34202         Log: The better prefixify() patch from Ed Moy.
34203      Branch: perl
34204            ! lib/ExtUtils/MM_Unix.pm
34205 ____________________________________________________________________________
34206 [ 20282] By: jhi                                   on 2003/07/29  04:57:57
34207         Log: PerlIO_popped doc addition from NI-S.
34208      Branch: perl
34209            ! pod/perliol.pod
34210 ____________________________________________________________________________
34211 [ 20281] By: jhi                                   on 2003/07/29  04:55:48
34212         Log: Subject: [PATCH] another File::Find tweak for VMS (improve on #20221)
34213              From: "Craig A. Berry" <craigberry@mac.com>
34214              Date: Tue, 29 Jul 2003 00:11:46 -0500
34215              Message-ID: <3F260212.9000104@mac.com>
34216      Branch: perl
34217            ! lib/File/Find.pm
34218 ____________________________________________________________________________
34219 [ 20278] By: jhi                                   on 2003/07/28  18:03:48
34220         Log: More bytecode tweaks.
34221      Branch: perl
34222            ! ext/B/B.xs ext/B/B/Bytecode.pm
34223 ____________________________________________________________________________
34224 [ 20275] By: jhi                                   on 2003/07/28  16:47:53
34225         Log: No more wince/README.compile.
34226      Branch: perl
34227            ! Porting/curliff.pl
34228 ____________________________________________________________________________
34229 [ 20272] By: jhi                                   on 2003/07/28  16:19:47
34230         Log: Slightly better failure output.
34231      Branch: perl
34232            ! ext/Devel/Peek/t/Peek.t
34233 ____________________________________________________________________________
34234 [ 20270] By: jhi                                   on 2003/07/28  15:12:28
34235         Log: These directories no more exist during cleanup.
34236      Branch: perl
34237            ! Makefile.SH
34238 ____________________________________________________________________________
34239 [ 20269] By: jhi                                   on 2003/07/28  15:07:22
34240         Log: No more ext/*/*.t, move them all to ext/*/t.
34241      Branch: perl
34242            + ext/Devel/DProf/t/DProf.t ext/Devel/Peek/t/Peek.t
34243            + ext/Errno/t/Errno.t ext/GDBM_File/t/gdbm.t
34244            + ext/I18N/Langinfo/t/Langinfo.t ext/IPC/SysV/t/ipcsysv.t
34245            + ext/NDBM_File/t/ndbm.t ext/ODBM_File/t/odbm.t
34246            + ext/Opcode/t/Opcode.t ext/Opcode/t/ops.t ext/PerlIO/t/PerlIO.t
34247            + ext/SDBM_File/t/sdbm.t ext/Safe/t/safe1.t ext/Safe/t/safe2.t
34248            + ext/Safe/t/safe3.t ext/Socket/t/Socket.t
34249            + ext/Socket/t/socketpair.t ext/Sys/Hostname/t/Hostname.t
34250            + ext/Sys/Syslog/t/syslog.t ext/Time/HiRes/t/HiRes.t
34251            + ext/XS/Typemap/t/Typemap.t ext/attrs/t/attrs.t ext/re/t/re.t
34252            - ext/Devel/DProf/DProf.t ext/Devel/Peek/Peek.t
34253            - ext/Errno/Errno.t ext/GDBM_File/gdbm.t
34254            - ext/I18N/Langinfo/Langinfo.t ext/IPC/SysV/ipcsysv.t
34255            - ext/NDBM_File/ndbm.t ext/ODBM_File/odbm.t ext/Opcode/Opcode.t
34256            - ext/Opcode/ops.t ext/PerlIO/PerlIO.t ext/SDBM_File/sdbm.t
34257            - ext/Safe/safe1.t ext/Safe/safe2.t ext/Safe/safe3.t
34258            - ext/Socket/Socket.t ext/Socket/socketpair.t
34259            - ext/Sys/Hostname/Hostname.t ext/Sys/Syslog/syslog.t
34260            - ext/Time/HiRes/HiRes.t ext/XS/Typemap/Typemap.t ext/attrs.t
34261            - ext/re/re.t
34262            ! MANIFEST ext/IPC/SysV/MANIFEST
34263 ____________________________________________________________________________
34264 [ 20268] By: jhi                                   on 2003/07/28  14:31:17
34265         Log: Move the ext/IO tests to a more standard location so that
34266              the *.t do not get copied to the build tree (lib/IO/).
34267      Branch: perl
34268            + ext/IO/t/IO.t ext/IO/t/io_const.t ext/IO/t/io_dir.t
34269            + ext/IO/t/io_dup.t ext/IO/t/io_linenum.t
34270            + ext/IO/t/io_multihomed.t ext/IO/t/io_pipe.t ext/IO/t/io_poll.t
34271            + ext/IO/t/io_sel.t ext/IO/t/io_sock.t ext/IO/t/io_taint.t
34272            + ext/IO/t/io_tell.t ext/IO/t/io_udp.t ext/IO/t/io_unix.t
34273            + ext/IO/t/io_utf8.t ext/IO/t/io_xs.t
34274            - ext/IO/lib/IO/t/IO.t ext/IO/lib/IO/t/io_const.t
34275            - ext/IO/lib/IO/t/io_dir.t ext/IO/lib/IO/t/io_dup.t
34276            - ext/IO/lib/IO/t/io_linenum.t ext/IO/lib/IO/t/io_multihomed.t
34277            - ext/IO/lib/IO/t/io_pipe.t ext/IO/lib/IO/t/io_poll.t
34278            - ext/IO/lib/IO/t/io_sel.t ext/IO/lib/IO/t/io_sock.t
34279            - ext/IO/lib/IO/t/io_taint.t ext/IO/lib/IO/t/io_tell.t
34280            - ext/IO/lib/IO/t/io_udp.t ext/IO/lib/IO/t/io_unix.t
34281            - ext/IO/lib/IO/t/io_utf8.t ext/IO/lib/IO/t/io_xs.t
34282            ! MANIFEST
34283 ____________________________________________________________________________
34284 [ 20267] By: jhi                                   on 2003/07/28  14:16:44
34285         Log: Retract #20260.
34286      Branch: perl
34287            ! perlio.c perliol.h
34288 ____________________________________________________________________________
34289 [ 20266] By: jhi                                   on 2003/07/28  13:38:59
34290         Log: Bump the $VERSION of core File::Spec as requested by Ken Williams.
34291      Branch: perl
34292            ! lib/File/Spec.pm
34293 ____________________________________________________________________________
34294 [ 20265] By: jhi                                   on 2003/07/28  13:23:44
34295         Log: Subject: [PATCH] #20177 broke skip logic in t/op/write.t
34296              From: "Craig A. Berry" <craigberry@mac.com>
34297              Date: Mon, 28 Jul 2003 08:04:32 -0500
34298              Message-ID: <3F251F60.6050607@mac.com>
34299      Branch: perl
34300            ! t/op/write.t
34301 ____________________________________________________________________________
34302 [ 20264] By: jhi                                   on 2003/07/28  13:21:58
34303         Log: Subject: [PATCH] t/op/write.t cleanup after itself.
34304              From: Michael G Schwern <schwern@pobox.com>
34305              Date: Mon, 28 Jul 2003 05:54:19 -0700
34306              Message-ID: <20030728125419.GJ21044@windhund.schwern.org>
34307      Branch: perl
34308            ! t/op/write.t
34309 ____________________________________________________________________________
34310 [ 20263] By: jhi                                   on 2003/07/28  12:13:24
34311         Log: Make Storable work with blead/maint by making PL_sv_placeholder
34312              a true global, bump $VERSION to 2.08.  Will take a look at the
34313              portability issue of placeholders soon.
34314      Branch: perl
34315            ! embedvar.h ext/Storable/Storable.pm ext/Storable/Storable.xs
34316            ! intrpvar.h perlapi.h perlvars.h sv.c
34317 ____________________________________________________________________________
34318 [ 20262] By: jhi                                   on 2003/07/28  11:35:31
34319         Log: Storable test nosewipe.
34320      Branch: perl
34321            ! ext/Storable/t/code.t ext/Storable/t/utf8hash.t
34322 ____________________________________________________________________________
34323 [ 20261] By: jhi                                   on 2003/07/28  11:02:23
34324         Log: Solaris cc didn't appreciate casting a long to a pointer
34325              with no cast, and lval casts are unportable, so introduce
34326              a rval cast.
34327      Branch: perl
34328            ! bytecode.pl ext/ByteLoader/byterun.c
34329 ____________________________________________________________________________
34330 [ 20260] By: jhi                                   on 2003/07/28  10:46:58
34331         Log: (Retracted by #20267)
34332      Branch: perl
34333            ! perlio.c perliol.h
34334 ____________________________________________________________________________
34335 [ 20257] By: jhi                                   on 2003/07/28  10:05:58
34336         Log: Subject: CPAN/t/signature.t noisy
34337              From: Michael G Schwern <schwern@pobox.com>
34338              Date: Mon, 28 Jul 2003 02:14:19 -0700
34339              Message-ID: <20030728091419.GG21044@windhund.schwern.org>
34340      Branch: perl
34341            ! lib/CPAN/t/signature.t
34342 ____________________________________________________________________________
34343 [ 20256] By: jhi                                   on 2003/07/28  10:00:11
34344         Log: Extra noise from File::Spec.
34345      Branch: perl
34346            ! lib/File/Spec/t/rel2abs2rel.t
34347 ____________________________________________________________________________
34348 [ 20255] By: jhi                                   on 2003/07/28  09:50:55
34349         Log: Prettyprint the constants list of defsubs_h.PL.
34350      Branch: perl
34351            ! ext/B/defsubs_h.PL
34352 ____________________________________________________________________________
34353 [ 20253] By: jhi                                   on 2003/07/28  04:56:48
34354         Log: Subject: [PATCH] B enhancements
34355              From: Stephen McCamant <smcc@mit.edu>
34356              Date: Sun, 27 Jul 2003 14:07:46 -0400
34357              Message-ID: <16164.5362.577992.841787@syllepsis.MIT.EDU>
34358      Branch: perl
34359            ! ext/B/B.pm ext/B/B.xs ext/B/defsubs_h.PL
34360 ____________________________________________________________________________
34361 [ 20252] By: jhi                                   on 2003/07/28  04:55:42
34362         Log: More clarification about the hash randomisation defines.
34363      Branch: perl
34364            ! perl.h
34365 ____________________________________________________________________________
34366 [ 20251] By: jhi                                   on 2003/07/28  04:51:46
34367         Log: Clarify the process a bit.
34368      Branch: perl
34369            ! INSTALL
34370 ____________________________________________________________________________
34371 [ 20250] By: jhi                                   on 2003/07/28  04:43:23
34372         Log: Add $VERSION to B::Bytecode.
34373      Branch: perl
34374            ! ext/B/B/Bytecode.pm
34375 ____________________________________________________________________________
34376 [ 20249] By: jhi                                   on 2003/07/28  04:39:14
34377         Log: Missing test file.  (Not very useful since Module::Signature
34378              is not in the core, but let's not make an exception.)
34379      Branch: perl
34380            ! MANIFEST
34381 ____________________________________________________________________________
34382 [ 20248] By: jhi                                   on 2003/07/28  04:35:27
34383         Log: Subject: Re: downrev modules in RC2
34384              From: Gisle Aas <gisle@ActiveState.com>
34385              Date: 27 Jul 2003 20:25:07 -0700
34386              Message-ID: <lrptjv1gfg.fsf@caliper.activestate.com>
34387
34388              (upgrade to Digest::MD5 2.26)
34389      Branch: perl
34390            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
34391            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
34392 ____________________________________________________________________________
34393 [ 20247] By: jhi                                   on 2003/07/28  04:31:32
34394         Log: Upgrade to CGI 2.97.
34395      Branch: perl
34396            ! lib/CGI.pm
34397 ____________________________________________________________________________
34398 [ 20246] By: jhi                                   on 2003/07/28  04:26:58
34399         Log: Revert 20233 + s/GvAVn/GvAV/) + rerun 'perl bytecode.pl'.
34400              (from Enache)
34401      Branch: perl
34402            ! bytecode.pl ext/ByteLoader/byterun.c
34403 ____________________________________________________________________________
34404 [ 20243] By: jhi                                   on 2003/07/27  20:31:31
34405         Log: Upgrade to CPAN 1.72.
34406      Branch: perl
34407            + lib/CPAN/t/signature.t
34408            ! MANIFEST lib/CPAN.pm
34409 ____________________________________________________________________________
34410 [ 20242] By: jhi                                   on 2003/07/27  20:21:40
34411         Log: We now return to your normally scheduled hash randomisation.
34412      Branch: perl
34413            ! INSTALL perl.h pod/perlfunc.pod pod/perlrun.pod
34414            ! pod/perlsec.pod
34415 ____________________________________________________________________________
34416 [ 20240] By: jhi                                   on 2003/07/27  19:45:22
34417         Log: fresh_perl_(is|like) were printing out the wrong file/line
34418              number on failure because _where() was hard coded to only
34419              look one level up the call stack.  In these cases it has to
34420              look two.
34421              (Schwern)
34422      Branch: perl
34423            ! t/test.pl
34424 ____________________________________________________________________________
34425 [ 20239] By: jhi                                   on 2003/07/27  19:43:34
34426         Log: cleanup tiehandle.t to use test.pl, is(), like(), etc...
34427              (Schwern)
34428      Branch: perl
34429            ! t/op/tiehandle.t
34430 ____________________________________________________________________________
34431 [ 20238] By: jhi                                   on 2003/07/27  19:20:45
34432         Log: Upgrade to Test::Harness 2.29.
34433      Branch: perl
34434            ! lib/Test/Harness.pm lib/Test/Harness/Straps.pm
34435            ! lib/Test/Harness/t/assert.t lib/Test/Harness/t/callback.t
34436            ! lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
34437            ! lib/Test/Harness/t/test-harness.t
34438 ____________________________________________________________________________
34439 [ 20237] By: jhi                                   on 2003/07/27  18:37:45
34440         Log: Missing MakeMaker test.
34441      Branch: perl
34442            + lib/ExtUtils/t/postamble.t
34443            ! MANIFEST
34444 ____________________________________________________________________________
34445 [ 20236] By: jhi                                   on 2003/07/27  18:29:16
34446         Log: Add -l (one file per line) option to manicheck.
34447      Branch: perl
34448            ! Porting/manicheck
34449 ____________________________________________________________________________
34450 [ 20235] By: jhi                                   on 2003/07/27  18:08:55
34451         Log: Further Byteloader tweaks from Enache.
34452      Branch: perl
34453            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Assembler.pm
34454            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm ext/B/defsubs_h.PL
34455            ! ext/B/t/assembler.t ext/ByteLoader/ByteLoader.pm
34456            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
34457            ! ext/ByteLoader/byterun.h t/TEST
34458 ____________________________________________________________________________
34459 [ 20234] By: jhi                                   on 2003/07/27  18:02:24
34460         Log: Reapply some perldoc changes not in 3.09.
34461      Branch: perl
34462            ! lib/Pod/Perldoc.pm
34463 ____________________________________________________________________________
34464 [ 20233] By: jhi                                   on 2003/07/27  17:51:01
34465         Log: Upgrade to Pod::Perldoc 3.09.
34466      Branch: perl
34467            ! lib/Pod/Perldoc.pm lib/Pod/Perldoc/ToMan.pm
34468 ____________________________________________________________________________
34469 [ 20232] By: jhi                                   on 2003/07/27  17:34:23
34470         Log: A bug reported in perl-unicode by Terry Jones, fixed
34471              by Andreas Koenig, and add a test.
34472      Branch: perl
34473            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
34474 ____________________________________________________________________________
34475 [ 20231] By: jhi                                   on 2003/07/27  17:21:11
34476         Log: Unicode::UCD doc nit from Andreas Koenig.
34477      Branch: perl
34478            ! lib/Unicode/UCD.pm
34479 ____________________________________________________________________________
34480 [ 20230] By: jhi                                   on 2003/07/27  17:13:55
34481         Log: Upgrade to I18N::LangTags 0.28.
34482      Branch: perl
34483            + lib/I18N/LangTags/t/01test.t
34484            - lib/I18N/LangTags/test.pl
34485            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/List.pm
34486 ____________________________________________________________________________
34487 [ 20229] By: jhi                                   on 2003/07/27  16:59:27
34488         Log: Skip the test until Enache fixes it.
34489      Branch: perl
34490            ! ext/B/t/assembler.t
34491 ____________________________________________________________________________
34492 [ 20225] By: jhi                                   on 2003/07/27  16:12:44
34493         Log: Upgrade to File::Spec 0.85.
34494      Branch: perl
34495            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm
34496            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
34497            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
34498            ! lib/File/Spec/t/Functions.t lib/File/Spec/t/Spec.t
34499            ! lib/File/Spec/t/rel2abs2rel.t
34500 ____________________________________________________________________________
34501 [ 20224] By: jhi                                   on 2003/07/27  15:48:20
34502         Log: Subject: Re: [PATCH] Re: Storing &PL_sv_undef as a hash key with perl-5.8.x
34503              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
34504              Date: Sun, 20 Jul 2003 22:36:02 +0200
34505              Message-ID: <006801c34efe$8aac1920$0c2f1fac@R2D2>
34506      Branch: perl
34507            ! dump.c embedvar.h ext/Storable/Storable.xs hv.c intrpvar.h
34508            ! perl.c perlapi.h sv.c universal.c
34509 ____________________________________________________________________________
34510 [ 20223] By: jhi                                   on 2003/07/27  15:43:30
34511         Log: Regen byterun once more: the incav is not yet right, but at
34512              least it compiles now (Tru64 cc choked on the lvalue cast).
34513      Branch: perl
34514            ! bytecode.pl ext/ByteLoader/byterun.c
34515 ____________________________________________________________________________
34516 [ 20222] By: jhi                                   on 2003/07/27  15:31:52
34517         Log: Regenerated because of #20220.
34518      Branch: perl
34519            ! ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
34520            ! ext/ByteLoader/byterun.h
34521 ____________________________________________________________________________
34522 [ 20221] By: jhi                                   on 2003/07/27  15:19:57
34523         Log: Subject: [PATCH] fix for File::Find logical name collision on VMS
34524              From: "Craig A. Berry" <craigberry@mac.com>
34525              Date: Mon, 21 Jul 2003 19:40:20 -0500
34526              Message-ID: <3F1C87F4.2070401@mac.com>
34527      Branch: perl
34528            ! lib/File/Find.pm
34529 ____________________________________________________________________________
34530 [ 20220] By: jhi                                   on 2003/07/27  15:13:10
34531         Log: Subject: Re: [perl #22984] perl-5.8.1-RC2: TEST -bytecompile won't work at all
34532              From: Enache Adrian <enache@rdslink.ro>
34533              Date: Fri, 18 Jul 2003 23:15:37 +0300
34534              Message-ID: <20030718201537.GA1574@ratsnest.hole>
34535      Branch: perl
34536            ! Makefile.SH bytecode.pl ext/B/B.xs ext/B/B/Assembler.pm
34537            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm ext/B/typemap
34538            ! ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
34539            ! ext/ByteLoader/bytecode.h installperl t/TEST utils/perlcc.PL
34540 ____________________________________________________________________________
34541 [ 20219] By: jhi                                   on 2003/07/27  15:08:23
34542         Log: Subject: [PATCH-for-RC2] WinCE port addition
34543              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
34544              Date: Fri, 25 Jul 2003 22:17:11 +0400
34545              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C200D42@cio-test001.spb.lucent.com>
34546      Branch: perl
34547            - wince/README.compile
34548            ! MANIFEST README.ce wince/Makefile.ce wince/README.perlce
34549            ! wince/compile.bat wince/wince.c wince/wince.h
34550 ____________________________________________________________________________
34551 [ 20217] By: jhi                                   on 2003/07/25  06:39:08
34552         Log: Another missing hunk for MakeMaker from .org.
34553      Branch: perl
34554            ! lib/ExtUtils/MakeMaker.pm
34555 ____________________________________________________________________________
34556 [ 20213] By: jhi                                   on 2003/07/24  14:49:25
34557         Log: Grabbed from www.makemaker.org.
34558      Branch: perl
34559            + t/lib/MakeMaker/Test/Setup/Recurs.pm
34560            ! MANIFEST
34561 ____________________________________________________________________________
34562 [ 20211] By: jhi                                   on 2003/07/24  14:00:29
34563         Log: Subject: [perl #22946] Bug in Unicode surrogate pair conversion in Perl_utf16_to_utf8
34564              From: "Dinger, Tom" (via RT) <perlbug-followup@perl.org>
34565              Date: 14 Jul 2003 05:35:15 -0000
34566              Message-ID: <rt-22946-60715.1.00007189884266@rt.perl.org>
34567      Branch: perl
34568            ! utf8.c
34569 ____________________________________________________________________________
34570 [ 20209] By: jhi                                   on 2003/07/24  13:42:58
34571         Log: Subject: Re: [typo] sv.c pod/perlapi.pod
34572              From: Stas Bekman <stas@stason.org>
34573              Date: Thu, 24 Jul 2003 16:49:27 +0200
34574              Message-ID: <3F1FF1F7.30500@stason.org>
34575      Branch: perl
34576            ! pod/perlapi.pod sv.c
34577 ____________________________________________________________________________
34578 [ 20208] By: jhi                                   on 2003/07/24  13:41:37
34579         Log: Subject: [ANNOUNCE] ExtUtils::MakeMaker 6.11
34580              From: Michael G Schwern <schwern@pobox.com>
34581              Date: Thu, 24 Jul 2003 01:28:07 -0700
34582              Message-ID: <20030724082807.GA24285@windhund.schwern.org>
34583      Branch: perl
34584            ! lib/ExtUtils/MakeMaker.pm
34585 ____________________________________________________________________________
34586 [ 20207] By: jhi                                   on 2003/07/24  13:40:39
34587         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_08
34588              From: Michael G Schwern <schwern@pobox.com>
34589              Date: Mon, 21 Jul 2003 20:12:25 -0700
34590              Message-ID: <20030722031224.GD12711@windhund.schwern.org>
34591      Branch: perl
34592            + lib/ExtUtils/t/recurs.t
34593            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/META.yml
34594            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_MacOS.pm
34595            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
34596            ! lib/ExtUtils/MakeMaker/FAQ.pod lib/ExtUtils/PATCHING
34597            ! lib/ExtUtils/README lib/ExtUtils/t/Command.t
34598            ! lib/ExtUtils/t/INST.t lib/ExtUtils/t/INST_PREFIX.t
34599            ! lib/ExtUtils/t/basic.t
34600 ____________________________________________________________________________
34601 [ 20206] By: jhi                                   on 2003/07/24  13:23:27
34602         Log: (accidentally empty checkin)
34603      Branch: perl
34604            ! lib/perl5db.pl
34605 ____________________________________________________________________________
34606 [ 20203] By: jhi                                   on 2003/07/24  13:14:53
34607         Log: Subject: [possible PATCH?] Re: Where is PerlIO_isutf8()?
34608              From: Steve Hay <steve.hay@uk.radan.com>
34609              Date: Fri, 18 Jul 2003 10:03:21 +0100
34610              Message-ID: <3F17B7D9.80805@uk.radan.com>
34611      Branch: perl
34612            ! makedef.pl
34613 ____________________________________________________________________________
34614 [ 20202] By: jhi                                   on 2003/07/24  13:12:08
34615         Log: Subject: [patch] perldebug.pod clarification
34616              From: Stéphane Payrard <stef@payrard.net>
34617              Date: Mon, 21 Jul 2003 21:36:59 +0200
34618              Message-ID: <20030721193659.GC2722@stefp.dyndns.org>
34619      Branch: perl
34620            ! pod/perldebug.pod
34621 ____________________________________________________________________________
34622 [ 20201] By: jhi                                   on 2003/07/24  13:08:50
34623         Log: Subject: PATCH: More edge tests on t/op/pow.t
34624              From: Andy Lester <andy@petdance.com>
34625              Date: Wed, 23 Jul 2003 16:38:35 -0500
34626              Message-ID: <20030723213834.GA20468@petdance.com>
34627      Branch: perl
34628            ! t/op/pow.t
34629 ____________________________________________________________________________
34630 [ 20200] By: jhi                                   on 2003/07/24  13:06:36
34631         Log: Subject: [PATCH] Fix saving 'V' magic in scan_vstring()
34632              From: Stephen McCamant <smcc@mit.edu>
34633              Date: Tue, 22 Jul 2003 09:41:10 -0400
34634              Message-ID: <16157.16118.998307.110037@syllepsis.MIT.EDU>
34635      Branch: perl
34636            ! toke.c
34637 ____________________________________________________________________________
34638 [ 20199] By: jhi                                   on 2003/07/24  13:04:24
34639         Log: Subject: [PATCH] Re: Reference to tied elements results in lvalue.
34640              From: Dave Mitchell <davem@fdgroup.com>
34641              Date: Fri, 18 Jul 2003 18:49:43 +0100
34642              Message-ID: <20030718174943.GB6427@fdgroup.com>
34643      Branch: perl
34644            ! sv.c t/op/tie.t
34645 ____________________________________________________________________________
34646 [ 20198] By: jhi                                   on 2003/07/24  09:07:45
34647         Log: Subject: [PATCH] Re: Bug in B::Deparse/Concise with ithreads
34648              From: Stephen McCamant <smcc@mit.edu>
34649              Date: Sat, 19 Jul 2003 12:06:31 -0400
34650              Message-ID: <16153.27783.300094.464863@syllepsis.MIT.EDU>
34651      Branch: perl
34652            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm
34653 ____________________________________________________________________________
34654 [ 20197] By: jhi                                   on 2003/07/24  08:59:45
34655         Log: Subject: [PATCH] typo in VMS::Filespec
34656              From: Ken Williams <ken@mathforum.org>
34657              Date: Tue, 22 Jul 2003 15:18:21 -0500
34658              Message-Id: <A3E1AAA0-BC81-11D7-B0BB-003065F6D85A@mathforum.org>
34659      Branch: perl
34660            ! vms/ext/Filespec.pm
34661 ____________________________________________________________________________
34662 [ 20196] By: jhi                                   on 2003/07/24  08:54:54
34663         Log: EBCDIC fix from Thomas Dorner.
34664      Branch: perl
34665            ! Makefile.SH
34666 ____________________________________________________________________________
34667 [ 20195] By: jhi                                   on 2003/07/24  08:54:13
34668         Log: POSIX-BC patch from Thomas Dorner.
34669      Branch: perl
34670            ! hints/posix-bc.sh
34671 ____________________________________________________________________________
34672 [ 20194] By: jhi                                   on 2003/07/24  08:45:55
34673         Log: Subject: [perl #22971] [PATCH] Proper capitalization for IO.pm deprecation warning
34674              From: "ilya@juil.nonet (via RT)" <perlbug-followup@perl.org>
34675              Date: 14 Jul 2003 05:37:15 -0000
34676              Message-ID: <rt-22971-60818.3.78636614866039@rt.perl.org>
34677      Branch: perl
34678            ! ext/IO/IO.pm ext/IO/lib/IO/t/IO.t
34679 ____________________________________________________________________________
34680 [ 20193] By: jhi                                   on 2003/07/24  08:43:33
34681         Log: Subject: [perl #22965] Cannot set undef timeout in IO::Socket in perl 5.8.0
34682              From: Hrunting Johnson (via RT) <perlbug-followup@perl.org>
34683              Date: 14 Jul 2003 05:37:02 -0000
34684              Message-ID: <rt-22965-60791.13.0539297217452@rt.perl.org>
34685      Branch: perl
34686            ! ext/IO/lib/IO/Socket.pm
34687 ____________________________________________________________________________
34688 [ 20191] By: jhi                                   on 2003/07/24  08:38:35
34689         Log: Subject: [PATCH] Re: Fatal 5.8.1 error in our $FOO = x if $FOO
34690              From: Dave Mitchell <davem@fdgroup.com>
34691              Date: Thu, 17 Jul 2003 20:33:29 +0100
34692              Message-ID: <20030717193329.GA2699@fdgroup.com>
34693      Branch: perl
34694            ! pad.c t/lib/warnings/pad
34695 ____________________________________________________________________________
34696 [ 20190] By: jhi                                   on 2003/07/24  08:35:11
34697         Log: Subject: [perl #23080] [DOCPATCH] pod/perlfunc.pod missing C
34698              From: "Iain 'Spoon' Truskett (via RT)" <perlbug-followup@perl.org>
34699              Date: 22 Jul 2003 02:59:13 -0000
34700              Message-ID: <rt-23080-61622.7.95831816717467@rt.perl.org>
34701      Branch: perl
34702            ! pod/perlfunc.pod
34703 ____________________________________________________________________________
34704 [ 20189] By: jhi                                   on 2003/07/24  08:26:02
34705         Log: Subject: [PATCH RC2] Missing semicolon in PERL_FPU_INIT macro
34706              From: Stephen Clouse <stephenc@theiqgroup.com>
34707              Date: Tue, 22 Jul 2003 21:31:38 -0500
34708              Message-ID: <20030723023138.GA15653@owns.warpcore.org>
34709      Branch: perl
34710            ! perl.h
34711 ____________________________________________________________________________
34712 [ 20187] By: jhi                                   on 2003/07/24  07:53:33
34713         Log: Subject: [PATCH] configure.gnu --prefix
34714              From: slaven@rezic.de
34715              Date: Thu, 10 Jul 2003 09:33:27 +0000
34716              Message-Id: <1057829607.9622@devpc01.iconmobile.de>
34717      Branch: perl
34718            ! configure.gnu
34719 ____________________________________________________________________________
34720 [ 20186] By: jhi                                   on 2003/07/24  07:48:21
34721         Log: Subject: Re: problem with rc1 and rc2 on Mac OS X
34722              From: Edward Moy <emoy@apple.com>
34723              Date: Sun, 13 Jul 2003 14:12:57 -0700
34724              Message-Id: <C66FBFAC-B576-11D7-89B5-0030657B317C@apple.com>
34725      Branch: perl
34726            ! lib/ExtUtils/MM_Unix.pm
34727 ____________________________________________________________________________
34728 [ 20184] By: jhi                                   on 2003/07/24  07:02:31
34729         Log: Subject: [PATCH 5.8.1 @20153] malloc cleanup
34730              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
34731              Date: Tue, 15 Jul 2003 07:46:58 -0700
34732              Message-ID: <20030715144657.GA21313@math.berkeley.edu>
34733      Branch: perl
34734            ! makedef.pl malloc.c malloc_ctl.h
34735 ____________________________________________________________________________
34736 [ 20182] By: jhi                                   on 2003/07/23  13:28:52
34737         Log: This should make Stas happy.
34738      Branch: perl
34739            ! hv.h perl.c
34740 ____________________________________________________________________________
34741 [ 20180] By: jhi                                   on 2003/07/23  12:40:11
34742         Log: utils.lst parsing tweak for bin/perldoc installation from Rafael.
34743      Branch: perl
34744            ! installperl
34745 ____________________________________________________________________________
34746 [ 20179] By: rgs                                   on 2003/07/21  19:46:19
34747         Log: As the perldoc.pod is now in a separate file under pod/,
34748              the installman script was installing an empty perldoc.1 manpage.
34749      Branch: perl
34750            ! installperl utils.lst
34751 ____________________________________________________________________________
34752 [ 20178] By: rgs                                   on 2003/07/21  19:19:06
34753         Log: Subject: [DOCPATCH] %SIG and SA_RESTART
34754              From: Steve Grazzini <grazz@pobox.com>
34755              Date: Wed, 16 Jul 2003 08:56:21 -0400
34756              Message-ID: <20030716125620.GA7022@grazzini.net>
34757      Branch: perl
34758            ! pod/perlipc.pod pod/perlvar.pod
34759 ____________________________________________________________________________
34760 [ 20177] By: rgs                                   on 2003/07/21  19:14:35
34761         Log: Subject: [PATCH] Re: Perl formats do not work with tied values
34762              From: Dave Mitchell <davem@fdgroup.com>
34763              Date: Tue, 15 Jul 2003 20:46:07 +0100
34764              Message-ID: <20030715194607.GA24592@fdgroup.com>
34765
34766              plus the regression test :
34767              Subject: Re: [PATCH] Re: Perl formats do not work with tied values
34768              From: Nicholas Clark <nick@ccl4.org>
34769              Date: Tue, 15 Jul 2003 22:24:04 +0100
34770              Message-ID: <20030715222404.L20414@plum.flirble.org>
34771      Branch: perl
34772            ! pp_ctl.c t/op/write.t
34773 ____________________________________________________________________________
34774 [ 20176] By: rgs                                   on 2003/07/21  19:00:32
34775         Log: Subject: Re: [PATCH] h2xs and extra_libraries
34776              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
34777              Date: Tue, 15 Jul 2003 07:28:52 +0200
34778              Message-id: <20030715052852.GA494@ethan>
34779      Branch: perl
34780            ! utils/h2xs.PL
34781 ____________________________________________________________________________
34782 [ 20175] By: merijn                                on 2003/07/21  14:26:43
34783         Log: Subject: Re: [PATCH] test clean-up for VMS
34784              From: "Craig A. Berry" <craigberry@mac.com>
34785              Date: Sun, 20 Jul 2003 10:43:32 -0500
34786              Message-ID: <3F1AB8A4.2070207@mac.com>
34787      Branch: perl
34788            ! ext/PerlIO/t/encoding.t lib/File/Spec/t/rel2abs2rel.t
34789            ! lib/FileCache/t/01open.t lib/FileCache/t/02maxopen.t
34790            ! lib/FileCache/t/03append.t t/io/argv.t t/op/stat.t
34791            ! t/uni/write.t
34792 ____________________________________________________________________________
34793 [ 20174] By: hv                                    on 2003/07/21  10:26:07
34794         Log: Update Changes.
34795      Branch: perl
34796            ! Changes patchlevel.h
34797 ____________________________________________________________________________
34798 [ 20173] By: rgs                                   on 2003/07/20  21:48:21
34799         Log: Minor doc nits concerning the dosish ALTERNATE_SHEBANG
34800              (bug #22968)
34801      Branch: perl
34802            ! pod/perlfaq3.pod pod/perlrun.pod
34803 ____________________________________________________________________________
34804 [ 20172] By: rgs                                   on 2003/07/20  21:14:12
34805         Log: Subject: Re: [perl #22941] Can't build perl with -Duseshrplib if /usr/bin/gcc is a perl script
34806              From: Andy Dougherty <doughera@lafayette.edu>
34807              Date: Tue, 15 Jul 2003 10:52:58 -0400 (EDT)
34808              Message-ID: <Pine.SOL.4.53.0307151011550.7002@maxwell.phys.lafayette.edu>
34809
34810              plus a clarification to INSTALL :
34811              Subject: [PATCH] Re: [perl #22941] Can't build perl with -Duseshrplib if /usr/bin/gcc is a perl script
34812              From: Andy Dougherty <doughera@lafayette.edu>
34813              Date: Wed, 16 Jul 2003 11:01:24 -0400 (EDT)
34814              Message-ID: <Pine.SOL.4.53.0307161059400.10258@maxwell.phys.lafayette.edu>
34815      Branch: perl
34816            ! INSTALL Makefile.SH
34817 ____________________________________________________________________________
34818 [ 20171] By: rgs                                   on 2003/07/20  20:12:54
34819         Log: The warning "Possible precedence problem on bitwise operator"
34820              was incorrectly produced with the bitwise-assignment operators.
34821              Fix it. (bug #23065 concerning 5.8.1 RC2)
34822      Branch: perl
34823            ! op.c t/lib/warnings/op
34824 ____________________________________________________________________________
34825 [ 20170] By: rgs                                   on 2003/07/18  08:03:02
34826         Log: Rename get_seed() to get_hash_seed(), as suggested by
34827              Eric J Kidder, to solve a name conflict on HP_UX 11.00.
34828      Branch: perl
34829            ! embed.fnc embed.h perl.c proto.h util.c
34830 ____________________________________________________________________________
34831 [ 20169] By: rgs                                   on 2003/07/18  06:36:20
34832         Log: Subject: Re: [PATCH] Re: Oops - Can't calculate our powers
34833              From: Andreas J Koenig <andreas.koenig@anima.de>
34834              Date: Fri, 18 Jul 2003 09:36:47 +0200
34835              Message-ID: <87fzl4thf4.fsf@franz.ak.mind.de>
34836      Branch: perl
34837            ! t/op/pow.t
34838 ____________________________________________________________________________
34839 [ 20168] By: rgs                                   on 2003/07/18  06:21:15
34840         Log: Subject: [ PATCH] Re: isa(UNIVERSAL)?
34841              From: Dave Mitchell <davem@fdgroup.com>
34842              Date: Thu, 17 Jul 2003 21:51:12 +0100
34843              Message-ID: <20030717205112.GA2994@fdgroup.com>
34844      Branch: perl
34845            ! t/op/universal.t universal.c
34846 ____________________________________________________________________________
34847 [ 20167] By: rgs                                   on 2003/07/18  06:14:33
34848         Log: Subject: [PATCH] Re: Oops - Can't calculate our powers
34849              From: Stephen McCamant <smcc@mit.edu>
34850              Date: Fri, 18 Jul 2003 02:26:14 -0400
34851              Message-ID: <16151.37638.162561.84142@syllepsis.MIT.EDU>
34852      Branch: perl
34853            ! pp.c t/op/pow.t
34854 ____________________________________________________________________________
34855 [ 20166] By: rgs                                   on 2003/07/17  21:49:10
34856         Log: Subject: [PATCH] Increment cop_seqmax in utilize()
34857              From: Stephen McCamant <smcc@mit.edu>
34858              Date: Tue, 15 Jul 2003 09:57:26 -0400
34859              Message-ID: <16148.2118.348073.76671@syllepsis.MIT.EDU>
34860
34861              Subject: [PATCH] B::Concise 0.56: refcount and BEGIN improvements
34862              From: Stephen McCamant <smcc@mit.edu>
34863              Date: Tue, 15 Jul 2003 09:57:31 -0400
34864              Message-ID: <16148.2123.305325.480187@syllepsis.MIT.EDU>
34865      Branch: perl
34866            ! ext/B/B/Concise.pm ext/B/B/Terse.pm op.c
34867 ____________________________________________________________________________
34868 [ 20165] By: rgs                                   on 2003/07/17  21:24:46
34869         Log: Subject: [PATCH] Re: POSIX::div
34870              From: Michael G Schwern <schwern@pobox.com>
34871              Date: Mon, 14 Jul 2003 14:00:58 -0700
34872              Message-ID: <20030714210057.GK18517@windhund.schwern.org>
34873      Branch: perl
34874            ! ext/POSIX/POSIX.pm
34875 ____________________________________________________________________________
34876 [ 20164] By: rgs                                   on 2003/07/17  21:15:51
34877         Log: PERL5LIB is not colon-separated everywhere
34878      Branch: perl
34879            ! pod/perlrun.pod
34880 ____________________________________________________________________________
34881 [ 20163] By: rgs                                   on 2003/07/17  20:59:15
34882         Log: Subject: [PATCH] fix $^N-related coredump
34883              From: Anton Berezin <tobez@tobez.org>
34884              Date: Mon, 14 Jul 2003 13:50:35 +0200
34885              Message-ID: <20030714115035.GA10971@heechee.tobez.org>
34886      Branch: perl
34887            ! pp_hot.c sv.c
34888 ____________________________________________________________________________
34889 [ 20162] By: rgs                                   on 2003/07/17  20:39:31
34890         Log: Subject: PATCH: tweak 'split' docs for case of explicit 0 LIMIT
34891              From: Tony Bowden <tony@kasei.com>
34892              Date: Thu, 17 Jul 2003 16:49:35 +0100
34893              Message-ID: <20030717154935.GA20302@soto.kasei.com>
34894      Branch: perl
34895            ! pod/perlfunc.pod
34896 ____________________________________________________________________________
34897 [ 20161] By: rgs                                   on 2003/07/17  20:25:52
34898         Log: Minor nits in perlsyn.pod
34899      Branch: perl
34900            ! pod/perlsyn.pod
34901 ____________________________________________________________________________
34902 [ 20159] By: rgs                                   on 2003/07/13  20:02:34
34903         Log: Subject: [PATCH] incorrect error message from Attribute::Handlers
34904              From: Claes Jacobsson <claes@surfar.nu>
34905              Date: Sat, 12 Jul 2003 16:30:42 +0200
34906              Message-Id: <6A6A99C4-B475-11D7-AB05-000393C12F9E@surfar.nu>
34907      Branch: perl
34908            ! lib/Attribute/Handlers.pm
34909 ____________________________________________________________________________
34910 [ 20158] By: rgs                                   on 2003/07/13  19:52:58
34911         Log: Add a TODO test for perlbug #19049
34912              Subject: Re: [perl #19049] Incorrect $` after replacement (test for same)
34913              From: Alex Gough <alex-p5p@earth.li>
34914              Date: Fri, 11 Jul 2003 01:12:42 +0100
34915              Message-ID: <20030711001242.GD2484@the.earth.li>
34916      Branch: perl
34917            ! t/op/pat.t
34918 ____________________________________________________________________________
34919 [ 20157] By: rgs                                   on 2003/07/13  19:43:29
34920         Log: Minor updates of the charnames documentation.
34921      Branch: perl
34922            ! lib/charnames.pm
34923 ____________________________________________________________________________
34924 [ 20156] By: rgs                                   on 2003/07/11  19:37:34
34925         Log: Subject: Re: Sort sub and NaNs
34926              From: "John P. Linderman" <jpl@research.att.com>
34927              Date: Thu, 10 Jul 2003 10:45:06 -0400
34928              Message-Id: <200307101445.KAA79110@raptor.research.att.com>
34929
34930              Warn against a potential edge case with sort, <=> and NaNs.
34931      Branch: perl
34932            ! pod/perlfunc.pod
34933 ____________________________________________________________________________
34934 [ 20155] By: rgs                                   on 2003/07/11  19:11:17
34935         Log: Subject: [DOCPATCH] perlfunc/read
34936              From: Steve Grazzini <grazz@pobox.com>
34937              Date: Tue, 8 Jul 2003 10:23:03 -0400
34938              Message-ID: <20030708142303.GB23698@grazzini.net>
34939
34940              Clarify the OFFSET parameter to read().
34941      Branch: perl
34942            ! pod/perlfunc.pod
34943 ____________________________________________________________________________
34944 [ 20154] By: rgs                                   on 2003/07/11  18:54:09
34945         Log: Subject: [PATCH pod/perlsyn.pod pod/perltrap.pod] New introduction
34946              From: Michael G Schwern <schwern@pobox.com>
34947              Date: Tue, 13 May 2003 18:33:05 -0700
34948              Message-ID: <20030514013305.GB22001@windhund.schwern.org>
34949      Branch: perl
34950            ! pod/perlsyn.pod pod/perltrap.pod
34951 ____________________________________________________________________________
34952 [ 20145] By: jhi                                   on 2003/07/11  05:07:09
34953         Log: I think the API for mod_perl v2 should be simply that
34954              PL_modperl sets the PL_hash_seed (and PL_hash_seed_set)
34955              itself, hopefully from a good source of random bits.
34956      Branch: perl
34957            ! perl.c
34958 ____________________________________________________________________________
34959 [ 20143] By: jhi                                   on 2003/07/11  00:35:07
34960         Log: pTHX.
34961      Branch: perl
34962            ! util.c
34963 ____________________________________________________________________________
34964 [ 20139] By: jhi                                   on 2003/07/11  00:21:43
34965         Log: New order of seed.
34966      Branch: perl
34967            ! pod/perlrun.pod
34968 ____________________________________________________________________________
34969 [ 20138] By: jhi                                   on 2003/07/11  00:13:11
34970         Log: More retraction.
34971      Branch: perl
34972            ! INSTALL
34973 ____________________________________________________________________________
34974 [ 20137] By: jhi                                   on 2003/07/11  00:10:14
34975         Log: Retract the statements.
34976      Branch: perl
34977            ! pod/perlfunc.pod pod/perlsec.pod
34978 ____________________________________________________________________________
34979 [ 20135] By: jhi                                   on 2003/07/11  00:03:33
34980         Log: Chicken out: the hash randomisation is not on by default.
34981              We switch over to the explicit mode: in other words, if
34982              the $ENV{PERL_HASH_SEED} is on, we randomise.  Also, we
34983              randomise only if PL_hash_seed_set is FALSE (this means
34984              one can use PERL_HASH() before perl_run.)  Also, since
34985              now PERL_HASH_SEED is okay even under -T, all should be fine.
34986              (Ha!)
34987      Branch: perl
34988            ! embed.fnc embed.h embedvar.h intrpvar.h perl.c perl.h
34989            ! perlapi.h pod/perldiag.pod pod/perlrun.pod proto.h util.c
34990 ____________________________________________________________________________
34991 [ 20134] By: jhi                                   on 2003/07/10  23:23:38
34992         Log: Check PERL_HASH_SEED even when tainted.
34993      Branch: perl
34994            ! perl.c pod/perlrun.pod
34995 ____________________________________________________________________________
34996 [ 20131] By: jhi                                   on 2003/07/10  22:42:29
34997         Log: &Time::HiRes::d_nanosleep was broken.
34998      Branch: perl
34999            ! ext/Time/HiRes/Makefile.PL
35000 ____________________________________________________________________________
35001 [ 20130] By: jhi                                   on 2003/07/10  22:37:02
35002         Log: Subject: [PATCH} db-recno.t on Mac OS X
35003              From: slaven@rezic.de
35004              Date: Thu, 10 Jul 2003 12:41:05 +0000
35005              Message-Id: <1057840865.9622@devpc01.iconmobile.de>
35006      Branch: perl
35007            ! ext/DB_File/t/db-recno.t
35008 ____________________________________________________________________________
35009 [ 20129] By: jhi                                   on 2003/07/10  22:31:39
35010         Log: Subject: [comment patch]
35011              From: Stas Bekman <stas@stason.org>
35012              Date: Thu, 10 Jul 2003 14:19:22 -0700
35013              Message-ID: <3F0DD85A.1070902@stason.org>
35014      Branch: perl
35015            ! perl.c
35016 ____________________________________________________________________________
35017 [ 20127] By: jhi                                   on 2003/07/10  22:21:04
35018         Log: Be vague enough.
35019      Branch: perl
35020            ! pod/perldata.pod
35021 ____________________________________________________________________________
35022 [ 20125] By: rgs                                   on 2003/07/10  19:28:48
35023         Log: regen embed.pl for the bleadperl branch as well.
35024      Branch: perl
35025            ! embedvar.h
35026 ____________________________________________________________________________
35027 [ 20124] By: jhi                                   on 2003/07/10  18:33:56
35028         Log: Time travel noticed by Enache.
35029      Branch: perl
35030            ! pod/perlhist.pod
35031 ____________________________________________________________________________
35032 [ 20120] By: jhi                                   on 2003/07/10  17:38:28
35033         Log: I can see the future.  It is cloudy.
35034      Branch: perl
35035            ! pod/perlhist.pod
35036 ____________________________________________________________________________
35037 [ 20119] By: jhi                                   on 2003/07/10  17:37:25
35038         Log: Subject: [PATCH] configure.gnu --prefix
35039              From: slaven@rezic.de
35040              Date: Thu, 10 Jul 2003 09:33:27 +0000
35041              Message-Id: <1057829607.9622@devpc01.iconmobile.de>
35042      Branch: perl
35043            ! configure.gnu
35044 ____________________________________________________________________________
35045 [ 20118] By: jhi                                   on 2003/07/10  17:35:32
35046         Log: malloc alignment patch from Spider, needed for Tru64 + longdouble.
35047      Branch: perl
35048            ! malloc.c
35049 ____________________________________________________________________________
35050 [ 20117] By: jhi                                   on 2003/07/10  17:33:53
35051         Log: Subject: [PATCH] Restore SIGFPE on exec()
35052              From: Chip Salzenberg <chip@pobox.com>
35053              Date: Thu, 10 Jul 2003 13:13:20 -0400
35054              Message-ID: <20030710171319.GA21588@perlsupport.com>
35055      Branch: perl
35056            ! doio.c perl.c perl.h perlapi.h perlvars.h toke.c
35057 ____________________________________________________________________________
35058 [ 20116] By: jhi                                   on 2003/07/10  17:28:00
35059         Log: The *right* way to make the csighandler visible.
35060      Branch: perl
35061            ! embed.fnc embed.h global.sym
35062 ____________________________________________________________________________
35063 [ 20114] By: jhi                                   on 2003/07/10  15:06:41
35064         Log: Retract #20112.
35065      Branch: perl
35066            ! embed.fnc embedvar.h intrpvar.h perlapi.h
35067 ____________________________________________________________________________
35068 [ 20112] By: jhi                                   on 2003/07/10  14:17:59
35069         Log: Argh.  At least AIX builds choke because of this.
35070      Branch: perl
35071            ! embed.fnc embedvar.h intrpvar.h perlapi.h
35072 ____________________________________________________________________________
35073 [ 20106] By: jhi                                   on 2003/07/10  04:50:05
35074         Log: Upgrade to podlators 1.27.
35075      Branch: perl
35076            ! lib/Pod/Text/Termcap.pm
35077 ____________________________________________________________________________
35078 [ 20104] By: jhi                                   on 2003/07/10  04:40:02
35079         Log: Deprecate v-strings.
35080      Branch: perl
35081            ! pod/perldata.pod
35082 ____________________________________________________________________________
35083 [ 20103] By: jhi                                   on 2003/07/10  04:28:40
35084         Log: perlfaq sync.
35085      Branch: perl
35086            ! pod/perlfaq1.pod
35087 ____________________________________________________________________________
35088 [ 20100] By: jhi                                   on 2003/07/09  17:40:41
35089         Log: Detypo.
35090      Branch: perl
35091            ! hints/darwin.sh
35092 ____________________________________________________________________________
35093 [ 20098] By: jhi                                   on 2003/07/09  17:29:53
35094         Log: Fixes from Ron Kimball.
35095      Branch: perl
35096            ! pod/perldata.pod
35097 ____________________________________________________________________________
35098 [ 20097] By: jhi                                   on 2003/07/09  17:27:35
35099         Log: Fix for the 'print v65' plus safety tweaks from Rafael.
35100      Branch: perl
35101            ! toke.c
35102 ____________________________________________________________________________
35103 [ 20096] By: jhi                                   on 2003/07/09  17:06:29
35104         Log: More Darwin/MacOSX paths twiddling.
35105      Branch: perl
35106            ! hints/darwin.sh
35107 ____________________________________________________________________________
35108 [ 20093] By: jhi                                   on 2003/07/09  11:43:09
35109         Log: Play safe and use the system malloc in FreeBSD.
35110              Yes, performance suffers.  But that is better than
35111              random core dumps.
35112      Branch: perl
35113            ! hints/freebsd.sh
35114 ____________________________________________________________________________
35115 [ 20090] By: jhi                                   on 2003/07/09  08:12:32
35116         Log: Upgrade to Encode 1.97.
35117      Branch: perl
35118            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/META.yml
35119            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
35120            ! ext/Encode/lib/Encode/Encoder.pm
35121            ! ext/Encode/lib/Encode/Guess.pm
35122            ! ext/Encode/lib/Encode/JP/JIS7.pm
35123 ____________________________________________________________________________
35124 [ 20089] By: jhi                                   on 2003/07/09  08:08:30
35125         Log: Rework the perldata vXX => ... entry a bit.
35126      Branch: perl
35127            ! pod/perldata.pod
35128 ____________________________________________________________________________
35129 [ 20088] By: jhi                                   on 2003/07/09  08:04:04
35130         Log: Document the vXX => change in perldata, too.
35131      Branch: perl
35132            ! pod/perldata.pod
35133 ____________________________________________________________________________
35134 [ 20085] By: jhi                                   on 2003/07/09  07:49:46
35135         Log: Test the vX => ... fix.
35136      Branch: perl
35137            ! t/op/ver.t
35138 ____________________________________________________________________________
35139 [ 20084] By: jhi                                   on 2003/07/09  06:58:39
35140         Log: Subject: Re: [REPATCH] was Re: [perl #16010] v-strings left of a => don't get quoted.
35141              From: John Peacock <jpeacock@rowman.com>
35142              Date: Wed, 09 Jul 2003 01:05:38 -0700
35143              Message-ID: <3F0BCCD2.1020009@rowman.com>
35144      Branch: perl
35145            ! embed.fnc pod/perlapi.pod toke.c util.c
35146 ____________________________________________________________________________
35147 [ 20083] By: jhi                                   on 2003/07/09  06:27:15
35148         Log: Darwin/Mac OS X: if -Dprefix=/foo, do nothing special
35149              for the install dirs.
35150      Branch: perl
35151            ! hints/darwin.sh
35152 ____________________________________________________________________________
35153 [ 20082] By: jhi                                   on 2003/07/09  05:57:16
35154         Log: Enable avoiding /System/Library in Mac OS X by
35155              doing Configure -Dprefix=/some/where -Uvendorlib.
35156      Branch: perl
35157            ! hints/darwin.sh
35158 ____________________________________________________________________________
35159 [ 20081] By: jhi                                   on 2003/07/09  05:53:56
35160         Log: Subject: [PATCH] Safe signals via POSIX::sigaction
35161              From: Chip Salzenberg <chip@pobox.com>
35162              Date: Wed, 9 Jul 2003 01:49:10 -0400
35163              Message-ID: <20030709054910.GH2021@perlsupport.com>
35164      Branch: perl
35165            ! embed.fnc embed.h ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
35166            ! ext/POSIX/POSIX.xs ext/POSIX/t/sigaction.t proto.h
35167 ____________________________________________________________________________
35168 [ 20079] By: rgs                                   on 2003/07/08  20:26:20
35169         Log: The CHECKOP macro was not invoked on some newly created ops
35170              (to match them against the current opmask.) As a consequence,
35171              Safe compartments were unable to trap some ops (pattern
35172              match, slices, conditionals.) This fixes the holes.
35173      Branch: perl
35174            ! op.c
35175 ____________________________________________________________________________
35176 [ 20078] By: jhi                                   on 2003/07/08  19:30:13
35177         Log: Revert #20077.
35178      Branch: perl
35179            ! lib/CPAN.pm
35180 ____________________________________________________________________________
35181 [ 20077] By: jhi                                   on 2003/07/08  18:40:51
35182         Log: Don't recommend to upgrade the base.pm in the core with
35183              the base.pm from Class::Fields.  They are not the same.
35184      Branch: perl
35185            ! lib/CPAN.pm
35186 ____________________________________________________________________________
35187 [ 20076] By: jhi                                   on 2003/07/08  17:39:49
35188         Log: Subject: Re: [PATCH] $^VARIABLES in 'perl -Dt' output
35189              From: Enache Adrian <enache@rdslink.ro>
35190              Date: Tue, 8 Jul 2003 20:47:58 +0300
35191              Message-ID: <20030708174758.GA1177@ratsnest.hole>
35192
35193              (ByteLoader tweak avoiding a leaked scalar)
35194      Branch: perl
35195            ! op.c
35196 ____________________________________________________________________________
35197 [ 20071] By: jhi                                   on 2003/07/08  09:18:19
35198         Log: In 5.8.x, fast stdio places still do use stdio.
35199      Branch: perl
35200            ! ext/Digest/MD5/t/badfile.t
35201 ____________________________________________________________________________
35202 [ 20069] By: jhi                                   on 2003/07/08  08:41:01
35203         Log: Subject: [PATCH] format 'botched' in malloc.c
35204              From: Enache Adrian <enache@rdslink.ro>
35205              Date: Mon, 7 Jul 2003 21:57:06 +0300
35206              Message-ID: <20030707185706.GB7017@ratsnest.hole>
35207      Branch: perl
35208            ! malloc.c
35209 ____________________________________________________________________________
35210 [ 20068] By: jhi                                   on 2003/07/08  08:36:27
35211         Log: Subject: [PATCH: maint @ 20046] warnings, line numbers & windows
35212              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
35213              Date: Tue, 8 Jul 2003 11:14:05 +0200 (MEST)
35214              Message-ID: <12022.1057655645@www59.gmx.net>
35215      Branch: perl
35216            ! ext/B/B.xs lib/Pod/Text/Termcap.pm mg.c op.c
35217 ____________________________________________________________________________
35218 [ 20066] By: jhi                                   on 2003/07/08  05:24:58
35219         Log: Retract #20065: I don't think this is the right way
35220              to patch this issue.
35221      Branch: perl
35222            ! Configure INSTALL Policy_sh.SH pod/perltoc.pod
35223 ____________________________________________________________________________
35224 [ 20065] By: jhi                                   on 2003/07/08  05:14:31
35225         Log: Configure tweak from Johnny Lam so that the
35226              INSTALLSITEMAN[13]DIR get correctly set.
35227      Branch: perl
35228            ! Configure INSTALL Policy_sh.SH pod/perltoc.pod
35229 ____________________________________________________________________________
35230 [ 20063] By: rgs                                   on 2003/07/07  18:58:47
35231         Log: Regexp bug in the docs, spotted by Enache's eagle eyes.
35232      Branch: perl
35233            ! pod/perlsyn.pod
35234 ____________________________________________________________________________
35235 [ 20062] By: jhi                                   on 2003/07/07  18:27:02
35236         Log: Mark Bixby ++.
35237      Branch: perl
35238            ! perl.c
35239 ____________________________________________________________________________
35240 [ 20061] By: jhi                                   on 2003/07/07  18:26:35
35241         Log: The nanosleep() probe was kaputt, fixed by Mark Bixby.
35242      Branch: perl
35243            ! ext/Time/HiRes/Makefile.PL
35244 ____________________________________________________________________________
35245 [ 20059] By: jhi                                   on 2003/07/07  15:06:35
35246         Log: Good catch from Gisle.
35247      Branch: perl
35248            ! pod/perlfunc.pod
35249 ____________________________________________________________________________
35250 [ 20058] By: jhi                                   on 2003/07/07  14:12:27
35251         Log: Refashioned #20055: we cannot trust stdio to fail here.
35252      Branch: perl
35253            ! ext/Digest/MD5/t/badfile.t
35254 ____________________________________________________________________________
35255 [ 20057] By: jhi                                   on 2003/07/07  14:08:16
35256         Log: Retract #20056, #20055, #20052, #20050, #20048: the changes
35257              are just breaking more than they are fixing.
35258      Branch: perl
35259            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/badfile.t
35260            ! ext/Digest/MD5/t/files.t perlio.c
35261 ____________________________________________________________________________
35262 [ 20056] By: jhi                                   on 2003/07/07  13:31:14
35263         Log: Returning zero from PerlIO_read() is okay;
35264              update MD5 sums.
35265      Branch: perl
35266            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
35267 ____________________________________________________________________________
35268 [ 20055] By: jhi                                   on 2003/07/07  13:23:58
35269         Log: If perlio is completely out of the picture, we can
35270              get tripped by different stdio implementations.
35271      Branch: perl
35272            ! ext/Digest/MD5/t/badfile.t
35273 ____________________________________________________________________________
35274 [ 20054] By: jhi                                   on 2003/07/07  12:58:06
35275         Log: AUTHORS tweak.
35276      Branch: perl
35277            ! AUTHORS
35278 ____________________________________________________________________________
35279 [ 20053] By: jhi                                   on 2003/07/07  12:04:26
35280         Log: Subject: Patch to README.solaris
35281              From: Alan Burlison <Alan.Burlison@sun.com>
35282              Date: Mon, 07 Jul 2003 14:15:57 +0100
35283              Message-ID: <3F09728D.1070408@sun.com>
35284      Branch: perl
35285            ! README.solaris
35286 ____________________________________________________________________________
35287 [ 20052] By: jhi                                   on 2003/07/07  10:28:35
35288         Log: Update MD5 checksums.
35289      Branch: perl
35290            ! ext/Digest/MD5/t/files.t
35291 ____________________________________________________________________________
35292 [ 20051] By: jhi                                   on 2003/07/07  09:56:48
35293         Log: Be more explicit than just 'characters'.
35294      Branch: perl
35295            ! pod/perlfunc.pod
35296 ____________________________________________________________________________
35297 [ 20050] By: jhi                                   on 2003/07/07  09:38:28
35298         Log: Try making PerlIO errors more consistent.
35299              (1) Check early whether the filehandle is capable of
35300              the requested action.
35301              (2) PerlIO_read() really can return -1, and so can
35302              PerlIOUnix_read().
35303              (3) Some stdio implementations are more forgiving
35304              than others, so check also for errors recorded
35305              by PerlIO in PerlStdio_errno().
35306      Branch: perl
35307            ! perlio.c
35308 ____________________________________________________________________________
35309 [ 20049] By: jhi                                   on 2003/07/07  09:08:19
35310         Log: Linewrapping.
35311      Branch: perl
35312            ! pod/perlapio.pod
35313 ____________________________________________________________________________
35314 [ 20048] By: jhi                                   on 2003/07/07  09:06:58
35315         Log: PerlIO_read() can return negative.
35316      Branch: perl
35317            ! ext/Digest/MD5/MD5.xs
35318 ____________________________________________________________________________
35319 [ 20043] By: jhi                                   on 2003/07/07  04:36:22
35320         Log: Use the existence, instead of the truth, to decide
35321              whether to scan for a symbol.
35322              (Also remove trailing spaces.)
35323      Branch: perl
35324            ! ext/Time/HiRes/Makefile.PL
35325 ____________________________________________________________________________
35326 [ 20042] By: jhi                                   on 2003/07/07  04:29:35
35327         Log: MPE/iX tweak from Mark Bixby.
35328      Branch: perl
35329            ! ext/Time/HiRes/Makefile.PL
35330 ____________________________________________________________________________
35331 [ 20041] By: rgs                                   on 2003/07/06  21:45:37
35332         Log: Upgrade BigInt and BigRat
35333              Subject: BigInt v1.65, Bigrat v0.10 - reloaded
35334              From: Tels <perl_dummy@bloodgate.com>
35335              Date: Sun, 6 Jul 2003 15:41:36 +0200
35336              Message-Id: <200307061158.23576@bloodgate.com>
35337      Branch: perl
35338            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
35339            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/biglog.t
35340            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigRat.pm
35341            ! lib/Math/BigRat/t/bigrat.t lib/Math/BigRat/t/bigratpm.inc
35342            ! lib/Math/BigRat/t/bigratpm.t
35343 ____________________________________________________________________________
35344 [ 20040] By: rgs                                   on 2003/07/06  21:11:20
35345         Log: Subject: Re: [perl #5025] #line directive explination wrong
35346              From: Casey West <casey@geeknest.com>
35347              Date: Sun, 6 Jul 2003 18:24:46 -0400
35348              Message-ID: <20030706222446.GL7506@geeknest.com>
35349      Branch: perl
35350            ! pod/perlsyn.pod
35351 ____________________________________________________________________________
35352 [ 20039] By: jhi                                   on 2003/07/06  20:19:31
35353         Log: Update the CPAN mirrors list.
35354      Branch: perl
35355            ! pod/perlmodlib.PL pod/perlmodlib.pod
35356 ____________________________________________________________________________
35357 [ 20036] By: gsar                                  on 2003/07/06  17:11:59
35358         Log: yet another symbol missing in change#20018
35359      Branch: perl
35360            ! makedef.pl
35361 ____________________________________________________________________________
35362 [ 20035] By: gsar                                  on 2003/07/06  17:02:21
35363         Log: PerlIOBase_pushed seems to have gone missing in change#20018
35364      Branch: perl
35365            ! makedef.pl
35366 ____________________________________________________________________________
35367 [ 20034] By: jhi                                   on 2003/07/06  16:46:20
35368         Log: Subject: [PATCH @19834] DProf fixes
35369              From: Radu Greab <radu@netsoft.ro>
35370              Date: Sun, 6 Jul 2003 20:09:12 +0300
35371              Message-ID: <16136.22456.99575.573777@ix.netsoft.ro>
35372      Branch: perl
35373            + t/lib/dprof/test7_t t/lib/dprof/test7_v t/lib/dprof/test8_t
35374            + t/lib/dprof/test8_v
35375            ! MANIFEST ext/Devel/DProf/DProf.pm ext/Devel/DProf/DProf.t
35376            ! ext/Devel/DProf/DProf.xs perl.c pod/perldiag.pod
35377            ! pod/perltodo.pod pod/perlvar.pod pp_ctl.c
35378 ____________________________________________________________________________
35379 [ 20032] By: jhi                                   on 2003/07/06  16:21:33
35380         Log: Forgotten from change #20031.
35381      Branch: perl
35382            ! makedef.pl malloc_ctl.h
35383 ____________________________________________________________________________
35384 [ 20031] By: jhi                                   on 2003/07/06  16:16:08
35385         Log: Subject: [PATCH] improve WinCE port
35386              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
35387              Date: Sun, 6 Jul 2003 18:46:09 +0400
35388              Message-ID: <001401c343cd$8069cd40$ce5ec3d9@vad>
35389
35390              Subject: [PATCH] improve WinCE port -- addition
35391              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
35392              Date: Sun, 6 Jul 2003 19:50:47 +0400
35393              Message-ID: <000b01c343d6$7ff96920$5b5dc3d9@vad>
35394      Branch: perl
35395            + wince/perlhost.h wince/vdir.h wince/vmem.h
35396            ! MANIFEST wince/Makefile.ce wince/config.ce wince/perllib.c
35397            ! wince/win32.h wince/win32io.c wince/win32iop.h
35398            ! wince/win32thread.c wince/win32thread.h wince/wince.c
35399            ! wince/wince.h
35400 ____________________________________________________________________________
35401 [ 20030] By: jhi                                   on 2003/07/06  15:59:25
35402         Log: Subject: [PATCH] for pod/perlfaq2.pod against latest snapshot for Alpaca
35403              From: merlyn@stonehenge.com (Randal L. Schwartz)
35404              Date: 05 Jul 2003 16:29:14 -0700
35405              Message-ID: <867k6weenp.fsf@blue.stonehenge.com>
35406      Branch: perl
35407            ! pod/perlfaq2.pod
35408 ____________________________________________________________________________
35409 [ 20026] By: jhi                                   on 2003/07/06  08:14:48
35410         Log: FreeBSD: if someone *really* wants to use the system malloc.
35411      Branch: perl
35412            ! hints/freebsd.sh
35413 ____________________________________________________________________________
35414 [ 20025] By: jhi                                   on 2003/07/06  07:48:01
35415         Log: Make the 'slow ok' feature optional.
35416      Branch: perl
35417            ! lib/Test/Harness.pm
35418 ____________________________________________________________________________
35419 [ 20024] By: jhi                                   on 2003/07/06  07:44:57
35420         Log: The change #20022 didn't work for Command.t.
35421      Branch: perl
35422            ! lib/ExtUtils/t/Command.t
35423 ____________________________________________________________________________
35424 [ 20023] By: jhi                                   on 2003/07/06  07:29:22
35425         Log: Subject: Re: maint @ 19975 [PATCH lib/Test/Harness.pm]
35426              From: Michael G Schwern <schwern@pobox.com>
35427              Date: Sat, 5 Jul 2003 13:34:37 -0700
35428              Message-ID: <20030705203437.GB2598@windhund.schwern.org>
35429
35430              Print out the "ok" messages only once every second,
35431              this should make output much less and therefore testing
35432              much faster, especially on slower connections.
35433      Branch: perl
35434            ! lib/Test/Harness.pm
35435 ____________________________________________________________________________
35436 [ 20022] By: jhi                                   on 2003/07/06  07:26:52
35437         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_07
35438              From: Michael G Schwern <schwern@pobox.com>
35439              Date: Sat, 5 Jul 2003 16:59:49 -0700
35440              Message-ID: <20030705235949.GB3485@windhund.schwern.org>
35441      Branch: perl
35442            ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
35443            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
35444            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker/FAQ.pod
35445            ! lib/ExtUtils/t/Command.t
35446 ____________________________________________________________________________
35447 [ 20021] By: jhi                                   on 2003/07/06  07:19:17
35448         Log: Reintroduce changes #19723 and #19723 that were not
35449              in Net::Ping 2.31; needed for Windows.
35450      Branch: perl
35451            ! lib/Net/Ping/t/250_ping_hires.t lib/Net/Ping/t/450_service.t
35452 ____________________________________________________________________________
35453 [ 20020] By: jhi                                   on 2003/07/05  19:12:21
35454         Log: Upgrade to Digest::MD5 2.25.
35455      Branch: perl
35456            + ext/Digest/MD5/t/clone.t
35457            ! MANIFEST ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
35458            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/badfile.t
35459            ! ext/Digest/MD5/t/files.t
35460 ____________________________________________________________________________
35461 [ 20019] By: jhi                                   on 2003/07/05  18:40:51
35462         Log: Make a read from a write-only fh to set errno
35463              (found by Gisle)
35464      Branch: perl
35465            ! perlio.c
35466 ____________________________________________________________________________
35467 [ 20018] By: jhi                                   on 2003/07/05  18:05:19
35468         Log: Add PerlIOBuf_close to makedef.pl as pointed out by
35469              Vadim Konovalov; add also PerlIOBuf_dup; sort and remove
35470              duplicates.
35471      Branch: perl
35472            ! makedef.pl
35473 ____________________________________________________________________________
35474 [ 20017] By: jhi                                   on 2003/07/05  17:47:47
35475         Log: Subject: [PATCH] fix for ext/threads/t/problems.t failures
35476              From: Dave Mitchell <davem@fdgroup.com>
35477              Date: Sat, 5 Jul 2003 19:12:51 +0100
35478              Message-ID: <20030705181251.GA14502@fdgroup.com>
35479      Branch: perl
35480            ! ext/threads/t/problems.t
35481 ____________________________________________________________________________
35482 [ 20016] By: jhi                                   on 2003/07/05  17:36:34
35483         Log: OpenBSD sometimes gets -0, probably due to fp fuzziness..
35484      Branch: perl
35485            ! lib/Benchmark.t
35486 ____________________________________________________________________________
35487 [ 20012] By: jhi                                   on 2003/07/05  13:46:05
35488         Log: Be explicit about the $0 pain in Linux 2.2.
35489      Branch: perl
35490            ! pod/perlvar.pod
35491 ____________________________________________________________________________
35492 [ 20010] By: rgs                                   on 2003/07/05  12:06:41
35493         Log: Comment out some debugging output in Math::BigInt, that
35494              causes confusion in t/TEST when running Math/BigInt/t/bare_mbi.t.
35495      Branch: perl
35496            ! lib/Math/BigInt.pm
35497 ____________________________________________________________________________
35498 [ 20009] By: jhi                                   on 2003/07/05  10:56:55
35499         Log: The logic for additional randomisation for 64-bit UV
35500              cases was wrong.
35501      Branch: perl
35502            ! perl.c
35503 ____________________________________________________________________________
35504 [ 20008] By: jhi                                   on 2003/07/05  09:10:46
35505         Log: IIRC gcc would complain about if (s = ...).
35506      Branch: perl
35507            ! perl.c
35508 ____________________________________________________________________________
35509 [ 20007] By: jhi                                   on 2003/07/05  09:09:44
35510         Log: Allow $ENV{PERL_HASH_SEED_DEBUG} to work even under taint;
35511              since CGI scripts are (should be) run under -T, being able
35512              to show the HASH_SEED in case of problems is good.
35513              The $ENV{PERL_HASH_SEED} is still ignored under taint.
35514      Branch: perl
35515            ! perl.c
35516 ____________________________________________________________________________
35517 [ 20006] By: jhi                                   on 2003/07/05  07:56:56
35518         Log: Subject: [PATCH] MM_VMS.pm -- fix xs installation
35519              From: "Craig A. Berry" <craigberry@mac.com>
35520              Date: Sat, 05 Jul 2003 00:38:28 -0500
35521              Message-ID: <3F066454.90003@mac.com>
35522      Branch: perl
35523            ! lib/ExtUtils/MM_VMS.pm
35524 ____________________________________________________________________________
35525 [ 20004] By: jhi                                   on 2003/07/05  07:47:02
35526         Log: Subject: [PATCH] dump.c -Wformat; Re: maint @ 19975, maint @ 19997
35527              From: Robin Barker <Robin.Barker@npl.co.uk>
35528              Date: Fri, 4 Jul 2003 19:15:01 +0100
35529              Message-ID: <533D273D4014D411AB1D00062938C4D9040465BD@hotel.npl.co.uk>
35530      Branch: perl
35531            ! dump.c
35532 ____________________________________________________________________________
35533 [ 20003] By: rgs                                   on 2003/07/05  07:45:16
35534         Log: Allow to create more than one Shell object :
35535              Subject: [patch] Shell.pm fix
35536              From: Stéphane Payrard <stef@payrard.net>
35537              Date: Sat, 5 Jul 2003 01:16:50 +0200
35538              Message-ID: <20030704231650.GA19701@stefp.dyndns.org>
35539      Branch: perl
35540            ! lib/Shell.pm
35541 ____________________________________________________________________________
35542 [ 20002] By: rgs                                   on 2003/07/04  21:49:05
35543         Log: Author list update (to be continued...)
35544      Branch: perl
35545            ! AUTHORS
35546 ____________________________________________________________________________
35547 [ 20001] By: rgs                                   on 2003/07/04  21:42:12
35548         Log: Add a new test target in the makefile, test_harness_notty.
35549              It's like test_harness, but sets HARNESS_NOTTY=1 to make
35550              Test::Harness' output less blinking.
35551      Branch: perl
35552            ! Makefile.SH
35553 ____________________________________________________________________________
35554 [ 20000] By: rgs                                   on 2003/07/04  20:58:05
35555         Log: Upgrade to Math::BigInt v1.65, Math::BigRat v0.10,
35556              and bignum v0.14.
35557      Branch: perl
35558            + lib/Math/BigInt/t/biglog.t lib/Math/BigInt/t/req_mbf0.t
35559            + lib/Math/BigInt/t/req_mbf1.t lib/Math/BigInt/t/req_mbfa.t
35560            + lib/Math/BigInt/t/req_mbfi.t lib/Math/BigInt/t/req_mbfn.t
35561            + lib/Math/BigInt/t/req_mbfw.t lib/Math/BigInt/t/trap.t
35562            + lib/Math/BigInt/t/use_mbfw.t lib/Math/BigRat/t/bigratup.t
35563            + lib/Math/BigRat/t/requirer.t lib/Math/BigRat/t/trap.t
35564            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
35565            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
35566            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bare_mif.t
35567            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
35568            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
35569            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/bigints.t
35570            ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/inf_nan.t
35571            ! lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/mbimbf.inc
35572            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/require.t
35573            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
35574            ! lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/upgrade.inc
35575            ! lib/Math/BigInt/t/upgrade.t lib/Math/BigInt/t/with_sub.t
35576            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigrat.t
35577            ! lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t
35578            ! lib/bigint.pm lib/bignum.pm lib/bignum/t/bigint.t
35579            ! lib/bignum/t/bignum.t lib/bignum/t/bigrat.t
35580            ! lib/bignum/t/biinfnan.t lib/bignum/t/bninfnan.t
35581            ! lib/bignum/t/brinfnan.t lib/bigrat.pm
35582            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/BareCalc.pm
35583            ! t/lib/Math/BigInt/Subclass.pm
35584 ____________________________________________________________________________
35585 [ 19999] By: rgs                                   on 2003/07/04  19:39:01
35586         Log: Macro reorganization in the Makefile, so that $(LDLIBPTH) always
35587              appears just before the name of the command to be run. See
35588
35589              Subject: Re: PERL_SKIP_TTY_TEST fix
35590              From: Alexey Tourbin <at@altlinux.ru>
35591              Date: Fri, 4 Jul 2003 17:25:34 +0400
35592              Message-ID: <20030704132534.GC1531@julia.office.altlinux.ru>
35593      Branch: perl
35594            ! Makefile.SH
35595 ____________________________________________________________________________
35596 [ 19998] By: rgs                                   on 2003/07/04  19:31:33
35597         Log: Fix non-numeric $VERSION.
35598      Branch: perl
35599            ! lib/Math/BigInt.pm
35600 ____________________________________________________________________________
35601 [ 19995] By: jhi                                   on 2003/07/04  14:36:56
35602         Log: According to Tels our M::BI is _better_ than the 1.64 in CPAN.
35603      Branch: perl
35604            ! lib/Math/BigInt.pm
35605 ____________________________________________________________________________
35606 [ 19994] By: jhi                                   on 2003/07/04  14:36:17
35607         Log: More $0 sad tales.
35608      Branch: perl
35609            ! pod/perlvar.pod
35610 ____________________________________________________________________________
35611 [ 19993] By: jhi                                   on 2003/07/04  14:34:40
35612         Log: Oops.
35613      Branch: perl
35614            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
35615 ____________________________________________________________________________
35616 [ 19990] By: jhi                                   on 2003/07/04  13:50:29
35617         Log: Upgrade to PodParser 1.23; but do not update
35618              t/pod/find.t or t/pod/testp2pt.pl since the
35619              first one does not work at all under core,
35620              and the second change would drop MacOS Classic
35621              portability tweaks introduced by change #18669.
35622      Branch: perl
35623            ! lib/Pod/Find.pm lib/Pod/Usage.pm
35624 ____________________________________________________________________________
35625 [ 19989] By: jhi                                   on 2003/07/04  13:20:51
35626         Log: Upgrade to Text::Balanced 1.94.
35627      Branch: perl
35628            ! lib/Text/Balanced.pm lib/Text/Balanced/Changes
35629            ! lib/Text/Balanced/README lib/Text/Balanced/t/extcbk.t
35630            ! lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
35631 ____________________________________________________________________________
35632 [ 19988] By: jhi                                   on 2003/07/04  13:17:22
35633         Log: Upgrade to Net::Ping 2.31.
35634      Branch: perl
35635            ! lib/Net/Ping.pm lib/Net/Ping/Changes
35636            ! lib/Net/Ping/t/250_ping_hires.t
35637            ! lib/Net/Ping/t/300_ping_stream.t lib/Net/Ping/t/450_service.t
35638 ____________________________________________________________________________
35639 [ 19987] By: jhi                                   on 2003/07/04  13:09:04
35640         Log: Upgrade to Locale::Maketext 1.06.
35641      Branch: perl
35642            + lib/Locale/Maketext/Guts.pm lib/Locale/Maketext/GutsLoader.pm
35643            + lib/Locale/Maketext/t/90utf8.t
35644            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog
35645 ____________________________________________________________________________
35646 [ 19986] By: jhi                                   on 2003/07/04  12:59:45
35647         Log: Upgrade to Digest::MD5 2.24, with few extra tweaks:
35648              (1) make the PATCHLEVEL logic as it is with List::Util
35649              (more portable to older Perls)
35650              (2) regen the MD5 checksums with ...
35651              (3) ... the Mac OS Classic checksums generated via MacRoman
35652              (just a guess)
35653              (4) Keep the core Makefile.PL.
35654      Branch: perl
35655            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
35656            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
35657 ____________________________________________________________________________
35658 [ 19985] By: jhi                                   on 2003/07/04  12:43:10
35659         Log: Upgrade to CPAN 1.71.
35660      Branch: perl
35661            ! lib/CPAN.pm
35662 ____________________________________________________________________________
35663 [ 19984] By: jhi                                   on 2003/07/04  12:39:20
35664         Log: Upgrade to CGI.pm 2.97.
35665      Branch: perl
35666            ! lib/CGI.pm lib/CGI/Carp.pm
35667 ____________________________________________________________________________
35668 [ 19982] By: jhi                                   on 2003/07/04  10:45:05
35669         Log: No energy now to figure out what is wrong with $0
35670              (or ps) in Tru64.  The test works fine when run from
35671              command line.
35672      Branch: perl
35673            ! ext/threads/t/join.t
35674 ____________________________________________________________________________
35675 [ 19981] By: jhi                                   on 2003/07/04  10:34:42
35676         Log: AUTHORS updates.
35677      Branch: perl
35678            ! AUTHORS
35679 ____________________________________________________________________________
35680 [ 19980] By: jhi                                   on 2003/07/04  08:40:51
35681         Log: line_t is U32, not I32.
35682      Branch: perl
35683            ! bytecode.pl
35684 ____________________________________________________________________________
35685 [ 19979] By: jhi                                   on 2003/07/04  08:33:32
35686         Log: Remove PL_earlytaint since the hash seed code
35687              can be delayed until perl_parse().
35688      Branch: perl
35689            ! dosish.h embedvar.h epoc/epocish.h mpeix/mpeixish.h
35690            ! os2/os2ish.h perl.c perl.h perlapi.h perlvars.h
35691            ! plan9/plan9ish.h unixish.h vms/vmsish.h
35692 ____________________________________________________________________________
35693 [ 19977] By: jhi                                   on 2003/07/04  04:56:41
35694         Log: $0 is pain.
35695      Branch: perl
35696            ! ext/threads/t/join.t
35697 ____________________________________________________________________________
35698 [ 19976] By: jhi                                   on 2003/07/04  04:48:37
35699         Log: Subject: [PATCH: perl@19956] switch vmspipe.com over to using local symbols instead of global
35700              From: PPrymmer@factset.com
35701              Date: Thu, 3 Jul 2003 23:59:51 -0400
35702              Message-ID: <OF4DF4AA68.1EF12116-ON85256D59.00120F5E-85256D59.0015F58D@factset.com>
35703      Branch: perl
35704            ! vms/vms.c vms/vmspipe.com
35705 ____________________________________________________________________________
35706 [ 19973] By: jhi                                   on 2003/07/03  21:34:03
35707         Log: Bump Time::HiRes version to 1.50.
35708      Branch: perl
35709            ! ext/Time/HiRes/HiRes.pm
35710 ____________________________________________________________________________
35711 [ 19972] By: jhi                                   on 2003/07/03  21:33:10
35712         Log: Subject: [PATCH] installperl -n
35713              From: Slaven Rezic <slaven@rezic.de>
35714              Date: Fri, 4 Jul 2003 00:41:36 +0200 (CEST)
35715              Message-Id: <200307032241.h63Mfaka041281@vran.herceg.de>
35716      Branch: perl
35717            ! installperl
35718 ____________________________________________________________________________
35719 [ 19971] By: jhi                                   on 2003/07/03  21:31:47
35720         Log: Subject: [PATCH] t/op/magic.t on FreeBSD
35721              From: Slaven Rezic <slaven@rezic.de>
35722              Date: Fri, 4 Jul 2003 00:35:51 +0200 (CEST)
35723              Message-Id: <200307032235.h63MZpKY036791@vran.herceg.de>
35724      Branch: perl
35725            ! t/op/magic.t
35726 ____________________________________________________________________________
35727 [ 19969] By: jhi                                   on 2003/07/03  21:27:11
35728         Log: Ask Schwern.
35729      Branch: perl
35730            - Porting/Modules
35731            ! AUTHORS MANIFEST
35732 ____________________________________________________________________________
35733 [ 19967] By: jhi                                   on 2003/07/03  19:02:40
35734         Log: Add autarch and Time::Local to Modules.
35735      Branch: perl
35736            ! Porting/Modules
35737 ____________________________________________________________________________
35738 [ 19966] By: jhi                                   on 2003/07/03  18:59:44
35739         Log: Subject: Re: [PATCH] Bring Time::Local to 1.07
35740              From: Dave Rolsky <autarch@urth.org>
35741              Date: Thu, 3 Jul 2003 14:35:56 -0500 (CDT)
35742              Message-ID: <Pine.LNX.4.56.0307031435270.29915@urth.org>
35743      Branch: perl
35744            ! lib/Time/Local.pm
35745 ____________________________________________________________________________
35746 [ 19965] By: jhi                                   on 2003/07/03  18:58:25
35747         Log: Subject: [PATCH] Win32: fix WM_TIMER handling
35748              From: Mattia Barbon <mbarbon@dsi.unive.it>
35749              Date: Thu, 3 Jul 2003 16:05:23 +0200 (ora legale Europa occidentale)
35750              Message-ID: <Mahogany-0.64.2-1016-20030703-160523.00@rbnet.it>
35751      Branch: perl
35752            ! win32/win32.c
35753 ____________________________________________________________________________
35754 [ 19964] By: jhi                                   on 2003/07/03  18:56:26
35755         Log: Subject: Re: randomly untainting?
35756              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
35757              Date: Thu, 3 Jul 2003 17:35:09 +0200
35758              Message-Id: <20030703173509.0c007f0f.rgarciasuarez@free.fr>
35759      Branch: perl
35760            ! t/TestInit.pm
35761 ____________________________________________________________________________
35762 [ 19963] By: jhi                                   on 2003/07/03  18:55:37
35763         Log: Revert #19957 as requested by Rafael.
35764      Branch: perl
35765            ! ext/List/Util/t/tainted.t
35766 ____________________________________________________________________________
35767 [ 19962] By: jhi                                   on 2003/07/03  18:54:09
35768         Log: Add at least meager beginnings of assertion checks for
35769              the UTF-8 length/pos cache.  It's not as full as I would
35770              like since the exact behaviour of the second half of the
35771              cache, used in substr(), eludes me right now.
35772      Branch: perl
35773            ! sv.c
35774 ____________________________________________________________________________
35775 [ 19961] By: jhi                                   on 2003/07/03  13:57:47
35776         Log: Extra light testing for the UTF-8 cache
35777              (that it isn't broken, not that it helps).
35778      Branch: perl
35779            ! t/op/length.t
35780 ____________________________________________________________________________
35781 [ 19957] By: jhi                                   on 2003/07/03  12:01:25
35782         Log: Subject: Re: randomly untainting?
35783              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
35784              Date: Thu, 3 Jul 2003 14:58:18 +0200
35785              Message-Id: <20030703145818.5bdd2873.rgarciasuarez@free.fr>
35786              (plus extra debug printing)
35787      Branch: perl
35788            ! ext/List/Util/t/tainted.t
35789 ____________________________________________________________________________
35790 [ 19954] By: jhi                                   on 2003/07/03  11:10:21
35791         Log: Subject: Re: maint @ 19923
35792              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
35793              Date: Thu, 3 Jul 2003 15:57:55 +0400
35794              Message-ID: <048e01c3415b$da0fe510$7c5ec3d9@vad>
35795      Branch: perl
35796            ! wince/Makefile.ce wince/wince.c
35797 ____________________________________________________________________________
35798 [ 19952] By: jhi                                   on 2003/07/03  10:56:45
35799         Log: Tiny tweak to perlartistic from Robin Barker.
35800      Branch: perl
35801            ! pod/perlartistic.pod
35802 ____________________________________________________________________________
35803 [ 19950] By: jhi                                   on 2003/07/03  07:46:45
35804         Log: Mention Modules in AUTHORS.
35805      Branch: perl
35806            ! AUTHORS
35807 ____________________________________________________________________________
35808 [ 19949] By: jhi                                   on 2003/07/03  06:58:01
35809         Log: No fancy binmode() if no perlio.
35810      Branch: perl
35811            ! ext/IO/lib/IO/t/io_sock.t
35812 ____________________________________________________________________________
35813 [ 19948] By: jhi                                   on 2003/07/03  06:55:12
35814         Log: Underline the fact that XSLoader is not DynaLoader
35815              ([perl #21974] dl_load_flags not honored by XSLoader)
35816      Branch: perl
35817            ! ext/DynaLoader/XSLoader_pm.PL
35818 ____________________________________________________________________________
35819 [ 19947] By: jhi                                   on 2003/07/03  06:35:29
35820         Log: Apply Schwern's suggested warning code from
35821              [perl #22209] Test::Harness::Straps vs. $Config{path_sep}
35822      Branch: perl
35823            ! lib/Test/Harness/Straps.pm
35824 ____________________________________________________________________________
35825 [ 19944] By: jhi                                   on 2003/07/03  06:30:11
35826         Log: Subject: [PATCH] "without parens" vs "without parentheses"
35827              From: Iain Truskett <spoon@cpan.org>
35828              Date: Thu, 3 Jul 2003 12:40:42 +1000
35829              Message-ID: <20030703024042.GI12380@ouroboros.anu.edu.au>
35830      Branch: perl
35831            ! t/lib/warnings/toke toke.c
35832 ____________________________________________________________________________
35833 [ 19943] By: jhi                                   on 2003/07/03  06:27:18
35834         Log: Subject: [PATCH] Re: ext/List/Util/t/weak.t panic
35835              From: Dave Mitchell <davem@fdgroup.com>
35836              Date: Thu, 3 Jul 2003 01:32:11 +0100
35837              Message-ID: <20030703003211.GB3747@fdgroup.com>
35838      Branch: perl
35839            ! mg.c sv.c
35840 ____________________________________________________________________________
35841 [ 19942] By: jhi                                   on 2003/07/03  06:25:30
35842         Log: Nicer options for Porting/Modules.
35843      Branch: perl
35844            ! MANIFEST Porting/Modules
35845 ____________________________________________________________________________
35846 [ 19941] By: rgs                                   on 2003/07/02  21:38:19
35847         Log: Minor test adjustments :
35848              - test name correction in op/concat.t by Yitzchak Scott-Thoennes
35849              - prototypes added to some public functions in t/test.pl,
35850              as suggested by Enache Adrian
35851      Branch: perl
35852            ! t/op/concat.t t/test.pl
35853 ____________________________________________________________________________
35854 [ 19940] By: rgs                                   on 2003/07/02  20:58:19
35855         Log: Skip a socketpair test on SCO OSR
35856      Branch: perl
35857            ! ext/Socket/socketpair.t
35858 ____________________________________________________________________________
35859 [ 19939] By: jhi                                   on 2003/07/02  20:10:47
35860         Log: Subject: [PATCH] various Deparse fixes
35861              From: Dave Mitchell <davem@fdgroup.com>
35862              Date: Wed, 2 Jul 2003 18:10:45 +0100
35863              Message-ID: <20030702171045.GF2137@fdgroup.com>
35864      Branch: perl
35865            ! ext/B/B/Concise.pm ext/B/B/Debug.pm ext/B/B/Deparse.pm
35866            ! ext/B/defsubs_h.PL t/TEST t/op/ord.t
35867 ____________________________________________________________________________
35868 [ 19935] By: jhi                                   on 2003/07/02  20:01:06
35869         Log: It would seem that in Linux 2.2 there is no way
35870              we can do the right thing to make ps(1) see $0
35871              our way.  Also amend the $0 documentation a bit.
35872      Branch: perl
35873            ! pod/perlvar.pod t/op/magic.t
35874 ____________________________________________________________________________
35875 [ 19934] By: jhi                                   on 2003/07/02  19:39:11
35876         Log: Subject: [PATCH] line numbers are given % 64k
35877              From: James Jurach <muaddib@erf.net>
35878              Date: Wed, 2 Jul 2003 13:31:05 -0500
35879              Message-ID: <20030702183105.GA4837@lebowski>
35880      Branch: perl
35881            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
35882            ! handy.h pp_ctl.c scope.h
35883 ____________________________________________________________________________
35884 [ 19933] By: jhi                                   on 2003/07/02  14:55:49
35885         Log: Subject: Re: maint @ 19923
35886              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
35887              Date: Wed, 2 Jul 2003 11:43:05 -0400
35888              Message-ID: <20030702154304.GD206089@linguist.thayer.dartmouth.edu>
35889      Branch: perl
35890            ! pod/perlfunc.pod
35891 ____________________________________________________________________________
35892 [ 19932] By: jhi                                   on 2003/07/02  14:29:42
35893         Log: Subject: Re: maint @ 19923
35894              From: Jim Cromie <jcromie@divsol.com>
35895              Date: Wed, 02 Jul 2003 05:35:06 -0600
35896              Message-ID: <3F02C36A.9030704@divsol.com>
35897      Branch: perl
35898            ! pod/perlfunc.pod
35899 ____________________________________________________________________________
35900 [ 19931] By: jhi                                   on 2003/07/02  11:34:49
35901         Log: Fix for [perl #22759 insufficient format string checking];
35902              using ewix makes no sense, assuming evix was intended,
35903              no old tests fail; add the test case.
35904      Branch: perl
35905            ! sv.c t/op/sprintf.t
35906 ____________________________________________________________________________
35907 [ 19929] By: jhi                                   on 2003/07/02  09:13:33
35908         Log: Better links.
35909      Branch: perl
35910            ! pod/perlipc.pod pod/perlrun.pod
35911 ____________________________________________________________________________
35912 [ 19928] By: jhi                                   on 2003/07/02  08:58:26
35913         Log: Darwin: -Dprefix=$HOME/Perl tried to install to /Library.
35914      Branch: perl
35915            ! hints/darwin.sh
35916 ____________________________________________________________________________
35917 [ 19927] By: jhi                                   on 2003/07/02  08:48:00
35918         Log: ...and getting the comma right, too.
35919      Branch: perl
35920            ! t/op/magic.t
35921 ____________________________________________________________________________
35922 [ 19926] By: jhi                                   on 2003/07/02  08:46:18
35923         Log: Getting the whitespace right.
35924      Branch: perl
35925            ! t/op/magic.t
35926 ____________________________________________________________________________
35927 [ 19925] By: jhi                                   on 2003/07/02  08:40:36
35928         Log: FreeBSD $0 dance.
35929      Branch: perl
35930            ! pod/perlvar.pod t/op/magic.t
35931 ____________________________________________________________________________
35932 [ 19924] By: jhi                                   on 2003/07/02  08:17:31
35933         Log: Fix from Enache Adrian for the magic.t failure in
35934              FreeBSD: setproctitle() cannot get rid of the " (perl)".
35935      Branch: perl
35936            ! t/op/magic.t
35937 ____________________________________________________________________________
35938 [ 19921] By: jhi                                   on 2003/07/02  05:26:33
35939         Log: VMS: with this, 100% make test in Compaq C V6.5-001
35940              on OpenVMS Alpha V7.3-1, from Craig Berry.
35941      Branch: perl
35942            ! configure.com ext/Devel/DProf/DProf.t t/op/magic.t
35943 ____________________________________________________________________________
35944 [ 19920] By: jhi                                   on 2003/07/02  05:21:23
35945         Log: Move the libgcc.a hack into a section for pre-1.6 NetBSD releases.
35946              The latest releases of NetBSD don't require the hack.  From
35947              Johnny Lam.
35948      Branch: perl
35949            ! hints/netbsd.sh
35950 ____________________________________________________________________________
35951 [ 19918] By: jhi                                   on 2003/07/01  20:02:33
35952         Log: Add a new utility, Porting/Modules.
35953      Branch: perl
35954            + Porting/Modules
35955            ! MANIFEST
35956 ____________________________________________________________________________
35957 [ 19917] By: jhi                                   on 2003/07/01  17:00:02
35958         Log: Subject: [PATCH] long C<=item>s in pod/perlunicode.pod
35959              From: Robin Barker <Robin.Barker@npl.co.uk>
35960              Date: Tue, 1 Jul 2003 18:21:34 +0100
35961              Message-ID: <533D273D4014D411AB1D00062938C4D9040465A9@hotel.npl.co.uk>
35962
35963              Subject:  [PATCH] long C<=item>s in lib/CGI.pm
35964              From: Robin Barker <Robin.Barker@npl.co.uk>
35965              Message-ID: <533D273D4014D411AB1D00062938C4D9040465AA@hotel.npl.co.uk>
35966              Date: Tue, 1 Jul 2003 18:25:17 +0100
35967
35968              Subject: [PATCH] long <=item>s  in lib/ExtUtils/MakeMaker/FAQ.pod
35969              From: Robin Barker <Robin.Barker@npl.co.uk>
35970              Date: Tue, 1 Jul 2003 18:29:09 +0100
35971              Message-ID: <533D273D4014D411AB1D00062938C4D9040465AB@hotel.npl.co.uk>
35972      Branch: perl
35973            ! lib/CGI.pm lib/ExtUtils/MakeMaker/FAQ.pod pod/perlunicode.pod
35974 ____________________________________________________________________________
35975 [ 19916] By: jhi                                   on 2003/07/01  16:51:31
35976         Log: Subject: [PATCH] B:: fixes + 'When were CVOPs gone ?'
35977              From: Enache Adrian <enache@rdslink.ro>
35978              Date: Tue, 1 Jul 2003 19:51:25 +0300
35979              Message-ID: <20030701165125.GA1521@ratsnest.hole>
35980      Branch: perl
35981            ! ext/B/B.pm ext/B/B.xs ext/B/B/Debug.pm ext/B/defsubs_h.PL
35982            ! ext/B/typemap t/op/magic.t
35983 ____________________________________________________________________________
35984 [ 19915] By: jhi                                   on 2003/07/01  16:22:09
35985         Log: Upgrade to Unicode::Normalize 0.23.
35986      Branch: perl
35987            ! ext/Unicode/Normalize/Changes
35988            ! ext/Unicode/Normalize/Normalize.pm
35989            ! ext/Unicode/Normalize/Normalize.xs
35990 ____________________________________________________________________________
35991 [ 19914] By: jhi                                   on 2003/07/01  13:08:44
35992         Log: A naked values() caused shuffling of lib/Config.pm,
35993              which in turn caused unnecessary rebuilds.
35994      Branch: perl
35995            ! configpm
35996 ____________________________________________________________________________
35997 [ 19913] By: jhi                                   on 2003/07/01  13:01:10
35998         Log: Even more :utf8 socket testing, now in both directions.
35999      Branch: perl
36000            ! ext/IO/lib/IO/t/io_sock.t
36001 ____________________________________________________________________________
36002 [ 19912] By: jhi                                   on 2003/07/01  12:44:32
36003         Log: One more test (does binmode()ing a socket succeed)
36004              and add -w.
36005      Branch: perl
36006            ! ext/IO/lib/IO/t/io_sock.t
36007 ____________________________________________________________________________
36008 [ 19911] By: jhi                                   on 2003/07/01  12:38:13
36009         Log: Tweak an existing IO test to test also the change #19910.
36010      Branch: perl
36011            ! ext/IO/lib/IO/t/io_sock.t
36012 ____________________________________________________________________________
36013 [ 19910] By: jhi                                   on 2003/07/01  11:18:27
36014         Log: Integrate from perlio:
36015              [ 19909]
36016              binmode() should affect IoOFP() as well as IoIFP() if it is
36017              distinct (e.g. sockets).
36018      Branch: perl
36019           !> pp_sys.c
36020 ____________________________________________________________________________
36021 [ 19906] By: jhi                                   on 2003/07/01  08:03:17
36022         Log: Do the "aligned contiguous" check only if the arguments
36023              look like aligned; re-introduce the "traditional contiguous"
36024              checks with OS/2 special quirks and all.
36025      Branch: perl
36026            ! perl.c
36027 ____________________________________________________________________________
36028 [ 19903] By: jhi                                   on 2003/07/01  06:22:12
36029         Log: Switch on PERL_IMPLICIT_SYS, not on Win32.
36030      Branch: perl
36031            ! perl.c
36032 ____________________________________________________________________________
36033 [ 19902] By: jhi                                   on 2003/07/01  06:20:48
36034         Log: Regen Glossary et al.
36035      Branch: perl
36036            ! Porting/Glossary Porting/config.sh Porting/config_H
36037 ____________________________________________________________________________
36038 [ 19900] By: jhi                                   on 2003/07/01  05:56:38
36039         Log: Regen Configure.
36040      Branch: perl
36041            ! Configure
36042 ____________________________________________________________________________
36043 [ 19899] By: jhi                                   on 2003/07/01  05:56:14
36044         Log: More nanosleep removal.
36045      Branch: perl
36046            ! Cross/config.sh-arm-linux NetWare/config_H.wc epoc/config.sh
36047            ! hints/vos.sh win32/config.gc win32/config.vc win32/config.vc64
36048            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
36049            ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
36050 ____________________________________________________________________________
36051 [ 19898] By: jhi                                   on 2003/07/01  05:54:58
36052         Log: Rework Time::HiRes not to need HAS_NANOSLEEP from Configure.
36053      Branch: perl
36054            + ext/Time/HiRes/hints/dec_osf.pl
36055            ! MANIFEST ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
36056            ! ext/Time/HiRes/hints/sco.pl
36057 ____________________________________________________________________________
36058 [ 19897] By: jhi                                   on 2003/07/01  05:04:50
36059         Log: Subject: Re: Subject: Problems: 5.8.1, Solaris, Configure, sched_yield(), -lrt & -lposix4
36060              From: Alan Burlison <Alan.Burlison@sun.com>
36061              Date: Tue, 01 Jul 2003 00:03:24 +0100
36062              Message-ID: <3F00C1BC.3020103@sun.com>
36063      Branch: perl
36064            ! Configure Makefile.SH config_h.SH configure.com
36065            ! hints/solaris_2.sh perl.h uconfig.h uconfig.sh
36066 ____________________________________________________________________________
36067 [ 19896] By: jhi                                   on 2003/06/30  20:20:54
36068         Log: Integrate #19892, #19895 from perlio to compile and avoid
36069              crashing on Win32.
36070      Branch: perl
36071           !> perl.c
36072 ____________________________________________________________________________
36073 [ 19890] By: jhi                                   on 2003/06/30  08:41:51
36074         Log: int is not UV.
36075      Branch: perl
36076            ! perl.c
36077 ____________________________________________________________________________
36078 [ 19889] By: jhi                                   on 2003/06/30  08:36:38
36079         Log: The 'contiguous' test for argv[], envp[] was bogus
36080              since those need not be in memory end-to-end, e.g.
36081              in Tru64 they are aligned by eight.  Loosen the test
36082              so that 'contiguousness' is fulfilled if the elements
36083              are within PTRSIZE alignment.  This makes Tru64 to pass
36084              the join.t, too.
36085      Branch: perl
36086            ! ext/threads/t/join.t mg.c perl.c
36087 ____________________________________________________________________________
36088 [ 19888] By: jhi                                   on 2003/06/30  07:24:18
36089         Log: $0 doc tweakage.
36090      Branch: perl
36091            ! pod/perlvar.pod
36092 ____________________________________________________________________________
36093 [ 19887] By: jhi                                   on 2003/06/30  07:20:58
36094         Log: $0 test tweaks from Andreas.
36095      Branch: perl
36096            ! ext/threads/t/join.t t/op/magic.t
36097 ____________________________________________________________________________
36098 [ 19886] By: rgs                                   on 2003/06/29  19:18:43
36099         Log: Misc Pod Nits.
36100      Branch: perl
36101            ! ext/B/B.pm pod/perlrun.pod
36102 ____________________________________________________________________________
36103 [ 19885] By: jhi                                   on 2003/06/29  15:49:52
36104         Log: Fix a faulty alias.
36105      Branch: perl
36106            ! ext/Encode/lib/Encode/Alias.pm
36107 ____________________________________________________________________________
36108 [ 19884] By: jhi                                   on 2003/06/29  15:41:05
36109         Log: The joy of $0.  Undoing the #16399 makes Andreas'
36110              tests (see [perl #22811]) pass (yes, padding with space    instead
36111              of nul makes no sense, but that seems to work, maybe Linux does
36112              some deep magic in ps(1)?); moving the PL_origalen computation
36113              earlier makes also the threaded-first case fully pass.
36114
36115              But in general modifying the argv[] is very non-portable.
36116              (e.g. in Tru64 it seems to be limited to the size of the
36117              original argv[0] since the argv[] are not contiguous?)
36118
36119              Everybody should just have setproctitle().
36120      Branch: perl
36121            ! mg.c perl.c pod/perlvar.pod
36122 ____________________________________________________________________________
36123 [ 19883] By: jhi                                   on 2003/06/29  13:47:36
36124         Log: More on the macro debugging and expansion.
36125      Branch: perl
36126            ! pod/perlhack.pod
36127 ____________________________________________________________________________
36128 [ 19882] By: rgs                                   on 2003/06/29  13:17:09
36129         Log: Perl_doing_taint must be public, for programs that embed perl
36130      Branch: perl
36131            ! embed.fnc embed.h global.sym
36132 ____________________________________________________________________________
36133 [ 19881] By: jhi                                   on 2003/06/29  10:17:28
36134         Log: More coffee...
36135      Branch: perl
36136            ! lib/Test/Harness.pm
36137 ____________________________________________________________________________
36138 [ 19880] By: jhi                                   on 2003/06/29  09:48:50
36139         Log: argc, argv.
36140      Branch: perl
36141            ! perl.h
36142 ____________________________________________________________________________
36143 [ 19879] By: jhi                                   on 2003/06/29  09:34:47
36144         Log: Another spot where a zero $test{$max} can make things go boom.
36145      Branch: perl
36146            ! lib/Test/Harness.pm
36147 ____________________________________________________________________________
36148 [ 19878] By: jhi                                   on 2003/06/29  09:28:58
36149         Log: Move the PL_earlytaint initialization to the PERL_SYS_INIT()
36150              as per suggestion from Sarathy.
36151      Branch: perl
36152            ! dosish.h epoc/epocish.h miniperlmain.c mpeix/mpeixish.h
36153            ! os2/os2ish.h perl.h plan9/plan9ish.h unixish.h vms/vmsish.h
36154 ____________________________________________________________________________
36155 [ 19877] By: jhi                                   on 2003/06/28  18:28:01
36156         Log: The #19842 is no more needed thanks to #19876,
36157              and the #19842 was wrong anyway (it affected
36158              only the threaded case.)
36159      Branch: perl
36160            ! hints/dec_osf.sh
36161 ____________________________________________________________________________
36162 [ 19876] By: jhi                                   on 2003/06/28  18:24:46
36163         Log: Subject: Re: your malloc patches
36164              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
36165              Date: Fri, 27 Jun 2003 06:54:06 -0700
36166              Message-ID: <20030627135406.GA8914@math.berkeley.edu>
36167
36168              More malloc patches: now they seem to work even in Tru64.
36169      Branch: perl
36170            ! malloc.c
36171 ____________________________________________________________________________
36172 [ 19875] By: jhi                                   on 2003/06/28  18:09:30
36173         Log: Duh.
36174      Branch: perl
36175            ! perl.h
36176 ____________________________________________________________________________
36177 [ 19874] By: jhi                                   on 2003/06/28  17:30:52
36178         Log: Retract #19867; the bug was really much simpler:
36179              the < max must be <= max instead.
36180      Branch: perl
36181            ! hv.c
36182 ____________________________________________________________________________
36183 [ 19873] By: rgs                                   on 2003/06/28  16:02:53
36184         Log: Using $1 without testing success of the regexp, bad.
36185      Branch: perl
36186            ! pod/perlretut.pod
36187 ____________________________________________________________________________
36188 [ 19872] By: rgs                                   on 2003/06/28  16:01:08
36189         Log: Some clarification about the current semantics of CHECK and
36190              INIT blocks. See bug [perl #22826].
36191      Branch: perl
36192            ! pod/perlmod.pod
36193 ____________________________________________________________________________
36194 [ 19871] By: rgs                                   on 2003/06/28  15:47:22
36195         Log: Subject: [Encode] pre-1.97 patches
36196              From: Dan Kogai <dankogai@dan.co.jp>
36197              Date: Sat, 28 Jun 2003 01:20:59 +0900
36198              Message-Id: <56D5BFEE-A8BB-11D7-9092-000393AE4244@dan.co.jp>
36199      Branch: perl
36200            ! ext/Encode/Changes ext/Encode/Encode.pm
36201            ! ext/Encode/lib/Encode/Guess.pm
36202 ____________________________________________________________________________
36203 [ 19870] By: rgs                                   on 2003/06/28  15:39:57
36204         Log: Two debugging patches.
36205              The first allows to hold symbolic switches in $^D
36206              and more generally fixes assignment to $^D. The
36207              second one improves the information given by -Dl.
36208
36209              Subject: [PATCH] allow $^D = "flags"
36210              From: Dave Mitchell <davem@fdgroup.com>
36211              Date: Fri, 27 Jun 2003 22:26:24 +0100
36212              Message-ID: <20030627212624.GB12887@fdgroup.com>
36213
36214              Subject: [PATCH] make -Dl show more scope info
36215              From: Dave Mitchell <davem@fdgroup.com>
36216              Date: Fri, 27 Jun 2003 23:00:36 +0100
36217              Message-ID: <20030627220036.GC12887@fdgroup.com>
36218      Branch: perl
36219            ! cop.h embed.fnc embed.h mg.c perl.c perl.h pod/perlvar.pod
36220            ! proto.h scope.h
36221 ____________________________________________________________________________
36222 [ 19869] By: rgs                                   on 2003/06/28  14:39:40
36223         Log: Fix test count, by Abe Timmerman.
36224      Branch: perl
36225            ! t/comp/require.t
36226 ____________________________________________________________________________
36227 [ 19867] By: jhi                                   on 2003/06/27  10:08:20
36228         Log: The two-for-loops is no more a valid way to walk through
36229              a hash (this was the reason the Hash/Util.t intermittently
36230              failed, the two-loop didn't find all the SVs of the HV).
36231      Branch: perl
36232            ! hv.c
36233 ____________________________________________________________________________
36234 [ 19866] By: jhi                                   on 2003/06/27  08:54:16
36235         Log: Some warnings about the (im)proper uses of the hash randomisation.
36236      Branch: perl
36237            ! pod/perlsec.pod
36238 ____________________________________________________________________________
36239 [ 19865] By: jhi                                   on 2003/06/27  08:40:45
36240         Log: atoi() doesn't cut the mustard if the PERL_HASH_SEED
36241              is larger than INT_MAX (atoi() returns -1 in that case).
36242      Branch: perl
36243            ! perl.c
36244 ____________________________________________________________________________
36245 [ 19864] By: jhi                                   on 2003/06/27  08:18:47
36246         Log: Use the PL_earlytaint.  (PL_earlytaint is a global,
36247              not per-interp, since perl_construct() is not passed
36248              the argc, argv, and therefore it can't set the per-interp
36249              PL_tainting.)
36250      Branch: perl
36251            ! perl.c perl.h
36252 ____________________________________________________________________________
36253 [ 19863] By: jhi                                   on 2003/06/27  08:15:11
36254         Log: Introduce (global) variable PL_earlytaint which
36255              is set very early in main(), before perl_parse()
36256              has been called and PL_tainting (or PL_taint_warn)
36257              might have been set.
36258      Branch: perl
36259            ! embed.fnc embedvar.h miniperlmain.c perl.c perl.h perlapi.h
36260            ! perlvars.h proto.h
36261 ____________________________________________________________________________
36262 [ 19862] By: jhi                                   on 2003/06/27  07:39:58
36263         Log: Make doing_taint() always available (though not
36264              part of the public API).
36265      Branch: perl
36266            ! embed.fnc embed.h perl.c proto.h
36267 ____________________________________________________________________________
36268 [ 19861] By: jhi                                   on 2003/06/27  05:30:03
36269         Log: Do not obey PERL_HASH_SEED or PERL_HASH_SEED_DEBUG
36270              if tainting-- but is this a good thing or a bad thing?
36271              (At least it makes debugging lib/Hash/Util.t harder,
36272              since it has, for no apparent good reason, -T: one must
36273              make a copy of it without the -T.)
36274      Branch: perl
36275            ! perl.c
36276 ____________________________________________________________________________
36277 [ 19860] By: jhi                                   on 2003/06/27  05:02:14
36278         Log: Subject: Re: Change 19854: Bite the bullet and apply the hash randomisation patch.
36279              From: Tim Bunce <Tim.Bunce@pobox.com>
36280              Date: Thu, 26 Jun 2003 10:53:22 +0100
36281              Message-ID: <20030626095322.GE97463@dansat.data-plan.com>
36282      Branch: perl
36283            ! INSTALL
36284 ____________________________________________________________________________
36285 [ 19859] By: jhi                                   on 2003/06/27  04:59:23
36286         Log: Hash/Util.t and Encode/t/Aliases.t seem to be having
36287              random failures.  To make these easier to reproduce,
36288              add a variable, PERL_HASH_SEED_DEBUG, to display the
36289              hash seed.  E.g. in Debian/x86 Linux 3.0 PERL_HASH_SEED
36290              of 82972356 makes the first one to fail.
36291      Branch: perl
36292            ! perl.c pod/perlrun.pod
36293 ____________________________________________________________________________
36294 [ 19858] By: rgs                                   on 2003/06/26  20:21:53
36295         Log: perlhack update, by Steve Grazzini
36296              about macro support in gdb and gcc.
36297      Branch: perl
36298            ! pod/perlhack.pod
36299 ____________________________________________________________________________
36300 [ 19854] By: jhi                                   on 2003/06/26  05:32:02
36301         Log: Bite the bullet and apply the hash randomisation patch.
36302              [perl #22371] Algorimic Complexity Attack on Perl 5.6.1, 5.8.0
36303      Branch: perl
36304            ! INSTALL embedvar.h ext/Data/Dumper/Dumper.pm
36305            ! ext/Data/Dumper/t/dumper.t hv.h intrpvar.h perl.c perl.h
36306            ! perlapi.h pod/perlfunc.pod pod/perlrun.pod pod/perlsec.pod
36307            ! sv.c
36308 ____________________________________________________________________________
36309 [ 19853] By: rgs                                   on 2003/06/25  19:35:02
36310         Log: Subject: Re: P and V
36311              From: "Philip Newton" <pnewton@gmx.de>
36312              Date: Wed, 25 Jun 2003 17:50:22 +0200
36313              Message-ID: <3EF9E0DE.4786.16A6869@localhost>
36314      Branch: perl
36315            ! lib/Thread/Semaphore.pm
36316 ____________________________________________________________________________
36317 [ 19852] By: rgs                                   on 2003/06/25  19:27:42
36318         Log: Enhance some macro robustness.
36319      Branch: perl
36320            ! opcode.h opcode.pl
36321 ____________________________________________________________________________
36322 [ 19851] By: rgs                                   on 2003/06/25  19:25:47
36323         Log: Fix [perl #21742] :
36324              require() should always be called in scalar context,
36325              even when it's the last statement in an eval("").
36326      Branch: perl
36327            ! pp_ctl.c t/comp/require.t
36328 ____________________________________________________________________________
36329 [ 19849] By: jhi                                   on 2003/06/24  17:32:37
36330         Log: Subject: [PATCH] Re: [perl #22719] ISA cache problem with blessed stash objects
36331              From: Dave Mitchell <davem@fdgroup.com>
36332              Date: Tue, 24 Jun 2003 13:16:18 +0100
36333              Message-ID: <20030624121618.GC22675@fdgroup.com>
36334      Branch: perl
36335            ! sv.c t/op/ref.t
36336 ____________________________________________________________________________
36337 [ 19848] By: merijn                                on 2003/06/24  08:06:57
36338         Log: Subject: [PATCH] lib/Perldoc.pm patch for Cygwin Bleadperl
36339              From: "Gerrit P. Haase" <gerrit@familiehaase.de>
36340              Date: Tue, 24 Jun 2003 11:00:34 +0200
36341              Message-ID: <186930306740.20030624110034@familiehaase.de>
36342      Branch: perl
36343            ! lib/Pod/Perldoc.pm
36344 ____________________________________________________________________________
36345 [ 19847] By: jhi                                   on 2003/06/24  04:52:42
36346         Log: Subject: [PATCH] version.pm up to date with CPAN
36347              From: John Peacock <jpeacock@rowman.com>
36348              Date: Mon, 23 Jun 2003 21:58:18 -0400
36349              Message-ID: <3EF7B03A.2060705@rowman.com>
36350      Branch: perl
36351            ! lib/version.pm lib/version.t universal.c
36352 ____________________________________________________________________________
36353 [ 19846] By: rgs                                   on 2003/06/23  20:52:26
36354         Log: Subject: [perlport.pod] code point of \cU
36355              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
36356              Date: Tue, 24 Jun 2003 01:00:16 +0900
36357              Message-Id: <20030624004743.1237.BQW10602@nifty.com>
36358      Branch: perl
36359            ! pod/perlport.pod
36360 ____________________________________________________________________________
36361 [ 19845] By: jhi                                   on 2003/06/23  04:55:39
36362         Log: Test tweaks for VMS from Craig Berry.
36363      Branch: perl
36364            ! lib/strict.t lib/warnings.t
36365 ____________________________________________________________________________
36366 [ 19843] By: jhi                                   on 2003/06/22  17:00:10
36367         Log: Move the (pseudo)seed functio for (pseudo)random numbers to util.c.
36368      Branch: perl
36369            ! embed.fnc embed.h pp.c proto.h util.c
36370 ____________________________________________________________________________
36371 [ 19842] By: jhi                                   on 2003/06/22  16:44:16
36372         Log: Until the Perl malloc problems in Tru64 are fixed.
36373      Branch: perl
36374            ! hints/dec_osf.sh
36375 ____________________________________________________________________________
36376 [ 19841] By: jhi                                   on 2003/06/22  16:35:33
36377         Log: Subject: [PATCH] Re: Is it a Bug? ($c .= "5") . "6"
36378              From: Enache Adrian <enache@rdslink.ro>
36379              Date: Sat, 21 Jun 2003 03:19:31 +0300
36380              Message-ID: <20030621001931.GB1255@ratsnest.hole>
36381      Branch: perl
36382            ! op.c t/op/concat.t
36383 ____________________________________________________________________________
36384 [ 19840] By: jhi                                   on 2003/06/22  16:33:25
36385         Log: Subject: [perl #22753] overload::StrVal() fails for regexp refs
36386              From: "fergal@esatclear.ie (via RT)" <perlbug-followup@perl.org>
36387              Date: 21 Jun 2003 19:02:30 -0000
36388              Message-ID: <rt-22753-59662.14.6066295633041@rt.perl.org>
36389      Branch: perl
36390            ! lib/overload.pm lib/overload.t
36391 ____________________________________________________________________________
36392 [ 19839] By: jhi                                   on 2003/06/22  16:31:05
36393         Log: Subject: FileCache 1.03 broken on VMS -- possible patch
36394              From: "Craig A. Berry" <craigberry@mac.com>
36395              Date: Sat, 21 Jun 2003 10:31:59 -0500
36396              Message-ID: <3EF47A6F.9060904@mac.com>
36397      Branch: perl
36398            ! lib/FileCache.pm lib/FileCache/t/01open.t
36399            ! lib/FileCache/t/03append.t lib/FileCache/t/05override.t
36400 ____________________________________________________________________________
36401 [ 19838] By: jhi                                   on 2003/06/22  16:16:01
36402         Log: Debian fix from Brendan O'Dea:
36403              Adjust output to screen width.
36404              (adjusted to probe for the stty command)
36405      Branch: perl
36406            ! utils/dprofpp.PL
36407 ____________________________________________________________________________
36408 [ 19837] By: jhi                                   on 2003/06/22  15:56:45
36409         Log: Debian fix from Brendan O'Dea:
36410              Use a temporary directory to avoid symlink attacks.
36411              Specify -gstabs explicitly (not the default format for gcc 3.2).
36412      Branch: perl
36413            ! utils/c2ph.PL
36414 ____________________________________________________________________________
36415 [ 19836] By: jhi                                   on 2003/06/22  15:55:13
36416         Log: Debian fix from Brendan O'Dea:
36417              Bug#156284: the stucture used by pp_accept is too small to hold an
36418              IPv6 address.
36419      Branch: perl
36420            ! pp_sys.c
36421 ____________________________________________________________________________
36422 [ 19835] By: jhi                                   on 2003/06/22  15:46:50
36423         Log: For characters beyond the BMP the $bits will be undef,
36424              which will cause utf8_heavy.pl noise (reported by Daniel Yacob,
36425              analysis and fix from SADAHIRO Tomoyuki)
36426      Branch: perl
36427            ! lib/utf8_heavy.pl
36428 ____________________________________________________________________________
36429 [ 19834] By: jhi                                   on 2003/06/20  08:42:58
36430         Log: Allow for things like -DFILL_CHECK_DEFAULT=0 (from Ilya).
36431      Branch: perl
36432            ! malloc.c
36433 ____________________________________________________________________________
36434 [ 19833] By: jhi                                   on 2003/06/20  08:16:02
36435         Log: Don't do sprintf().
36436      Branch: perl
36437            ! malloc.c
36438 ____________________________________________________________________________
36439 [ 19832] By: jhi                                   on 2003/06/20  07:43:48
36440         Log: Show the source code location of an "assertion botch".
36441      Branch: perl
36442            ! malloc.c
36443 ____________________________________________________________________________
36444 [ 19831] By: jhi                                   on 2003/06/20  07:31:11
36445         Log: More Perl malloc debugging magic from Ilya.  Seems to work in
36446              Linux, Solaris, AIX.  Had to do #ifdef OS2 for the <io.h> in
36447              malloc.c, found in AIX since there is no such header.
36448              In Tru64 miniperl fails an assert: "free()ed/realloc()ed-away
36449              memory was overwritten?"
36450              (In IRIX compiles but that doesn't prove much since in IRIX
36451              Perl's malloc is simply not used.)
36452      Branch: perl
36453            + malloc_ctl.h
36454            ! MANIFEST dosish.h epoc/epocish.h malloc.c os2/os2ish.h perl.c
36455            ! perl.h plan9/plan9ish.h sv.c unixish.h vms/vmsish.h
36456 ____________________________________________________________________________
36457 [ 19830] By: jhi                                   on 2003/06/20  06:02:21
36458         Log: Retract #19785 and #19756: JPL nowadays works without this
36459              (verified by a true JPL user).
36460      Branch: perl
36461            ! perl.c
36462 ____________________________________________________________________________
36463 [ 19827] By: jhi                                   on 2003/06/19  20:18:31
36464         Log: Apparently this is needed for VMS (Craig Berry).
36465      Branch: perl
36466            ! lib/Tie/File.pm
36467 ____________________________________________________________________________
36468 [ 19824] By: jhi                                   on 2003/06/19  15:11:48
36469         Log: Bump Time::HiRes to 1.49.
36470      Branch: perl
36471            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
36472            ! ext/Time/HiRes/HiRes.xs
36473 ____________________________________________________________________________
36474 [ 19822] By: jhi                                   on 2003/06/19  14:49:37
36475         Log: This change chunk doesn't work well with blead.
36476      Branch: perl
36477            ! lib/ExtUtils/t/Command.t
36478 ____________________________________________________________________________
36479 [ 19821] By: jhi                                   on 2003/06/19  14:27:52
36480         Log: A tweak from Alan Burlison for MM 6.10_07 that makes Solaris
36481              make happy.
36482      Branch: perl
36483            ! lib/ExtUtils/MM_Unix.pm
36484 ____________________________________________________________________________
36485 [ 19820] By: jhi                                   on 2003/06/19  14:25:53
36486         Log: Upgrade to MakeMaker 6.10_07 (from makemaker.org snapshot
36487              as of 2003-06-19 18:39 EET).
36488      Branch: perl
36489            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_OS2.pm
36490            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
36491            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/Command.t
36492            ! lib/ExtUtils/t/MM_OS2.t lib/ExtUtils/t/MM_Unix.t
36493 ____________________________________________________________________________
36494 [ 19819] By: jhi                                   on 2003/06/19  14:08:13
36495         Log: Subject: [PATCH] Re: [perl #17934] tied STDERR and internal warnings
36496              From: grazz@pobox.com (Steve Grazzini)
36497              Date: Wed, 18 Jun 2003 19:42:37 -0400
36498              Message-ID: <20030618234237.GA6267@grazzini.net>
36499      Branch: perl
36500            ! embed.fnc embed.h pod/perltie.pod pp_ctl.c proto.h
36501            ! t/op/runlevel.t t/op/tiehandle.t util.c
36502 ____________________________________________________________________________
36503 [ 19818] By: jhi                                   on 2003/06/19  13:57:55
36504         Log: Subject: [PATCH -current] email address correction
36505              Date: Thu, 19 Jun 2003 02:19:31 -0700
36506              Message-ID: <CGEAIAFGDFMPCFCBLLCOEENKCBAA.rs@crystalflame.net>
36507              From: rs@crystalflame.net (Richard Soderberg)
36508      Branch: perl
36509            ! ext/threads/threads.pm
36510 ____________________________________________________________________________
36511 [ 19816] By: jhi                                   on 2003/06/19  05:02:22
36512         Log: MPE/iX gets serious indigestion on w-packed infinities.
36513      Branch: perl
36514            ! t/op/pack.t
36515 ____________________________________________________________________________
36516 [ 19815] By: rgs                                   on 2003/06/18  20:47:47
36517         Log: A bunch of minor changes to perlguts.pod.
36518      Branch: perl
36519            ! pod/perlguts.pod
36520 ____________________________________________________________________________
36521 [ 19814] By: jhi                                   on 2003/06/18  19:19:38
36522         Log: Subject: Re: [perl #22727] split() with re_eval segfaults/panics
36523              From: Enache Adrian <enache@rdslink.ro>
36524              Date: Wed, 18 Jun 2003 23:00:43 +0300
36525              Message-ID: <20030618200043.GA1249@ratsnest.hole>
36526      Branch: perl
36527            ! pp.c regexec.c t/op/pat.t
36528 ____________________________________________________________________________
36529 [ 19813] By: jhi                                   on 2003/06/18  17:31:50
36530         Log: Upgrade to Tie::File 0.97.
36531      Branch: perl
36532            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
36533            ! lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/28_mtwrite.t
36534            ! lib/Tie/File/t/29_downcopy.t
36535 ____________________________________________________________________________
36536 [ 19812] By: gbarr                                 on 2003/06/18  16:41:31
36537         Log: Sync with libnet 1.16
36538      Branch: perl
36539            ! lib/Net/ChangeLog.libnet lib/Net/FTP.pm
36540 ____________________________________________________________________________
36541 [ 19811] By: jhi                                   on 2003/06/18  12:11:07
36542         Log: Subject: Encode] 1.96 Released
36543              From: Dan Kogai <dankogai@dan.co.jp>
36544              Date: Wed, 18 Jun 2003 19:09:11 +0900
36545              Message-Id: <E7FFAE2E-A174-11D7-ACE4-000393AE4244@dan.co.jp>
36546      Branch: perl
36547            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
36548            ! ext/Encode/META.yml ext/Encode/Unicode/Unicode.pm
36549            ! ext/Encode/Unicode/Unicode.xs ext/Encode/bin/piconv
36550            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Encoding.pm
36551            ! ext/Encode/lib/Encode/JP/JIS7.pm ext/Encode/t/Unicode.t
36552            ! ext/Encode/t/guess.t
36553 ____________________________________________________________________________
36554 [ 19810] By: jhi                                   on 2003/06/18  09:20:43
36555         Log: Oops in change #19809.
36556      Branch: perl
36557            ! ext/POSIX/POSIX.xs
36558 ____________________________________________________________________________
36559 [ 19809] By: jhi                                   on 2003/06/18  09:08:47
36560         Log: If the first argument of sigaction() was a string, not a number
36561              (or a SIGXXX 'constant') one got first (if using -w) 'Argument "FOO"
36562              isn't numeric in subroutine entry ...' but after that one got
36563              (depending on the OS) either a coredump (because of trying to
36564              assign to *0 in mg_get) or a hang (because of the sigprocmask()
36565              blocking signals inside POSIX::sigaction, a nasty hang since
36566              one obviously cannot interrupt it...only SIGKILL works).
36567              In older Perls (tried with 5.6.1) one got 'No such signal: SIGZERO ...'
36568              because of the string becoming zero due to the XS typemap magic.
36569              Resolved by making the POSIX::sigaction to try harder to figure
36570              out a valid signal number (one still gets the warning, though),
36571              and returning undef if no sense can be made.
36572      Branch: perl
36573            ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs ext/POSIX/t/sigaction.t
36574 ____________________________________________________________________________
36575 [ 19808] By: rgs                                   on 2003/06/17  21:10:06
36576         Log: Some docs for the assertions.
36577      Branch: perl
36578            ! lib/assertions.pm lib/assertions/activate.pm
36579            ! pod/perllexwarn.pod pod/perlrun.pod t/run/switch_A.t
36580 ____________________________________________________________________________
36581 [ 19806] By: jhi                                   on 2003/06/17  18:12:26
36582         Log: io_dir.t tweak from Craig Berry.
36583      Branch: perl
36584            ! ext/IO/lib/IO/t/io_dir.t
36585 ____________________________________________________________________________
36586 [ 19805] By: jhi                                   on 2003/06/17  16:47:06
36587         Log: Subject: /ext/DynaLoader/dl_dyld.xs
36588              From: "Peter O'Gorman" <peter@pogma.com>
36589              Date: Tue, 17 Jun 2003 23:45:47 +0900
36590              Message-Id: <619B6B53-A0D2-11D7-BAF7-003065F6C222@pogma.com>
36591
36592              No need to see dlclose() and dlsym() outside the dl_dyld.xs
36593              (Mac OS X, NeXT), and seeing them is harmful for libdlcompat
36594              of OpenDarwin.
36595      Branch: perl
36596            ! ext/DynaLoader/dl_dyld.xs
36597 ____________________________________________________________________________
36598 [ 19804] By: jhi                                   on 2003/06/17  13:12:21
36599         Log: Subject: DOCPATCH Re: $1 remains uncleared for failed matches
36600              From: david nicol <whatever@davidnicol.com>
36601              Date: 16 Jun 2003 20:35:24 -0500
36602              Message-Id: <1055813724.1580.19.camel@plaza.davidnicol.com>
36603
36604              Subject: Re: DOCPATCH Re: $1 remains uncleared for failed matches
36605              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
36606              Date: Tue, 17 Jun 2003 00:12:04 -0400
36607              Message-ID: <20030617041204.GA34960@linguist.thayer.dartmouth.edu>
36608      Branch: perl
36609            ! pod/perlre.pod pod/perltrap.pod
36610 ____________________________________________________________________________
36611 [ 19802] By: jhi                                   on 2003/06/17  04:51:33
36612         Log: UNICOS: try papering over the Configure symbol scan problems
36613              by disavowing any knowledge of dynaloading.
36614      Branch: perl
36615            ! hints/unicos.sh
36616 ____________________________________________________________________________
36617 [ 19801] By: rgs                                   on 2003/06/16  22:47:28
36618         Log: Revert change #19126, a poor attempt at fixing bug #21742.
36619              The test for #21742 is marked as TODO.
36620              Plus new regression tests from :
36621
36622              Subject: [perl #22708] void context in string eval is broken
36623              From: "Marcus Holland-Moritz" (via RT) <perlbug-followup@perl.org>
36624              Date: 15 Jun 2003 23:09:03 -0000
36625              Message-ID: <rt-22708-59432.14.6755501393177@rt.perl.org>
36626      Branch: perl
36627            ! pp_ctl.c t/comp/require.t t/op/eval.t
36628 ____________________________________________________________________________
36629 [ 19800] By: rgs                                   on 2003/06/16  21:14:26
36630         Log: Subject: [PATCH] unnecessary stringification in eval/die
36631              From: Steve Grazzini <grazz@pobox.com>
36632              Date: 15 Jun 2003 21:02:26 -0000
36633              Message-ID: <20030615210226.56430.qmail@onion.perl.org>
36634              (See also <slrnbek5u6.cfi.joey@dragon.kitenet.net>
36635              in c.l.p.misc and bug #17763)
36636      Branch: perl
36637            ! pod/perlfunc.pod pp_ctl.c
36638 ____________________________________________________________________________
36639 [ 19799] By: rgs                                   on 2003/06/16  20:15:28
36640         Log: Subject: [perl #22622] Bogus error codes from File::Copy::move
36641              From: "Amick, Eric" (via RT) <perlbug-followup@perl.org>
36642              Date: 9 Jun 2003 15:48:09 -0000
36643              Message-ID: <rt-22622-59134.12.3966151660257@rt.perl.org>
36644      Branch: perl
36645            ! lib/File/Copy.pm
36646 ____________________________________________________________________________
36647 [ 19798] By: jhi                                   on 2003/06/16  12:26:29
36648         Log: And even more glibc fcntl constants, this time mostly F_XXX.
36649              Be more conservative and use @EXPORT_OK instead of @EXPORT.
36650      Branch: perl
36651            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Makefile.PL
36652 ____________________________________________________________________________
36653 [ 19797] By: jhi                                   on 2003/06/16  08:05:11
36654         Log: Even more glibc O_ modes.
36655      Branch: perl
36656            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Makefile.PL
36657 ____________________________________________________________________________
36658 [ 19796] By: jhi                                   on 2003/06/16  07:59:26
36659         Log: Add O_NOATIME.
36660      Branch: perl
36661            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Makefile.PL
36662 ____________________________________________________________________________
36663 [ 19795] By: jhi                                   on 2003/06/16  06:51:19
36664         Log: Instead of fancy condvar footwork do a simple join,
36665              as suggested by Arthur.
36666      Branch: perl
36667            ! ext/threads/shared/t/hv_refs.t
36668 ____________________________________________________________________________
36669 [ 19794] By: rgs                                   on 2003/06/15  21:01:18
36670         Log: Rename again the warning about $* being no longer supported
36671              (and update perldiag this time!)
36672      Branch: perl
36673            ! gv.c pod/perldiag.pod t/lib/warnings/gv
36674 ____________________________________________________________________________
36675 [ 19793] By: rgs                                   on 2003/06/15  19:47:21
36676         Log: Remove all magic in untie()
36677
36678              Subject: Re: untie from within FETCH/STORE not working under 5.8.0 (fwd)
36679              From: Aaron J Mackey <ajm6q@virginia.edu>
36680              Date: Fri, 13 Jun 2003 08:22:05 -0400 (EDT)
36681              Message-ID: <Pine.OSF.4.33.0306130820570.29017-100000@alpha10.bioch.virginia.edu>
36682              (plus a test case)
36683      Branch: perl
36684            ! pp_sys.c t/op/tie.t
36685 ____________________________________________________________________________
36686 [ 19790] By: jhi                                   on 2003/06/15  17:22:08
36687         Log: Start using Perl malloc in FreeBSD since the system malloc
36688              is reaaally slooow for Perl.
36689
36690              Subject: FreeBSD 5.1 vs. -Uusemymalloc
36691              From: Dan Kogai <dankogai@dan.co.jp>
36692              Date: Mon, 16 Jun 2003 01:48:49 +0900
36693              Message-Id: <3CE9B94D-9F51-11D7-AF50-000393AE4244@dan.co.jp>
36694      Branch: perl
36695            ! hints/freebsd.sh
36696 ____________________________________________________________________________
36697 [ 19789] By: jhi                                   on 2003/06/15  17:08:02
36698         Log: Subject: [PATCH 5.8.1 @19774] OS2 patches
36699              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
36700              Date: Sat, 14 Jun 2003 17:49:57 -0700
36701              Message-ID: <20030615004956.GA28272@math.berkeley.edu>
36702      Branch: perl
36703            + os2/OS2/typemap os2/perlrexx.cmd
36704            - os2/OS2/PrfDB/typemap
36705            ! MANIFEST doio.c emacs/ptags ext/Time/HiRes/Makefile.PL handy.h
36706            ! hints/os2.sh lib/ExtUtils/t/MM_OS2.t makedef.pl
36707            ! os2/OS2/Process/Makefile.PL os2/OS2/Process/Process.pm
36708            ! os2/OS2/Process/Process.xs os2/OS2/REXX/DLL/DLL.pm
36709            ! os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/t/rx_emxrv.t
36710            ! os2/OS2/REXX/t/rx_objcall.t os2/dl_os2.c os2/os2.c
36711            ! os2/os2ish.h pp_sys.c utils/h2xs.PL
36712 ____________________________________________________________________________
36713 [ 19788] By: jhi                                   on 2003/06/15  15:05:40
36714         Log: Reindent a section of the file.
36715      Branch: perl
36716            ! universal.c
36717 ____________________________________________________________________________
36718 [ 19787] By: jhi                                   on 2003/06/15  15:01:26
36719         Log: Unused variable.
36720      Branch: perl
36721            ! universal.c
36722 ____________________________________________________________________________
36723 [ 19786] By: jhi                                   on 2003/06/15  07:41:23
36724         Log: Subject: Re: [PATCH: sv.c] strchr() running amok in sv_vcatpvfn()
36725              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
36726              Date: Sun, 15 Jun 2003 10:48:40 +0200
36727              Message-ID: <004a01c3331a$ec001320$3445eed9@R2D2>
36728      Branch: perl
36729            ! embed.fnc embed.h proto.h sv.c
36730 ____________________________________________________________________________
36731 [ 19785] By: jhi                                   on 2003/06/15  07:37:02
36732         Log: Most often unused variables.
36733      Branch: perl
36734            ! perl.c
36735 ____________________________________________________________________________
36736 [ 19784] By: rgs                                   on 2003/06/14  20:08:52
36737         Log: Rename the warning about $* being removed,
36738              as suggested by Dave Mitchell
36739      Branch: perl
36740            ! gv.c t/lib/warnings/gv
36741 ____________________________________________________________________________
36742 [ 19783] By: jhi                                   on 2003/06/14  16:30:23
36743         Log: The FileCache 1.03 tests from belg4mit.
36744      Branch: perl
36745            + lib/FileCache/t/01open.t lib/FileCache/t/02maxopen.t
36746            + lib/FileCache/t/03append.t lib/FileCache/t/04twoarg.t
36747            + lib/FileCache/t/05override.t
36748            - lib/FileCache.t
36749            ! MANIFEST
36750 ____________________________________________________________________________
36751 [ 19782] By: jhi                                   on 2003/06/14  13:45:01
36752         Log: Mention the Unicode::Regex::Set module.
36753      Branch: perl
36754            ! pod/perlunicode.pod
36755 ____________________________________________________________________________
36756 [ 19781] By: jhi                                   on 2003/06/14  13:39:45
36757         Log: Followup on #19779: make the helper function static,
36758              and rename it for paranoia reasons.
36759      Branch: perl
36760            ! embed.fnc embed.h proto.h sv.c
36761 ____________________________________________________________________________
36762 [ 19779] By: jhi                                   on 2003/06/14  13:13:34
36763         Log: Subject: [PATCH: sv.c] strchr() running amok in sv_vcatpvfn()
36764              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
36765              Date: Sat, 14 Jun 2003 12:51:31 +0200
36766              Message-ID: <041901c33262$eac8ae30$f248eed9@R2D2>
36767
36768              (choosing the safe alternative)
36769      Branch: perl
36770            ! sv.c
36771 ____________________________________________________________________________
36772 [ 19778] By: jhi                                   on 2003/06/14  09:28:01
36773         Log: Exercise the utf8:: "internal" functions.
36774      Branch: perl
36775            ! lib/utf8.pm lib/utf8.t
36776 ____________________________________________________________________________
36777 [ 19777] By: jhi                                   on 2003/06/14  09:05:07
36778         Log: Having to pull in the whole Encode just to get SvUTF8()
36779              is a bit too much: introduce utf8::is_utf8().
36780      Branch: perl
36781            ! lib/utf8.pm pod/perluniintro.pod universal.c
36782 ____________________________________________________________________________
36783 [ 19776] By: jhi                                   on 2003/06/14  08:56:11
36784         Log: Slight tweaks on the length() and chr() entries,
36785              passing-by rewrapping on the rmdir entry.
36786      Branch: perl
36787            ! pod/perlfunc.pod
36788 ____________________________________________________________________________
36789 [ 19775] By: jhi                                   on 2003/06/14  08:50:16
36790         Log: test.pl-ify and add a couple of tests.
36791      Branch: perl
36792            ! lib/bytes.t
36793 ____________________________________________________________________________
36794 [ 19773] By: jhi                                   on 2003/06/14  08:05:01
36795         Log: Slight reorg of the binmode() entry.
36796      Branch: perl
36797            ! pod/perlfunc.pod
36798 ____________________________________________________________________________
36799 [ 19772] By: jhi                                   on 2003/06/14  07:07:38
36800         Log: Illegal cpp.
36801      Branch: perl
36802            ! util.c
36803 ____________________________________________________________________________
36804 [ 19770] By: jhi                                   on 2003/06/14  04:36:18
36805         Log: Subject: Re: FileCache
36806              From: belg4mit <belg4mit@MIT.EDU>
36807              Date: Sat, 14 Jun 2003 01:35:05 -0400
36808              Message-ID: <3EEAB409.7B4C21EA@mit.edu>
36809
36810              FileCache 1.03.
36811      Branch: perl
36812            ! lib/FileCache.pm
36813 ____________________________________________________________________________
36814 [ 19769] By: rgs                                   on 2003/06/13  19:17:50
36815         Log: Remove the deprecated $* variable.
36816              Incidentally, this fixes bug #22354, about unwanted
36817              action-at-distance of the /m regexp modifier.
36818              Add a new warning to advertise this fact.
36819      Branch: perl
36820            ! gv.c lib/English.pm mg.c pod/perldelta.pod pod/perldiag.pod
36821            ! pod/perlre.pod pod/perlvar.pod pp.c pp_hot.c t/lib/warnings/gv
36822            ! t/op/pat.t t/op/study.t
36823 ____________________________________________________________________________
36824 [ 19768] By: jhi                                   on 2003/06/13  17:08:45
36825         Log: Encode simply needs more work on EBCDIC.
36826      Branch: perl
36827            ! ext/Encode/t/Unicode.t
36828 ____________________________________________________________________________
36829 [ 19767] By: jhi                                   on 2003/06/13  17:05:01
36830         Log: Redundancy removal from Brian De Pradine;
36831              both the forms, pthread_mutexattr_settype() and
36832              pthread_mutexattr_setkind_np(), exist on z/OS.
36833      Branch: perl
36834            ! thread.h
36835 ____________________________________________________________________________
36836 [ 19766] By: jhi                                   on 2003/06/13  17:02:57
36837         Log: Somehow MPE/iX managed to get
36838              "18/0Illegal division by zero at ../lib/Test/Harness.pm line 921."
36839      Branch: perl
36840            ! lib/Test/Harness.pm
36841 ____________________________________________________________________________
36842 [ 19765] By: jhi                                   on 2003/06/13  14:36:18
36843         Log: Subject: [PATCH] Re: [perl #18849] fork/system bug on FreeBSD
36844              From: alan <alan@pair.com>
36845              Date: Wed, 11 Jun 2003 14:07:00 -0400 (EDT)
36846              Message-ID: <Pine.BSF.4.30.0306111348450.32145-100000@smx.pair.com>
36847
36848              (the first alternative)
36849      Branch: perl
36850            ! util.c
36851 ____________________________________________________________________________
36852 [ 19764] By: jhi                                   on 2003/06/13  14:33:51
36853         Log: Apparently the __APPLE__ cpp symbol is not Officially Sanctioned
36854              way of detecting Darwin/Mac OS X; instead it is recommended to
36855              detect the OS at a higher level and pass the information manually
36856              down to the application, using e.g. a -Ddefinition.
36857      Branch: perl
36858            ! hints/darwin.sh perl.h x2p/util.c
36859 ____________________________________________________________________________
36860 [ 19763] By: jhi                                   on 2003/06/13  14:12:13
36861         Log: Define a cpp symbol, BSDish, if that looks appropriate.
36862      Branch: perl
36863            ! perl.h
36864 ____________________________________________________________________________
36865 [ 19760] By: jhi                                   on 2003/06/13  12:00:06
36866         Log: Even more tweakage on symbol scanning from Alan Burlison.
36867      Branch: perl
36868            ! Configure
36869 ____________________________________________________________________________
36870 [ 19758] By: gbarr                                 on 2003/06/13  07:01:11
36871         Log: Sync with libnet 1.15
36872      Branch: perl
36873            ! lib/Net/ChangeLog.libnet lib/Net/FTP.pm
36874 ____________________________________________________________________________
36875 [ 19756] By: jhi                                   on 2003/06/13  05:09:17
36876         Log: The changes #8803 and #8896 that fixed JPL for use with
36877              JDK 1.2/1.3 had somehow disappeared.
36878      Branch: perl
36879            ! perl.c perl.h
36880 ____________________________________________________________________________
36881 [ 19752] By: rgs                                   on 2003/06/12  20:49:25
36882         Log: Add a new warning, "Newline in left-justified string for printf/sprintf"
36883              to be issued if the string to be left-justified by s?printf contains
36884              a newline.
36885
36886              Subject: [PATCH] RE: [perl #22599] Strange behaviour when combining foreac h and printf
36887              From: Robin Barker <Robin.Barker@npl.co.uk>
36888              Date: Wed, 11 Jun 2003 18:10:14 +0100
36889              Message-ID: <533D273D4014D411AB1D00062938C4D904046571@hotel.npl.co.uk>
36890      Branch: perl
36891            ! pod/perldiag.pod sv.c t/lib/warnings/sv
36892 ____________________________________________________________________________
36893 [ 19751] By: rgs                                   on 2003/06/12  20:25:41
36894         Log: Patch for a warning emitted twice, from :
36895              Subject: [PATCH: perl@19733] "perldoc -f -X" + "extra warning from -T"
36896              From: Steve Grazzini <grazz@pobox.com>
36897              Date: Wed, 11 Jun 2003 00:46:47 -0400
36898              Message-ID: <20030611044647.GA16696@grazzini.net>
36899      Branch: perl
36900            ! pp_sys.c
36901 ____________________________________________________________________________
36902 [ 19750] By: sky                                   on 2003/06/12  15:03:55
36903         Log: In free we want to destroy, not init, thanks to Tim Bunce for
36904              detecting this. Should hopefully fix memory leak on Tru64
36905      Branch: perl
36906            ! ext/threads/shared/shared.xs
36907 ____________________________________________________________________________
36908 [ 19749] By: jhi                                   on 2003/06/12  13:27:44
36909         Log: More perlio ->Open paranoia.  Set errno to EINVAL if there's
36910              no ->Open, not if ->Open returns NULL.
36911      Branch: perl
36912            ! perlio.c
36913 ____________________________________________________________________________
36914 [ 19748] By: jhi                                   on 2003/06/12  11:32:44
36915         Log: Further perlio doc tweaks.
36916      Branch: perl
36917            ! lib/PerlIO.pm pod/perlrun.pod
36918 ____________________________________________________________________________
36919 [ 19747] By: jhi                                   on 2003/06/12  11:25:19
36920         Log: Slightly amended version of the proposed patch for
36921              "[perl #22390] export PERLIO=bytes segfaults";
36922              the amendment is to set errno.
36923              TODO: we really should not get here if the layer
36924              stack is corrupt or non-sensical (like "bytes").
36925      Branch: perl
36926            ! perlio.c
36927 ____________________________________________________________________________
36928 [ 19746] By: sky                                   on 2003/06/12  08:37:39
36929         Log: Be polite and destroy the mutexes and conditions we use!
36930      Branch: perl
36931            ! ext/threads/shared/shared.xs
36932 ____________________________________________________________________________
36933 [ 19744] By: rgs                                   on 2003/06/11  20:49:04
36934         Log: Subject: Re: [PATCH] Annoyingly unhelpful messages from lib/File/Temp/t/security.t
36935              From: Andy Dougherty <doughera@lafayette.edu>
36936              Date: Wed, 11 Jun 2003 12:57:58 -0400 (EDT)
36937              Message-ID: <Pine.SOL.4.53.0306111252540.19074@maxwell.phys.lafayette.edu>
36938      Branch: perl
36939            ! lib/File/Temp/t/security.t
36940 ____________________________________________________________________________
36941 [ 19742] By: jhi                                   on 2003/06/11  18:28:12
36942         Log: Subject: [PATCH] Configure -Dnoextensions would not accept a list
36943              From: Andy Dougherty <doughera@lafayette.edu>
36944              Date: Wed, 11 Jun 2003 13:35:26 -0400 (EDT)
36945              Message-ID: <Pine.SOL.4.53.0306111331550.2477@maxwell.phys.lafayette.edu>
36946      Branch: perl
36947            ! Configure
36948 ____________________________________________________________________________
36949 [ 19741] By: merijn                                on 2003/06/11  14:06:49
36950         Log: Subject: [PATCH: perl@19733] fix vmsish.t #25 by letting $0 find itself in the face of chdir() calls
36951              From: PPrymmer@factset.com
36952              Date: Wed, 11 Jun 2003 09:00:34 -0400
36953              Message-ID: <OF2535E971.A30D9C74-ON85256D42.00461FF9-85256D42.004776C4@factset.com>
36954      Branch: perl
36955            ! lib/vmsish.t
36956 ____________________________________________________________________________
36957 [ 19740] By: jhi                                   on 2003/06/11  13:29:59
36958         Log: Doc nit.
36959      Branch: perl
36960            ! INSTALL
36961 ____________________________________________________________________________
36962 [ 19739] By: jhi                                   on 2003/06/11  05:30:53
36963         Log: Integrate from maint:
36964              [ 19738]
36965              Subject: Re: [PATCH: maint @ 19733] CL compiler warnings on MSWin32
36966              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
36967              Date: Tue, 10 Jun 2003 22:10:47 +0200
36968              Message-ID: <011701c32f8c$62d85ee0$0c2f1fac@R2D2>
36969      Branch: perl
36970           !> ext/Encode/encengine.c ext/List/Util/Util.xs
36971           !> ext/POSIX/POSIX.xs ext/Storable/Storable.xs
36972           !> ext/Thread/Thread.xs ext/threads/threads.xs op.c perl.c pp.h
36973           !> sv.c
36974 ____________________________________________________________________________
36975 [ 19735] By: jhi                                   on 2003/06/10  05:27:33
36976         Log: Upgrade to Unicode::Normalize 0.22.
36977      Branch: perl
36978            ! ext/Unicode/Normalize/Changes
36979            ! ext/Unicode/Normalize/Makefile.PL
36980            ! ext/Unicode/Normalize/Normalize.pm
36981            ! ext/Unicode/Normalize/Normalize.xs
36982            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
36983            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
36984            ! ext/Unicode/Normalize/t/test.t
36985 ____________________________________________________________________________
36986 [ 19734] By: jhi                                   on 2003/06/10  05:14:18
36987         Log: Upgrade to Unicode::Collate 0.25.
36988      Branch: perl
36989            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
36990            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/index.t
36991            ! lib/Unicode/Collate/t/test.t
36992 ____________________________________________________________________________
36993 [ 19731] By: jhi                                   on 2003/06/09  20:48:14
36994         Log: On a real multicpu box the child thread could still be running
36995              when the parent thread was already testing.
36996      Branch: perl
36997            ! ext/threads/shared/t/hv_refs.t
36998 ____________________________________________________________________________
36999 [ 19730] By: rgs                                   on 2003/06/09  19:56:29
37000         Log: Subject: [PATCH] Annoyingly unhelpful messages from lib/File/Temp/t/security.t
37001              From: Andy Dougherty <doughera@lafayette.edu>
37002              Date: Mon, 9 Jun 2003 14:45:38 -0400 (EDT)
37003              Message-ID: <Pine.SOL.4.53.0306091323300.4467@maxwell.phys.lafayette.edu>
37004      Branch: perl
37005            ! INSTALL
37006 ____________________________________________________________________________
37007 [ 19729] By: rgs                                   on 2003/06/09  19:13:16
37008         Log: Subject: [PATCH] Re: nitpick with \(0..2)
37009              From: Steve Grazzini <grazz@pobox.com>
37010              Date: Fri, 6 Jun 2003 01:42:59 -0400
37011              Message-ID: <20030606054259.GA30249@grazzini.net>
37012      Branch: perl
37013            ! op.c pod/perlop.pod t/op/ref.t
37014 ____________________________________________________________________________
37015 [ 19726] By: jhi                                   on 2003/06/09  18:45:00
37016         Log: Possible fix for the problems in EBCDIC from Sadahiro Tomoyuki.
37017      Branch: perl
37018            ! ext/Unicode/Normalize/Normalize.pm
37019 ____________________________________________________________________________
37020 [ 19725] By: rgs                                   on 2003/06/09  18:33:50
37021         Log: In the debugger, flush stdout/stderr before the prompt is printed
37022              Subject: Re: [PATCH] Perlbug #15228
37023              From: Alex Vandiver <alexmv@MIT.EDU>
37024              Date: 04 Jun 2003 04:50:10 -0400
37025              Message-Id: <1054716610.21402.45.camel@supox>
37026      Branch: perl
37027            ! lib/perl5db.pl
37028 ____________________________________________________________________________
37029 [ 19724] By: gsar                                  on 2003/06/09  18:17:42
37030         Log: mark 450_service.t#18 as a todo test on windows
37031      Branch: perl
37032            ! lib/Net/Ping/t/450_service.t
37033 ____________________________________________________________________________
37034 [ 19723] By: gsar                                  on 2003/06/09  18:00:57
37035         Log: one of the Net::Ping time-dependent tests fails sporadically
37036              when the response from localhost is "too quick"
37037      Branch: perl
37038            ! lib/Net/Ping/t/250_ping_hires.t
37039 ____________________________________________________________________________
37040 [ 19721] By: jhi                                   on 2003/06/09  17:04:50
37041         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_06 (plus FAQ update)
37042              From: Michael G Schwern <schwern@pobox.com>
37043              Date: Sat, 7 Jun 2003 01:16:32 -0700
37044              Message-ID: <20030607081632.GA16228@windhund.schwern.org>
37045      Branch: perl
37046            ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
37047            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MakeMaker/FAQ.pod
37048            ! lib/ExtUtils/t/Liblist.t
37049 ____________________________________________________________________________
37050 [ 19720] By: gsar                                  on 2003/06/09  15:59:52
37051         Log: fix for perlio.t failures on windows (from Dan Kogai)
37052      Branch: perl
37053            ! ext/Encode/t/perlio.t
37054 ____________________________________________________________________________
37055 [ 19719] By: jhi                                   on 2003/06/09  15:28:18
37056         Log: Subject: [PATCH: perl@19683] fix ups for perlivp on VMS plus more symbols for utils
37057              From: PPrymmer@factset.com
37058              Date: Mon, 9 Jun 2003 09:57:43 -0400
37059              Message-ID: <OFBA811434.A612F1C0-ON85256D40.004B5ECC-85256D40.004CB24D@factset.com>
37060      Branch: perl
37061            ! configure.com utils/perlivp.PL
37062 ____________________________________________________________________________
37063 [ 19717] By: gsar                                  on 2003/06/09  14:09:55
37064         Log: windows: fix memory leak in %ENV handling (shows up as a
37065              leak even in the simplest fork() loop, because perl_construct()
37066              now does the equivalent of %ENV assignments using mg_set())
37067      Branch: perl
37068            ! win32/perlhost.h
37069 ____________________________________________________________________________
37070 [ 19715] By: sky                                   on 2003/06/09  09:35:47
37071         Log: Support blessed shared references.
37072      Branch: perl
37073            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
37074            ! ext/threads/shared/t/hv_refs.t
37075 ____________________________________________________________________________
37076 [ 19714] By: jhi                                   on 2003/06/09  04:29:04
37077         Log: Subject: [PATCH] pack.t tweak for non-IEEE VMS systems
37078              From: "Craig A. Berry" <craigberry@mac.com>
37079              Date: Sun, 08 Jun 2003 16:49:43 -0500
37080              Message-ID: <3EE3AF77.7060302@mac.com>
37081      Branch: perl
37082            ! t/op/pack.t
37083 ____________________________________________________________________________
37084 [ 19712] By: jhi                                   on 2003/06/08  17:05:59
37085         Log: Subject: Re: forwarded you a test result
37086              From: Dan Kogai <dankogai@dan.co.jp>
37087              Date: Sun, 8 Jun 2003 11:04:43 +0900
37088              Message-Id: <92344ED4-9955-11D7-8DFA-000393AE4244@dan.co.jp>
37089      Branch: perl
37090            ! ext/Encode/t/Encode.t
37091 ____________________________________________________________________________
37092 [ 19710] By: jhi                                   on 2003/06/08  17:03:07
37093         Log: Regen Configure et al.
37094      Branch: perl
37095            ! Configure Porting/config.sh Porting/config_H
37096 ____________________________________________________________________________
37097 [ 19709] By: jhi                                   on 2003/06/08  16:45:50
37098         Log: More symbol scan logic from Alan Burlison.
37099      Branch: perl
37100            ! Configure Porting/Glossary hints/solaris_2.sh
37101 ____________________________________________________________________________
37102 [ 19708] By: sky                                   on 2003/06/07  13:28:50
37103         Log: Major (internal) change to make it much more easy to embed
37104              threaded perl because we don't use our own TLS for the current
37105              thread info, but instead use PL_modglobal. Should make the
37106              mod_perl2 team (Hi Stas!) happy. Should also be more robust.
37107      Branch: perl
37108            ! ext/threads/threads.xs
37109 ____________________________________________________________________________
37110 [ 19707] By: sky                                   on 2003/06/07  13:27:01
37111         Log: Last patch broke this slightly because INC was wrong.
37112      Branch: perl
37113            ! ext/threads/t/thread.t
37114 ____________________________________________________________________________
37115 [ 19706] By: sky                                   on 2003/06/07  13:07:53
37116         Log: Remove warnings from tests.
37117      Branch: perl
37118            ! ext/threads/t/basic.t ext/threads/t/end.t ext/threads/t/join.t
37119            ! ext/threads/t/list.t
37120 ____________________________________________________________________________
37121 [ 19705] By: sky                                   on 2003/06/07  12:42:28
37122         Log: Work in non core env.
37123      Branch: perl
37124            ! ext/threads/t/basic.t ext/threads/t/end.t ext/threads/t/join.t
37125            ! ext/threads/t/libc.t ext/threads/t/list.t
37126            ! ext/threads/t/problems.t ext/threads/t/stress_cv.t
37127            ! ext/threads/t/stress_re.t ext/threads/t/stress_string.t
37128            ! ext/threads/t/thread.t
37129 ____________________________________________________________________________
37130 [ 19703] By: jhi                                   on 2003/06/07  05:11:50
37131         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_04 -> 6.10_05
37132              From: Michael G Schwern <schwern@pobox.com>
37133              Date: Fri, 6 Jun 2003 18:41:45 -0700
37134              Message-ID: <20030607014145.GB12031@windhund.schwern.org>
37135      Branch: perl
37136            ! lib/ExtUtils/Changes lib/ExtUtils/Install.pm
37137            ! lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/META.yml
37138            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
37139            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
37140            ! lib/ExtUtils/TODO lib/ExtUtils/t/00compile.t
37141            ! lib/ExtUtils/t/Install.t lib/ExtUtils/t/basic.t
37142            ! lib/ExtUtils/t/zz_cleanup_dummy.t
37143 ____________________________________________________________________________
37144 [ 19702] By: rgs                                   on 2003/06/06  23:00:00
37145         Log: Upgrade to Time::Local 1.06, by Dave Rolsky
37146      Branch: perl
37147            ! lib/Time/Local.pm lib/Time/Local.t
37148 ____________________________________________________________________________
37149 [ 19701] By: rgs                                   on 2003/06/06  22:50:37
37150         Log: Complement to change #19698 :
37151              add also this information (=> and curly braces doesn't
37152              quote compound identifiers) to the strict manpage.
37153              As an experiment in documentation, add a "HISTORY" section
37154              to the strict manpage.
37155      Branch: perl
37156            ! lib/strict.pm
37157 ____________________________________________________________________________
37158 [ 19700] By: rgs                                   on 2003/06/06  22:31:50
37159         Log: Minor grammatical nit.
37160      Branch: perl
37161            ! README.hpux
37162 ____________________________________________________________________________
37163 [ 19699] By: rgs                                   on 2003/06/06  22:29:38
37164         Log: Subject: [patch] L<perlguts/"API LISTING"> is now L<perlapi>
37165              From: Stas Bekman <stas@stason.org>
37166              Date: Thu, 05 Jun 2003 10:10:36 +1000
37167              Message-ID: <3EDE8A7C.2080302@stason.org>
37168
37169              Subject: [patch] perlguts authors dup
37170              From: Stas Bekman <stas@stason.org>
37171              Date: Thu, 05 Jun 2003 10:14:12 +1000
37172              Message-ID: <3EDE8B54.6090808@stason.org>
37173      Branch: perl
37174            ! pod/perl5005delta.pod pod/perlguts.pod pod/perlxs.pod
37175 ____________________________________________________________________________
37176 [ 19698] By: rgs                                   on 2003/06/06  22:23:56
37177         Log: Clarify that => doesn't quote compound identifiers.
37178      Branch: perl
37179            ! pod/perldata.pod
37180 ____________________________________________________________________________
37181 [ 19696] By: merijn                                on 2003/06/06  12:21:43
37182         Log: Perl *is* 100% 64bit compliant on HP-UX 11.00 and up (as long
37183              as the compiler supports it)
37184      Branch: perl
37185            ! README.hpux
37186 ____________________________________________________________________________
37187 [ 19695] By: jhi                                   on 2003/06/05  18:50:51
37188         Log: Subject: [PATCH] Re: SPUG:-s option doesn't always work!
37189              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
37190              Date: Wed, 04 Jun 2003 00:08:32 -0700
37191              Message-ID: <wrZ3+gzkg2iX092yn@efn.org>
37192      Branch: perl
37193            ! t/run/switches.t toke.c
37194 ____________________________________________________________________________
37195 [ 19694] By: jhi                                   on 2003/06/05  18:37:02
37196         Log: Subject: [PATCH] RE: maint @ 19683
37197              From: Robin Barker <Robin.Barker@npl.co.uk>
37198              Date: Thu, 5 Jun 2003 17:16:58 +0100
37199              Message-ID: <533D273D4014D411AB1D00062938C4D904046564@hotel.npl.co.uk>
37200
37201              (skipped the MIME::Base64 part, leaving that to Gisle)
37202      Branch: perl
37203            ! ext/POSIX/POSIX.xs gv.c op.c perl.c perl.h
37204 ____________________________________________________________________________
37205 [ 19693] By: jhi                                   on 2003/06/05  17:26:04
37206         Log: SKIP label was missing.
37207      Branch: perl
37208            ! t/io/utf8.t
37209 ____________________________________________________________________________
37210 [ 19692] By: jhi                                   on 2003/06/05  16:58:23
37211         Log: z/OS makedepend fix from Peter Prymmer;
37212              still needed as reported by Brian De Pradine.
37213      Branch: perl
37214            ! makedepend.SH
37215 ____________________________________________________________________________
37216 [ 19691] By: jhi                                   on 2003/06/05  16:56:01
37217         Log: Even more getspecific patches from Brian De Pradine;
37218              macrofy the construct.
37219      Branch: perl
37220            ! ext/threads/threads.xs
37221 ____________________________________________________________________________
37222 [ 19690] By: jhi                                   on 2003/06/05  16:19:40
37223         Log: z/OS threads tweak from Brian De Pradine.
37224      Branch: perl
37225            ! ext/threads/threads.xs
37226 ____________________________________________________________________________
37227 [ 19689] By: jhi                                   on 2003/06/05  05:43:31
37228         Log: Upgrade to Time::HiRes 1.48.
37229      Branch: perl
37230            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
37231 ____________________________________________________________________________
37232 [ 19688] By: rgs                                   on 2003/06/04  18:53:48
37233         Log: Prevent a potential null pointer dereference.
37234              Noticed by Ryan Koga <rkoga@caida.org> in
37235              Message-ID: <Pine.BSF.4.44.0306031659090.1489-100000@login.caida.org>
37236      Branch: perl
37237            ! perlio.c
37238 ____________________________________________________________________________
37239 [ 19687] By: jhi                                   on 2003/06/04  18:26:08
37240         Log: Subject: Re: [MacOS X] consider useshrplib='false' by default
37241              From: Andy Dougherty <doughera@lafayette.edu>
37242              Date: Wed, 4 Jun 2003 11:33:29 -0400 (EDT)
37243              Message-ID: <Pine.SOL.4.53.0306041128350.15343@maxwell.phys.lafayette.edu>
37244      Branch: perl
37245            ! hints/darwin.sh
37246 ____________________________________________________________________________
37247 [ 19686] By: jhi                                   on 2003/06/04  11:02:54
37248         Log: On closer reading the proposed UTS#18 update required
37249              even more changes.
37250      Branch: perl
37251            ! lib/unicore/lib/Blank.pl lib/unicore/lib/Graph.pl
37252            ! lib/unicore/lib/Print.pl lib/unicore/lib/Space.pl
37253            ! lib/unicore/lib/SpacePer.pl lib/unicore/lib/Word.pl
37254            ! lib/unicore/mktables
37255 ____________________________________________________________________________
37256 [ 19685] By: jhi                                   on 2003/06/04  10:14:09
37257         Log: Align the 'graph' property definition with the proposed
37258              Unicode UTS #18 update (v7).
37259      Branch: perl
37260            ! lib/unicore/lib/Graph.pl lib/unicore/mktables
37261 ____________________________________________________________________________
37262 [ 19681] By: jhi                                   on 2003/06/04  05:16:38
37263         Log: Subject: [MacOS X] consider useshrplib='false' by default
37264              From: Dan Kogai <dankogai@dan.co.jp>
37265              Date: Wed, 4 Jun 2003 01:29:42 +0900
37266              Message-Id: <94213618-95E0-11D7-8A27-000393AE4244@dan.co.jp>
37267      Branch: perl
37268            ! hints/darwin.sh
37269 ____________________________________________________________________________
37270 [ 19679] By: jhi                                   on 2003/06/03  15:51:36
37271         Log: Urk.  Joe's patches were for the maint branch,
37272              not for the blead (which has assertions and stuff).
37273              Retract #19677, #19676, #19674.
37274      Branch: perl
37275            ! lib/perl5db.pl
37276 ____________________________________________________________________________
37277 [ 19678] By: jhi                                   on 2003/06/03  15:05:19
37278         Log: According to Arthur this should help
37279              #22060 Perl 5.8.0 on FreeBSD 5.0 threads (threads->list) possible bug
37280      Branch: perl
37281            ! ext/threads/threads.xs
37282 ____________________________________________________________________________
37283 [ 19677] By: jhi                                   on 2003/06/03  14:07:06
37284         Log: Tiny tweaks from Joe McMahon.
37285      Branch: perl
37286            ! lib/perl5db.pl
37287 ____________________________________________________________________________
37288 [ 19676] By: jhi                                   on 2003/06/03  12:38:46
37289         Log: Tiny pod and speling tweaks.
37290      Branch: perl
37291            ! lib/perl5db.pl
37292 ____________________________________________________________________________
37293 [ 19674] By: jhi                                   on 2003/06/03  12:20:59
37294         Log: Subject: Extensive documentation patch redux
37295              From: Joe McMahon <mcmahon@ibiblio.org>
37296              Date: Mon, 2 Jun 2003 09:53:40 -0400
37297              Message-Id: <9DB6529E-9501-11D7-9377-000393BCA0FC@ibiblio.org>
37298
37299              Subject: RE: [PATCH] RE: Extensive documentation patch redux
37300              From: Robin Barker <Robin.Barker@npl.co.uk>
37301              Date: Tue, 3 Jun 2003 10:00:22 +0100
37302              Message-ID: <533D273D4014D411AB1D00062938C4D904046555@hotel.npl.co.uk>
37303      Branch: perl
37304            ! lib/perl5db.pl
37305 ____________________________________________________________________________
37306 [ 19673] By: jhi                                   on 2003/06/03  09:51:59
37307         Log: Salvage parts of #19667.
37308      Branch: perl
37309            ! perlio.c win32/win32.c win32/win32iop.h
37310 ____________________________________________________________________________
37311 [ 19672] By: jhi                                   on 2003/06/03  09:26:45
37312         Log: Salvage parts of #19418 (the ext/PerlIO/t/open.t
37313              still is there).
37314      Branch: perl
37315            ! MANIFEST pod/perlfunc.pod
37316 ____________________________________________________________________________
37317 [ 19671] By: merijn                                on 2003/06/03  08:27:07
37318         Log: Subject: Re: [PATCH] perl.h, README.cygwin: Cygwin O_TEXT <> O_BINARY issue
37319              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
37320              Date: Tue, 03 Jun 2003 01:55:06 -0700
37321              Message-ID: <qJG3+gzkgajL092yn@efn.org>
37322      Branch: perl
37323            ! README.cygwin
37324 ____________________________________________________________________________
37325 [ 19670] By: jhi                                   on 2003/06/03  08:04:39
37326         Log: Retract #19667, #19660, #19659, #19658, #19657, #19656,
37327              #19655, #19418; File::Temp no more used internally.
37328              Some parts of these will be salvaged later.
37329      Branch: perl
37330            ! MANIFEST embed.fnc embed.h op.c perlio.c pod/perlfunc.pod
37331            ! proto.h win32/win32.c win32/win32iop.h
37332 ____________________________________________________________________________
37333 [ 19669] By: gsar                                  on 2003/06/02  20:59:39
37334         Log: fix for 09_gen_rs.t#59 failure on windows
37335      Branch: perl
37336            ! lib/Tie/File/t/09_gen_rs.t
37337 ____________________________________________________________________________
37338 [ 19668] By: gsar                                  on 2003/06/02  20:40:19
37339         Log: resurrect change#19628 and make it work by generalizing
37340              a spot that had a hardcoded dependency on the cmd.exe
37341              arguments being "/x/c" or "/c"
37342      Branch: perl
37343            ! pod/perlrun.pod win32/win32.c
37344 ____________________________________________________________________________
37345 [ 19667] By: gsar                                  on 2003/06/02  18:44:34
37346         Log: don't use File::Temp to implement PerlIO_tmpfile() on windows;
37347              reuse the straightforward native implementation instead
37348
37349              this fixes the warning from io_xs.t
37350
37351              NOTE: File::Temp has a less-than-robust implementation on windows
37352              that relies on END blocks being run (this may not happen always)
37353      Branch: perl
37354            ! op.c win32/win32.c win32/win32iop.h
37355 ____________________________________________________________________________
37356 [ 19666] By: gsar                                  on 2003/06/02  18:29:46
37357         Log: change#19628 broke many win32/system.t tests, so back it out
37358      Branch: perl
37359            ! pod/perlrun.pod win32/win32.c
37360 ____________________________________________________________________________
37361 [ 19665] By: rgs                                   on 2003/06/02  18:22:06
37362         Log: A little bit more of weird-code-proofing in B::Deparse.
37363              Fixes a bug reported by Alexey Tourbin in
37364              Message-ID: <20030602085348.GA24023@solemn.turbinal.org>
37365      Branch: perl
37366            ! ext/B/B/Deparse.pm
37367 ____________________________________________________________________________
37368 [ 19664] By: jhi                                   on 2003/06/02  16:41:37
37369         Log: Upgrade to the CGI.pm 2.93.
37370
37371              (Lincoln keeps ripping out the BEGIN/PERL_CORE blocks.  Sigh.)
37372      Branch: perl
37373            + lib/CGI/t/util-58.t
37374            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
37375            ! lib/CGI/Fast.pm lib/CGI/Pretty.pm lib/CGI/Util.pm
37376            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
37377            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
37378            ! lib/CGI/t/html.t lib/CGI/t/push.t lib/CGI/t/request.t
37379            ! lib/CGI/t/switch.t lib/CGI/t/util.t
37380 ____________________________________________________________________________
37381 [ 19663] By: jhi                                   on 2003/06/02  16:16:51
37382         Log: Whitespace tweaks.
37383      Branch: perl
37384            ! hints/uwin.sh
37385 ____________________________________________________________________________
37386 [ 19662] By: jhi                                   on 2003/06/02  16:08:22
37387         Log: U/WIN: final (for now) touches from John P. Linderman;
37388              now we get 97% success rate, the remaining failures are
37389              quite obscure.
37390      Branch: perl
37391            ! hints/uwin.sh lib/locale.t
37392 ____________________________________________________________________________
37393 [ 19661] By: gbarr                                 on 2003/06/02  12:13:35
37394         Log: Sync with libnet 1.14
37395      Branch: perl
37396            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Domain.pm
37397            ! lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/NNTP.pm
37398            ! lib/Net/POP3.pm lib/Net/README.libnet lib/Net/SMTP.pm
37399            ! lib/Net/libnetFAQ.pod lib/Net/t/hostname.t
37400 ____________________________________________________________________________
37401 [ 19660] By: jhi                                   on 2003/06/02  09:28:30
37402         Log: Beautification.
37403      Branch: perl
37404            ! op.c
37405 ____________________________________________________________________________
37406 [ 19659] By: jhi                                   on 2003/06/02  09:07:38
37407         Log: Duplicate definition bad.
37408      Branch: perl
37409            ! op.c
37410 ____________________________________________________________________________
37411 [ 19658] By: jhi                                   on 2003/06/02  09:02:18
37412         Log: I thought I tried building threaded.  Never think.  Try.
37413      Branch: perl
37414            ! perlio.c
37415 ____________________________________________________________________________
37416 [ 19657] By: jhi                                   on 2003/06/02  08:54:04
37417         Log: Stick with the original (5.8.0) logic.
37418      Branch: perl
37419            ! op.c
37420 ____________________________________________________________________________
37421 [ 19656] By: jhi                                   on 2003/06/02  08:28:51
37422         Log: Since pulling in File::Temp for tempfiles would pull in
37423              also Fcntl, miniperl could not open up tempfiles.  This broke
37424              the use of miniperl in VMS, as noticed by Craig Berry.
37425              Try to cure this by moving the creation of tempfile into its
37426              own routine, my_tmpfp(), which gets compiled differently
37427              for miniperl and perl.
37428      Branch: perl
37429            ! embed.fnc embed.h op.c perlio.c proto.h
37430 ____________________________________________________________________________
37431 [ 19655] By: jhi                                   on 2003/06/02  06:54:05
37432         Log: A pointless test, noticed by Craig Berry.
37433      Branch: perl
37434            ! perlio.c
37435 ____________________________________________________________________________
37436 [ 19654] By: rgs                                   on 2003/06/01  07:37:50
37437         Log: Two Cygwin patches from Gerrit.
37438
37439              Subject: [PATCH] perl.h, README.cygwin: Cygwin O_TEXT <> O_BINARY issue
37440              From: "Gerrit P. Haase" <gp@familiehaase.de>
37441              Date: Sat, 31 May 2003 14:12:07 +0200
37442              Message-ID: <179860591535.20030531141207@familiehaase.de>
37443
37444              Subject: [PATCH] t/io/layers.t, Cygwin != DOSISH
37445              Date: Sat, 31 May 2003 13:57:49 +0200
37446              Message-ID: <11859733881.20030531135749@familiehaase.de>
37447      Branch: perl
37448            ! README.cygwin perl.h t/io/layers.t
37449 ____________________________________________________________________________
37450 [ 19652] By: rgs                                   on 2003/05/31  19:54:31
37451         Log: Fix a case of segfault in gv_check(), by making
37452              it ignore non-GV values in stashes.
37453      Branch: perl
37454            ! gv.c t/op/stash.t
37455 ____________________________________________________________________________
37456 [ 19651] By: rgs                                   on 2003/05/31  18:48:59
37457         Log: Don't install test.pl files.
37458      Branch: perl
37459            ! installperl
37460 ____________________________________________________________________________
37461 [ 19650] By: rgs                                   on 2003/05/31  18:47:50
37462         Log: Regenerate internals pods.
37463      Branch: perl
37464            ! pod/perlapi.pod pod/perlintern.pod
37465 ____________________________________________________________________________
37466 [ 19649] By: rgs                                   on 2003/05/31  18:33:07
37467         Log: Subject: [PATCH] jumbo closure patch broke formats
37468              From: Dave Mitchell <davem@fdgroup.com>
37469              Date: Sat, 31 May 2003 19:54:48 +0100
37470              Message-ID: <20030531185448.GA6055@fdgroup.com>
37471              Plus restore the original test script for bug #22372
37472      Branch: perl
37473            ! pad.c t/op/write.t
37474 ____________________________________________________________________________
37475 [ 19648] By: jhi                                   on 2003/05/31  17:37:36
37476         Log: Better patch from Inaba Hiroto for
37477              [perl #22375] 'split'/'index' problem for utf8
37478      Branch: perl
37479            ! sv.c
37480 ____________________________________________________________________________
37481 [ 19647] By: rgs                                   on 2003/05/31  11:46:52
37482         Log: Subject: Re: [perl #22372] [PATCH] sv_chop() broken
37483              From: Enache Adrian <enache@rdslink.ro>
37484              Date: Sat, 31 May 2003 14:18:11 +0300
37485              Message-ID: <20030531111811.GA1240@ratsnest.hole>
37486      Branch: perl
37487            ! t/op/write.t
37488 ____________________________________________________________________________
37489 [ 19646] By: jhi                                   on 2003/05/31  05:40:15
37490         Log: Interesting patch(1) glitch.
37491      Branch: perl
37492            ! lib/Tie/File.pm
37493 ____________________________________________________________________________
37494 [ 19645] By: jhi                                   on 2003/05/31  05:37:10
37495         Log: Subject: Re: [perl #22372] [PATCH] sv_chop() broken
37496              From: Enache Adrian <enache@rdslink.ro>
37497              Date: Fri, 30 May 2003 18:52:28 +0300
37498              Message-ID: <20030530155228.GA872@ratsnest.hole>
37499      Branch: perl
37500            ! sv.c t/op/write.t
37501 ____________________________________________________________________________
37502 [ 19644] By: jhi                                   on 2003/05/31  05:31:11
37503         Log: Subject: [PATCH] ext/Encode/t/perlio.t filename tweak
37504              From: "Craig A. Berry" <craigberry@mac.com>
37505              Date: Fri, 30 May 2003 13:08:01 -0500
37506              Message-ID: <3ED79E01.8050401@mac.com>
37507      Branch: perl
37508            ! ext/Encode/t/perlio.t
37509 ____________________________________________________________________________
37510 [ 19643] By: jhi                                   on 2003/05/31  05:28:56
37511         Log: Upgrade to Tie::File 0.96.
37512      Branch: perl
37513            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
37514            ! lib/Tie/File/t/09_gen_rs.t
37515 ____________________________________________________________________________
37516 [ 19642] By: jhi                                   on 2003/05/30  19:06:02
37517         Log: test.pl-isation.
37518      Branch: perl
37519            ! t/op/index.t
37520 ____________________________________________________________________________
37521 [ 19641] By: jhi                                   on 2003/05/30  15:59:57
37522         Log: A bit of networking notworking negativity.
37523              (Inspiration from Jos.)
37524      Branch: perl
37525            ! pod/perlport.pod
37526 ____________________________________________________________________________
37527 [ 19640] By: jhi                                   on 2003/05/30  05:47:15
37528         Log: Fix for "#22375 'split'/'index' problem for utf8".
37529      Branch: perl
37530            ! sv.c t/op/index.t
37531 ____________________________________________________________________________
37532 [ 19639] By: jhi                                   on 2003/05/29  19:07:35
37533         Log: Add the test case for the already fixed
37534              [perl #22351] perl bug with 'e' substitution modifier
37535      Branch: perl
37536            ! t/op/subst.t
37537 ____________________________________________________________________________
37538 [ 19638] By: jhi                                   on 2003/05/29  18:56:46
37539         Log: Comment tweakage.
37540      Branch: perl
37541            ! intrpvar.h
37542 ____________________________________________________________________________
37543 [ 19637] By: rgs                                   on 2003/05/29  18:47:40
37544         Log: Subject: [PATCH] jumbo closure fix
37545              From: Dave Mitchell <davem@fdgroup.com>
37546              Date: Wed, 26 Feb 2003 14:49:47 +0000
37547              Message-ID: <20030226144947.A14444@fdgroup.com>
37548      Branch: perl
37549            ! embed.fnc embed.h embedvar.h ext/Devel/Peek/Peek.t intrpvar.h
37550            ! op.c pad.c perlapi.h pod/perldiag.pod pod/perlintern.pod
37551            ! pod/perlref.pod proto.h regcomp.c t/lib/warnings/pad
37552            ! t/op/closure.t
37553 ____________________________________________________________________________
37554 [ 19635] By: jhi                                   on 2003/05/29  09:13:06
37555         Log: Subject: Credits patch
37556              From: Ed Avis <ed@membled.com>
37557              Date: Sun, 18 May 2003 18:08:55 +0100 (BST)
37558              Message-ID: <Pine.LNX.4.20L2.0305181807080.10859-100000@budvar.future-i.net>
37559      Branch: perl
37560            ! lib/Tie/RefHash.pm
37561 ____________________________________________________________________________
37562 [ 19634] By: jhi                                   on 2003/05/29  09:11:30
37563         Log: Subject: [patch] IO::File->open() with encoding
37564              From: Pradeep Hodigere <phodigere@yahoo.com>
37565              Date: Mon, 19 May 2003 16:05:47 -0700 (PDT)
37566              Message-ID: <20030519230547.39731.qmail@web12302.mail.yahoo.com>
37567      Branch: perl
37568            + ext/IO/lib/IO/t/io_utf8.t
37569            ! MANIFEST ext/IO/lib/IO/File.pm
37570 ____________________________________________________________________________
37571 [ 19633] By: jhi                                   on 2003/05/29  08:18:09
37572         Log: A *much* cut-down version of the patches in the thread
37573              Subject: [perl #22224] 2 patches to perldiag.pod; for POSIX and Win32 errors
37574              From: Jim Cromie (via RT) <perlbug-followup@perl.org>
37575              Date: 16 May 2003 19:04:28 -0000
37576              Message-Id: <rt-22224-57743.7.22990607358@bugs6.perl.org>
37577      Branch: perl
37578            ! pod/perldiag.pod
37579 ____________________________________________________________________________
37580 [ 19632] By: jhi                                   on 2003/05/29  08:12:46
37581         Log: Subject: [PATCH] $x = $empty_hash{$undef_val} doesn't give a warning
37582              From: Dave Mitchell <davem@fdgroup.com>
37583              Date: Tue, 27 May 2003 19:31:10 +0100
37584              Message-ID: <20030527183110.GA22715@fdgroup.com>
37585      Branch: perl
37586            ! hv.c
37587 ____________________________________________________________________________
37588 [ 19631] By: jhi                                   on 2003/05/29  08:11:42
37589         Log: Document that setvbuf() is not probably any more available.
37590              Many reports, most recently by mjd in
37591              [perl #22339] IO::Handle::setvbuf not defined properly
37592      Branch: perl
37593            ! ext/IO/lib/IO/Handle.pm
37594 ____________________________________________________________________________
37595 [ 19630] By: jhi                                   on 2003/05/29  07:59:51
37596         Log: Subject: typo in pod/perlfunc.pod
37597              From: Alexey Mahotkin <alexm@w-m.ru>
37598              Date: Wed, 28 May 2003 15:18:04 +0400
37599              Message-ID: <878ysrs4k3.fsf@dim.w-m.ru>
37600      Branch: perl
37601            ! pod/perlfunc.pod
37602 ____________________________________________________________________________
37603 [ 19629] By: merijn                                on 2003/05/28  12:24:42
37604         Log: Subject: [PATCH] Re: a2p is linked against too many libraries
37605              From: Andy Dougherty <doughera@lafayette.edu>
37606              Date: Wed, 28 May 2003 09:20:06 -0400 (EDT)
37607              Message-ID: <Pine.SOL.4.53.0305280913350.27138@maxwell.phys.lafayette.edu>
37608      Branch: perl
37609            ! x2p/Makefile.SH
37610 ____________________________________________________________________________
37611 [ 19628] By: jhi                                   on 2003/05/28  05:26:43
37612         Log: Subject: [PATCH] Use "cmd.exe /x/d/c" as the default PERL5SHELL on Windows NT/2K/XP
37613              From: Jan Dubois <jand@ActiveState.com>
37614              Date: Mon, 26 May 2003 23:33:53 -0700
37615              Message-ID: <dv06dv48900iqv5hqddmbc6vt0efvto8d6@4ax.com>
37616      Branch: perl
37617            ! pod/perlrun.pod win32/win32.c
37618 ____________________________________________________________________________
37619 [ 19627] By: jhi                                   on 2003/05/28  05:08:07
37620         Log: OpenZaurus cross-compilation patches from Redvers Davies.
37621      Branch: perl
37622            ! Cross/Makefile Cross/Makefile.SH.patch Cross/README
37623            ! Cross/config.sh-arm-linux Cross/generate_config_sh
37624            ! Cross/installperl.patch
37625 ____________________________________________________________________________
37626 [ 19626] By: jhi                                   on 2003/05/27  06:30:54
37627         Log: For now reword the sysread/syswrite description to
37628              stress the fact that by default everything is still bytes.
37629      Branch: perl
37630            ! pod/perlfunc.pod
37631 ____________________________________________________________________________
37632 [ 19625] By: jhi                                   on 2003/05/26  20:31:56
37633         Log: Subject: Re: [perl #22299] goto doesn't find label
37634              From: Dave Mitchell <davem@fdgroup.com>
37635              Date: Sat, 24 May 2003 12:25:17 +0100
37636              Message-ID: <20030524112517.GA11761@fdgroup.com>
37637
37638              Subject: [PATCH] Re: [perl #22299] goto doesn't find label
37639              From: Dave Mitchell <davem@fdgroup.com>
37640              Date: Mon, 26 May 2003 13:47:11 +0100
37641              Message-ID: <20030526124710.GA17670@fdgroup.com>
37642      Branch: perl
37643            ! pp_ctl.c t/op/goto.t
37644 ____________________________________________________________________________
37645 [ 19623] By: merijn                                on 2003/05/26  11:19:38
37646         Log: Subject: [PATCH] for cygwin/perlld.in
37647              From: "Gerrit P. Haase" <gp@familiehaase.de>
37648              Date: Sat, 24 May 2003 16:51:29 +0200
37649              Message-ID: <162265353578.20030524165129@familiehaase.de>
37650      Branch: perl
37651            ! cygwin/perlld.in
37652 ____________________________________________________________________________
37653 [ 19622] By: jhi                                   on 2003/05/25  18:57:18
37654         Log: Regen modlib and toc.
37655      Branch: perl
37656            ! pod/perlmodlib.pod pod/perltoc.pod
37657 ____________________________________________________________________________
37658 [ 19621] By: jhi                                   on 2003/05/25  18:51:00
37659         Log: Run external commands only with localized sanitized $ENV{PATH}.
37660      Branch: perl
37661            ! ext/Sys/Hostname/Hostname.pm
37662 ____________________________________________________________________________
37663 [ 19620] By: jhi                                   on 2003/05/25  18:39:04
37664         Log: Subject: Re: [PATCH: perlio.h] maint snap @ 19613
37665              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
37666              Date: Sun, 25 May 2003 21:17:42 +0200
37667              Message-ID: <003701c322f2$517fb5e0$0c2f1fac@R2D2>
37668      Branch: perl
37669            ! perlio.h
37670 ____________________________________________________________________________
37671 [ 19619] By: jhi                                   on 2003/05/25  18:36:17
37672         Log: Protect against race conditions: if the pid is not seen,
37673              neither will be the $0 change be seen (and vice versa).
37674      Branch: perl
37675            ! ext/threads/t/join.t
37676 ____________________________________________________________________________
37677 [ 19618] By: jhi                                   on 2003/05/24  19:54:39
37678         Log: Subject: [Encode] Minor bug in piconv induced by Getopt::Long
37679              From: Dan Kogai <dankogai@dan.co.jp>
37680              Date: 24 May 2003 19:50:48 -0000
37681              Message-ID: <20030524195048.16052.qmail@dan-gm.gm.dan.co.jp>
37682      Branch: perl
37683            ! ext/Encode/bin/piconv
37684 ____________________________________________________________________________
37685 [ 19610] By: jhi                                   on 2003/05/24  06:42:52
37686         Log: Subject: [PATCH #2] Re: [perl #22181] goto undefines my() variables
37687              From: Dave Mitchell <davem@fdgroup.com>
37688              Date: Thu, 22 May 2003 10:13:19 +0100
37689              Message-ID: <20030522091319.GA4568@fdgroup.com>
37690
37691              Subject: Re: [PATCH #2] Re: [perl #22181] goto undefines my() variables
37692              From: Dave Mitchell <davem@fdgroup.com>
37693              Date: Fri, 23 May 2003 17:09:44 +0100
37694              Message-ID: <20030523160944.GC9194@fdgroup.com>
37695      Branch: perl
37696            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/t/debug.t
37697            ! ext/B/t/deparse.t op.c op.h t/op/goto.t t/run/switchd.t
37698 ____________________________________________________________________________
37699 [ 19608] By: jhi                                   on 2003/05/24  06:30:40
37700         Log: Missing "to".
37701      Branch: perl
37702            ! NetWare/config_H.wc Porting/config_H config_h.SH
37703            ! plan9/config.plan9 plan9/config_h.sample uconfig.h
37704            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
37705            ! win32/config_H.vc64 wince/config_H.ce
37706 ____________________________________________________________________________
37707 [ 19607] By: jhi                                   on 2003/05/24  06:23:51
37708         Log: Introduce (undefined) pthread_attr_setscope to non-Configure lands.
37709      Branch: perl
37710            ! Cross/config.sh-arm-linux NetWare/config.wc
37711            ! NetWare/config_H.wc configure.com epoc/config.sh
37712            ! plan9/config.plan9 plan9/config_h.sample
37713            ! plan9/config_sh.sample uconfig.h uconfig.sh win32/config.bc
37714            ! win32/config.gc win32/config.vc win32/config.vc64
37715            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
37716            ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
37717 ____________________________________________________________________________
37718 [ 19606] By: jhi                                   on 2003/05/24  06:05:17
37719         Log: Regen Glossary et al.
37720      Branch: perl
37721            ! Porting/Glossary Porting/config.sh Porting/config_H
37722 ____________________________________________________________________________
37723 [ 19604] By: jhi                                   on 2003/05/24  05:57:49
37724         Log: Add a real scan for pthread_attr_setscope().
37725      Branch: perl
37726            ! Configure config_h.SH ext/threads/threads.xs
37727 ____________________________________________________________________________
37728 [ 19603] By: jhi                                   on 2003/05/24  05:32:34
37729         Log: lib/ftp.pl requires the obsoleted (and removed) chat2.pl.
37730      Branch: perl
37731            - lib/ftp.pl
37732            ! MANIFEST
37733 ____________________________________________________________________________
37734 [ 19602] By: jhi                                   on 2003/05/23  17:02:28
37735         Log: Noticed by John P. Linderman.
37736      Branch: perl
37737            ! epoc/epocish.h mpeix/mpeixish.h perl.h unixish.h
37738 ____________________________________________________________________________
37739 [ 19601] By: jhi                                   on 2003/05/23  16:58:04
37740         Log: Subject: [PATCH] RE: state of deparse?
37741              From: Robin Barker <Robin.Barker@npl.co.uk>
37742              Date: Fri, 23 May 2003 17:42:37 +0100
37743              Message-ID: <533D273D4014D411AB1D00062938C4D90404653E@hotel.npl.co.uk>
37744      Branch: perl
37745            ! ext/B/B/Deparse.pm
37746 ____________________________________________________________________________
37747 [ 19600] By: jhi                                   on 2003/05/23  16:55:09
37748         Log: Subject: [PATCH] for Configure -Dnoextensions=Encode
37749              From: Robin Barker <Robin.Barker@npl.co.uk>
37750              Date: Fri, 23 May 2003 17:37:09 +0100
37751              Message-ID: <533D273D4014D411AB1D00062938C4D90404653D@hotel.npl.co.uk>
37752      Branch: perl
37753            ! ext/PerlIO/t/encoding.t ext/PerlIO/t/fallback.t
37754            ! ext/Storable/t/utf8hash.t lib/open.pm lib/open.t
37755 ____________________________________________________________________________
37756 [ 19599] By: jhi                                   on 2003/05/23  16:51:18
37757         Log: Subject: [PATCH] RE: [PATCH] RE: maint snapshot @ 19525
37758              From: Robin Barker <Robin.Barker@npl.co.uk>
37759              Date: Fri, 23 May 2003 17:32:22 +0100
37760              Message-ID: <533D273D4014D411AB1D00062938C4D90404653C@hotel.npl.co.uk>
37761      Branch: perl
37762            ! embed.pl perl.h perlio.c perlio.h proto.h
37763 ____________________________________________________________________________
37764 [ 19598] By: jhi                                   on 2003/05/23  16:05:36
37765         Log: Hasty editing, grumble.
37766      Branch: perl
37767            ! ext/POSIX/POSIX.xs
37768 ____________________________________________________________________________
37769 [ 19597] By: jhi                                   on 2003/05/23  16:02:30
37770         Log: Linewrapping MUAs, grumble.
37771      Branch: perl
37772            ! ext/POSIX/POSIX.xs
37773 ____________________________________________________________________________
37774 [ 19596] By: jhi                                   on 2003/05/23  16:00:51
37775         Log: U/WIN extension fix from John P. Linderman.
37776      Branch: perl
37777            ! ext/POSIX/POSIX.xs
37778 ____________________________________________________________________________
37779 [ 19595] By: jhi                                   on 2003/05/23  14:19:53
37780         Log: Subject: Re: Stateful PerlIO implemented [Was: [perl #22261] Was: Unrecognised BOM...]
37781              From: Dan Kogai <dankogai@dan.co.jp>
37782              Date: Sat, 24 May 2003 00:15:49 +0900
37783              Message-Id: <6F7B29DA-8D31-11D7-9F95-000393AE4244@dan.co.jp>
37784      Branch: perl
37785            ! ext/Encode/Changes ext/Encode/Unicode/Unicode.xs
37786            ! ext/Encode/t/perlio.t ext/PerlIO/encoding/encoding.pm
37787 ____________________________________________________________________________
37788 [ 19594] By: jhi                                   on 2003/05/23  13:06:25
37789         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_03 -> 6.10_04
37790              From: Michael G Schwern <schwern@pobox.com>
37791              Date: Fri, 23 May 2003 02:10:46 -0700
37792              Message-ID: <20030523091046.GB11662@windhund.schwern.org>
37793      Branch: perl
37794            + lib/ExtUtils/META.yml lib/ExtUtils/MakeMaker/bytes.pm
37795            + lib/ExtUtils/t/bytes.t lib/ExtUtils/t/vmsish.t
37796            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Install.pm
37797            ! lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/MM_Any.pm
37798            ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_Unix.pm
37799            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
37800            ! lib/ExtUtils/MakeMaker/FAQ.pod
37801            ! lib/ExtUtils/MakeMaker/Tutorial.pod lib/ExtUtils/Manifest.pm
37802            ! lib/ExtUtils/TODO lib/ExtUtils/t/Install.t
37803            ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/basic.t
37804 ____________________________________________________________________________
37805 [ 19593] By: jhi                                   on 2003/05/23  12:56:23
37806         Log: Subject: Stateful PerlIO implemented [Was: [perl #22261] Was: Unrecognised BOM...]
37807              From: Dan Kogai <dankogai@dan.co.jp>
37808              Date: Fri, 23 May 2003 20:17:16 +0900
37809              Message-Id: <1C123D88-8D10-11D7-B277-000393AE4244@dan.co.jp>
37810      Branch: perl
37811            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
37812            ! ext/Encode/Unicode/Unicode.pm ext/Encode/Unicode/Unicode.xs
37813            ! ext/Encode/lib/Encode/Encoding.pm
37814            ! ext/PerlIO/encoding/encoding.xs
37815 ____________________________________________________________________________
37816 [ 19592] By: jhi                                   on 2003/05/23  12:52:05
37817         Log: Workaround for buggy gcc 2.95.3 in openbsd/sparc64.
37818      Branch: perl
37819            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
37820            ! ext/Time/HiRes/HiRes.xs
37821 ____________________________________________________________________________
37822 [ 19590] By: jhi                                   on 2003/05/22  11:51:46
37823         Log: Subject: Re: [cpan #2629] Wrong assumption in numeric comparison
37824              From: Dan Kogai <dankogai@dan.co.jp>
37825              Date: Thu, 22 May 2003 18:46:40 +0900
37826              Message-Id: <49E36875-8C3A-11D7-9C91-000393AE4244@dan.co.jp>
37827      Branch: perl
37828            ! ext/Encode/encoding.pm
37829 ____________________________________________________________________________
37830 [ 19589] By: rgs                                   on 2003/05/21  21:37:28
37831         Log: Subject: [PATCH] [perl #21887] h2xs becoming enum-aware
37832              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
37833              Date: Tue, 13 May 2003 10:36:32 +0200
37834              Message-id: <20030513083631.GA21782@ethan>
37835      Branch: perl
37836            ! utils/h2xs.PL
37837 ____________________________________________________________________________
37838 [ 19588] By: rgs                                   on 2003/05/21  21:03:04
37839         Log: New warning "Useless localization of %s", based on
37840              Subject: [PATCH] new warning "Useless localization of %s is deprecated"
37841              From: Dave Mitchell <davem@fdgroup.com>
37842              Date: Wed, 30 Apr 2003 21:17:38 +0100
37843              Message-ID: <20030430201738.GA22054@fdgroup.com>
37844
37845              The proposed patch added this warning in the 'deprecated' category ;
37846              I think this category is for things that exist and will be removed,
37847              rather than for things that don't exist and that will maybe be added.
37848      Branch: perl
37849            ! op.c pod/perldiag.pod t/lib/warnings/op
37850 ____________________________________________________________________________
37851 [ 19586] By: rgs                                   on 2003/05/21  19:56:38
37852         Log: Introduce a new preprocessor symbol, PERL_DISABLE_PMC, to
37853              disable the loading of .pmc files if defined.
37854              Rename the function S_doopen_pmc to S_doopen_pm.
37855      Branch: perl
37856            ! Porting/thirdclean embed.fnc embed.h pp_ctl.c proto.h
37857 ____________________________________________________________________________
37858 [ 19585] By: jhi                                   on 2003/05/21  19:28:23
37859         Log: More U/WIN tweaks from John P. Linderman.
37860      Branch: perl
37861            ! t/io/layers.t t/io/tell.t
37862 ____________________________________________________________________________
37863 [ 19584] By: rgs                                   on 2003/05/21  19:27:13
37864         Log: Subject: [PATCH] perldata.pod revamp rev. 3
37865              From: Shlomi Fish <shlomif@vipe.technion.ac.il>
37866              Date: Wed, 14 May 2003 17:46:05 +0300 (IDT)
37867              Message-ID: <Pine.LNX.4.33L2.0305141744520.24207-200000@vipe.technion.ac.il>
37868      Branch: perl
37869            ! pod/perldata.pod
37870 ____________________________________________________________________________
37871 [ 19583] By: jhi                                   on 2003/05/21  19:18:21
37872         Log: Subject: Re: [perl #22231] <$foo> is parsed as glob(' ' . $foo) if Switch.pm is used
37873              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
37874              Date: Mon, 19 May 2003 17:53:25 -0400
37875              Message-ID: <20030519215325.GE1629175@linguist.thayer.dartmouth.edu>
37876
37877              (the bug id corrected to be #22231, not #22238)
37878      Branch: perl
37879            ! lib/Switch.pm
37880 ____________________________________________________________________________
37881 [ 19582] By: jhi                                   on 2003/05/21  14:17:14
37882         Log: MAN3PODS => {} good.  (Was in 5.8.0, has been lost at some point.)
37883      Branch: perl
37884            ! ext/MIME/Base64/Makefile.PL
37885 ____________________________________________________________________________
37886 [ 19581] By: jhi                                   on 2003/05/21  14:15:26
37887         Log: U/WIN test tweak from John P. Linderman.
37888      Branch: perl
37889            ! t/op/chdir.t
37890 ____________________________________________________________________________
37891 [ 19580] By: jhi                                   on 2003/05/21  13:06:13
37892         Log: VMS test tweak from Craig Berry.
37893      Branch: perl
37894            ! lib/DirHandle.t
37895 ____________________________________________________________________________
37896 [ 19579] By: jhi                                   on 2003/05/21  13:03:34
37897         Log: U/WIN test nit for John P. Linderman.
37898      Branch: perl
37899            ! ext/Cwd/t/cwd.t
37900 ____________________________________________________________________________
37901 [ 19578] By: jhi                                   on 2003/05/21  13:01:42
37902         Log: Subject: [Encode] 1.95 released
37903              From: Dan Kogai <dankogai@dan.co.jp>
37904              Date: Wed, 21 May 2003 18:26:26 +0900
37905              Message-Id: <4B8D9AB5-8B6E-11D7-848A-000393AE4244@dan.co.jp>
37906      Branch: perl
37907            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/MANIFEST
37908            ! ext/Encode/META.yml ext/Encode/Unicode/Unicode.pm
37909            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/Config.pm
37910            ! ext/Encode/lib/Encode/Unicode/UTF7.pm ext/Encode/t/Unicode.t
37911            ! ext/Encode/ucm/8859-1.ucm ext/Encode/ucm/8859-10.ucm
37912            ! ext/Encode/ucm/8859-11.ucm ext/Encode/ucm/8859-13.ucm
37913            ! ext/Encode/ucm/8859-14.ucm ext/Encode/ucm/8859-15.ucm
37914            ! ext/Encode/ucm/8859-16.ucm ext/Encode/ucm/8859-2.ucm
37915            ! ext/Encode/ucm/8859-3.ucm ext/Encode/ucm/8859-4.ucm
37916            ! ext/Encode/ucm/8859-5.ucm ext/Encode/ucm/8859-6.ucm
37917            ! ext/Encode/ucm/8859-7.ucm ext/Encode/ucm/8859-8.ucm
37918            ! ext/Encode/ucm/8859-9.ucm
37919 ____________________________________________________________________________
37920 [ 19575] By: rgs                                   on 2003/05/20  19:22:30
37921         Log: Enhance the failure reporting for the pod2html tests
37922      Branch: perl
37923            ! lib/Pod/t/htmlview.t lib/Pod/t/pod2html-lib.pl
37924 ____________________________________________________________________________
37925 [ 19574] By: rgs                                   on 2003/05/20  18:52:21
37926         Log: Upgrade to Getopt::Long 2.33
37927              (mostly a version number increment)
37928      Branch: perl
37929            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
37930            ! lib/Getopt/Long/README
37931 ____________________________________________________________________________
37932 [ 19573] By: rgs                                   on 2003/05/20  18:43:37
37933         Log: Upgrade to CPAN 1.70_54
37934              Subject: Re: CPAN.pm into blead
37935              From: Andreas J Koenig <andreas.koenig@anima.de>
37936              Date: Tue, 20 May 2003 11:31:16 +0200
37937              Message-ID: <87of1y6k2j.fsf@franz.ak.mind.de>
37938      Branch: perl
37939            - lib/CPAN/README
37940            ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
37941 ____________________________________________________________________________
37942 [ 19571] By: jhi                                   on 2003/05/19  19:52:23
37943         Log: Further -Uuseperlio tweaking.
37944      Branch: perl
37945            ! ext/Encode/t/Unicode.t
37946 ____________________________________________________________________________
37947 [ 19570] By: rgs                                   on 2003/05/19  19:20:48
37948         Log: Subject: Re: Possible precedence problem on bitwise ^ operator
37949              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
37950              Date: Sun, 18 May 2003 19:21:01 -0700
37951              Message-ID: <N+Dy+gzkg+XX092yn@efn.org>
37952              (with tweaks to perldiag.pod)
37953      Branch: perl
37954            ! op.c pod/perldiag.pod
37955 ____________________________________________________________________________
37956 [ 19569] By: jhi                                   on 2003/05/19  19:02:23
37957         Log: More Ultrix double definition avoidance.
37958      Branch: perl
37959            ! ext/Socket/Socket.xs
37960 ____________________________________________________________________________
37961 [ 19566] By: jhi                                   on 2003/05/19  04:58:25
37962         Log: Integrate perlio:
37963              [ 19556]
37964              Fix ticket 18265
37965
37966              [ 19557]
37967              EINTR retry should exit on count >= 0 not !=0
37968      Branch: perl
37969           !> perlio.c
37970 ____________________________________________________________________________
37971 [ 19565] By: jhi                                   on 2003/05/19  04:56:16
37972         Log: Nekkid numbers.
37973      Branch: perl
37974            ! ext/threads/threads.xs
37975 ____________________________________________________________________________
37976 [ 19564] By: jhi                                   on 2003/05/19  04:52:49
37977         Log: Meaningless cosmetics.
37978      Branch: perl
37979            ! ext/threads/threads.xs
37980 ____________________________________________________________________________
37981 [ 19563] By: jhi                                   on 2003/05/19  04:47:53
37982         Log: Make Perl_ithread_self() a bit more helpful when
37983              finding the thread fails (suggested by Stas in
37984              perl-ithreads Mar 01)
37985      Branch: perl
37986            ! ext/threads/threads.xs
37987 ____________________________________________________________________________
37988 [ 19562] By: jhi                                   on 2003/05/19  04:40:11
37989         Log: Slightly wrong panic messages.
37990      Branch: perl
37991            ! ext/threads/threads.xs
37992 ____________________________________________________________________________
37993 [ 19561] By: jhi                                   on 2003/05/19  04:33:31
37994         Log: Ultrix: the #19435 helped the IO extension, so this should
37995              help the Socket extension (socket structs redefinitions).
37996      Branch: perl
37997            ! ext/Socket/Socket.xs
37998 ____________________________________________________________________________
37999 [ 19560] By: jhi                                   on 2003/05/19  04:30:01
38000         Log: Based on
38001
38002              Subject: [PATCH threads.xs] no system scope on VMS
38003              From: "Craig A. Berry" <craigberry@mac.com>
38004              Date: Sun, 18 May 2003 23:02:07 -0500
38005              Message-ID: <3EC8573F.6050005@mac.com>
38006
38007              but instead go for #ifdef PTHREAD_SCOPE_SYSTEM.
38008      Branch: perl
38009            ! ext/threads/threads.xs
38010 ____________________________________________________________________________
38011 [ 19559] By: jhi                                   on 2003/05/19  04:24:27
38012         Log: Make the test work without perlio, from Dan Kogai.
38013      Branch: perl
38014            ! ext/Encode/t/Unicode.t
38015 ____________________________________________________________________________
38016 [ 19558] By: rgs                                   on 2003/05/18  21:40:10
38017         Log: Subject: [PATCH] Re: [PATCH pod/perlsyn.pod pod/perltrap.pod] Unseding perlsyn
38018              From: Michael G Schwern <schwern@pobox.com>
38019              Date: Wed, 14 May 2003 15:36:23 -0700
38020              Message-ID: <20030514223623.GD23350@windhund.schwern.org>
38021      Branch: perl
38022            ! pod/perlsyn.pod pod/perltrap.pod
38023 ____________________________________________________________________________
38024 [ 19552] By: jhi                                   on 2003/05/18  07:57:23
38025         Log: Integrate from perlio:
38026              [ 19542]
38027              Fix ticket #22219
38028
38029              [ 19543]
38030              Spotted a bare close() where PerlLIO_close() seems correct.
38031      Branch: perl
38032           !> doio.c perlio.c
38033 ____________________________________________________________________________
38034 [ 19550] By: jhi                                   on 2003/05/18  06:23:50
38035         Log: UTF-7 tweak from Dan Kogai.
38036      Branch: perl
38037            ! ext/Encode/lib/Encode/Unicode/UTF7.pm
38038 ____________________________________________________________________________
38039 [ 19549] By: jhi                                   on 2003/05/18  05:58:58
38040         Log: The 'quotes' really are important (caught by Enache Adrian).
38041      Branch: perl
38042            ! Makefile.SH
38043 ____________________________________________________________________________
38044 [ 19548] By: jhi                                   on 2003/05/17  16:39:19
38045         Log: Subject: [Encode] UTF-7 Support
38046              From: Dan Kogai <dankogai@dan.co.jp>
38047              Date: Sun, 18 May 2003 00:45:35 +0900
38048              Message-Id: <99C4504E-887E-11D7-840A-000393AE4244@dan.co.jp>
38049      Branch: perl
38050            + ext/Encode/lib/Encode/Unicode/UTF7.pm
38051            ! MANIFEST ext/Encode/Changes ext/Encode/MANIFEST
38052            ! ext/Encode/Unicode/Unicode.pm ext/Encode/lib/Encode/Alias.pm
38053            ! ext/Encode/lib/Encode/Config.pm
38054            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Unicode.t
38055 ____________________________________________________________________________
38056 [ 19547] By: jhi                                   on 2003/05/17  16:26:47
38057         Log: Old (4.2BSD, like Ultrix) Bourne shells do not understand
38058              non-left-aligned heredocs.
38059      Branch: perl
38060            ! Makefile.SH
38061 ____________________________________________________________________________
38062 [ 19545] By: jhi                                   on 2003/05/17  15:51:07
38063         Log: Subject: Re: Last Call For (Least) Favourite Issues For 5.8.1
38064              From: Alan Burlison <Alan.Burlison@sun.com>
38065              Date: Thu, 15 May 2003 22:17:55 +0100
38066              Message-ID: <3EC40403.9000804@sun.com>
38067
38068              (fixed symbol scanning for Solaris 10)
38069      Branch: perl
38070            ! Configure
38071 ____________________________________________________________________________
38072 [ 19541] By: rgs                                   on 2003/05/17  12:10:14
38073         Log: Upgrade to Getopt::Long 2.32_05
38074      Branch: perl
38075            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
38076            ! lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
38077            ! lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
38078            ! lib/Getopt/Long/t/gol-oo.t
38079 ____________________________________________________________________________
38080 [ 19540] By: rgs                                   on 2003/05/17  11:46:25
38081         Log: Clarify the explanation of the warning "Possible precedence problem
38082              on bitwise operator".
38083      Branch: perl
38084            ! pod/perldiag.pod
38085 ____________________________________________________________________________
38086 [ 19539] By: rgs                                   on 2003/05/17  11:36:08
38087         Log: Fix bug #22216 : B::Deparse can't handle "use Module Version"
38088              with fractional version numbers or v-strings.
38089      Branch: perl
38090            ! ext/B/B/Deparse.pm
38091 ____________________________________________________________________________
38092 [ 19537] By: gsar                                  on 2003/05/17  06:32:46
38093         Log: missing init in change#19533
38094      Branch: perl
38095            ! win32/win32sck.c
38096 ____________________________________________________________________________
38097 [ 19536] By: gsar                                  on 2003/05/17  06:07:07
38098         Log: apply Net::Ping patch that makes the fork()-based approach
38099              work better on windows (Marcus Holland-Moritz <mhx-perl@gmx.net>)
38100
38101              the code this affects is currently not enabled anywhere, but
38102              could be enabled if the non-blocking approach runs into problems
38103              on older windows versions
38104      Branch: perl
38105            ! lib/Net/Ping.pm
38106 ____________________________________________________________________________
38107 [ 19535] By: gsar                                  on 2003/05/17  05:54:39
38108         Log: improve the implementation of Net::Ping on windows by avoiding
38109              fork(), which is pretty heavy-weight for this kind of
38110              application; use non-blocking sockets instead
38111
38112              has been verified to work on Win2k but will need testing on
38113              other flavors of windows
38114
38115              there is a single known failure on windows in 450_service.t (test 18)
38116              due to what appears to be bugs in the ping_syn()/ack() code
38117      Branch: perl
38118            ! lib/Net/Ping.pm
38119 ____________________________________________________________________________
38120 [ 19534] By: gsar                                  on 2003/05/17  04:53:06
38121         Log: change#16723 broke the ioctl() return value on platforms
38122              that have ioctl() but no fcntl() (e.g. windows)
38123
38124              change#17577 then attempted to fix the bustage, but got
38125              it wrong
38126      Branch: perl
38127            ! pp_sys.c
38128 ____________________________________________________________________________
38129 [ 19533] By: gsar                                  on 2003/05/17  04:49:18
38130         Log: avoid select() on windows destroying errno (used to typically
38131              always sets it to EINVAL due to the way it maps the FD_SETs)
38132      Branch: perl
38133            ! win32/win32sck.c
38134 ____________________________________________________________________________
38135 [ 19532] By: jhi                                   on 2003/05/16  18:21:27
38136         Log: The suggested patch for [perl #22201] "patch: perl 5.8.0
38137              compile error on ia64/HP-UX (comparing incompatible pointers)"
38138              plus a possible cure for the warning mentioned in the case.
38139      Branch: perl
38140            ! ext/Storable/Storable.xs
38141 ____________________________________________________________________________
38142 [ 19531] By: jhi                                   on 2003/05/16  17:56:06
38143         Log: Apply the supplied patch for [perl #22195]
38144              "File::Find, sorted directory traversal order is inverted"
38145      Branch: perl
38146            ! lib/File/Find.pm
38147 ____________________________________________________________________________
38148 [ 19528] By: jhi                                   on 2003/05/16  15:56:33
38149         Log: Subject: [PATCH] RE: maint snapshot @ 19525
38150              From: Robin Barker <Robin.Barker@npl.co.uk>
38151              Date: Fri, 16 May 2003 17:16:57 +0100
38152              Message-ID: <533D273D4014D411AB1D00062938C4D90404651D@hotel.npl.co.uk>
38153
38154              (Part #2: the hv.c SVf)
38155      Branch: perl
38156            ! hv.c
38157 ____________________________________________________________________________
38158 [ 19527] By: jhi                                   on 2003/05/16  15:55:10
38159         Log: Subject: [PATCH] RE: maint snapshot @ 19525
38160              From: Robin Barker <Robin.Barker@npl.co.uk>
38161              Date: Fri, 16 May 2003 17:16:57 +0100
38162              Message-ID: <533D273D4014D411AB1D00062938C4D90404651D@hotel.npl.co.uk>
38163
38164              (Part #1: the __format__ and __printf__)
38165      Branch: perl
38166            ! Configure embed.pl perlio.c proto.h
38167 ____________________________________________________________________________
38168 [ 19523] By: jhi                                   on 2003/05/14  05:19:05
38169         Log: Subject: Re: [PATCH] Sync up MIME-Base64 to latest on CPAN
38170              From: Gisle Aas <gisle@ActiveState.com>
38171              Date: 13 May 2003 19:51:19 -0700
38172              Message-ID: <lrptmmw89k.fsf@caliper.activestate.com>
38173      Branch: perl
38174            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
38175            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
38176            ! ext/MIME/Base64/t/quoted-print.t
38177 ____________________________________________________________________________
38178 [ 19522] By: jhi                                   on 2003/05/14  05:11:49
38179         Log: More Panther moves.
38180      Branch: perl
38181            ! Makefile.SH hints/darwin.sh
38182 ____________________________________________________________________________
38183 [ 19521] By: jhi                                   on 2003/05/13  19:33:44
38184         Log: Curliff and liff with ease.
38185      Branch: perl
38186            + Porting/curliff.pl
38187            ! MANIFEST
38188 ____________________________________________________________________________
38189 [ 19520] By: jhi                                   on 2003/05/13  18:59:51
38190         Log: Use /usr/bin/perl (de facto in Porting/ scripts).
38191      Branch: perl
38192            ! Porting/sort_perldiag.pl
38193 ____________________________________________________________________________
38194 [ 19518] By: jhi                                   on 2003/05/13  18:53:48
38195         Log: Subject: [PATCH] [perl #8599] s/catenate/concatenate/
38196              From: Casey West <casey@geeknest.com>
38197              Date: Fri, 9 May 2003 04:00:44 -0400
38198              Message-ID: <20030509080044.GA49820@geeknest.com>
38199
38200              (except for the dup.t patch which diddled with system().)
38201      Branch: perl
38202            ! Configure NetWare/config_H.wc Porting/config_H README.Y2K
38203            ! config_h.SH lib/File/Spec.pm lib/File/Spec/Unix.pm
38204            ! plan9/config.plan9 plan9/config_h.sample uconfig.h
38205            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
38206            ! win32/config_H.vc64 wince/config_H.ce
38207 ____________________________________________________________________________
38208 [ 19517] By: jhi                                   on 2003/05/13  18:39:40
38209         Log: Subject: [PATCH] Sync up MIME-Base64 to latest on CPAN
38210              From: Gisle Aas <gisle@ActiveState.com>
38211              Date: 13 May 2003 09:59:50 -0700
38212              Message-ID: <lru1byzss9.fsf@caliper.activestate.com>
38213      Branch: perl
38214            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
38215            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
38216            ! ext/MIME/Base64/t/quoted-print.t
38217 ____________________________________________________________________________
38218 [ 19516] By: jhi                                   on 2003/05/13  18:37:11
38219         Log: Subject: [PATCH] More perldiag.pod sorting
38220              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
38221              Date: Tue, 13 May 2003 15:13:53 -0400
38222              Message-ID: <20030513191353.GB1556429@linguist.thayer.dartmouth.edu>
38223
38224              (plus add 'no locale;')
38225      Branch: perl
38226            + Porting/sort_perldiag.pl
38227            ! MANIFEST pod/perldiag.pod
38228 ____________________________________________________________________________
38229 [ 19514] By: jhi                                   on 2003/05/13  17:38:09
38230         Log: Detypo.
38231      Branch: perl
38232            ! lib/Unicode/UCD.pm
38233 ____________________________________________________________________________
38234 [ 19512] By: gsar                                  on 2003/05/13  13:28:42
38235         Log: make it easier to reproduce the bug
38236      Branch: perl
38237            ! lib/Tie/File.pm
38238 ____________________________________________________________________________
38239 [ 19511] By: gsar                                  on 2003/05/13  13:08:47
38240         Log: the \do {local *FH} trick in Tie::File was really only needed
38241              on 5.005 and earlier, since later versions can autovivify
38242              the handle
38243
38244              however, a search in the p5p archives reveals the trick doesn't
38245              fully work in the versions it is needed in, so use the more
38246              standard Symbol::gensym() way
38247      Branch: perl
38248            ! lib/Tie/File.pm lib/Tie/File/t/09_gen_rs.t
38249 ____________________________________________________________________________
38250 [ 19510] By: gsar                                  on 2003/05/13  12:36:01
38251         Log: $Config{usethreads} wasn't being set on windows
38252      Branch: perl
38253            ! win32/Makefile win32/makefile.mk
38254 ____________________________________________________________________________
38255 [ 19509] By: jhi                                   on 2003/05/13  12:24:19
38256         Log: Reinstate the #19498 but now skip the crashing
38257              tests (when threaded) as TODOs.
38258      Branch: perl
38259            ! lib/Tie/File.pm lib/Tie/File/t/09_gen_rs.t
38260 ____________________________________________________________________________
38261 [ 19508] By: jhi                                   on 2003/05/13  11:22:06
38262         Log: Revert #19498 since it broke threaded builds.
38263      Branch: perl
38264            ! lib/Tie/File.pm
38265 ____________________________________________________________________________
38266 [ 19507] By: jhi                                   on 2003/05/13  05:20:56
38267         Log: Better be explicit with dangling elses.
38268      Branch: perl
38269            ! pp.c
38270 ____________________________________________________________________________
38271 [ 19506] By: jhi                                   on 2003/05/13  04:46:18
38272         Log: Detypo Pantherisms.
38273      Branch: perl
38274            ! Makefile.SH hints/darwin.sh
38275 ____________________________________________________________________________
38276 [ 19505] By: rgs                                   on 2003/05/12  21:49:21
38277         Log: Subject: Re: Bug stomping fun. [PATCH: bug #1016]
38278              From: Alex Vandiver <alexmv@MIT.EDU>
38279              Date: 02 May 2003 06:45:05 -0400
38280              Message-Id: <1051872303.26203.104.camel@supox>
38281              (plus perldiag nit)
38282      Branch: perl
38283            ! dump.c gv.c hv.c pod/perldiag.pod pp.c pp_hot.c sv.c
38284            ! t/comp/package.t
38285 ____________________________________________________________________________
38286 [ 19504] By: rgs                                   on 2003/05/12  20:52:52
38287         Log: Small nit in perlsyn about the new // operator
38288      Branch: perl
38289            ! pod/perlsyn.pod
38290 ____________________________________________________________________________
38291 [ 19503] By: rgs                                   on 2003/05/12  19:43:07
38292         Log: Use a more sophisticated heuristics to produce the warning
38293              'Parentheses missing around "%s" list'. This fixes bug #22147.
38294              Also, the warning is now produced for C<local *a,*b;>.
38295      Branch: perl
38296            ! op.c t/lib/warnings/op
38297 ____________________________________________________________________________
38298 [ 19502] By: jhi                                   on 2003/05/12  19:34:10
38299         Log: Work also without perlio.
38300      Branch: perl
38301            ! t/io/dup.t
38302 ____________________________________________________________________________
38303 [ 19500] By: jhi                                   on 2003/05/12  05:25:14
38304         Log: Panther preparation.
38305      Branch: perl
38306            ! Makefile.SH hints/darwin.sh
38307 ____________________________________________________________________________
38308 [ 19499] By: jhi                                   on 2003/05/12  04:49:57
38309         Log: More moves to intrpvar.h.
38310      Branch: perl
38311            ! embedvar.h intrpvar.h perlapi.h perlvars.h sv.c
38312 ____________________________________________________________________________
38313 [ 19498] By: gsar                                  on 2003/05/12  01:40:46
38314         Log: fix for Tie::File test failures on windows: the problem was
38315              that Tie::File did not close any file handles it opens internally,
38316              leading to file handle leaks and t/tf* temporary file littering;
38317              we now close the handle iff Tie::File opened it
38318
38319              this fix unearths what appears to be a perl bug in localizing globs:
38320              09_gen_rs.t fails due to a prematurely closed filehandle, although
38321              it wasn't explicitly closed anywhere by the code (renaming the
38322              *FH at line 97 to *FH1 makes it work, but I haven't done this
38323              to allow the bug to be tracked down)
38324      Branch: perl
38325            ! lib/Tie/File.pm
38326 ____________________________________________________________________________
38327 [ 19497] By: jhi                                   on 2003/05/11  20:17:30
38328         Log: Move the thread *hook into interpreter.
38329      Branch: perl
38330            ! embedvar.h intrpvar.h perlapi.h perlvars.h sv.c
38331 ____________________________________________________________________________
38332 [ 19496] By: rgs                                   on 2003/05/11  20:06:03
38333         Log: Subject: [PATCH] [perl #7391] Perl crashes with certain write() formats.
38334              From: Dave Mitchell <davem@fdgroup.com>
38335              Date: Sat, 10 May 2003 01:45:23 +0100
38336              Message-ID: <20030510004523.GC20871@fdgroup.com>
38337      Branch: perl
38338            ! pp_ctl.c
38339 ____________________________________________________________________________
38340 [ 19495] By: rgs                                   on 2003/05/11  20:01:10
38341         Log: Open UNIX is not really "formerly Unixware", since the most
38342              recent releases are known as Unixware, not as Open UNIX.
38343      Branch: perl
38344            ! pod/perlport.pod
38345 ____________________________________________________________________________
38346 [ 19494] By: jhi                                   on 2003/05/11  19:52:38
38347         Log: Slight tweaks to the platform list.
38348      Branch: perl
38349            ! pod/perlport.pod
38350 ____________________________________________________________________________
38351 [ 19493] By: rgs                                   on 2003/05/11  19:13:00
38352         Log: Subject: Re: [PATCH] [perl #8636] [perl #8634] Both patches together for perlop
38353              From: Casey West <casey@geeknest.com>
38354              Date: Fri, 9 May 2003 10:30:13 -0400
38355              Message-ID: <20030509143013.GM49820@geeknest.com>
38356      Branch: perl
38357            ! pod/perlop.pod
38358 ____________________________________________________________________________
38359 [ 19492] By: rgs                                   on 2003/05/11  19:04:27
38360         Log: perlport.pod nit for doc bug #8253.
38361      Branch: perl
38362            ! pod/perlport.pod
38363 ____________________________________________________________________________
38364 [ 19491] By: jhi                                   on 2003/05/11  17:50:49
38365         Log: Use test.pl.
38366      Branch: perl
38367            ! t/io/fflush.t
38368 ____________________________________________________________________________
38369 [ 19490] By: jhi                                   on 2003/05/11  17:46:09
38370         Log: Try to handle a $^X with spaces in it.
38371      Branch: perl
38372            ! t/test.pl
38373 ____________________________________________________________________________
38374 [ 19489] By: jhi                                   on 2003/05/11  17:44:28
38375         Log: Separate the creation of the command to run by
38376              runperl() into its own function, _create_runperl().
38377      Branch: perl
38378            ! t/test.pl
38379 ____________________________________________________________________________
38380 [ 19488] By: jhi                                   on 2003/05/11  16:52:00
38381         Log: Fixup the method behaviour table.
38382      Branch: perl
38383            ! pod/perliol.pod
38384 ____________________________________________________________________________
38385 [ 19487] By: jhi                                   on 2003/05/11  16:43:26
38386         Log: Integrate from perlio:
38387              [ 19474]
38388              Tweaks to Jarkko's NULL deref checks in perlio.c
38389
38390              [ 19475]
38391              Fix for bugs 21717 and 22140.
38392              Win32's lseek claims to have succeeded in pipes etc. Which confuses :perlio
38393              and derived layers. So have :unix's "pushed" method stat() the fd and
38394              cache non S_ISREG nature. Have Unix_seek fail if fd is NOT S_ISREG to match
38395              UNIX behaviour.
38396
38397              [ 19479]
38398              Better but still unproven fix for lseek() on pipes.
38399
38400              [ 19483]
38401              Unused variable
38402
38403              [ 19485]
38404              Tests to prove Ticket 9468 is fixed.
38405
38406              [ 19486]
38407              add test for change#19475,19479 (bugs#21717,22140)
38408      Branch: perl
38409           !> ext/Encode/Encode.xs perlio.c perliol.h t/io/dup.t
38410           !> t/io/fflush.t
38411 ____________________________________________________________________________
38412 [ 19484] By: gsar                                  on 2003/05/11  15:37:14
38413         Log: fix Embed.t failure on windows: PERL_SYS_TERM() is implemented
38414              in terms of an exported function rather than as an inlined
38415              macro (latter wants PL_op_mutex which isn't exported as such)
38416
38417              Jarkko: please merge into maint-5.8
38418      Branch: perl
38419            ! dosish.h makedef.pl win32/win32.c win32/win32.h
38420 ____________________________________________________________________________
38421 [ 19482] By: jhi                                   on 2003/05/11  07:53:26
38422         Log: Test _getcode().
38423      Branch: perl
38424            ! lib/Unicode/UCD.t
38425 ____________________________________________________________________________
38426 [ 19481] By: jhi                                   on 2003/05/11  06:25:08
38427         Log: Clarify the doc (and the code) for Unicode code points.
38428      Branch: perl
38429            ! lib/Unicode/UCD.pm
38430 ____________________________________________________________________________
38431 [ 19480] By: jhi                                   on 2003/05/11  06:18:06
38432         Log: Another doc suggestion from terry@eatoni.com (terry jones):
38433              use codepoints that return undef.
38434      Branch: perl
38435            ! lib/Unicode/UCD.pm
38436 ____________________________________________________________________________
38437 [ 19478] By: jhi                                   on 2003/05/10  19:01:17
38438         Log: Add Encode's META.yml.
38439      Branch: perl
38440            + ext/Encode/META.yml
38441            ! MANIFEST
38442 ____________________________________________________________________________
38443 [ 19477] By: jhi                                   on 2003/05/10  18:59:29
38444         Log: Upgrade to Encode 1.94.
38445      Branch: perl
38446            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
38447            ! ext/Encode/MANIFEST ext/Encode/bin/piconv
38448            ! ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/enc_module.t
38449            ! ext/Encode/t/mime-header.t
38450 ____________________________________________________________________________
38451 [ 19476] By: jhi                                   on 2003/05/10  18:56:08
38452         Log: Doc bug noticed by terry@eatoni.com (terry jones).
38453      Branch: perl
38454            ! lib/Unicode/UCD.pm
38455 ____________________________________________________________________________
38456 [ 19472] By: jhi                                   on 2003/05/10  10:55:49
38457         Log: Try to plug more potential PerlIO NULL method
38458              dereferences; try to document the matter.
38459      Branch: perl
38460            ! perlio.c pod/perliol.pod
38461 ____________________________________________________________________________
38462 [ 19471] By: jhi                                   on 2003/05/10  07:07:30
38463         Log: UseNicerNames instead of SHOUTING_LIKE_THIS.
38464      Branch: perl
38465            ! perlio.c
38466 ____________________________________________________________________________
38467 [ 19470] By: jhi                                   on 2003/05/10  06:51:24
38468         Log: In eof() the errno can get stomped by the peek-ahead.
38469      Branch: perl
38470            ! doio.c ext/Socket/socketpair.t
38471 ____________________________________________________________________________
38472 [ 19469] By: rgs                                   on 2003/05/09  21:33:15
38473         Log: A regression test for the remaining "Final $ should be..." error.
38474      Branch: perl
38475            ! t/comp/parser.t
38476 ____________________________________________________________________________
38477 [ 19468] By: rgs                                   on 2003/05/09  21:23:57
38478         Log: Remove the error messages "Final @ should be \@ or @name"
38479              and "Final % should be \% or %name", that appear to be
38480              only produced in addition to another syntax error, and therefore
38481              misleading, if I understand correctly that kind of black magic.
38482      Branch: perl
38483            ! pod/perldiag.pod toke.c
38484 ____________________________________________________________________________
38485 [ 19467] By: jhi                                   on 2003/05/09  20:11:18
38486         Log: Have to think this test more when I'm awake.
38487      Branch: perl
38488            ! ext/Socket/socketpair.t
38489 ____________________________________________________________________________
38490 [ 19466] By: rgs                                   on 2003/05/09  19:56:37
38491         Log: Document that perl tries to load .pmc files before .pm files.
38492              Subject: Re: [perl #8860] [not RESOLVED] .pmc extension not documented in require
38493              From: Casey West <casey@geeknest.com>
38494              Date: Fri, 9 May 2003 17:03:50 -0400
38495              Message-ID: <20030509210350.GW49820@geeknest.com>
38496      Branch: perl
38497            ! pod/perlfunc.pod
38498 ____________________________________________________________________________
38499 [ 19465] By: rgs                                   on 2003/05/09  19:47:49
38500         Log: Fix for doc bug #8602 : clarify eof() example comments
38501      Branch: perl
38502            ! pod/perlfunc.pod
38503 ____________________________________________________________________________
38504 [ 19464] By: rgs                                   on 2003/05/09  19:34:30
38505         Log: Subject: [PATCH] [perl #8702] Clean up perltrap mis-information
38506              From: Casey West <casey@geeknest.com>
38507              Date: Fri, 9 May 2003 11:09:39 -0400
38508              Message-ID: <20030509150939.GN49820@geeknest.com>
38509      Branch: perl
38510            ! pod/perltrap.pod
38511 ____________________________________________________________________________
38512 [ 19463] By: rgs                                   on 2003/05/09  19:33:25
38513         Log: Subject: Re: [DOC PATCH] [perl #1165] crypt accepts any character as salt
38514              From: Casey West <casey@geeknest.com>
38515              Date: Fri, 9 May 2003 15:25:59 -0400
38516              Message-ID: <20030509192559.GS49820@geeknest.com>
38517      Branch: perl
38518            ! pod/perlfunc.pod
38519 ____________________________________________________________________________
38520 [ 19462] By: jhi                                   on 2003/05/09  18:53:27
38521         Log: Try to comprehensively have a plan B if a PerlIO
38522              layer doesn't have a particular function.
38523              (1) If there's a corresponding PerlIOBase, call it.
38524              (2) If not having the function is 'harmless', be silently happy.
38525              (Currently only Flush is in this category.)
38526              (3) Otherwise set errno and return failure.
38527      Branch: perl
38528            ! perlio.c
38529 ____________________________________________________________________________
38530 [ 19461] By: rgs                                   on 2003/05/09  18:45:39
38531         Log: Subject: [PATCH] [perl #8703] unescaped @ is fine
38532              From: Casey West <casey@geeknest.com>
38533              Date: Fri, 9 May 2003 11:17:53 -0400
38534              Message-ID: <20030509151753.GO49820@geeknest.com>
38535      Branch: perl
38536            ! pod/perltrap.pod
38537 ____________________________________________________________________________
38538 [ 19460] By: jhi                                   on 2003/05/09  14:25:49
38539         Log: Add the PerlIOBase_noop_* to the public API as suggested by Stas.
38540      Branch: perl
38541            ! makedef.pl
38542 ____________________________________________________________________________
38543 [ 19459] By: jhi                                   on 2003/05/09  14:22:08
38544         Log: Result of change #19458.
38545      Branch: perl
38546            ! MANIFEST
38547 ____________________________________________________________________________
38548 [ 19458] By: jhi                                   on 2003/05/09  14:21:51
38549         Log: Subject: Weekend fun: MANIFEST sorting
38550              From: andreas.koenig@anima.de (Andreas J. Koenig)
38551              Date: Fri, 09 May 2003 15:12:05 +0200
38552              Message-ID: <m3y91g463e.fsf@franz.ak.mind.de>
38553
38554              (both sorts need LC_ALL=C)
38555              (add also manicheck target)
38556      Branch: perl
38557            ! Makefile.SH
38558 ____________________________________________________________________________
38559 [ 19457] By: jhi                                   on 2003/05/09  04:30:13
38560         Log: Better skip this test on OpenBSD and BSD/OS since it
38561              does not seem to work (Slaven Rezic).
38562      Branch: perl
38563            ! lib/filetest.t
38564 ____________________________________________________________________________
38565 [ 19456] By: jhi                                   on 2003/05/09  03:41:56
38566         Log: Subject: [PATCH] Re: [perl #16834] Anomolous behaviour of SUBSTR() used as LValue
38567              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
38568              Date: Wed, 07 May 2003 23:37:47 -0700
38569              Message-ID: <7sfu+gzkg+AY092yn@efn.org>
38570      Branch: perl
38571            ! pod/perlfunc.pod
38572 ____________________________________________________________________________
38573 [ 19455] By: jhi                                   on 2003/05/09  03:36:54
38574         Log: Missing files.
38575      Branch: perl
38576            ! MANIFEST
38577 ____________________________________________________________________________
38578 [ 19454] By: rgs                                   on 2003/05/08  18:49:25
38579         Log: Suppress a few compilation warnings in pp_hot.c.
38580      Branch: perl
38581            ! pp_hot.c
38582 ____________________________________________________________________________
38583 [ 19453] By: rgs                                   on 2003/05/08  18:42:16
38584         Log: Remove duplicate entries from perldiag
38585      Branch: perl
38586            ! pod/perldiag.pod
38587 ____________________________________________________________________________
38588 [ 19452] By: jhi                                   on 2003/05/08  18:12:46
38589         Log: Subject: Re: [perl #17718] %tiedhash in bool context doesn't check if hash is empty
38590              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
38591              Date: Wed, 07 May 2003 15:27:07 -0700
38592              Message-ID: <7gYu+gzkgaFU092yn@efn.org>
38593      Branch: perl
38594            ! pod/perldata.pod pod/perldiag.pod pod/perltie.pod pp.c
38595            ! pp_hot.c t/op/magic.t
38596 ____________________________________________________________________________
38597 [ 19451] By: jhi                                   on 2003/05/08  17:47:13
38598         Log: Tiny nit from mjd.
38599      Branch: perl
38600            ! lib/Tie/File.pm
38601 ____________________________________________________________________________
38602 [ 19450] By: jhi                                   on 2003/05/08  17:46:26
38603         Log: Upgrade to Tie::File 0.95.
38604      Branch: perl
38605            + lib/Tie/File/t/27_iwrite.t lib/Tie/File/t/28_mtwrite.t
38606            + lib/Tie/File/t/29_downcopy.t lib/Tie/File/t/29a_upcopy.t
38607            + lib/Tie/File/t/42_offset.t
38608            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
38609            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/04_splice.t
38610            ! lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/16_handle.t
38611            ! lib/Tie/File/t/19_cache.t lib/Tie/File/t/21_win32.t
38612            ! lib/Tie/File/t/25_gen_nocache.t lib/Tie/File/t/26_twrite.t
38613            ! lib/Tie/File/t/30_defer.t
38614 ____________________________________________________________________________
38615 [ 19449] By: jhi                                   on 2003/05/08  17:35:10
38616         Log: Subject: [perl #22141] patch for Time::HiRes to get rid of -lrt on linux
38617              From: Marc Lehmann (via RT) <perlbug-followup@perl.org>
38618              Message-Id: <rt-22141-56710.3.69543054121962@bugs6.perl.org>
38619              Date: 8 May 2003 00:42:18 -0000
38620      Branch: perl
38621            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
38622            ! ext/Time/HiRes/Makefile.PL
38623 ____________________________________________________________________________
38624 [ 19448] By: jhi                                   on 2003/05/08  17:27:47
38625         Log: Subject: [PATCH] alphabetize perldiag.pod
38626              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
38627              Date: Thu, 8 May 2003 11:52:39 -0400
38628              Message-ID: <20030508155239.GC1495587@linguist.thayer.dartmouth.edu>
38629      Branch: perl
38630            ! pod/perldiag.pod
38631 ____________________________________________________________________________
38632 [ 19447] By: jhi                                   on 2003/05/08  17:19:06
38633         Log: Subject: [PATCH] [perl #22127] get(av|cv|hv|sv) added to Devel::PPPort
38634              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
38635              Date: Thu, 08 May 2003 08:42:20 +0200
38636              Message-id: <20030508064220.GA763@ethan>
38637      Branch: perl
38638            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
38639            ! ext/Devel/PPPort/t/test.t
38640 ____________________________________________________________________________
38641 [ 19445] By: jhi                                   on 2003/05/08  05:21:44
38642         Log: A variant of
38643
38644              Subject: Re: 0 is not perl (was Re: Report /export/home/nwc10/Gripping-Smoke/Smoke)
38645              From: enache@rdslink.ro (Enache Adrian)
38646              Date: Tue, 22 Apr 2003 02:54:05 +0300
38647              Message-ID: <20030421235405.GA1162@ratsnest.hole>
38648
38649              to quench the black smoke from the BSD builds.
38650      Branch: perl
38651            ! lib/ExtUtils/MM_Unix.pm
38652 ____________________________________________________________________________
38653 [ 19444] By: rgs                                   on 2003/05/07  20:25:45
38654         Log: Subject: Re: [DOC PATCH] & More File::Path issues
38655              From: Casey West <casey@geeknest.com>
38656              Date: Mon, 5 May 2003 13:25:47 -0400
38657              Message-ID: <20030505172547.GB20508@geeknest.com>
38658      Branch: perl
38659            ! lib/File/Path.pm
38660 ____________________________________________________________________________
38661 [ 19443] By: jhi                                   on 2003/05/07  20:03:58
38662         Log: Spelling correction from Nicholas Clark.
38663      Branch: perl
38664            ! ext/POSIX/POSIX.pod
38665 ____________________________________________________________________________
38666 [ 19440] By: jhi                                   on 2003/05/07  19:20:53
38667         Log: One more possible extensions permutation.
38668      Branch: perl
38669            ! Configure
38670 ____________________________________________________________________________
38671 [ 19437] By: jhi                                   on 2003/05/07  16:58:21
38672         Log: Allow platforms to manipulate their archname by creating
38673              a archname.cbu in their hints files.
38674      Branch: perl
38675            ! Configure
38676 ____________________________________________________________________________
38677 [ 19436] By: jhi                                   on 2003/05/07  16:53:26
38678         Log: More long double logic from Alan Burlison.
38679      Branch: perl
38680            ! Configure
38681 ____________________________________________________________________________
38682 [ 19435] By: jhi                                   on 2003/05/06  15:21:55
38683         Log: Worth a try for [perl #17146]
38684      Branch: perl
38685            ! ext/IO/poll.c
38686 ____________________________________________________________________________
38687 [ 19433] By: jhi                                   on 2003/05/06  05:12:23
38688         Log: Document which interfaces are NOT Unicode-aware.
38689      Branch: perl
38690            ! pod/perltodo.pod pod/perlunicode.pod
38691 ____________________________________________________________________________
38692 [ 19432] By: rgs                                   on 2003/05/05  20:31:22
38693         Log: Subject: [PATCH] [perl #8063] perlfilter doesn't mention potential DATA clobber
38694              From: Casey West <casey@geeknest.com>
38695              Date: Mon, 28 Apr 2003 11:07:36 -0400
38696              Message-ID: <20030428150736.GD62281@geeknest.com>
38697      Branch: perl
38698            ! pod/perlfilter.pod
38699 ____________________________________________________________________________
38700 [ 19431] By: rgs                                   on 2003/05/05  20:07:33
38701         Log: Subject: [patch] Re: [perl #21728] regexp SEGV
38702              From: Enache Adrian <enache@rdslink.ro>
38703              Date: Fri, 28 Mar 2003 23:53:09 +0200
38704              Message-ID: <20030328215309.GA6413@ratsnest.hole>
38705              (with minor tweaks)
38706      Branch: perl
38707            ! embed.fnc embed.h global.sym proto.h regexec.c scope.c scope.h
38708 ____________________________________________________________________________
38709 [ 19430] By: rgs                                   on 2003/05/05  20:01:36
38710         Log: Fix doc bug #22067, noticed by Mark Knutsen
38711      Branch: perl
38712            ! pod/perlfunc.pod
38713 ____________________________________________________________________________
38714 [ 19429] By: rgs                                   on 2003/05/05  18:59:59
38715         Log: Fix : the svr5 hints file doesn't propagate libswanted with
38716              threads enabled. Now threads are OK on OpenUNIX 8, except a
38717              mysterious failure in ext/POSIX/t/sigaction.t.
38718      Branch: perl
38719            ! hints/svr5.sh
38720 ____________________________________________________________________________
38721 [ 19428] By: jhi                                   on 2003/05/05  16:54:34
38722         Log: Snip away the perlunicode slowness demo since the new
38723              caching scheme should help things a bit.
38724      Branch: perl
38725            ! pod/perlunicode.pod
38726 ____________________________________________________________________________
38727 [ 19427] By: jhi                                   on 2003/05/05  16:14:09
38728         Log: Subject: Re: Minor change to strict.pm. Who? How?
38729              From: Adam Kennedy <adam@ali.as>
38730              Date: Wed, 30 Apr 2003 00:02:40 +1000
38731              Message-ID: <3EAE8600.2000806@ali.as>
38732
38733              Subject: [PATCH] Re: Minor change to strict.pm. Who? How?
38734              From: Michael G Schwern <schwern@pobox.com>
38735              Date: Tue, 29 Apr 2003 12:26:32 -0700
38736              Message-ID: <20030429192632.GA6129@windhund.schwern.org>
38737      Branch: perl
38738            ! lib/strict.pm
38739 ____________________________________________________________________________
38740 [ 19426] By: jhi                                   on 2003/05/05  15:48:57
38741         Log: Subject: [DOC PATCH] missing ')' in File::Path docs
38742              From: "Jos I.Boumans" <kane@dwim.org>
38743              Date: 30 Apr 2003 09:45:16 -0000
38744              Message-ID: <20030430114513165+0200@nntp.perl.org>
38745      Branch: perl
38746            ! lib/File/Path.pm
38747 ____________________________________________________________________________
38748 [ 19425] By: jhi                                   on 2003/05/05  15:47:19
38749         Log: Subject: [PATCH pod/perlmod.pod] Simpler $Revision$ based $VERSION. Plus, repentance!
38750              From: Michael G Schwern <schwern@pobox.com>
38751              Date: Sat, 3 May 2003 15:30:16 -0700
38752              Message-ID: <20030503223016.GE1234@windhund.schwern.org>
38753      Branch: perl
38754            ! pod/perlmod.pod
38755 ____________________________________________________________________________
38756 [ 19424] By: jhi                                   on 2003/05/05  15:44:39
38757         Log: Subject: [PATCH] [perl #3096] undefing hash with object values
38758              From: Dave Mitchell <davem@fdgroup.com>
38759              Date: Thu, 1 May 2003 21:06:57 +0100
38760              Message-ID: <20030501200657.GA25456@fdgroup.com>
38761      Branch: perl
38762            ! hv.c t/op/undef.t
38763 ____________________________________________________________________________
38764 [ 19423] By: jhi                                   on 2003/05/05  15:42:58
38765         Log: Subject: Re: hv.c patch - pathological hashes too easy
38766              From: "Tye McQueen" <tye@metronet.com>
38767              Date: Thu, 1 May 2003 13:34:50 -0500 (CDT)
38768              Message-Id: <200305011834.h41IYoE08503@metronet.com>
38769      Branch: perl
38770            ! hv.c
38771 ____________________________________________________________________________
38772 [ 19422] By: jhi                                   on 2003/05/05  15:40:02
38773         Log: Subject: [PATCH] [perl #18341] random nits in perlrequick.pod
38774              From: Casey West <casey@geeknest.com>
38775              Date: Tue, 29 Apr 2003 16:14:20 -0400
38776              Message-ID: <20030429201420.GT62281@geeknest.com>
38777      Branch: perl
38778            ! pod/perlrequick.pod
38779 ____________________________________________________________________________
38780 [ 19421] By: jhi                                   on 2003/05/05  15:38:23
38781         Log: Subject: [PATCH] ExtUtils::Install and the don't-really-do-it switch
38782              From: Slaven Rezic <slaven@rezic.de>
38783              Date: Thu, 24 Apr 2003 00:42:11 +0200 (CEST)
38784              Message-Id: <200304232242.h3NMgBqD028515@vran.herceg.de>
38785      Branch: perl
38786            ! lib/ExtUtils/Install.pm lib/ExtUtils/t/Install.t
38787 ____________________________________________________________________________
38788 [ 19420] By: jhi                                   on 2003/05/05  15:36:39
38789         Log: Subject: [PATCH 5.8.0 UTIL] h2xs generates false comments about ABSTRACT
38790              From: Steve Hay <steve.hay@uk.radan.com>
38791              Date: Wed, 30 Apr 2003 09:52:30 +0100
38792              Message-ID: <3EAF8ECE.8060403@uk.radan.com>
38793      Branch: perl
38794            ! utils/h2xs.PL
38795 ____________________________________________________________________________
38796 [ 19419] By: jhi                                   on 2003/05/05  08:20:34
38797         Log: Reintroduce the mention of the fact that the Artistic/GPL
38798              also are Perl's own licenses.
38799      Branch: perl
38800            ! pod/perlartistic.pod pod/perlgpl.pod
38801 ____________________________________________________________________________
38802 [ 19418] By: jhi                                   on 2003/05/05  07:23:57
38803         Log: Switch the new perlio way of opening anonymous temporary files
38804              open my $fh, '+>', undef
38805              to using File::Temp.  Test it, and test also the "accidental
38806              feature" of +< working the same way.
38807              This should address [perl #21937].
38808      Branch: perl
38809            + ext/PerlIO/t/open.t
38810            ! MANIFEST perlio.c pod/perlfunc.pod
38811 ____________________________________________________________________________
38812 [ 19417] By: jhi                                   on 2003/05/05  05:52:47
38813         Log: perlartistic and perlgpl reformatting from Sean Burke.
38814      Branch: perl
38815            ! pod/perlartistic.pod pod/perlgpl.pod
38816 ____________________________________________________________________________
38817 [ 19416] By: jhi                                   on 2003/05/05  05:33:43
38818         Log: pack/unpack fixes from Wolfgang Laun:
38819              - fix bug in UNICOS (where SIZE16 != sizeof(short))
38820              - introduce and use new internal pack/unpack API
38821              (packlist, unpackstring)
38822              that does away with the unused arguments in the old API
38823              (pack_cat, unpack_str).
38824      Branch: perl
38825            ! embed.fnc embed.h global.sym pod/perlapi.pod pp_pack.c proto.h
38826 ____________________________________________________________________________
38827 [ 19415] By: jhi                                   on 2003/05/05  04:58:39
38828         Log: Subject: [PATCH] Embed.t flushing problem
38829              From: "Craig A. Berry" <craigberry@mac.com>
38830              Date: Sun, 04 May 2003 16:25:38 -0500
38831              Message-ID: <3EB58552.2070207@mac.com>
38832      Branch: perl
38833            ! lib/ExtUtils/t/Embed.t
38834 ____________________________________________________________________________
38835 [ 19414] By: jhi                                   on 2003/05/05  04:52:37
38836         Log: Doc nit from mjd.
38837      Branch: perl
38838            ! ext/DB_File/DB_File.pm
38839 ____________________________________________________________________________
38840 [ 19413] By: ams                                   on 2003/05/05  04:03:10
38841         Log: None of that "our" stuff here, please.
38842      Branch: perl
38843            ! ext/Storable/t/tied.t
38844 ____________________________________________________________________________
38845 [ 19412] By: ams                                   on 2003/05/05  03:57:06
38846         Log: Oops. More Storable 2.07 preparations.
38847      Branch: perl
38848            ! ext/Storable/README ext/Storable/Storable.pm
38849 ____________________________________________________________________________
38850 [ 19411] By: ams                                   on 2003/05/05  03:53:44
38851         Log: Update changelog for 2.07 release.
38852      Branch: perl
38853            ! ext/Storable/ChangeLog
38854 ____________________________________________________________________________
38855 [ 19410] By: ams                                   on 2003/05/05  03:31:36
38856         Log: Update Changes.
38857      Branch: perl
38858            ! Changes
38859 ____________________________________________________________________________
38860 [ 19409] By: ams                                   on 2003/05/05  03:21:41
38861         Log: Subject: Re: Bug in Storable???
38862              From: Slaven Rezic <slaven@rezic.de>
38863              Date: 04 May 2003 18:00:40 +0200
38864              Message-Id: <87of2iwvkn.fsf@vran.herceg.de>
38865      Branch: perl
38866            ! ext/Storable/Storable.xs ext/Storable/t/integer.t
38867 ____________________________________________________________________________
38868 [ 19407] By: jhi                                   on 2003/05/04  19:39:01
38869         Log: This way reads a bit better with pod2man.
38870      Branch: perl
38871            ! pod/perlartistic.pod pod/perlgpl.pod
38872 ____________________________________________________________________________
38873 [ 19406] By: jhi                                   on 2003/05/04  12:01:00
38874         Log: Integrate from maint:
38875              [ 18568]
38876              Add the POSIX::sigaction() trick by Slaven Rezic
38877              for [perl #17341].
38878      Branch: perl
38879           !> pod/perlfunc.pod pod/perlipc.pod
38880 ____________________________________________________________________________
38881 [ 19401] By: jhi                                   on 2003/05/04  09:25:48
38882         Log: Add Artistic as perlartistic and GPL (the Copying) as perlgpl;
38883              regen perltoc, perlmodlib.  The GPL added as verbatim as possible,
38884              the perlartistic is a straightforward podification.
38885      Branch: perl
38886            + pod/perlartistic.pod pod/perlgpl.pod
38887            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlmodlib.PL
38888            ! pod/perlmodlib.pod pod/perlmodstyle.pod pod/perltoc.pod
38889 ____________________________________________________________________________
38890 [ 19398] By: jhi                                   on 2003/05/04  08:19:14
38891         Log: Doesn't make any difference for the test but is more logical.
38892      Branch: perl
38893            ! t/lib/Devel/switchd.pm
38894 ____________________________________________________________________________
38895 [ 19396] By: jhi                                   on 2003/05/03  15:42:54
38896         Log: Plagued by thinkos tonight.
38897      Branch: perl
38898            ! lib/filetest.t
38899 ____________________________________________________________________________
38900 [ 19395] By: jhi                                   on 2003/05/03  15:37:35
38901         Log: Must skip more.
38902      Branch: perl
38903            ! lib/filetest.t
38904 ____________________________________________________________________________
38905 [ 19394] By: jhi                                   on 2003/05/03  15:30:45
38906         Log: Subject: Re: Does filetest work at all?
38907              From: Slaven Rezic <slaven@rezic.de>
38908              Date: 03 May 2003 18:26:49 +0200
38909              Message-ID: <87ade4q9me.fsf@vran.herceg.de>
38910      Branch: perl
38911            ! lib/filetest.t pp_sys.c
38912 ____________________________________________________________________________
38913 [ 19393] By: jhi                                   on 2003/05/03  05:34:21
38914         Log: Extra tweakage from Rafael for #19392.
38915      Branch: perl
38916            ! ext/B/B/Concise.pm lib/filetest.pm
38917 ____________________________________________________________________________
38918 [ 19392] By: jhi                                   on 2003/05/03  05:33:04
38919         Log: Salvage 'use filetest "access"' from compiletime to runtime.
38920      Branch: perl
38921            ! dump.c op.c op.h pp_sys.c
38922 ____________________________________________________________________________
38923 [ 19391] By: jhi                                   on 2003/05/03  05:19:23
38924         Log: Upgrade to Unicode 4.0.0.  (Well, upgrade at least
38925              the Unicode character database to 4.0.0.)
38926      Branch: perl
38927            + lib/unicore/HangulSyllableType.txt
38928            + lib/unicore/NormalizationCorrections.txt
38929            + lib/unicore/StandardizedVariants.txt
38930            + lib/unicore/lib/Braille.pl lib/unicore/lib/Cypriot.pl
38931            + lib/unicore/lib/InAegean.pl lib/unicore/lib/InCyprio.pl
38932            + lib/unicore/lib/InKhmerS.pl lib/unicore/lib/InLimbu.pl
38933            + lib/unicore/lib/InLinea2.pl lib/unicore/lib/InLinear.pl
38934            + lib/unicore/lib/InMisce5.pl lib/unicore/lib/InOsmany.pl
38935            + lib/unicore/lib/InPhonet.pl lib/unicore/lib/InShavia.pl
38936            + lib/unicore/lib/InTaiLe.pl lib/unicore/lib/InTaiXua.pl
38937            + lib/unicore/lib/InUgarit.pl lib/unicore/lib/InVaria2.pl
38938            + lib/unicore/lib/InYijing.pl lib/unicore/lib/Limbu.pl
38939            + lib/unicore/lib/LinearB.pl lib/unicore/lib/Osmanya.pl
38940            + lib/unicore/lib/OtherIdS.pl lib/unicore/lib/Shavian.pl
38941            + lib/unicore/lib/TaiLe.pl lib/unicore/lib/Ugaritic.pl
38942            ! (edit 129 files)
38943 ____________________________________________________________________________
38944 [ 19390] By: jhi                                   on 2003/05/03  04:52:09
38945         Log: Tru64: PerlIO_tell() was returning about one _megabyte_ for
38946              the fp offset, which was quite a big larger than the input file,
38947              which meant that the SvGROW tried to grow the file to about
38948              2**64-2**20, which made safesysrealloc() to understandably
38949              croak (in argv.t).
38950      Branch: perl
38951            ! sv.c
38952 ____________________________________________________________________________
38953 [ 19387] By: jhi                                   on 2003/05/02  19:18:35
38954         Log: Regen Configure (no changes but that's fine).
38955      Branch: perl
38956            ! Configure
38957 ____________________________________________________________________________
38958 [ 19386] By: jhi                                   on 2003/05/02  19:06:39
38959         Log: Subject: [PATCH] Re: maintperl on OpenUNIX 8
38960              From: Andy Dougherty <doughera@lafayette.edu>
38961              Date: Mon, 28 Apr 2003 12:24:38 -0400 (EDT)
38962              Message-ID: <Pine.SOL.4.53.0304281208490.25038@maxwell.phys.lafayette.edu>
38963      Branch: perl
38964            ! Configure
38965 ____________________________________________________________________________
38966 [ 19385] By: jhi                                   on 2003/05/02  19:01:04
38967         Log: Subject: [PATCH] OpenUNIX 8 support
38968              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
38969              Date: Fri, 2 May 2003 12:12:08 +0200
38970              Message-Id: <20030502121208.3d235027.rgarciasuarez@free.fr>
38971      Branch: perl
38972            ! Configure ext/Socket/socketpair.t hints/svr5.sh pp_sys.c
38973 ____________________________________________________________________________
38974 [ 19384] By: jhi                                   on 2003/05/02  18:58:32
38975         Log: Subject: [PATCH win32/win32.c] silence compiler warnings
38976              From: Abe Timmerman <abe@ztreet.demon.nl>
38977              Date: Fri, 2 May 2003 00:51:42 +0200
38978              Message-Id: <200305020051.43166.abe@ztreet.demon.nl>
38979      Branch: perl
38980            ! win32/win32.c
38981 ____________________________________________________________________________
38982 [ 19383] By: jhi                                   on 2003/05/02  18:55:37
38983         Log: Subject: [PATCH win32/win32.h] Re: Smoke [5.9.0] 19367 FAIL(F) MSWin32 5.0 Service Pack 3 (x86/1 cpu)
38984              From: Abe Timmerman <abe@ztreet.demon.nl>
38985              Date: Thu, 1 May 2003 18:34:35 +0200
38986              Message-Id: <200305011834.35685.abe@ztreet.demon.nl>
38987      Branch: perl
38988            ! win32/win32.h
38989 ____________________________________________________________________________
38990 [ 19382] By: jhi                                   on 2003/05/02  18:50:25
38991         Log: Subject: [PATCH ext/POSIX/POSIX.pod] Deceptive POSIX exporting docs
38992              From: Michael G Schwern <schwern@pobox.com>
38993              Date: Wed, 30 Apr 2003 18:19:32 -0700
38994              Message-ID: <20030501011932.GM701@windhund.schwern.org>
38995      Branch: perl
38996            ! ext/POSIX/POSIX.pod
38997 ____________________________________________________________________________
38998 [ 19381] By: jhi                                   on 2003/05/02  15:12:47
38999         Log: Forgot to check in the -d: file.
39000      Branch: perl
39001            + t/lib/Devel/switchd.pm
39002            ! MANIFEST t/run/switchd.t
39003 ____________________________________________________________________________
39004 [ 19380] By: jhi                                   on 2003/05/02  15:02:04
39005         Log: Solaris: make -Duse64bitall'ed to have an archname of
39006              sun4-solaris-64, from Alan Burlison.  (The default is to not
39007              to suffix anything with -Duse64bitall if longs are 64 bit.
39008              This may lead into confusion and much sorrow if 32-bit binaries
39009              and 64-bit binaries are installed under the same directories.
39010              Why is "-64" or something like that the default?  Well, there
39011              are platforms where 64 bits really is the default default.
39012              There adding a "-64" would be kind of odd.  Better to let
39013              each 64-bit capable platform to choose their archnames.)
39014      Branch: perl
39015            ! hints/solaris_2.sh
39016 ____________________________________________________________________________
39017 [ 19378] By: jhi                                   on 2003/05/02  08:41:40
39018         Log: The [perl #21890] (Devel::Coverage breakage) has been fixed
39019              by change #18589 (it was broken by change #9754); add test case.
39020      Branch: perl
39021            + t/run/switchd.t
39022            ! MANIFEST
39023 ____________________________________________________________________________
39024 [ 19376] By: jhi                                   on 2003/05/02  05:31:52
39025         Log: great_circle_direction() was broken,
39026              reported by Alexander Becher.
39027      Branch: perl
39028            ! lib/Math/Trig.pm lib/Math/Trig.t
39029 ____________________________________________________________________________
39030 [ 19375] By: jhi                                   on 2003/05/01  18:18:06
39031         Log: OS X: could not -Doptimize=-g.
39032      Branch: perl
39033            ! hints/darwin.sh
39034 ____________________________________________________________________________
39035 [ 19374] By: jhi                                   on 2003/05/01  12:33:44
39036         Log: OS X test tweak.
39037      Branch: perl
39038            ! ext/Cwd/t/cwd.t
39039 ____________________________________________________________________________
39040 [ 19373] By: jhi                                   on 2003/05/01  11:09:42
39041         Log: Subject: [PATCH] RE: perl@19333
39042              From: Robin Barker <Robin.Barker@npl.co.uk>
39043              Date: Tue, 29 Apr 2003 17:30:23 +0100
39044              Message-ID: <533D273D4014D411AB1D00062938C4D9040464F7@hotel.npl.co.uk>
39045      Branch: perl
39046            ! embed.pl pp_hot.c pp_pack.c proto.h
39047 ____________________________________________________________________________
39048 [ 19372] By: jhi                                   on 2003/05/01  09:52:52
39049         Log: miniperl cannot handle layers.t.
39050      Branch: perl
39051            ! t/io/layers.t
39052 ____________________________________________________________________________
39053 [ 19371] By: jhi                                   on 2003/05/01  08:26:06
39054         Log: The solution in change #19363 was too unportable.
39055      Branch: perl
39056            ! t/io/openpid.t
39057 ____________________________________________________________________________
39058 [ 19369] By: jhi                                   on 2003/05/01  07:48:06
39059         Log: perlreftut updates from mjd.
39060      Branch: perl
39061            ! pod/perlreftut.pod
39062 ____________________________________________________________________________
39063 [ 19368] By: jhi                                   on 2003/05/01  07:45:06
39064         Log: z/OS: More threaded build tweaks from Brian De Pradine--
39065              apparently now it works!
39066      Branch: perl
39067            ! ext/threads/threads.xs handy.h hints/os390.sh thread.h
39068 ____________________________________________________________________________
39069 [ 19367] By: rgs                                   on 2003/04/29  20:31:07
39070         Log: Subject: [PATCH] buglet: sub a(;&) { } doesn't work
39071              From: Enache Adrian <enache@rdslink.ro>
39072              Date: Sat, 19 Apr 2003 01:41:07 +0300
39073              Message-ID: <20030418224107.GA2751@ratsnest.hole>
39074      Branch: perl
39075            ! t/comp/parser.t toke.c
39076 ____________________________________________________________________________
39077 [ 19366] By: jhi                                   on 2003/04/29  08:55:12
39078         Log: If it's S_, it should be STATIC.
39079      Branch: perl
39080            ! embed.fnc embed.h numeric.c proto.h
39081 ____________________________________________________________________________
39082 [ 19365] By: sky                                   on 2003/04/28  16:30:03
39083         Log: Subject: [PATCH] [perl #7592] Clarify what qw() does in scalar context
39084              From: Casey West <casey@geeknest.com>
39085              Date: m\8cn apr 28, 2003  16:00:05 Europe/Stockholm
39086              Message-Id: <20030428140005.GC62281@geeknest.com>
39087      Branch: perl
39088            ! pod/perlop.pod
39089 ____________________________________________________________________________
39090 [ 19364] By: sky                                   on 2003/04/28  16:20:43
39091         Log: Subject: [PATCH] [patch #7514] Bug in perlop regex explination
39092              From: Casey West <casey@geeknest.com>
39093              Date: m\8cn apr 28, 2003  19:22:06 Europe/Stockholm
39094              Message-Id: <20030428172206.GK62281@geeknest.com>
39095      Branch: perl
39096            ! pod/perlop.pod
39097 ____________________________________________________________________________
39098 [ 19363] By: sky                                   on 2003/04/28  15:32:35
39099         Log: Fix bug 2681, change the test not to use the shell and use 3+arg
39100              open.
39101      Branch: perl
39102            ! t/io/openpid.t
39103 ____________________________________________________________________________
39104 [ 19359] By: jhi                                   on 2003/04/28  08:43:23
39105         Log: Feel-good cleanup.
39106      Branch: perl
39107            ! intrpvar.h sv.c
39108 ____________________________________________________________________________
39109 [ 19358] By: jhi                                   on 2003/04/28  08:27:15
39110         Log: SysV msg queues can be something hanging (witnessed in IRIX),
39111              so let's use IPC_NOWAIT.
39112      Branch: perl
39113            ! ext/IPC/SysV/t/msg.t t/op/taint.t
39114 ____________________________________________________________________________
39115 [ 19357] By: jhi                                   on 2003/04/28  06:32:47
39116         Log: Detecting errors of reentrant APIs: getgrgid_r and the like
39117              when returning an int can either return the error in the return
39118              value or in the errno.  We need a new per-interp variable to store
39119              the return value instead of clobbering the errno with it.  The new
39120              variable, PL_reentrant_retint, is only used within the reentrancy
39121              framework, and immediately after it's set, so there should not be
39122              similar visibility issues as for the errno.  Spotted by Edward Moy.
39123      Branch: perl
39124            ! embedvar.h intrpvar.h perlapi.h reentr.c reentr.h reentr.pl
39125 ____________________________________________________________________________
39126 [ 19356] By: rgs                                   on 2003/04/27  20:09:01
39127         Log: Newer glibc's nice(2) return the new nice value, instead of 0 or -1.
39128              Check errno to see if the call to nice(2) succeeded.
39129              Subject: Re: [PATCH++] all about the recent standard conforming glibc's nic
39130              From: Enache Adrian <enache@rdslink.ro>
39131              Date: Wed, 23 Apr 2003 22:48:20 +0300
39132              Message-ID: <20030423194820.GA874@ratsnest.hole>
39133      Branch: perl
39134            ! ext/POSIX/POSIX.xs
39135 ____________________________________________________________________________
39136 [ 19355] By: jhi                                   on 2003/04/27  19:56:09
39137         Log: Document a faint compilation noise.
39138      Branch: perl
39139            ! README.aix
39140 ____________________________________________________________________________
39141 [ 19354] By: rgs                                   on 2003/04/27  19:35:11
39142         Log: $[ clarifications.
39143      Branch: perl
39144            ! pod/perlvar.pod
39145 ____________________________________________________________________________
39146 [ 19353] By: rgs                                   on 2003/04/27  18:51:37
39147         Log: utime() doc clarifications
39148              based on :
39149              Subject: Re: [PATCH] [perl #18589] Add NFS warning, clarify touch example
39150              From: Casey West <casey@geeknest.com>
39151              Date: Fri, 25 Apr 2003 08:00:54 -0400
39152              Message-ID: <20030425120054.GQ34510@geeknest.com>
39153      Branch: perl
39154            ! pod/perlfunc.pod
39155 ____________________________________________________________________________
39156 [ 19351] By: jhi                                   on 2003/04/27  08:13:34
39157         Log: Add a test case for [perl #15288] (already solved).
39158      Branch: perl
39159            ! t/op/pack.t
39160 ____________________________________________________________________________
39161 [ 19350] By: jhi                                   on 2003/04/27  07:38:17
39162         Log: Add Dave Mitchell's test case for fields.
39163      Branch: perl
39164            ! lib/fields.t
39165 ____________________________________________________________________________
39166 [ 19349] By: jhi                                   on 2003/04/27  06:50:09
39167         Log: Subject: [PATCH] VMS::Stdio test tweak
39168              From: "Craig A. Berry" <craigberry@mac.com>
39169              Date: Sat, 26 Apr 2003 15:53:07 -0500
39170              Message-ID: <3EAAF1B3.7020708@mac.com>
39171      Branch: perl
39172            ! vms/ext/Stdio/test.pl
39173 ____________________________________________________________________________
39174 [ 19348] By: jhi                                   on 2003/04/27  06:46:16
39175         Log: Subject: Re: [COMPLETE PATCH lib/UNIVERSAL.pm] RE: [perl #22018] UNIVERSAL documentatio n contradicts itself
39176              From: Casey West <casey@geeknest.com>
39177              Date: Thu, 24 Apr 2003 08:18:42 -0400
39178              Message-ID: <20030424121842.GW34510@geeknest.com>
39179      Branch: perl
39180            ! lib/UNIVERSAL.pm
39181 ____________________________________________________________________________
39182 [ 19346] By: jhi                                   on 2003/04/27  06:03:48
39183         Log: Document that restricted hashes are not atomic
39184              (from Dave Mitchell).
39185      Branch: perl
39186            ! lib/Hash/Util.pm
39187 ____________________________________________________________________________
39188 [ 19345] By: jhi                                   on 2003/04/27  05:59:39
39189         Log: Subject: [PATCH] Re: the revenge of the bride of the son of the night of the living pseudohashes
39190              From: Dave Mitchell <davem@fdgroup.com>
39191              Date: Sat, 26 Apr 2003 18:45:28 +0100
39192              Message-ID: <20030426174528.GA9588@fdgroup.com>
39193      Branch: perl
39194            ! hv.c lib/Hash/Util.t pod/perldiag.pod
39195 ____________________________________________________________________________
39196 [ 19344] By: rgs                                   on 2003/04/26  22:48:32
39197         Log: Some doc patches by Casey West :
39198
39199              Subject: Re: [PATCH] Re: [perl #21260] adding error handling info to perlfunc/readline
39200              From: Casey West <casey@geeknest.com>
39201              Date: Fri, 25 Apr 2003 10:46:39 -0400
39202              Message-ID: <20030425144639.GY34510@geeknest.com>
39203
39204              Subject: Re: [perl #21785] [PATCH] clarify readdir in for conditional
39205              From: Casey West <casey@geeknest.com>
39206              Date: Fri, 25 Apr 2003 07:52:13 -0400
39207              Message-ID: <20030425115213.GP34510@geeknest.com>
39208
39209              Subject: Re: [perl #7213] [PATCH] Updating example in perldata
39210              From: Casey West <casey@geeknest.com>
39211              Date: Thu, 24 Apr 2003 21:27:22 -0400
39212              Message-ID: <20030425012722.GN34510@geeknest.com>
39213      Branch: perl
39214            ! pod/perldata.pod pod/perlfunc.pod pod/perlsyn.pod
39215 ____________________________________________________________________________
39216 [ 19343] By: rgs                                   on 2003/04/26  22:30:07
39217         Log: Document that splice() doesn't extend arrays
39218              Subject: Re: slice autoextending ? still another revised doc patch; COW
39219              From: david nicol <whatever@davidnicol.com>
39220              Date: 22 Apr 2003 22:05:02 -0500
39221              Message-Id: <1051067101.1086.113.camel@plaza.davidnicol.com>
39222      Branch: perl
39223            ! pod/perlfunc.pod
39224 ____________________________________________________________________________
39225 [ 19342] By: sky                                   on 2003/04/26  21:43:32
39226         Log: Fix bug #15161 by increasing the refcount on the RE and making
39227              sure to restore it correctly. Deals with both s//e and s///g.
39228      Branch: perl
39229            ! pp_ctl.c pp_hot.c
39230 ____________________________________________________________________________
39231 [ 19341] By: jhi                                   on 2003/04/26  04:36:03
39232         Log: Integrate:
39233              [ 19340]
39234              Caught by Mark Lutz in UNICOS: A declaration cannot appear
39235              after an executable statement in a block.
39236      Branch: perl
39237           !> pp_pack.c
39238 ____________________________________________________________________________
39239 [ 19337] By: jhi                                   on 2003/04/25  20:19:36
39240         Log: Now the -Dnoextensions and -Dnoextensions have the
39241              chance of actually doing something.
39242      Branch: perl
39243            ! Configure
39244 ____________________________________________________________________________
39245 [ 19334] By: jhi                                   on 2003/04/25  19:48:31
39246         Log: Subject: [PATCH] Configure's extension sanity check is too strict
39247              From: Andy Dougherty <doughera@lafayette.edu>
39248              Date: Fri, 25 Apr 2003 16:23:45 -0400 (EDT)
39249              Message-ID: <Pine.SOL.4.53.0304251621250.24848@maxwell.phys.lafayette.edu>
39250      Branch: perl
39251            ! Configure
39252 ____________________________________________________________________________
39253 [ 19330] By: jhi                                   on 2003/04/25  14:11:33
39254         Log: Subject: [PATCH Encode 1.93] another spin on the enc_module.t merry-go-round
39255              From: "Craig A. Berry" <craigberry@mac.com>
39256              Date: Thu, 24 Apr 2003 20:09:48 -0500
39257              Message-ID: <3EA88ADC.3000300@mac.com>
39258      Branch: perl
39259            ! ext/Encode/t/enc_module.t
39260 ____________________________________________________________________________
39261 [ 19329] By: jhi                                   on 2003/04/25  07:06:49
39262         Log: Upgrade to Time::HiRes 1.46.
39263      Branch: perl
39264            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
39265            ! ext/Time/HiRes/Makefile.PL
39266 ____________________________________________________________________________
39267 [ 19328] By: jhi                                   on 2003/04/25  06:57:10
39268         Log: Subject: typo in Time::HiRes docs
39269              From: mjd@plover.com
39270              Date: 19 Apr 2003 15:13:44 -0000
39271              Message-ID: <20030419151344.28237.qmail@plover.com>
39272      Branch: perl
39273            ! ext/Time/HiRes/HiRes.pm
39274 ____________________________________________________________________________
39275 [ 19327] By: jhi                                   on 2003/04/25  04:45:05
39276         Log: Clarify(?) the perlio default layers table.
39277      Branch: perl
39278            ! lib/PerlIO.pm t/io/layers.t
39279 ____________________________________________________________________________
39280 [ 19326] By: jhi                                   on 2003/04/25  04:22:49
39281         Log: Upgrade to Test::Harness 2.28.
39282      Branch: perl
39283            ! lib/Test/Harness.pm lib/Test/Harness/Changes
39284            ! lib/Test/Harness/t/pod.t
39285 ____________________________________________________________________________
39286 [ 19325] By: jhi                                   on 2003/04/24  19:06:29
39287         Log: Upgrade to Encode 1.93.
39288      Branch: perl
39289            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Makefile.PL
39290            ! ext/Encode/lib/Encode/CJKConstants.pm
39291            ! ext/Encode/lib/Encode/CN/HZ.pm
39292            ! ext/Encode/lib/Encode/Encoding.pm
39293            ! ext/Encode/lib/Encode/Guess.pm
39294            ! ext/Encode/lib/Encode/KR/2022_KR.pm
39295            ! ext/Encode/lib/Encode/PerlIO.pod ext/Encode/t/CJKT.t
39296            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_module.t
39297            ! ext/Encode/t/guess.t ext/Encode/ucm/euc-cn.ucm
39298            ! ext/Encode/ucm/euc-jp.ucm ext/Encode/ucm/euc-kr.ucm
39299 ____________________________________________________________________________
39300 [ 19323] By: jhi                                   on 2003/04/24  16:57:13
39301         Log: VMS patch for faststdio from Craig Berry.
39302      Branch: perl
39303            ! configure.com
39304 ____________________________________________________________________________
39305 [ 19320] By: rgs                                   on 2003/04/23  20:20:58
39306         Log: Subject: Re: [PATCH] [perl #18055] Clarify for bug resolution.
39307              From: Casey West <casey@geeknest.com>
39308              Date: Wed, 23 Apr 2003 14:03:20 -0400
39309              Message-ID: <20030423180320.GZ15574@geeknest.com>
39310      Branch: perl
39311            ! pod/perlmodlib.PL pod/perlmodlib.pod
39312 ____________________________________________________________________________
39313 [ 19319] By: rgs                                   on 2003/04/23  19:54:31
39314         Log: Subject: [perl #22011] [PATCH] pod/perlmod.pod (v5.8.0)
39315              From: Chris Pepper (via RT) <perlbug-followup@perl.org>
39316              Date: 22 Apr 2003 04:31:17 -0000
39317              Message-Id: <rt-22011-55473.11.0523590303906@bugs6.perl.org>
39318              (with minor further corrections)
39319      Branch: perl
39320            ! pod/perlmod.pod
39321 ____________________________________________________________________________
39322 [ 19316] By: rgs                                   on 2003/04/23  19:11:01
39323         Log: A new fatal error :
39324              Subject: [PATCH] Perl_croak("Use of freed value in iteration")
39325              From: Dave Mitchell <davem@fdgroup.com>
39326              Date: Mon, 21 Apr 2003 13:19:50 +0100
39327              Message-ID: <20030421121950.GB18189@fdgroup.com>
39328              Message-ID: <20030421125433.GC18189@fdgroup.com>
39329      Branch: perl
39330            ! pod/perldiag.pod pp_hot.c t/cmd/for.t
39331 ____________________________________________________________________________
39332 [ 19314] By: jhi                                   on 2003/04/23  18:53:46
39333         Log: Introduce 'fast stdio' symbols to non-Configure lands.
39334      Branch: perl
39335            ! NetWare/config.wc NetWare/config_H.wc configure.com
39336            ! epoc/config.sh plan9/config.plan9 plan9/config_h.sample
39337            ! plan9/config_sh.sample uconfig.h uconfig.sh win32/config.bc
39338            ! win32/config.gc win32/config.vc win32/config.vc64
39339            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
39340            ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
39341 ____________________________________________________________________________
39342 [ 19312] By: jhi                                   on 2003/04/23  18:21:47
39343         Log: Regen Configure, Glossary, et alia.
39344      Branch: perl
39345            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
39346            ! config_h.SH
39347 ____________________________________________________________________________
39348 [ 19310] By: jhi                                   on 2003/04/23  08:34:33
39349         Log: Handle the combination of dosish and non-faststdio.
39350      Branch: perl
39351            ! t/io/layers.t
39352 ____________________________________________________________________________
39353 [ 19308] By: rgs                                   on 2003/04/22  20:53:20
39354         Log: Subject: 5.8.0: two problems
39355              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
39356              Date: Tue, 22 Apr 2003 11:43:17 -0700
39357              Message-ID: <20030422184316.GA8602@math.berkeley.edu>
39358      Branch: perl
39359            ! XSUB.h
39360 ____________________________________________________________________________
39361 [ 19307] By: ams                                   on 2003/04/22  16:39:51
39362         Log: Subject: [PATCH] Doc pointers in perlbot.
39363              From: Casey West <casey@geeknest.com>
39364              Date: Tue, 22 Apr 2003 11:19:09 -0400
39365              Message-Id: <20030422151909.GC11119@geeknest.com>
39366              (Applied by hand.)
39367      Branch: perl
39368            ! pod/perlbot.pod
39369 ____________________________________________________________________________
39370 [ 19306] By: jhi                                   on 2003/04/22  13:09:21
39371         Log: z/OS: changes for building threaded from "Brian De Pradine"
39372              <PRADINE@uk.ibm.com>.
39373      Branch: perl
39374            ! Makefile.SH hints/os390.sh thread.h util.c
39375 ____________________________________________________________________________
39376 [ 19305] By: jhi                                   on 2003/04/22  11:42:35
39377         Log: Enache's turn.
39378      Branch: perl
39379            ! ext/Encode/t/enc_module.t
39380 ____________________________________________________________________________
39381 [ 19304] By: jhi                                   on 2003/04/22  10:48:47
39382         Log: Re-merge Encode 1.92.
39383      Branch: perl
39384            ! ext/Encode/Makefile.PL ext/Encode/t/enc_module.t
39385 ____________________________________________________________________________
39386 [ 19302] By: jhi                                   on 2003/04/22  05:26:21
39387         Log: Argh, cut-and-pasto.
39388      Branch: perl
39389            ! perlio.c
39390 ____________________________________________________________________________
39391 [ 19301] By: sky                                   on 2003/04/21  21:33:14
39392         Log: Fix bug 17964 by properly refcounting the gv top.
39393              Seems like the entries in rsfp are way different than
39394              normal PVIO objects.
39395      Branch: perl
39396            ! sv.c
39397 ____________________________________________________________________________
39398 [ 19300] By: rgs                                   on 2003/04/21  19:42:04
39399         Log: Fix another segfault case (warn called from UNIVERSAL::DESTROY).
39400
39401              Subject: Re: [perl #21347] segfault in UNIVERSAL::AUTOLOAD
39402              From: Enache Adrian <enache@rdslink.ro>
39403              Date: Sun, 20 Apr 2003 02:45:48 +0300
39404              Message-ID: <20030419234548.GA849@ratsnest.hole>
39405              and
39406              Date: Wed, 2 Apr 2003 07:52:28 +0300
39407              Message-ID: <20030402045227.GA1023@ratsnest.hole>
39408      Branch: perl
39409            ! pp_sys.c t/op/ref.t util.c
39410 ____________________________________________________________________________
39411 [ 19299] By: sky                                   on 2003/04/21  17:05:31
39412         Log: Croak on non ref to shared methods instead of segfault.
39413              This can really only happen for &share("string").
39414      Branch: perl
39415            ! ext/threads/shared/shared.xs
39416 ____________________________________________________________________________
39417 [ 19297] By: jhi                                   on 2003/04/21  16:24:36
39418         Log: Add OpenZaurus cross-compilation patches.
39419      Branch: perl
39420            + Cross/Makefile Cross/Makefile.SH.patch Cross/TODO Cross/config
39421            + Cross/config.sh-arm-linux Cross/generate_config_sh
39422            + Cross/installperl.patch Cross/warp
39423            ! Cross/README INSTALL MANIFEST
39424 ____________________________________________________________________________
39425 [ 19289] By: sky                                   on 2003/04/21  13:24:40
39426         Log: Fixes bug #17043, resets PL_srand_called before the cloning.
39427              Allows people to override the resetting by using srand() in CLONE.
39428      Branch: perl
39429            ! ext/threads/t/thread.t ext/threads/threads.xs
39430 ____________________________________________________________________________
39431 [ 19286] By: jhi                                   on 2003/04/21  06:50:42
39432         Log: Introduce two new Configure symbols:
39433              [1] d_faststdio  = d_stdstdio && d_stdio_ptr_lval &&
39434              (d_stdio_cnt_lval || d_stdio_ptr_lval_sets_cnt)
39435              [2] usefaststdio = do we use fast stdio if we have it?
39436              For 5.[68], we do.  For anything else, we don't.
39437              (At least, unless otherwise instructed by -Dusefaststdio.)
39438              This means that for bleadperl we no more use stdio, but instead
39439              default to perlio: the effect of PERLIO=perlio, in other words.
39440              (PERLIO=stdio will still switch to using stdio.)
39441              This change may endanger extensions using FILE*-- but if we are
39442              to migrate fully to perlio, better start swallowing the poison now.
39443              For maintperl, the usefaststdio still defaults to yes.
39444      Branch: perl
39445            ! Configure config_h.SH perlio.c t/io/layers.t
39446 ____________________________________________________________________________
39447 [ 19285] By: jhi                                   on 2003/04/21  05:43:55
39448         Log: Upgrade to Locale::Maketext 1.05.
39449      Branch: perl
39450            ! lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog
39451 ____________________________________________________________________________
39452 [ 19284] By: jhi                                   on 2003/04/21  05:40:34
39453         Log: Upgrade to Test 1.24.
39454      Branch: perl
39455            ! lib/Test.pm
39456 ____________________________________________________________________________
39457 [ 19283] By: rgs                                   on 2003/04/20  22:01:28
39458         Log: Subject: [PATCH] goto &sub doesn't empty @_
39459              From: Dave Mitchell <davem@fdgroup.com>
39460              Date: Sun, 20 Apr 2003 21:46:51 +0100
39461              Message-ID: <20030420204651.GE15591@fdgroup.com>
39462      Branch: perl
39463            ! pp_ctl.c
39464 ____________________________________________________________________________
39465 [ 19282] By: rgs                                   on 2003/04/20  21:22:29
39466         Log: Remove, in the main Makefile, the $(LDLIBPTH) variable from
39467              the commands that invoke $(CC).
39468              Subject: Re: Smoke failure
39469              From: Enache Adrian <enache@rdslink.ro>
39470              Date: Fri, 18 Apr 2003 19:06:07 +0300
39471              Message-ID: <20030418160606.GA797@ratsnest.hole>
39472      Branch: perl
39473            ! Makefile.SH
39474 ____________________________________________________________________________
39475 [ 19281] By: rgs                                   on 2003/04/20  19:53:53
39476         Log: Subject: Re: [perl #22000] AutoReply: [PATCH] Naughty sv_gets/RsRECORD bug
39477              From: Enache Adrian <enache@rdslink.ro>
39478              Date: Sat, 19 Apr 2003 20:12:18 +0300
39479              Message-ID: <20030419171218.GA974@ratsnest.hole>
39480      Branch: perl
39481            ! sv.c
39482 ____________________________________________________________________________
39483 [ 19280] By: rgs                                   on 2003/04/20  18:55:40
39484         Log: Document PERL_DEBUGGING_MSTATS in INSTALL and in the Win32 Makefile.
39485              Subject: [DOC PATCH 5.8.0] Re: Problem with Devel::Peek on Perl 5.8.0
39486              From: Steve Hay <steve.hay@uk.radan.com>
39487              Date: Wed, 16 Apr 2003 11:12:22 +0100
39488              Message-ID: <3E9D2C86.8040104@uk.radan.com>
39489      Branch: perl
39490            ! INSTALL win32/Makefile
39491 ____________________________________________________________________________
39492 [ 19278] By: jhi                                   on 2003/04/20  07:42:17
39493         Log: Give more information of what to do when -Dusexxx fail.
39494      Branch: perl
39495            ! Configure
39496 ____________________________________________________________________________
39497 [ 19277] By: rgs                                   on 2003/04/19  19:40:22
39498         Log: Fix bug #21347 (segfault in UNIVERSAL::AUTOLOAD with qr//)
39499              by adding a dummy destructor method Regexp::DESTROY.
39500              This prevents infinite recursion, since Regexp::DESTROY
39501              is no more autoloaded.
39502
39503              Subject: Re: [perl #21347] segfault in UNIVERSAL::AUTOLOAD
39504              From: Enache Adrian <enache@rdslink.ro>
39505              Date: Wed, 2 Apr 2003 05:02:42 +0300
39506              Message-ID: <20030402020242.GA2966@ratsnest.hole>
39507      Branch: perl
39508            ! ext/B/t/stash.t t/op/ref.t universal.c
39509 ____________________________________________________________________________
39510 [ 19276] By: rgs                                   on 2003/04/19  19:32:25
39511         Log: Subject: Re: [PATCH] [perl #21875] Hash ref transformed as a list
39512              From: Dave Mitchell <davem@fdgroup.com>
39513              Date: Sat, 19 Apr 2003 20:06:51 +0100
39514              Message-ID: <20030419190651.GD13333@fdgroup.com>
39515      Branch: perl
39516            ! t/comp/parser.t toke.c
39517 ____________________________________________________________________________
39518 [ 19275] By: jhi                                   on 2003/04/19  18:52:24
39519         Log: Restore the two variables retired by the change #19268
39520              (for binary backward compatibility)
39521      Branch: perl
39522            ! embedvar.h perlapi.h thrdvar.h
39523 ____________________________________________________________________________
39524 [ 19273] By: jhi                                   on 2003/04/19  17:36:33
39525         Log: Fail if the specified -Duse64xxx cannot be fulfilled.
39526              (And undo a doublesize probe glitch from change #19272.)
39527      Branch: perl
39528            ! Configure
39529 ____________________________________________________________________________
39530 [ 19272] By: jhi                                   on 2003/04/19  16:38:12
39531         Log: If long doubles fail, we really cannot sensibly
39532              drop back to doubles anymore, therefore abort.
39533              Pointed out by Slaven Rezic. (I tried to fix this
39534              via metaconfig but ended up with a vicious cyclic
39535              dependency.)
39536      Branch: perl
39537            ! Configure
39538 ____________________________________________________________________________
39539 [ 19270] By: jhi                                   on 2003/04/19  12:09:21
39540         Log: Upgrade to Net::Ping 2.30.
39541      Branch: perl
39542            ! lib/Net/Ping.pm lib/Net/Ping/Changes
39543            ! lib/Net/Ping/t/450_service.t
39544 ____________________________________________________________________________
39545 [ 19269] By: jhi                                   on 2003/04/19  07:10:57
39546         Log: Bump the test count.
39547      Branch: perl
39548            ! ext/Storable/t/tied.t
39549 ____________________________________________________________________________
39550 [ 19268] By: jhi                                   on 2003/04/19  07:06:13
39551         Log: Subject: [PATCH] allow recursive FETCHes
39552              From: Dave Mitchell <davem@fdgroup.com>
39553              Date: Mon, 7 Apr 2003 10:00:41 +0100
39554              Message-ID: <20030407100041.A1617@fdgroup.com>
39555      Branch: perl
39556            ! av.c dump.c embed.fnc embed.h embedvar.h
39557            ! ext/Storable/t/st-dump.pl hv.c perl.c perlapi.h proto.h sv.c
39558            ! sv.h t/op/tie.t thrdvar.h
39559 ____________________________________________________________________________
39560 [ 19267] By: jhi                                   on 2003/04/19  06:54:34
39561         Log: Subject: [PATCH] readline.t tweak for VMS
39562              From: "Craig A. Berry" <craigberry@mac.com>
39563              Date: Thu, 17 Apr 2003 17:18:19 -0500
39564              Message-ID: <3E9F282B.6090603@mac.com>
39565      Branch: perl
39566            ! t/op/readline.t
39567 ____________________________________________________________________________
39568 [ 19266] By: jhi                                   on 2003/04/19  06:46:48
39569         Log: Subject: [PATCH] Re: any takers for this Storable bug?
39570              From: Enache Adrian <enache@rdslink.ro>
39571              Date: Wed, 16 Apr 2003 21:11:11 +0300
39572              Message-ID: <20030416181111.GA6687@ratsnest.hole>
39573
39574              ams had already fixed the bug by #19227, but take the
39575              test case.
39576      Branch: perl
39577            ! ext/Storable/t/tied.t
39578 ____________________________________________________________________________
39579 [ 19265] By: sky                                   on 2003/04/19  00:40:42
39580         Log: Don't use the stack to allocate a SV that we hand out to another
39581              function, only badness can ensure.
39582              Message-Id: <20030418180131.GD10086@fdgroup.com>
39583              Thanks go to Dave Mitchell for help in tracking down the bug!
39584      Branch: perl
39585            ! sv.c
39586 ____________________________________________________________________________
39587 [ 19264] By: jhi                                   on 2003/04/18  19:28:04
39588         Log: UTF8 regexp patch from Inaba Hiroto.
39589      Branch: perl
39590            ! regcomp.c t/op/pat.t
39591 ____________________________________________________________________________
39592 [ 19263] By: jhi                                   on 2003/04/18  19:16:43
39593         Log: Unused variables.
39594      Branch: perl
39595            ! perlio.c universal.c
39596 ____________________________________________________________________________
39597 [ 19262] By: sky                                   on 2003/04/17  20:02:33
39598         Log: Another needle in the voodoo doll.
39599              Now I think it should work with the shared
39600              strings.
39601      Branch: perl
39602            ! sv.c
39603 ____________________________________________________________________________
39604 [ 19254] By: sky                                   on 2003/04/17  17:31:52
39605         Log: Extreme Voodoo programming, by not pinching the SV if it is a
39606              PADTMP it happily keeps it's value later on!
39607      Branch: perl
39608            ! sv.c
39609 ____________________________________________________________________________
39610 [ 19253] By: jhi                                   on 2003/04/17  17:09:16
39611         Log: Implement -Dnoextensions=... and -Donlyextensions=...
39612      Branch: perl
39613            ! Configure INSTALL
39614 ____________________________________________________________________________
39615 [ 19252] By: ams                                   on 2003/04/17  16:19:31
39616         Log: Speculative fix: don't set GvNAMELEN to 1 if GvNAME is "".
39617              Anything that's broken by this change should be fixed.
39618      Branch: perl
39619            ! gv.c
39620 ____________________________________________________________________________
39621 [ 19251] By: jhi                                   on 2003/04/17  15:39:56
39622         Log: Introduce the new *l APIs, undefined, to non-Configure lands.
39623      Branch: perl
39624            ! NetWare/config.wc NetWare/config_H.wc configure.com
39625            ! djgpp/configure.bat epoc/config.sh plan9/config.plan9
39626            ! plan9/config_h.sample plan9/config_sh.sample win32/config.bc
39627            ! win32/config.gc win32/config.vc win32/config.vc64
39628            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
39629            ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
39630 ____________________________________________________________________________
39631 [ 19250] By: jhi                                   on 2003/04/17  15:07:08
39632         Log: Regen Glossary et alia.
39633      Branch: perl
39634            ! Porting/Glossary Porting/config.sh Porting/config_H
39635 ____________________________________________________________________________
39636 [ 19248] By: jhi                                   on 2003/04/17  14:53:41
39637         Log: Small tidying up of the selectminbits code, but most
39638              importantly allocate the buffer from the heap using
39639              malloc, not from the stack: using stack causes unaligned
39640              access in LP64 Solaris since stack data is not guaranteed
39641              to be 64-bit aligned, while a fd_set is (it has 1024 longs).
39642              (via Alan Burlison)
39643      Branch: perl
39644            ! Configure
39645 ____________________________________________________________________________
39646 [ 19247] By: ams                                   on 2003/04/17  12:24:57
39647         Log: Subject: Re: [perl #21950] 5.8.x -- :scalar and magic strings
39648              From: Enache Adrian <enache@rdslink.ro>
39649              Date: Thu, 17 Apr 2003 14:35:36 +0300
39650              Message-Id: <20030417113536.GA898@ratsnest.hole>
39651      Branch: perl
39652            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
39653 ____________________________________________________________________________
39654 [ 19245] By: jhi                                   on 2003/04/17  09:20:27
39655         Log: Document that the open pragma does not affect
39656              the three-headed hydra, ummm, open.
39657      Branch: perl
39658            ! lib/open.pm
39659 ____________________________________________________________________________
39660 [ 19244] By: jhi                                   on 2003/04/17  06:45:26
39661         Log: More maneuvering closer to proposed POSIX classes
39662              mapping to Unicode: (1) The definitions of "graph" and
39663              "print" are still in flux: move closer back to how Perl
39664              5.8.0 defined it (though drop Co, that did not make sense)
39665              (2) Add U+0085 (NEL) to "space".
39666      Branch: perl
39667            ! lib/unicore/lib/Graph.pl lib/unicore/lib/Print.pl
39668            ! lib/unicore/lib/Space.pl lib/unicore/mktables
39669 ____________________________________________________________________________
39670 [ 19243] By: jhi                                   on 2003/04/17  05:29:24
39671         Log: Detect the 'fast stdio' case.
39672      Branch: perl
39673            ! lib/PerlIO.pm t/io/layers.t
39674 ____________________________________________________________________________
39675 [ 19242] By: jhi                                   on 2003/04/16  20:14:01
39676         Log: Fix up Larry's copyright statements to my best knowledge.
39677              (Lots of Perl 5 source code archaeology was involved.)
39678              Larry didn't make strangled noises when I showed him
39679              the patch, either :-)
39680      Branch: perl
39681            ! EXTERN.h INTERN.h Porting/pumpkin.pod README XSUB.h av.c av.h
39682            ! cc_runtime.h cop.h cv.h deb.c doio.c doop.c dosish.h dump.c
39683            ! embed.h embed.pl embedvar.h fakesdio.h fakethr.h form.h
39684            ! global.sym globals.c gv.c gv.h handy.h hv.c hv.h keywords.h
39685            ! keywords.pl locale.c mg.c mg.h miniperlmain.c nostdio.h
39686            ! numeric.c op.c op.h opcode.h opcode.pl opnames.h pad.c pad.h
39687            ! patchlevel.h perl.c perl.h perlapi.c perlapi.h perlio.h
39688            ! perlsdio.h perlsfio.h perlvars.h pp.c pp.h pp_ctl.c pp_hot.c
39689            ! pp_pack.c pp_sort.c pp_sys.c proto.h reentr.c reentr.h
39690            ! reentr.pl regcomp.c regcomp.h regexec.c regexp.h run.c scope.c
39691            ! scope.h sv.c sv.h taint.c thrdvar.h thread.h toke.c
39692            ! universal.c unixish.h utf8.c utf8.h utfebcdic.h util.c util.h
39693            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
39694            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
39695            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c xsutils.c
39696 ____________________________________________________________________________
39697 [ 19241] By: jhi                                   on 2003/04/16  17:24:24
39698         Log: Handle PERLIO= and document a bit.
39699      Branch: perl
39700            ! lib/PerlIO.pm pod/perlrun.pod t/io/layers.t
39701 ____________________________________________________________________________
39702 [ 19240] By: sky                                   on 2003/04/16  16:27:43
39703         Log: Fix double join problem for those places where free
39704              actually means free (solaris for example :)
39705              Fixes bug #16681
39706      Branch: perl
39707            ! ext/threads/t/join.t ext/threads/threads.xs
39708 ____________________________________________________________________________
39709 [ 19239] By: jhi                                   on 2003/04/16  14:57:47
39710         Log: Try to get the layers.t working also for dosish platforms.
39711      Branch: perl
39712            ! lib/PerlIO.pm t/io/layers.t
39713 ____________________________________________________________________________
39714 [ 19238] By: jhi                                   on 2003/04/16  13:27:24
39715         Log: A -C parsed from the #! line can still have line endings in it.
39716      Branch: perl
39717            ! util.c
39718 ____________________________________________________________________________
39719 [ 19237] By: jhi                                   on 2003/04/16  13:23:37
39720         Log: What does an empty PERLIO= mean, anyway?
39721      Branch: perl
39722            ! t/io/layers.t
39723 ____________________________________________________________________________
39724 [ 19236] By: jhi                                   on 2003/04/16  13:09:42
39725         Log: Document the effect of thread creation context.
39726      Branch: perl
39727            ! ext/threads/threads.pm
39728 ____________________________________________________________________________
39729 [ 19235] By: jhi                                   on 2003/04/16  12:13:07
39730         Log: Use the right prototype and a glob is fine (from Rafael).
39731      Branch: perl
39732            ! lib/PerlIO.pm universal.c
39733 ____________________________________________________________________________
39734 [ 19234] By: jhi                                   on 2003/04/16  10:20:46
39735         Log: PerlIO::get_layers() usage tip.
39736      Branch: perl
39737            ! lib/PerlIO.pm
39738 ____________________________________________________________________________
39739 [ 19233] By: jhi                                   on 2003/04/16  10:07:48
39740         Log: Syntax terror.
39741      Branch: perl
39742            ! lib/unicore/mktables
39743 ____________________________________________________________________________
39744 [ 19232] By: jhi                                   on 2003/04/16  09:45:51
39745         Log: Redundant test.
39746      Branch: perl
39747            ! lib/unicore/mktables
39748 ____________________________________________________________________________
39749 [ 19231] By: jhi                                   on 2003/04/16  09:21:25
39750         Log: Synchronize the specifications of the POSIX character
39751              classes alnum, graph, and print closer to the planned
39752              Unicode proposal.
39753      Branch: perl
39754            ! lib/unicore/lib/Alnum.pl lib/unicore/lib/Graph.pl
39755            ! lib/unicore/lib/Print.pl lib/unicore/mktables utf8.c
39756 ____________________________________________________________________________
39757 [ 19230] By: jhi                                   on 2003/04/16  08:57:01
39758         Log: Patch from Merijn.
39759      Branch: perl
39760            ! perl.h
39761 ____________________________________________________________________________
39762 [ 19228] By: jhi                                   on 2003/04/16  08:27:26
39763         Log: Thinko in modfl detection.
39764      Branch: perl
39765            ! Configure
39766 ____________________________________________________________________________
39767 [ 19227] By: ams                                   on 2003/04/16  02:32:11
39768         Log: Storable now handles self-tied scalars with NULL mg_obj.
39769      Branch: perl
39770            ! ext/Storable/Storable.xs
39771 ____________________________________________________________________________
39772 [ 19226] By: jhi                                   on 2003/04/15  18:00:21
39773         Log: Upgrade to Pod::LaTeX 0.55.
39774      Branch: perl
39775            + lib/Pod/t/pod2latex.t
39776            - lib/Pod/t/latex.t
39777            ! MANIFEST lib/Pod/LaTeX.pm pod/pod2latex.PL
39778 ____________________________________________________________________________
39779 [ 19224] By: jhi                                   on 2003/04/15  17:01:27
39780         Log: The 'disable-longdouble-if-no-modfl-sqrtl' part didn't stick.
39781      Branch: perl
39782            ! Configure
39783 ____________________________________________________________________________
39784 [ 19223] By: jhi                                   on 2003/04/15  16:36:32
39785         Log: Handle PERLIO=stdio, PERLIO=perlio, PERLIO=mmap, and no PERLIO.
39786      Branch: perl
39787            ! t/io/layers.t
39788 ____________________________________________________________________________
39789 [ 19221] By: jhi                                   on 2003/04/15  16:27:49
39790         Log: False alarm: no cyclic dependency.
39791      Branch: perl
39792            ! Configure config_h.SH
39793 ____________________________________________________________________________
39794 [ 19219] By: jhi                                   on 2003/04/15  16:08:11
39795         Log: Backport of _most_ of the changes in #19218: not one big
39796              cyclic dependency, though, it must be broken up somehow.
39797      Branch: perl
39798            ! Configure config_h.SH
39799 ____________________________________________________________________________
39800 [ 19218] By: jhi                                   on 2003/04/15  14:09:31
39801         Log: Big patch from Alan Burlison to make Solaris long doubles work.
39802              (Also spreads more <stdlib.h> joy.)
39803              Needs backporting to metaconfig units and introducing the new
39804              symbols to non-Configure lands.
39805      Branch: perl
39806            ! Configure config_h.SH hints/solaris_2.sh numeric.c perl.h pp.c
39807 ____________________________________________________________________________
39808 [ 19217] By: jhi                                   on 2003/04/15  14:01:03
39809         Log: Don't skip the whole test for PERLIO=perlio.
39810      Branch: perl
39811            ! t/io/layers.t
39812 ____________________________________________________________________________
39813 [ 19215] By: jhi                                   on 2003/04/15  05:54:17
39814         Log: Add a test for [perl #17753].
39815      Branch: perl
39816            ! t/op/undef.t
39817 ____________________________________________________________________________
39818 [ 19214] By: jhi                                   on 2003/04/15  05:40:52
39819         Log: "proto.h": 'id' is a reserved word in Objective-C.
39820      Branch: perl
39821            ! embed.fnc op.c proto.h
39822 ____________________________________________________________________________
39823 [ 19213] By: sky                                   on 2003/04/14  21:42:10
39824         Log: Ook, run tests on correct build-dir next time.
39825              We must check if the hv is a stash, otherwise we try to delete
39826              something that is a HvNAME of null.....  tests pass better now
39827      Branch: perl
39828            ! gv.c
39829 ____________________________________________________________________________
39830 [ 19212] By: sky                                   on 2003/04/14  21:15:00
39831         Log: Fixes to bugs introduced by PL_stashcache
39832              A) Follow suggestion by Benjamin Goldberg to use hv_delete
39833              instead of hv_delete_ent to avoid creating a temporary SV
39834              B) Don't increment the refcount, sneak it into an IV instead
39835              C) When a GP is a deleted that contains a stash, remove the
39836              corresponding entry since hv might be in use in other places.
39837              D) Note that no test cases test the deletion of packages to catch
39838              this bug.
39839      Branch: perl
39840            ! gv.c hv.c pp_hot.c
39841 ____________________________________________________________________________
39842 [ 19211] By: rgs                                   on 2003/04/14  21:11:11
39843         Log: Mention that "make test_harness" lets messages sent through
39844              standard error out. Complements change #19206.
39845      Branch: perl
39846            ! pod/perlhack.pod
39847 ____________________________________________________________________________
39848 [ 19210] By: rgs                                   on 2003/04/14  20:48:02
39849         Log: Subject: Re: Parse::RecDescent triggers infinete loop in perl5.9.0 and 5.8.1  [perl #17757]
39850              From: Inaba Hiroto <inaba@st.rim.or.jp>
39851              Date: Fri, 21 Mar 2003 17:35:21 +0900
39852              Message-ID: <3E7ACEC8.E0D57221@st.rim.or.jp>
39853              Date: Sat, 22 Mar 2003 11:28:05 +0900
39854              Message-ID: <3E7BCA34.6824269F@st.rim.or.jp>
39855      Branch: perl
39856            ! regexec.c t/op/pat.t
39857 ____________________________________________________________________________
39858 [ 19209] By: jhi                                   on 2003/04/14  20:36:55
39859         Log: PERLIO=perlio requires extra steps.
39860      Branch: perl
39861            ! lib/PerlIO.pm t/io/layers.t
39862 ____________________________________________________________________________
39863 [ 19208] By: jhi                                   on 2003/04/14  20:02:04
39864         Log: Skip as early as possible if no perlio since the
39865              use open would be compile-time.
39866      Branch: perl
39867            ! t/io/layers.t
39868 ____________________________________________________________________________
39869 [ 19207] By: rgs                                   on 2003/04/14  19:34:42
39870         Log: Document and test autovivified dirhandles.
39871              Subject: [perl #21952] [patch] t/op/readdir.t and perlfunc.pod
39872              From: Nathan Torkington (via RT) <perlbug-followup@perl.org>
39873              Date: 12 Apr 2003 12:40:45 -0000
39874              Message-Id: <rt-21952-55079.8.08945458828887@bugs6.perl.org>
39875      Branch: perl
39876            ! pod/perlfunc.pod t/op/readdir.t
39877 ____________________________________________________________________________
39878 [ 19206] By: rgs                                   on 2003/04/14  19:13:26
39879         Log: More docs about running tests and the test suite.
39880              Update perlhack.pod in various places.
39881              Add 'test_harness' as a .PHONY dependency in the Makefile.
39882      Branch: perl
39883            ! Makefile.SH pod/perlhack.pod t/README
39884 ____________________________________________________________________________
39885 [ 19205] By: jhi                                   on 2003/04/14  18:58:01
39886         Log: Build get_layers() also under -Uuseperlio.
39887      Branch: perl
39888            ! universal.c
39889 ____________________________________________________________________________
39890 [ 19204] By: jhi                                   on 2003/04/14  18:48:04
39891         Log: Bump up the version and admonish against aspiring (ab)use.
39892      Branch: perl
39893            ! lib/PerlIO.pm
39894 ____________________________________________________________________________
39895 [ 19203] By: jhi                                   on 2003/04/14  17:35:51
39896         Log: Introduce PerlIO::get_layers() to allow people to peek
39897              at the PerlIO layer stack.
39898      Branch: perl
39899            + t/io/layers.t
39900            ! MANIFEST lib/PerlIO.pm perlio.c perlio.h t/io/open.t
39901            ! universal.c
39902 ____________________________________________________________________________
39903 [ 19202] By: merijn                                on 2003/04/14  05:42:18
39904         Log: Subject: [PATCH] vms/vms.c waitpid tweak
39905              From: "Craig A. Berry" <craigberry@mac.com>
39906              Date: Mon, 14 Apr 2003 00:43:00 -0500
39907              Message-ID: <3E9A4A64.6030205@mac.com>
39908      Branch: perl
39909            ! vms/vms.c
39910 ____________________________________________________________________________
39911 [ 19201] By: sky                                   on 2003/04/13  19:26:46
39912         Log: Fix bug #16253, use all the CPU that we can :-)
39913      Branch: perl
39914            ! ext/threads/threads.xs
39915 ____________________________________________________________________________
39916 [ 19200] By: sky                                   on 2003/04/13  18:38:58
39917         Log: Fix bug #15893 by creating shared scalars with a refcount of 1
39918              instead of 2 and make push and pop increase the refcount.
39919      Branch: perl
39920            ! ext/threads/shared/shared.xs
39921 ____________________________________________________________________________
39922 [ 19199] By: jhi                                   on 2003/04/13  11:45:42
39923         Log: Because we chdir to 'Big-Dummy' the lib/utf8.pm may be at
39924              ../../lib for the lc() at line 66 (UTF-8 data possible
39925              if using UTF-8 locales).
39926      Branch: perl
39927            ! lib/ExtUtils/t/Install.t
39928 ____________________________________________________________________________
39929 [ 19198] By: jhi                                   on 2003/04/13  09:43:09
39930         Log: The lib/ipc_sysv.t test has a new name.
39931      Branch: perl
39932            ! INSTALL
39933 ____________________________________________________________________________
39934 [ 19197] By: jhi                                   on 2003/04/13  09:32:05
39935         Log: Continue hunting for the cause of the Tru64 failed threaded smokes
39936              most probably introduced by the change #19157.  The tweak suggested
39937              by Stephen McCamant trades a possible dangling pointer (CopFILE()
39938              is tricky like that with threads) to a memory leak.  (This means
39939              that this tweak shouldn't be left in as-is, but if this helps,
39940              we at least know that the failure was caused by the #19157.)
39941      Branch: perl
39942            ! op.c
39943 ____________________________________________________________________________
39944 [ 19196] By: jhi                                   on 2003/04/13  09:20:02
39945         Log: Upgrade to Net::Ping 2.29.
39946      Branch: perl
39947            + lib/Net/Ping/t/510_ping_udp.t
39948            - lib/Net/Ping/README
39949            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/Changes
39950 ____________________________________________________________________________
39951 [ 19195] By: jhi                                   on 2003/04/13  09:02:05
39952         Log: Upgrade to Test::Harness 2.27_04.
39953      Branch: perl
39954            + lib/Test/Harness/t/pod.t t/lib/sample-tests/switches
39955            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Straps.pm
39956            ! lib/Test/Harness/t/test-harness.t
39957 ____________________________________________________________________________
39958 [ 19194] By: rgs                                   on 2003/04/12  21:21:04
39959         Log: Darwin/Rhapsody hints files updates by Wilfredo Sánchez
39960      Branch: perl
39961            ! hints/darwin.sh hints/rhapsody.sh
39962 ____________________________________________________________________________
39963 [ 19192] By: jhi                                   on 2003/04/12  18:23:40
39964         Log: The debugging aid #19182 didn't.
39965      Branch: perl
39966            ! ext/B/t/deparse.t
39967 ____________________________________________________________________________
39968 [ 19191] By: jhi                                   on 2003/04/12  16:51:12
39969         Log: Benchmark nit from Nicholas Clark (in OpenBSD the result could
39970              be a negative zero, -0).
39971      Branch: perl
39972            ! lib/Benchmark.t
39973 ____________________________________________________________________________
39974 [ 19190] By: rgs                                   on 2003/04/12  13:41:25
39975         Log: Subject: [PATCH] MakeMaker 6.10_02 -> 6.10_03
39976              From: Michael G Schwern <schwern@pobox.com>
39977              Date: Fri, 11 Apr 2003 00:32:02 -0700
39978              Message-ID: <20030411073202.GC5916@windhund.schwern.org>
39979      Branch: perl
39980            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_MacOS.pm
39981            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
39982            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/TODO
39983            ! lib/ExtUtils/t/00compile.t lib/ExtUtils/t/00setup_dummy.t
39984            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/basic.t
39985            ! lib/ExtUtils/t/zz_cleanup_dummy.t
39986 ____________________________________________________________________________
39987 [ 19189] By: rgs                                   on 2003/04/10  20:40:14
39988         Log: Peter Scott suggests that the docs for base.pm should
39989              state explicitely that base.pm doesn't call import()
39990              on base classes. Plus a few typos.
39991      Branch: perl
39992            ! lib/base.pm
39993 ____________________________________________________________________________
39994 [ 19188] By: rgs                                   on 2003/04/10  19:45:08
39995         Log: PerlFAQ sync.
39996      Branch: perl
39997            ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
39998            ! pod/perlfaq7.pod pod/perlfaq9.pod
39999 ____________________________________________________________________________
40000 [ 19187] By: rgs                                   on 2003/04/10  19:25:18
40001         Log: Fix bug #21914, 3-arg open + local $fh + strict coredump.
40002              There used to be a nullstash (%{"<none>::"}) to hold illegal
40003              variables under strict 'vars'. It has been removed by change #17942.
40004              This can lead to segfaults during the parsing, because some illegal
40005              variables might have been discarded before the compilation of the
40006              current statement had completed.
40007              Bug analysis and test case by Enache Adrian.
40008      Branch: perl
40009            ! gv.c t/lib/strict/vars
40010 ____________________________________________________________________________
40011 [ 19186] By: jhi                                   on 2003/04/10  19:13:40
40012         Log: Be more descriptive.
40013      Branch: perl
40014            ! MANIFEST
40015 ____________________________________________________________________________
40016 [ 19185] By: jhi                                   on 2003/04/10  19:06:02
40017         Log: Noted by Nat: -0 didn't work that well with Unicode.
40018      Branch: perl
40019            ! perl.c pod/perlrun.pod
40020 ____________________________________________________________________________
40021 [ 19184] By: jhi                                   on 2003/04/10  17:26:43
40022         Log: Add an option for the grok_xxx() to silently ignore bad digits.
40023      Branch: perl
40024            ! numeric.c perl.h
40025 ____________________________________________________________________________
40026 [ 19183] By: jhi                                   on 2003/04/10  10:56:25
40027         Log: The test doesn't work that well when -Uusedl.
40028              Some of the tests could be salvaged even then I guess.
40029      Branch: perl
40030            ! lib/ExtUtils/t/Constant.t
40031 ____________________________________________________________________________
40032 [ 19182] By: jhi                                   on 2003/04/10  09:40:24
40033         Log: A temporary debugging aid for Tru64 threaded builds.
40034      Branch: perl
40035            ! ext/B/t/deparse.t
40036 ____________________________________________________________________________
40037 [ 19181] By: jhi                                   on 2003/04/10  08:02:10
40038         Log: Unless Inuits are involved...
40039      Branch: perl
40040            ! pod/perlrun.pod
40041 ____________________________________________________________________________
40042 [ 19180] By: jhi                                   on 2003/04/10  07:02:44
40043         Log: With AFS the cwds have little chance of agreeing.
40044      Branch: perl
40045            ! ext/Cwd/t/cwd.t
40046 ____________________________________________________________________________
40047 [ 19179] By: jhi                                   on 2003/04/10  06:46:50
40048         Log: I assume the idea was to use the *cwd variables for testing.
40049      Branch: perl
40050            ! ext/Cwd/t/cwd.t
40051 ____________________________________________________________________________
40052 [ 19177] By: jhi                                   on 2003/04/10  04:34:48
40053         Log: perlport information about portably embedding string data.
40054      Branch: perl
40055            ! pod/perlport.pod
40056 ____________________________________________________________________________
40057 [ 19176] By: jhi                                   on 2003/04/10  04:18:45
40058         Log: Also locale names can contain illegal UTF-8.
40059      Branch: perl
40060            ! lib/locale.t
40061 ____________________________________________________________________________
40062 [ 19175] By: jhi                                   on 2003/04/10  04:03:48
40063         Log: In case someone is using UTF-8 locales.
40064      Branch: perl
40065            ! lib/ExtUtils/MM_MacOS.pm
40066 ____________________________________________________________________________
40067 [ 19174] By: merijn                                on 2003/04/09  14:33:12
40068         Log: Even more promotion for -lc128 (long doubles on AIX)
40069              More obvious detection of C compiler
40070              cc_type should not promote to config.sh
40071
40072              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
40073              Date: Wed, 09 Apr 2003 14:31:48 +0200
40074              Message-Id: <20030409143007.B4A4.H.M.BRAND@hccnet.nl>
40075      Branch: perl
40076            ! hints/aix.sh
40077 ____________________________________________________________________________
40078 [ 19173] By: jhi                                   on 2003/04/09  12:39:35
40079         Log: open(my $fh, ">&", STDOUT) should not warn under strict.
40080      Branch: perl
40081            ! op.c t/io/open.t
40082 ____________________________________________________________________________
40083 [ 19172] By: jhi                                   on 2003/04/09  10:40:31
40084         Log: Try to be more descriptive than just __ANONIO__ which is what
40085              you get when you autovivify filehandles into array/hash elements.
40086      Branch: perl
40087            ! doio.c op.c t/io/open.t
40088 ____________________________________________________________________________
40089 [ 19171] By: rgs                                   on 2003/04/08  20:44:20
40090         Log: Implement support for --help and --version in Getopt::Std
40091              Subject: Re: [PATCH 5.8.1 @19053] Getopt::Std
40092              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
40093              Date: Mon, 7 Apr 2003 17:07:15 -0700
40094              Message-ID: <20030408000714.GA953@math.berkeley.edu>
40095      Branch: perl
40096            ! lib/Getopt/Std.pm
40097 ____________________________________________________________________________
40098 [ 19170] By: rgs                                   on 2003/04/08  19:47:05
40099         Log: Subject: [PATCH] Re: Error: Unknown error
40100              From: Enache Adrian <enache@rdslink.ro>
40101              Date: Tue, 8 Apr 2003 07:12:13 +0300
40102              Message-ID: <20030408041213.GA13553@ratsnest.hole>
40103      Branch: perl
40104            ! lib/fields.t lib/strict.t op.c t/lib/strict/subs
40105 ____________________________________________________________________________
40106 [ 19169] By: rgs                                   on 2003/04/08  19:19:34
40107         Log: Subject: [PATCH] (vaguely connected with) [perl #21875] Hash ref transformed as a list
40108              From: Dave Mitchell <davem@fdgroup.com>
40109              Date: Mon, 7 Apr 2003 21:43:17 +0100
40110              Message-ID: <20030407204317.GA8796@fdgroup.com>
40111
40112              The new XTERMORDORDOR lexer expectation must also be named
40113              in debugging perls, to be used in the output of -DT.
40114      Branch: perl
40115            ! perl.h toke.c
40116 ____________________________________________________________________________
40117 [ 19168] By: rgs                                   on 2003/04/08  19:05:22
40118         Log: Document that perl recognizes 2>&1 on the command-line on VMS.
40119      Branch: perl
40120            ! vms/perlvms.pod
40121 ____________________________________________________________________________
40122 [ 19167] By: rgs                                   on 2003/04/08  18:47:18
40123         Log: Typos fixes by Stas Bekman.
40124      Branch: perl
40125            ! cv.h lib/attributes.pm sv.h
40126 ____________________________________________________________________________
40127 [ 19166] By: rgs                                   on 2003/04/08  18:43:22
40128         Log: Subject: [PATCH pod/perlpod.pod] was RE: How cross-platform is `foo 2>&1`  these days?
40129              From: Robin Barker <Robin.Barker@npl.co.uk>
40130              Date: Tue, 8 Apr 2003 14:23:04 +0100
40131              Message-ID: <533D273D4014D411AB1D00062938C4D904046395@hotel.npl.co.uk>
40132      Branch: perl
40133            ! pod/perlpod.pod
40134 ____________________________________________________________________________
40135 [ 19164] By: jhi                                   on 2003/04/08  04:42:05
40136         Log: Few more words about safe/unsafe signals.
40137      Branch: perl
40138            ! pod/perlipc.pod pod/perlrun.pod pod/perlvar.pod
40139 ____________________________________________________________________________
40140 [ 19163] By: jhi                                   on 2003/04/07  19:25:39
40141         Log: The SvGROW() might move the PV.
40142      Branch: perl
40143            ! pp.c
40144 ____________________________________________________________________________
40145 [ 19162] By: jhi                                   on 2003/04/07  18:23:29
40146         Log: Subject: Re: [PATCH] ExtUtils::MakeMaker 6.10_02
40147              From: Michael G Schwern <schwern@pobox.com>
40148              Date: Mon, 7 Apr 2003 02:09:17 -0700
40149              Message-ID: <20030407090917.GA9221@windhund.schwern.org>
40150      Branch: perl
40151            + lib/ExtUtils/t/MM_Any.t
40152            ! MANIFEST lib/ExtUtils/Command.pm lib/ExtUtils/Command/MM.pm
40153            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
40154            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Liblist/Kid.pm
40155            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_BeOS.pm
40156            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_DOS.pm
40157            ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_NW5.pm
40158            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_UWIN.pm
40159            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
40160            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
40161            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/FAQ.pod
40162            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/PATCHING
40163            ! lib/ExtUtils/README lib/ExtUtils/TODO
40164            ! lib/ExtUtils/t/00compile.t lib/ExtUtils/t/MM_Cygwin.t
40165            ! lib/ExtUtils/t/basic.t t/lib/MakeMaker/Test/Utils.pm
40166 ____________________________________________________________________________
40167 [ 19160] By: jhi                                   on 2003/04/07  04:17:38
40168         Log: Time::HiRes: Do not create files in blib directories under core
40169              (from Rafael)
40170      Branch: perl
40171            ! ext/Time/HiRes/Makefile.PL
40172 ____________________________________________________________________________
40173 [ 19159] By: jhi                                   on 2003/04/07  03:53:01
40174         Log: Future binary compat wishful thinking:
40175              maint will use the stashcache, but not the dbassertion.
40176      Branch: perl
40177            ! intrpvar.h
40178 ____________________________________________________________________________
40179 [ 19158] By: jhi                                   on 2003/04/07  03:41:17
40180         Log: More WinCE tweaking for Vadim Konovalov.
40181      Branch: perl
40182            ! wince/Makefile.ce wince/compile-all.bat wince/compile.bat
40183            ! wince/makedist.pl
40184 ____________________________________________________________________________
40185 [ 19157] By: rgs                                   on 2003/04/06  20:53:29
40186         Log: Subject: CvFILE for constant subs
40187              From: Stephen McCamant <smcc@mit.edu>
40188              Date: Sun, 6 Apr 2003 16:39:13 -0400
40189              Message-ID: <16016.36977.667436.279778@syllepsis.MIT.EDU>
40190      Branch: perl
40191            ! op.c
40192 ____________________________________________________________________________
40193 [ 19156] By: rgs                                   on 2003/04/06  20:44:09
40194         Log: Subject: [PATCH] B::Deparse: sv_no != 0
40195              From: Stephen McCamant <smcc@mit.edu>
40196              Date: Sun, 6 Apr 2003 17:00:48 -0400
40197              Message-ID: <16016.38272.921140.343901@syllepsis.MIT.EDU>
40198      Branch: perl
40199            ! ext/B/B/Deparse.pm
40200 ____________________________________________________________________________
40201 [ 19154] By: jhi                                   on 2003/04/06  19:46:35
40202         Log: An unconditional carp is not nice.
40203      Branch: perl
40204            ! ext/Sys/Syslog/Syslog.pm
40205 ____________________________________________________________________________
40206 [ 19153] By: rgs                                   on 2003/04/06  18:37:58
40207         Log: Subject: [DOC PATCH] README.solaris and -Dcc=gcc
40208              From: Robert Spier <rspier@pobox.com>
40209              Date: Sat, 05 Apr 2003 21:12:20 -0800
40210              Message-ID: <m37ka88b0r.wl_rspier@pobox.com>
40211      Branch: perl
40212            ! README.solaris
40213 ____________________________________________________________________________
40214 [ 19152] By: rgs                                   on 2003/04/06  18:24:38
40215         Log: Remove unportable ">|" shell syntax
40216              Subject: Re: Change 19150: LD_PRELOAD hack, still badly flawed / a solution
40217              From: Enache Adrian <enache@rdslink.ro>
40218              Date: Sun, 6 Apr 2003 21:13:27 +0300
40219              Message-ID: <20030406181326.GA873@ratsnest.hole>
40220      Branch: perl
40221            ! Makefile.SH
40222 ____________________________________________________________________________
40223 [ 19151] By: jhi                                   on 2003/04/06  18:14:44
40224         Log: Subject: PATCH (was: Re: [perl #18180] problem with sys:syslog on solaris 8 with perl 5.8.0)
40225              From: Joost van Baal <J.E.vanBaal@uvt.nl>
40226              Date: Mon, 25 Nov 2002 17:35:37 +0100
40227              Message-ID: <20021125163537.GC4745@banach.uvt.nl>
40228
40229              (The .pm patch modified a bit, and removed the false
40230              claim that _PATH_INFO would be coming from syslog.ph)
40231      Branch: perl
40232            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.pm
40233            ! ext/Sys/Syslog/syslog.t
40234 ____________________________________________________________________________
40235 [ 19150] By: rgs                                   on 2003/04/05  21:10:00
40236         Log: Subject: LD_PRELOAD hack, still badly flawed / a solution
40237              From: Enache Adrian <enache@rdslink.ro>
40238              Date: Thu, 3 Apr 2003 15:50:48 +0300
40239              Message-ID: <20030403125048.GA6107@ratsnest.hole>
40240
40241              On linux, when building a shared library, generate
40242              a small shell wrapper, "preload", that preloads libperl.so
40243              only if it exists. Useful when the 'make' process stops
40244              before the link phase.
40245      Branch: perl
40246            ! Makefile.SH
40247 ____________________________________________________________________________
40248 [ 19149] By: jhi                                   on 2003/04/05  20:44:25
40249         Log: Upgrade to Locale::Maketext 1.04.
40250      Branch: perl
40251            + lib/Locale/Maketext/t/00about.t lib/Locale/Maketext/t/01make.t
40252            + lib/Locale/Maketext/t/02get.t lib/Locale/Maketext/t/03http.t
40253            - lib/Locale/Maketext/test.pl
40254            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
40255            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
40256 ____________________________________________________________________________
40257 [ 19148] By: jhi                                   on 2003/04/05  20:38:30
40258         Log: perluniintro.pod: nice_string() doesn't escape
40259              literal escape chars -- use Sadahiro-san's fix(es).
40260      Branch: perl
40261            ! pod/perluniintro.pod
40262 ____________________________________________________________________________
40263 [ 19147] By: rgs                                   on 2003/04/05  19:12:30
40264         Log: Subject: [PATCH 5.8.1 @19053] Embedding
40265              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
40266              Date: Mon, 31 Mar 2003 12:39:24 -0800
40267              Message-ID: <20030331203924.GA3602@math.berkeley.edu>
40268
40269              Advertise the pair of macros PERL_SYS_INIT3 / PERL_SYS_TERM
40270              to be used in a C program's main function.
40271      Branch: perl
40272            ! lib/ExtUtils/t/Embed.t pod/perlembed.pod
40273 ____________________________________________________________________________
40274 [ 19146] By: jhi                                   on 2003/04/05  19:08:37
40275         Log: Heredocs and use encoding didn't work for SJIS;
40276              patch from Inaba Hiroto.
40277      Branch: perl
40278            ! toke.c
40279 ____________________________________________________________________________
40280 [ 19145] By: rgs                                   on 2003/04/05  11:45:36
40281         Log: The manpages don't have to be built by MakeMaker for the
40282              core modules in ext/. Disable this in Devel::PPPort (not
40283              up-to-date on CPAN), Unicode::Normalize (the CPAN version
40284              uses a different Makefile.PL anyway) and XS::APItest
40285              (not CPANized.)
40286      Branch: perl
40287            ! ext/Devel/PPPort/Makefile.PL ext/Unicode/Normalize/Makefile.PL
40288            ! ext/XS/APItest/Makefile.PL
40289 ____________________________________________________________________________
40290 [ 19144] By: rgs                                   on 2003/04/05  11:28:22
40291         Log: Upgrade to Unicode::Normalize 0.21 and Unicode::Collate 0.24,
40292              by SADAHIRO Tomoyuki.
40293      Branch: perl
40294            ! ext/Unicode/Normalize/Changes
40295            ! ext/Unicode/Normalize/Normalize.pm
40296            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
40297            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
40298            ! ext/Unicode/Normalize/t/test.t lib/Unicode/Collate.pm
40299            ! lib/Unicode/Collate/Changes lib/Unicode/Collate/README
40300            ! lib/Unicode/Collate/t/index.t lib/Unicode/Collate/t/test.t
40301 ____________________________________________________________________________
40302 [ 19143] By: merijn                                on 2003/04/03  08:55:33
40303         Log: Subject: [PATCH] VMS %ENV fix (follow-up to 18852)
40304              From: "Craig A. Berry" <craigberry@mac.com>
40305              Date: Wed, 02 Apr 2003 18:09:03 -0600
40306              Message-Id: <5.2.0.9.0.20030402173822.01ba1df0@dcichiexc1>
40307      Branch: perl
40308            ! vms/vms.c vms/vmsish.h
40309 ____________________________________________________________________________
40310 [ 19142] By: merijn                                on 2003/04/03  08:50:55
40311         Log: Subject: Re: [PATCH 5.8.0 DOC] Fix missing functions when splitting perlfunc
40312              From: andreas.koenig@anima.de (Andreas J. Koenig)
40313              Date: Thu, 03 Apr 2003 08:28:52 +0200
40314              Message-ID: <m3u1dgnlgb.fsf@franz.ak.mind.de>
40315      Branch: perl
40316            ! lib/Pod/t/Functions.t
40317 ____________________________________________________________________________
40318 [ 19141] By: jhi                                   on 2003/04/03  05:00:36
40319         Log: Don't recurse from threads to threads/shared (since
40320              threads/shared is built separately, temp solution from
40321              Schwern while MM is being fixed.)
40322      Branch: perl
40323            ! ext/threads/Makefile.PL
40324 ____________________________________________________________________________
40325 [ 19140] By: rgs                                   on 2003/04/02  20:41:46
40326         Log: Subject: [PATCH 5.8.0 DOC] Fix missing functions when splitting perlfunc
40327              From: Steve Hay <steve.hay@uk.radan.com>
40328              Date: Thu, 20 Mar 2003 11:55:01 +0000
40329              Message-ID: <3E79AC15.80307@uk.radan.com>
40330      Branch: perl
40331            ! installhtml lib/Pod/Functions.pm pod/perlfunc.pod pod/splitpod
40332 ____________________________________________________________________________
40333 [ 19139] By: jhi                                   on 2003/04/02  19:44:07
40334         Log: Make perldiag agree with #19138.
40335      Branch: perl
40336            ! pod/perldiag.pod
40337 ____________________________________________________________________________
40338 [ 19138] By: jhi                                   on 2003/04/02  19:37:59
40339         Log: Make at least the thread count make sense.
40340      Branch: perl
40341            ! ext/threads/threads.xs
40342 ____________________________________________________________________________
40343 [ 19137] By: rgs                                   on 2003/04/02  19:24:47
40344         Log: Adjust test for the recent change (#19136) to Pod::Html
40345      Branch: perl
40346            ! lib/Pod/t/htmlview.t
40347 ____________________________________________________________________________
40348 [ 19136] By: rgs                                   on 2003/04/02  18:46:31
40349         Log: Fixes for "installhtml --splithead", based on :
40350              Subject: Re: [PATCH 5.8.0 UTIL] Fix installhtml for splitting and PM/POD conflicts
40351              From: Steve Hay <steve.hay@uk.radan.com>
40352              Date: Wed, 02 Apr 2003 11:33:41 +0100
40353              Message-ID: <3E8ABC85.5060807@uk.radan.com>
40354
40355              This also includes a small patch to Pod::Html : when generating
40356              anchor names, play on the safe side and turn every non-alphanumeric
40357              character into an '_'. Moreover, Pod::Html::anchorify() is now
40358              optionally exported.
40359      Branch: perl
40360            ! installhtml lib/Pod/Html.pm
40361 ____________________________________________________________________________
40362 [ 19135] By: rgs                                   on 2003/04/02  18:42:50
40363         Log: Subject: Re: [perl #21765] $s = ""; $n = @a = split(/,/, $s); results in undef $n
40364              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
40365              Date: Tue, 01 Apr 2003 16:32:46 -0800
40366              Message-ID: <u+ii+gzkgqkV092yn@efn.org>
40367      Branch: perl
40368            ! pp.c t/op/split.t
40369 ____________________________________________________________________________
40370 [ 19134] By: sky                                   on 2003/04/02  18:01:40
40371         Log: Fix some small nits, thanks to Rafael.
40372      Branch: perl
40373            ! pp_hot.c
40374 ____________________________________________________________________________
40375 [ 19133] By: sky                                   on 2003/04/02  13:41:14
40376         Log: Add packname->stash cache before the check if a packname is a
40377              filehandle or a package, it works because only packnames
40378              that have been resolved to stashes are added to the cache,
40379              and when a newIO is created we clean the cache.
40380              Results in roughly 1.8 speed increase for class->method()
40381              calls.
40382      Branch: perl
40383            ! embedvar.h gv.c hv.c intrpvar.h perl.c perlapi.h pp_hot.c sv.c
40384 ____________________________________________________________________________
40385 [ 19132] By: merijn                                on 2003/04/02  11:28:02
40386         Log: #19122 should have been tested on non-glibc system (like AIX)
40387      Branch: perl
40388            ! pp.c
40389 ____________________________________________________________________________
40390 [ 19131] By: jhi                                   on 2003/04/02  05:25:19
40391         Log: Spread IlyaZ's PERL_CORE detection trick.
40392      Branch: perl
40393            ! ext/Encode/Makefile.PL
40394 ____________________________________________________________________________
40395 [ 19130] By: jhi                                   on 2003/04/02  04:42:40
40396         Log: Cannot portably compare files if one of them is still open
40397              (from Craig Berry).
40398      Branch: perl
40399            ! ext/Encode/t/enc_module.t
40400 ____________________________________________________________________________
40401 [ 19129] By: jhi                                   on 2003/04/02  04:30:45
40402         Log: MM_VMS tweak from Craig Berry:
40403              http://nntp.x.perl.org/group/perl.makemaker/1002
40404      Branch: perl
40405            ! lib/ExtUtils/MM_VMS.pm
40406 ____________________________________________________________________________
40407 [ 19128] By: rgs                                   on 2003/04/01  21:30:12
40408         Log: Subject: [PATCH 5.8.0 UTIL] Fix installhtml for splitting and PM/POD conflicts
40409              From: Steve Hay <steve.hay@uk.radan.com>
40410              Date: Thu, 20 Mar 2003 12:34:15 +0000
40411              Message-ID: <3E79B547.6030201@uk.radan.com>
40412              (with a few minor tweaks)
40413      Branch: perl
40414            ! installhtml
40415 ____________________________________________________________________________
40416 [ 19127] By: rgs                                   on 2003/04/01  19:01:20
40417         Log: Subject: Re: [perl #21744] Deparse bug: "\::" deparsed as "::"
40418              From: Enache Adrian <enache@rdslink.ro>
40419              Date: Sat, 29 Mar 2003 19:45:41 +0200
40420              Message-ID: <20030329174541.GA8138@ratsnest.hole>
40421      Branch: perl
40422            ! ext/B/B/Deparse.pm
40423 ____________________________________________________________________________
40424 [ 19126] By: rgs                                   on 2003/04/01  18:39:43
40425         Log: Fix bug #21742. require should be always invoked in
40426              scalar context. This wasn't the case when called from
40427              an eval(""), because the void context doesn't propagate
40428              through the leaveeval op. Instead of making scalarvoid()
40429              handle OP_LEAVEEVAL -- this breaks AutoLoader -- implement
40430              a workaround in doeval().
40431      Branch: perl
40432            ! pp_ctl.c t/comp/require.t
40433 ____________________________________________________________________________
40434 [ 19124] By: jhi                                   on 2003/04/01  16:52:28
40435         Log: Subject: [patch] fix HiRes.t failures on Stratus VOS
40436              From: "Green, Paul" <Paul.Green@stratus.com>
40437              Date: Tue, 1 Apr 2003 12:37:38 -0500
40438              Message-ID: <A2A34F15EE916148BC4C4748223E67A403D99C9D@exna4.stratus.com>
40439      Branch: perl
40440            ! hints/vos.sh
40441 ____________________________________________________________________________
40442 [ 19122] By: jhi                                   on 2003/04/01  16:36:52
40443         Log: Integrate:
40444              [ 19119]
40445              Address "5.8.1@19053: crypt_r() takes 128K per thread".
40446      Branch: perl
40447           !> pp.c reentr.c reentr.h reentr.pl
40448 ____________________________________________________________________________
40449 [ 19121] By: jhi                                   on 2003/04/01  16:36:02
40450         Log: Integrate:
40451              [ 19109]
40452              Subject: [PATCH 5.8.1 @19053] Time::HiRes
40453              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
40454              Date: Mon, 31 Mar 2003 12:53:01 -0800
40455              Message-ID: <20030331205301.GA3687@math.berkeley.edu>
40456
40457              [ 19111]
40458              A cleaner way to detect PERL_CORE, from IlyaZ.
40459      Branch: perl
40460           !> ext/Time/HiRes/HiRes.t ext/Time/HiRes/Makefile.PL
40461 ____________________________________________________________________________
40462 [ 19120] By: jhi                                   on 2003/04/01  16:32:03
40463         Log: Integrate:
40464              [ 19106]
40465              Subject: [PATCH 5.8.1 @19053] OS/2-related patches
40466              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
40467              Date: Mon, 31 Mar 2003 12:43:37 -0800
40468              Message-ID: <20030331204337.GA3634@math.berkeley.edu>
40469
40470              and regen Configure.
40471      Branch: perl
40472            ! Configure config_h.SH embedvar.h
40473           !> Makefile.SH embed.fnc embed.h embed.pl ext/threads/threads.xs
40474           !> intrpvar.h makedef.pl os2/Makefile.SHs os2/OS2/ExtAttr/Changes
40475           !> os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/PrfDB/Changes
40476           !> os2/OS2/PrfDB/PrfDB.pm os2/OS2/REXX/DLL/DLL.pm
40477           !> os2/OS2/REXX/REXX.pm os2/dl_os2.c os2/os2.c os2/os2ish.h
40478           !> os2/os2thread.h perlapi.h perlio.c perlvars.h reentr.c
40479           !> reentr.h reentr.pl sv.c
40480 ____________________________________________________________________________
40481 [ 19118] By: jhi                                   on 2003/04/01  16:17:04
40482         Log: Document the _exit() issue with threads in Linux [perl #17057].
40483      Branch: perl
40484            ! ext/POSIX/POSIX.pod
40485 ____________________________________________________________________________
40486 [ 19117] By: jhi                                   on 2003/04/01  16:07:59
40487         Log: Subject: Re: 5.8.1@19053 bug: make minitest fails with threads
40488              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
40489              Date: Tue, 1 Apr 2003 11:02:35 +0200
40490              Message-Id: <20030401110235.3f20ffb2.rgarciasuarez@free.fr>
40491      Branch: perl
40492            ! t/op/getpid.t
40493 ____________________________________________________________________________
40494 [ 19116] By: jhi                                   on 2003/04/01  16:06:12
40495         Log: Subject: [PATCH ext/SDBM_File/sdbm/Makefile.PL] MM hackery and whitespace changes
40496              From: Michael G Schwern <schwern@pobox.com>
40497              Date: Mon, 31 Mar 2003 15:16:57 -0800
40498              Message-ID: <20030331231657.GJ17529@windhund.schwern.org>
40499      Branch: perl
40500            ! ext/SDBM_File/sdbm/Makefile.PL
40501 ____________________________________________________________________________
40502 [ 19115] By: jhi                                   on 2003/04/01  15:58:45
40503         Log: Subject: [PATCH] overdue perlhack.pod corrections for RT
40504              From: Richard.Foley@ubsw.com
40505              Date: Mon, 31 Mar 2003 16:27:14 +0200
40506              Message-ID: <B374141B0A424D4F9CF143CC51B3ADD9857B39@NZURC900PEX1.ubsgs.ubsgroup.net>
40507      Branch: perl
40508            ! pod/perlhack.pod
40509 ____________________________________________________________________________
40510 [ 19114] By: jhi                                   on 2003/04/01  15:56:27
40511         Log: Subject: [PATCH] Text::Abbrev warnings safe
40512              From: Peter Scott <Peter@PSDT.com>
40513              Date: Fri, 28 Mar 2003 16:34:47 -0800
40514              Message-id: <5.2.0.9.2.20030328161002.00b45f08@shell2.webquarry.com>
40515      Branch: perl
40516            ! lib/Text/Abbrev.pm lib/Text/Abbrev.t
40517 ____________________________________________________________________________
40518 [ 19113] By: merijn                                on 2003/04/01  14:12:33
40519         Log: Implemented AIX longdouble support in hints/aix.sh, which now
40520              actually work.  Thanks to John L. Allen for the hint.
40521
40522              Subject: Re: AIX longdoubles
40523              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
40524              Date: Tue, 01 Apr 2003 17:18:57 +0200
40525              Message-Id: <20030401171819.D8E6.H.M.BRAND@hccnet.nl>
40526      Branch: perl
40527            ! hints/aix.sh
40528 ____________________________________________________________________________
40529 [ 19104] By: jhi                                   on 2003/03/31  10:51:36
40530         Log: Tabify; strictly speaking unnecessary but anyway...
40531      Branch: perl
40532            ! MANIFEST
40533 ____________________________________________________________________________
40534 [ 19102] By: jhi                                   on 2003/03/31  10:36:48
40535         Log: Upgrade to Test::Harness 2.27_02.
40536      Branch: perl
40537            + t/lib/sample-tests/no_output t/lib/sample-tests/segfault
40538            + t/lib/sample-tests/too_many
40539            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
40540            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/strap-analyze.t
40541            ! lib/Test/Harness/t/strap.t lib/Test/Harness/t/test-harness.t
40542 ____________________________________________________________________________
40543 [ 19101] By: jhi                                   on 2003/03/31  10:07:35
40544         Log: Upgrade to podlators 1.26.
40545      Branch: perl
40546            ! lib/Pod/Man.pm
40547 ____________________________________________________________________________
40548 [ 19100] By: jhi                                   on 2003/03/31  10:03:50
40549         Log: Upgrade to Encode 1.92.
40550      Branch: perl
40551            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
40552            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Guess.pm
40553            ! ext/Encode/t/CJKT.t ext/Encode/t/enc_module.t
40554            ! ext/Encode/ucm/big5-eten.ucm ext/Encode/ucm/big5-hkscs.ucm
40555            ! ext/Encode/ucm/cp932.ucm ext/Encode/ucm/cp936.ucm
40556            ! ext/Encode/ucm/cp949.ucm ext/Encode/ucm/cp950.ucm
40557 ____________________________________________________________________________
40558 [ 19099] By: jhi                                   on 2003/03/31  09:54:52
40559         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.03 -> 6.06_05ish
40560              From: Michael G Schwern <schwern@pobox.com>
40561              Date: Mon, 31 Mar 2003 02:42:58 -0800
40562              Message-ID: <20030331104257.GB15327@windhund.schwern.org>
40563      Branch: perl
40564            + lib/ExtUtils/MakeMaker/FAQ.pod
40565            + lib/ExtUtils/MakeMaker/Tutorial.pod
40566            + lib/ExtUtils/MakeMaker/vmsish.pm lib/ExtUtils/NOTES
40567            + lib/ExtUtils/PATCHING lib/ExtUtils/README lib/ExtUtils/TODO
40568            + lib/ExtUtils/t/00compile.t lib/ExtUtils/t/Install.t
40569            + lib/ExtUtils/t/Liblist.t lib/ExtUtils/t/oneliner.t
40570            + lib/ExtUtils/t/prompt.t lib/ExtUtils/t/split_command.t
40571            + t/lib/TieIn.pm
40572            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
40573            ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Install.pm
40574            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Liblist/Kid.pm
40575            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/MM_Any.pm
40576            ! lib/ExtUtils/MM_BeOS.pm lib/ExtUtils/MM_Cygwin.pm
40577            ! lib/ExtUtils/MM_DOS.pm lib/ExtUtils/MM_MacOS.pm
40578            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_OS2.pm
40579            ! lib/ExtUtils/MM_UWIN.pm lib/ExtUtils/MM_Unix.pm
40580            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
40581            ! lib/ExtUtils/MM_Win95.pm lib/ExtUtils/MakeMaker.pm
40582            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/t/00setup_dummy.t
40583            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/INST.t
40584            ! lib/ExtUtils/t/INST_PREFIX.t lib/ExtUtils/t/MM_BeOS.t
40585            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_NW5.t
40586            ! lib/ExtUtils/t/MM_OS2.t lib/ExtUtils/t/MM_Unix.t
40587            ! lib/ExtUtils/t/MM_VMS.t lib/ExtUtils/t/MM_Win32.t
40588            ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/basic.t
40589            ! lib/ExtUtils/t/hints.t lib/ExtUtils/t/prefixify.t
40590 ____________________________________________________________________________
40591 [ 19098] By: jhi                                   on 2003/03/31  09:36:11
40592         Log: Subject: [PATCH dump.c] stray n_a
40593              From: Michael G Schwern <schwern@pobox.com>
40594              Date: Mon, 31 Mar 2003 00:55:49 -0800
40595              Message-ID: <20030331085549.GB1300@windhund.schwern.org>
40596      Branch: perl
40597            ! dump.c
40598 ____________________________________________________________________________
40599 [ 19097] By: jhi                                   on 2003/03/31  05:00:07
40600         Log: Some low-hanging fruit for EBCDIC portability
40601              (or for marking as EBCDIC todos)
40602      Branch: perl
40603            ! ext/List/Util/t/isvstring.t lib/utf8.t t/run/switchC.t
40604            ! t/uni/write.t
40605 ____________________________________________________________________________
40606 [ 19094] By: jhi                                   on 2003/03/30  15:54:35
40607         Log: Upgrade to Time::HiRes 1.44.
40608      Branch: perl
40609            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
40610 ____________________________________________________________________________
40611 [ 19092] By: jhi                                   on 2003/03/30  15:09:02
40612         Log: IRIX 5.3 update.
40613      Branch: perl
40614            ! README.irix
40615 ____________________________________________________________________________
40616 [ 19091] By: jhi                                   on 2003/03/30  10:26:32
40617         Log: Not all compilers like #ifdefs within cpp macros
40618              (follow-up on #19086)
40619      Branch: perl
40620            ! pp_sys.c
40621 ____________________________________________________________________________
40622 [ 19090] By: jhi                                   on 2003/03/30  09:50:33
40623         Log: Ending strings is customary (typo from #19084).
40624      Branch: perl
40625            ! ext/Socket/Socket.t
40626 ____________________________________________________________________________
40627 [ 19089] By: jhi                                   on 2003/03/30  09:24:08
40628         Log: Re-sort MANIFEST (LC_ALL=C sort -fo MANIFEST MANIFEST)
40629      Branch: perl
40630            ! MANIFEST
40631 ____________________________________________________________________________
40632 [ 19088] By: jhi                                   on 2003/03/30  09:09:42
40633         Log: Another victim of IRIX 5.3's inability to resolve 'localhost'
40634              as the test expects.
40635      Branch: perl
40636            ! lib/Net/hostent.t
40637 ____________________________________________________________________________
40638 [ 19087] By: jhi                                   on 2003/03/30  09:08:07
40639         Log: In IRIX 5.3 turn off some of the warnings that cannot
40640              really be helped (e.g. warnings coming from system headers,
40641              or linker warnings during Configure).
40642      Branch: perl
40643            ! hints/irix_5.sh
40644 ____________________________________________________________________________
40645 [ 19086] By: jhi                                   on 2003/03/30  08:59:24
40646         Log: In IRIX 5.3 the cc is awfully confused about the prototype
40647              of select().
40648      Branch: perl
40649            ! hints/irix_5.sh pp_sys.c
40650 ____________________________________________________________________________
40651 [ 19085] By: jhi                                   on 2003/03/30  08:43:53
40652         Log: In IRIX 5.3 being too POSIXly hides the struct timespec.
40653      Branch: perl
40654            + ext/Time/HiRes/hints/irix.pl
40655            ! MANIFEST
40656 ____________________________________________________________________________
40657 [ 19084] By: jhi                                   on 2003/03/30  08:31:53
40658         Log: gethostbyname('localhost') is not that portable.
40659              inet_aton('localhost') in IRIX 5.3 returned an undef,
40660              which in turn made pack_sockaddr_in to barf on zero
40661              length in_addr.
40662      Branch: perl
40663            ! ext/Socket/Socket.t pod/perlfunc.pod pod/perlport.pod
40664 ____________________________________________________________________________
40665 [ 19083] By: jhi                                   on 2003/03/30  07:49:46
40666         Log: Subject: [PATCH] COW formats (was Re: Smoke [5.9.0] 19044 FAIL(F) linux 2.4.18-3 (i686/1 cpu))
40667              From: Nicholas Clark <nick@unfortu.net>
40668              Date: Sun, 30 Mar 2003 00:35:48 +0000
40669              Message-ID: <20030330003547.GO274@Bagpuss.unfortu.net>
40670      Branch: perl
40671            ! sv.c
40672 ____________________________________________________________________________
40673 [ 19082] By: jhi                                   on 2003/03/29  21:18:32
40674         Log: IRIX 5.3 can have PF_LINK defined to be AF_LINK but
40675              not defined AF_LINK.
40676      Branch: perl
40677            ! ext/Socket/Socket.xs
40678 ____________________________________________________________________________
40679 [ 19081] By: jhi                                   on 2003/03/29  20:41:56
40680         Log: Subject: [unPATCH] Re: Smoke [5.8.1] 19076 FAIL(F) openbsd 3.2 (i386/1 cpu)
40681              From: Nicholas Clark <nick@unfortu.net>
40682              Date: Sat, 29 Mar 2003 18:58:09 +0000
40683              Message-ID: <20030329185807.GL274@Bagpuss.unfortu.net>
40684      Branch: perl
40685            ! dump.c
40686 ____________________________________________________________________________
40687 [ 19080] By: rgs                                   on 2003/03/29  20:39:34
40688         Log: Minor rephrasing in perlopentut,
40689              noticed by Bob Wilkinson (RT [perl #21725])
40690      Branch: perl
40691            ! pod/perlopentut.pod
40692 ____________________________________________________________________________
40693 [ 19079] By: rgs                                   on 2003/03/29  20:21:11
40694         Log: Subject: [DOCPATCH] Re: [PATCH] Re: [perl #21614] 5.8.0 Unbalanced string table refcount
40695              From: Nicholas Clark <nick@unfortu.net>
40696              Date: Thu, 27 Mar 2003 22:37:35 +0000
40697              Message-ID: <20030327223735.GD277@Bagpuss.unfortu.net>
40698      Branch: perl
40699            ! pod/perlapi.pod sv.h
40700 ____________________________________________________________________________
40701 [ 19078] By: jhi                                   on 2003/03/29  07:23:00
40702         Log: It seems that in Tru64 V5 gcc cannot be used to
40703              compile a threaded Perl because <pthread.h> explicitly
40704              checks for supported compilers (gcc not being one of them).
40705              This is not so bad since the system C compiler is always there.
40706      Branch: perl
40707            ! README.tru64 hints/dec_osf.sh
40708 ____________________________________________________________________________
40709 [ 19077] By: jhi                                   on 2003/03/28  06:03:16
40710         Log: Feeding illegal QP (like \x80) to this
40711              ./perl -Ilib -wne 'use PerlIO::via::QuotedPrint;BEGIN{binmode(STDIN, ":via(QuotedPrint)")};print'
40712              caused a coredump in av_length() <- nextargv() because
40713              the av was NULL.  I don't know that returning Nullfp is
40714              the best thing to do, but it dodges the segfault and
40715              introduces no test failures.
40716      Branch: perl
40717            ! doio.c
40718 ____________________________________________________________________________
40719 [ 19074] By: jhi                                   on 2003/03/27  18:17:20
40720         Log: Missing final \n.
40721      Branch: perl
40722            ! lib/Attribute/Handlers/Changes
40723 ____________________________________________________________________________
40724 [ 19072] By: rgs                                   on 2003/03/26  22:30:09
40725         Log: Subject: [perl #21672] IO::New and undefined filename behaviour
40726              From: "mike@exegenix.com (via RT)" <perlbug-followup@perl.org>
40727              Date: 24 Mar 2003 16:29:08 -0000
40728              Message-Id: <rt-21672-54038.2.07650993465862@bugs6.perl.org>
40729              plus a regression test
40730      Branch: perl
40731            ! ext/IO/lib/IO/File.pm lib/FileHandle.t
40732 ____________________________________________________________________________
40733 [ 19071] By: rgs                                   on 2003/03/26  22:08:16
40734         Log: Better version of change #19069
40735              Subject: [PATCH] Re: [PATCH] Re: [perl #21614] 5.8.0 Unbalanced string table refcount
40736              From: Nicholas Clark <nick@unfortu.net>
40737              Date: Wed, 26 Mar 2003 23:01:46 +0000
40738              Message-ID: <20030326230145.GC279@Bagpuss.unfortu.net>
40739      Branch: perl
40740            ! pp_hot.c sv.c t/op/readline.t
40741 ____________________________________________________________________________
40742 [ 19070] By: rgs                                   on 2003/03/26  21:31:55
40743         Log: Subject: [patch] for Stratus VOS
40744              From: "Green, Paul" <Paul.Green@stratus.com>
40745              Date: Wed, 26 Mar 2003 17:24:38 -0500
40746              Message-ID: <A2A34F15EE916148BC4C4748223E67A403D99C74@exna4.stratus.com>
40747              (plus a small tweak to the test script)
40748      Branch: perl
40749            ! README.vos t/op/pack.t
40750 ____________________________________________________________________________
40751 [ 19069] By: rgs                                   on 2003/03/26  21:14:33
40752         Log: Subject: [PATCH] Re: [perl #21614] 5.8.0 Unbalanced string table refcount
40753              From: Nicholas Clark <nick@unfortu.net>
40754              Date: Tue, 25 Mar 2003 22:59:17 +0000
40755              Message-ID: <20030325225917.GE284@Bagpuss.unfortu.net>
40756      Branch: perl
40757            ! sv.c t/op/readline.t
40758 ____________________________________________________________________________
40759 [ 19068] By: rgs                                   on 2003/03/26  20:53:18
40760         Log: Win32 counterpart of change #19065
40761      Branch: perl
40762            ! win32/Makefile win32/makefile.mk
40763 ____________________________________________________________________________
40764 [ 19067] By: rgs                                   on 2003/03/26  20:34:32
40765         Log: VMS counterpart of change #19065
40766      Branch: perl
40767            ! vms/descrip_mms.template
40768 ____________________________________________________________________________
40769 [ 19066] By: jhi                                   on 2003/03/26  20:05:40
40770         Log: Upgrade to Term::ANSIColor 1.07.
40771      Branch: perl
40772            ! lib/Term/ANSIColor.pm lib/Term/ANSIColor/ChangeLog
40773            ! lib/Term/ANSIColor/README
40774 ____________________________________________________________________________
40775 [ 19065] By: rgs                                   on 2003/03/26  19:55:20
40776         Log: Add a file utils/cpan.PL to generate the "cpan" utility,
40777              also separately maintained on CPAN, and now moved as
40778              lib/CPAN/bin/cpan. Tweak installperl to avoid installing
40779              this last file.
40780      Branch: perl
40781            + utils/cpan.PL
40782           +> lib/CPAN/bin/cpan
40783            - utils/cpan
40784            ! MANIFEST installperl utils/Makefile
40785 ____________________________________________________________________________
40786 [ 19064] By: jhi                                   on 2003/03/26  19:48:32
40787         Log: Subject: [PATCH] Re: [perl #21542] local $_ [0] = $_ [0] fails.
40788              From: Dave Mitchell <davem@fdgroup.com>
40789              Date: Thu, 20 Mar 2003 01:26:19 +0000
40790              Message-ID: <20030320012619.C19869@fdgroup.com>
40791
40792              Subject: Re: [PATCH] Re: [perl #21542] local $_ [0] = $_ [0] fails.
40793              From: Dave Mitchell <davem@fdgroup.com>
40794              Date: Mon, 24 Mar 2003 16:06:51 +0000
40795              Message-ID: <20030324160651.D1798@fdgroup.com>
40796      Branch: perl
40797            ! pp_ctl.c pp_hot.c scope.c t/op/args.t
40798 ____________________________________________________________________________
40799 [ 19063] By: jhi                                   on 2003/03/26  19:33:09
40800         Log: Subject: [perl #21648] Doc typo in Net::servent
40801              From: Andy Lester (via RT) <perlbug-followup@perl.org>
40802              Date: 22 Mar 2003 05:02:31 -0000
40803              Message-Id: <rt-21648-53986.0.682889311382979@bugs6.perl.org>
40804      Branch: perl
40805            ! lib/Net/servent.pm
40806 ____________________________________________________________________________
40807 [ 19062] By: jhi                                   on 2003/03/26  19:29:39
40808         Log: Subject: [PATCH README.qnx] for QNX 6.2
40809              From: Norton Allen <allen@huarp.harvard.edu>
40810              Date: Tue, 25 Mar 2003 12:09:42 -0500 (est)
40811              Message-Id: <200303251709.MAA11391@bottesini.harvard.edu>
40812      Branch: perl
40813            ! README.qnx
40814 ____________________________________________________________________________
40815 [ 19060] By: merijn                                on 2003/03/26  13:13:23
40816         Log: Subject: [PATCH] lib/vmsish.t GMT bug fix
40817              From: "Craig A. Berry" <craigberry@mac.com>
40818              Date: Tue, 25 Mar 2003 22:52:58 -0600
40819              Message-ID: <3E81322A.3040508@mac.com>
40820      Branch: perl
40821            ! lib/vmsish.t
40822 ____________________________________________________________________________
40823 [ 19059] By: rgs                                   on 2003/03/24  21:43:03
40824         Log: Change 19056 wasn't good enough.
40825              ldlibpth should be changed later, to avoid spaces to be quoted.
40826      Branch: perl
40827            ! Makefile.SH
40828 ____________________________________________________________________________
40829 [ 19058] By: rgs                                   on 2003/03/24  21:37:59
40830         Log: Subject: [PATCH pod/perlhist.pod] Adding the latest version of Perl
40831              From: Michael G Schwern <schwern@pobox.com>
40832              Date: Mon, 24 Mar 2003 00:50:39 -0800
40833              Message-ID: <20030324085039.GA19981@windhund.schwern.org>
40834      Branch: perl
40835            ! pod/perlhist.pod
40836 ____________________________________________________________________________
40837 [ 19057] By: rgs                                   on 2003/03/24  21:33:43
40838         Log: Typo, spotted by Doru Petrescu
40839              Message-ID: <Pine.LNX.4.31.0303241134170.13160-100000@linux.kappa.ro>
40840      Branch: perl
40841            ! ext/Data/Dumper/Dumper.pm
40842 ____________________________________________________________________________
40843 [ 19056] By: rgs                                   on 2003/03/24  21:05:48
40844         Log: Subject: Re: Smoke [5.9.0] 19055 FAIL(m) linux 2.4.18-3 (i686/1 cpu)
40845              From: Enache Adrian <enache@rdslink.ro>
40846              Date: Mon, 24 Mar 2003 23:56:25 +0200
40847              Message-ID: <20030324215625.GB853@ratsnest.hole>
40848      Branch: perl
40849            ! Makefile.SH
40850 ____________________________________________________________________________
40851 [ 19055] By: merijn                                on 2003/03/24  07:05:39
40852         Log: Subject: no more 'make install && make test' with shared libperl.so on Linux
40853              From: Enache Adrian <enache@rdslink.ro>
40854              Date: Sat, 22 Mar 2003 22:49:49 +0200
40855              Message-ID: <20030322204949.GB794@ratsnest.hole>
40856
40857              This is a slightly more defensive patch than Chip's patch that
40858              fell through the cracks, but does the same
40859              Subject: Shared libperl.so and build issues
40860              From: Chip Turner <cturner@redhat.com>
40861              Date: Tue 31 Dec 2002 17:21
40862      Branch: perl
40863            ! Makefile.SH
40864 ____________________________________________________________________________
40865 [ 19054] By: merijn                                on 2003/03/24  06:54:23
40866         Log: Subject: [PATCH bleadperl] vms.c thread clean-up
40867              From: "Craig A. Berry" <craigberry@mac.com>
40868              Date: Sun, 23 Mar 2003 15:32:58 -0600
40869              Message-ID: <3E7E280A.5000304@mac.com>
40870      Branch: perl
40871            ! vms/vms.c
40872 ____________________________________________________________________________
40873 [ 19052] By: jhi                                   on 2003/03/24  04:28:13
40874         Log: For change #19051: a new .bat to CRLF.
40875      Branch: perl
40876            ! Porting/makerel
40877 ____________________________________________________________________________
40878 [ 19051] By: jhi                                   on 2003/03/24  04:27:55
40879         Log: WinCE update from Vadim Konovalov.
40880      Branch: perl
40881            + wince/compile-all.bat wince/makedist.pl
40882            - wince/include/sys/stat.h wince/xbuildall.ksh
40883            - wince/xdistclean.ksh wince/xmakediffs.ksh
40884            ! MANIFEST README.ce dosish.h wince/Makefile.ce
40885            ! wince/compile.bat wince/config.ce
40886 ____________________________________________________________________________
40887 [ 19050] By: jhi                                   on 2003/03/24  04:25:15
40888         Log: Oops (change #19013 missed changing the Perl version number).
40889      Branch: perl
40890            ! cygwin/perlld.in
40891 ____________________________________________________________________________
40892 [ 19047] By: jhi                                   on 2003/03/23  17:54:33
40893         Log: Integrate from maint-5.8:
40894              [ 19045]
40895              If no IVSIZE == 8, no need for modulo_1.
40896      Branch: perl
40897           !> pp.c
40898 ____________________________________________________________________________
40899 [ 19044] By: rgs                                   on 2003/03/21  21:09:15
40900         Log: Subject: [PATCH] p4genpatch
40901              From: andreas.koenig@anima.de (Andreas J. Koenig)
40902              Date: Sat, 15 Mar 2003 12:04:18 +0100
40903              Message-ID: <m3hea4gabx.fsf@k242.linux.bogus>
40904      Branch: perl
40905            ! Porting/p4genpatch
40906 ____________________________________________________________________________
40907 [ 19043] By: rgs                                   on 2003/03/21  20:43:55
40908         Log: Subject: [PATCH] perlsub.pod and perlsyn.pod: better organise scoping info for modifiers
40909              From: Martien Verbruggen <mgjv@tradingpost.com.au>
40910              Date: Sat, 15 Mar 2003 12:31:47 +1100
40911              Message-Id: <slrnb750k3.j8t.mgjv@martien.heliotrope.home>
40912      Branch: perl
40913            ! pod/perlsub.pod pod/perlsyn.pod
40914 ____________________________________________________________________________
40915 [ 19042] By: merijn                                on 2003/03/21  07:45:54
40916         Log: Subject: [PATCH] readdir_r for VMS (was Re: [PATCH] configure.com: sig_num, etc.)
40917              From: "Craig A. Berry" <craigberry@mac.com>
40918              Date: Thu, 20 Mar 2003 23:03:36 -0600
40919              Message-ID: <3E7A9D28.1040706@mac.com>
40920      Branch: perl
40921            ! configure.com vms/vms.c vms/vmsish.h
40922 ____________________________________________________________________________
40923 [ 19039] By: rgs                                   on 2003/03/20  22:40:38
40924         Log: Subject: Re: [patch] [perl #21628] rcatline issue
40925              From: Enache Adrian <enache@rdslink.ro>
40926              Date: Thu, 20 Mar 2003 22:39:06 +0200
40927              Message-ID: <20030320203906.GA31199@ratsnest.hole>
40928      Branch: perl
40929            ! MANIFEST pp_hot.c t/op/readline.t
40930 ____________________________________________________________________________
40931 [ 19038] By: rgs                                   on 2003/03/20  22:07:50
40932         Log: Subject: Re: Bytecode? Back into service.
40933              From: Enache Adrian <enache@rdslink.ro>
40934              Date: Thu, 20 Mar 2003 07:38:39 +0200
40935              Message-ID: <20030320053839.GA4044@ratsnest.hole>
40936      Branch: perl
40937            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
40938            ! ext/ByteLoader/byterun.h op.c
40939 ____________________________________________________________________________
40940 [ 19037] By: rgs                                   on 2003/03/20  20:16:43
40941         Log: Subject: [DOC-PATCH] for README.cygwin, bleadperl version
40942              From: "Gerrit P. Haase" <gp@familiehaase.de>
40943              Date: Thu, 20 Mar 2003 21:23:28 +0100
40944              Message-ID: <941032389637.20030320212328@familiehaase.de>
40945      Branch: perl
40946            ! README.cygwin
40947 ____________________________________________________________________________
40948 [ 19036] By: jhi                                   on 2003/03/20  05:23:15
40949         Log: Integrate:
40950              [ 19033]
40951              file test operators weren't doing the right thing if the SV
40952              passed to them wasn't NUL-terminated
40953
40954              [ 19034]
40955              ensure SVs returned by Win32::Get{Short,Full}PathName() are
40956              NUL-terminated
40957      Branch: perl
40958           !> doio.c win32/win32.c
40959 ____________________________________________________________________________
40960 [ 19028] By: jhi                                   on 2003/03/19  09:46:27
40961         Log: Better wording as requested by Rafael, and
40962              the module is BerkeleyDB, not BerkeleyFile.
40963      Branch: perl
40964            ! README.tru64
40965 ____________________________________________________________________________
40966 [ 19026] By: jhi                                   on 2003/03/19  09:11:43
40967         Log: Update the DB_File instructions in Tru64.
40968      Branch: perl
40969            ! README.tru64
40970 ____________________________________________________________________________
40971 [ 19025] By: rgs                                   on 2003/03/18  21:59:33
40972         Log: Subject: [PATCH] [perl #9990] avoid goto &tmpsub coredump
40973              From: Dave Mitchell <davem@fdgroup.com>
40974              Date: Tue, 18 Mar 2003 21:55:05 +0000
40975              Message-ID: <20030318215505.A16787@fdgroup.com>
40976      Branch: perl
40977            ! pp_ctl.c t/op/goto.t
40978 ____________________________________________________________________________
40979 [ 19024] By: rgs                                   on 2003/03/18  21:24:27
40980         Log: Subject: [PATCH] VMS pod install tweaks
40981              From: "Craig A. Berry" <craigberry@mac.com>
40982              Date: Sat, 15 Mar 2003 16:06:07 -0600
40983              Message-ID: <3E73A3CF.3060502@mac.com>
40984      Branch: perl
40985            ! vms/descrip_mms.template
40986 ____________________________________________________________________________
40987 [ 19023] By: rgs                                   on 2003/03/18  21:22:03
40988         Log: Subject: [PATCH] poll() help for VMS
40989              From: "Craig A. Berry" <craigberry@mac.com>
40990              Date: Tue, 18 Mar 2003 01:10:10 -0600
40991              Message-ID: <3E76C652.30205@mac.com>
40992      Branch: perl
40993            ! configure.com ext/IO/poll.h
40994 ____________________________________________________________________________
40995 [ 19021] By: jhi                                   on 2003/03/18  06:56:26
40996         Log: The description of SIG_SIZE was off.
40997      Branch: perl
40998            ! Configure NetWare/config_H.wc Porting/Glossary
40999            ! Porting/config.sh Porting/config_H config_h.SH
41000            ! plan9/config.plan9 plan9/config_h.sample win32/config_H.bc
41001            ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
41002            ! wince/config_H.ce
41003 ____________________________________________________________________________
41004 [ 19020] By: merijn                                on 2003/03/18  05:45:50
41005         Log: Minor updates of Wolfgang's pack patch
41006
41007              Subject: Re: pack changes and related fixes
41008              From: Philip Newton <Philip.Newton@gmx.net>
41009              Date: Tue, 18 Mar 2003 06:19:30 +0100
41010              Message-ID: <tb9d7vo1ocb14o73lnhabbmh5bsjoe5m46@4ax.com>
41011      Branch: perl
41012            ! embed.fnc pod/perldiag.pod
41013 ____________________________________________________________________________
41014 [ 19019] By: gsar                                  on 2003/03/18  05:06:07
41015         Log: regenerate win32/config_H.*
41016      Branch: perl
41017            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
41018            ! win32/config_H.vc64
41019 ____________________________________________________________________________
41020 [ 19018] By: gsar                                  on 2003/03/18  03:02:38
41021         Log: there is no trailing NULL in sig_name or sig_num, so don't
41022              talk about it
41023      Branch: perl
41024            ! Porting/Glossary
41025 ____________________________________________________________________________
41026 [ 19017] By: gsar                                  on 2003/03/18  03:01:02
41027         Log: according to the new Porting/Glossary, sig_num doesn't have an
41028              extra '0' at the end
41029      Branch: perl
41030            ! win32/config.bc win32/config.gc win32/config.vc
41031            ! win32/config.vc64
41032 ____________________________________________________________________________
41033 [ 19016] By: hv                                    on 2003/03/18  00:52:09
41034         Log: add tests for existing behaviour of undef postinc/dec
41035      Branch: perl
41036            ! t/op/inc.t
41037 ____________________________________________________________________________
41038 [ 19015] By: hv                                    on 2003/03/18  00:46:18
41039         Log: add comment at undef postinc special case
41040      Branch: perl
41041            ! pp.c
41042 ____________________________________________________________________________
41043 [ 19014] By: hv                                    on 2003/03/18  00:27:19
41044         Log: clarify behaviour of $a++
41045      Branch: perl
41046            ! pod/perlop.pod
41047 ____________________________________________________________________________
41048 [ 19013] By: jhi                                   on 2003/03/17  19:52:06
41049         Log: Integrate:
41050              [ 19012]
41051              We don't have the new Perl at this stage.
41052      Branch: perl
41053           !> cygwin/perlld.in
41054 ____________________________________________________________________________
41055 [ 19010] By: jhi                                   on 2003/03/17  17:16:44
41056         Log: Subject: pack changes and related fixes
41057              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
41058              Date: Mon, 17 Mar 2003 13:55:37 +0100
41059              Message-ID: <75A46BF1A9D8D311863A00508B6259A405F17EB8@ATTMSX4>
41060      Branch: perl
41061            ! embed.fnc embed.h lib/diagnostics.pm perl.h pod/perldiag.pod
41062            ! pod/perlfunc.pod pod/perlpacktut.pod pp_pack.c proto.h
41063            ! t/lib/warnings/pp_pack t/op/pack.t
41064 ____________________________________________________________________________
41065 [ 19007] By: jhi                                   on 2003/03/17  04:45:40
41066         Log: Integrate:
41067              [ 19006]
41068              Subject: Re: [Patch] Maintperl versioning for Cygwin
41069              From: Slaven Rezic <slaven@rezic.de>
41070              Date: 17 Mar 2003 00:42:43 +0100
41071              Message-ID: <87ptoqev4c.fsf@vran.herceg.de>
41072      Branch: perl
41073           !> cygwin/perlld.in
41074 ____________________________________________________________________________
41075 [ 19005] By: hv                                    on 2003/03/17  02:06:20
41076         Log: Subject: Patch for Data::Dumper 2.12 to Allow Custom Hash Key/Value Separator
41077              From: chocolateboy <chocolateboy@chocolatey.com>
41078              Date: Sat, 22 Feb 2003 12:17:28 +0000
41079              Message-ID: <3E576A58.8010901@chocolatey.com>
41080      Branch: perl
41081            + ext/Data/Dumper/t/pair.t
41082            ! MANIFEST ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
41083 ____________________________________________________________________________
41084 [ 19004] By: hv                                    on 2003/03/17  01:38:23
41085         Log: Subject: [patch] utils/h2xs.PL (get rid of \t and '')
41086              From: Stas Bekman <stas@stason.org>
41087              Date: Fri, 14 Feb 2003 11:59:53 +1100
41088              Message-ID: <3E4C3F89.6050005@stason.org>
41089      Branch: perl
41090            ! utils/h2xs.PL
41091 ____________________________________________________________________________
41092 [ 19003] By: hv                                    on 2003/03/17  01:23:02
41093         Log: Subject: [perl #20724] Patch for dprofpp
41094              From: Nicholas "Oxhøj" (via RT) <perlbug-followup@perl.org>
41095              Date: 5 Feb 2003 08:41:17 -0000
41096              Message-Id: <rt-20724-50329.7.50247680562964@bugs6.perl.org>
41097      Branch: perl
41098            ! utils/dprofpp.PL
41099 ____________________________________________________________________________
41100 [ 19002] By: hv                                    on 2003/03/16  23:36:57
41101         Log: Subject: [perl #19898] [PATCH] forking to Perl children with IPC::Open3
41102              From: Adam Spiers (via RT) <perlbug-followup@perl.org>
41103              Date: 10 Jan 2003 10:59:44 -0000
41104              Message-Id: <rt-19898-47213.12.0892150698178@bugs6.perl.org>
41105      Branch: perl
41106            ! lib/IPC/Open3.pm
41107 ____________________________________________________________________________
41108 [ 19001] By: jhi                                   on 2003/03/16  21:50:24
41109         Log: getservbyname_r() kaputt in OpenBSD (might get fixed
41110              for 3.3, but only might)
41111      Branch: perl
41112            ! hints/openbsd.sh
41113 ____________________________________________________________________________
41114 [ 18999] By: jhi                                   on 2003/03/16  21:33:49
41115         Log: Stay within known facts: what platforms the skippage helps,
41116              and in which it is not needed.
41117      Branch: perl
41118            ! ext/POSIX/t/posix.t
41119 ____________________________________________________________________________
41120 [ 18998] By: jhi                                   on 2003/03/16  18:15:42
41121         Log: This seems to fix (well, dodge) the problems in FreeBSD for
41122              Enache Adrian; in _theory_ this patch could be good for NetBSD,
41123              too, but Alian gets a core dump already at subtest #9 (anyone
41124              with a real NetBSD, Alian's is a VMware one, which has in the
41125              past caused similar odd crashes).  OpenBSD threaded build result
41126              still unknown.
41127      Branch: perl
41128            ! ext/POSIX/t/posix.t
41129 ____________________________________________________________________________
41130 [ 18997] By: jhi                                   on 2003/03/16  18:07:30
41131         Log: IRIX ls -l marks sockets with 'S'.
41132      Branch: perl
41133            ! t/op/stat.t
41134 ____________________________________________________________________________
41135 [ 18996] By: jhi                                   on 2003/03/16  17:41:42
41136         Log: Turn on UTF-8 flag only if the $str is valid utf8
41137              (pointed out by Dan Kogai).
41138      Branch: perl
41139            ! lib/Term/ReadLine.pm
41140 ____________________________________________________________________________
41141 [ 18995] By: jhi                                   on 2003/03/16  16:40:06
41142         Log: Signedness nits.
41143      Branch: perl
41144            ! regcomp.c
41145 ____________________________________________________________________________
41146 [ 18994] By: jhi                                   on 2003/03/16  15:41:44
41147         Log: Fix for [perl #21479] Term::ReadLine(::Stub) doesn't set UTF-8 flag.
41148              Should work both for PERL_UNICODE/-C and use encoding 'foo';
41149      Branch: perl
41150            ! lib/Term/ReadLine.pm
41151 ____________________________________________________________________________
41152 [ 18991] By: jhi                                   on 2003/03/16  15:14:31
41153         Log: Pod fix from Philip Newton.
41154      Branch: perl
41155            ! pod/perlfunc.pod
41156 ____________________________________________________________________________
41157 [ 18990] By: jhi                                   on 2003/03/16  15:12:00
41158         Log: Further potential pitfalls for the utf8 len/pos cache
41159              found by Inaba Hiroto.  No test cases, yet.
41160      Branch: perl
41161            ! regcomp.c
41162 ____________________________________________________________________________
41163 [ 18989] By: jhi                                   on 2003/03/16  08:02:31
41164         Log: Make the :bytes conditional on PerlIO.
41165      Branch: perl
41166            ! ext/Encode/t/CJKT.t
41167 ____________________________________________________________________________
41168 [ 18988] By: jhi                                   on 2003/03/15  18:27:36
41169         Log: Needs PerlIO for :bytes.
41170      Branch: perl
41171            ! ext/Encode/t/CJKT.t
41172 ____________________________________________________________________________
41173 [ 18986] By: rgs                                   on 2003/03/14  20:28:20
41174         Log: Subject: Re: [fix] [perl #21575] Bug with print( followed by a newline
41175              From: Enache Adrian <enache@rdslink.ro>
41176              Date: Fri, 14 Mar 2003 23:02:42 +0200
41177              Message-ID: <20030314210242.GA1159@ratsnest.hole>
41178              (with an added test)
41179      Branch: perl
41180            ! t/comp/parser.t toke.c
41181 ____________________________________________________________________________
41182 [ 18985] By: rgs                                   on 2003/03/14  19:45:18
41183         Log: Time::HiRes is a core module
41184      Branch: perl
41185            ! pod/perlfunc.pod
41186 ____________________________________________________________________________
41187 [ 18984] By: rgs                                   on 2003/03/14  19:38:57
41188         Log: Subject: [patch ext/B/typemap] STRLEN T_UV
41189              From: Stas Bekman <stas@stason.org>
41190              Date: Fri, 14 Mar 2003 17:45:09 +1100
41191              Message-ID: <3E717A75.2060300@stason.org>
41192      Branch: perl
41193            ! ext/B/typemap
41194 ____________________________________________________________________________
41195 [ 18982] By: jhi                                   on 2003/03/14  15:16:18
41196         Log: Better pass in the $self for a method.
41197      Branch: perl
41198            ! lib/File/Spec/Unix.pm
41199 ____________________________________________________________________________
41200 [ 18980] By: jhi                                   on 2003/03/14  13:42:32
41201         Log: Cleanup the File::Spec tmpdir() implementations:
41202              now all the platforms specific modules call _tmpdir()
41203              (inherited from Unix.pm) with the list of platform
41204              specific list of temporary directories, and _tmpdir()
41205              then does the appropriate suitability checking.
41206      Branch: perl
41207            ! lib/File/Spec.pm lib/File/Spec/Cygwin.pm lib/File/Spec/Epoc.pm
41208            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
41209            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
41210            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
41211 ____________________________________________________________________________
41212 [ 18979] By: jhi                                   on 2003/03/14  12:48:09
41213         Log: whichsig() really does return -1 for unknown signals.
41214      Branch: perl
41215            ! mg.c
41216 ____________________________________________________________________________
41217 [ 18977] By: jhi                                   on 2003/03/14  10:42:33
41218         Log: Rework the @Config{/sig.*/} tests.
41219      Branch: perl
41220            ! lib/Config.t
41221 ____________________________________________________________________________
41222 [ 18976] By: jhi                                   on 2003/03/14  10:31:50
41223         Log: Subject: [PATCH] configure.com: sig_num, etc.
41224              From: "Craig A. Berry" <craigberry@mac.com>
41225              Date: Thu, 13 Mar 2003 21:38:19 -0600
41226              Message-ID: <3E714EAB.6030001@mac.com>
41227      Branch: perl
41228            ! configure.com
41229 ____________________________________________________________________________
41230 [ 18975] By: jhi                                   on 2003/03/14  10:30:53
41231         Log: Make whichsig() to work also if some system defines
41232              zero signals (now -1 is the "not found").  Note that
41233              in couple of mg.c spots only whichsig() > 0 branches
41234              are taken because signal handlers et al don't make
41235              much sense for the zero signal.
41236      Branch: perl
41237            ! doio.c mg.c
41238 ____________________________________________________________________________
41239 [ 18973] By: jhi                                   on 2003/03/14  10:27:46
41240         Log: Since Configure does the signal name/number probe with awk
41241              based on the cpp results (not by really running code), testing
41242              for the signum value is not really helpful if we have runtime
41243              function calls (some signal numbers are dynamic, for example)
41244              (or other extra stuff where the signum value is expected).
41245              (Runtimeness also means that Configure cannot get these right,
41246              anyway.) Better filter in just the constant non-negative numbers.
41247      Branch: perl
41248            ! Configure
41249 ____________________________________________________________________________
41250 [ 18971] By: jhi                                   on 2003/03/14  09:30:18
41251         Log: Signal issues.
41252              (1) Filter out negative signals.
41253              (2) Correct sig_num* and sig_name* descriptions.
41254      Branch: perl
41255            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
41256            ! config_h.SH
41257 ____________________________________________________________________________
41258 [ 18970] By: jhi                                   on 2003/03/14  06:21:48
41259         Log: Hopefully this works also in Win32.
41260      Branch: perl
41261            ! ext/Encode/t/CJKT.t
41262 ____________________________________________________________________________
41263 [ 18969] By: jhi                                   on 2003/03/14  05:43:34
41264         Log: Subject: [PATCH] Perldoc.pm tweak for VMS
41265              From: "Craig A. Berry" <craigberry@mac.com>
41266              Date: Thu, 13 Mar 2003 13:44:55 -0600
41267              Message-ID: <3E70DFB7.8070405@mac.com>
41268      Branch: perl
41269            ! lib/Pod/Perldoc.pm
41270 ____________________________________________________________________________
41271 [ 18968] By: gsar                                  on 2003/03/14  04:41:25
41272         Log: fix for switchC.t test#6 failure on windows
41273      Branch: perl
41274            ! perl.c
41275 ____________________________________________________________________________
41276 [ 18967] By: gsar                                  on 2003/03/14  04:29:10
41277         Log: Config.t wasn't getting the sig_num and sig_size relationship
41278              right, and therefore failed test#35 on windows
41279
41280              note that config_h.SH documents that $sig_size does NOT include
41281              the final NULL in $sig_num!
41282      Branch: perl
41283            ! lib/Config.t
41284 ____________________________________________________________________________
41285 [ 18966] By: gsar                                  on 2003/03/14  04:20:51
41286         Log: another fix for failing test on windows ("use encoding" puts
41287              STDIN in :raw mode, so chomp() wasn't stripping the CR)
41288      Branch: perl
41289            ! ext/Encode/t/enc_module.t
41290 ____________________________________________________________________________
41291 [ 18965] By: gsar                                  on 2003/03/14  04:06:31
41292         Log: fix CJKT.t failures on windows due to incorrect binmode()
41293      Branch: perl
41294            ! ext/Encode/t/CJKT.t
41295 ____________________________________________________________________________
41296 [ 18964] By: rgs                                   on 2003/03/13  21:47:52
41297         Log: Skip the last test of Config.t on HP-UX.
41298              (This test should be skipped for every system that
41299              actually defines a negative signal number. Maybe that
41300              test should be removed, to be future-proof.)
41301      Branch: perl
41302            ! lib/Config.t
41303 ____________________________________________________________________________
41304 [ 18963] By: rgs                                   on 2003/03/13  20:57:32
41305         Log: Subject: [perl #20755] [PATCH] 5.8.0 h2ph barfs on checksum.h on RH6.2/7.2
41306              From: Kurt Starsinic <kstar@cpan.org>
41307              Date: Mon, 10 Mar 2003 00:54:49 -0500
41308              Message-ID: <m3d6kyvazx.wl_rspier@pobox.com>
41309      Branch: perl
41310            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
41311 ____________________________________________________________________________
41312 [ 18962] By: rgs                                   on 2003/03/13  20:46:53
41313         Log: Subject: [PATCH] checking for magic in hv.c and ext/POSIX/POSIX.xs
41314              From: "Craig A. Berry" <craigberry@mac.com>
41315              Date: Tue, 11 Mar 2003 21:29:31 -0600
41316              Message-ID: <3E6EA99B.9060902@mac.com>
41317              Patch by Scott Lepage (scott.lepage@hp.com)
41318      Branch: perl
41319            ! hv.c
41320 ____________________________________________________________________________
41321 [ 18959] By: jhi                                   on 2003/03/13  20:05:50
41322         Log: Some more stdlib.h inclusions and change the gccversion
41323              test to use return (could have used that for all, sigh).
41324      Branch: perl
41325            ! Configure
41326 ____________________________________________________________________________
41327 [ 18958] By: rgs                                   on 2003/03/12  20:46:58
41328         Log: Trims slashes from the argument to rmdir(), likewise
41329              to what happens with rmdir(). Factorize the code in a
41330              local macro, TRIMSLASHES.
41331      Branch: perl
41332            ! pp_sys.c
41333 ____________________________________________________________________________
41334 [ 18957] By: jhi                                   on 2003/03/12  14:23:02
41335         Log: VOS nit from Paul Green.
41336      Branch: perl
41337            ! vos/configure_full_perl.sh
41338 ____________________________________________________________________________
41339 [ 18956] By: jhi                                   on 2003/03/12  13:58:26
41340         Log: File::Spec: Do not fall back to '', use curdir instead.
41341              Note: Mac used to use cwd(), now curdir, slight change
41342              (relative vs. absolute).
41343      Branch: perl
41344            ! lib/File/Spec/Cygwin.pm lib/File/Spec/Mac.pm
41345            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
41346            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
41347 ____________________________________________________________________________
41348 [ 18955] By: jhi                                   on 2003/03/12  13:49:15
41349         Log: File::Temp tests were failing in Cygwin if $ENV{TMPDIR}
41350              was unset (the tests attempted to create files at the /)
41351      Branch: perl
41352            ! lib/File/Spec/Cygwin.pm
41353 ____________________________________________________________________________
41354 [ 18954] By: jhi                                   on 2003/03/12  10:59:03
41355         Log: Another finding by IRIX cc: non-void function
41356              sv_cat_decode() should return a value.
41357      Branch: perl
41358            ! sv.c
41359 ____________________________________________________________________________
41360 [ 18952] By: jhi                                   on 2003/03/12  10:53:02
41361         Log: Integrate:
41362              [ 18949]
41363              pudge> never integrate anything from macos/
41364      Branch: perl
41365            - macos/MacPerlTests.cmd macos/Makefile.mk macos/configpm
41366            - macos/macperl.sym
41367           !> MANIFEST
41368 ____________________________________________________________________________
41369 [ 18951] By: jhi                                   on 2003/03/12  10:52:17
41370         Log: Integrate:
41371              [ 18946]
41372              Integrate from maint-5.8/macperl:
41373              [ 18937]
41374              Various MacOS portability fixes for tests
41375
41376              [ 18938]
41377              File::Spec::Unix method should be called on $self
41378
41379              [ 18939]
41380              lib.pm:_get_dirs() should use $_[0], not $_
41381
41382              [ 18940]
41383              Update MacOS for new configpm
41384
41385              [ 18941]
41386              Update MacOS build
41387              Update Makefile for new source files,
41388              update test script, add additional symbol for APItest
41389      Branch: perl
41390           +> macos/MacPerlTests.cmd macos/Makefile.mk macos/configpm
41391           +> macos/macperl.sym
41392           !> ext/Digest/MD5/t/files.t ext/Filter/t/call.t
41393           !> ext/POSIX/t/taint.t lib/File/Spec/Unix.pm
41394           !> lib/Unicode/Collate/t/index.t lib/Unicode/Collate/t/test.t
41395           !> lib/charnames.t lib/lib_pm.PL t/io/crlf.t t/op/method.t
41396           !> t/op/mkdir.t t/op/recurse.t t/op/sprintf.t t/op/stat.t
41397           !> t/op/taint.t t/pod/testp2pt.pl t/run/switchI.t
41398 ____________________________________________________________________________
41399 [ 18950] By: jhi                                   on 2003/03/12  10:49:27
41400         Log: Cygwin doesn't like initing the $0 mutex in perl_construct()
41401              (Too early? If inited there the pthread_mutex_init() returns
41402              an integer much too large be an errno), but initing the mutex
41403              later, in perl_alloc(), seems to be okay with Cygwin, and also
41404              with Linux.
41405      Branch: perl
41406            ! perl.c
41407 ____________________________________________________________________________
41408 [ 18944] By: jhi                                   on 2003/03/12  06:00:48
41409         Log: Ouch.  Missed one more, the void flags check (and exit() is void).
41410      Branch: perl
41411            ! Configure
41412 ____________________________________________________________________________
41413 [ 18943] By: jhi                                   on 2003/03/12  05:51:21
41414         Log: Tell how to possibly dodge 'Out of memory' errors.
41415      Branch: perl
41416            ! pod/perldiag.pod
41417 ____________________________________________________________________________
41418 [ 18935] By: jhi                                   on 2003/03/11  22:00:54
41419         Log: WinCE tweaks from Vadim Konovalov.
41420      Branch: perl
41421            ! perl.c perlio.c wince/Makefile.ce
41422 ____________________________________________________________________________
41423 [ 18932] By: jhi                                   on 2003/03/11  20:22:07
41424         Log: Missed one.
41425      Branch: perl
41426            ! Configure
41427 ____________________________________________________________________________
41428 [ 18929] By: jhi                                   on 2003/03/11  20:15:51
41429         Log: Single vs doublequoted context is important...
41430      Branch: perl
41431            ! Configure
41432 ____________________________________________________________________________
41433 [ 18927] By: jhi                                   on 2003/03/11  20:04:33
41434         Log: """glob.*""" patch for VMS, from Peter Prymmer.
41435      Branch: perl
41436            ! vms/perlvms.pod vms/vms.c
41437 ____________________________________________________________________________
41438 [ 18926] By: rgs                                   on 2003/03/11  19:44:54
41439         Log: Questionable construct.
41440      Branch: perl
41441            ! pod/perltooc.pod
41442 ____________________________________________________________________________
41443 [ 18925] By: jhi                                   on 2003/03/11  19:15:15
41444         Log: Better setmode() prototype for cygwin.
41445      Branch: perl
41446            ! perl.h
41447 ____________________________________________________________________________
41448 [ 18923] By: jhi                                   on 2003/03/11  19:11:39
41449         Log: Solaris cc wants prototype for exit(), so <stdlib.h> needed.
41450      Branch: perl
41451            ! Configure
41452 ____________________________________________________________________________
41453 [ 18921] By: jhi                                   on 2003/03/11  18:15:45
41454         Log: The 0, in the assert_not_ROK() makes IRIX cc to worry
41455              (cc-1171 cc: WARNING ... The indicated expression has no effect.)
41456              So make the macro to include the , and the non-gcc case empty.
41457      Branch: perl
41458            ! sv.h
41459 ____________________________________________________________________________
41460 [ 18919] By: jhi                                   on 2003/03/11  17:43:10
41461         Log: Uid_t and Gid_t can easily be shorts and one cannot
41462              pull shorts off the va_args, int is the shortest (ahem).
41463      Branch: perl
41464            ! reentr.c reentr.pl
41465 ____________________________________________________________________________
41466 [ 18918] By: jhi                                   on 2003/03/11  17:32:23
41467         Log: Subject: [PATCH] io_sock.t
41468              From: Norton Allen <allen@huarp.harvard.edu>
41469              Date: Tue, 11 Mar 2003 13:37:36 -0500 (est)
41470              Message-Id: <200303111837.NAA30438@bottesini.harvard.edu>
41471      Branch: perl
41472            ! README.qnx ext/IO/lib/IO/t/io_sock.t
41473 ____________________________________________________________________________
41474 [ 18917] By: jhi                                   on 2003/03/11  17:30:43
41475         Log: Get rid of one Cygwin warning by introducing a prototype
41476              for the init_os_extras().  Since there is no header file
41477              in Perl specific to cygwin, use perl.h.
41478      Branch: perl
41479            ! perl.h
41480 ____________________________________________________________________________
41481 [ 18916] By: jhi                                   on 2003/03/11  11:40:38
41482         Log: Upgrade to Time-HiRes 1.43.
41483      Branch: perl
41484            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
41485            ! ext/Time/HiRes/Makefile.PL
41486 ____________________________________________________________________________
41487 [ 18915] By: jhi                                   on 2003/03/11  09:19:54
41488         Log: Be more lax about the out of memory error message.
41489      Branch: perl
41490            ! t/op/recurse.t
41491 ____________________________________________________________________________
41492 [ 18914] By: jhi                                   on 2003/03/11  09:18:25
41493         Log: Try to handle hitting the heap/data limit in small systems.
41494              (One can simulate this with e.g. 32MB or 64MB datasize,
41495              use your shell's ulimit/limit/limits command.)
41496      Branch: perl
41497            ! t/op/recurse.t
41498 ____________________________________________________________________________
41499 [ 18912] By: hv                                    on 2003/03/11  07:36:00
41500         Log: typo for utf8locale in #18907
41501      Branch: perl
41502            ! sv.c
41503 ____________________________________________________________________________
41504 [ 18910] By: jhi                                   on 2003/03/11  06:55:29
41505         Log: Subject: [PATCH] clear PL_exitlist in perl_destruct
41506              From: "Craig A. Berry" <craigberry@mac.com>
41507              Date: Tue, 11 Mar 2003 00:34:39 -0600
41508              Message-ID: <3E6D837F.7000506@mac.com>
41509      Branch: perl
41510            ! perl.c
41511 ____________________________________________________________________________
41512 [ 18909] By: jhi                                   on 2003/03/11  06:29:35
41513         Log: Upgrade to cperl-mode 5.0, from IlyaZ.
41514      Branch: perl
41515            ! emacs/cperl-mode.el
41516 ____________________________________________________________________________
41517 [ 18908] By: jhi                                   on 2003/03/11  06:09:05
41518         Log: Missed some, cryptically.
41519      Branch: perl
41520            ! pod/perlfunc.pod
41521 ____________________________________________________________________________
41522 [ 18907] By: jhi                                   on 2003/03/11  06:01:28
41523         Log: Add missing intrpvar clonings to perl_clone.
41524              Also move the IDBassertion to the end since there's
41525              no particular reason to break bincompat for that.
41526      Branch: perl
41527            ! intrpvar.h sv.c
41528 ____________________________________________________________________________
41529 [ 18906] By: jhi                                   on 2003/03/11  05:43:30
41530         Log: Add reminders to intrpvar.h about perl_clone(), as suggested by Stas.
41531      Branch: perl
41532            ! intrpvar.h
41533 ____________________________________________________________________________
41534 [ 18905] By: jhi                                   on 2003/03/11  05:38:10
41535         Log: Subject: [patch] PL_taint_warn falls between chairs in perl_clone()
41536              From: Stas Bekman <stas@stason.org>
41537              Date: Tue, 11 Mar 2003 17:09:02 +1100
41538              Message-ID: <3E6D7D7E.5000704@stason.org>
41539      Branch: perl
41540            ! sv.c
41541 ____________________________________________________________________________
41542 [ 18904] By: jhi                                   on 2003/03/11  05:33:10
41543         Log: Subject: [PATCH] typos and other minor things
41544              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
41545              Date: Mon, 10 Mar 2003 21:00:55 -0700
41546              Message-Id: <200303110400.h2B40tEQ018838@xerxes.courtesan.com>
41547      Branch: perl
41548            ! emacs/cperl-mode.el ext/B/B/Concise.pm ext/DB_File/DB_File.pm
41549            ! ext/DB_File/DB_File.xs ext/Devel/PPPort/PPPort.pm
41550            ! ext/IO/lib/IO/Socket.pm ext/PerlIO/encoding/encoding.xs
41551            ! ext/PerlIO/via/via.pm ext/Storable/Storable.xs lib/Net/FTP.pm
41552            ! lib/Net/NNTP.pm lib/Net/Ping.pm lib/Pod/Perldoc.pm
41553            ! lib/Tie/File/t/05_size.t lib/charnames.pm lib/ftp.pl
41554            ! lib/utf8.t pad.c pod/perlfunc.pod pod/perlintern.pod
41555            ! pod/perlthrtut.pod pod/pod2latex.PL regcomp.c t/op/sprintf.t
41556            ! utils/libnetcfg.PL vms/vms.c win32/vmem.h
41557 ____________________________________________________________________________
41558 [ 18903] By: jhi                                   on 2003/03/11  05:29:12
41559         Log: A rejected hunk of #18902 reapplied.
41560      Branch: perl
41561            ! t/io/utf8.t
41562 ____________________________________________________________________________
41563 [ 18902] By: jhi                                   on 2003/03/11  05:19:15
41564         Log: Patch from Craig Berry to resolve test failures in VMS.
41565              Will poke the Net::Ping author.
41566      Branch: perl
41567            ! ext/threads/shared/t/cond.t lib/Net/Ping/t/190_alarm.t
41568            ! t/io/utf8.t t/op/magic.t
41569 ____________________________________________________________________________
41570 [ 18900] By: rgs                                   on 2003/03/10  22:12:37
41571         Log: Integrate (by hand) change #18386 from maint-5.8
41572      Branch: perl
41573            ! t/op/split.t
41574 ____________________________________________________________________________
41575 [ 18899] By: jhi                                   on 2003/03/10  21:44:12
41576         Log: VMS has an extra \n at the end, and I assume Windows has \r\n.
41577      Branch: perl
41578            ! t/run/switchC.t
41579 ____________________________________________________________________________
41580 [ 18891] By: rgs                                   on 2003/03/10  20:22:39
41581         Log: A new test, to check that signal numbers are actually positive,
41582              and that there is a consistent number of signals available.
41583      Branch: perl
41584            ! lib/Config.t
41585 ____________________________________________________________________________
41586 [ 18889] By: rgs                                   on 2003/03/10  19:55:06
41587         Log: Subject: Re: odd (or not so odd?) segmentation fault in 5.8.0
41588              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
41589              Date: Fri, 07 Mar 2003 13:12:49 -0800
41590              Message-ID: <RtQa+gzkg2kF092yn@efn.org>
41591      Branch: perl
41592            ! mg.c pod/perldiag.pod t/op/tie.t
41593 ____________________________________________________________________________
41594 [ 18888] By: rgs                                   on 2003/03/10  19:37:40
41595         Log: Subject: Re: [perl #21505] 5.8.0 lib/Config test failure due to compiler flag
41596              From: Nicholas Clark <nick@unfortu.net>
41597              Date: Sun, 9 Mar 2003 21:24:46 +0000
41598              Message-ID: <20030309212445.GE277@Bagpuss.unfortu.net>
41599      Branch: perl
41600            ! lib/Config.t
41601 ____________________________________________________________________________
41602 [ 18880] By: jhi                                   on 2003/03/10  16:17:50
41603         Log: Integrate from maint:
41604              [ 18428]
41605              Somehow I managed to get makefile.olds that didn't get cleaned away.
41606      Branch: perl
41607           !> Makefile.SH x2p/Makefile.SH
41608 ____________________________________________________________________________
41609 [ 18876] By: jhi                                   on 2003/03/10  06:35:20
41610         Log: Comment fix.
41611      Branch: perl
41612            ! t/io/utf8.t
41613 ____________________________________________________________________________
41614 [ 18875] By: jhi                                   on 2003/03/10  05:31:00
41615         Log: Remove the foo-old files.
41616      Branch: perl
41617            ! opcode.pl
41618 ____________________________________________________________________________
41619 [ 18874] By: jhi                                   on 2003/03/10  05:23:32
41620         Log: Subject: Re: Shared libperl.so and build issues
41621              From: Chip Turner <cturner@redhat.com>
41622              Date: 05 Jan 2003 10:35:40 -0500
41623              Message-ID: <vzky95z8v8z.fsf@minbar.devel.redhat.com>
41624      Branch: perl
41625            ! INSTALL
41626 ____________________________________________________________________________
41627 [ 18873] By: jhi                                   on 2003/03/10  05:18:02
41628         Log: Bunch of doc patches from Stas; plus regen.
41629
41630              Subject: [doc patch] perl.c's pod api entry
41631              From: Stas Bekman <stas@stason.org>
41632              Date: Mon, 10 Mar 2003 12:35:52 +1100
41633              Message-ID: <3E6BEBF8.80402@stason.org>
41634
41635              Subject: Re: [patch] perlguts.pod
41636              From: Stas Bekman <stas@stason.org>
41637              Date: Mon, 10 Mar 2003 12:38:57 +1100
41638              Message-ID: <3E6BECB1.7050009@stason.org>
41639
41640              Subject: Re: [PATCH ext/DynaLoader/DynaLoader_pm.PL] doc fix: s/dl_loadflags/dl_load_flags/
41641              From: Stas Bekman <stas@stason.org>
41642              Date: Mon, 10 Mar 2003 12:41:46 +1100
41643              Message-ID: <3E6BED5A.801@stason.org>
41644
41645              Subject: Re: [patch] perlapi.pod fix
41646              From: Stas Bekman <stas@stason.org>
41647              Date: Mon, 10 Mar 2003 12:43:33 +1100
41648              Message-ID: <3E6BEDC5.6010405@stason.org>
41649
41650              Subject: Re: [docs patch] replace gets() with fgets() in example
41651              From: Stas Bekman <stas@stason.org>
41652              Date: Mon, 10 Mar 2003 12:45:41 +1100
41653              Message-ID: <3E6BEE45.9030901@stason.org>
41654
41655              Subject: [doc patch] perlrun.pod
41656              From: Stas Bekman <stas@stason.org>
41657              Date: Mon, 10 Mar 2003 14:49:59 +1100
41658              Message-ID: <3E6C0B67.4050606@stason.org>
41659      Branch: perl
41660            ! ext/DynaLoader/DynaLoader_pm.PL handy.h perl.c pod/perlapi.pod
41661            ! pod/perlembed.pod pod/perlguts.pod pod/perlrun.pod
41662 ____________________________________________________________________________
41663 [ 18871] By: jhi                                   on 2003/03/09  20:15:13
41664         Log: Must not hide the protos, though.
41665      Branch: perl
41666            ! embed.pl proto.h
41667 ____________________________________________________________________________
41668 [ 18870] By: jhi                                   on 2003/03/09  20:12:11
41669         Log: I hate embed*.  Tell me what you know.
41670      Branch: perl
41671            ! embed.fnc embed.h
41672 ____________________________________________________________________________
41673 [ 18869] By: jhi                                   on 2003/03/09  19:32:19
41674         Log: Upgrade to Encode 1.91.
41675      Branch: perl
41676            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
41677            ! ext/Encode/encoding.pm ext/Encode/t/enc_module.t
41678 ____________________________________________________________________________
41679 [ 18868] By: jhi                                   on 2003/03/09  19:04:22
41680         Log: Export the symbols from #18863; do not prototype (but export)
41681              Nicholas Clark's experimental COW functions.
41682              Sidenote: the embed.fnc/embed.fnc/makedef.pl thing is becoming
41683              a mess of Herculean proportions.  Someone should redesign and
41684              clean up the stables.
41685      Branch: perl
41686            ! embed.fnc embed.pl global.sym proto.h
41687 ____________________________________________________________________________
41688 [ 18867] By: jhi                                   on 2003/03/09  17:12:55
41689         Log: Upgrade to Encode 1.90 (plus the one extra use lib in enc_module.t)
41690      Branch: perl
41691            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
41692            ! ext/Encode/MANIFEST ext/Encode/encoding.pm
41693            ! ext/Encode/t/Mod_EUCJP.pm ext/Encode/t/enc_data.t
41694            ! ext/Encode/t/enc_module.t
41695 ____________________________________________________________________________
41696 [ 18865] By: jhi                                   on 2003/03/09  13:50:57
41697         Log: From Inaba Hiroto: DATA wasn't properly utf8ed
41698              under 'use encoding'.
41699      Branch: perl
41700            + ext/Encode/t/enc_data.t
41701            ! MANIFEST ext/Encode/MANIFEST toke.c
41702 ____________________________________________________________________________
41703 [ 18864] By: jhi                                   on 2003/03/09  13:21:09
41704         Log: Tru64: additional instructions for building a newer Berkeley DB.
41705      Branch: perl
41706            ! README.tru64 hints/dec_osf.sh
41707 ____________________________________________________________________________
41708 [ 18863] By: jhi                                   on 2003/03/09  12:07:28
41709         Log: At Sarathy's request restore the bin5005compat Perl_foo_sv()
41710              function stubs, should be helpful for really simple extensions.
41711              Undoes large parts of changes #16289 and #16290.
41712      Branch: perl
41713            ! sv.c
41714 ____________________________________________________________________________
41715 [ 18862] By: rgs                                   on 2003/03/09  11:48:37
41716         Log: ... and add a test case for bug #20798
41717      Branch: perl
41718            ! t/op/eval.t
41719 ____________________________________________________________________________
41720 [ 18861] By: jhi                                   on 2003/03/09  11:46:17
41721         Log: Subject: Re: [perl #21498] printf behaviour changes 5.6.1(and earlier) -> 5.8
41722              From: Enache Adrian <enache@rdslink.ro>
41723              Date: Fri, 7 Mar 2003 23:28:37 +0200
41724              Message-ID: <20030307212837.GB765@ratsnest.hole>
41725
41726              (and few more test cases from the thread)
41727      Branch: perl
41728            ! sv.c t/op/sprintf.t
41729 ____________________________________________________________________________
41730 [ 18860] By: rgs                                   on 2003/03/09  11:33:09
41731         Log: Subject: Re: [perl #20798] foo(eval {}) crashes Perl 5.8
41732              From: Enache Adrian <enache@rdslink.ro>
41733              Date: Fri, 7 Mar 2003 00:12:03 +0200
41734              Message-ID: <20030306221203.GB13330@ratsnest.hole>
41735      Branch: perl
41736            ! op.c
41737 ____________________________________________________________________________
41738 [ 18859] By: rgs                                   on 2003/03/09  11:30:22
41739         Log: Adjust test count.
41740      Branch: perl
41741            ! t/op/pat.t
41742 ____________________________________________________________________________
41743 [ 18858] By: jhi                                   on 2003/03/09  10:54:10
41744         Log: From Inaba Hiroto: re_intuit_start set a value to
41745              PL_bostr before calling find_byclass when regexp has
41746              ROPT_UTF8 flag on. But right value for PL_bostr is set
41747              before re_intuit_start is called.  PL_regdata is always
41748              assigned by cache_re(), so the whole if(prog->reganch & ROPT_UTF8){}
41749              can be deleted.
41750      Branch: perl
41751            ! regexec.c t/op/pat.t
41752 ____________________________________________________________________________
41753 [ 18857] By: jhi                                   on 2003/03/09  10:46:23
41754         Log: From Inaba Hiroto: the UTF-8 length cache wasn't
41755              updated when fbm_compile() appended a "\n".
41756      Branch: perl
41757            ! t/op/pat.t util.c
41758 ____________________________________________________________________________
41759 [ 18856] By: rgs                                   on 2003/03/08  20:16:36
41760         Log: Add a B::COP::io() method, to return the cop_io field of COPs.
41761              Print it in B::Debug. Can be used later in B::Deparse to deparse
41762              the open pragma.
41763      Branch: perl
41764            ! ext/B/B.pm ext/B/B.xs ext/B/B/Debug.pm
41765 ____________________________________________________________________________
41766 [ 18855] By: rgs                                   on 2003/03/08  19:51:40
41767         Log: Subject: [PATCH perldebug.pod] to explain new [<>{] behaviour - attached
41768              From: Richard.Foley@ubsw.com
41769              Date: Fri, 21 Feb 2003 13:51:51 +0100
41770              Message-ID: <B374141B0A424D4F9CF143CC51B3ADD98579F1@NZURC900PEX1.ubsgs.ubsgroup.net>
41771      Branch: perl
41772            ! pod/perldebug.pod
41773 ____________________________________________________________________________
41774 [ 18854] By: jhi                                   on 2003/03/08  19:41:25
41775         Log: Enache Adrian reads comments.
41776      Branch: perl
41777            ! perl.h
41778 ____________________________________________________________________________
41779 [ 18853] By: rgs                                   on 2003/03/08  19:40:13
41780         Log: Subject: [PATCH] Re: [perl #20551] Documentation error for IO::Select
41781              From: Richard Soderberg <perl@crystalflame.net>
41782              Date: Sat, 15 Feb 2003 01:27:17 -0500
41783              Message-Id: <87D7A731-40AE-11D7-9B07-000393801F84@crystalflame.net>
41784      Branch: perl
41785            ! ext/IO/lib/IO/Select.pm
41786 ____________________________________________________________________________
41787 [ 18852] By: jhi                                   on 2003/03/08  19:05:04
41788         Log: Subject: [PATCH] long %ENV values for VMS
41789              From: "Craig A. Berry" <craigberry@mac.com>
41790              Date: Fri, 07 Mar 2003 13:49:50 -0600
41791              Message-ID: <3E68F7DE.8070603@mac.com>
41792      Branch: perl
41793            ! vms/vms.c
41794 ____________________________________________________________________________
41795 [ 18851] By: jhi                                   on 2003/03/08  06:49:35
41796         Log: regen_headers tiny tidying:
41797              - regen.pl renamed as regen_lib.pl
41798              - regen_headers.pl renamed as regen.pl
41799              - added make target 'regen' (kept target 'regen_headers'
41800              for porters' brains' backward compatibility)
41801              - regen.pl fancified a bit to display the names
41802              of the files that got changed by running the scripts
41803      Branch: perl
41804            + regen_lib.pl
41805            - regen_headers.pl
41806            ! MANIFEST Makefile.SH autodoc.pl bytecode.pl embed.pl
41807            ! keywords.pl opcode.pl regcomp.pl regen.pl
41808 ____________________________________________________________________________
41809 [ 18848] By: jhi                                   on 2003/03/07  08:40:52
41810         Log: Give pointers to runtime Unicode changes.
41811      Branch: perl
41812            ! pod/perlrun.pod pod/perlvar.pod
41813 ____________________________________________________________________________
41814 [ 18847] By: jhi                                   on 2003/03/07  08:02:50
41815         Log: Extra character noticed by Tels.
41816      Branch: perl
41817            ! MANIFEST
41818 ____________________________________________________________________________
41819 [ 18846] By: jhi                                   on 2003/03/07  05:28:11
41820         Log: Subject: [PATCH] FreeBSD 5.0 gethostbyaddr_r hints update
41821              From: Kay Roepke <kay@dolphin-services.de>
41822              Date: Thu, 06 Mar 2003 23:00:10 +0100
41823              Message-ID: <3E67C4EA.A55FFE5C@dolphin-services.de>
41824
41825              (plus change the d_gethostbyaddr_r_proto default to "0",
41826              that is what an undefined r_proto looks like)
41827      Branch: perl
41828            ! hints/freebsd.sh
41829 ____________________________________________________________________________
41830 [ 18845] By: jhi                                   on 2003/03/07  05:21:43
41831         Log: Define the Perl_pp_i_modulo_1() only iff we have glibc.
41832              (Stronger variant of "pp.c: Perl_pp_i_modulo_1 needs help
41833              in non-glibc case", from Craig Berry)
41834      Branch: perl
41835            ! pp.c
41836 ____________________________________________________________________________
41837 [ 18844] By: jhi                                   on 2003/03/07  05:05:57
41838         Log: Good observation from Philip Newton.
41839      Branch: perl
41840            ! pod/perlrun.pod
41841 ____________________________________________________________________________
41842 [ 18843] By: rgs                                   on 2003/03/06  21:59:02
41843         Log: Make the -A switch work without an assertion name.
41844              by Salvador Fandiño.
41845      Branch: perl
41846            ! perl.c t/run/switch_A.t
41847 ____________________________________________________________________________
41848 [ 18842] By: rgs                                   on 2003/03/06  21:27:15
41849         Log: Subject: Re: [PATCH] let perlmodstyle mention Module::Build and Test::More
41850              From: "Jos I. Boumans" <kane@dwim.org>
41851              Date: Fri, 21 Feb 2003 20:33:53 +0100
41852              Message-ID: <3E567F21.6020006@dwim.org>
41853              (with some minor tweaks)
41854      Branch: perl
41855            ! pod/perlmodstyle.pod
41856 ____________________________________________________________________________
41857 [ 18841] By: rgs                                   on 2003/03/06  20:56:32
41858         Log: Subject: Re: [perl #20682] [fix] @- array not visible in s///
41859              From: Enache Adrian <enache@rdslink.ro>
41860              Date: Sun, 2 Mar 2003 06:05:22 +0200
41861              Message-ID: <20030302040522.GB4905@ratsnest.hole>
41862      Branch: perl
41863            ! t/op/subst.t
41864 ____________________________________________________________________________
41865 [ 18840] By: rgs                                   on 2003/03/06  20:45:08
41866         Log: Subject: cleaning up tests of the 'eval { decl. } <=> runtime decl.' assumption
41867              From: Enache Adrian <enache@rdslink.ro>
41868              Date: Wed, 5 Mar 2003 12:06:20 +0200
41869              Message-ID: <20030305100620.GA909@ratsnest.hole>
41870      Branch: perl
41871            ! ext/POSIX/t/sigaction.t ext/POSIX/t/waitpid.t t/op/method.t
41872            ! t/op/sub_lval.t t/op/ver.t t/run/fresh_perl.t
41873 ____________________________________________________________________________
41874 [ 18839] By: jhi                                   on 2003/03/06  17:21:36
41875         Log: Subject: [PATCH perl@18838] mg.c needs Perl_csighandler prototype
41876              From: "Craig A. Berry" <craigberry@mac.com>
41877              Date: Thu, 06 Mar 2003 10:42:05 -0600
41878              Message-ID: <3E677A5D.10805@mac.com>
41879      Branch: perl
41880            ! mg.c
41881 ____________________________________________________________________________
41882 [ 18838] By: jhi                                   on 2003/03/06  10:11:22
41883         Log: Thinko fix.
41884      Branch: perl
41885            ! Porting/findrfuncs
41886 ____________________________________________________________________________
41887 [ 18837] By: jhi                                   on 2003/03/06  09:33:33
41888         Log: PERL_UNICODE explanation saga continues.
41889      Branch: perl
41890            ! pod/perlrun.pod
41891 ____________________________________________________________________________
41892 [ 18836] By: jhi                                   on 2003/03/06  07:55:03
41893         Log: Handle also extra directories et alia.
41894      Branch: perl
41895            ! Porting/manicheck
41896 ____________________________________________________________________________
41897 [ 18835] By: jhi                                   on 2003/03/06  07:48:05
41898         Log: Add mani(fest) check(ing) utility.
41899      Branch: perl
41900            + Porting/manicheck
41901            ! MANIFEST
41902 ____________________________________________________________________________
41903 [ 18833] By: jhi                                   on 2003/03/06  05:36:13
41904         Log: Subject: [patch config_h.SH] redefining __attribute__
41905              From: Stas Bekman <stas@stason.org>
41906              Date: Thu, 06 Mar 2003 12:03:39 +1100
41907              Message-ID: <3E669E6B.1060606@stason.org>
41908      Branch: perl
41909            ! Configure NetWare/config_H.wc Porting/config.sh
41910            ! Porting/config_H config_h.SH plan9/config.plan9
41911            ! plan9/config_h.sample win32/config_H.bc win32/config_H.gc
41912            ! win32/config_H.vc win32/config_H.vc64 wince/config_H.ce
41913 ____________________________________________________________________________
41914 [ 18831] By: jhi                                   on 2003/03/05  19:56:41
41915         Log: Couple more _r possibilities (found in a RH 8.0 box), and
41916              the random() macros were all wrong.  (I don't know why
41917              metaconfig did so much reordering of config_h.SH.)
41918      Branch: perl
41919            ! Configure config_h.SH reentr.h reentr.pl
41920 ____________________________________________________________________________
41921 [ 18830] By: rgs                                   on 2003/03/04  23:25:01
41922         Log: Change #18829 makes this test workaround obsolete.
41923      Branch: perl
41924            ! ext/B/t/deparse.t
41925 ____________________________________________________________________________
41926 [ 18829] By: rgs                                   on 2003/03/04  22:23:41
41927         Log: Patch by Salvador Fandiño to read the warning mask
41928              returned by caller() and ${^WARNING_BITS} from
41929              $warnings::Bits{all} and not from the hardcoded core
41930              constant. (This mask could have been extended by
41931              warnings::register.) Plus tests.
41932      Branch: perl
41933            ! mg.c pp_ctl.c t/op/caller.t
41934 ____________________________________________________________________________
41935 [ 18828] By: rgs                                   on 2003/03/04  20:49:59
41936         Log: Subject: [PATCH] assertions
41937              From: Salvador Fandiño <sfandino@yahoo.com>
41938              Date: Fri, 21 Feb 2003 17:26:16 +0000
41939              Message-ID: <3E566138.4090709@yahoo.com>
41940              and the complement : (with added comments)
41941              Subject: [PATCH] bug in ext/B/t/deparse.t
41942              Message-ID: <3E563E16.7060303@yahoo.com>
41943              plus perldiag.pod patch for the new warning
41944              (previous change was, once again, empty)
41945      Branch: perl
41946            ! ext/B/t/deparse.t lib/assertions.pm lib/assertions/activate.pm
41947            ! lib/perl5db.pl lib/warnings.pm op.c perl.h perlapi.c
41948            ! pod/perldiag.pod warnings.h warnings.pl
41949 ____________________________________________________________________________
41950 [ 18827] By: rgs                                   on 2003/03/04  20:48:09
41951         Log: Subject: [PATCH] assertions
41952              From: Salvador Fandiño <sfandino@yahoo.com>
41953              Date: Fri, 21 Feb 2003 17:26:16 +0000
41954              Message-ID: <3E566138.4090709@yahoo.com>
41955              and the complement : (with added comments)
41956              Subject: [PATCH] bug in ext/B/t/deparse.t
41957              Message-ID: <3E563E16.7060303@yahoo.com>
41958              plus perldiag.pod patch for the new warning
41959      Branch: perl
41960            ! ext/B/t/deparse.t lib/assertions.pm lib/assertions/activate.pm
41961            ! lib/perl5db.pl lib/warnings.pm op.c perl.h perlapi.c
41962            ! pod/perldiag.pod warnings.h warnings.pl
41963 ____________________________________________________________________________
41964 [ 18826] By: jhi                                   on 2003/03/04  20:22:25
41965         Log: Try to make PPPort.pm 5.005-friendlier (see [perl #21339]).
41966              The variant is from how List::Util Util.xs does it.
41967      Branch: perl
41968            ! ext/Devel/PPPort/PPPort.pm
41969 ____________________________________________________________________________
41970 [ 18825] By: rgs                                   on 2003/03/04  19:56:28
41971         Log: Doc typos.
41972      Branch: perl
41973            ! lib/File/Find.pm
41974 ____________________________________________________________________________
41975 [ 18823] By: jhi                                   on 2003/03/04  05:33:50
41976         Log: Try to give rcatline() a good jog on Unicode.
41977      Branch: perl
41978            ! t/io/utf8.t
41979 ____________________________________________________________________________
41980 [ 18822] By: jhi                                   on 2003/03/04  05:14:13
41981         Log: Subject: Re: [perl #21395] rcatline doesn't grok utf8
41982              From: Enache Adrian <enache@rdslink.ro>
41983              Date: Sun, 2 Mar 2003 05:43:54 +0200
41984              Message-ID: <20030302034354.GA4905@ratsnest.hole>
41985      Branch: perl
41986            ! sv.c t/io/utf8.t
41987 ____________________________________________________________________________
41988 [ 18821] By: jhi                                   on 2003/03/04  04:58:36
41989         Log: Can't test this without PerlIO.
41990      Branch: perl
41991            ! t/uni/write.t
41992 ____________________________________________________________________________
41993 [ 18820] By: sky                                   on 2003/03/04  01:01:07
41994         Log: Fixes bug #15654 bizarre constant mangling in 5.8.0
41995              What happened was that a constant was freed, the pad released but
41996              the pad slot still held the SV, when pad slot was reallocated
41997              to be a target for a stringify, it did a sv_setpv on the target
41998              and the original SV was wiped out. When this SV was later on
41999              to new places using the constant, they got the wrong value.
42000              By replacing pad_free with pad_swipe for these cases, we
42001              won't have such a problem. (pad_swipe also removes the
42002              pointer to the original SV).
42003      Branch: perl
42004            ! op.c
42005 ____________________________________________________________________________
42006 [ 18819] By: jhi                                   on 2003/03/03  19:15:07
42007         Log: Further clarification on PERL_UNICODE's semantics.
42008      Branch: perl
42009            ! pod/perlrun.pod
42010 ____________________________________________________________________________
42011 [ 18818] By: gbarr                                 on 2003/03/03  10:07:44
42012         Log: Sync with libnet-1.13
42013      Branch: perl
42014            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/FTP.pm
42015            ! lib/Net/POP3.pm lib/Net/SMTP.pm
42016 ____________________________________________________________________________
42017 [ 18817] By: jhi                                   on 2003/03/03  06:45:59
42018         Log: Upgrade to Unicode::Normalize 0.20.
42019      Branch: perl
42020            ! ext/Unicode/Normalize/Changes
42021            ! ext/Unicode/Normalize/Normalize.pm
42022            ! ext/Unicode/Normalize/Normalize.xs
42023            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
42024            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
42025            ! ext/Unicode/Normalize/t/test.t
42026 ____________________________________________________________________________
42027 [ 18816] By: jhi                                   on 2003/03/03  06:17:28
42028         Log: Upgrade to Encode 1.89.  The enc_module.t required
42029              a little tweak, sending that to Dan.
42030      Branch: perl
42031            + ext/Encode/t/Mod_EUCJP.pm ext/Encode/t/enc_module.enc
42032            + ext/Encode/t/enc_module.t
42033            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Changes
42034            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/MANIFEST
42035            ! ext/Encode/Unicode/Unicode.xs ext/Encode/encoding.pm
42036            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t
42037            ! ext/Encode/ucm/viscii.ucm
42038 ____________________________________________________________________________
42039 [ 18813] By: jhi                                   on 2003/03/03  05:33:21
42040         Log: Use a macro for abs() to avoid the possible truncation to an int;
42041              also make an explicit (double)cast for the arguments to fabs().
42042      Branch: perl
42043            ! perl.h pp.c sv.c util.c
42044 ____________________________________________________________________________
42045 [ 18812] By: hv                                    on 2003/03/02  22:36:05
42046         Log: Subject: Re: [PATCH] Make adding notes to patchlevel.h easier
42047              From: andreas.koenig@anima.de (Andreas J. Koenig)
42048              Date: Wed, 19 Feb 2003 11:05:28 +0100
42049              Message-ID: <m3d6lozitz.fsf@k242.linux.bogus>
42050      Branch: perl
42051            ! patchlevel.h
42052 ____________________________________________________________________________
42053 [ 18811] By: hv                                    on 2003/03/02  22:30:50
42054         Log: Subject: [perl #21289] [Fwd: IPC::Msg bug report]
42055              From: Edmund Bacon (via RT) <perlbug-followup@perl.org>
42056              Date: 18 Feb 2003 21:05:15 -0000
42057              Message-Id: <rt-21289-52384.13.2700974026643@bugs6.perl.org>
42058      Branch: perl
42059            ! ext/IPC/SysV/Msg.pm
42060 ____________________________________________________________________________
42061 [ 18810] By: hv                                    on 2003/03/02  21:59:10
42062         Log: Subject: [PATCH] Re: [perl #18872] File::Basename example misleading
42063              From: Richard Soderberg <perl@crystalflame.net>
42064              Date: Sat, 15 Feb 2003 01:27:21 -0500
42065              Message-Id: <89FAC8B9-40AE-11D7-9B07-000393801F84@crystalflame.net>
42066      Branch: perl
42067            ! lib/File/Basename.pm
42068 ____________________________________________________________________________
42069 [ 18809] By: hv                                    on 2003/03/02  21:54:53
42070         Log: Subject: [perl #21031] $File::Find::name ne $_ w/no_chdir
42071              From: "Anders Johnson" (via RT) <perlbug-followup@perl.org>
42072              Date: 15 Feb 2003 00:21:41 -0000
42073              Message-Id: <rt-21031-51306.12.8541374577158@bugs6.perl.org>
42074      Branch: perl
42075            ! lib/File/Find.pm
42076 ____________________________________________________________________________
42077 [ 18807] By: hv                                    on 2003/03/02  21:22:56
42078         Log: Reverse copyright update (#18801) for files not changed in 2003.
42079      Branch: perl
42080            ! EXTERN.h INTERN.h README av.h cc_runtime.h deb.c doop.c
42081            ! dosish.h fakethr.h form.h globals.c gv.h handy.h hv.h
42082            ! keywords.h keywords.pl mg.h miniperlmain.c numeric.c pad.h
42083            ! perlapi.c perlsdio.h perlsfio.h perlvars.h perly.y pp.h
42084            ! regcomp.h run.c scope.h taint.c thread.h unixish.h utf8.h
42085            ! utfebcdic.h util.h x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c
42086            ! x2p/a2p.h x2p/a2p.y x2p/hash.c x2p/hash.h x2p/proto.h
42087            ! x2p/str.c x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
42088 ____________________________________________________________________________
42089 [ 18805] By: hv                                    on 2003/03/02  16:29:28
42090         Log: Subject: Re: [perl #21411] [fix] Postponed RE with split()
42091              From: Enache Adrian <enache@rdslink.ro>
42092              Date: Sun, 2 Mar 2003 10:11:27 +0200
42093              Message-ID: <20030302081127.GA10782@ratsnest.hole>
42094      Branch: perl
42095            ! pp.c t/op/pat.t
42096 ____________________________________________________________________________
42097 [ 18803] By: hv                                    on 2003/03/02  16:12:34
42098         Log: Subject: RE: [perl #20613] Perl_magic_setsig/clearsig problems (patch   included)
42099              From: "Anders Johnson" <ajohnson@wischip.com>
42100              Date: Mon, 10 Feb 2003 14:09:46 -0800
42101              Message-ID: <000e01c2d151$2228ca90$9800a8c0@wis.com>
42102      Branch: perl
42103            ! mg.c t/op/magic.t
42104 ____________________________________________________________________________
42105 [ 18802] By: jhi                                   on 2003/03/02  15:39:06
42106         Log: Narrow down the -C test skippage.
42107      Branch: perl
42108            ! t/run/switchC.t
42109 ____________________________________________________________________________
42110 [ 18801] By: hv                                    on 2003/03/02  15:24:22
42111         Log: Update all copyrights to 2003, from Jarkko
42112      Branch: perl
42113            ! EXTERN.h INTERN.h README XSUB.h av.c av.h cc_runtime.h cop.h
42114            ! cv.h deb.c doio.c doop.c dosish.h dump.c embed.h embed.pl
42115            ! embedvar.h fakesdio.h fakethr.h form.h global.sym globals.c
42116            ! gv.c gv.h handy.h hv.c hv.h keywords.h keywords.pl locale.c
42117            ! mg.c mg.h miniperlmain.c nostdio.h numeric.c op.c op.h
42118            ! opcode.h opcode.pl opnames.h pad.c pad.h patchlevel.h perl.c
42119            ! perl.h perlapi.c perlapi.h perlio.h perlsdio.h perlsfio.h
42120            ! perlvars.h perly.y pp.c pp.h pp_ctl.c pp_hot.c pp_pack.c
42121            ! pp_sort.c pp_sys.c proto.h reentr.c reentr.h reentr.pl
42122            ! regcomp.c regcomp.h regexec.c regexp.h run.c scope.c scope.h
42123            ! sv.c sv.h taint.c thrdvar.h thread.h toke.c universal.c
42124            ! unixish.h utf8.c utf8.h utfebcdic.h util.c util.h x2p/EXTERN.h
42125            ! x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/hash.c
42126            ! x2p/hash.h x2p/proto.h x2p/str.c x2p/str.h x2p/util.c
42127            ! x2p/util.h x2p/walk.c xsutils.c
42128 ____________________________________________________________________________
42129 [ 18800] By: hv                                    on 2003/03/02  15:16:38
42130         Log: Subject: [PATCH] for perl5db.pl against missing args destroying pre-post command setups
42131              From: Richard.Foley@ubsw.com
42132              Date: Wed, 19 Feb 2003 13:24:38 +0100
42133              Message-ID: <B374141B0A424D4F9CF143CC51B3ADD98579DB@NZURC900PEX1.ubsgs.ubsgroup.net>
42134      Branch: perl
42135            ! lib/perl5db.pl
42136 ____________________________________________________________________________
42137 [ 18799] By: jhi                                   on 2003/03/02  13:34:13
42138         Log: The -CI cannot be easily tested under UTF-8 locale with
42139              the t/test.pl (the 'stdin' data gets doubly UTF-8-ied).
42140              Also other small tweaks in the -C neighbourhood.
42141      Branch: perl
42142            ! perl.c perl.h t/run/switchC.t util.c
42143 ____________________________________________________________________________
42144 [ 18798] By: jhi                                   on 2003/03/02  09:12:06
42145         Log: Go with "right = -right" for greater portability, some platforms
42146              might require llabs() to get abs() of long longs.
42147      Branch: perl
42148            ! pp.c
42149 ____________________________________________________________________________
42150 [ 18797] By: jhi                                   on 2003/03/02  08:07:32
42151         Log: Patch for [perl #9402], known also as "glibc _moddi3 bug
42152              with negative quads", or also as RedHat bug #65612.
42153      Branch: perl
42154            ! pp.c
42155 ____________________________________________________________________________
42156 [ 18796] By: jhi                                   on 2003/03/02  07:34:54
42157         Log: Forgotten from change #18795.
42158      Branch: perl
42159            ! global.sym
42160 ____________________________________________________________________________
42161 [ 18795] By: jhi                                   on 2003/03/02  07:27:44
42162         Log: Subject: Re: [PATCH embed.fnc] Re: [PATCH] Get MSWin32 back compiling
42163              From: Abe Timmerman <abe@ztreet.demon.nl>
42164              Date: Sun, 2 Mar 2003 02:03:16 +0100
42165              Message-Id: <200303020203.16708.abe@ztreet.demon.nl>
42166      Branch: perl
42167            ! embed.fnc embed.h makedef.pl
42168 ____________________________________________________________________________
42169 [ 18794] By: jhi                                   on 2003/03/02  07:21:36
42170         Log: Further Unicode formats patching from Inaba Hiroto.
42171      Branch: perl
42172            + t/uni/write.t
42173            ! MANIFEST pp_ctl.c
42174 ____________________________________________________________________________
42175 [ 18793] By: jhi                                   on 2003/03/01  08:18:35
42176         Log: Integrate change #18788 from maint.
42177      Branch: perl
42178           !> perl.h
42179 ____________________________________________________________________________
42180 [ 18792] By: jhi                                   on 2003/03/01  08:14:43
42181         Log: Subject: [PATCH] Get MSWin32 back compiling
42182              From: Abe Timmerman <abe@ztreet.demon.nl>
42183              Date: Sat, 1 Mar 2003 04:31:19 +0100
42184              Message-Id: <200303010431.20205.abe@ztreet.demon.nl>
42185      Branch: perl
42186            ! embed.fnc embed.h global.sym makedef.pl
42187 ____________________________________________________________________________
42188 [ 18785] By: jhi                                   on 2003/02/26  20:38:55
42189         Log: Subject: Re: [PATCH] Re: format, PerlIO and utf8
42190              From: Inaba Hiroto <inaba@st.rim.or.jp>
42191              Date: Mon, 10 Feb 2003 00:04:51 +0900
42192              Message-ID: <3E466E12.E5349D84@st.rim.or.jp>
42193      Branch: perl
42194            ! pp_ctl.c toke.c
42195 ____________________________________________________________________________
42196 [ 18784] By: jhi                                   on 2003/02/26  19:45:53
42197         Log: An already fixed bug from perl-unicode.
42198      Branch: perl
42199            ! t/op/pat.t
42200 ____________________________________________________________________________
42201 [ 18782] By: hv                                    on 2003/02/26  01:36:49
42202         Log: Subject: Re: [perl #20683] [fix] Better Patch
42203              From: Enache Adrian <enache@rdslink.ro>
42204              Date: Sun, 23 Feb 2003 20:16:39 +0200
42205              Message-ID: <20030223181639.GA18713@ratsnest.hole>
42206      Branch: perl
42207            ! embed.fnc embed.h ext/Devel/Peek/Peek.t mg.c perl.h proto.h
42208            ! regexec.c sv.c t/op/pat.t
42209 ____________________________________________________________________________
42210 [ 18781] By: hv                                    on 2003/02/26  01:11:14
42211         Log: regen headers
42212      Branch: perl
42213            ! perlapi.h pod/perlapi.pod
42214 ____________________________________________________________________________
42215 [ 18780] By: hv                                    on 2003/02/26  00:25:32
42216         Log: Two typos found by Philip Newton <pnewton@gmx.de>
42217      Branch: perl
42218            ! configpm ext/DB_File/DB_File.pm
42219 ____________________________________________________________________________
42220 [ 18779] By: jhi                                   on 2003/02/25  18:20:01
42221         Log: Add tests for the -C switch.  Depending on the
42222              CLIs some $^O dance may be needed.
42223      Branch: perl
42224            + t/run/switchC.t
42225            ! MANIFEST
42226 ____________________________________________________________________________
42227 [ 18778] By: hv                                    on 2003/02/25  15:24:17
42228         Log: Add missing file from change #18774.
42229      Branch: perl
42230            + t/op/localref.t
42231 ____________________________________________________________________________
42232 [ 18777] By: hv                                    on 2003/02/25  14:07:59
42233         Log: More variables for change #18776.
42234      Branch: perl
42235            ! op.c
42236 ____________________________________________________________________________
42237 [ 18776] By: hv                                    on 2003/02/25  14:04:03
42238         Log: Subject: [perl #20682] [fix] @- array not visible in s///
42239              From: Enache Adrian <enache@rdslink.ro>
42240              Date: Fri, 21 Feb 2003 17:50:14 +0200
42241              Message-ID: <20030221155014.GB793@ratsnest.hole>
42242      Branch: perl
42243            ! op.c t/op/subst.t
42244 ____________________________________________________________________________
42245 [ 18775] By: hv                                    on 2003/02/25  13:53:11
42246         Log: Subject: [perl #20684] [fix] s/// with (??{..}) inside returns wrong count
42247              From: Enache Adrian <enache@rdslink.ro>
42248              Date: Fri, 21 Feb 2003 17:49:41 +0200
42249              Message-ID: <20030221154941.GA793@ratsnest.hole>
42250      Branch: perl
42251            ! pp_ctl.c t/op/subst.t
42252 ____________________________________________________________________________
42253 [ 18774] By: hv                                    on 2003/02/25  13:21:19
42254         Log: Subject: Re: [perl #21321] local ${"FOO"} does not work
42255              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
42256              Date: Sun, 23 Feb 2003 00:03:27 +0100
42257              Message-Id: <20030223000327.6f0c11fa.rgarciasuarez@free.fr>
42258      Branch: perl
42259            ! MANIFEST op.c perl.h pp.c pp_hot.c t/op/local.t
42260 ____________________________________________________________________________
42261 [ 18773] By: hv                                    on 2003/02/25  12:45:01
42262         Log: Subject: [Encode] 1.88 Released
42263              From: Dan Kogai <dankogai@dan.co.jp>
42264              Date: Thu, 20 Feb 2003 23:49:55 +0900
42265              Message-Id: <935F75D0-44E2-11D7-B310-000393AE4244@dan.co.jp>
42266      Branch: perl
42267            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
42268            ! ext/Encode/Encode.xs ext/Encode/Unicode/Unicode.xs
42269            ! ext/Encode/lib/Encode/CJKConstants.pm
42270            ! ext/Encode/lib/Encode/Encoder.pm ext/Encode/t/enc_eucjp.t
42271            ! ext/Encode/t/enc_utf8.t ext/Encode/ucm/viscii.ucm
42272 ____________________________________________________________________________
42273 [ 18772] By: merijn                                on 2003/02/25  12:12:14
42274         Log: Subject: [perl@18752] warnings from CGI tests under cygwin
42275              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
42276              Date: Wed, 19 Feb 2003 13:37:39 -0800
42277              Message-ID: <jk/U+gzkg2DE092yn@efn.org>
42278      Branch: perl
42279            ! lib/CGI.pm
42280 ____________________________________________________________________________
42281 [ 18771] By: jhi                                   on 2003/02/25  07:46:53
42282         Log: Cleanup #18770 as suggested by Rafael.
42283      Branch: perl
42284            ! mg.c perl.h
42285 ____________________________________________________________________________
42286 [ 18770] By: jhi                                   on 2003/02/25  06:01:09
42287         Log: A new try at #18765 (for [perl #20920]).
42288      Branch: perl
42289            ! mg.c
42290 ____________________________________________________________________________
42291 [ 18769] By: jhi                                   on 2003/02/25  05:33:10
42292         Log: Retract change #18765: makes HiRes.t hang after subtest #11.
42293      Branch: perl
42294            ! mg.c
42295 ____________________________________________________________________________
42296 [ 18768] By: chip                                  on 2003/02/24  21:42:57
42297         Log: Include p4d2p in Porting again, because p4genpatch doesn't work
42298              until a change has been submitted.
42299      Branch: perl
42300            + Porting/p4d2p
42301            ! MANIFEST
42302 ____________________________________________________________________________
42303 [ 18767] By: chip                                  on 2003/02/24  21:35:56
42304         Log: In Porting scripts, use standard perl path of "/usr/bin/perl".
42305      Branch: perl
42306            ! Porting/check83.pl Porting/findvars Porting/fixCORE
42307            ! Porting/fixvars Porting/genlog Porting/makerel Porting/patchls
42308 ____________________________________________________________________________
42309 [ 18766] By: jhi                                   on 2003/02/24  20:04:36
42310         Log: PERL_SIGNALS=unsafe enables the old unsafe/immediate signals.
42311      Branch: perl
42312            ! embedvar.h intrpvar.h mg.c perl.c perl.h pod/perldiag.pod
42313            ! pod/perlipc.pod pod/perlrun.pod pp_sys.c util.c
42314 ____________________________________________________________________________
42315 [ 18765] By: jhi                                   on 2003/02/24  19:56:23
42316         Log: Subject: Re: [perl #20920] Segmentation fault ("Safe Signal" queue problem?)
42317              From: Slaven Rezic <slaven@rezic.de>
42318              Date: 14 Feb 2003 09:11:15 +0100
42319              Message-ID: <878ywji8nw.fsf@vran.herceg.de>
42320
42321              (with slight tweaks)
42322      Branch: perl
42323            ! mg.c
42324 ____________________________________________________________________________
42325 [ 18764] By: jhi                                   on 2003/02/24  18:44:41
42326         Log: Patching magic from Inaba-san's keyboard: fix for [perl #8769]:
42327              "scalar upgraded to UTF-8 as a side effect of quote-interpolation
42328              when 'use encoding' is engaged"-- wasn't actually encoding's fault.
42329      Branch: perl
42330            ! pp_ctl.c pp_hot.c sv.c sv.h t/op/concat.t
42331 ____________________________________________________________________________
42332 [ 18763] By: chip                                  on 2003/02/24  14:54:36
42333         Log: Use PL_{argv,stdin,stdout}gv to avoid unnecessary gv_fetch calls.
42334      Branch: perl
42335            ! op.c win32/perlhost.h
42336 ____________________________________________________________________________
42337 [ 18762] By: hv                                    on 2003/02/24  00:18:42
42338         Log: Remove no-longer-true line from perlop
42339      Branch: perl
42340            ! pod/perlop.pod
42341 ____________________________________________________________________________
42342 [ 18761] By: jhi                                   on 2003/02/23  12:07:53
42343         Log: Chip noticed that the intended optionality of the 'IV' was
42344              forgotten in the change #18758.
42345      Branch: perl
42346            ! ext/Devel/Peek/Peek.t
42347 ____________________________________________________________________________
42348 [ 18760] By: jhi                                   on 2003/02/22  19:17:04
42349         Log: API doc tweaks.
42350      Branch: perl
42351            ! utf8.c
42352 ____________________________________________________________________________
42353 [ 18759] By: sky                                   on 2003/02/21  09:08:30
42354         Log: Change regex to be a bit more friendly against various
42355              outputs from ps -f, regex suggest by rgs
42356      Branch: perl
42357            ! ext/threads/t/join.t
42358 ____________________________________________________________________________
42359 [ 18758] By: jhi                                   on 2003/02/20  17:28:44
42360         Log: Subject: [PATCH: perl@18639] add some IV stuff to ext/Devel/Peek/Peek.t test 21
42361              From: PPrymmer@factset.com
42362              Date: Thu, 20 Feb 2003 13:28:09 -0500
42363              Message-ID: <OF2DC297F4.A63F24F9-ON85256CD3.006513E4@factset.com>
42364      Branch: perl
42365            ! ext/Devel/Peek/Peek.t
42366 ____________________________________________________________________________
42367 [ 18757] By: jhi                                   on 2003/02/20  17:27:17
42368         Log: Subject: [PATCH: perl@186389] add probe for yet another dangerous logical name: COMP
42369              From: PPrymmer@factset.com
42370              Date: Wed, 19 Feb 2003 15:04:40 -0500
42371              Message-ID: <OFC0A627AD.02B9D968-ON85256CD2.006DDC21@factset.com>
42372      Branch: perl
42373            ! README.vms configure.com
42374 ____________________________________________________________________________
42375 [ 18756] By: jhi                                   on 2003/02/20  06:16:05
42376         Log: Doc tweakage on -C.
42377      Branch: perl
42378            ! pod/perlrun.pod
42379 ____________________________________________________________________________
42380 [ 18755] By: rgs                                   on 2003/02/19  21:31:43
42381         Log: Subject: [PATCH] 5.8.0: typo in pod/perlcompile.pod
42382              From: Brendan O'Dea <bod@debian.org>
42383              Date: Sun, 16 Feb 2003 21:09:23 +1100
42384              Message-ID: <20030216100923.GA29761@londo.c47.org>
42385      Branch: perl
42386            ! pod/perlcompile.pod
42387 ____________________________________________________________________________
42388 [ 18754] By: rgs                                   on 2003/02/19  21:14:37
42389         Log: Document clearly that "_" is always in package "main".
42390      Branch: perl
42391            ! pod/perlvar.pod
42392 ____________________________________________________________________________
42393 [ 18753] By: rgs                                   on 2003/02/19  20:55:09
42394         Log: Subject: Re: [perl #20716] scope error with brackets
42395              From: Enache Adrian <enache@rdslink.ro>
42396              Date: Thu, 13 Feb 2003 04:52:21 +0200
42397              Message-ID: <20030213025221.GA1215@ratsnest.hole>
42398              (better version of change #18687)
42399      Branch: perl
42400            ! t/comp/parser.t toke.c
42401 ____________________________________________________________________________
42402 [ 18752] By: jhi                                   on 2003/02/19  05:10:26
42403         Log: 'A' is not 65 everywhere.
42404      Branch: perl
42405            ! t/op/pack.t
42406 ____________________________________________________________________________
42407 [ 18751] By: chip                                  on 2003/02/19  03:54:45
42408         Log: Support one-parameter unpack(), which unpacks $_.
42409      Branch: perl
42410            ! opcode.h opcode.pl pod/perlfunc.pod pp_pack.c t/op/pack.t
42411 ____________________________________________________________________________
42412 [ 18750] By: hv                                    on 2003/02/19  00:53:03
42413         Log: more complex assertions activation:
42414              Subject: Re: Did the assertion patch/feature submission get overlooked?
42415              From: =?ISO-8859-1?Q?Salvador_Fandi=F1o?= <sfandino@yahoo.com>
42416              Date: Tue, 18 Feb 2003 19:24:13 +0000
42417              Message-ID: <3E52885D.5060903@yahoo.com>
42418      Branch: perl
42419            ! lib/assertions.pm lib/assertions/activate.pm
42420            ! t/comp/assertions.t
42421 ____________________________________________________________________________
42422 [ 18749] By: hv                                    on 2003/02/19  00:19:21
42423         Log: Subject: [PATCH] Make adding notes to patchlevel.h easier
42424              From: andreas.koenig@anima.de (Andreas J. Koenig)
42425              Date: Tue, 18 Feb 2003 11:48:40 +0100
42426              Message-ID: <m3n0kt27av.fsf@k242.linux.bogus>
42427      Branch: perl
42428            ! patchlevel.h
42429 ____________________________________________________________________________
42430 [ 18748] By: hv                                    on 2003/02/19  00:00:41
42431         Log: Subject: [PATCH IO/Socket/INET.pm] Blocking option ignored
42432              From: Dave Mitchell <davem@fdgroup.com>
42433              Date: Tue, 18 Feb 2003 21:45:45 +0000
42434              Message-ID: <20030218214545.C18547@fdgroup.com>
42435
42436              and tests for the same:
42437              From: Dave Mitchell <davem@fdgroup.com>
42438              Date: Wed, 19 Feb 2003 00:42:01 +0000
42439              Message-ID: <20030219004201.F18547@fdgroup.com>
42440      Branch: perl
42441            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
42442 ____________________________________________________________________________
42443 [ 18747] By: hv                                    on 2003/02/18  23:47:06
42444         Log: Shouldn't have added as t/run/switchA.t in #18739 - it'll cause
42445              problems on case-insensitive file systems. Rename it back to
42446              t/run/switch_A.t
42447      Branch: perl
42448           +> t/run/switch_A.t
42449            - t/run/switchA.t
42450            ! MANIFEST
42451 ____________________________________________________________________________
42452 [ 18746] By: sky                                   on 2003/02/18  21:31:37
42453         Log: Subject: Re: -Os for Darwin why?
42454              From: schwern@pobox.com
42455              Date: tis feb 18, 2003  20:37:39 Europe/Stockholm
42456              Message-Id: <20030218113739.D25848@ttul.org>
42457      Branch: perl
42458            ! hints/darwin.sh
42459 ____________________________________________________________________________
42460 [ 18741] By: jhi                                   on 2003/02/18  14:01:34
42461         Log: Format nit.
42462      Branch: perl
42463            ! util.c
42464 ____________________________________________________________________________
42465 [ 18740] By: sky                                   on 2003/02/18  06:33:57
42466         Log: Re: -Os for Darwin why?
42467              From: schwern@pobox.com
42468              Date: tis feb 18, 2003  04:14:03 Europe/Stockholm
42469              Message-Id: <20030217191403.A17553@ttul.org>
42470      Branch: perl
42471            ! hints/darwin.sh
42472 ____________________________________________________________________________
42473 [ 18739] By: hv                                    on 2003/02/18  01:04:01
42474         Log: Subject: Re: Did the assertion patch/feature submission get overlooked?
42475              From: =?ISO-8859-1?Q?Salvador_Fandi=F1o?= <sfandino@yahoo.com>
42476              Date: Mon, 17 Feb 2003 23:38:05 +0000
42477              Message-ID: <3E51725D.5060303@yahoo.com>
42478      Branch: perl
42479            + t/comp/assertions.t t/run/switchA.t
42480            ! MANIFEST
42481 ____________________________________________________________________________
42482 [ 18738] By: hv                                    on 2003/02/18  00:51:24
42483         Log: Subject: [PATCH] Re: [PATCH] Re: [PATCH] Copy on write for $& and $1...
42484              From: Nicholas Clark <nick@ccl4.org>
42485              Date: Mon, 17 Feb 2003 21:07:03 +0000
42486              Message-ID: <20030217210330.A8611@plum.flirble.org>
42487      Branch: perl
42488            ! sv.c
42489 ____________________________________________________________________________
42490 [ 18737] By: hv                                    on 2003/02/18  00:47:00
42491         Log: Subject: [PATCH] Re: [perl #21261] B::Terse not outputting correct constants or variable names
42492              From: Stephen McCamant <smcc@mit.edu>
42493              Date: Mon, 17 Feb 2003 19:34:36 -0500
42494              Date: Mon, 17 Feb 2003 19:34:36 -0500
42495              Message-ID: <15953.32668.277063.470885@syllepsis.MIT.EDU>
42496      Branch: perl
42497            ! ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/Concise.pm
42498            ! ext/B/B/Terse.pm ext/B/t/terse.t
42499 ____________________________________________________________________________
42500 [ 18736] By: hv                                    on 2003/02/17  09:33:47
42501         Log: Subject: [PATCH] Re: [PATCH] Copy on write for $& and $1...
42502              From: Nicholas Clark <nick@unfortu.net>
42503              Date: Sun, 16 Feb 2003 23:09:50 +0000
42504              Message-ID: <20030216230950.GB276@Bagpuss.unfortu.net>
42505      Branch: perl
42506            ! sv.c
42507 ____________________________________________________________________________
42508 [ 18735] By: hv                                    on 2003/02/17  09:13:02
42509         Log: Use the escape E<ntilde> in source files rather than the actual char.
42510      Branch: perl
42511            ! lib/assertions.pm lib/assertions/activate.pm
42512 ____________________________________________________________________________
42513 [ 18734] By: hv                                    on 2003/02/17  09:06:44
42514         Log: Suppress empty #ifdef blocks in embed.pl
42515      Branch: perl
42516            ! embed.h embed.pl
42517 ____________________________________________________________________________
42518 [ 18733] By: hv                                    on 2003/02/17  08:51:53
42519         Log: fix typo in sv.c and regenerate perlapi.pod
42520      Branch: perl
42521            ! pod/perlapi.pod sv.c
42522 ____________________________________________________________________________
42523 [ 18732] By: jhi                                   on 2003/02/17  06:40:09
42524         Log: Philip Newton has eagle eyes :-)
42525      Branch: perl
42526            ! pod/perlrun.pod
42527 ____________________________________________________________________________
42528 [ 18731] By: jhi                                   on 2003/02/17  05:31:18
42529         Log: Doc tweaks (and one code tweak) based on Philip Newton's comments.
42530      Branch: perl
42531            ! locale.c pod/perlrun.pod pod/perlunicode.pod
42532            ! pod/perluniintro.pod pod/perlvar.pod util.c
42533 ____________________________________________________________________________
42534 [ 18730] By: jhi                                   on 2003/02/17  04:44:53
42535         Log: Make also the -CAL conditional on locale.
42536      Branch: perl
42537            ! perl.c pod/perlrun.pod
42538 ____________________________________________________________________________
42539 [ 18729] By: jhi                                   on 2003/02/16  18:33:05
42540         Log: NO_SHORT_NAMES is better than HIDE_SHORT_NAMES.
42541      Branch: perl
42542            ! embed.h embed.pl pod/perlembed.pod
42543 ____________________________________________________________________________
42544 [ 18728] By: jhi                                   on 2003/02/16  18:20:04
42545         Log: According to Sarathy it's better have the Ministry
42546              of Information to remove all memory of NO_EMBED.
42547              What NO_EMBED?
42548      Branch: perl
42549            ! embed.h embed.pl
42550 ____________________________________________________________________________
42551 [ 18727] By: hv                                    on 2003/02/16  13:55:10
42552         Log: add support for assertions. Updated form of:
42553              Subject: Re: Did the assertion patch/feature submission get overlooked?
42554              From: Salvador =?ISO-8859-1?Q?Fandi=F1o?= <sfandino@yahoo.com>
42555              Date: Sat, 30 Nov 2002 17:24:09 +0000
42556              Message-ID: <3DE8F439.50402@yahoo.com>
42557      Branch: perl
42558            + lib/assertions.pm lib/assertions/activate.pm
42559            ! MANIFEST cv.h dump.c embed.pl embedvar.h ext/B/B/Deparse.pm
42560            ! ext/B/defsubs_h.PL intrpvar.h lib/perl5db.pl op.c perl.c
42561            ! perl.h perlapi.h pp_hot.c sv.c toke.c xsutils.c
42562 ____________________________________________________________________________
42563 [ 18726] By: hv                                    on 2003/02/16  13:10:32
42564         Log: COW regexps:
42565              Subject: [PATCH] Copy on write for $& and $1...
42566              From: Nicholas Clark <nick@unfortu.net>
42567              Date: Sun, 9 Feb 2003 23:00:09 +0000
42568              Message-ID: <20030209230008.GF299@Bagpuss.unfortu.net>
42569      Branch: perl
42570            ! embed.fnc embed.h global.sym pod/perlapi.pod pp_ctl.c pp_hot.c
42571            ! proto.h regcomp.c regexec.c regexp.h sv.c sv.h thrdvar.h
42572 ____________________________________________________________________________
42573 [ 18725] By: hv                                    on 2003/02/16  13:08:52
42574         Log: inline SvREFCNT_dec:
42575              Subject: [PATCH] Copy on write for $& and $1...
42576              From: Nicholas Clark <nick@unfortu.net>
42577              Date: Sun, 9 Feb 2003 23:00:09 +0000
42578              Message-ID: <20030209230008.GF299@Bagpuss.unfortu.net>
42579      Branch: perl
42580            ! embed.fnc embed.h proto.h sv.c sv.h
42581 ____________________________________________________________________________
42582 [ 18723] By: hv                                    on 2003/02/16  11:12:58
42583         Log: Subject: Re: [perl #20798] foo(eval {}) crashes Perl 5.8
42584              From: Enache Adrian <enache@rdslink.ro>
42585              Date: Sun, 16 Feb 2003 00:05:10 +0200
42586              Message-ID: <20030215220510.GB893@ratsnest.hole>
42587      Branch: perl
42588            ! op.c
42589 ____________________________________________________________________________
42590 [ 18722] By: hv                                    on 2003/02/16  11:08:06
42591         Log: outdent else-if chain in scope()
42592      Branch: perl
42593            ! op.c
42594 ____________________________________________________________________________
42595 [ 18721] By: hv                                    on 2003/02/16  11:00:47
42596         Log: Subject: [PATCH] arcane tainting bug in vms.c
42597              From: "Craig A. Berry" <craigberry@mac.com>
42598              Date: Sat, 15 Feb 2003 12:29:03 -0600
42599              Message-ID: <3E4E86EF.8090609@mac.com>
42600      Branch: perl
42601            ! vms/vms.c
42602 ____________________________________________________________________________
42603 [ 18720] By: hv                                    on 2003/02/16  10:54:58
42604         Log: restrict PERL_PRESERVE_IVUV to things that should really give an
42605              integer, but extend to runtime. Based on:
42606              Subject: Re: [perl #20827] Unexpected scientific notation.
42607              From: hv@crypt.org
42608              Date: Wed, 12 Feb 2003 03:12:43 +0000
42609              Message-Id: <200302120312.h1C3ChS02613@crypt.compulink.co.uk>
42610      Branch: perl
42611            ! op.c pp.c
42612 ____________________________________________________________________________
42613 [ 18718] By: jhi                                   on 2003/02/16  09:47:02
42614         Log: As suggested by Sarathy, add -DPERL_HIDE_SHORT_NAMES option
42615              which will disable the short forms of the Perl_ API, good for
42616              embedding stuff.  (Kind of like the old NO_EMBED, but better.)
42617      Branch: perl
42618            ! embed.h embed.pl pod/perlembed.pod
42619 ____________________________________________________________________________
42620 [ 18717] By: jhi                                   on 2003/02/16  09:44:57
42621         Log: Clarify the -C syntax a bit.
42622      Branch: perl
42623            ! pod/perlrun.pod
42624 ____________________________________________________________________________
42625 [ 18716] By: jhi                                   on 2003/02/16  08:29:54
42626         Log: Forgotten from #18715.
42627      Branch: perl
42628            ! embed.h proto.h
42629 ____________________________________________________________________________
42630 [ 18715] By: jhi                                   on 2003/02/15  21:19:37
42631         Log: The new(er) way of controlling Unicode I/O (and other) features;
42632              -C (or PERL_UNICODE).  See perlrun/-C for more details.
42633      Branch: perl
42634            ! embed.fnc embedvar.h gv.c intrpvar.h locale.c mg.c perl.c
42635            ! perl.h perlapi.h pod/perldiag.pod pod/perlrun.pod
42636            ! pod/perlunicode.pod pod/perluniintro.pod pod/perlvar.pod
42637            ! util.c
42638 ____________________________________________________________________________
42639 [ 18714] By: jhi                                   on 2003/02/15  12:31:25
42640         Log: Also Storable really wants the PATCHLEVEL, not PERL_VERSION.
42641      Branch: perl
42642            ! ext/Storable/Storable.xs
42643 ____________________________________________________________________________
42644 [ 18712] By: jhi                                   on 2003/02/15  08:39:38
42645         Log: Bring the CPAN Digest::MD5 (2.23) and the core Digest::MD5
42646              even closer to each other.  The dec_osf.pl is irrelevant
42647              for the current core but adding it makes for one less exception
42648              when integrating.
42649      Branch: perl
42650            + ext/Digest/MD5/hints/dec_osf.pl
42651            ! MANIFEST ext/Digest/MD5/MD5.pm ext/Digest/MD5/Makefile.PL
42652            ! ext/Digest/MD5/t/files.t
42653 ____________________________________________________________________________
42654 [ 18711] By: jhi                                   on 2003/02/15  08:32:04
42655         Log: Update MD5 Changes; update checksums.
42656      Branch: perl
42657            ! ext/Digest/MD5/Changes ext/Digest/MD5/t/files.t
42658 ____________________________________________________________________________
42659 [ 18710] By: jhi                                   on 2003/02/15  08:19:20
42660         Log: Update the MD5 checksums.
42661      Branch: perl
42662            ! ext/Digest/MD5/t/files.t
42663 ____________________________________________________________________________
42664 [ 18709] By: jhi                                   on 2003/02/15  08:16:26
42665         Log: Make the patchlevel.h inclusion attempt pre-5.6.0-safe(r)
42666              (problem noticed by Graham with List::Util).
42667      Branch: perl
42668            ! ext/Data/Dumper/Dumper.xs ext/Digest/MD5/MD5.xs
42669            ! ext/MIME/Base64/Base64.xs ext/Storable/Storable.xs
42670 ____________________________________________________________________________
42671 [ 18708] By: jhi                                   on 2003/02/15  07:31:17
42672         Log: Subject: Re: [perl #20912] UTF8 related glitch + fix
42673              From: Enache Adrian <enache@rdslink.ro>
42674              Date: Sat, 15 Feb 2003 00:37:40 +0200
42675              Message-ID: <20030214223740.GA13575@ratsnest.hole>
42676      Branch: perl
42677            ! pp.c t/op/split.t
42678 ____________________________________________________________________________
42679 [ 18707] By: hv                                    on 2003/02/15  06:38:15
42680         Log: Subject: [doc patch] ext/threads/shared/shared.pm
42681              From: Stas Bekman <stas@stason.org>
42682              Date: Fri, 14 Feb 2003 11:12:39 +1100
42683              Message-ID: <3E4C3477.7030306@stason.org>
42684      Branch: perl
42685            ! ext/threads/shared/shared.pm
42686 ____________________________________________________________________________
42687 [ 18706] By: hv                                    on 2003/02/15  06:32:35
42688         Log: Subject: Re: perlvar phrasing clarification for $^S
42689              From: "Iain 'Spoon' Truskett" <perl@dellah.anu.edu.au>
42690              Date: Fri, 14 Feb 2003 10:12:00 +1100
42691              Message-ID: <20030213231200.GE16300@ouroboros.anu.edu.au>
42692      Branch: perl
42693            ! pod/perlvar.pod
42694 ____________________________________________________________________________
42695 [ 18705] By: hv                                    on 2003/02/15  06:27:07
42696         Log: Subject: Re: [perl #20933] \substr reuses lvalues (sometimes)
42697              From: Dave Mitchell <davem@fdgroup.com>
42698              Date: Fri, 14 Feb 2003 22:48:27 +0000
42699              Message-ID: <20030214224827.B6783@fdgroup.com>
42700
42701              with tests:
42702              From: Slaven Rezic <slaven@rezic.de>
42703              Date: 14 Feb 2003 20:23:20 +0100
42704              Message-ID: <87bs1e4qfr.fsf@vran.herceg.de>
42705      Branch: perl
42706            ! pp.c t/op/substr.t t/op/vec.t
42707 ____________________________________________________________________________
42708 [ 18704] By: hv                                    on 2003/02/15  06:17:06
42709         Log: Subject: Re: overriding builtins quirk
42710              From: Jerrad Pierce <belg4mit@MIT.EDU>
42711              Date: Fri, 14 Feb 2003 09:28:13 -0500
42712              Message-Id: <200302141428.JAA25752@cathedral-seven.mit.edu>
42713      Branch: perl
42714            ! pod/perlsub.pod
42715 ____________________________________________________________________________
42716 [ 18703] By: rgs                                   on 2003/02/14  22:23:56
42717         Log: Subject: Re: trying to fix #20154, #20357
42718              From: Enache Adrian <enache@rdslink.ro>
42719              Date: Sat, 8 Feb 2003 21:05:14 +0200
42720              Message-ID: <20030208190514.GA866@ratsnest.hole>
42721              (fixes #19061 as well)
42722      Branch: perl
42723            ! pp_ctl.c t/op/goto.t
42724 ____________________________________________________________________________
42725 [ 18702] By: gbarr                                 on 2003/02/14  19:26:23
42726         Log: Update to Scalar-List-Utils 1.11
42727      Branch: perl
42728            + ext/List/Util/t/proto.t
42729            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs
42730            ! ext/List/Util/lib/List/Util.pm
42731            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/isvstring.t
42732 ____________________________________________________________________________
42733 [ 18699] By: jhi                                   on 2003/02/13  09:43:33
42734         Log: gcc 3.2.1 does not have -Wall faith that tmp
42735              will not be used uninitialized.
42736      Branch: perl
42737            ! toke.c
42738 ____________________________________________________________________________
42739 [ 18698] By: hv                                    on 2003/02/12  03:01:32
42740         Log: Subject: perlbug (was: Re: [perl #20606] [no subject])
42741              From: Slaven Rezic <slaven@rezic.de>
42742              Date: 30 Jan 2003 19:03:41 +0100
42743              Message-ID: <87fzra7bwi.fsf@vran.herceg.de>
42744      Branch: perl
42745            ! utils/perlbug.PL
42746 ____________________________________________________________________________
42747 [ 18697] By: hv                                    on 2003/02/12  02:20:39
42748         Log: Subject: [PATCH 5.9.0] to silence compiler warning
42749              From: Robin Barker <Robin.Barker@npl.co.uk>
42750              Date: Tue, 28 Jan 2003 13:27:17 -0000
42751              Message-ID: <533D273D4014D411AB1D00062938C4D9040462CC@hotel.npl.co.uk>
42752      Branch: perl
42753            ! ext/PerlIO/scalar/scalar.xs ext/Storable/Storable.xs
42754            ! universal.c util.c
42755 ____________________________________________________________________________
42756 [ 18696] By: rgs                                   on 2003/02/11  20:13:21
42757         Log: Subject: [perl #20654] %*v02x considered invalid in printf
42758              From: Robin Barker (via RT) <perlbug-followup@perl.org>
42759              Date: 10 Feb 2003 16:43:23 -0000
42760              Message-Id: <rt-20654-50711.19.9711009821137@bugs6.perl.org>
42761      Branch: perl
42762            ! sv.c t/op/sprintf.t
42763 ____________________________________________________________________________
42764 [ 18695] By: rgs                                   on 2003/02/11  20:00:23
42765         Log: Subject: mini-[patch] perlrun "^$W" typo
42766              From: Iain Truskett <spoon@dellah.org>
42767              Date: Tue, 11 Feb 2003 08:38:52 +1100
42768              Message-ID: <20030210213851.GC31721@ouroboros.anu.edu.au>
42769      Branch: perl
42770            ! pod/perlrun.pod
42771 ____________________________________________________________________________
42772 [ 18694] By: rgs                                   on 2003/02/11  19:44:00
42773         Log: Subject: [PATCH] More B::Concise fixes
42774              From: Stephen McCamant <smcc@mit.edu>
42775              Date: Sun, 9 Feb 2003 17:28:38 -0500
42776              Message-ID: <15942.54806.381678.173391@syllepsis.MIT.EDU>
42777      Branch: perl
42778            ! ext/B/B/Concise.pm
42779 ____________________________________________________________________________
42780 [ 18693] By: merijn                                on 2003/02/11  08:14:29
42781         Log: More code cleanup.
42782
42783              Subject: Re: New SV Flag
42784              Date: Fri, 07 Feb 2003 09:57:43 +0100
42785              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
42786              Message-Id: <20030207095258.6E05.H.M.BRAND@hccnet.nl>
42787      Branch: perl
42788            ! sv.c sv.h
42789 ____________________________________________________________________________
42790 [ 18692] By: jhi                                   on 2003/02/11  07:53:26
42791         Log: Dueling patches.
42792      Branch: perl
42793            - lib/CPAN/ChangeLog
42794            ! MANIFEST
42795 ____________________________________________________________________________
42796 [ 18691] By: hv                                    on 2003/02/11  00:27:56
42797         Log: Subject: PATCH: sv_rvweaken() deficiency (against 5.8.0)
42798              From: Mark Mielke <mark@mark.mielke.cc>
42799              Date: Mon, 20 Jan 2003 19:56:13 -0500
42800              Message-ID: <20030121005613.GA31739@mark.mielke.cc>
42801      Branch: perl
42802            ! sv.c
42803 ____________________________________________________________________________
42804 [ 18690] By: hv                                    on 2003/02/10  22:08:05
42805         Log: fix comment in change #18689
42806      Branch: perl
42807            ! sv.c
42808 ____________________________________________________________________________
42809 [ 18689] By: hv                                    on 2003/02/10  21:59:34
42810         Log: Fix for [perl #20339]: "%lf" rejected as invalid by recent sprintf.
42811              Now allows but ignores the 'l' modifier on floating point formats
42812              and adds a couple of tests.
42813      Branch: perl
42814            ! sv.c t/op/sprintf.t
42815 ____________________________________________________________________________
42816 [ 18688] By: sky                                   on 2003/02/10  19:54:13
42817         Log: Subject: Re: [perl #20777] [PATCH] goto &subroutine leaks memory
42818              From: Enache Adrian <enache@rdslink.ro>
42819              Date: sun feb 9, 2003  21:10:25 Europe/Stockholm
42820              Message-Id: <20030209201025.GA1247@ratsnest.hole>
42821      Branch: perl
42822            ! pp_ctl.c
42823 ____________________________________________________________________________
42824 [ 18687] By: sky                                   on 2003/02/10  18:13:29
42825         Log: Subject: Re: [perl #20716] [FIX] scope error with brackets
42826              From: Enache Adrian <enache@rdslink.ro>
42827              Date: mon feb 10, 2003  18:48:58 Europe/Stockholm
42828              Message-id: <20030210174858.GA872@ratsnest.hole>
42829      Branch: perl
42830            ! t/comp/parser.t toke.c
42831 ____________________________________________________________________________
42832 [ 18686] By: sky                                   on 2003/02/10  18:11:35
42833         Log: Compile under threads and MacOSX. For some reason newSVpvf
42834              was not exapnded.
42835      Branch: perl
42836            ! universal.c
42837 ____________________________________________________________________________
42838 [ 18685] By: ams                                   on 2003/02/10  03:44:07
42839         Log: No, we don't really want the utility scripts.
42840      Branch: perl
42841            - ext/MIME/Base64/decode-base64 ext/MIME/Base64/decode-qp
42842            - ext/MIME/Base64/encode-base64 ext/MIME/Base64/encode-qp
42843            ! MANIFEST ext/MIME/Base64/Makefile.PL
42844 ____________________________________________________________________________
42845 [ 18684] By: hv                                    on 2003/02/10  01:43:12
42846         Log: fix for C< use if qw/ 1 open :utf8 / > based on:
42847              Subject: [perl #20536] use if 1, open => ':utf8' fails
42848              From: Autrijus Tang (via RT) <perlbug-followup@perl.org>
42849              Date: 24 Jan 2003 22:39:06 -0000
42850              Message-Id: <rt-20536-49670.13.2464320257255@bugs6.perl.org>
42851      Branch: perl
42852            ! lib/if.pm lib/if.t
42853 ____________________________________________________________________________
42854 [ 18683] By: hv                                    on 2003/02/10  01:15:52
42855         Log: Subject: RE: perldebug.pod suggestion
42856              From: "Jay Hannah" <jhannah@omnihotels.com>
42857              Date: Fri, 24 Jan 2003 11:28:44 -0600
42858              Message-ID: <00b001c2c3ce$0c4716e0$4709a8c0@omarests2>
42859      Branch: perl
42860            ! pod/perldebug.pod
42861 ____________________________________________________________________________
42862 [ 18682] By: hv                                    on 2003/02/10  00:26:50
42863         Log: Subject: [PATCH] version objects final(?) patch
42864              From: John Peacock <jpeacock@rowman.com>
42865              Date: Sun, 05 Jan 2003 21:28:41 -0500
42866              Message-ID: <3E18E9D9.2040908@rowman.com>
42867      Branch: perl
42868            ! lib/version.pm lib/version.t universal.c util.c
42869 ____________________________________________________________________________
42870 [ 18680] By: chip                                  on 2003/02/09  17:39:33
42871         Log: Add CPAN ChangeLog to MANIFEST.
42872      Branch: perl
42873            ! MANIFEST
42874 ____________________________________________________________________________
42875 [ 18678] By: jhi                                   on 2003/02/09  14:37:38
42876         Log: CPAN ChangeLog not needed, says Andreas.
42877      Branch: perl
42878            ! MANIFEST
42879 ____________________________________________________________________________
42880 [ 18677] By: jhi                                   on 2003/02/09  08:42:19
42881         Log: Subject: [perl #20785] glitches with $PerlIO::encoding::fallback
42882              From: "autrijus@ossf.iis.sinica.edu.tw (via RT)" <perlbug-followup@perl.org>
42883              Date: 8 Feb 2003 11:54:11 -0000
42884              Message-Id: <rt-20785-50586.6.45611613038412@bugs6.perl.org>
42885      Branch: perl
42886            ! ext/PerlIO/encoding/encoding.pm
42887 ____________________________________________________________________________
42888 [ 18676] By: jhi                                   on 2003/02/09  08:35:25
42889         Log: Subject: Re: utime undef, undef, "/tmp/test" and warnings
42890              From: Stas Bekman <stas@stason.org>
42891              Date: Sat, 08 Feb 2003 11:12:28 +1100
42892              Message-ID: <3E444B6C.5060407@stason.org>
42893      Branch: perl
42894            ! doio.c
42895 ____________________________________________________________________________
42896 [ 18675] By: jhi                                   on 2003/02/08  19:49:40
42897         Log: Possible cruft removal.
42898      Branch: perl
42899            ! x2p/Makefile.SH
42900 ____________________________________________________________________________
42901 [ 18674] By: jhi                                   on 2003/02/08  18:22:42
42902         Log: Signedness nits.
42903      Branch: perl
42904            ! toke.c
42905 ____________________________________________________________________________
42906 [ 18672] By: jhi                                   on 2003/02/08  08:45:35
42907         Log: Upgrade to CPAN 1.64, from Andreas Koenig.
42908      Branch: perl
42909            + lib/CPAN/ChangeLog lib/CPAN/README utils/cpan
42910            ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/t/Nox.t
42911            ! lib/CPAN/t/loadme.t lib/CPAN/t/mirroredby.t lib/CPAN/t/vcmp.t
42912            ! utils.lst
42913 ____________________________________________________________________________
42914 [ 18671] By: jhi                                   on 2003/02/08  08:35:06
42915         Log: Upgrade to Net::Ping 2.28, from Rob Brown.
42916      Branch: perl
42917            + lib/Net/Ping/t/190_alarm.t lib/Net/Ping/t/500_ping_icmp.t
42918            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/Changes
42919            ! lib/Net/Ping/README lib/Net/Ping/t/300_ping_stream.t
42920            ! lib/Net/Ping/t/400_ping_syn.t lib/Net/Ping/t/410_syn_host.t
42921 ____________________________________________________________________________
42922 [ 18670] By: jhi                                   on 2003/02/08  07:23:02
42923         Log: Subject: [PATCH] perluniintro nit
42924              From: Autrijus Tang <autrijus@autrijus.org>
42925              Date: Fri, 7 Feb 2003 00:02:49 +0800
42926              Message-ID: <20030206160249.GA12984@not.autrijus.org>
42927      Branch: perl
42928            ! pod/perluniintro.pod
42929 ____________________________________________________________________________
42930 [ 18669] By: jhi                                   on 2003/02/06  20:06:09
42931         Log: Subject: [PATCH: perl@186389] path tweak fix up for t/pod/find.t on VMS
42932              From: PPrymmer@factset.com
42933              Date: Wed, 5 Feb 2003 12:00:05 -0500
42934              Message-ID: <OFF5FDC924.68DBF580-ON85256CC4.005CC78E@factset.com>
42935      Branch: perl
42936            ! t/pod/find.t
42937 ____________________________________________________________________________
42938 [ 18668] By: jhi                                   on 2003/02/06  20:00:52
42939         Log: sv_cat_recode() proto was missing, noticed by Craig Berry.
42940      Branch: perl
42941            ! proto.h
42942 ____________________________________________________________________________
42943 [ 18666] By: sky                                   on 2003/02/06  09:39:24
42944         Log: Patch from Richard Soderberg, cleanup the code a bit and comment
42945              why we are not using SvOOK_on.
42946      Branch: perl
42947            ! sv.c
42948 ____________________________________________________________________________
42949 [ 18664] By: jhi                                   on 2003/02/06  09:26:53
42950         Log: Things forgotten from Encode 1.87.
42951      Branch: perl
42952            ! ext/Encode/Unicode/Unicode.xs ext/Encode/t/CJKT.t
42953 ____________________________________________________________________________
42954 [ 18663] By: jhi                                   on 2003/02/06  04:03:31
42955         Log: Upgrade to Encode 1.87.
42956      Branch: perl
42957            ! ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm ext/Encode/Changes
42958            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/KR/KR.pm
42959            ! ext/Encode/Unicode/Unicode.pm ext/Encode/Unicode/Unicode.xs
42960            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
42961            ! ext/Encode/lib/Encode/CJKConstants.pm
42962            ! ext/Encode/lib/Encode/Encoder.pm
42963            ! ext/Encode/lib/Encode/Encoding.pm
42964            ! ext/Encode/lib/Encode/JP/JIS7.pm ext/Encode/t/CJKT.t
42965            ! ext/Encode/t/enc_eucjp.t
42966 ____________________________________________________________________________
42967 [ 18662] By: jhi                                   on 2003/02/05  19:40:38
42968         Log: Add the test of [perl #8760] (fixed by change #18656).
42969      Branch: perl
42970            ! t/run/fresh_perl.t
42971 ____________________________________________________________________________
42972 [ 18661] By: jhi                                   on 2003/02/05  19:28:37
42973         Log: has become fixed too (by changes #18653
42974              and #18658, methinks), adding the test(s).
42975      Branch: perl
42976            ! t/op/pat.t
42977 ____________________________________________________________________________
42978 [ 18660] By: jhi                                   on 2003/02/05  17:15:35
42979         Log: Subject: [Patch] parsing under encoding (Re: [Encode] HEADS-UP; $Encode::VERSION++ to enhance filter option)([perl #16823])
42980              From: Inaba HIroto <inaba@st.rim.or.jp>
42981              Date: Sat, 01 Feb 2003 21:58:20 +0900
42982              Message-ID: <3E3BC46B.6C687CFD@st.rim.or.jp>
42983      Branch: perl
42984            ! embed.fnc embed.h ext/Encode/Encode.pm ext/Encode/Encode.xs
42985            ! ext/Encode/Encode/encode.h ext/Encode/encengine.c
42986            ! ext/Encode/lib/Encode/Encoding.pm
42987            ! ext/Encode/lib/Encode/JP/JIS7.pm global.sym lib/utf8.t
42988            ! pod/perlapi.pod sv.c t/uni/tr_7jis.t toke.c
42989 ____________________________________________________________________________
42990 [ 18659] By: jhi                                   on 2003/02/05  11:51:30
42991         Log: Subject: [PATCH: perl@186389] fix for PerlIO/Via compilation on VMS
42992              From: PPrymmer@factset.com
42993              Date: Tue, 4 Feb 2003 12:03:17 -0500
42994              Message-ID: <OFCBC6AE62.FF2B83D4-ON85256CC3.005D7A9F@factset.com>
42995      Branch: perl
42996            ! ext/PerlIO/via/via.xs
42997 ____________________________________________________________________________
42998 [ 18658] By: jhi                                   on 2003/02/05  05:45:11
42999         Log: s/S_cache_re/cache_re/ for building with threads.
43000      Branch: perl
43001            ! regexec.c
43002 ____________________________________________________________________________
43003 [ 18657] By: rgs                                   on 2003/02/04  20:06:19
43004         Log: Subject: [PATCH] B::Concise updates (incl. avoiding use of op_seq)
43005              From: Stephen McCamant <smcc@mit.edu>
43006              Date: Mon, 3 Feb 2003 21:01:07 -0500
43007              Message-ID: <15935.7907.976943.74729@syllepsis.MIT.EDU>
43008      Branch: perl
43009            ! ext/B/B/Concise.pm ext/B/t/concise.t
43010 ____________________________________________________________________________
43011 [ 18656] By: rgs                                   on 2003/02/04  20:02:56
43012         Log: Better version of change #18648, by Enache Adrian
43013              Message-ID: <20030204101533.GA11817@ratsnest.hole>
43014      Branch: perl
43015            ! op.c
43016 ____________________________________________________________________________
43017 [ 18655] By: jhi                                   on 2003/02/04  15:56:36
43018         Log: Add the new test to MANIFEST.
43019      Branch: perl
43020            ! MANIFEST
43021 ____________________________________________________________________________
43022 [ 18654] By: gbarr                                 on 2003/02/04  14:42:51
43023         Log: Sync with 1.10
43024      Branch: perl
43025            + ext/List/Util/t/lln.t
43026            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
43027            ! ext/List/Util/lib/List/Util.pm
43028            ! ext/List/Util/lib/Scalar/Util.pm
43029 ____________________________________________________________________________
43030 [ 18653] By: jhi                                   on 2003/02/04  11:04:25
43031         Log: Fix "[perl #20667] unicode regex vs non-unicode regex".
43032              The PL_regdata was not set up (S_cache_re()) before it
43033              was needed (S_reginclass()).  The test put in fresh_perl.t
43034              because we need a pristine state to start.
43035      Branch: perl
43036            ! regexec.c t/run/fresh_perl.t
43037 ____________________________________________________________________________
43038 [ 18652] By: jhi                                   on 2003/02/04  06:35:51
43039         Log: Comment tweak.
43040      Branch: perl
43041            ! t/op/pat.t
43042 ____________________________________________________________________________
43043 [ 18651] By: jhi                                   on 2003/02/04  06:28:53
43044         Log: Signedness issue.
43045      Branch: perl
43046            ! ext/MIME/Base64/Base64.xs
43047 ____________________________________________________________________________
43048 [ 18650] By: rgs                                   on 2003/02/03  22:02:44
43049         Log: Force the C locale in makedepend, to prevent gcc from
43050              producing locale-dependent messages.
43051      Branch: perl
43052            ! makedepend.SH
43053 ____________________________________________________________________________
43054 [ 18649] By: rgs                                   on 2003/02/03  22:00:21
43055         Log: Document the environment variable PERL_UTF8_LOCALE in perlrun.
43056      Branch: perl
43057            ! pod/perlrun.pod
43058 ____________________________________________________________________________
43059 [ 18648] By: rgs                                   on 2003/02/03  19:32:57
43060         Log: Fix bug #8760 : cop_line isn't properly restored
43061              when a module is loaded at runtime behind the scenes.
43062      Branch: perl
43063            ! op.c t/lib/warnings/perlio
43064 ____________________________________________________________________________
43065 [ 18647] By: merijn                                on 2003/02/03  16:14:00
43066         Log: Subject: Re: [perl #20606] [PATCH} openbsd hints
43067              From: Abe Timmerman <abe@ztreet.demon.nl>
43068              Date: Sun, 2 Feb 2003 18:27:57 +0100
43069              Message-Id: <200302021827.57240.abe@ztreet.demon.nl>
43070      Branch: perl
43071            ! hints/openbsd.sh
43072 ____________________________________________________________________________
43073 [ 18644] By: jhi                                   on 2003/02/03  12:41:51
43074         Log: Duh, test -e ENOPORTABLE, I should've remembered that.
43075              (Made Solaris go boom.)
43076      Branch: perl
43077            ! Configure
43078 ____________________________________________________________________________
43079 [ 18643] By: jhi                                   on 2003/02/03  10:36:15
43080         Log: Detypo.
43081      Branch: perl
43082            ! cop.h
43083 ____________________________________________________________________________
43084 [ 18642] By: ams                                   on 2003/02/03  08:26:36
43085         Log: Integrate MIME::Base64 2.16 from CPAN. (Do we really want the
43086              utility scripts?)
43087      Branch: perl
43088            + ext/MIME/Base64/decode-base64 ext/MIME/Base64/decode-qp
43089            + ext/MIME/Base64/encode-base64 ext/MIME/Base64/encode-qp
43090            ! MANIFEST ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
43091            ! ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
43092            ! ext/MIME/Base64/QuotedPrint.pm ext/MIME/Base64/t/base64.t
43093            ! ext/MIME/Base64/t/quoted-print.t
43094 ____________________________________________________________________________
43095 [ 18641] By: sky                                   on 2003/02/02  23:46:24
43096         Log: In any case, never copy this but use the same SV since
43097              if we copy we loose the hash we so badly need.
43098              For op_const we might still need to copy however.
43099      Branch: perl
43100            ! op.c
43101 ____________________________________________________________________________
43102 [ 18640] By: sky                                   on 2003/02/02  23:38:40
43103         Log: Move SvPVIV out of ->op_sv of METHOD_NAMED into the pad, fixes
43104              threading issue. Should perhaps be a PVOP to save memory, but then
43105              we have nowhere to store the hash of the function!
43106      Branch: perl
43107            ! dump.c op.c pp_hot.c
43108 ____________________________________________________________________________
43109 [ 18637] By: jhi                                   on 2003/02/02  20:07:57
43110         Log: Plan 9: Some time has passed.
43111      Branch: perl
43112            ! plan9/buildinfo
43113 ____________________________________________________________________________
43114 [ 18636] By: jhi                                   on 2003/02/02  20:02:11
43115         Log: Subject: Re: typo in checkin 18616
43116              From: Nick Ing-Simmons <nick@ing-simmons.net>
43117              Date: Sun, 02 Feb 2003 17:23:08 +0000
43118              Message-Id: <20030202172308.9244.1@bactrian.ni-s.u-net.com>
43119      Branch: perl
43120            ! XSUB.h
43121 ____________________________________________________________________________
43122 [ 18635] By: jhi                                   on 2003/02/02  19:46:35
43123         Log: Plan 9: Add also config.sh sample for 5.8.0 from Russ Cox.
43124      Branch: perl
43125            + plan9/config_sh.sample
43126            ! MANIFEST
43127 ____________________________________________________________________________
43128 [ 18634] By: ams                                   on 2003/02/02  18:07:01
43129         Log: Subject: [PATCH] pod/perlfunc.pod
43130              From: abigail@abigail.nl
43131              Date: Sun, 2 Feb 2003 16:59:48 +0100
43132              Message-Id: <20030202155948.7971.qmail@abigail.nl>
43133      Branch: perl
43134            ! pod/perlfunc.pod
43135 ____________________________________________________________________________
43136 [ 18633] By: jhi                                   on 2003/02/02  16:48:26
43137         Log: Subject: [perl #18232] [PATCH] store PL_reg_match_utf8 in reganch
43138              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
43139              Date: Wed, 22 Jan 2003 22:35:56 +0100
43140              Message-Id: <20030122223556.57d597a3.rgarciasuarez@free.fr>
43141      Branch: perl
43142            ! mg.c pp.c pp_ctl.c pp_hot.c regexec.c regexp.h t/op/pat.t
43143 ____________________________________________________________________________
43144 [ 18632] By: jhi                                   on 2003/02/02  15:31:36
43145         Log: Also [perl #3547] has been fixed; add its test case.
43146      Branch: perl
43147            ! t/op/pat.t
43148 ____________________________________________________________________________
43149 [ 18631] By: jhi                                   on 2003/02/02  15:26:10
43150         Log: The [perl #7471] seems to have been fixed; add its test.
43151      Branch: perl
43152            ! t/op/pat.t
43153 ____________________________________________________________________________
43154 [ 18630] By: jhi                                   on 2003/02/02  15:21:23
43155         Log: seems to have been fixed; add its test.
43156      Branch: perl
43157            ! t/op/pat.t
43158 ____________________________________________________________________________
43159 [ 18629] By: jhi                                   on 2003/02/02  15:09:39
43160         Log: Plan 9: Supply also Russ Cox' original config.h for 5.8.0.
43161      Branch: perl
43162            + plan9/config_h.sample
43163            ! MANIFEST
43164 ____________________________________________________________________________
43165 [ 18628] By: jhi                                   on 2003/02/02  14:46:26
43166         Log: Plan 9: Update config.plan9 based on Russ Cox' work.
43167      Branch: perl
43168            ! plan9/config.plan9
43169 ____________________________________________________________________________
43170 [ 18627] By: jhi                                   on 2003/02/02  14:24:00
43171         Log: Plan 9: Update the list of object files.
43172      Branch: perl
43173            ! plan9/mkfile
43174 ____________________________________________________________________________
43175 [ 18626] By: jhi                                   on 2003/02/02  14:03:16
43176         Log: Plan 9: No Configure.
43177      Branch: perl
43178            ! Configure
43179 ____________________________________________________________________________
43180 [ 18624] By: jhi                                   on 2003/02/02  13:29:02
43181         Log: Plan 9: doesn't really do Configure (undo #18585/#18586)
43182      Branch: perl
43183            ! Configure
43184 ____________________________________________________________________________
43185 [ 18622] By: jhi                                   on 2003/02/02  12:49:13
43186         Log: minitest wasn't working.  (The $^X /miniperl/ test in
43187              io/crlf.t didn't work in Tru64, $^X was "./perl", used
43188              the same 'eval q/use .../' trick everywhere.)
43189      Branch: perl
43190            ! t/io/crlf.t t/uni/tr_7jis.t t/uni/tr_eucjp.t t/uni/tr_sjis.t
43191            ! t/uni/tr_utf8.t
43192 ____________________________________________________________________________
43193 [ 18621] By: jhi                                   on 2003/02/02  12:23:28
43194         Log: Fix and test for [perl #15549 Empty \Q\E not permitted]
43195              (test.pl-ise quotemeta.t, too)
43196      Branch: perl
43197            ! t/op/quotemeta.t toke.c
43198 ____________________________________________________________________________
43199 [ 18618] By: sky                                   on 2003/02/01  21:04:36
43200         Log: Fix bug #15837, temporary from storable call hadn't gotten
43201              freed yet and was cloned but without a real (AvREAL)
43202              reference to it. @_ doesn't refcount!
43203      Branch: perl
43204            ! ext/threads/threads.xs
43205 ____________________________________________________________________________
43206 [ 18616] By: jhi                                   on 2003/02/01  19:43:09
43207         Log: Integrate from perlio:
43208
43209              [ 18591]
43210              PERL_IMPLICIT_SYS does NOT vector PerlIO_xxx but PerlSIO_xxx, so
43211              correct XSUB.h
43212
43213              [ 18611]
43214              Michael Schroeder's fix for re-try if stdio ops after
43215              interrupts. (Calls to PERL_ASYNC_CHECK added by NI-S).
43216
43217              [ 18612]
43218              PerlIO friendly version of speed up of $/ = undef case.
43219
43220              [ 18613]
43221              fflush() before invalidating stdio's fileno.
43222      Branch: perl
43223           !> XSUB.h perlio.c sv.c
43224 ____________________________________________________________________________
43225 [ 18615] By: sky                                   on 2003/02/01  12:01:01
43226         Log: Don't free thread before using it, breaks platforms that
43227              trust that I really want to free what I free, (like HPUX
43228              and AIX).
43229      Branch: perl
43230            ! ext/threads/threads.xs
43231 ____________________________________________________________________________
43232 [ 18614] By: ams                                   on 2003/02/01  12:00:29
43233         Log: Subject: Re: bleadperl: PerlIOStdio_invalidate_fileno breaks fclose semantics
43234              From: Nick Ing-Simmons <nick@ing-simmons.net>
43235              Date: Sat, 01 Feb 2003 13:03:52 +0000
43236              Message-Id: <20030201130352.1872.12@bactrian.ni-s.u-net.com>
43237      Branch: perl
43238            ! perlio.c
43239 ____________________________________________________________________________
43240 [ 18609] By: jhi                                   on 2003/01/31  08:58:40
43241         Log: Go even further (back) than change #18608 and revert
43242              to the 5.8.0 code, since otherwise split.t #40 fails.
43243              The four new tests of pat.t should keep us more honest.
43244      Branch: perl
43245            ! regexec.c
43246 ____________________________________________________________________________
43247 [ 18608] By: jhi                                   on 2003/01/31  08:24:53
43248         Log: Subject: [FIX] Re: UTF-8 failures (surprise!)
43249              From: Enache Adrian <enache@rdslink.ro>
43250              Date: Fri, 31 Jan 2003 09:20:59 +0200
43251              Message-ID: <20030131072059.GB6045@ratsnest.hole>
43252      Branch: perl
43253            ! regexec.c t/op/pat.t
43254 ____________________________________________________________________________
43255 [ 18607] By: ams                                   on 2003/01/31  02:29:56
43256         Log: Fix typo in version check ($[ to $]).
43257      Branch: perl
43258            ! ext/Storable/t/restrict.t
43259 ____________________________________________________________________________
43260 [ 18606] By: rgs                                   on 2003/01/30  22:02:47
43261         Log: Subject: [PATCH] Upper<->Lower case mistake in perlunicode.pod ?
43262              From: Jose.auguste-etienne@cgss-guyane.fr
43263              Date: Thu, 30 Jan 2003 12:40:53 -0300
43264              Message-ID: <OF8E7C1B73.22FEA7CE-ON03256CBE.00528AB8@Cgss-Guyane.fr>
43265      Branch: perl
43266            ! pod/perlunicode.pod
43267 ____________________________________________________________________________
43268 [ 18605] By: rgs                                   on 2003/01/30  20:58:52
43269         Log: code example in the FAQ that isn't strict-friendly.
43270              Subject: [perl #20616] Tie::IxHash doc error.
43271              From: Beckett Richard-qswi266 (via RT) <perlbug-followup@perl.org>
43272              Date: 30 Jan 2003 11:43:17 -0000
43273              Message-Id: <rt-20616-49904.16.891027432675@bugs6.perl.org>
43274      Branch: perl
43275            ! pod/perlfaq4.pod
43276 ____________________________________________________________________________
43277 [ 18604] By: rgs                                   on 2003/01/30  20:52:05
43278         Log: FAQ sync.
43279      Branch: perl
43280            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
43281            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq7.pod
43282            ! pod/perlfaq8.pod
43283 ____________________________________________________________________________
43284 [ 18603] By: jhi                                   on 2003/01/30  08:05:22
43285         Log: Subject: [FIX] Re: UTF-8 failures (surprise!)
43286              From: Enache Adrian <enache@rdslink.ro>
43287              Date: Thu, 30 Jan 2003 10:48:09 +0200
43288              Message-ID: <20030130084809.GA16902@ratsnest.hole>
43289
43290              Fix for half of the failures, with an expanded test.
43291      Branch: perl
43292            ! lib/utf8.t sv.c
43293 ____________________________________________________________________________
43294 [ 18602] By: merijn                                on 2003/01/30  06:31:50
43295         Log: Updates to the openbsd hints
43296
43297              Subject: [perl #20606] [no subject]
43298              Date: 29 Jan 2003 18:38:37 -0000
43299              From: "Todd C. Miller" (via RT) <perlbug-followup@perl.org>
43300              Message-Id: <rt-20606-49879.4.78874436094841@bugs6.perl.org>
43301      Branch: perl
43302            ! hints/openbsd.sh
43303 ____________________________________________________________________________
43304 [ 18601] By: jhi                                   on 2003/01/29  05:58:36
43305         Log: More of the #18600.
43306      Branch: perl
43307            ! pad.c
43308 ____________________________________________________________________________
43309 [ 18600] By: jhi                                   on 2003/01/29  05:37:12
43310         Log: Retract the %_/SVf change (part of #18456) for PROTOTYPE (CV)
43311              dumping (but now use SvPV_nolen).  (This change made an empty
43312              prototype to show up as "_" under -Uuseperlio.)
43313      Branch: perl
43314            ! dump.c
43315 ____________________________________________________________________________
43316 [ 18599] By: rgs                                   on 2003/01/28  21:07:08
43317         Log: Fix a very small memory leak in op_free, by reserving the
43318              case op_seq == (U16)-1 for the compiler backend
43319
43320              Subject: Re: Freeing code
43321              From: "Paul Johnson" <paul@pjcj.net>
43322              Date: Tue, 28 Jan 2003 14:13:09 +0100 (CET)
43323              Message-ID: <18918.193.134.254.145.1043759589.squirrel@wesley.pjcj.net>
43324      Branch: perl
43325            ! op.c
43326 ____________________________________________________________________________
43327 [ 18598] By: rgs                                   on 2003/01/28  20:43:02
43328         Log: Integrate from maint-5.8:
43329              Change 18450 :
43330              Tiny output tweak.
43331              Change 18429 :
43332              AIX gcc (2.9) threaded build tweak (without the _THREAD_SAFE
43333              things like drand48_data are undefined).
43334              Change 18388 :
43335              List the PERL_MAGIC_utf8 ('w') flag.
43336      Branch: perl
43337           !> hints/aix.sh pod/perlguts.pod t/op/pat.t
43338 ____________________________________________________________________________
43339 [ 18597] By: rgs                                   on 2003/01/27  21:52:00
43340         Log: Subject: Re: [perl #20274] perlbug requires dynamic loading
43341              From: Slaven Rezic <slaven@rezic.de>
43342              Date: 14 Jan 2003 20:58:54 +0100
43343              Message-ID: <87n0m3v6yp.fsf@vran.herceg.de>
43344      Branch: perl
43345            ! ext/Sys/Hostname/Hostname.pm
43346 ____________________________________________________________________________
43347 [ 18596] By: rgs                                   on 2003/01/27  20:38:21
43348         Log: Introduce the PUSHSUB_DB macro, equivalent to PUSHSUB, but
43349              without the lval context tweak. Used in OP_DBSTATE.
43350              Subject: Re: [PATCH] Re: change #9754: 5 x slowdown for perl -d
43351              From: Dave Mitchell <davem@fdgroup.com>
43352              Date: Sun, 26 Jan 2003 17:42:42 +0000
43353              Message-ID: <20030126174242.H16182@fdgroup.com>
43354      Branch: perl
43355            ! cop.h pp_ctl.c
43356 ____________________________________________________________________________
43357 [ 18595] By: rgs                                   on 2003/01/27  20:32:01
43358         Log: Subject: [PATCH] make Copy On Write work once again
43359              From: Nicholas Clark <nick@unfortu.net>
43360              Date: Sat, 25 Jan 2003 00:25:50 +0000
43361              Message-ID: <20030125002550.GG278@Bagpuss.unfortu.net>
43362      Branch: perl
43363            ! sv.h
43364 ____________________________________________________________________________
43365 [ 18594] By: jhi                                   on 2003/01/27  20:01:44
43366         Log: Update the pod list for Plan 9.
43367      Branch: perl
43368            ! plan9/mkfile
43369 ____________________________________________________________________________
43370 [ 18593] By: sky                                   on 2003/01/26  22:37:21
43371         Log: When we copy things out of a hash and increment the
43372              refcount of the shared scalar, we really must protect
43373              that refcount increase with a lock, or else it might not
43374              happen. Fixes segfault when objects would prematurely
43375              be killed.
43376      Branch: perl
43377            ! ext/threads/shared/shared.xs
43378 ____________________________________________________________________________
43379 [ 18592] By: jhi                                   on 2003/01/26  21:54:36
43380         Log: Missing (STRLEN)casts.
43381      Branch: perl
43382            ! sv.c
43383 ____________________________________________________________________________
43384 [ 18589] By: rgs                                   on 2003/01/26  13:06:49
43385         Log: OPf_SPECIAL on OP_DBSTATE now indicates a breakpoint.
43386
43387              Subject: Re: [PATCH] Re: change #9754: 5 x slowdown for perl -d
43388              From: Dave Mitchell <davem@fdgroup.com>
43389              Date: Fri, 24 Jan 2003 18:44:19 +0000
43390              Message-ID: <20030124184419.F11179@fdgroup.com>
43391      Branch: perl
43392            ! mg.c op.h pp_ctl.c
43393 ____________________________________________________________________________
43394 [ 18588] By: jhi                                   on 2003/01/26  12:18:10
43395         Log: Lest people get worried about not having PerlIO.
43396      Branch: perl
43397            ! pod/perluniintro.pod
43398 ____________________________________________________________________________
43399 [ 18586] By: jhi                                   on 2003/01/26  09:19:01
43400         Log: Plan 9 doesn't do nm, from Russ Cox.
43401      Branch: perl
43402            ! Configure
43403 ____________________________________________________________________________
43404 [ 18584] By: jhi                                   on 2003/01/26  09:11:23
43405         Log: Plan 9 doesn't really have the symlink API, from Russ Cox.
43406      Branch: perl
43407            ! plan9/plan9ish.h
43408 ____________________________________________________________________________
43409 [ 18583] By: jhi                                   on 2003/01/26  09:08:36
43410         Log: Plan 9 compiler can't return quads from the ?: (condop).
43411              (There may be more spots like this, so a Configure test
43412              maybe in order, but this works for now.)  From Russ Cox.
43413      Branch: perl
43414            ! ext/PerlIO/via/via.xs plan9/plan9ish.h
43415 ____________________________________________________________________________
43416 [ 18581] By: ams                                   on 2003/01/26  05:29:40
43417         Log: Subject: Re: truncate using a globref
43418              From: Slaven Rezic <slaven@rezic.de>
43419              Date: Thu, 23 Jan 2003 15:48:52 +0100 (CET)
43420              Message-Id: <200301231448.h0NEmqnu022591@vran.herceg.de>
43421      Branch: perl
43422            ! pp_sys.c t/io/fs.t
43423 ____________________________________________________________________________
43424 [ 18580] By: ams                                   on 2003/01/26  04:57:47
43425         Log: Subject: patch to speed up Perl's slurp mode
43426              From: Enache Adrian <enache@rdslink.ro>
43427              Date: Fri, 24 Jan 2003 06:23:54 +0200
43428              Message-Id: <20030124042354.GA30362@ratsnest.hole>
43429      Branch: perl
43430            ! sv.c
43431 ____________________________________________________________________________
43432 [ 18579] By: ams                                   on 2003/01/26  02:50:44
43433         Log: Subject: Re: [perl #20408] SV's SvPVX get freed even when its SvLEN is zero
43434              From: Enache Adrian <enache@rdslink.ro>
43435              Date: Sun, 26 Jan 2003 04:55:48 +0200
43436              Message-Id: <20030126025548.GB812@ratsnest.hole>
43437      Branch: perl
43438            ! pp_ctl.c
43439 ____________________________________________________________________________
43440 [ 18578] By: ams                                   on 2003/01/26  02:40:20
43441         Log: Subject: [PATCH Storable 2.06] const declaration fixup
43442              From: "Craig A. Berry" <craigberry@mac.com>
43443              Date: Thu, 23 Jan 2003 16:24:46 -0600
43444              Message-Id: <3E306BAE.4030807@mac.com>
43445      Branch: perl
43446            ! ext/Storable/Storable.xs
43447 ____________________________________________________________________________
43448 [ 18577] By: rgs                                   on 2003/01/23  20:46:00
43449         Log: Subject: [PATCH] move pad.c warnings to different test file
43450              From: Dave Mitchell <davem@fdgroup.com>
43451              Date: Thu, 23 Jan 2003 20:56:47 +0000
43452              Message-ID: <20030123205647.C8696@fdgroup.com>
43453      Branch: perl
43454            + t/lib/warnings/pad
43455            ! MANIFEST t/lib/warnings/op
43456 ____________________________________________________________________________
43457 [ 18573] By: nick                                  on 2003/01/23  07:26:43
43458         Log: Fix Solaris 32-bit invalidate case.
43459      Branch: perl
43460            ! perlio.c
43461 ____________________________________________________________________________
43462 [ 18572] By: rgs                                   on 2003/01/22  21:40:21
43463         Log: Integrate change 18448 from maint-5.8 :
43464
43465              Subject: Partial Data::Dumper patch
43466              From: Richard Clamp <richardc@unixbeard.net>
43467              Date: Sat, 4 Jan 2003 00:52:47 +0000
43468              Message-ID: <20030104005247.GA27685@mirth.demon.co.uk>
43469
43470              Subject: Re: Partial Data::Dumper patch
43471              From: Slaven Rezic <slaven@rezic.de>
43472              Date: 04 Jan 2003 02:48:08 +0100
43473              Message-ID: <87u1gp4rdz.fsf@vran.herceg.de>
43474      Branch: perl
43475           !> ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
43476 ____________________________________________________________________________
43477 [ 18571] By: rgs                                   on 2003/01/22  21:22:31
43478         Log: Subject: [PATCH] Re: difference between my and our before introduction
43479              From: Dave Mitchell <davem@fdgroup.com>
43480              Date: Thu, 16 Jan 2003 17:12:37 +0000
43481              Message-ID: <20030116171237.C420@fdgroup.com>
43482              (with a small test tweak)
43483      Branch: perl
43484            ! pad.c t/comp/our.t toke.c
43485 ____________________________________________________________________________
43486 [ 18569] By: rgs                                   on 2003/01/22  21:00:59
43487         Log: Fix [perl #19860] by adding a POSIX::fsync() stub.
43488      Branch: perl
43489            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
43490 ____________________________________________________________________________
43491 [ 18561] By: jhi                                   on 2003/01/22  17:43:45
43492         Log: Integrate from perlio:
43493              [ 18560]
43494              Fixes for open.pm which attempts to load layers:
43495              1. C equivalent of local $SIG{__WARN__} = sub {}
43496              while loading layers to supress warnings lib/open.t does
43497              not want.
43498              2. The loading scheme does not recurse now so look for
43499              new symptom of bad layer which is that a good module
43500              fails to load (as we cannot open any files).
43501
43502              NOTE: In my opinion open.pm should probably die on bad layer
43503              spec rather than just (maybe) warning and then allowing opens
43504              to fail.
43505      Branch: perl
43506           !> lib/open.t perlio.c
43507 ____________________________________________________________________________
43508 [ 18559] By: jhi                                   on 2003/01/22  13:19:31
43509         Log: Upgrade to Encode 1.86.
43510      Branch: perl
43511            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/MANIFEST
43512            ! ext/Encode/Unicode/Unicode.xs ext/Encode/encoding.pm
43513            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t
43514 ____________________________________________________________________________
43515 [ 18558] By: jhi                                   on 2003/01/22  13:05:27
43516         Log: Subject: Re: slight tweak to -DR flag - display whether on tmps stack
43517              From: Dave Mitchell <davem@fdgroup.com>
43518              Date: Sun, 19 Jan 2003 17:22:05 +0000
43519              Message-ID: <20030119172204.D24444@fdgroup.com>
43520      Branch: perl
43521            ! dump.c
43522 ____________________________________________________________________________
43523 [ 18557] By: jhi                                   on 2003/01/22  13:01:15
43524         Log: Subject: [PATCH] Re: [perl #9394] Re: [ID 20020525.002] coredump/ bad free warning   in blead with SIGWARN
43525              From: Nicholas Clark <nick@unfortu.net>
43526              Date: Tue, 21 Jan 2003 22:27:21 +0000
43527              Message-ID: <20030121222720.GG293@Bagpuss.unfortu.net>
43528      Branch: perl
43529            ! sv.c t/op/ref.t
43530 ____________________________________________________________________________
43531 [ 18556] By: jhi                                   on 2003/01/22  12:59:02
43532         Log: Subject: [PATCH perlio.h] (was RE: [PATCH] %_ (was Re: [PATCH] operation on `PL_na' may be undefined))
43533              From: Robin Barker <Robin.Barker@npl.co.uk>
43534              Date: Mon, 20 Jan 2003 15:26:21 -0000
43535              Message-ID: <533D273D4014D411AB1D00062938C4D904046299@hotel.npl.co.uk>
43536      Branch: perl
43537            ! perlio.h
43538 ____________________________________________________________________________
43539 [ 18555] By: jhi                                   on 2003/01/22  12:57:20
43540         Log: Integrate from perlio:
43541              [ 18539]
43542              Try the invalidate_fileno() idea for non-leaky stdio sockets.
43543
43544              [ 18540]
43545              stdio does NOT set errno==EBADF on invalidated fileno
43546
43547              [ 18547]
43548              Tweak APItest for new semantics of printf.
43549              Now printf() is always real printf() and not #define'd to
43550              PerlIO_stdoutf() so PerlIO_flush() when STDOUT is redirected
43551              back to original file does not affect stdout unless we are
43552              using :stdio as implementation. So things printf()ed XS side
43553              are not written to file (and turn up at end of test).
43554              So add an XS function which does fflush(stdout), modify .pm
43555              file to export it and .t file to call it.
43556
43557              [ 18548]
43558              Add defined(__osf__) case to invalidate_fileno (for Tru64).
43559
43560              [ 18549]
43561              Report layer name (without arg) on fail, and attempt to
43562              autoload layer name. (Fix for [perl #20460]).
43563
43564              [ 18550]
43565              #if defined(__irix__) (for stdio invalidate) from Jarkko.
43566      Branch: perl
43567           !> ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
43568           !> ext/XS/APItest/t/printf.t lib/open.pm perlio.c
43569 ____________________________________________________________________________
43570 [ 18554] By: jhi                                   on 2003/01/22  12:47:03
43571         Log: Subject: [PATCH av.c] Re: [perl #15439] unreferenced scalar due to double DESTROY
43572              From: Dave Mitchell <davem@fdgroup.com>
43573              Date: Sun, 19 Jan 2003 16:43:54 +0000
43574              Message-ID: <20030119164353.B24444@fdgroup.com>
43575      Branch: perl
43576            ! av.c t/op/array.t
43577 ____________________________________________________________________________
43578 [ 18553] By: jhi                                   on 2003/01/22  12:43:31
43579         Log: Subject: Term::Complete problem + fix (Was: Re: muttprofile + perl 5.8)
43580              From: Martti Rahkila <martti.rahkila@hut.fi>
43581              Date: Sat, 18 Jan 2003 00:25:39 +0200
43582              Message-ID: <20030118002539.A30585@wurlitzer.hut.fi>
43583
43584              (chose the 'even safer' version)
43585      Branch: perl
43586            ! lib/Term/Complete.pm
43587 ____________________________________________________________________________
43588 [ 18552] By: jhi                                   on 2003/01/22  12:34:06
43589         Log: Subject: [PATCH] assert PV isn't RV
43590              From: Nicholas Clark <nick@unfortu.net>
43591              Date: Fri, 17 Jan 2003 19:40:45 +0000
43592              Message-ID: <20030117194044.GB297@Bagpuss.unfortu.net>
43593      Branch: perl
43594            ! sv.h
43595 ____________________________________________________________________________
43596 [ 18551] By: jhi                                   on 2003/01/22  12:28:11
43597         Log: Integrate from maint-5.8:
43598              [ 18375]
43599              Better version of change #18370; use the new 'E' flag
43600              so that cxinc is exposed (as cpp) only to List::Util
43601              (well, any extension) (well, anyone who does -DPERL_EXT),
43602              no need to export it globally.
43603      Branch: perl
43604           !> embed.fnc embed.h ext/List/Util/Makefile.PL global.sym
43605 ____________________________________________________________________________
43606 [ 18545] By: ams                                   on 2003/01/22  06:06:26
43607         Log: Subject: [PATCH perl-current] AUTHORS correction
43608              From: Richard Soderberg <rs@crystalflame.net>
43609              Date: Wed, 22 Jan 2003 02:08:13 -0500
43610              Message-Id: <45B4D3AE-2DD8-11D7-8CF9-000393801F84@crystalflame.net>
43611      Branch: perl
43612            ! AUTHORS
43613 ____________________________________________________________________________
43614 [ 18544] By: jhi                                   on 2003/01/22  03:45:01
43615         Log: Continuation of #18542.
43616      Branch: perl
43617            ! sv.c
43618 ____________________________________________________________________________
43619 [ 18543] By: jhi                                   on 2003/01/22  03:21:23
43620         Log: Update the MD5 checksums.
43621      Branch: perl
43622            ! ext/Digest/MD5/t/files.t
43623 ____________________________________________________________________________
43624 [ 18542] By: hv                                    on 2003/01/22  01:37:52
43625         Log: #18530 misses a couple of pTHX definitions
43626      Branch: perl
43627            ! sv.c
43628 ____________________________________________________________________________
43629 [ 18541] By: jhi                                   on 2003/01/21  22:08:51
43630         Log: Try to make including patchlevel.h a bit more
43631              robust (use <> instead of "") and in case of
43632              failure (PERL_VERSION didn't get defined) try
43633              to fail (by trying to #include an "obviously"
43634              named file that should not exist) (didn't use
43635              #error since IIRC older cpps do not have it)
43636              (Tries to address [perl #20276].)
43637      Branch: perl
43638            ! ext/Data/Dumper/Dumper.xs ext/Devel/PPPort/PPPort.pm
43639            ! ext/Digest/MD5/MD5.xs ext/List/Util/Util.xs
43640            ! ext/Storable/Storable.xs
43641 ____________________________________________________________________________
43642 [ 18538] By: merijn                                on 2003/01/21  16:54:00
43643         Log: Subject: [PATCH] Re: FreeBSD 5 hints patch
43644              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
43645              Date: Mon, 30 Dec 2002 18:01:16 -0800
43646              Message-ID: <spPE+gzkg+6F092yn@efn.org>
43647      Branch: perl
43648            ! Configure
43649 ____________________________________________________________________________
43650 [ 18536] By: jhi                                   on 2003/01/21  14:18:40
43651         Log: Allow explicit -C enable/disable by -C:1/-C:0
43652              (suggested by Peter Haworth).
43653      Branch: perl
43654            ! perl.c pod/perlrun.pod
43655 ____________________________________________________________________________
43656 [ 18534] By: hv                                    on 2003/01/21  02:22:53
43657         Log: Subject: PATCH: perldoc in MAINT branch (probably unstable too)
43658              From: Chip Turner <cturner@redhat.com>
43659              Date: 02 Jan 2003 11:35:57 -0500
43660              Message-ID: <vzksmwb8q6q.fsf@minbar.devel.redhat.com>
43661      Branch: perl
43662            ! lib/Pod/Perldoc.pm
43663 ____________________________________________________________________________
43664 [ 18533] By: hv                                    on 2003/01/21  02:15:29
43665         Log: Subject: Re: [perl #17757] s///g fails when using English & study in 5.8.0
43666              From: hv@crypt.org
43667              Date: Thu, 02 Jan 2003 14:33:49 +0000
43668              Message-Id: <200301021433.h02EXno03562@crypt.compulink.co.uk>
43669      Branch: perl
43670            ! regexec.c t/op/subst.t
43671 ____________________________________________________________________________
43672 [ 18532] By: hv                                    on 2003/01/21  01:56:31
43673         Log: Subject: Re: [perl #19236] perlsyn: implicit localisation in while()
43674              From: Martien Verbruggen <mgjv@tradingpost.com.au>
43675              Date: Tue, 31 Dec 2002 16:42:28 +1100
43676              Message-Id: <slrnb12bi4.4tt.mgjv@martien.heliotrope.home>
43677      Branch: perl
43678            ! pod/perlsyn.pod
43679 ____________________________________________________________________________
43680 [ 18531] By: hv                                    on 2003/01/21  01:52:49
43681         Log: integrate #18366-18370 from maint-5.8:
43682              Implement the CPP namespace protection from [perl #8610];
43683              unless a function has an 'A' flag, it's defined only if
43684              PERL_CORE.  (Why do we have so many many functions with an
43685              'A' flag, is another matter.)  (The number of #ifdef PERL_COREs
43686              could be cut down further by having a state variable and
43687              inserting #ifdefs and #endifs when the state flips.)
43688
43689              Caught by change #18366; thanks to the re extension we have some
43690              functions that are file static but yet part of "the public API"...
43691              Maybe a new class of exportability (a new embed.fnc flag) is
43692              required for this case.
43693
43694              Continue on change #18367; implement the said flag, 'E'.
43695              (Some nm output studying was needed to get the right set
43696              of re symbols defined.)
43697
43698              In AIX (strict symbol exports) the cxinc is needed for List::Util.
43699      Branch: perl
43700            ! embed.fnc embed.h embed.pl ext/re/Makefile.PL global.sym
43701 ____________________________________________________________________________
43702 [ 18530] By: hv                                    on 2003/01/21  01:37:03
43703         Log: integrate (by hand) #18353 and #18359 from maint-5.8:
43704              Introduce a cache for UTF-8 data: length and byte<->char offset
43705              mapping are stored in a new type of magic.  Speeds up length(),
43706              substr(), index(), rindex(), pos(), and some parts of s///.
43707
43708              The speedup varies a lot (on the usual suspects: what is the
43709              access pattern of the data, compiler, CPU), but should be at
43710              least one order of magnitude, and getting to the same magnitude
43711              as byte string speeds, and in some cases  (length on unchanged data)
43712              even reaching the byte string speed.  On the other hand, in some
43713              cases (index) the byte speed is still faster by a factor of five
43714              or so, but the bottleneck there does not seem to be any more
43715              the byte<->char offset mapping (instead, the fbm_instr() speed).
43716
43717              There is one cache slot for the length, and only two for the
43718              byte<->char offset mapping (the first one for the start->offset,
43719              and the second for the offset->offset+length, when talking
43720              in substr() terms).
43721
43722              Code this hairy is bound to have hairy trolls hiding under it.
43723              [...]
43724              A small tweak on top of #18353: don't display mg_len bytes of
43725              mg_ptr for PERL_MAGIC_utf8 because that's not what's there.
43726      Branch: perl
43727            ! dump.c embed.fnc embed.h mg.c perl.h pod/perlapi.pod proto.h
43728            ! sv.c util.c
43729 ____________________________________________________________________________
43730 [ 18529] By: hv                                    on 2003/01/21  00:44:20
43731         Log: integrate #18349 from maint-5.8:
43732              At least partially address [perl #10000] by speeding
43733              up both the ASCII case (by about 2-3%) and the UTF-8 case
43734              (by about 45%).  The major trick is to avoid hitting the
43735              costly S_reginclass().  (Even before this patch the speedup
43736              since 5.8.0 was about 40-50%.)  After this the UTF-8 case is
43737              still about 30-60% slower than the ASCII case.  (Note that
43738              I'm unable to reproduce the 10-fold speed difference of the
43739              original bug report; I can see a factor of 2 or 3, but no more.)
43740      Branch: perl
43741           !> regexec.c
43742 ____________________________________________________________________________
43743 [ 18528] By: hv                                    on 2003/01/21  00:24:11
43744         Log: Subject: [PATCH pp_ctl.c] silence warning
43745              From: Dave Mitchell <davem@fdgroup.com>
43746              Date: Sun, 29 Dec 2002 15:09:31 +0000
43747              Message-ID: <20021229150931.C2325@fdgroup.com>
43748      Branch: perl
43749            ! pp_ctl.c
43750 ____________________________________________________________________________
43751 [ 18527] By: hv                                    on 2003/01/21  00:04:14
43752         Log: Subject: perl version reporting
43753              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
43754              Date: Wed, 18 Dec 2002 08:30:32 +0100
43755              Message-Id: <20021218081957.ABD8.H.M.BRAND@hccnet.nl>
43756      Branch: perl
43757            ! perl.c
43758 ____________________________________________________________________________
43759 [ 18526] By: hv                                    on 2003/01/20  23:21:22
43760         Log: Subject: Re: When Storable and Devel::DProf mix, core dump [perl #19385]
43761              From: Blair Zajac <blair@orcaware.com>
43762              Date: Wed, 08 Jan 2003 12:28:35 -0800
43763              Message-ID: <3E1C89F3.2B4759C@orcaware.com>
43764      Branch: perl
43765            ! ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
43766            ! ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
43767 ____________________________________________________________________________
43768 [ 18524] By: jhi                                   on 2003/01/20  17:51:10
43769         Log: Integrate from perlio:
43770              [ 18520]
43771              Move #define printf out of perl.h into appropriate
43772              PerlIO files.
43773      Branch: perl
43774           !> fakesdio.h nostdio.h perl.h
43775 ____________________________________________________________________________
43776 [ 18523] By: jhi                                   on 2003/01/20  17:48:51
43777         Log: Upgrade to Digest 1.02.
43778      Branch: perl
43779            ! lib/Digest.pm lib/Digest.t
43780 ____________________________________________________________________________
43781 [ 18522] By: jhi                                   on 2003/01/20  17:43:15
43782         Log: Subject: [perl #20408] SV's SvPVX get freed even when its SvLEN is zero
43783              From: "enache@rdslink.ro (via RT)" <perlbug-followup@perl.org>
43784              Date: 20 Jan 2003 01:54:07 -0000
43785              Message-Id: <rt-20408-49009.18.2567818321236@bugs6.perl.org>
43786      Branch: perl
43787            ! pp_hot.c
43788 ____________________________________________________________________________
43789 [ 18521] By: jhi                                   on 2003/01/20  17:37:35
43790         Log: Retract #18154 (integrate of perlio #18507), not enough
43791              threadsafety.
43792      Branch: perl
43793            ! perlio.c
43794 ____________________________________________________________________________
43795 [ 18519] By: jhi                                   on 2003/01/20  12:25:43
43796         Log: Encode MANIFEST update.
43797      Branch: perl
43798            ! ext/Encode/MANIFEST
43799 ____________________________________________________________________________
43800 [ 18517] By: nick                                  on 2003/01/20  08:34:10
43801         Log: Integrate #18405 from maint-5.8 which fixes whitespac
43802              issues in open(FH,"&...")
43803      Branch: perl
43804           !> doio.c
43805 ____________________________________________________________________________
43806 [ 18516] By: jhi                                   on 2003/01/19  13:48:10
43807         Log: microperl update.
43808      Branch: perl
43809            ! Makefile.micro uconfig.h uconfig.sh
43810 ____________________________________________________________________________
43811 [ 18514] By: jhi                                   on 2003/01/18  18:36:00
43812         Log: Integrate from perlio:
43813              [ 18507]
43814              Thread-protection for dup/fclose/dup2 scheme of stdio leak
43815              avoidance.
43816      Branch: perl
43817           !> perlio.c t/io/tell.t
43818 ____________________________________________________________________________
43819 [ 18513] By: jhi                                   on 2003/01/18  18:07:01
43820         Log: Slight pod reformatting based on [perl #20284].
43821      Branch: perl
43822            ! README.mint ext/Data/Dumper/Dumper.pm
43823 ____________________________________________________________________________
43824 [ 18512] By: jhi                                   on 2003/01/17  21:00:15
43825         Log: EPOC perl address updates.
43826      Branch: perl
43827            ! README.epoc
43828 ____________________________________________________________________________
43829 [ 18511] By: jhi                                   on 2003/01/17  20:23:42
43830         Log: Upgrade to Digest 1.01.
43831      Branch: perl
43832            ! lib/Digest.pm
43833 ____________________________________________________________________________
43834 [ 18510] By: jhi                                   on 2003/01/17  19:53:37
43835         Log: Typo fixes from jmc@prioris.mini.pw.edu.pl (from openbsd.bugs)
43836      Branch: perl
43837            ! utils/libnetcfg.PL
43838 ____________________________________________________________________________
43839 [ 18509] By: jhi                                   on 2003/01/17  19:45:11
43840         Log: Upgrade to Digest::MD5 2.22.
43841      Branch: perl
43842            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
43843            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/README
43844            ! ext/Digest/MD5/t/files.t
43845 ____________________________________________________________________________
43846 [ 18508] By: merijn                                on 2003/01/17  14:12:53
43847         Log: Subject: Re: 18457 on cygwin/20030113
43848              From: Nick Ing-Simmons <nick.ing-simmons@elixent.com>
43849              Date: Fri, 17 Jan 2003 15:10:34 +0000
43850              Message-Id: <20030117151034.2651.3@bactrian.elixent.com>
43851      Branch: perl
43852            ! t/io/tell.t
43853 ____________________________________________________________________________
43854 [ 18504] By: jhi                                   on 2003/01/17  13:21:51
43855         Log: Integrate from perlio:
43856              [ 18476]
43857              Remove workaround for :stdio layer bug now fixed
43858              (Fixes #18975)
43859      Branch: perl
43860           !> pp_sys.c
43861 ____________________________________________________________________________
43862 [ 18502] By: jhi                                   on 2003/01/16  22:53:23
43863         Log: Integrate from maint-5.6:
43864              [ 18477]
43865              search utility doesn't skip exe/lib/pdb files properly on windows
43866      Branch: perl
43867           !> win32/bin/search.pl
43868 ____________________________________________________________________________
43869 [ 18501] By: rgs                                   on 2003/01/16  21:28:42
43870         Log: Subject: Re: [perl #19977] unlocalized $_ in File::Find clobbers upstream $_
43871              From: "Jos I. Boumans" <kane@dwim.org>
43872              Date: Thu, 16 Jan 2003 14:04:48 +0100
43873              Message-ID: <3E26ADF0.6010605@dwim.org>
43874              (with test tweaks)
43875      Branch: perl
43876            ! lib/File/Find.pm lib/File/Find/t/find.t
43877 ____________________________________________________________________________
43878 [ 18500] By: rgs                                   on 2003/01/16  21:17:14
43879         Log: Integrate #18447 from maint-5.8 :
43880              test.pl-ise t/op/fh.t.
43881      Branch: perl
43882           !> t/op/fh.t
43883 ____________________________________________________________________________
43884 [ 18499] By: rgs                                   on 2003/01/16  20:58:59
43885         Log: Integrate changes to Attribute::Handlers from maint-5.8
43886              (18404 and 18427).
43887              Subject: [PATCH] Re: Attribute::Handlers phase variance
43888              From: Richard Clamp <richardc@unixbeard.net>
43889              Date: Mon, 9 Dec 2002 11:10:24 +0000
43890              Message-ID: <20021209111024.GA14365@mirth.demon.co.uk>
43891      Branch: perl
43892           !> lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
43893 ____________________________________________________________________________
43894 [ 18498] By: rgs                                   on 2003/01/16  20:48:10
43895         Log: Integrate changes #18422 and #18423 from maint-5.8.
43896              18422 :
43897              Third Degree found a read of uninit memory (after setting
43898              grent_size with sysconf(), pwent_size was read).  Also make
43899              the ERANGE/INVARG more consistent.
43900              18423 :
43901              spent_size was still off.  (As far as I can tell
43902              _SC_GETPW_R_SIZE_MAX is supposed to be used also
43903              for spents, not just pwents.)
43904      Branch: perl
43905           !> reentr.c reentr.h reentr.pl
43906 ____________________________________________________________________________
43907 [ 18497] By: rgs                                   on 2003/01/16  20:40:58
43908         Log: Subject: [PATCH] Re: [perl #19393] Bug in Time::localtime?
43909              From: Dave Mitchell <davem@fdgroup.com>
43910              Date: Wed, 1 Jan 2003 21:43:24 +0000
43911              Message-ID: <20030101214324.F12907@fdgroup.com>
43912              (integrated from change #18397 in maint-5.8)
43913      Branch: perl
43914           !> lib/Time/Local.pm lib/Time/Local.t
43915 ____________________________________________________________________________
43916 [ 18496] By: jhi                                   on 2003/01/16  20:36:23
43917         Log: Fix 'use encoding' I/O for code points 0x80..0xFF;
43918              code changes from Inaba Hiroto; test tweaks by jhi.
43919      Branch: perl
43920            + ext/Encode/t/enc_eucjp.t
43921            ! MANIFEST doio.c ext/Encode/encoding.pm ext/Encode/t/enc_utf8.t
43922            ! pp.c sv.c sv.h t/uni/tr_utf8.t
43923 ____________________________________________________________________________
43924 [ 18495] By: jhi                                   on 2003/01/16  20:19:36
43925         Log: It seems the binmode() is needed with UTF-8 locales enabled.
43926      Branch: perl
43927            ! ext/Encode/t/CJKT.t
43928 ____________________________________________________________________________
43929 [ 18494] By: jhi                                   on 2003/01/16  20:11:35
43930         Log: Upgrade to CGI.pm 2.89.
43931      Branch: perl
43932            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
43933            ! lib/CGI/t/carp.t lib/CGI/t/html.t lib/CGI/t/pretty.t
43934 ____________________________________________________________________________
43935 [ 18493] By: jhi                                   on 2003/01/16  20:03:01
43936         Log: Subject: Update for ext/MIME/Base64/
43937              From: Gisle Aas <gisle@ActiveState.com>
43938              Date: 30 Dec 2002 07:34:34 -0800
43939              Message-ID: <lrhecvzfjp.fsf@caliper.activestate.com>
43940      Branch: perl
43941            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Changes
43942            ! ext/MIME/Base64/QuotedPrint.pm
43943            ! ext/MIME/Base64/t/quoted-print.t ext/MIME/Base64/t/unicode.t
43944 ____________________________________________________________________________
43945 [ 18492] By: jhi                                   on 2003/01/16  19:56:07
43946         Log: Subject: Update for ext/Digest/MD5/
43947              From: Gisle Aas <gisle@ActiveState.com>
43948              Date: 30 Dec 2002 07:38:16 -0800
43949              Message-ID: <lrd6njzfdj.fsf@caliper.activestate.com>
43950      Branch: perl
43951            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
43952            ! ext/Digest/MD5/Makefile.PL ext/Digest/MD5/t/align.t
43953            ! ext/Digest/MD5/t/files.t
43954 ____________________________________________________________________________
43955 [ 18491] By: jhi                                   on 2003/01/16  19:24:10
43956         Log: if (0) the PL_widesyscalls code for now: Sarathy
43957              should take another look to see whether it is really
43958              safe to remove the code, too.
43959      Branch: perl
43960            ! win32/win32.h wince/win32.h
43961 ____________________________________________________________________________
43962 [ 18490] By: jhi                                   on 2003/01/16  01:58:39
43963         Log: Make the locale-induced UTF-8-ification of STD fhs
43964              and the default file open layer explicit (either -C
43965              or PERL_UTF8_LOCALE), instead of implicit (and unasked-for).
43966      Branch: perl
43967            ! embedvar.h gv.c intrpvar.h locale.c mg.c perl.c perlapi.h
43968            ! pod/perlrun.pod pod/perlunicode.pod pod/perluniintro.pod
43969            ! pod/perlvar.pod
43970 ____________________________________________________________________________
43971 [ 18489] By: rgs                                   on 2003/01/15  20:55:00
43972         Log: Subject: [PATCH 5.8.0] perlrun.pod: fix -i examples
43973              From: Brendan O'Dea <bod@debian.org>
43974              Date: Sun, 12 Jan 2003 06:18:32 +1100
43975              Message-ID: <20030111191832.GA19441@londo.c47.org>
43976      Branch: perl
43977            ! pod/perlrun.pod
43978 ____________________________________________________________________________
43979 [ 18488] By: rgs                                   on 2003/01/15  20:51:48
43980         Log: Subject: [PATCH 5.8.0] diagnostics.pm: useful apropos description for splain
43981              From: Brendan O'Dea <bod@debian.org>
43982              Date: Sun, 12 Jan 2003 06:17:30 +1100
43983              Message-ID: <20030111191730.GA19420@londo.c47.org>
43984      Branch: perl
43985            ! lib/diagnostics.pm
43986 ____________________________________________________________________________
43987 [ 18487] By: rgs                                   on 2003/01/15  20:45:14
43988         Log: Add a test case for bug [perl #19545]
43989      Branch: perl
43990            ! t/op/do.t
43991 ____________________________________________________________________________
43992 [ 18486] By: rgs                                   on 2003/01/15  20:34:52
43993         Log: isa() and can() didn't work on magic variables
43994              see Message-Id: <20030114220737.2190ba7c.rgarciasuarez@free.fr>
43995              plus a test case by B. Goldberg
43996      Branch: perl
43997            ! t/op/universal.t universal.c
43998 ____________________________________________________________________________
43999 [ 18485] By: rgs                                   on 2003/01/15  20:10:57
44000         Log: Subject: [PATCH] Re: [perl #19566] Perl 5.8.0 segfault
44001              From: Stephen McCamant <smcc@mit.edu>
44002              Date: Thu, 2 Jan 2003 18:08:23 -0500
44003              Message-ID: <15892.50791.692636.982873@syllepsis.MIT.EDU>
44004              Plus a test by Jarkko
44005              Integrated from changes 18444 and 18446 from maint-5.8
44006      Branch: perl
44007           +> t/op/readline.t
44008           !> MANIFEST pp_hot.c
44009 ____________________________________________________________________________
44010 [ 18484] By: jhi                                   on 2003/01/15  14:09:57
44011         Log: Upgrade to Time::HiRes 1.42.
44012      Branch: perl
44013            + ext/Time/HiRes/fallback/const-c.inc
44014            + ext/Time/HiRes/fallback/const-xs.inc
44015            ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
44016            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
44017 ____________________________________________________________________________
44018 [ 18483] By: jhi                                   on 2003/01/15  00:23:20
44019         Log: Detypo.
44020      Branch: perl
44021            ! ext/Encode/Unicode/Unicode.xs
44022 ____________________________________________________________________________
44023 [ 18482] By: rgs                                   on 2003/01/14  21:41:04
44024         Log: Integrate change #18365 from maint-5.8 :
44025              Doc tweak on the S_ macros.
44026      Branch: perl
44027           !> pod/perlfunc.pod
44028 ____________________________________________________________________________
44029 [ 18481] By: jhi                                   on 2003/01/14  12:40:24
44030         Log: Apparently some stdios have bugs (no! don't tell it is so!)
44031              or there is a corner of stdio that is substandardised.
44032      Branch: perl
44033            ! t/io/tell.t
44034 ____________________________________________________________________________
44035 [ 18480] By: jhi                                   on 2003/01/14  01:25:14
44036         Log: Encode 1.84 broke the subtest #7, further study required.
44037      Branch: perl
44038            ! t/uni/tr_utf8.t
44039 ____________________________________________________________________________
44040 [ 18479] By: jhi                                   on 2003/01/13  23:13:02
44041         Log: Add a test for encoding 'utf8'.
44042      Branch: perl
44043            + ext/Encode/t/enc_utf8.t
44044            ! MANIFEST ext/Encode/MANIFEST
44045 ____________________________________________________________________________
44046 [ 18478] By: jhi                                   on 2003/01/13  23:10:55
44047         Log: Upgrade to Encode 1.84.
44048      Branch: perl
44049            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
44050            ! ext/Encode/Unicode/Unicode.xs ext/Encode/encoding.pm
44051 ____________________________________________________________________________
44052 [ 18475] By: jhi                                   on 2003/01/13  02:42:47
44053         Log: Integrate from perlio:
44054              [ 18471]
44055              Fix #18711 and add test for it (and indeed tell on write
44056              handles at all !
44057
44058              (#18711 Serious bug of tell() in perl)
44059      Branch: perl
44060           !> perlio.c t/io/tell.t
44061 ____________________________________________________________________________
44062 [ 18474] By: jhi                                   on 2003/01/13  02:41:04
44063         Log: Integrate from perlio:
44064              [ 18470]
44065              Fix #16306 and #16880
44066
44067              (#16306 Big Badda leak in Sockets)
44068              (#16880 Memory leak with IO::Socket in Perl v5.8.0)
44069      Branch: perl
44070           !> perlio.c
44071 ____________________________________________________________________________
44072 [ 18473] By: jhi                                   on 2003/01/13  02:38:33
44073         Log: Integrate perlio #18040 and #18043 (no real changes;
44074              some whitespace changes but ignored them so that Dan's
44075              version of Encode wins)
44076      Branch: perl
44077           !> ext/Encode/Encode.xs
44078 ____________________________________________________________________________
44079 [ 18472] By: jhi                                   on 2003/01/13  01:31:01
44080         Log: Integrate perlio to mainline:
44081              [ 18240]
44082              Avoid eqtime() wiping the file (as suggested by
44083              "Luis G. Uribe C." <GUribe@SoftHome.net>
44084      Branch: perl
44085           !> lib/ExtUtils/Command.pm
44086 ____________________________________________________________________________
44087 [ 18468] By: rgs                                   on 2003/01/09  21:07:44
44088         Log: Subject: [PATCH] VMS perly build tweak
44089              From: "Craig A. Berry" <craigberry@mac.com>
44090              Date: Thu, 9 Jan 2003 14:44:40 -0600
44091              Message-Id: <a05200f03ba4389ff49eb@[172.16.52.1]>
44092      Branch: perl
44093            ! vms/descrip_mms.template
44094 ____________________________________________________________________________
44095 [ 18467] By: rgs                                   on 2003/01/09  21:03:07
44096         Log: Document that ${^TAINT} is read-only.
44097      Branch: perl
44098            ! pod/perlvar.pod
44099 ____________________________________________________________________________
44100 [ 18465] By: rgs                                   on 2003/01/08  22:02:26
44101         Log: Fix the doc for splitpath() in the File::Spec modules :
44102              this function doesn't return undef in any case.
44103      Branch: perl
44104            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
44105            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
44106 ____________________________________________________________________________
44107 [ 18464] By: rgs                                   on 2003/01/08  21:40:37
44108         Log: Subject: [PATCH] label code in pp_ctl.c
44109              From: Nicholas Clark <nick@unfortu.net>
44110              Date: Thu, 26 Dec 2002 21:19:36 +0000
44111              Message-ID: <20021226211935.GE284@Bagpuss.unfortu.net>
44112              (Integrated from change #18400 from maint-5.8)
44113      Branch: perl
44114           !> pp_ctl.c
44115 ____________________________________________________________________________
44116 [ 18463] By: rgs                                   on 2003/01/08  21:27:49
44117         Log: Subject: [DOCPATCH] hv_store and hv_store_ent
44118              From: Nicholas Clark <nick@unfortu.net>
44119              Date: Wed, 1 Jan 2003 18:17:59 +0000
44120              Message-ID: <20030101181757.GB296@Bagpuss.unfortu.net>
44121              (Integrated from change #18399 from maint-5.8)
44122      Branch: perl
44123           !> hv.c
44124 ____________________________________________________________________________
44125 [ 18462] By: rgs                                   on 2003/01/08  21:24:09
44126         Log: Integrate change #18391 from maint-5.8:
44127              Document the installprefix trick for compiling PASE Perl in AIX.
44128      Branch: perl
44129           !> README.os400
44130 ____________________________________________________________________________
44131 [ 18461] By: rgs                                   on 2003/01/08  21:16:54
44132         Log: Integrate change #18362 from maint-5.8:
44133              Fix [perl #18666] (taking the more conservative approach).
44134      Branch: perl
44135           !> lib/File/Spec/Unix.pm
44136 ____________________________________________________________________________
44137 [ 18460] By: rgs                                   on 2003/01/08  21:14:20
44138         Log: Integrate change #18361 from maint-5.8:
44139              Document that the socketpair tests are unhappy in old SCO,
44140              as per [perl #18537].
44141      Branch: perl
44142           !> pod/perl58delta.pod
44143 ____________________________________________________________________________
44144 [ 18459] By: rgs                                   on 2003/01/08  20:48:19
44145         Log: PerlFAQ sync.
44146      Branch: perl
44147            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
44148            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
44149            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
44150            ! pod/perlfaq9.pod
44151 ____________________________________________________________________________
44152 [ 18456] By: hv                                    on 2003/01/07  09:20:22
44153         Log: Subject: [PATCH] %_ (was Re: [PATCH] operation on `PL_na' may be undefined)
44154              From: Nicholas Clark <nick@unfortu.net>
44155              Date: Thu, 26 Dec 2002 21:16:27 +0000
44156              Message-ID: <20021226211626.GD284@Bagpuss.unfortu.net>
44157      Branch: perl
44158            ! doio.c dump.c ext/Data/Dumper/Dumper.xs gv.c op.c pad.c perl.c
44159            ! pp_ctl.c pp_hot.c pp_sort.c pp_sys.c sv.c toke.c universal.c
44160            ! utf8.c
44161 ____________________________________________________________________________
44162 [ 18455] By: hv                                    on 2003/01/07  08:54:38
44163         Log: Subject: [PATCH] integrate more with report_evil_fh
44164              From: Nicholas Clark <nick@unfortu.net>
44165              Date: Thu, 26 Dec 2002 20:56:21 +0000
44166              Message-ID: <20021226205620.GA16584@Bagpuss.unfortu.net>
44167      Branch: perl
44168            ! pp_sys.c
44169 ____________________________________________________________________________
44170 [ 18454] By: hv                                    on 2003/01/07  08:45:54
44171         Log: Integrate podlators-1.25
44172      Branch: perl
44173            ! lib/Pod/Man.pm lib/Pod/t/man.t
44174 ____________________________________________________________________________
44175 [ 18453] By: rgs                                   on 2003/01/06  20:31:43
44176         Log: Change the value of ${^TAINT} : 0 without taint checks,
44177              1 with -T, and -1 with -t or -TU.
44178      Branch: perl
44179            ! mg.c pod/perlvar.pod t/op/taint.t t/run/runenv.t
44180            ! t/run/switcht.t
44181 ____________________________________________________________________________
44182 [ 18451] By: merijn                                on 2003/01/06  06:43:11
44183         Log: Subject: [PATCH perl@18746] VMS test adjustments
44184              Date: Sat, 04 Jan 2003 11:26:00 -0600
44185              From: "Craig A. Berry" <craigberry@mac.com>
44186              Message-ID: <3E171928.1040100@mac.com>
44187      Branch: perl
44188            ! ext/Devel/Peek/Peek.t ext/Filter/t/call.t lib/charnames.t
44189            ! t/run/switchI.t
44190 ____________________________________________________________________________
44191 [ 18441] By: rgs                                   on 2003/01/04  20:06:45
44192         Log: Subject: [DOCPATCH] File::Copy's synopsis
44193              From: Nicholas Clark <nick@unfortu.net>
44194              Date: Wed, 1 Jan 2003 21:09:30 +0000
44195              Message-ID: <20030101210930.GE296@Bagpuss.unfortu.net>
44196      Branch: perl
44197            ! lib/File/Copy.pm
44198 ____________________________________________________________________________
44199 [ 18440] By: rgs                                   on 2003/01/04  16:31:31
44200         Log: Integrate change #18420 from maint-5.8:
44201              Mea culpa: the join() was the string join, not the
44202              ithreads join().
44203      Branch: perl
44204           !> ext/threads/t/join.t
44205 ____________________________________________________________________________
44206 [ 18439] By: rgs                                   on 2003/01/04  15:34:54
44207         Log: Subject: [PATCH] [perl #15184] ExtUtils/t/Embed.t fails with -Duseshrplib -Dlibperl=...
44208              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
44209              Date: Fri, 13 Dec 2002 00:54:43 +0100
44210              Message-Id: <20021213005443.3077a229.rgarciasuarez@free.fr>
44211              Same as change 18403 for maint-5.8 branch
44212      Branch: perl
44213            ! lib/ExtUtils/t/Embed.t
44214 ____________________________________________________________________________
44215 [ 18438] By: rgs                                   on 2003/01/04  15:24:22
44216         Log: Subject: Re: [PATCH] Tiny nits in perlre.pod
44217              From: andreas.koenig@anima.de (Andreas J. Koenig)
44218              Date: Fri, 03 Jan 2003 00:57:15 +0100
44219              Message-ID: <m33cob14x0.fsf@k242.linux.bogus>
44220      Branch: perl
44221            ! pod/perlre.pod
44222 ____________________________________________________________________________
44223 [ 18435] By: jhi                                   on 2003/01/04  14:36:08
44224         Log: The problems.t is back.
44225      Branch: perl
44226            ! MANIFEST
44227 ____________________________________________________________________________
44228 [ 18434] By: sky                                   on 2003/01/04  07:43:50
44229         Log: Forgot to add problems.t with change #18419
44230      Branch: perl
44231            + ext/threads/t/problems.t
44232 ____________________________________________________________________________
44233 [ 18432] By: jhi                                   on 2003/01/04  04:48:30
44234         Log: One more (or, rather, less) //.
44235      Branch: perl
44236            ! ext/threads/threads.xs
44237 ____________________________________________________________________________
44238 [ 18431] By: jhi                                   on 2003/01/04  04:39:01
44239         Log: Integrate from maintperl:
44240              [ 18430]
44241              // is still not portable C commentary.
44242      Branch: perl
44243           !> ext/threads/threads.xs
44244 ____________________________________________________________________________
44245 [ 18425] By: jhi                                   on 2003/01/04  03:37:04
44246         Log: Until Arthur really adds the problems.t.
44247      Branch: perl
44248            ! MANIFEST
44249 ____________________________________________________________________________
44250 [ 18421] By: sky                                   on 2003/01/04  01:27:55
44251         Log: Fix long standing memory leak with pop and shift!
44252      Branch: perl
44253            ! ext/threads/shared/shared.xs
44254 ____________________________________________________________________________
44255 [ 18419] By: sky                                   on 2003/01/03  23:45:34
44256         Log: Fixes bug #15273, the return of the object caused
44257              the stash of the object to be cloned, cloning the entire syntax
44258              tree and all lexicals in there creating danglning copies to the
44259              object. (Pararell but unlinked STASH tree).
44260              This adds a new flag, when set it will use STASHES from the
44261              thread we are joining into avoiding the problem.
44262      Branch: perl
44263            ! MANIFEST ext/threads/threads.xs sv.c sv.h
44264 ____________________________________________________________________________
44265 [ 18417] By: sky                                   on 2003/01/03  18:16:46
44266         Log: Fake what context we are running in for CLONE and DESTROY so
44267              threads->tid() returns the correct value.
44268              This is reported as bug #10046
44269      Branch: perl
44270            ! ext/threads/t/basic.t ext/threads/threads.xs
44271 ____________________________________________________________________________
44272 [ 18413] By: sky                                   on 2003/01/03  15:15:14
44273         Log: Change pp_lock to take a reference instead of a
44274              scalar since it wouldn't fork for the HELEM/AELEM
44275              case. This was reported in bug #10045
44276      Branch: perl
44277            ! ext/threads/shared/t/hv_refs.t opcode.h opcode.pl opnames.h
44278 ____________________________________________________________________________
44279 [ 18412] By: hv                                    on 2003/01/03  11:14:51
44280         Log: Integrate from maint-5.8 #18348:
44281              Make Math::Trig a little bit more better behaved module citizen.
44282      Branch: perl
44283           !> lib/Math/Trig.pm
44284 ____________________________________________________________________________
44285 [ 18411] By: hv                                    on 2003/01/03  11:11:09
44286         Log: Subject: Re: [perl #19061] 'goto' confuses 'redo'
44287              From: Stephen McCamant <smcc@mit.edu>
44288              Date: Sun, 22 Dec 2002 22:09:51 -0500
44289              Message-ID: <15878.32383.94274.950128@syllepsis.MIT.EDU>
44290      Branch: perl
44291            ! pp_ctl.c
44292 ____________________________________________________________________________
44293 [ 18410] By: hv                                    on 2003/01/03  11:06:40
44294         Log: Subject: new flag SvPADSTALE
44295              From: Dave Mitchell <davem@fdgroup.com>
44296              Date: Thu, 19 Dec 2002 19:00:21 +0000
44297              Message-ID: <20021219190021.D9530@fdgroup.com>
44298      Branch: perl
44299            ! dump.c scope.c sv.h
44300 ____________________________________________________________________________
44301 [ 18409] By: hv                                    on 2003/01/03  11:05:09
44302         Log: Subject: remove flag SvPADBUSY
44303              From: Dave Mitchell <davem@fdgroup.com>
44304              Date: Thu, 19 Dec 2002 18:55:43 +0000
44305              Message-ID: <20021219185543.C9530@fdgroup.com>
44306      Branch: perl
44307            ! dump.c ext/Devel/Peek/Peek.t pad.c scope.c sv.h
44308 ____________________________________________________________________________
44309 [ 18408] By: hv                                    on 2003/01/03  10:56:54
44310         Log: Subject: win32_msgwait() problem
44311              From: Gurusamy Sarathy <gsar@ActiveState.com>
44312              Date: Fri, 13 Dec 2002 17:31:59 -0800
44313              Message-Id: <200212140132.gBE1Vxp02090@smtp3.ActiveState.com>
44314      Branch: perl
44315            ! win32/win32.c
44316 ____________________________________________________________________________
44317 [ 18407] By: hv                                    on 2003/01/03  10:30:05
44318         Log: Subject: Re: [perl #18257] Attempt to free unreferenced scalar (in 5 lines)
44319              From: hv@crypt.org
44320              Date: Thu, 02 Jan 2003 17:16:04 +0000
44321              Message-Id: <200301021716.h02HG5809404@crypt.compulink.co.uk>
44322      Branch: perl
44323            ! sv.c
44324 ____________________________________________________________________________
44325 [ 18406] By: sky                                   on 2003/01/03  08:23:16
44326         Log: Under darwin 6.0+ (MacOSX 10.2) we have threadsafe
44327              libc_r functions.
44328      Branch: perl
44329            ! hints/darwin.sh
44330 ____________________________________________________________________________
44331 [ 18393] By: merijn                                on 2003/01/02  19:41:29
44332         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)
44333              Date: Thu, 2 Jan 2003 19:02:21 +0100
44334              Message-ID: <200301021902.22444.abe@ztreet.demon.nl>
44335              From: abe@ztreet.demon.nl (Abe Timmerman)
44336      Branch: perl
44337            ! win32/makefile.mk
44338 ____________________________________________________________________________
44339 [ 18390] By: merijn                                on 2003/01/02  07:32:00
44340         Log: Use a more likely location for the perl binary
44341      Branch: perl
44342            ! Porting/genlog
44343 ____________________________________________________________________________
44344 [ 18378] By: gsar                                  on 2002/12/31  04:07:56
44345         Log: integrate change#18377 from maint-5.6 branch
44346
44347              change#17566 needs to be more defensive about win32_dup2()
44348              itself calling SetStdHandle() (at least MSVCRT does this)
44349      Branch: perl
44350           !> win32/win32.c
44351 ____________________________________________________________________________
44352 [ 18376] By: hv                                    on 2002/12/31  02:02:17
44353         Log: Update Changes
44354      Branch: perl
44355            ! Changes patchlevel.h
44356 ____________________________________________________________________________
44357 [ 18374] By: hv                                    on 2002/12/30  03:32:22
44358         Log: Remove duplicate entry
44359      Branch: perl
44360            ! MANIFEST
44361 ____________________________________________________________________________
44362 [ 18373] By: hv                                    on 2002/12/30  03:19:17
44363         Log: Subject: [perl #19343] perlfunc.pod patch for stat() and lstat()
44364              From: Dave Paris (via RT) <perlbug-followup@perl.org>
44365              Date: 22 Dec 2002 05:15:14 -0000
44366              Message-Id: <rt-19343-46041.7.82970696202895@bugs6.perl.org>
44367      Branch: perl
44368            ! pod/perlfunc.pod
44369 ____________________________________________________________________________
44370 [ 18372] By: hv                                    on 2002/12/30  03:13:42
44371         Log: Subject: [PATCH lib/AutoSplit.pm] Holding filehandle open
44372              From: Michael G Schwern <schwern@pobox.com>
44373              Date: Sat, 21 Dec 2002 19:29:41 -0800
44374              Message-ID: <20021222032941.GD24887@blackrider.schwern.org>
44375      Branch: perl
44376            ! lib/AutoSplit.pm
44377 ____________________________________________________________________________
44378 [ 18371] By: hv                                    on 2002/12/30  03:08:12
44379         Log: Subject: [PATCH] Re: [perl #19330] Uneffective increment of $\
44380              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
44381              Date: Fri, 27 Dec 2002 16:14:24 +0100
44382              Message-Id: <20021227161424.17234e3c.rgarciasuarez@free.fr>
44383      Branch: perl
44384            ! mg.c t/op/magic.t
44385 ____________________________________________________________________________
44386 [ 18358] By: gsar                                  on 2002/12/28  03:30:49
44387         Log: save_re_context() was not saving many regexec.c state
44388              variables, resulting in various reentrancy problems when
44389              the swatches were autoloaded by perl in the midst of a
44390              match
44391      Branch: perl
44392            ! regcomp.c
44393 ____________________________________________________________________________
44394 [ 18357] By: gsar                                  on 2002/12/28  02:16:51
44395         Log: silence another signed/unsigned mismatch warning
44396      Branch: perl
44397            ! op.c
44398 ____________________________________________________________________________
44399 [ 18356] By: gsar                                  on 2002/12/28  02:08:23
44400         Log: fix signed/unsigned mismatch warning from change#18266
44401      Branch: perl
44402            ! regcomp.c
44403 ____________________________________________________________________________
44404 [ 18355] By: gsar                                  on 2002/12/28  02:05:14
44405         Log: these variables are not in use anywhere since 5.8.0
44406      Branch: perl
44407            ! embedvar.h perlapi.h sv.c thrdvar.h
44408 ____________________________________________________________________________
44409 [ 18354] By: ams                                   on 2002/12/26  03:54:09
44410         Log: Subject: [PATCH] docpatch for cv.h
44411              From: Nicholas Clark <nick@unfortu.net>
44412              Date: Wed, 25 Dec 2002 21:01:04 +0000
44413              Message-Id: <20021225210102.GA284@Bagpuss.unfortu.net>
44414      Branch: perl
44415            ! cv.h
44416 ____________________________________________________________________________
44417 [ 18351] By: hv                                    on 2002/12/25  02:29:17
44418         Log: #18345 was still broken; should be fixed now.
44419      Branch: perl
44420            ! sv.c
44421 ____________________________________________________________________________
44422 [ 18350] By: merijn                                on 2002/12/24  05:26:40
44423         Log: Removal of duplicate comment block
44424
44425              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
44426              Subject: Re: [perl #19306] Sys::Syslog issues.
44427              Date: Mon, 23 Dec 2002 15:25:51 -0800
44428              Message-ID: </t5B+gzkg6DR092yn@efn.org>
44429      Branch: perl
44430            ! ext/Sys/Syslog/Syslog.pm
44431 ____________________________________________________________________________
44432 [ 18346] By: hv                                    on 2002/12/23  06:14:22
44433         Log: integrate maint-5.8 #18301
44434      Branch: perl
44435           !> lib/perl5db.pl
44436 ____________________________________________________________________________
44437 [ 18345] By: hv                                    on 2002/12/23  06:01:17
44438         Log: more on #18344.
44439      Branch: perl
44440            ! sv.c
44441 ____________________________________________________________________________
44442 [ 18344] By: hv                                    on 2002/12/23  05:56:43
44443         Log: more on #18312: sv.c:ss_dup()
44444      Branch: perl
44445            ! sv.c
44446 ____________________________________________________________________________
44447 [ 18343] By: hv                                    on 2002/12/23  05:47:17
44448         Log: Subject: [perl #19153] Term::Complete (the argument of stty)
44449              From: OKAIE Yutaka (via RT) <perlbug-followup@perl.org>
44450              Date: 15 Dec 2002 13:45:23 -0000
44451              Message-Id: <rt-19153-45441.1.2145712923207@bugs6.perl.org>
44452      Branch: perl
44453            ! lib/Term/Complete.pm
44454 ____________________________________________________________________________
44455 [ 18342] By: hv                                    on 2002/12/23  05:27:25
44456         Log: Subject: [perl #18544] Patch included to fix problem.
44457              From: Richard Kandarian <richard.kandarian@lanl.gov>
44458              Date: Thu, 21 Nov 2002 08:00:20 -0700
44459              (from RT)
44460      Branch: perl
44461            ! regexec.c
44462 ____________________________________________________________________________
44463 [ 18341] By: hv                                    on 2002/12/23  05:08:49
44464         Log: Subject: [PATCH] operation on `PL_na' may be undefined
44465              From: Nicholas Clark <nick@unfortu.net>
44466              Date: Tue, 10 Dec 2002 19:59:18 +0000
44467              Message-ID: <20021210195917.GJ288@Bagpuss.unfortu.net>
44468      Branch: perl
44469            ! universal.c
44470 ____________________________________________________________________________
44471 [ 18340] By: hv                                    on 2002/12/23  05:04:29
44472         Log: Subject: [PATCH] 2% speedup (pp_entersub needs to go on a diet)
44473              From: Nicholas Clark <nick@unfortu.net>
44474              Date: Tue, 10 Dec 2002 18:55:28 +0000
44475              Message-ID: <20021210185527.GG288@Bagpuss.unfortu.net>
44476      Branch: perl
44477            ! pp_hot.c
44478 ____________________________________________________________________________
44479 [ 18339] By: hv                                    on 2002/12/23  04:39:48
44480         Log: Integrate Time::HiRes v1.39 (for VMS build tweak)
44481      Branch: perl
44482            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
44483            ! ext/Time/HiRes/Makefile.PL
44484 ____________________________________________________________________________
44485 [ 18338] By: hv                                    on 2002/12/23  03:43:09
44486         Log: Subject: [PATCH] read permissions for h2ph-generated files
44487              From: Slaven Rezic <slaven.rezic@berlin.de>
44488              Date: Fri, 22 Nov 2002 14:49:14 +0100 (CET)
44489              Message-Id: <200211221349.gAMDnEAK014033@vran.herceg.de>
44490      Branch: perl
44491            ! utils/h2ph.PL
44492 ____________________________________________________________________________
44493 [ 18337] By: hv                                    on 2002/12/23  03:38:59
44494         Log: handy hint: getting a perforce change as a usable patch
44495      Branch: perl
44496            ! Porting/repository.pod
44497 ____________________________________________________________________________
44498 [ 18336] By: hv                                    on 2002/12/23  03:36:26
44499         Log: Reverse #18285, for reasons given in:
44500              Subject: Re: Precedence of ? :
44501              From: hv@crypt.org
44502              Date: Fri, 20 Dec 2002 00:35:27 +0000
44503              Message-Id: <200212200035.gBK0ZRm29309@crypt.compulink.co.uk>
44504      Branch: perl
44505            ! perly.c perly.y perly_c.diff pod/perldelta.pod t/op/cond.t
44506            ! vms/perly_c.vms
44507 ____________________________________________________________________________
44508 [ 18335] By: gsar                                  on 2002/12/18  23:12:14
44509         Log: my_fflush_all() wasn't doing the right thing under useperlio
44510              on many platforms
44511      Branch: perl
44512            ! util.c
44513 ____________________________________________________________________________
44514 [ 18334] By: merijn                                on 2002/12/18  06:48:11
44515         Log: AIX compiler version updates
44516      Branch: perl
44517            ! README.aix
44518 ____________________________________________________________________________
44519 [ 18332] By: gsar                                  on 2002/12/18  03:20:27
44520         Log: $Config{prefixexp} was set incorrectly on windows
44521      Branch: perl
44522            ! win32/config.bc win32/config.gc win32/config.vc
44523            ! win32/config.vc64
44524 ____________________________________________________________________________
44525 [ 18330] By: gsar                                  on 2002/12/18  02:32:20
44526         Log: remove CRs from a couple of files (these show up as CRCRLF
44527              on windows)
44528      Branch: perl
44529            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
44530 ____________________________________________________________________________
44531 [ 18328] By: gsar                                  on 2002/12/18  02:27:10
44532         Log: fix for GPF in C<print Win32::GetFullPathName('\\\\host\share')>
44533      Branch: perl
44534            ! win32/win32.c
44535 ____________________________________________________________________________
44536 [ 18327] By: gsar                                  on 2002/12/18  02:08:12
44537         Log: windows: support for large files
44538
44539              note that this change will break binary compatibility with the
44540              default 5.8.0 build options; nevertheless I think it is worth
44541              having in 5.8.1 (people who want the compatibility can disable
44542              the option in the makefile)
44543      Branch: perl
44544            ! ext/Devel/DProf/DProf.xs ext/POSIX/POSIX.xs
44545            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/via/via.xs iperlsys.h
44546            ! pp_sys.c win32/Makefile win32/config.bc win32/config.gc
44547            ! win32/config.vc win32/config.vc64 win32/config_H.bc
44548            ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
44549            ! win32/config_sh.PL win32/makefile.mk win32/perlhost.h
44550            ! win32/win32.c win32/win32iop.h
44551 ____________________________________________________________________________
44552 [ 18326] By: gsar                                  on 2002/12/18  00:57:46
44553         Log: Win32.pod update
44554      Branch: perl
44555            ! lib/Win32.pod
44556 ____________________________________________________________________________
44557 [ 18325] By: gsar                                  on 2002/12/18  00:42:45
44558         Log: PerlIO_{stdoutf,vprintf} don't exist, should be PerlSIO_*
44559      Branch: perl
44560            ! XSUB.h
44561 ____________________________________________________________________________
44562 [ 18324] By: gsar                                  on 2002/12/18  00:34:08
44563         Log: windows: avoid prompting under some shells during $(MAKE) distclean
44564      Branch: perl
44565            ! win32/Makefile win32/makefile.mk
44566 ____________________________________________________________________________
44567 [ 18323] By: gsar                                  on 2002/12/18  00:17:29
44568         Log: PerlSIO_stderr et al are not functions
44569      Branch: perl
44570            ! XSUB.h
44571 ____________________________________________________________________________
44572 [ 18321] By: gsar                                  on 2002/12/17  22:56:25
44573         Log: integrate change#18320 from maint-5.6 branch
44574
44575              C<require '\foo\bar.pm'> fails on windows if not running
44576              from the root directory; for a test case, see:
44577
44578              http://bugs.activestate.com/show_bug.cgi?id=19317
44579
44580              this was due to not recognizing \foo\bar.pm as an absolute
44581              path name
44582      Branch: perl
44583           !> util.h
44584 ____________________________________________________________________________
44585 [ 18319] By: hv                                    on 2002/12/17  10:08:24
44586         Log: Whoops, these are the changes supposed to be in #18318.
44587      Branch: perl
44588            ! pad.c t/op/eval.t
44589 ____________________________________________________________________________
44590 [ 18318] By: hv                                    on 2002/12/17  03:12:18
44591         Log: Subject: Re: [PATCH] Re: [perl #19022] POSIX failures in bleadperl
44592              From: Nicholas Clark <nick@unfortu.net>
44593              Date: Sat, 14 Dec 2002 23:13:37 +0000
44594              Message-ID: <20021214231337.GF306@Bagpuss.unfortu.net>
44595      Branch: perl
44596            ! pad.c t/op/eval.t
44597 ____________________________________________________________________________
44598 [ 18317] By: hv                                    on 2002/12/17  02:58:12
44599         Log: Integrate Net::Ping v2.26. (lib/Net/Ping/t/450_service.t should work now)
44600      Branch: perl
44601            + lib/Net/Ping/t/410_syn_host.t
44602            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/t/400_ping_syn.t
44603            ! lib/Net/Ping/t/450_service.t
44604 ____________________________________________________________________________
44605 [ 18316] By: hv                                    on 2002/12/17  02:17:16
44606         Log: Subject: [PATCH 5.8.1 @oldish-18156] build
44607              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
44608              Date: Fri, 13 Dec 2002 13:54:05 -0800
44609              Message-ID: <20021213215404.GA2597@math.berkeley.edu>
44610      Branch: perl
44611            ! os2/os2.c t/run/runenv.t
44612 ____________________________________________________________________________
44613 [ 18315] By: hv                                    on 2002/12/17  02:03:58
44614         Log: Subject: [PATCH 5.8.1 @oldish-18156] deprecated warnings
44615              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
44616              Date: Fri, 13 Dec 2002 13:47:08 -0800
44617              Message-ID: <20021213214707.GA2588@math.berkeley.edu>
44618      Branch: perl
44619            ! lib/constant.t lib/fields.t
44620 ____________________________________________________________________________
44621 [ 18314] By: hv                                    on 2002/12/17  01:58:32
44622         Log: Subject: [PATCH 5.8.1 @oldish-18156] Morphing to PM on OS/2
44623              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
44624              Date: Fri, 13 Dec 2002 14:00:48 -0800
44625              Message-ID: <20021213220048.GA2606@math.berkeley.edu>
44626      Branch: perl
44627            ! os2/OS2/Process/t/os2_process.t os2/os2.c
44628 ____________________________________________________________________________
44629 [ 18313] By: hv                                    on 2002/12/17  01:54:19
44630         Log: Subject: [PATCH 5.8.1 @oldish-18156] OS/2 REXX interface assuming Object REXX
44631              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
44632              Date: Fri, 13 Dec 2002 14:08:00 -0800
44633              Message-ID: <20021213220800.GA2625@math.berkeley.edu>
44634      Branch: perl
44635            ! os2/OS2/REXX/REXX.xs
44636 ____________________________________________________________________________
44637 [ 18312] By: hv                                    on 2002/12/17  01:43:28
44638         Log: Subject: [Fwd: Patch for perl utf8-related bug]
44639              From: Richard Hitt <rbh00@utsglobal.com>
44640              Date: Fri, 06 Dec 2002 16:47:42 -0800
44641              [perl #18932]
44642      Branch: perl
44643            ! embed.fnc embed.h global.sym perl.h proto.h regcomp.c scope.c
44644            ! scope.h
44645 ____________________________________________________________________________
44646 [ 18311] By: hv                                    on 2002/12/17  00:52:05
44647         Log: Subject: [PATCH] Re: [jhi@iki.fi: enums are not nums]
44648              From: Dave Mitchell <davem@fdgroup.com>
44649              Date: Sat, 14 Dec 2002 19:16:49 +0000
44650              Message-ID: <20021214191649.B3992@fdgroup.com>
44651      Branch: perl
44652            ! embed.fnc pad.c pad.h pod/perlintern.pod proto.h
44653 ____________________________________________________________________________
44654 [ 18310] By: hv                                    on 2002/12/17  00:51:46
44655         Log: regen-headers to get new API docs from #18306
44656      Branch: perl
44657            ! pod/perlapi.pod
44658 ____________________________________________________________________________
44659 [ 18308] By: rgs                                   on 2002/12/16  22:06:23
44660         Log: Subject: [PATCH] Re: [perl #19017] lexical "my" variables not visible in debugger "x" command
44661              From: peter@PSDT.com (Peter Scott)
44662              Date: 12 Dec 2002 18:13:17 -0000
44663              Message-ID: <20021212181317.50538.qmail@onion.perl.org>
44664              (fix bug [perl #19058])
44665      Branch: perl
44666            ! lib/perl5db.pl
44667 ____________________________________________________________________________
44668 [ 18307] By: rgs                                   on 2002/12/16  22:01:14
44669         Log: Subject: [PATCH] Re: [perl #19017] lexical "my" variables not visible in debugger "x" command
44670              From: Dave Mitchell <davem@fdgroup.com>
44671              Date: Thu, 12 Dec 2002 23:42:35 +0000
44672              Message-ID: <20021212234235.A29245@fdgroup.com>
44673              and
44674              Date: Sat, 14 Dec 2002 19:16:38 +0000
44675              Message-ID: <20021214191638.A3992@fdgroup.com>
44676      Branch: perl
44677            ! embed.fnc embed.h pod/perlfunc.pod pod/perlintern.pod pp_ctl.c
44678            ! proto.h t/op/eval.t
44679 ____________________________________________________________________________
44680 [ 18306] By: sky                                   on 2002/12/16  21:41:40
44681         Log: More documentation of obscure flags is good, even if the
44682              documentation might be not so good. Atleast it's not false!
44683              Documents the flags one can give to perl_clone
44684      Branch: perl
44685            ! sv.c
44686 ____________________________________________________________________________
44687 [ 18305] By: merijn                                on 2002/12/16  10:53:19
44688         Log: Enough changes to Configure and metaunits warrant an update.
44689              Several small changes and three additions
44690      Branch: perl
44691            ! Porting/Glossary
44692 ____________________________________________________________________________
44693 [ 18304] By: merijn                                on 2002/12/16  10:44:57
44694         Log: Redone #18011 from metaunits
44695      Branch: perl
44696            ! Configure
44697 ____________________________________________________________________________
44698 [ 18302] By: rgs                                   on 2002/12/14  22:34:25
44699         Log: Subject: Proper fix for CvOUTSIDE weak refcounting
44700              From: Dave Mitchell <davem@fdgroup.com>
44701              Date: Tue, 10 Dec 2002 01:26:44 +0000
44702              Message-ID: <20021210012644.A7843@fdgroup.com>
44703      Branch: perl
44704            ! cv.h dump.c embed.fnc ext/B/B/Deparse.pm ext/B/defsubs_h.PL
44705            ! ext/Devel/Peek/Peek.t op.c pad.c pod/perlapi.pod
44706            ! pod/perlintern.pod pp_ctl.c sv.c t/op/closure.t
44707 ____________________________________________________________________________
44708 [ 18300] By: rgs                                   on 2002/12/12  20:40:22
44709         Log: Subject: [patch] typo in perlop
44710              From: andreas.koenig@anima.de (Andreas J. Koenig)
44711              Date: Wed, 11 Dec 2002 21:31:14 +0100
44712              Message-ID: <m3k7igjo19.fsf@k242.linux.bogus>
44713      Branch: perl
44714            ! pod/perlop.pod
44715 ____________________________________________________________________________
44716 [ 18299] By: rgs                                   on 2002/12/12  20:35:29
44717         Log: Integrate from maint-5.8 : changes 18290-1, 18293-5, 18297
44718      Branch: perl
44719           !> ext/POSIX/POSIX.pod ext/POSIX/t/is.t ext/POSIX/t/posix.t
44720           !> pod/perlre.pod pod/perlretut.pod regexec.c t/op/pat.t
44721           !> t/op/subst.t
44722 ____________________________________________________________________________
44723 [ 18298] By: rgs                                   on 2002/12/12  20:00:36
44724         Log: Whitespace and indentation fix in the output of B::Debug.
44725      Branch: perl
44726            ! ext/B/B/Debug.pm
44727 ____________________________________________________________________________
44728 [ 18292] By: gbarr                                 on 2002/12/12  09:23:04
44729         Log: Update to Scalar-List-Utils 1.09
44730      Branch: perl
44731            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
44732            ! ext/List/Util/lib/List/Util.pm
44733 ____________________________________________________________________________
44734 [ 18287] By: gsar                                  on 2002/12/11  18:53:07
44735         Log: this has been incorrect for a while now, and has changed
44736              again recently
44737      Branch: perl
44738            ! Porting/repository.pod
44739 ____________________________________________________________________________
44740 [ 18285] By: hv                                    on 2002/12/11  10:35:01
44741         Log: Subject: [PATCH] Re: Precedence of ? :
44742              From: Stephen McCamant <smcc@mit.edu>
44743              Date: Tue, 10 Dec 2002 00:57:07 -0500 (EST)
44744              Message-Id: <20021210055707.974F073CCC@syllepsis>
44745      Branch: perl
44746            ! perly.c perly.y perly_c.diff pod/perldelta.pod t/op/cond.t
44747            ! vms/perly_c.vms
44748 ____________________________________________________________________________
44749 [ 18284] By: hv                                    on 2002/12/11  10:21:12
44750         Log: One more email address for #18282
44751      Branch: perl
44752            ! lib/Pod/Perldoc.pm
44753 ____________________________________________________________________________
44754 [ 18283] By: hv                                    on 2002/12/11  10:18:07
44755         Log: More email addresses for #18282
44756      Branch: perl
44757            ! hints/aix.sh hints/apollo.sh hints/epix.sh hints/freebsd.sh
44758            ! hints/irix_6.sh hints/isc.sh hints/isc_2.sh hints/machten.sh
44759            ! hints/machten_2.sh hints/openbsd.sh hints/os2.sh
44760            ! hints/os390.sh hints/sunos_4_1.sh hints/titanos.sh
44761            ! hints/ultrix_4.sh hints/umips.sh hints/utekv.sh
44762 ____________________________________________________________________________
44763 [ 18282] By: hv                                    on 2002/12/11  10:16:05
44764         Log: Subject: Remove stale e-mail addresses
44765              From: Andy Dougherty <doughera@lafayette.edu>
44766              Date: Wed, 20 Nov 2002 09:40:33 -0500 (EST)
44767              Message-ID: <Pine.SOL.4.10.10211200938110.19608-100000@maxwell.phys.lafayette.edu>
44768      Branch: perl
44769            ! Porting/pumpkin.pod configure.gnu
44770            ! ext/ODBM_File/hints/dec_osf.pl ext/ODBM_File/hints/hpux.pl
44771            ! ext/ODBM_File/hints/ultrix.pl ext/SDBM_File/sdbm/README.too
44772            ! lib/File/Spec.pm perly.fixer pod/checkpods.PL
44773 ____________________________________________________________________________
44774 [ 18281] By: hv                                    on 2002/12/11  09:59:31
44775         Log: Integrate from maint-5.8 #18156, #18218.
44776      Branch: perl
44777           !> lib/Unicode/UCD.t lib/unicore/Category.pl
44778           !> lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt
44779           !> lib/unicore/lib/C.pl lib/unicore/lib/Cf.pl
44780           !> lib/unicore/lib/Cntrl.pl lib/unicore/lib/Graph.pl
44781           !> lib/unicore/lib/P.pl lib/unicore/lib/Pd.pl
44782           !> lib/unicore/lib/Print.pl lib/unicore/lib/Punct.pl t/op/pack.t
44783 ____________________________________________________________________________
44784 [ 18280] By: rgs                                   on 2002/12/10  21:30:10
44785         Log: Integrate from the maint-5.8/ branch :
44786              changes 18219, 18236, 18242-3, 18247-8,
44787              18253-5, 18257, 18273-6
44788      Branch: perl
44789           +> t/op/lc_user.t
44790           !> MANIFEST hints/irix_6.sh lib/File/Copy.pm lib/utf8_heavy.pl
44791           !> pod/perldiag.pod pod/perlguts.pod pod/perlsec.pod
44792           !> pod/perlunicode.pod pp.c t/op/lc.t t/op/pat.t t/op/split.t
44793           !> t/uni/tr_utf8.t
44794 ____________________________________________________________________________
44795 [ 18279] By: merijn                                on 2002/12/10  14:10:03
44796         Log: Subject: Re: ANSIColor 1.06 released
44797              Version bump only after typo fix to sync with CPAN
44798      Branch: perl
44799            ! lib/Term/ANSIColor.pm
44800 ____________________________________________________________________________
44801 [ 18277] By: merijn                                on 2002/12/10  08:46:05
44802         Log: Subject: [PATCH perl@18251] VMS build update
44803              Message-ID: <3DF56BE2.9000300@mac.com>
44804              Date: Mon, 09 Dec 2002 22:21:54 -0600
44805              From: "Craig A. Berry" <craigberry@mac.com>
44806      Branch: perl
44807            ! configure.com ext/Time/HiRes/Makefile.PL
44808            ! vms/descrip_mms.template
44809 ____________________________________________________________________________
44810 [ 18272] By: merijn                                on 2002/12/09  15:31:28
44811         Log: RT#15950
44812
44813              Subject: [PATCH] Typo in Term::ANSIColor
44814              Date: Fri, 2 Aug 2002 14:13:19 -0700 (PDT)
44815              From: "Mr. Nobody" <mrnobo1024  at  yahoo.com>
44816      Branch: perl
44817            ! lib/Term/ANSIColor.pm
44818 ____________________________________________________________________________
44819 [ 18270] By: hv                                    on 2002/12/09  00:25:26
44820         Log: Subject: [perl #18256] xsubpp can make nested comments in C code
44821              From: Nicholas Clark (via RT) <perlbug@perl.org>
44822              Date: 7 Nov 2002 14:58:14 -0000
44823              Message-Id: <rt-18256-41218.19.7625495305233@bugs6.perl.org>
44824      Branch: perl
44825            ! lib/ExtUtils/xsubpp
44826 ____________________________________________________________________________
44827 [ 18269] By: hv                                    on 2002/12/09  00:19:33
44828         Log: Subject: Re: Bug in Filter::Simple
44829              From: Slaven Rezic <slaven.rezic@berlin.de>
44830              Date: 07 Nov 2002 10:01:41 +0100
44831              Message-ID: <87of91u51m.fsf@vran.herceg.de>
44832      Branch: perl
44833            ! ext/Filter/Util/Call/Call.xs ext/Filter/t/call.t
44834 ____________________________________________________________________________
44835 [ 18268] By: hv                                    on 2002/12/09  00:14:58
44836         Log: fix #18266 sprintf format mismatch
44837      Branch: perl
44838            ! regcomp.c
44839 ____________________________________________________________________________
44840 [ 18267] By: hv                                    on 2002/12/09  00:10:09
44841         Log: Subject: Re: [perl #18238] timezone and gmt offset as output by POSIX::strftime()  are sometimes wrong
44842              From: Slaven Rezic <slaven.rezic@berlin.de>
44843              Date: 09 Nov 2002 23:21:16 +0100
44844              Message-ID: <874raqz8o3.fsf@vran.herceg.de>
44845      Branch: perl
44846            ! config_h.SH ext/POSIX/t/posix.t util.c
44847 ____________________________________________________________________________
44848 [ 18266] By: hv                                    on 2002/12/09  00:02:57
44849         Log: Subject: Re: [perl #18107] lc(), uc() and ucfirst() broken inside utf8 regex
44850              From: Abhijit Menon-Sen <ams@wiw.org>
44851              Date: Wed, 6 Nov 2002 19:38:11 +0530
44852              Message-ID: <20021106193811.E20858@lustre.dyn.wiw.org>
44853      Branch: perl
44854            ! regcomp.c t/op/lc.t
44855 ____________________________________________________________________________
44856 [ 18265] By: rgs                                   on 2002/12/08  22:10:45
44857         Log: Subject: Re: [perl #18927] barewords with no errors
44858              From: Abe Timmerman <abe@ztreet.demon.nl>
44859              Date: Sun, 8 Dec 2002 17:12:56 +0100
44860              Message-Id: <200212081712.56102.abe@ztreet.demon.nl>
44861      Branch: perl
44862            ! t/lib/strict/subs
44863 ____________________________________________________________________________
44864 [ 18264] By: rgs                                   on 2002/12/08  22:04:39
44865         Log: Subject: Re: [perl #18165] "0" fails as right-hand argument to ..
44866              From: Slaven Rezic <slaven.rezic@berlin.de>
44867              Date: 30 Nov 2002 00:07:05 +0100
44868              Message-ID: <8765ugnffq.fsf@vran.herceg.de>
44869      Branch: perl
44870            ! pp_ctl.c t/cmd/for.t
44871 ____________________________________________________________________________
44872 [ 18263] By: rgs                                   on 2002/12/08  21:56:13
44873         Log: Subject: Re: [perl #18888] $Exporter::Verbose=1 does not work for testing, $Heavy::Verbose is not setting the value to $Exporter::Verbose
44874              From: Slaven Rezic <slaven.rezic@berlin.de>
44875              Date: 08 Dec 2002 01:31:45 +0100
44876              Message-ID: <874r9pmjv2.fsf@vran.herceg.de>
44877      Branch: perl
44878            ! lib/Exporter/Heavy.pm
44879 ____________________________________________________________________________
44880 [ 18262] By: rgs                                   on 2002/12/08  20:31:42
44881         Log: getservbyport() should accept an empty string as its
44882              proto argument (as does getservbyname()).
44883
44884              Subject: Re: Is this a bug or am I being stupid?
44885              From: Slaven Rezic <slaven.rezic@berlin.de>
44886              Date: 08 Dec 2002 01:54:37 +0100
44887              Message-ID: <87znrhl48i.fsf@vran.herceg.de>
44888      Branch: perl
44889            ! pp_sys.c
44890 ____________________________________________________________________________
44891 [ 18261] By: rgs                                   on 2002/12/08  20:17:37
44892         Log: Change the set of characters that are considered to be
44893              safe in $ENV{TERM} for taint checkings.
44894      Branch: perl
44895            ! taint.c
44896 ____________________________________________________________________________
44897 [ 18260] By: rgs                                   on 2002/12/08  20:14:57
44898         Log: Document that $ENV{TERM} may produce taint failures.
44899              Subject: Re: [perl #18717] spurious failures in regression test
44900              From: Slaven Rezic <slaven.rezic@berlin.de>
44901              Date: 29 Nov 2002 22:11:46 +0100
44902              Message-ID: <87hee0nkrx.fsf@vran.herceg.de>
44903      Branch: perl
44904            ! pod/perldiag.pod
44905 ____________________________________________________________________________
44906 [ 18259] By: rgs                                   on 2002/12/08  19:34:34
44907         Log: Subject: [PATCH] Re: [perl #18651] Hash::Util's lock_key() breaks hash
44908              From: Nicholas Clark <nick@unfortu.net>
44909              Date: Mon, 2 Dec 2002 21:48:29 +0000
44910              Message-ID: <20021202214828.GA284@Bagpuss.unfortu.net>
44911      Branch: perl
44912            ! hv.c lib/Hash/Util.t
44913 ____________________________________________________________________________
44914 [ 18251] By: rgs                                   on 2002/12/06  21:27:55
44915         Log: Fix two cases of buffer overflow in the lexer.
44916      Branch: perl
44917            ! t/comp/parser.t toke.c
44918 ____________________________________________________________________________
44919 [ 18250] By: rgs                                   on 2002/12/06  20:44:26
44920         Log: Fix bug #18874, essentially by reverting change #11890.
44921              Add a regression test for it.
44922      Branch: perl
44923            ! lib/English.pm lib/English.t
44924 ____________________________________________________________________________
44925 [ 18249] By: rgs                                   on 2002/12/06  20:42:01
44926         Log: Suppress a compilation warning reported by Jarkko
44927              (variable initialization skipped by goto).
44928      Branch: perl
44929            ! toke.c
44930 ____________________________________________________________________________
44931 [ 18239] By: jhi                                   on 2002/12/03  12:49:01
44932         Log: Fix up #18229.
44933      Branch: perl
44934            ! embedvar.h ext/threads/t/join.t perl.c perlapi.h perlvars.h
44935            ! pod/perlintern.pod
44936 ____________________________________________________________________________
44937 [ 18233] By: rgs                                   on 2002/12/02  20:03:09
44938         Log: Fix bug #18573 : in a double-quoted string, a \c not followed
44939              by any character may corrupt memory due to reading past the
44940              end of the input buffer. Add a new error message corresponding
44941              to this case.
44942      Branch: perl
44943            ! pod/perldiag.pod t/comp/parser.t toke.c
44944 ____________________________________________________________________________
44945 [ 18232] By: rgs                                   on 2002/12/02  19:59:07
44946         Log: Skip test #17 of lib/open.t when useperlio is not defined.
44947      Branch: perl
44948            ! lib/open.t
44949 ____________________________________________________________________________
44950 [ 18231] By: merijn                                on 2002/12/02  16:00:12
44951         Log: Subject: Re: [perl #15129] building a dynamically linked Perl 5.6.1 on HPUX 11.0
44952              Date: Mon, 2 Dec 2002 12:04:40 -0500 (EST)
44953              From: Andy Dougherty <doughera@lafayette.edu>
44954              Message-ID: <Pine.SOL.4.10.10212021200050.24023-100000@maxwell.phys.lafayette.edu>
44955      Branch: perl
44956            ! README.hpux
44957 ____________________________________________________________________________
44958 [ 18230] By: merijn                                on 2002/12/02  15:45:31
44959         Log: $0 modifying part II (HP-UX only)
44960
44961              Date: Sat, 30 Nov 2002 20:16:51 +0200
44962              From: Jarkko Hietaniemi <jhi@iki.fi>
44963              Subject: [PATCH] $0 modifying
44964              Message-ID: <20021130181651.GA5876@kosh.hut.fi>
44965      Branch: perl
44966            ! mg.c
44967 ____________________________________________________________________________
44968 [ 18229] By: merijn                                on 2002/12/02  15:43:16
44969         Log: $0 mofifying part I
44970
44971              Date: Sat, 30 Nov 2002 20:16:51 +0200
44972              From: Jarkko Hietaniemi <jhi@iki.fi>
44973              Subject: [PATCH] $0 modifying
44974              Message-ID: <20021130181651.GA5876@kosh.hut.fi>
44975      Branch: perl
44976            ! ext/threads/t/join.t makedef.pl mg.c perl.c pod/perlvar.pod
44977            ! sv.c t/op/magic.t thread.h
44978 ____________________________________________________________________________
44979 [ 18228] By: hv                                    on 2002/12/02  13:37:59
44980         Log: integrate Pod-Perldoc-3.07. This replaces the original inline perldoc
44981              with a module-driven version, and separates out its docs.
44982      Branch: perl
44983            + lib/Pod/Perldoc.pm lib/Pod/Perldoc/BaseTo.pm
44984            + lib/Pod/Perldoc/GetOptsOO.pm lib/Pod/Perldoc/ToChecker.pm
44985            + lib/Pod/Perldoc/ToMan.pm lib/Pod/Perldoc/ToNroff.pm
44986            + lib/Pod/Perldoc/ToPod.pm lib/Pod/Perldoc/ToRtf.pm
44987            + lib/Pod/Perldoc/ToText.pm lib/Pod/Perldoc/ToTk.pm
44988            + lib/Pod/Perldoc/ToXml.pm lib/Pod/Perldoc/t/checkerbasic.t
44989            + lib/Pod/Perldoc/t/perldocbasic.t lib/Pod/Perldoc/t/textbasic.t
44990            + pod/perldoc.pod
44991            ! MANIFEST utils/perldoc.PL
44992 ____________________________________________________________________________
44993 [ 18226] By: hv                                    on 2002/12/02  12:44:35
44994         Log: missed the new file from #18224
44995      Branch: perl
44996            + lib/Pod/PlainText.pm
44997            ! MANIFEST
44998 ____________________________________________________________________________
44999 [ 18225] By: hv                                    on 2002/12/02  03:09:42
45000         Log: integrate util.c fragment from #18200 to undef SA_RESTART on MacOS
45001      Branch: perl
45002            ! util.c
45003 ____________________________________________________________________________
45004 [ 18224] By: hv                                    on 2002/12/02  02:59:02
45005         Log: Integrate PodParser-1.20, with matching tweaks to lib/Pod/t/latex.t
45006              and lib/Pod/t/utils.t to cater for simpler output text.
45007      Branch: perl
45008            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm lib/Pod/Usage.pm
45009            ! lib/Pod/t/latex.t lib/Pod/t/utils.t pod/podselect.PL
45010            ! t/pod/emptycmd.t t/pod/for.t t/pod/headings.t t/pod/include.t
45011            ! t/pod/included.t t/pod/lref.t t/pod/lref.xr
45012            ! t/pod/multiline_items.t t/pod/multiline_items.xr
45013            ! t/pod/nested_items.t t/pod/nested_seqs.t t/pod/oneline_cmds.t
45014            ! t/pod/pod2usage.t t/pod/pod2usage.xr t/pod/poderrs.t
45015            ! t/pod/poderrs.xr t/pod/podselect.t t/pod/podselect.xr
45016            ! t/pod/special_seqs.t t/pod/special_seqs.xr t/pod/testp2pt.pl
45017 ____________________________________________________________________________
45018 [ 18223] By: hv                                    on 2002/12/02  02:46:17
45019         Log: Subject: [PATCH] SvFAKE lexicals in scope for all of the sub
45020              From: Dave Mitchell <davem@fdgroup.com>
45021              Date: Mon, 25 Nov 2002 21:25:33 +0000
45022              Message-ID: <20021125212533.B29157@fdgroup.com>
45023      Branch: perl
45024            ! ext/Devel/Peek/Peek.t pad.c t/op/closure.t
45025 ____________________________________________________________________________
45026 [ 18222] By: hv                                    on 2002/12/02  02:23:28
45027         Log: #18221 broke t/op/eval.t
45028      Branch: perl
45029            ! t/op/eval.t
45030 ____________________________________________________________________________
45031 [ 18221] By: hv                                    on 2002/12/02  02:18:19
45032         Log: integrate 5.8-maint: changes #18174 18187 18189-92 18202 18209 18214-5
45033      Branch: perl
45034           +> ext/POSIX/t/is.t
45035           !> INSTALL MANIFEST README.os2 ext/Fcntl/t/syslfs.t
45036           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/Makefile.PL
45037           !> lib/Unicode/UCD.pm lib/Unicode/UCD.t pod/perldiag.pod
45038           !> t/op/eval.t t/op/grep.t t/op/lfs.t t/op/subst.t
45039 ____________________________________________________________________________
45040 [ 18220] By: hv                                    on 2002/12/02  00:58:54
45041         Log: Subject: [PATCH 2nd attempt] allow evals to see the full lexical scope
45042              From: Dave Mitchell <davem@fdgroup.com>
45043              Date: Sun, 24 Nov 2002 22:19:06 +0000
45044              Message-ID: <20021124221906.A25386@fdgroup.com>
45045      Branch: perl
45046            ! cop.h cv.h dump.c embed.fnc embed.h ext/B/B.pm ext/B/B.xs
45047            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Debug.pm
45048            ! ext/Devel/Peek/Peek.t op.c pad.c pod/perlintern.pod pp_ctl.c
45049            ! pp_hot.c proto.h sv.c sv.h t/op/eval.t toke.c
45050 ____________________________________________________________________________
45051 [ 18217] By: rgs                                   on 2002/11/29  12:11:28
45052         Log: Document the hint constants and where they're used.
45053      Branch: perl
45054            ! ext/re/re.pm lib/File/Basename.pm lib/charnames.pm
45055            ! lib/filetest.pm lib/open.pm lib/overload.pm lib/vmsish.pm
45056            ! perl.h
45057 ____________________________________________________________________________
45058 [ 18216] By: merijn                                on 2002/11/29  10:00:54
45059         Log: 64bit Peek failure on HP-UX 11.00
45060
45061              Subject: Re: Smoke 18188
45062              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
45063              From: Slaven Rezic <slaven.rezic@berlin.de>
45064              Date: 28 Nov 2002 19:25:25 +0100
45065              Message-ID: <877kexsga2.fsf@vran.herceg.de>
45066      Branch: perl
45067            ! ext/Devel/Peek/Peek.t
45068 ____________________________________________________________________________
45069 [ 18203] By: jhi                                   on 2002/11/28  14:54:34
45070         Log: Slight beauty tweak.
45071      Branch: perl
45072            ! intrpvar.h
45073 ____________________________________________________________________________
45074 [ 18188] By: hv                                    on 2002/11/27  01:32:52
45075         Log: Subject: Re: [perl #18203] Recursive call in PerlIO_find_layer
45076              From: Slaven Rezic <slaven.rezic@berlin.de>
45077              Date: 03 Nov 2002 10:59:43 +0100
45078              Message-ID: <877kfvnfcg.fsf@vran.herceg.de>
45079      Branch: perl
45080            ! embedvar.h intrpvar.h lib/open.t perlapi.h perlio.c
45081 ____________________________________________________________________________
45082 [ 18186] By: hv                                    on 2002/11/27  00:57:18
45083         Log: Subject: DESTROY called in scalar context ?
45084              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
45085              Date: Tue, 29 Oct 2002 22:04:23 +0100
45086              Message-Id: <20021029220423.6f8e6600.rgarciasuarez@free.fr>
45087      Branch: perl
45088            ! sv.c
45089 ____________________________________________________________________________
45090 [ 18185] By: rgs                                   on 2002/11/26  21:06:48
45091         Log: PerlFAQ sync.
45092      Branch: perl
45093            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
45094            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
45095            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
45096            ! pod/perlfaq9.pod
45097 ____________________________________________________________________________
45098 [ 18184] By: rgs                                   on 2002/11/26  20:42:25
45099         Log: Subject: [PATCH] 2 Pod errors in perlop.pod
45100              From: andreas.koenig@anima.de (Andreas J. Koenig)
45101              Date: Mon, 25 Nov 2002 10:21:08 +0100
45102              Message-ID: <m31y5admyj.fsf@k242.linux.bogus>
45103
45104              Plus a few similar POD fixes
45105      Branch: perl
45106            ! pod/perl570delta.pod pod/perl572delta.pod pod/perlop.pod
45107            ! pod/perltie.pod
45108 ____________________________________________________________________________
45109 [ 18183] By: rgs                                   on 2002/11/26  19:53:26
45110         Log: Subject: Re: [perl #18626] bug in perlipc man page
45111              From: Slaven Rezic <slaven.rezic@berlin.de>
45112              Date: 23 Nov 2002 21:23:20 +0100
45113              Message-ID: <87bs4gdohz.fsf@vran.herceg.de>
45114      Branch: perl
45115            ! pod/perlipc.pod
45116 ____________________________________________________________________________
45117 [ 18182] By: merijn                                on 2002/11/26  08:44:39
45118         Log: Subject: #17171: ld flag for shrplib on OpenBSD
45119              Date: Wed, 11 Sep 2002 13:44:12 -0600 (MDT)
45120              From: "Todd C. Miller" <Todd.Miller  at  courtesan.com>
45121      Branch: perl
45122            ! Configure
45123 ____________________________________________________________________________
45124 [ 18180] By: hv                                    on 2002/11/25  03:10:03
45125         Log: integrate #18144 updates to pod/perlport.pod
45126      Branch: perl
45127            ! pod/perlport.pod
45128 ____________________________________________________________________________
45129 [ 18179] By: hv                                    on 2002/11/25  03:06:44
45130         Log: Subject: [PATCH] UTF8 regexp {n} bug
45131              From: Inaba Hiroto <inaba@st.rim.or.jp>
45132              Date: Sat, 16 Nov 2002 19:23:00 +0900
45133              Message-ID: <3DD61C83.62FF9887@st.rim.or.jp>
45134      Branch: perl
45135            ! regcomp.c t/op/pat.t
45136 ____________________________________________________________________________
45137 [ 18178] By: hv                                    on 2002/11/25  02:43:40
45138         Log: Subject: Re: Storable bug #1698
45139              From: Slaven Rezic <slaven.rezic@berlin.de>
45140              Date: 18 Nov 2002 10:41:36 +0100
45141              Message-ID: <87ptt343lb.fsf@vran.herceg.de>
45142      Branch: perl
45143            ! ext/Storable/Storable.xs ext/Storable/t/blessed.t
45144            ! ext/Storable/t/forgive.t
45145 ____________________________________________________________________________
45146 [ 18177] By: hv                                    on 2002/11/25  02:37:07
45147         Log: add support for STASH and MAGIC information for REFs to sv_dump().
45148              Subject: [PATCH]
45149              From: Slaven Rezic <slaven.rezic@berlin.de>
45150              Date: Mon, 18 Nov 2002 11:09:51 +0100 (CET)
45151              Message-Id: <200211181009.gAIA9pFG034877@vran.herceg.de>
45152      Branch: perl
45153            ! dump.c ext/Devel/Peek/Peek.t
45154 ____________________________________________________________________________
45155 [ 18176] By: hv                                    on 2002/11/25  02:31:10
45156         Log: Subject: Re: [perl #18479] Error when no strict refs in effect
45157              From: Slaven Rezic <slaven.rezic@berlin.de>
45158              Date: 18 Nov 2002 22:50:04 +0100
45159              Message-ID: <87smxya6pf.fsf@vran.herceg.de>
45160      Branch: perl
45161            ! pp_ctl.c
45162 ____________________________________________________________________________
45163 [ 18175] By: hv                                    on 2002/11/25  02:20:48
45164         Log: Subject: [Encode] 1.83 + bleedperl patch released
45165              From: Dan Kogai <dankogai@dan.co.jp>
45166              Date: Tue, 19 Nov 2002 03:18:44 +0900
45167              Message-Id: <2C132F6D-FB22-11D6-87FC-0003939A104C@dan.co.jp>
45168      Branch: perl
45169            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
45170            ! ext/Encode/Encode.xs ext/Encode/MANIFEST ext/Encode/bin/enc2xs
45171            ! ext/Encode/lib/Encode/JP/JIS7.pm ext/Encode/t/rt.pl
45172            ! t/uni/tr_7jis.t t/uni/tr_sjis.t t/uni/tr_utf8.t
45173 ____________________________________________________________________________
45174 [ 18172] By: rgs                                   on 2002/11/22  21:44:09
45175         Log: Subject: [PATCH] Historic version labels
45176              From: andreas.koenig@anima.de (Andreas J. Koenig)
45177              Date: Fri, 22 Nov 2002 14:39:41 +0100
45178              Message-ID: <m3lm3loh9e.fsf@k242.linux.bogus>
45179      Branch: perl
45180            ! Changes5.005 Changes5.6
45181 ____________________________________________________________________________
45182 [ 18171] By: rgs                                   on 2002/11/22  21:15:54
45183         Log: A new test for $^S, based on a patch by Iain 'Spoon' Truskett.
45184              Fix the existing tests that didn't checked the difference
45185              between 0 and undef.
45186      Branch: perl
45187            ! t/op/magic.t
45188 ____________________________________________________________________________
45189 [ 18170] By: rgs                                   on 2002/11/22  20:49:12
45190         Log: Move some tests from t/run/fresh_perl.t
45191              to the new t/comp/parser.t. The goal being to
45192              get rid of fresh_perl.t at some point.
45193      Branch: perl
45194            ! t/comp/parser.t t/run/fresh_perl.t
45195 ____________________________________________________________________________
45196 [ 18169] By: rgs                                   on 2002/11/21  20:49:36
45197         Log: Add a test for bug #17920, and a new test file for it.
45198      Branch: perl
45199            + t/comp/parser.t
45200            ! MANIFEST
45201 ____________________________________________________________________________
45202 [ 18168] By: merijn                                on 2002/11/21  13:59:12
45203         Log: Subject: [PATCH] hires sleeping wants libs
45204              Date: Wed, 20 Nov 2002 17:18:31 +0200
45205              From: Jarkko Hietaniemi <jhi@iki.fi>
45206              Message-ID: <20021120151830.GC127060@lyta.hut.fi>
45207      Branch: perl
45208            ! Configure hints/irix_6.sh
45209 ____________________________________________________________________________
45210 [ 18166] By: rgs                                   on 2002/11/19  23:02:31
45211         Log: Fix perl bug #17920 : a case of parser coredump.
45212              The fix is to disable Perl_block_start and Perl_block_end
45213              when the yacc parser has encountered errors. This prevents
45214              corruption of the internal stack, at the expense of correctness,
45215              but this doesn't matter as the code is unparseable anyway.
45216      Branch: perl
45217            ! op.c
45218 ____________________________________________________________________________
45219 [ 18165] By: rgs                                   on 2002/11/19  22:45:36
45220         Log: Subject: Re: [PATCH] UTF-8 enabling via locale (was: Re: Redhat 8 issue?)
45221              From: Jarkko Hietaniemi <jhi@iki.fi>
45222              Date: Sun, 3 Nov 2002 17:50:08 +0200
45223              Message-ID: <20021103155008.GA382682@lyta.hut.fi>
45224      Branch: perl
45225            ! lib/open.pm locale.c pod/perl58delta.pod
45226 ____________________________________________________________________________
45227 [ 18164] By: rgs                                   on 2002/11/19  22:32:52
45228         Log: t/io/crlf.t failed with miniperl.
45229      Branch: perl
45230            ! t/io/crlf.t
45231 ____________________________________________________________________________
45232 [ 18163] By: rgs                                   on 2002/11/19  22:11:24
45233         Log: Subject: Re: [PATCH] AutoLoader gives wrong message
45234              From: Peter Scott <Peter@PSDT.com>
45235              Date: Thu, 07 Nov 2002 19:04:27 -0800
45236              Message-id: <4.3.2.7.2.20021107185902.00b93ec0@shell2.webquarry.com>
45237
45238              With a tweak to the END cleanup block to fully remove the
45239              temporary test directory
45240      Branch: perl
45241            ! lib/AutoLoader.t
45242 ____________________________________________________________________________
45243 [ 18162] By: rgs                                   on 2002/11/19  21:29:25
45244         Log: Subject: [PATCH ext/threads/threads.xs] trivial typo
45245              From: Dave Mitchell <davem@fdgroup.com>
45246              Date: Thu, 14 Nov 2002 22:55:39 +0000
45247              Message-ID: <20021114225539.A18614@fdgroup.com>
45248      Branch: perl
45249            ! ext/threads/threads.xs
45250 ____________________________________________________________________________
45251 [ 18161] By: rgs                                   on 2002/11/19  21:26:21
45252         Log: Subject: [PATCH Win32] Document wperl.exe
45253              From: "Brent Dax" <brentdax@cpan.org>
45254              Date: Fri, 15 Nov 2002 23:02:01 -0800
45255              Message-ID: <034e01c28d3e$0fed1680$6501a8c0@deepblue>
45256      Branch: perl
45257            ! README.win32
45258 ____________________________________________________________________________
45259 [ 18160] By: hv                                    on 2002/11/19  12:07:25
45260         Log: Subject: [PATCH] regen_headers outside Makefile (was Re: [PATCH] embed.pl doc)
45261              From: Nicholas Clark <nick@unfortu.net>
45262              Date: Tue, 29 Oct 2002 23:00:05 +0000
45263              Message-ID: <20021029230003.GF287@Bagpuss.unfortu.net>
45264      Branch: perl
45265            + regen.pl regen_headers.pl
45266            ! MANIFEST Makefile.SH autodoc.pl bytecode.pl embed.pl
45267            ! keywords.pl opcode.pl regcomp.pl
45268 ____________________________________________________________________________
45269 [ 18159] By: hv                                    on 2002/11/19  11:48:30
45270         Log: Subject: Re: [perl #18113] UNIVERSAL::AUTOLOAD doesn't work if the stash doesn't exist yet
45271              From: Gurusamy Sarathy <gsar@ActiveState.com>
45272              Date: Wed, 30 Oct 2002 20:58:15 -0800
45273              Message-Id: <200210310458.g9V4wFK00513@smtp3.ActiveState.com>
45274              Date: Wed, 30 Oct 2002 21:56:22 -0800
45275              Message-Id: <200210310556.g9V5uMK05748@smtp3.ActiveState.com>
45276              Date: Wed, 30 Oct 2002 22:55:30 -0800
45277              Message-Id: <200210310655.g9V6tUK10959@smtp3.ActiveState.com>
45278      Branch: perl
45279            ! gv.c pp_hot.c t/op/method.t
45280 ____________________________________________________________________________
45281 [ 18158] By: hv                                    on 2002/11/19  11:35:16
45282         Log: Remove duplicate my() declaration giving warnings from change #18105.
45283      Branch: perl
45284            ! lib/Class/Struct.t
45285 ____________________________________________________________________________
45286 [ 18154] By: rgs                                   on 2002/11/16  22:08:44
45287         Log: Correction to change #18152, by Dave Mitchell.
45288      Branch: perl
45289            ! pod/perlhack.pod
45290 ____________________________________________________________________________
45291 [ 18152] By: rgs                                   on 2002/11/16  21:23:15
45292         Log: Subject: Re: [PATCH] optional code for debugging leaking scalars
45293              From: Dave Mitchell <davem@fdgroup.com>
45294              Date: Sat, 16 Nov 2002 22:18:23 +0000
45295              Message-ID: <20021116221823.A23614@fdgroup.com>
45296              Documentation for change #18150.
45297      Branch: perl
45298            ! pod/perlhack.pod
45299 ____________________________________________________________________________
45300 [ 18151] By: rgs                                   on 2002/11/16  20:45:26
45301         Log: Document PRIVSHIFT.
45302              Subject: [PATCH] two small doc patches
45303              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
45304              Date: Thu, 14 Nov 2002 15:07:35 -0800
45305              Message-ID: <3yC19gzkguTO092yn@efn.org>
45306      Branch: perl
45307            ! sv.h
45308 ____________________________________________________________________________
45309 [ 18150] By: rgs                                   on 2002/11/16  20:25:57
45310         Log: Subject: [PATCH] optional code for debugging leaking scalars
45311              From: Dave Mitchell <davem@fdgroup.com>
45312              Date: Thu, 14 Nov 2002 23:03:00 +0000
45313              Message-ID: <20021114230300.B18614@fdgroup.com>
45314      Branch: perl
45315            ! perl.c sv.c
45316 ____________________________________________________________________________
45317 [ 18149] By: rgs                                   on 2002/11/16  20:10:50
45318         Log: New B::Lint option, bare-subs, that checks for implicitely
45319              quoted barewords that are also subroutines, from
45320              Ian Phillipps <ip@tarragon-et.co.uk>.
45321              Message-ID: <20021107122909.A11199@bob.tarragon-et.co.uk>
45322              With a few tweaks to the implementation and tests.
45323              (previous change was empty)
45324      Branch: perl
45325            ! ext/B/B/Lint.pm ext/B/t/lint.t
45326 ____________________________________________________________________________
45327 [ 18148] By: rgs                                   on 2002/11/16  20:05:34
45328         Log: New B::Lint option, bare-subs, that checks for implicitely
45329              quoted barewords that are also subroutines, from
45330              Ian Phillipps <ip@tarragon-et.co.uk>.
45331              Message-ID: <20021107122909.A11199@bob.tarragon-et.co.uk>
45332              With a few tweaks to the implementation and tests.
45333      Branch: perl
45334            ! ext/B/B/Lint.pm ext/B/t/lint.t
45335 ____________________________________________________________________________
45336 [ 18147] By: rgs                                   on 2002/11/16  19:52:54
45337         Log: Subject: [PATCH] Typo in perl58delta
45338              From: andreas.koenig@anima.de (Andreas J. Koenig)
45339              Date: Sat, 16 Nov 2002 16:29:14 +0100
45340              Message-ID: <m3u1ihjzxx.fsf@k242.linux.bogus>
45341      Branch: perl
45342            ! pod/perl58delta.pod
45343 ____________________________________________________________________________
45344 [ 18142] By: rgs                                   on 2002/11/12  22:09:39
45345         Log: Subject: [PATCH] Re: threads and Win2000 (Smoke 18064 FAIL(F) MSWin32 5.0 W2000Pro)
45346              From: Dave Mitchell <davem@fdgroup.com>
45347              Date: Thu, 7 Nov 2002 16:38:02 +0000
45348              Message-ID: <20021107163802.C25337@fdgroup.com>
45349      Branch: perl
45350            ! pad.h
45351 ____________________________________________________________________________
45352 [ 18141] By: merijn                                on 2002/11/12  16:15:30
45353         Log: repair 18139 (missing awk command)
45354      Branch: perl
45355            ! Configure
45356 ____________________________________________________________________________
45357 [ 18139] By: merijn                                on 2002/11/12  14:20:36
45358         Log: Date: Tue, 12 Nov 2002 16:49:22 +0200
45359              From: Jarkko Hietaniemi <jhi@iki.fi>
45360              Subject: [PATCH] Tru64 osvers
45361              Message-ID: <20021112144922.GI511825@lyta.hut.fi>
45362      Branch: perl
45363            ! Configure
45364 ____________________________________________________________________________
45365 [ 18137] By: rgs                                   on 2002/11/10  21:57:04
45366         Log: Subject: [PATCH] warning fix in SYNOPSIS example of Term::ReadLine pod
45367              From: Slaven Rezic <slaven.rezic@berlin.de>
45368              Date: Sat, 9 Nov 2002 22:31:31 +0100 (CET)
45369              Message-Id: <200211092131.gA9LVVAV007663@vran.herceg.de>
45370      Branch: perl
45371            ! lib/Term/ReadLine.pm
45372 ____________________________________________________________________________
45373 [ 18136] By: rgs                                   on 2002/11/10  21:38:44
45374         Log: Subject: t/run/runenv.t bug
45375              From: Salvador "Fandiño" <sfandino@yahoo.com>
45376              Date: Fri, 8 Nov 2002 08:07:13 -0800 (PST)
45377              Message-ID: <20021108160713.78109.qmail@web13409.mail.yahoo.com>
45378      Branch: perl
45379            ! t/run/runenv.t
45380 ____________________________________________________________________________
45381 [ 18135] By: rgs                                   on 2002/11/10  21:30:36
45382         Log: Subject: [PATCH] perlopentut and PerlIO documentation
45383              From: Slaven Rezic <slaven.rezic@berlin.de>
45384              Date: 08 Nov 2002 22:22:19 +0100
45385              Message-ID: <8765v7kb90.fsf@vran.herceg.de>
45386      Branch: perl
45387            ! lib/PerlIO.pm pod/perlopentut.pod
45388 ____________________________________________________________________________
45389 [ 18125] By: hv                                    on 2002/11/07  14:01:57
45390         Log: Subject: Re: The Inaba patch for tr/// vs. use encoding
45391              From: Dan Kogai <dankogai@dan.co.jp>
45392              Date: Fri, 25 Oct 2002 13:04:00 +0900
45393              Message-Id: <CAC896FE-E7CE-11D6-9228-0003939A104C@dan.co.jp>
45394      Branch: perl
45395            + t/uni/tr_7jis.t t/uni/tr_eucjp.t t/uni/tr_sjis.t
45396            + t/uni/tr_utf8.t
45397            ! MANIFEST
45398 ____________________________________________________________________________
45399 [ 18124] By: hv                                    on 2002/11/07  13:51:39
45400         Log: Subject: [PATCH] File::Temp documentation fix
45401              From: Slaven Rezic <slaven.rezic@berlin.de>
45402              Date: Thu, 24 Oct 2002 19:04:20 +0200 (CEST)
45403              Message-Id: <200210241704.g9OH4KlR030883@vran.herceg.de>
45404      Branch: perl
45405            ! lib/File/Temp.pm
45406 ____________________________________________________________________________
45407 [ 18123] By: hv                                    on 2002/11/07  13:46:59
45408         Log: Subject: PATCH x2p/find2perl.PL
45409              From: "Newton, Philip" <Philip.Newton@datenrevision.de>
45410              Date: Thu, 24 Oct 2002 10:05:19 +0200
45411              Message-ID: <C9A98F2128EDD411B0920008C7B337A13DCF41@hamsem01.de.gedas.vwg>
45412      Branch: perl
45413            ! x2p/find2perl.PL
45414 ____________________________________________________________________________
45415 [ 18122] By: hv                                    on 2002/11/07  13:40:25
45416         Log: Subject: [perl #18065] LFS related bug in perl-5.8.0 testsuite
45417              From: "david@dhaller.de (via RT)" <perlbug@perl.org>
45418              Date: 23 Oct 2002 18:42:51 -0000
45419              Message-Id: <rt-18065-40384.14.044473925414@bugs6.perl.org>
45420      Branch: perl
45421            ! ext/Fcntl/t/syslfs.t t/op/lfs.t
45422 ____________________________________________________________________________
45423 [ 18121] By: hv                                    on 2002/11/07  13:21:15
45424         Log: Subject: Re: [perl #18038] DESTROY change in 5.8.0?
45425              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
45426              Date: Sun, 03 Nov 2002 15:48:18 -0800
45427              Message-ID: <CXbx9gzkgS8W092yn@efn.org>
45428      Branch: perl
45429            ! sv.c t/op/tie.t
45430 ____________________________________________________________________________
45431 [ 18120] By: hv                                    on 2002/11/07  13:14:21
45432         Log: Subject: Re: Is this true that Perl 5.8 uses :crlf as default DISCIPLINE on so ckets?
45433              From: Gurusamy Sarathy <gsar@ActiveState.com>
45434              Date: Sat, 19 Oct 2002 12:11:43 -0700
45435              Message-Id: <200210191911.g9JJBhK02618@smtp3.ActiveState.com>
45436      Branch: perl
45437            ! doio.c ext/DB_File/t/db-recno.t perl.h pp_sys.c win32/win32.h
45438 ____________________________________________________________________________
45439 [ 18119] By: hv                                    on 2002/11/07  12:13:28
45440         Log: Subject: [perl #18154] Problem found in calculating offsets in regex
45441              From: Mark Pease (via RT) <perlbug@perl.org>
45442              Date: 29 Oct 2002 20:23:54 -0000
45443              Message-Id: <rt-18154-40762.0.46361502706489@bugs6.perl.org>
45444      Branch: perl
45445            ! regcomp.c
45446 ____________________________________________________________________________
45447 [ 18118] By: hv                                    on 2002/11/07  11:33:38
45448         Log: Subject: Re: [perl #17605] strange behaviour (difference between perl 5.6 and perl 5.8.0) in the regexp
45449              From: hv@crypt.org
45450              Date: Sun, 03 Nov 2002 16:41:24 +0000
45451              Message-Id: <200211031641.gA3GfOm08609@crypt.compulink.co.uk>
45452      Branch: perl
45453            ! ext/B/B/Concise.pm op.c pp_hot.c t/op/closure.t
45454            ! t/op/sub_lval.t
45455 ____________________________________________________________________________
45456 [ 18117] By: rgs                                   on 2002/11/06  22:15:36
45457         Log: "make distclean" should remove the generated file lib/Config.pod.
45458      Branch: perl
45459            ! Makefile.SH
45460 ____________________________________________________________________________
45461 [ 18116] By: rgs                                   on 2002/11/06  22:11:06
45462         Log: The new test introduced in #18114 failed with threads
45463      Branch: perl
45464            ! ext/B/t/concise.t
45465 ____________________________________________________________________________
45466 [ 18115] By: rgs                                   on 2002/11/06  20:43:14
45467         Log: Subject: Re: [perl #18048] read \*FH, ... returns undef but doesn' t set $! if \*FH not open
45468              From: Slaven Rezic <slaven.rezic@berlin.de>
45469              Date: 24 Oct 2002 00:44:35 +0200
45470              Message-ID: <87vg3sixm4.fsf@vran.herceg.de>
45471      Branch: perl
45472            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c t/io/binmode.t
45473            ! t/io/print.t t/io/read.t t/lib/warnings/pp_sys
45474 ____________________________________________________________________________
45475 [ 18114] By: rgs                                   on 2002/11/06  20:08:53
45476         Log: Subject: Re: [PATCH] [perl #18175] B::Concise,-exec doesn't handle // operator well
45477              From: Stephen McCamant <smcc@mit.edu>
45478              Date: Thu, 31 Oct 2002 01:35:29 -0500
45479              Message-ID: <15808.53041.181907.308803@syllepsis.MIT.EDU>
45480
45481              plus a test case in ext/B/t/concise.t
45482              plus a (less intrusive, but less future-proof) fix for a
45483              similar problem in B::walkoptree_exec().
45484      Branch: perl
45485            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/t/concise.t
45486 ____________________________________________________________________________
45487 [ 18113] By: rgs                                   on 2002/11/05  20:11:55
45488         Log: make regen_headers.
45489              Backport change #18078 to warnings.pl.
45490      Branch: perl
45491            ! global.sym perlapi.c perlapi.h proto.h warnings.pl
45492 ____________________________________________________________________________
45493 [ 18109] By: ams                                   on 2002/11/05  13:03:34
45494         Log: Subject: Re: [perl #18107] lc(), uc() and ucfirst() broken inside utf8 regex
45495              From: hv@crypt.org
45496              Date: Tue, 05 Nov 2002 13:30:00 +0000
45497              Message-Id: <200211051330.gA5DU0p00718@crypt.compulink.co.uk>
45498
45499              This is half of the fix for #18107. The swash_init() problems
45500              described in <20021105143646.M18101@lustre.dyn.wiw.org> remain,
45501              but can now be seen only with UTF-8 test cases.
45502      Branch: perl
45503            ! pp.c
45504 ____________________________________________________________________________
45505 [ 18108] By: merijn                                on 2002/11/05  07:52:08
45506         Log: Put back the DO NOT EDIT headers in proto.h and global.sym
45507
45508              Subject: Re: [perl #18066] Bug in -I when path has double colons?
45509              From: Slaven Rezic <slaven.rezic@berlin.de>
45510              Date: 03 Nov 2002 10:25:10 +0100
45511              Message-ID: <87adkrngy1.fsf@vran.herceg.de>
45512      Branch: perl
45513            ! embed.pl
45514 ____________________________________________________________________________
45515 [ 18107] By: ams                                   on 2002/11/05  03:43:46
45516         Log: 1. Update pp_ucfirst to enter the UTF-8 branch only if the first
45517              character is UTF-8. (Copied from pp_lcfirst.)
45518              2. sv_dump() should display FLAGS=...,UTF8 for both POK and pPOK.
45519      Branch: perl
45520            ! dump.c pp.c
45521 ____________________________________________________________________________
45522 [ 18106] By: hv                                    on 2002/11/05  01:43:27
45523         Log: new test based on:
45524              Subject: [TEST] for [PATCH] bug in utf8.c(?)
45525              From: Marty Pauley <marty+p5p@kasei.com>
45526              Date: Fri, 18 Oct 2002 21:02:38 +0100
45527              Message-ID: <20021018200238.GY3764@soto.kasei.com>
45528      Branch: perl
45529            ! lib/utf8.t
45530 ____________________________________________________________________________
45531 [ 18105] By: hv                                    on 2002/11/05  00:59:30
45532         Log: Subject: Re: Class::Struct, simple patch, tests
45533              From: Marty Pauley <marty+p5p@kasei.com>
45534              Date: Fri, 18 Oct 2002 22:26:38 +0100
45535              Message-ID: <20021018212638.GB3764@soto.kasei.com>
45536      Branch: perl
45537            ! lib/Class/Struct.pm lib/Class/Struct.t
45538 ____________________________________________________________________________
45539 [ 18102] By: rgs                                   on 2002/11/04  21:43:53
45540         Log: Subject: Re: [perl #18066] Bug in -I when path has double colons?
45541              From: Slaven Rezic <slaven.rezic@berlin.de>
45542              Date: 30 Oct 2002 11:18:47 +0100
45543              Message-ID: <87of9c2prs.fsf@vran.herceg.de>
45544
45545              With the corresponding change to embed.fnc
45546      Branch: perl
45547            + t/run/switchI.t
45548            ! MANIFEST embed.fnc embed.h embedvar.h global.sym perl.c
45549            ! proto.h t/run/runenv.t
45550 ____________________________________________________________________________
45551 [ 18094] By: merijn                                on 2002/11/04  16:08:22
45552         Log: Changed the warning detection pattern because of:
45553
45554              Subject: ccache gcc3.2 doesn't work
45555              From: Nicholas Clark <nick@ccl4.org>
45556              Date: Tue, 29 Oct 2002 15:01:39
45557              Message-ID: <20021029150139.J82080@plum.flirble.org>
45558      Branch: perl
45559            ! Configure
45560 ____________________________________________________________________________
45561 [ 18093] By: jhi                                   on 2002/11/04  16:06:39
45562         Log: s/Perlf/Perl/ (thanks rgs)
45563      Branch: perl
45564            ! pod/perldiag.pod
45565 ____________________________________________________________________________
45566 [ 18091] By: jhi                                   on 2002/11/04  15:50:07
45567         Log: How pre-5.9.0 Perl can be fooled by a defined-or.
45568      Branch: perl
45569            ! pod/perldiag.pod
45570 ____________________________________________________________________________
45571 [ 18090] By: hv                                    on 2002/11/04  15:49:29
45572         Log: extend #13786 to cover the other four identical chunks of code
45573              to avoid looping under overload.
45574      Branch: perl
45575            ! sv.c
45576 ____________________________________________________________________________
45577 [ 18088] By: merijn                                on 2002/11/04  15:37:06
45578         Log: Charnames take 4
45579              Mon, 04 Nov 2002; H.Merijn Brand <h.m.brand@hccnet.nl>
45580      Branch: perl
45581            ! lib/charnames.pm lib/charnames.t
45582 ____________________________________________________________________________
45583 [ 18086] By: hv                                    on 2002/11/04  15:16:34
45584         Log: integrate from perlio: changes #17709, #17795, #17796, #18032
45585      Branch: perl
45586           !> Porting/apply ext/PerlIO/t/encoding.t ext/PerlIO/t/via.t
45587           !> ext/PerlIO/via/via.xs perlio.c t/io/crlf.t
45588 ____________________________________________________________________________
45589 [ 18085] By: hv                                    on 2002/11/04  12:17:12
45590         Log: Subject: Re: [perl #17064] illegal legal unicode character
45591              From: hv@crypt.org
45592              Date: Mon, 04 Nov 2002 13:23:49 +0000
45593              Message-Id: <200211041323.gA4DNn313132@crypt.compulink.co.uk>
45594      Branch: perl
45595            ! regexec.c t/op/split.t
45596 ____________________________________________________________________________
45597 [ 18084] By: merijn                                on 2002/11/04  11:04:45
45598         Log: Tru64, gcc -O3, datasize
45599              Sun, 3 Nov 2002; Jarkko Hietaniemi <jhi@iki.fi>
45600      Branch: perl
45601            ! README.tru64 hints/dec_osf.sh
45602 ____________________________________________________________________________
45603 [ 18083] By: merijn                                on 2002/11/04  10:58:52
45604         Log: Typo configpm
45605              Mon, 4 Nov 2002; Rafael Garcia-Suarez <rgarciasuarez@free.fr>
45606      Branch: perl
45607            ! configpm
45608 ____________________________________________________________________________
45609 [ 18078] By: hv                                    on 2002/11/03  13:20:50
45610         Log: avoid reliance on croak() prototype
45611      Branch: perl
45612            ! lib/warnings.pm
45613 ____________________________________________________________________________
45614 [ 18077] By: hv                                    on 2002/11/03  13:18:17
45615         Log: Subject: [PATCH lib/Config.*] Document and test Config::config_re().
45616              (with tweaks)
45617              From: Michael G Schwern <schwern@pobox.com>
45618              Date: Wed, 4 Sep 2002 12:06:08 -0700
45619              Message-ID: <20020904190607.GG8367@ool-18b93024.dyn.optonline.net>
45620      Branch: perl
45621            ! configpm lib/Config.t
45622 ____________________________________________________________________________
45623 [ 18076] By: gbarr                                 on 2002/11/03  10:11:18
45624         Log: Update to Scalar-List-Utils 1.08
45625      Branch: perl
45626            + ext/List/Util/t/isvstring.t ext/List/Util/t/refaddr.t
45627            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/README
45628            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
45629            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/first.t
45630            ! ext/List/Util/t/reduce.t
45631 ____________________________________________________________________________
45632 [ 18075] By: rgs                                   on 2002/10/31  20:58:12
45633         Log: Adjust the number of tests in t/op/range.t
45634      Branch: perl
45635            ! t/op/range.t
45636 ____________________________________________________________________________
45637 [ 18074] By: ams                                   on 2002/10/30  22:30:32
45638         Log: Subject: Re: [perl #18114] [no subject] BUG: "-4\n".."0\n" is not DWIM
45639              but "-4\n".."-0\n" is!
45640              From: Slaven Rezic <slaven.rezic@berlin.de>
45641              Date: 30 Oct 2002 16:22:36 +0100
45642              Message-Id: <87n0ow0x4z.fsf@vran.herceg.de>
45643
45644              Subject: RE: [perl #18114] [no subject] [TEST PATCH]BUG: "-4\n".."0\n"
45645              is not DWIM but "-4\n".."-0\n" is!
45646              From: "Orton, Yves" <yves.orton@mciworldcom.de>
45647              Date: Wed, 30 Oct 2002 11:59:31 -0000
45648              Message-Id: <71B318898201D311845C0008C75DAD1C07B78BF7@defra1ex2>
45649
45650              (Applied over previous fix.)
45651      Branch: perl
45652            ! pp_ctl.c t/op/range.t
45653 ____________________________________________________________________________
45654 [ 18073] By: ams                                   on 2002/10/30  19:47:12
45655         Log: Subject: [perl #18165] "0" fails as right-hand argument to ..
45656              From: Mark-Jason Dominus (via RT) <perlbug@perl.org>
45657              Date: 30 Oct 2002 17:27:53 -0000
45658              Message-Id: <rt-18165-40816.6.86096008382222@bugs6.perl.org>
45659
45660              (Fixed by making an exception for .."0" in pp_flop.)
45661      Branch: perl
45662            ! pp_ctl.c t/op/range.t
45663 ____________________________________________________________________________
45664 [ 18072] By: rgs                                   on 2002/10/29  20:37:31
45665         Log: Partial fix of bug [perl #17589] : prevent the parser to
45666              segfault when encountering the erroneous construct "sub;".
45667      Branch: perl
45668            ! pod/perldiag.pod t/op/anonsub.t toke.c
45669 ____________________________________________________________________________
45670 [ 18071] By: rgs                                   on 2002/10/28  21:57:25
45671         Log: Subject: RE: [PATCH] Warning on pararameterless 'use IO' and doc update
45672              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
45673              Date: Mon, 28 Oct 2002 12:53:52 -0000
45674              Message-ID: <AIEAJICLCBDNAAOLLOKLAEOEFLAA.Paul.Marquess@btinternet.com>
45675      Branch: perl
45676            ! ext/IO/IO.pm ext/IO/lib/IO/t/IO.t
45677 ____________________________________________________________________________
45678 [ 18070] By: rgs                                   on 2002/10/28  20:46:33
45679         Log: Subject: [PATCH] Re: Not OK: perl v5.9.0 +DEVEL17881 on i386-freebsd 4.6-release (UNINSTALLED)
45680              From: Nicholas Clark <nick@unfortu.net>
45681              Date: Sun, 27 Oct 2002 18:39:03 +0000
45682              Message-ID: <20021027183902.GJ292@Bagpuss.unfortu.net>
45683      Branch: perl
45684            ! util.c
45685 ____________________________________________________________________________
45686 [ 18069] By: rgs                                   on 2002/10/28  20:44:12
45687         Log: Subject: [PATCH] Re: [PATCH] Re: [perl #17772] pack "w" /* this cannot happen ;-) */ is fallacious
45688              From: Nicholas Clark <nick@unfortu.net>
45689              Date: Sun, 27 Oct 2002 22:31:08 +0000
45690              Message-ID: <20021027223108.GK292@Bagpuss.unfortu.net>
45691      Branch: perl
45692            ! t/op/pack.t
45693 ____________________________________________________________________________
45694 [ 18068] By: merijn                                on 2002/10/27  17:57:15
45695         Log: Repair broken previous patch. I don't like it, but not repairing it
45696              breaks each and every build. Will teach me to test on the same
45697              machine where I patched it. Sorry.
45698      Branch: perl
45699            ! embed.pl
45700 ____________________________________________________________________________
45701 [ 18067] By: merijn                                on 2002/10/27  06:02:21
45702         Log: embed.pl doc. (embed.pl reorganization for doc headers)
45703              Wed, 23 Oct 2002; Jarkko Hietaniemi <jhi@iki.fi>
45704              With some additional modifications
45705      Branch: perl
45706            ! embed.pl
45707 ____________________________________________________________________________
45708 [ 18064] By: merijn                                on 2002/10/25  11:47:07
45709         Log: The 5005thread todo list; 2 down 25 to go
45710      Branch: perl
45711            ! README.irix README.tru64
45712 ____________________________________________________________________________
45713 [ 18063] By: hv                                    on 2002/10/25  00:28:48
45714         Log: change #18038 gives too many problems on t/450_service.t; disable
45715              it for now
45716      Branch: perl
45717            ! lib/Net/Ping/t/450_service.t
45718 ____________________________________________________________________________
45719 [ 18062] By: hv                                    on 2002/10/25  00:21:17
45720         Log: Subject: [PATCH] DB_File 1.806
45721              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
45722              Date: Tue, 22 Oct 2002 11:16:21 +0100
45723              Message-ID: <AIEAJICLCBDNAAOLLOKLCEDMFLAA.Paul.Marquess@btinternet.com>
45724      Branch: perl
45725            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
45726            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
45727            ! ext/DB_File/t/db-hash.t ext/DB_File/t/db-recno.t
45728 ____________________________________________________________________________
45729 [ 18061] By: hv                                    on 2002/10/25  00:13:07
45730         Log: Subject: [PATCH lib/IO.t] Add tests for IO.pm
45731              From: chromatic <chromatic@wgz.org>
45732              Date: Mon, 21 Oct 2002 20:27:43 -0700
45733              Message-ID: <20021022033253.57952.qmail@onion.perl.org>
45734      Branch: perl
45735            + ext/IO/lib/IO/t/IO.t
45736            ! MANIFEST lib/Net/Ping/t/450_service.t
45737 ____________________________________________________________________________
45738 [ 18060] By: hv                                    on 2002/10/24  23:54:50
45739         Log: 2 lines of change #18039 had several problems
45740      Branch: perl
45741            ! ext/IO/IO.pm
45742 ____________________________________________________________________________
45743 [ 18059] By: hv                                    on 2002/10/24  23:46:29
45744         Log: Subject: [perl #18036] perldoc refuses to run on BeOS
45745              From: "mauzo@csv.warwick.ac.uk (via RT)" <perlbug@perl.org>
45746              Date: 21 Oct 2002 10:18:50 -0000
45747              Message-Id: <rt-18036-40246.15.4017814246886@bugs6.perl.org>
45748      Branch: perl
45749            ! utils/perldoc.PL
45750 ____________________________________________________________________________
45751 [ 18058] By: hv                                    on 2002/10/24  23:36:48
45752         Log: Subject: The Inaba patch for tr/// vs. use encoding
45753              From: Dan Kogai <dankogai@dan.co.jp>
45754              Date: Mon, 21 Oct 2002 17:36:02 +0900
45755              Message-Id: <218B4434-E4D0-11D6-A668-0003939A104C@dan.co.jp>
45756      Branch: perl
45757            ! mg.c regcomp.c sv.c toke.c
45758 ____________________________________________________________________________
45759 [ 18057] By: hv                                    on 2002/10/24  23:16:15
45760         Log: Subject: [Encode] 1.80 released
45761              From: Dan Kogai <dankogai@dan.co.jp>
45762              Date: Tue, 22 Oct 2002 05:47:16 +0900
45763              Message-Id: <48F1B85D-E536-11D6-A87D-0003939A104C@dan.co.jp>
45764      Branch: perl
45765            + ext/Encode/bin/ucmsort ext/Encode/t/rt.pl
45766            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Changes
45767            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
45768            ! ext/Encode/lib/Encode/MIME/Header.pm
45769            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/CJKT.t
45770            ! ext/Encode/t/jperl.t ext/Encode/t/mime-header.t
45771            ! ext/Encode/ucm/cp932.ucm ext/Encode/ucm/cp936.ucm
45772            ! ext/Encode/ucm/cp949.ucm ext/Encode/ucm/cp950.ucm
45773 ____________________________________________________________________________
45774 [ 18056] By: hv                                    on 2002/10/24  22:48:06
45775         Log: Subject: [PATCH] B/C.pm: make $0 to argv[0] again
45776              From: Autrijus Tang <autrijus@autrijus.org>
45777              Date: Sat, 19 Oct 2002 17:51:57 +0800
45778              Message-ID: <20021019095157.GA430@not.autrijus.org>
45779      Branch: perl
45780            ! ext/B/B/C.pm
45781 ____________________________________________________________________________
45782 [ 18055] By: hv                                    on 2002/10/24  22:34:10
45783         Log: Reverse change #8066 and sense of test, to satisfy [perl #17763]
45784      Branch: perl
45785            ! pp_sys.c t/run/fresh_perl.t
45786 ____________________________________________________________________________
45787 [ 18054] By: hv                                    on 2002/10/24  22:17:40
45788         Log: change #18030 needs the removal of ext/Thread/thr5005.t
45789      Branch: perl
45790            - ext/Thread/thr5005.t
45791 ____________________________________________________________________________
45792 [ 18053] By: merijn                                on 2002/10/24  08:20:09
45793         Log: charnames pragma extended with :alias for customized
45794              unicode naming aliases
45795              Mon, 21 Oct 2002; "H.Merijn Brand" <h.m.brand@hccnet.nl>
45796      Branch: perl
45797            ! lib/charnames.pm lib/charnames.t
45798 ____________________________________________________________________________
45799 [ 18052] By: rgs                                   on 2002/10/23  19:16:50
45800         Log: Further tweaks to perlmodlib.pod.
45801              Add a note about perllocal.pod, which wasn't documented.
45802      Branch: perl
45803            ! pod/perlmodlib.PL pod/perlmodlib.pod
45804 ____________________________________________________________________________
45805 [ 18051] By: rgs                                   on 2002/10/23  18:56:08
45806         Log: Further tweaks to perluniintro.pod
45807      Branch: perl
45808            ! pod/perluniintro.pod
45809 ____________________________________________________________________________
45810 [ 18050] By: rgs                                   on 2002/10/22  19:11:12
45811         Log: perlmodlib.pod nit suggested by David Dyck (bug #18055)
45812              Regenerate perlmodlib.pod
45813      Branch: perl
45814            ! pod/perlmodlib.PL pod/perlmodlib.pod
45815 ____________________________________________________________________________
45816 [ 18049] By: rgs                                   on 2002/10/22  18:48:00
45817         Log: Subject: [PATCH] perluniintro
45818              From: Jarkko Hietaniemi <jhi@iki.fi>
45819              Date: Sun, 20 Oct 2002 15:48:09 +0300
45820              Message-ID: <20021020124809.GE444369@lyta.hut.fi>
45821      Branch: perl
45822            ! pod/perluniintro.pod
45823 ____________________________________________________________________________
45824 [ 18048] By: hv                                    on 2002/10/22  17:04:26
45825         Log: Subject: [PATCH] PL_curpad == AvARRAY(PL_comppad) always
45826              From: Dave Mitchell <davem@fdgroup.com>
45827              Date: Fri, 18 Oct 2002 13:36:40 +0100
45828              Message-ID: <20021018133640.A19172@fdgroup.com>
45829      Branch: perl
45830            ! cop.h embed.fnc ext/List/Util/Util.xs global.sym op.c pad.c
45831            ! pad.h perl.c perlapi.h pod/perlintern.pod pp_ctl.c proto.h
45832            ! regcomp.c regexec.c scope.c scope.h sv.c t/op/closure.t
45833 ____________________________________________________________________________
45834 [ 18047] By: hv                                    on 2002/10/22  16:20:18
45835         Log: Subject: [PATCH] AutoLoader gives wrong message
45836              From: Peter Scott <peter@psdt.com>
45837              Date: Thu, 17 Oct 2002 19:54:56 -0700
45838              Message-id: <4.3.2.7.2.20021017192450.00b3dce0@shell2.webquarry.com>
45839      Branch: perl
45840            ! lib/AutoLoader.pm
45841 ____________________________________________________________________________
45842 [ 18046] By: hv                                    on 2002/10/22  15:52:40
45843         Log: Subject: Re: Smoke 18027 FAIL(F) MSWin32 5.0 Win2000Pro (MSWin32-x86)
45844              From: Alain Barbet <alian@alianwebserver.com>
45845              Date: Fri, 18 Oct 2002 15:29:29 +0200
45846              Message-ID: <3DB00CB9.70708@alianwebserver.com>
45847      Branch: perl
45848            ! README.win32 win32/makefile.mk win32/win32.c
45849 ____________________________________________________________________________
45850 [ 18045] By: hv                                    on 2002/10/22  15:47:21
45851         Log: improve 'atomicity' wording
45852      Branch: perl
45853            ! lib/filetest.pm
45854 ____________________________________________________________________________
45855 [ 18044] By: hv                                    on 2002/10/22  15:43:55
45856         Log: Subject: [PATCH] Shell.pm object methods broken
45857              From: Dan Brook <dbrook@easyspace.com>
45858              Date: Thu, 17 Oct 2002 16:05:04 +0100
45859              Message-Id: <20021017160504.63926a1b.dbrook@easyspace.com>
45860      Branch: perl
45861            ! lib/Shell.pm lib/Shell.t
45862 ____________________________________________________________________________
45863 [ 18042] By: hv                                    on 2002/10/21  09:20:54
45864         Log: Subject: Re: [perl #16184] Unexpected warning when using C<< open FH => >>
45865              From: hv@crypt.org
45866              Date: Mon, 21 Oct 2002 11:27:40 +0100
45867              Message-Id: <200210211027.g9LARef05722@crypt.compulink.co.uk>
45868      Branch: perl
45869            ! t/lib/warnings/toke toke.c
45870 ____________________________________________________________________________
45871 [ 18041] By: hv                                    on 2002/10/21  01:14:48
45872         Log: Subject: Re: [perl #18019] regex overoptimization
45873              From: hv@crypt.org
45874              Date: Mon, 21 Oct 2002 03:21:54 +0100
45875              Message-Id: <200210210221.g9L2LsU32598@crypt.compulink.co.uk>
45876      Branch: perl
45877            ! regcomp.c t/op/re_tests
45878 ____________________________________________________________________________
45879 [ 18039] By: hv                                    on 2002/10/20  14:33:16
45880         Log: Subject: Re: [PATCH] Warning on pararameterless 'use IO' and doc update
45881              From: =?iso-8859-1?Q?St=E9phane?= Payrard <s.payrard@wanadoo.fr>
45882              Date: Tue, 15 Oct 2002 02:17:03 +0200
45883              Message-ID: <20021015001703.GG7914@stefp.dyndns.org>
45884      Branch: perl
45885            ! ext/IO/IO.pm
45886 ____________________________________________________________________________
45887 [ 18038] By: hv                                    on 2002/10/20  14:23:06
45888         Log: Update to Net::Ping v2.23
45889      Branch: perl
45890            + lib/Net/Ping/t/150_syn_inst.t lib/Net/Ping/t/400_ping_syn.t
45891            + lib/Net/Ping/t/450_service.t
45892            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/t/110_icmp_inst.t
45893            ! lib/Net/Ping/t/200_ping_tcp.t
45894 ____________________________________________________________________________
45895 [ 18037] By: hv                                    on 2002/10/20  13:57:06
45896         Log: Subject: [PATCH] t/op/pack.t: Tru64 5.1A gcc 3.2.1 no inf
45897              From: Jarkko Hietaniemi <jhi@iki.fi>
45898              Date: Mon, 14 Oct 2002 14:49:54 +0300
45899              Message-ID: <20021014114954.GB80937@lyta.hut.fi>
45900      Branch: perl
45901            ! t/op/pack.t
45902 ____________________________________________________________________________
45903 [ 18036] By: hv                                    on 2002/10/20  13:43:56
45904         Log: Subject: Re: [perl #17892] Perl's mkdir() doesn't remove trailing slashes
45905              From: Slaven Rezic <slaven.rezic@berlin.de>
45906              Date: 14 Oct 2002 09:37:18 +0200
45907              Message-ID: <8765w5wjwx.fsf@vran.herceg.de>
45908      Branch: perl
45909            ! pp_sys.c t/op/mkdir.t
45910 ____________________________________________________________________________
45911 [ 18035] By: hv                                    on 2002/10/20  13:39:09
45912         Log: Subject: Re: [perl #17951] Strange UTF error
45913              From: Jarkko Hietaniemi <jhi@iki.fi>
45914              Date: Wed, 16 Oct 2002 18:50:51 +0300
45915              Message-ID: <20021016155051.GB268437@lyta.hut.fi>
45916      Branch: perl
45917            ! lib/utf8_heavy.pl t/run/fresh_perl.t
45918 ____________________________________________________________________________
45919 [ 18034] By: hv                                    on 2002/10/20  13:23:16
45920         Log: Update to Time::HiRes v1.38
45921      Branch: perl
45922            + ext/Time/HiRes/typemap
45923            ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
45924            ! ext/Time/HiRes/HiRes.t ext/Time/HiRes/HiRes.xs
45925            ! ext/Time/HiRes/Makefile.PL
45926 ____________________________________________________________________________
45927 [ 18033] By: hv                                    on 2002/10/20  13:12:25
45928         Log: Upgrade to Test.pm v1.23
45929      Branch: perl
45930            ! lib/Test.pm
45931 ____________________________________________________________________________
45932 [ 18030] By: merijn                                on 2002/10/19  14:10:21
45933         Log: Happy chainsaw stories; The removal of the 5005 threads
45934              Still imcomplete. Configure will follow
45935      Branch: perl
45936            ! MANIFEST NetWare/Makefile NetWare/config.wc
45937            ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
45938            ! Porting/Glossary Porting/config.sh Porting/config_H
45939            ! config_h.SH cop.h cv.h deb.c dosish.h dump.c embed.fnc embed.h
45940            ! embed.pl embedvar.h epoc/config.sh ext/B/B.xs ext/B/B/C.pm
45941            ! ext/B/ramblings/runtime.porting ext/B/t/lint.t
45942            ! ext/DynaLoader/dl_aix.xs ext/Thread/README.threads
45943            ! ext/Thread/Thread.xs ext/Thread/thr5005.t gv.c hints/darwin.sh
45944            ! installperl intrpvar.h makedef.pl mg.c miniperlmain.c
45945            ! myconfig.SH op.c os2/os2.c os2/os2ish.h pad.c perl.c perl.h
45946            ! perlvars.h pod/perltoc.pod pp.c pp.h pp_ctl.c pp_hot.c
45947            ! pp_sort.c proto.h scope.c sv.c sv.h thrdvar.h thread.h toke.c
45948            ! uconfig.h uconfig.sh util.c vms/vms.c win32/Makefile
45949            ! win32/config.bc win32/config.gc win32/config.vc
45950            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
45951            ! win32/config_H.vc win32/config_H.vc64 win32/config_sh.PL
45952            ! win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h
45953            ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
45954            ! wince/Makefile.ce wince/config.ce wince/config_H.ce
45955            ! wince/config_sh.PL wince/win32.h wince/win32thread.c
45956            ! wince/win32thread.h wince/wincesck.c
45957 ____________________________________________________________________________
45958 [ 18029] By: merijn                                on 2002/10/18  07:28:21
45959         Log: minor tweaks in Porting/pumpkin.pod
45960              Fri, 18 Oct 2002; Philip Newton <Philip.Newton@gmx.net>
45961      Branch: perl
45962            ! Porting/pumpkin.pod
45963 ____________________________________________________________________________
45964 [ 18028] By: rgs                                   on 2002/10/17  20:33:32
45965         Log: Subject: [PATCH t/run/switches.t] Re: Smoke 18027 FAIL(F) MSWin32 5.0 Win2000Pro (MSWin32-x86)
45966              From: Abe Timmerman <abe@ztreet.demon.nl>
45967              Date: Thu, 17 Oct 2002 23:38:34 +0200
45968              Message-Id: <200210172338.34728.abe@ztreet.demon.nl>
45969      Branch: perl
45970            ! t/run/switches.t
45971 ____________________________________________________________________________
45972 [ 18027] By: hv                                    on 2002/10/17  14:39:27
45973         Log: Subject: Re: versions too accurate
45974              From: John Peacock <jpeacock@rowman.com>
45975              Date: Mon, 14 Oct 2002 22:36:48 -0400
45976              Message-ID: <3DAB7F40.1050200@rowman.com>
45977      Branch: perl
45978            ! lib/version.pm util.c
45979 ____________________________________________________________________________
45980 [ 18026] By: hv                                    on 2002/10/17  14:29:41
45981         Log: Subject: Re: [PATCH] Version object combined patch
45982              From: John Peacock <jpeacock@rowman.com>
45983              Date: Thu, 10 Oct 2002 21:23:01 -0400
45984              Message-ID: <3DA627F5.5050907@rowman.com>
45985      Branch: perl
45986            ! lib/version.pm lib/version.t pod/perldiag.pod util.c
45987 ____________________________________________________________________________
45988 [ 18025] By: hv                                    on 2002/10/17  13:37:04
45989         Log: definition of MAXPATHLEN
45990              Subject: [PATCH] standard lawyerism
45991              From: Jarkko Hietaniemi <jhi@iki.fi>
45992              Date: Fri, 11 Oct 2002 02:48:26 +0300
45993              Message-ID: <20021010234825.GM292305@lyta.hut.fi>
45994      Branch: perl
45995            ! perl.h
45996 ____________________________________________________________________________
45997 [ 18024] By: hv                                    on 2002/10/17  13:34:01
45998         Log: Subject: Re: [perl #17061] no strict 'garbage'
45999              From: Slaven Rezic <slaven.rezic@berlin.de>
46000              Date: 10 Oct 2002 16:23:22 +0200
46001              Message-ID: <87ptui5q5h.fsf@vran.herceg.de>
46002      Branch: perl
46003            ! ext/Storable/Storable.pm
46004 ____________________________________________________________________________
46005 [ 18023] By: hv                                    on 2002/10/17  12:56:28
46006         Log: Subject: Re: [perl #17830] open FH, "<&", $fd
46007              From: Steve Grazzini <grazz@nyc.rr.com>
46008              Date: 11 Oct 2002 22:28:58 -0000
46009              Message-ID: <20021011222858.452.qmail@onion.perl.org>
46010      Branch: perl
46011            ! doio.c t/io/open.t
46012 ____________________________________________________________________________
46013 [ 18022] By: hv                                    on 2002/10/17  12:24:42
46014         Log: Subject: Re: [perl #17809] Different warning behaviour between normal and tied hashes
46015              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
46016              Date: Tue, 15 Oct 2002 17:01:43 -0700
46017              Message-ID: <nxKr9gzkgmBO092yn@efn.org>
46018      Branch: perl
46019            ! t/op/assignwarn.t
46020 ____________________________________________________________________________
46021 [ 18021] By: hv                                    on 2002/10/17  11:28:38
46022         Log: Subject: [PATCH] minor tweaks in Porting/pumpkin.pod
46023              From: Slaven Rezic <slaven.rezic@berlin.de>
46024              Date: Thu, 3 Oct 2002 21:54:22 +0200 (CEST)
46025              Message-Id: <200210031954.g93JsMiZ034457@vran.herceg.de>
46026      Branch: perl
46027            ! Porting/pumpkin.pod
46028 ____________________________________________________________________________
46029 [ 18020] By: rgs                                   on 2002/10/16  18:43:21
46030         Log: prototype() didn't warn when used in void context.
46031      Branch: perl
46032            ! op.c t/lib/warnings/op
46033 ____________________________________________________________________________
46034 [ 18019] By: ams                                   on 2002/10/15  20:54:53
46035         Log: Subject: Japanese translation of Storable
46036              From: "KAWAI,Takanori" <GCD00051@nifty.ne.jp>
46037              Date: Tue, 15 Oct 2002 06:31:01 +0900
46038              Message-Id: <003801c273c9$05888910$1401a8c0@hipposam>
46039      Branch: perl
46040            ! ext/Storable/README
46041 ____________________________________________________________________________
46042 [ 18018] By: rgs                                   on 2002/10/15  19:08:20
46043         Log: Subject: Re: [PATCH] cv.h: Comment update
46044              From: Paul Johnson <paul@pjcj.net>
46045              Date: Mon, 14 Oct 2002 20:00:50 +0200
46046              Message-ID: <20021014180050.GC7333@pjcj.net>
46047      Branch: perl
46048            ! cv.h
46049 ____________________________________________________________________________
46050 [ 18017] By: rgs                                   on 2002/10/14  20:37:06
46051         Log: Subject: [PATCH] perlipc.pod
46052              From: Slaven Rezic <slaven.rezic@berlin.de>
46053              Date: Sun, 13 Oct 2002 14:26:26 +0200 (CEST)
46054              Message-Id: <200210131226.g9DCQQLN014591@vran.herceg.de>
46055      Branch: perl
46056            ! pod/perlipc.pod
46057 ____________________________________________________________________________
46058 [ 18016] By: rgs                                   on 2002/10/14  20:30:03
46059         Log: Subject: [PATCH] minor typos in perlhist.pod and perlunicode.pod
46060              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
46061              Date: Sun, 13 Oct 2002 09:02:36 +0900
46062              Message-Id: <20021013090227.FFCD.BQW10602@nifty.com>
46063      Branch: perl
46064            ! pod/perlunicode.pod
46065 ____________________________________________________________________________
46066 [ 18015] By: rgs                                   on 2002/10/12  20:22:37
46067         Log: The -0 command-line switch wasn't setting $/ at compile-time.
46068              Move the initialization of $/ just after switch parsing
46069              (it was done after yyparse().)
46070      Branch: perl
46071            ! perl.c t/run/switches.t
46072 ____________________________________________________________________________
46073 [ 18014] By: rgs                                   on 2002/10/12  20:18:55
46074         Log: Subject: Re: [PATCH] perl573delta delinting
46075              From: Philip Newton <Philip.Newton@gmx.net>
46076              Date: Sat, 12 Oct 2002 21:25:49 +0200
46077              Message-ID: <iotgqucnbttvvc43o0j7kv55p5dstui4oc@4ax.com>
46078      Branch: perl
46079            ! pod/perl573delta.pod
46080 ____________________________________________________________________________
46081 [ 18013] By: hv                                    on 2002/10/12  15:41:50
46082         Log: Subject: [PATCH] for -Dm
46083              From: Slaven Rezic <slaven.rezic@berlin.de>
46084              Date: Wed, 9 Oct 2002 00:49:33 +0200 (CEST)
46085              Message-Id: <200210082249.g98MnXqM076566@vran.herceg.de>
46086      Branch: perl
46087            ! malloc.c
46088 ____________________________________________________________________________
46089 [ 18012] By: hv                                    on 2002/10/12  15:39:49
46090         Log: #18005 was not enough
46091              Subject: [PATCH win32/makefile.mk] (Was Re: Building bleadperl (minperl) fails completely under VC7)
46092              From: Abe Timmerman <abeltje@cpan.org>
46093              Date: Sat, 12 Oct 2002 17:56:39 +0200
46094              Message-Id: <200210121756.39803.abeltje@cpan.org>
46095      Branch: perl
46096            ! win32/makefile.mk
46097 ____________________________________________________________________________
46098 [ 18011] By: hv                                    on 2002/10/12  15:36:43
46099         Log: Subject: [perl #17805] BUG: Grammar bug during Configure
46100              From: Richard Hitt (via RT) <perlbug@perl.org>
46101              Date: 8 Oct 2002 21:04:30 -0000
46102              Message-Id: <rt-17805-39395.9.0319493317925@bugs6.perl.org>
46103      Branch: perl
46104            ! Configure
46105 ____________________________________________________________________________
46106 [ 18010] By: hv                                    on 2002/10/12  15:31:06
46107         Log: Subject: [PATCH] Re: [perl #17772] pack "w" /* this cannot happen ;-) */ is fallacious
46108              From: Nicholas Clark <nick@unfortu.net>
46109              Date: Tue, 8 Oct 2002 21:52:53 +0100
46110              Message-ID: <20021008205253.GA283@Bagpuss.unfortu.net>
46111      Branch: perl
46112            ! pod/perldiag.pod pp_pack.c t/op/pack.t
46113 ____________________________________________________________________________
46114 [ 18009] By: hv                                    on 2002/10/12  15:12:18
46115         Log: Subject: [PATCH perldoc] For screaming hell's sake
46116              From: Simon Cozens <simon@netthink.co.uk>
46117              Date: Tue, 8 Oct 2002 11:13:07 +0100
46118              Message-ID: <20021008101307.GA8175@netthink.co.uk>
46119      Branch: perl
46120            ! utils/perldoc.PL
46121 ____________________________________________________________________________
46122 [ 18008] By: hv                                    on 2002/10/12  14:38:19
46123         Log: Subject: [PATCH] Storable 2.06 (was Re: Bug in ext/Storable/t/integer.t)
46124              From: Nicholas Clark <nick@unfortu.net>
46125              Date: Mon, 7 Oct 2002 23:35:34 +0100
46126              Message-ID: <20021007223534.GD286@Bagpuss.unfortu.net>
46127      Branch: perl
46128            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
46129            ! ext/Storable/README ext/Storable/Storable.pm
46130            ! ext/Storable/Storable.xs ext/Storable/t/downgrade.t
46131            ! ext/Storable/t/forgive.t ext/Storable/t/integer.t
46132            ! ext/Storable/t/malice.t ext/Storable/t/restrict.t
46133 ____________________________________________________________________________
46134 [ 18007] By: hv                                    on 2002/10/12  14:22:36
46135         Log: Subject: [perl #17773] errors in c2ph(1) man page
46136              From: Eric Melville (via RT) <perlbug@perl.org>
46137              Date: 7 Oct 2002 02:58:34 -0000
46138              Message-Id: <rt-17773-39313.12.4820309875481@bugs6.perl.org>
46139      Branch: perl
46140            ! utils/c2ph.PL
46141 ____________________________________________________________________________
46142 [ 18006] By: hv                                    on 2002/10/12  14:19:55
46143         Log: Subject: [PATCH pad.c] Re: closure failures
46144              From: Dave Mitchell <davem@fdgroup.com>
46145              Date: Mon, 7 Oct 2002 02:42:13 +0100
46146              Message-ID: <20021007024213.B29760@fdgroup.com>
46147      Branch: perl
46148            ! pad.c
46149 ____________________________________________________________________________
46150 [ 18005] By: hv                                    on 2002/10/12  14:17:07
46151         Log: Subject: Re: Building bleadperl (minperl) fails completely under VC7
46152              From: Abe Timmerman <abeltje@cpan.org>
46153              Date: Tue, 8 Oct 2002 14:16:56 +0200
46154              Message-Id: <200210081416.56942.abeltje@cpan.org>
46155      Branch: perl
46156            ! win32/Makefile
46157 ____________________________________________________________________________
46158 [ 18004] By: hv                                    on 2002/10/12  14:06:59
46159         Log: updated hints for Darwin from Wilfredo Sanchez <wsanchez@mit.edu>
46160      Branch: perl
46161            ! hints/darwin.sh
46162 ____________________________________________________________________________
46163 [ 18003] By: hv                                    on 2002/10/12  13:48:34
46164         Log: Second attempt to fix Devel::Peek test of $ENV{PATH}, after #17956
46165              and #18001.
46166      Branch: perl
46167            ! ext/Devel/Peek/Peek.t
46168 ____________________________________________________________________________
46169 [ 18002] By: hv                                    on 2002/10/11  23:22:56
46170         Log: Subject: [Encode] 1.77 Released
46171              From: Dan Kogai <dankogai@dan.co.jp>
46172              Date: Sun, 6 Oct 2002 12:52:52 +0900
46173              Message-Id: <16D4C6C9-D8DF-11D6-A5EA-0003939A104C@dan.co.jp>
46174      Branch: perl
46175            ! ext/Encode/Changes ext/Encode/Encode.pm
46176            ! ext/Encode/Unicode/Unicode.pm ext/Encode/encoding.pm
46177            ! ext/Encode/lib/Encode/Alias.pm
46178            ! ext/Encode/lib/Encode/Encoding.pm ext/Encode/t/jperl.t
46179            ! ext/Encode/ucm/big5-eten.ucm
46180 ____________________________________________________________________________
46181 [ 18001] By: hv                                    on 2002/10/11  22:52:43
46182         Log: Subject: Re: Smoke 17977 FAIL(F) MSWin32 5.0 W2000Pro (MSWin32-x86)
46183              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
46184              Date: Thu, 10 Oct 2002 14:28:55 -0700
46185              Message-ID: <XEfp9gzkgquV092yn@efn.org>
46186      Branch: perl
46187            ! ext/Devel/Peek/Peek.t
46188 ____________________________________________________________________________
46189 [ 18000] By: hv                                    on 2002/10/11  22:30:36
46190         Log: Subject: [PATCH] perl573delta delinting
46191              From: Jarkko Hietaniemi <jhi@iki.fi>
46192              Date: Fri, 4 Oct 2002 16:19:31 +0300
46193              Message-ID: <20021004131931.GE278184@lyta.hut.fi>
46194      Branch: perl
46195            ! pod/perl573delta.pod
46196 ____________________________________________________________________________
46197 [ 17999] By: hv                                    on 2002/10/11  22:28:36
46198         Log: Subject: [PATCH] No warn, just ERANGE (Was: Re: [PATCH] reentrant buffers)
46199              From: Jarkko Hietaniemi <jhi@iki.fi>
46200              Date: Fri, 4 Oct 2002 16:11:57 +0300
46201              Message-ID: <20021004131157.GD278184@lyta.hut.fi>
46202      Branch: perl
46203            ! pod/perldiag.pod reentr.c reentr.pl
46204 ____________________________________________________________________________
46205 [ 17998] By: rgs                                   on 2002/10/11  19:53:05
46206         Log: Fix bug #17771 : segfault with the 'for' statement modifier
46207              used inside a map or a grep.
46208      Branch: perl
46209            ! pp_ctl.c t/op/grep.t
46210 ____________________________________________________________________________
46211 [ 17997] By: hv                                    on 2002/10/11  12:10:39
46212         Log: Subject: [perl #17751] File::Spec::Win32::canonpath patch try#3
46213              From: Information Service <info@lingo.kiev.ua>
46214              Date: Wed, 09 Oct 2002 07:17:00 +0400
46215              Message-ID: <3DA39FAC.85471200@lingo.kiev.ua>
46216      Branch: perl
46217            ! lib/File/Spec/Win32.pm lib/File/Spec/t/Spec.t
46218 ____________________________________________________________________________
46219 [ 17996] By: hv                                    on 2002/10/11  11:55:53
46220         Log: Subject: [PROPOSED PATCH lib/AutoLoader.t lib/AutoLoader.pm] Test and Improve unimport()
46221              From: chromatic <chromatic@wgz.org>
46222              Date: Thu, 03 Oct 2002 22:56:54 -0700
46223              Message-ID: <20021004060120.33329.qmail@onion.perl.org>
46224      Branch: perl
46225            ! lib/AutoLoader.pm lib/AutoLoader.t
46226 ____________________________________________________________________________
46227 [ 17995] By: ams                                   on 2002/10/11  05:24:20
46228         Log: Subject: [perl #17819] Typo in perltooc?
46229              From: Bob Wilkinson (via RT) <perlbug@perl.org>
46230              Date: 9 Oct 2002 09:50:40 -0000
46231              Message-Id: <rt-17819-39445.14.7484532089852@bugs6.perl.org>
46232
46233              Subject: [perl #17821] Typo in perltooc
46234              From: Bob Wilkinson (via RT) <perlbug@perl.org>
46235              Date: 9 Oct 2002 10:12:51 -0000
46236              Message-Id: <rt-17821-39458.9.41452851965508@bugs6.perl.org>
46237      Branch: perl
46238            ! pod/perltooc.pod
46239 ____________________________________________________________________________
46240 [ 17994] By: rgs                                   on 2002/10/10  20:19:27
46241         Log: Fix bug #17776 : memory corruption in qr/##/x
46242      Branch: perl
46243            ! sv.c t/op/pat.t
46244 ____________________________________________________________________________
46245 [ 17993] By: rgs                                   on 2002/10/10  19:52:00
46246         Log: croak() is better written Perl_croak() in C code.
46247      Branch: perl
46248            ! util.c
46249 ____________________________________________________________________________
46250 [ 17992] By: hv                                    on 2002/10/10  11:29:12
46251         Log: Subject: Re: Hash::Util::lock_keys inhibits bless
46252              From: andreas.koenig@anima.de (Andreas J. Koenig)
46253              Date: Fri, 04 Oct 2002 06:38:57 +0200
46254              Message-ID: <m3bs6astr2.fsf@k242.linux.bogus>
46255      Branch: perl
46256            ! lib/Hash/Util.pm
46257 ____________________________________________________________________________
46258 [ 17991] By: hv                                    on 2002/10/10  11:20:41
46259         Log: new files lib/version.pm and lib/version.t for change #17990.
46260      Branch: perl
46261            + lib/version.pm lib/version.t
46262 ____________________________________________________________________________
46263 [ 17990] By: hv                                    on 2002/10/10  11:19:57
46264         Log: Subject: [PATCH] Version object combined patch
46265              From: John Peacock <jpeacock@rowman.com>
46266              Date: Fri, 04 Oct 2002 23:15:10 -0400
46267              Message-ID: <3D9E593E.1060605@rowman.com>
46268      Branch: perl
46269            ! MANIFEST embed.fnc embed.h global.sym pod/perlapi.pod
46270            ! pod/perlintern.pod proto.h t/comp/use.t universal.c util.c
46271 ____________________________________________________________________________
46272 [ 17989] By: hv                                    on 2002/10/10  10:48:42
46273         Log: Subject: PATCH: lib/ExtUtils/typemap
46274              From: Brian Ingerson <ingy@ttul.org>
46275              Date: Sat, 28 Sep 2002 13:03:24 -0700
46276              Message-ID: <20020928130324.A16900@ttul.org>
46277      Branch: perl
46278            ! lib/ExtUtils/typemap
46279 ____________________________________________________________________________
46280 [ 17988] By: hv                                    on 2002/10/10  10:45:19
46281         Log: Subject: [PATCH] Make Exporter cope with changing EXPORT_OK (was Re: Recent changes to Exporter::Heavy break Math::Pari)
46282              From: Nicholas Clark <nick@unfortu.net>
46283              Date: Sat, 28 Sep 2002 18:52:00 +0100
46284              Message-ID: <20020928175159.GC403@Bagpuss.unfortu.net>
46285      Branch: perl
46286            ! lib/Exporter.t lib/Exporter/Heavy.pm
46287 ____________________________________________________________________________
46288 [ 17987] By: hv                                    on 2002/10/10  10:27:40
46289         Log: Subject: Re: [perl #17075] sprintf: '%.[num](g|G)' documentation incorrect
46290              From: "Allen Smith" <easmith@beatrice.rutgers.edu>
46291              Date: Mon, 9 Sep 2002 17:36:55 -0400
46292              Message-Id: <10209091736.ZM1631710@puck2.rutgers.edu>
46293      Branch: perl
46294            ! pod/perlfunc.pod
46295 ____________________________________________________________________________
46296 [ 17986] By: hv                                    on 2002/10/10  09:51:24
46297         Log: Remove use of caller() in strict.pm, and tighten Safe compartment
46298              for Storable tests to match.
46299      Branch: perl
46300            ! ext/Storable/t/code.t lib/strict.pm lib/strict.t
46301 ____________________________________________________________________________
46302 [ 17985] By: hv                                    on 2002/10/10  09:27:00
46303         Log: Subject: Re: README.cygwin draft update
46304              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
46305              Date: Mon, 07 Oct 2002 17:15:09 -0700
46306              Message-ID: <NOio9gzkg6oR092yn@efn.org>
46307      Branch: perl
46308            ! README.cygwin pod/perl58delta.pod
46309 ____________________________________________________________________________
46310 [ 17984] By: rgs                                   on 2002/10/09  19:17:08
46311         Log: Fix bug #17823 : non-modifying tr/// stringifies references
46312      Branch: perl
46313            ! doop.c t/op/tr.t
46314 ____________________________________________________________________________
46315 [ 17983] By: merijn                                on 2002/10/09  12:22:26
46316         Log: Tru64 and gcc and threads
46317              Sat, 5 Oct 2002; Jarkko Hietaniemi <jhi@iki.fi>
46318      Branch: perl
46319            ! thread.h
46320 ____________________________________________________________________________
46321 [ 17982] By: merijn                                on 2002/10/09  10:34:40
46322         Log: Correct mailing list archive URL
46323              Wed, 9 Oct 2002; Slaven Rezic <slaven.rezic@berlin.de>
46324      Branch: perl
46325            ! Porting/pumpkin.pod
46326 ____________________________________________________________________________
46327 [ 17981] By: merijn                                on 2002/10/09  04:49:06
46328         Log: Try #3 for Porting/pumpkin.pod APPLLIB_EXP quoting
46329              Tue, 8 Oct 2002; Andy Dougherty <doughera@lafayette.edu>
46330      Branch: perl
46331            ! Porting/pumpkin.pod
46332 ____________________________________________________________________________
46333 [ 17980] By: sky                                   on 2002/10/06  15:40:56
46334         Log: Upgrade Safe.pm to 2.09 after CPAN backport.
46335              Fix testcases to run properly outside perl core build enviroment.
46336      Branch: perl
46337            ! ext/Opcode/Safe.pm ext/Safe/safe1.t ext/Safe/safe2.t
46338            ! ext/Safe/safe3.t
46339 ____________________________________________________________________________
46340 [ 17979] By: sky                                   on 2002/10/06  07:03:19
46341         Log: Subject: [PATCH] fix typo in Tie::Array
46342              From: "Jos I. Boumans" <kane@cpan.org>
46343              Date: sat okt 5, 2002  20:39:17 Europe/Stockholm
46344              Message-Id: <20021005183920.14746.qmail@onion.perl.org>
46345      Branch: perl
46346            ! lib/Tie/Array.pm
46347 ____________________________________________________________________________
46348 [ 17978] By: sky                                   on 2002/10/05  04:44:10
46349         Log: Upgrade to Attribute::Handlers 0.78
46350      Branch: perl
46351            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
46352            ! lib/Attribute/Handlers/README
46353 ____________________________________________________________________________
46354 [ 17977] By: rgs                                   on 2002/10/04  20:01:54
46355         Log: Complement to change #17976 :
46356              there was a similar bug on rdo().
46357              Increment $Safe::VERSION.
46358      Branch: perl
46359            ! ext/Opcode/Safe.pm ext/Safe/safe3.t
46360 ____________________________________________________________________________
46361 [ 17976] By: rgs                                   on 2002/10/04  19:44:48
46362         Log: Fix bug #17744, suggested by Andreas Jurenda,
46363              tweaked by rgs (security hole in Safe).
46364      Branch: perl
46365            + ext/Safe/safe3.t
46366            ! MANIFEST ext/Opcode/Safe.pm
46367 ____________________________________________________________________________
46368 [ 17975] By: merijn                                on 2002/10/04  13:30:17
46369         Log: Non ANSI feature detection in enum
46370      Branch: perl
46371            ! pad.h
46372 ____________________________________________________________________________
46373 [ 17974] By: rgs                                   on 2002/10/03  21:00:50
46374         Log: Fix a precedence problem.
46375      Branch: perl
46376            ! ext/Storable/t/integer.t
46377 ____________________________________________________________________________
46378 [ 17973] By: rgs                                   on 2002/10/03  20:34:13
46379         Log: Change the warning message "%s trapped by operation mask"
46380              to include '' around the op name. Document it in perldiag.
46381      Branch: perl
46382            ! ext/Opcode/Opcode.t ext/Opcode/Safe.pm ext/Safe/safe2.t op.c
46383            ! pod/perldiag.pod
46384 ____________________________________________________________________________
46385 [ 17972] By: rgs                                   on 2002/10/03  20:26:54
46386         Log: Add a new warning, "Possible precedence problem on bitwise
46387              %c operator", triggerred when a bitwise op has a numeric
46388              comparison op as child.
46389      Branch: perl
46390            ! op.c pod/perldiag.pod t/lib/warnings/op
46391 ____________________________________________________________________________
46392 [ 17971] By: ams                                   on 2002/10/03  11:03:41
46393         Log: Subject: Re: Not OK 17969
46394              From: Slaven Rezic <slaven.rezic@berlin.de>
46395              Date: 03 Oct 2002 13:12:58 +0200
46396              Message-Id: <87lm5fn5c5.fsf@vran.herceg.de>
46397      Branch: perl
46398            ! ext/Storable/Storable.pm ext/Storable/t/code.t
46399            ! ext/Storable/t/downgrade.t ext/Storable/t/forgive.t
46400            ! ext/Storable/t/malice.t
46401 ____________________________________________________________________________
46402 [ 17970] By: ams                                   on 2002/10/03  02:21:15
46403         Log: Add a line about 2.05.
46404      Branch: perl
46405            ! ext/Storable/ChangeLog
46406 ____________________________________________________________________________
46407 [ 17969] By: ams                                   on 2002/10/03  02:12:27
46408         Log: Subject: [PATCH] Storable and code serialization: documentation
46409              From: Slaven Rezic <slaven.rezic@berlin.de>
46410              Date: Wed, 2 Oct 2002 10:21:37 +0200 (CEST)
46411              Message-Id: <200210020821.g928Lb2i003767@vran.herceg.de>
46412      Branch: perl
46413            ! ext/Storable/MANIFEST ext/Storable/Storable.pm
46414            ! ext/Storable/t/code.t
46415 ____________________________________________________________________________
46416 [ 17968] By: ams                                   on 2002/10/03  01:40:51
46417         Log: Subject: [PATCH] Re: speed of my
46418              From: Stephen McCamant <smcc@mit.edu>
46419              Date: Wed, 2 Oct 2002 21:48:59 -0400
46420              Message-Id: <15771.41483.524281.299958@syllepsis.MIT.EDU>
46421      Branch: perl
46422            ! pp.c
46423 ____________________________________________________________________________
46424 [ 17967] By: hv                                    on 2002/10/02  15:04:57
46425         Log: Subject: [PATCH] reentrant buffers
46426              From: Jarkko Hietaniemi <jhi@iki.fi>
46427              Date: Fri, 27 Sep 2002 01:08:56 +0300
46428              Message-ID: <20020926220856.GA339120@lyta.hut.fi>
46429      Branch: perl
46430            ! INSTALL pod/perldiag.pod pod/perlthrtut.pod reentr.c reentr.pl
46431 ____________________________________________________________________________
46432 [ 17966] By: hv                                    on 2002/10/02  14:46:52
46433         Log: Subject: [PATCH] retropatch
46434              From: Jarkko Hietaniemi <jhi@iki.fi>
46435              Date: Fri, 27 Sep 2002 03:51:34 +0300
46436              Message-ID: <20020927005134.GB339120@lyta.hut.fi>
46437      Branch: perl
46438            + pod/perl573delta.pod
46439            ! MANIFEST pod/buildtoc.PL pod/perl.pod
46440 ____________________________________________________________________________
46441 [ 17965] By: hv                                    on 2002/10/02  14:42:21
46442         Log: op/tr.t test is affected by #17962
46443      Branch: perl
46444            ! t/op/tr.t
46445 ____________________________________________________________________________
46446 [ 17964] By: hv                                    on 2002/10/02  14:38:59
46447         Log: Subject: Re: [PATCH] Re: builtin die parsed differently to CORE::GLOBAL::die
46448              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
46449              Date: Tue, 1 Oct 2002 23:34:35 +0200
46450              Message-Id: <20021001233435.318514f3.rgarciasuarez@free.fr>
46451      Branch: perl
46452            ! t/op/override.t toke.c
46453 ____________________________________________________________________________
46454 [ 17963] By: hv                                    on 2002/10/02  14:15:22
46455         Log: Subject: Re: [perl #17376] Bug Report - our(%)
46456              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
46457              Date: Tue, 01 Oct 2002 09:54:30 -0700
46458              Message-ID: <GNdm9gzkgWOS092yn@efn.org>
46459      Branch: perl
46460            ! op.c pp_hot.c t/comp/our.t
46461 ____________________________________________________________________________
46462 [ 17962] By: ams                                   on 2002/10/02  14:10:07
46463         Log: Subject: [PATCH] no [] in tr///
46464              From: Jarkko Hietaniemi <jhi@iki.fi>
46465              Date: Wed, 2 Oct 2002 17:09:11 +0300
46466              Message-Id: <20021002140911.GH278184@lyta.hut.fi>
46467      Branch: perl
46468            ! pod/perldiag.pod toke.c
46469 ____________________________________________________________________________
46470 [ 17961] By: hv                                    on 2002/10/02  14:09:11
46471         Log: Subject: Re: Hash::Util::lock_keys inhibits bless
46472              From: andreas.koenig@anima.de (Andreas J. Koenig)
46473              Date: Mon, 30 Sep 2002 17:24:06 +0200
46474              Message-ID: <m3zntzwlex.fsf@k242.linux.bogus>
46475      Branch: perl
46476            ! lib/Hash/Util.pm
46477 ____________________________________________________________________________
46478 [ 17959] By: hv                                    on 2002/10/02  14:06:29
46479         Log: Subject: [DOCPATCH] Unicode porting advice
46480              From: andreas.koenig@anima.de (Andreas J. Koenig)
46481              Date: Fri, 27 Sep 2002 15:30:16 +0200
46482              Message-ID: <m3znu3zhjr.fsf@k242.linux.bogus>
46483      Branch: perl
46484            ! pod/perlunicode.pod
46485 ____________________________________________________________________________
46486 [ 17958] By: hv                                    on 2002/10/02  13:57:06
46487         Log: missing quote from #17957
46488      Branch: perl
46489            ! Porting/pumpkin.pod
46490 ____________________________________________________________________________
46491 [ 17957] By: hv                                    on 2002/10/02  13:55:56
46492         Log: document how to set APPLLIB_EXP
46493              Subject: Re: [perl #15957] error installing perl 5.8.0
46494              From: Andy Dougherty <doughera@lafayette.edu>
46495              Date: Fri, 27 Sep 2002 09:13:29 -0400 (EDT)
46496              Message-ID: <Pine.SOL.4.10.10209270902210.6800-100000@maxwell.phys.lafayette.edu>
46497      Branch: perl
46498            ! Porting/pumpkin.pod
46499 ____________________________________________________________________________
46500 [ 17956] By: hv                                    on 2002/10/02  13:51:12
46501         Log: Devel::Peek tests from:
46502              Subject: [PATCH] MGf_TAINTEDDIR and MGf_MINMATCH reuse unknown to dump.c
46503              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
46504              Date: Thu, 26 Sep 2002 22:16:39 -0700
46505              Message-ID: <3m+k9gzkgqnP092yn@efn.org>
46506      Branch: perl
46507            ! ext/Devel/Peek/Peek.t
46508 ____________________________________________________________________________
46509 [ 17955] By: hv                                    on 2002/10/02  13:43:26
46510         Log: add precedence warning for bitwise docs
46511              Subject: [PATCH] Bug in ARM's floating point emulation - Need someone, really...
46512              From: Mike Guy <mjtg@cam.ac.uk>
46513              Date: Thu, 26 Sep 2002 13:20:45 +0100
46514              Message-Id: <E17uXdN-0003ko-00@libra.cus.cam.ac.uk>
46515      Branch: perl
46516            ! pod/perlop.pod
46517 ____________________________________________________________________________
46518 [ 17954] By: hv                                    on 2002/10/02  13:18:01
46519         Log: Subject: [PATCH] Re: perlio bug?
46520              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
46521              Date: Wed, 25 Sep 2002 21:58:12 +0200
46522              Message-Id: <20020925215812.3b7adb0d.rgarciasuarez@free.fr>
46523      Branch: perl
46524            ! doio.c pod/perldiag.pod t/lib/warnings/doio
46525 ____________________________________________________________________________
46526 [ 17953] By: hv                                    on 2002/10/02  12:55:29
46527         Log: Subject: [PATCH pad.c,h] move all pad-related code to its own src file
46528              From: Dave Mitchell <davem@fdgroup.com>
46529              Date: Wed, 25 Sep 2002 23:40:23 +0100
46530              Message-ID: <20020925234023.A20044@fdgroup.com>
46531      Branch: perl
46532            + pad.c pad.h
46533            ! MANIFEST Makefile.SH Makefile.micro cop.h cv.h dump.c
46534            ! embed.fnc embed.h embedvar.h ext/B/B.xs ext/Devel/Peek/Peek.t
46535            ! op.c op.h perl.c perl.h perlapi.h pod/perlapi.pod
46536            ! pod/perlintern.pod pp.c pp_ctl.c pp_hot.c pp_sort.c pp_sys.c
46537            ! proto.h scope.c sv.c toke.c
46538 ____________________________________________________________________________
46539 [ 17952] By: hv                                    on 2002/10/02  11:23:38
46540         Log: better handling of whitespace in autodoc declarations; fragment from:
46541              Subject: [PATCH pad.c,h] move all pad-related code to its own src file
46542              From: Dave Mitchell <davem@fdgroup.com>
46543              Date: Wed, 25 Sep 2002 23:40:23 +0100
46544              Message-ID: <20020925234023.A20044@fdgroup.com>
46545      Branch: perl
46546            ! autodoc.pl
46547 ____________________________________________________________________________
46548 [ 17951] By: merijn                                on 2002/10/02  09:15:18
46549         Log: MakeMaker's INSTALLSITEMANXDIR Configure's counterpart
46550              Thu, 25 Jul 2002, Andy Dougherty
46551      Branch: perl
46552            ! Configure Policy_sh.SH
46553 ____________________________________________________________________________
46554 [ 17950] By: ams                                   on 2002/10/02  03:43:41
46555         Log: Add silly bandaid to stop segfaults on subsequent accesses to
46556              the Nullgv returned by gv_fetchpv() in S_scan_inputsymbol()
46557              (<$fred>).
46558      Branch: perl
46559            ! op.c
46560 ____________________________________________________________________________
46561 [ 17949] By: hv                                    on 2002/10/01  08:49:02
46562         Log: patch based on:
46563              Subject: Re: [perl #17376] Bug Report - our(%)
46564              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
46565              Date: Mon, 30 Sep 2002 15:22:18 -0700
46566              Message-ID: <a6Mm9gzkgK0P092yn@efn.org>
46567      Branch: perl
46568            ! op.c
46569 ____________________________________________________________________________
46570 [ 17948] By: hv                                    on 2002/10/01  08:26:44
46571         Log: Subject: [REPATCH lib/AutoLoader.pm] Remove Dependency on Exporter (take 2 or 3)
46572              From: chromatic <chromatic@wgz.org>
46573              Date: Fri, 13 Sep 2002 14:26:08 -0700
46574              Message-Id: <200209131426.08116.chromatic@wgz.org>
46575      Branch: perl
46576            ! lib/AutoLoader.pm
46577 ____________________________________________________________________________
46578 [ 17947] By: hv                                    on 2002/10/01  08:10:21
46579         Log: Subject: Re: sv_2pv_flags and ROK and UTF8 flags
46580              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
46581              Date: Wed, 11 Sep 2002 22:22:45 -0700
46582              Message-ID: <lSCg9gzkgymX092yn@efn.org>
46583      Branch: perl
46584            ! dump.c mg.h regexec.c sv.c t/op/pat.t
46585 ____________________________________________________________________________
46586 [ 17946] By: merijn                                on 2002/09/30  15:19:36
46587         Log: nanosleep on VMS not present
46588      Branch: perl
46589            ! configure.com
46590 ____________________________________________________________________________
46591 [ 17945] By: merijn                                on 2002/09/30  09:51:40
46592         Log: -Dgccansipedantic only for gcc 3+
46593              Mon, 30 Sep 2002, Jarkko Hietaniemi <jhi@iki.fi>
46594      Branch: perl
46595            ! Porting/pumpkin.pod cflags.SH
46596 ____________________________________________________________________________
46597 [ 17944] By: merijn                                on 2002/09/30  08:29:33
46598         Log: nanosleep probes as per Jarkko's request
46599      Branch: perl
46600            ! Configure NetWare/config_H.wc Porting/config.sh
46601            ! Porting/config_H config_h.SH epoc/config.sh perl.h
46602            ! win32/config.bc win32/config.gc win32/config.vc
46603            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
46604            ! win32/config_H.vc win32/config_H.vc64 wince/config.ce
46605            ! wince/config_H.ce
46606 ____________________________________________________________________________
46607 [ 17942] By: ams                                   on 2002/09/29  22:26:37
46608         Log: Remove package; (Heh heh.)
46609      Branch: perl
46610            ! gv.c intrpvar.h op.c perl.c perly.c perly.h perly.y
46611            ! perly_c.diff sv.c t/lib/warnings/op t/op/anonsub.t
46612            ! vms/perly_c.vms vms/perly_h.vms
46613 ____________________________________________________________________________
46614 [ 17941] By: hv                                    on 2002/09/29  12:11:06
46615         Log: Subject: [perl #16796] Configure script buglet
46616              From: "Amick, Eric" (via RT) <perlbug@perl.org>
46617              Date: 27 Aug 2002 20:09:29 -0000
46618              Message-Id: <rt-16796-35837.19.7072355819815@bugs6.perl.org>
46619      Branch: perl
46620            ! Configure
46621 ____________________________________________________________________________
46622 [ 17940] By: hv                                    on 2002/09/29  11:59:28
46623         Log: Subject: Re: [perl #17587] Attribute::Handlers and Config in 5.9.0
46624              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
46625              Date: Fri, 27 Sep 2002 13:52:18 +0200
46626              Message-Id: <20020927135218.3a20dd68.rgarciasuarez@free.fr>
46627      Branch: perl
46628            ! lib/Attribute/Handlers.pm
46629 ____________________________________________________________________________
46630 [ 17939] By: hv                                    on 2002/09/29  11:55:17
46631         Log: Subject: [perl #17222] [PATCH] h2ph and Fortran, other wacky headers on IRIX
46632              From: Allen Smith (via RT) <perlbug@perl.org>
46633              Date: 13 Sep 2002 03:01:30 -0000
46634              Message-Id: <rt-17222-37356.6.04859798196188@bugs6.perl.org>
46635      Branch: perl
46636            ! t/lib/h2ph.pht utils/h2ph.PL
46637 ____________________________________________________________________________
46638 [ 17938] By: rgs                                   on 2002/09/28  20:42:59
46639         Log: Email address change for Stéphane Payrard
46640      Branch: perl
46641            ! AUTHORS
46642 ____________________________________________________________________________
46643 [ 17937] By: hv                                    on 2002/09/27  10:05:42
46644         Log: Subject: Re: [REVISED PATCH] Magic v-strings
46645              From: John Peacock <jpeacock@rowman.com>
46646              Date: Thu, 19 Sep 2002 22:30:58 -0400
46647              Message-ID: <3D8A8862.3000602@rowman.com>
46648      Branch: perl
46649            ! sv.c util.c
46650 ____________________________________________________________________________
46651 [ 17936] By: hv                                    on 2002/09/27  10:00:42
46652         Log: Subject: [PATCH] configure.com -- don't exclude threads::shared
46653              From: "Craig A. Berry" <craigberry@mac.com>
46654              Date: Wed, 25 Sep 2002 17:14:33 -0500
46655              Message-ID: <3D923549.6050809@mac.com>
46656      Branch: perl
46657            ! configure.com
46658 ____________________________________________________________________________
46659 [ 17935] By: hv                                    on 2002/09/27  09:48:19
46660         Log: Subject: [PATCH 5.8.0 DOC] perlopentut.pod, #3: The last of the content changes.
46661              From: Andy Lester <andy@petdance.com>
46662              Date: Fri, 20 Sep 2002 12:23:41 -0500
46663              Message-ID: <20020920172341.GA15672@petdance.com>
46664      Branch: perl
46665            ! pod/perlopentut.pod
46666 ____________________________________________________________________________
46667 [ 17934] By: hv                                    on 2002/09/26  18:50:02
46668         Log: missing '.' in test from #17932
46669      Branch: perl
46670            ! t/lib/strict/subs
46671 ____________________________________________________________________________
46672 [ 17933] By: hv                                    on 2002/09/26  17:01:11
46673         Log: Subject: [PATCH] perl #17453
46674              From: Jarkko Hietaniemi <jhi@iki.fi>
46675              Date: Fri, 20 Sep 2002 17:22:45 +0300
46676              Message-ID: <20020920142245.GG280265@lyta.hut.fi>
46677      Branch: perl
46678            ! lib/utf8_heavy.pl t/op/pat.t
46679 ____________________________________________________________________________
46680 [ 17932] By: hv                                    on 2002/09/26  16:47:32
46681         Log: #17931 checked for wrong constant
46682      Branch: perl
46683            ! op.c
46684 ____________________________________________________________________________
46685 [ 17931] By: hv                                    on 2002/09/26  16:29:26
46686         Log: Subject: [PATCH] [perl #10021] Fixing bareword usage under strict.pm
46687              From: Kay_Röpke <kay@dolphin-services.de>
46688              Date: Fri, 20 Sep 2002 16:09:08 +0200
46689              Message-Id: <8775B355-CCA2-11D6-AADE-000393414688@dolphin-services.de>
46690      Branch: perl
46691            ! op.c t/lib/strict/subs
46692 ____________________________________________________________________________
46693 [ 17930] By: hv                                    on 2002/09/26  15:56:07
46694         Log: Subject: [perl #17445] Class::Struct patch: version number, examples
46695              From: Ken Neighbors (via RT) <perlbug@perl.org>
46696              Date: 19 Sep 2002 18:48:22 -0000
46697              Message-Id: <rt-17445-38150.7.26118647008619@bugs6.perl.org>
46698      Branch: perl
46699            ! lib/Class/Struct.pm
46700 ____________________________________________________________________________
46701 [ 17928] By: hv                                    on 2002/09/26  09:54:05
46702         Log: Subject: [PATCH] bug in utf8.c(?)
46703              From: Marty Pauley <marty+p5p@kasei.com>
46704              Date: Fri, 20 Sep 2002 10:55:33 +0100
46705              Subject: [PATCH] bug in utf8.c(?)
46706      Branch: perl
46707            ! utf8.c
46708 ____________________________________________________________________________
46709 [ 17927] By: hv                                    on 2002/09/26  09:37:19
46710         Log: Subject: [PATCH] Re: [perl #17439] broken Locale::Language in a UTF environment
46711              From: Marty Pauley <marty+p5p@kasei.com>
46712              Date: Fri, 20 Sep 2002 09:52:16 +0100
46713              Message-Id: 20020920085216.GC10512@soto.kasei.com
46714      Branch: perl
46715            ! lib/Locale/Codes/t/languages.t lib/Locale/Language.pm
46716 ____________________________________________________________________________
46717 [ 17926] By: hv                                    on 2002/09/26  09:28:06
46718         Log: Subject: [PATCH] defuse installusrbinperl
46719              From: Jarkko Hietaniemi <jhi@iki.fi>
46720              Date: Thu, 19 Sep 2002 18:01:03 +0300
46721              Message-ID: <20020919150103.GI208696@lyta.hut.fi>
46722      Branch: perl
46723            ! Configure
46724 ____________________________________________________________________________
46725 [ 17925] By: hv                                    on 2002/09/26  09:15:55
46726         Log: Subject: [PATCH v2] enable -ansi -pedantic
46727              From: Jarkko Hietaniemi <jhi@iki.fi>
46728              Date: Wed, 18 Sep 2002 01:19:25 +0300
46729              Message-ID: <20020917221925.GF85044@lyta.hut.fi>
46730      Branch: perl
46731            ! Configure Porting/pumpkin.pod cflags.SH doio.c mg.c perl.c
46732            ! perl.h perlio.c pp_ctl.c pp_hot.c pp_sys.c sv.h toke.c util.c
46733 ____________________________________________________________________________
46734 [ 17924] By: hv                                    on 2002/09/26  08:44:16
46735         Log: Subject: [PATCH] ANSI-clean? (was Re: [PATCH] COW for ithreads)
46736              From: Nicholas Clark <nick@unfortu.net>
46737              Date: Sat, 14 Sep 2002 18:49:10 +0100
46738              Message-ID: <20020914174909.GG285@Bagpuss.unfortu.net>
46739      Branch: perl
46740            ! sv.c
46741 ____________________________________________________________________________
46742 [ 17923] By: hv                                    on 2002/09/26  08:33:54
46743         Log: Subject: [PATCH] Re: Advice on coredump
46744              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
46745              Date: Wed, 18 Sep 2002 22:14:57 +0200
46746              Message-Id: <20020918221457.16cb1b43.rgarciasuarez@free.fr>
46747      Branch: perl
46748            ! op.c t/op/closure.t
46749 ____________________________________________________________________________
46750 [ 17922] By: hv                                    on 2002/09/26  08:25:28
46751         Log: Subject: Re: [PATCH] spurious t/auto directory appears
46752              From: Michael G Schwern <schwern@pobox.com>
46753              Date: Fri, 13 Sep 2002 23:56:05 -0400
46754              Message-ID: <20020914035605.GF18928@ool-18b93024.dyn.optonline.net>
46755      Branch: perl
46756            ! lib/ExtUtils/t/Installed.t
46757 ____________________________________________________________________________
46758 [ 17921] By: hv                                    on 2002/09/26  08:21:59
46759         Log: add TODO tests for slow our() declaration
46760              Subject: Re: [perl #17376] Bug Report - our(%)
46761              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
46762              Date: Thu, 19 Sep 2002 22:34:01 -0700
46763              Message-ID: <JNri9gzkgSBB092yn@efn.org>
46764      Branch: perl
46765            + t/comp/our.t
46766            ! MANIFEST
46767 ____________________________________________________________________________
46768 [ 17920] By: hv                                    on 2002/09/26  08:16:43
46769         Log: LEAKTEST is dead, RIP
46770              Subject: Re: [perl #17197] SIGSEGV in perl 5.8.0 multithread build with -DLEAKTEST
46771              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
46772              Date: Mon, 23 Sep 2002 18:33:12 +0200
46773              Message-Id: <20020923182824.C7B6.H.M.BRAND@hccnet.nl>
46774      Branch: perl
46775            ! av.c embed.fnc embed.h ext/GDBM_File/GDBM_File.xs global.sym
46776            ! handy.h perl.c perl.h pod/perlrun.pod proto.h sv.c util.c
46777 ____________________________________________________________________________
46778 [ 17919] By: hv                                    on 2002/09/26  07:59:42
46779         Log: Subject: [PATCH] AIX hints missinga  >&4
46780              From: Jarkko Hietaniemi <jhi@iki.fi>
46781              Date: Fri, 13 Sep 2002 16:48:42 +0300
46782              Message-ID: <20020913134842.GD8929@lyta.hut.fi>
46783      Branch: perl
46784            ! hints/aix.sh
46785 ____________________________________________________________________________
46786 [ 17918] By: hv                                    on 2002/09/26  07:51:10
46787         Log: Subject: [PATCH] perldoc -f stat (perlfunc.pod)
46788              From: "Brendan O'Dea" <bod@debian.org>
46789              Date: Mon, 23 Sep 2002 22:45:40 +1000
46790              Message-ID: <20020923124540.GB28031@londo.odea.dropbear.id.au>
46791      Branch: perl
46792            ! pod/perlfunc.pod
46793 ____________________________________________________________________________
46794 [ 17917] By: hv                                    on 2002/09/26  07:46:43
46795         Log: Subject: Re: [perl #17141] Text::Wrap "this should not happen" message
46796              From: Slaven Rezic <slaven.rezic@berlin.de>
46797              Date: 11 Sep 2002 19:37:09 +0200
46798              Message-ID: <871y80a0my.fsf@vran.herceg.de>
46799      Branch: perl
46800            ! lib/Text/TabsWrap/t/wrap.t lib/Text/Wrap.pm
46801 ____________________________________________________________________________
46802 [ 17916] By: hv                                    on 2002/09/26  07:31:42
46803         Log: Subject: [PATCH 5.8.0] perlembed.pod: make some examples work with multiplicity
46804              From: "Brendan O'Dea" <bod@debian.org>
46805              Date: Tue, 10 Sep 2002 09:19:05 +1000
46806              Message-ID: <20020909231905.GA31868@londo.odea.dropbear.id.au>
46807      Branch: perl
46808            ! pod/perlembed.pod
46809 ____________________________________________________________________________
46810 [ 17915] By: rgs                                   on 2002/09/24  20:19:22
46811         Log: Patch #17914 was empty ; this should have been applied instead.
46812      Branch: perl
46813            ! hints/aix.sh
46814 ____________________________________________________________________________
46815 [ 17914] By: rgs                                   on 2002/09/21  19:58:57
46816         Log: Subject: [PATCH] PASE saga continues
46817              From: Jarkko Hietaniemi <jhi@iki.fi>
46818              Date: Thu, 19 Sep 2002 23:30:20 +0300
46819              Message-ID: <20020919203020.GB274453@lyta.hut.fi>
46820      Branch: perl
46821            ! hints/aix.sh
46822 ____________________________________________________________________________
46823 [ 17913] By: rgs                                   on 2002/09/21  19:46:56
46824         Log: Subject: [PATCH perl@17882] file spec tweaks for VMS
46825              From: "Craig A. Berry" <craigberry@mac.com>
46826              Date: Wed, 18 Sep 2002 16:57:02 -0500
46827              Message-ID: <3D88F6AE.3020708@mac.com>
46828      Branch: perl
46829            ! lib/File/Spec/VMS.pm vms/ext/filespec.t
46830 ____________________________________________________________________________
46831 [ 17912] By: ams                                   on 2002/09/19  17:21:24
46832         Log: Subject: [PATCH] AIX test shouldn't trip OS/400 PASE
46833              From: Jarkko Hietaniemi <jhi@iki.fi>
46834              Date: Thu, 19 Sep 2002 18:59:48 +0300
46835              Message-Id: <20020919155948.GU208696@lyta.hut.fi>
46836
46837              Subject: [PATCH] more PASE tweakage
46838              From: Jarkko Hietaniemi <jhi@iki.fi>
46839              Date: Thu, 19 Sep 2002 18:01:44 +0300
46840              Message-Id: <20020919150144.GJ208696@lyta.hut.fi>
46841      Branch: perl
46842            ! README.os400 hints/aix.sh
46843 ____________________________________________________________________________
46844 [ 17911] By: ams                                   on 2002/09/17  19:29:53
46845         Log: Typo fix.
46846      Branch: perl
46847            ! ext/POSIX/POSIX.pod
46848 ____________________________________________________________________________
46849 [ 17910] By: ams                                   on 2002/09/17  18:09:32
46850         Log: Fix #17375 (rcatline didn't work on a formerly-defined undef) by
46851              checking for SvOK in do_readline().
46852      Branch: perl
46853            ! pp_hot.c t/op/gv.t
46854 ____________________________________________________________________________
46855 [ 17909] By: rgs                                   on 2002/09/16  21:49:27
46856         Log: Pod formatting nit, found by Merijn and Jos Boumans.
46857      Branch: perl
46858            ! pod/perlunicode.pod
46859 ____________________________________________________________________________
46860 [ 17908] By: rgs                                   on 2002/09/16  21:34:55
46861         Log: Subject: [perl #17340] When used/requied Locale::*** modules unexpectedly modify $_
46862              From: (Ilya Martynov) (via RT) <perlbug@perl.org>
46863              Date: 15 Sep 2002 19:06:56 -0000
46864              Message-Id: <rt-17340-37749.5.67862754668525@bugs6.perl.org>
46865      Branch: perl
46866            ! lib/Locale/Country.pm lib/Locale/Currency.pm
46867            ! lib/Locale/Language.pm lib/Locale/Script.pm
46868 ____________________________________________________________________________
46869 [ 17907] By: rgs                                   on 2002/09/16  20:33:51
46870         Log: Subject: Re: [perl #17174] perl 5.8.0 fails tests on NetBSD/Alpha
46871              From: Jarkko Hietaniemi <jhi@iki.fi>
46872              Date: Sun, 15 Sep 2002 18:02:17 +0300
46873              Message-ID: <20020915150217.GB21300@lyta.hut.fi>
46874      Branch: perl
46875            ! hints/netbsd.sh
46876 ____________________________________________________________________________
46877 [ 17906] By: rgs                                   on 2002/09/15  11:30:38
46878         Log: Fix pod/perlmodlib.PL (it wasn't generating a complete list
46879              of modules.) Regenerate pod/perlmodlib.pod. Add a warning :
46880              not all modules listed in perlmodlib are necessarily installed.
46881              Plus some corrections by Vincent Lefevre.
46882      Branch: perl
46883            ! lib/Term/ReadLine.pm pod/perlmodlib.PL pod/perlmodlib.pod
46884 ____________________________________________________________________________
46885 [ 17904] By: merijn                                on 2002/09/13  14:02:18
46886         Log: Tabs erroneusly expanded to spaces, causing AIX to fail
46887              in building DProf
46888      Branch: perl
46889            ! Configure
46890 ____________________________________________________________________________
46891 [ 17902] By: merijn                                on 2002/09/13  07:47:29
46892         Log: configure.com needs d_modflproto
46893              Thu 12 Sep 2002 23:19, "Craig A. Berry"
46894      Branch: perl
46895            ! configure.com
46896 ____________________________________________________________________________
46897 [ 17901] By: rgs                                   on 2002/09/12  20:19:55
46898         Log: Subject: [PATCH] more PASE wisdom
46899              From: Jarkko Hietaniemi <jhi@iki.fi>
46900              Date: Fri, 13 Sep 2002 00:17:39 +0300
46901              Message-ID: <20020912211739.GB6980@lyta.hut.fi>
46902      Branch: perl
46903            ! README.os400
46904 ____________________________________________________________________________
46905 [ 17900] By: rgs                                   on 2002/09/12  19:33:06
46906         Log: Fix a syntax incompatibility introduced by the // operator.
46907              (Note that C<print $fh //> is still a syntax error, it
46908              wasn't with perl 5.8.0.)
46909      Branch: perl
46910            ! t/op/dor.t toke.c
46911 ____________________________________________________________________________
46912 [ 17898] By: rgs                                   on 2002/09/11  20:58:46
46913         Log: Fix bug #17006 : remove spurious do{} in the deparsing
46914              of s/.../.../e.
46915      Branch: perl
46916            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
46917 ____________________________________________________________________________
46918 [ 17897] By: rgs                                   on 2002/09/11  20:56:21
46919         Log: Subject: [perl #17119] typo in utils/dprofpp.PL
46920              From: "Todd C. Miller" (via RT) <perlbug@perl.org>
46921              Date: 10 Sep 2002 18:49:56 -0000
46922              Message-ID: <rt-17119-37126.4.55444095171472@bugs6.perl.org>
46923      Branch: perl
46924            ! utils/dprofpp.PL
46925 ____________________________________________________________________________
46926 [ 17896] By: merijn                                on 2002/09/11  08:31:45
46927         Log: re-synced Configure to backported metaunits
46928      Branch: perl
46929            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
46930            ! config_h.SH
46931 ____________________________________________________________________________
46932 [ 17892] By: merijn                                on 2002/09/10  15:43:53
46933         Log: Callback behaviour in hints
46934              Mon, 9 Sep 2002, Allen Smith
46935      Branch: perl
46936            ! hints/README.hints
46937 ____________________________________________________________________________
46938 [ 17888] By: merijn                                on 2002/09/10  09:20:52
46939         Log: New low-price HP servers
46940      Branch: perl
46941            ! README.hpux
46942 ____________________________________________________________________________
46943 [ 17887] By: rgs                                   on 2002/09/09  21:00:08
46944         Log: Subject: Re: [PATCH] Quieten warnings in Deparse.pm
46945              From: Paul Johnson <paul@pjcj.net>
46946              Date: Mon, 9 Sep 2002 23:37:33 +0200
46947              Message-ID: <20020909213733.GD879@pjcj.net>
46948      Branch: perl
46949            ! ext/B/B/Deparse.pm
46950 ____________________________________________________________________________
46951 [ 17886] By: rgs                                   on 2002/09/09  20:38:01
46952         Log: Subject: [PATCH] Re: [PATCH] Attempt at speeding up Config.pm.  Didn't work.
46953              From: Nicholas Clark <nick@unfortu.net>
46954              Date: Sun, 8 Sep 2002 23:05:54 +0100
46955              Message-ID: <20020908220553.GO286@Bagpuss.unfortu.net>
46956      Branch: perl
46957            ! configpm
46958 ____________________________________________________________________________
46959 [ 17885] By: rgs                                   on 2002/09/09  20:35:34
46960         Log: Subject: [PATCH] strict.pm pod at __END__
46961              From: Nicholas Clark <nick@unfortu.net>
46962              Date: Sun, 8 Sep 2002 22:36:09 +0100
46963              Message-ID: <20020908213608.GM286@Bagpuss.unfortu.net>
46964      Branch: perl
46965            ! lib/strict.pm
46966 ____________________________________________________________________________
46967 [ 17884] By: rgs                                   on 2002/09/09  19:33:11
46968         Log: Subject: [PATCH] File/Find/t/find.t tests 1 and 2 (was Re: [perl #17061] no strict 'garbage')
46969              From: Nicholas Clark <nick@unfortu.net>
46970              Date: Sun, 8 Sep 2002 19:45:52 +0100
46971              Message-ID: <20020908184551.GH286@Bagpuss.unfortu.net>
46972      Branch: perl
46973            ! lib/File/Find/t/find.t
46974 ____________________________________________________________________________
46975 [ 17883] By: rgs                                   on 2002/09/09  19:10:08
46976         Log: Subject: [PATCH] Quieten warnings in Deparse.pm
46977              From: Paul Johnson <paul@pjcj.net>
46978              Date: Sun, 8 Sep 2002 23:50:11 +0200
46979              Message-ID: <20020908215011.GA879@pjcj.net>
46980      Branch: perl
46981            ! ext/B/B/Deparse.pm
46982 ____________________________________________________________________________
46983 [ 17882] By: hv                                    on 2002/09/09  10:33:58
46984         Log: Update Changes
46985      Branch: perl
46986            ! Changes patchlevel.h
46987 ____________________________________________________________________________
46988 [ 17881] By: hv                                    on 2002/09/09  09:54:55
46989         Log: Subject: Re: [PATCH: perl #17849] (corrected) Long double bugs - sprintf.t _and_ num.t
46990              From: "Allen Smith" <easmith@beatrice.rutgers.edu>
46991              Date: Mon, 9 Sep 2002 01:48:08 -0400
46992              Message-Id: <10209090148.ZM1555835@puck2.rutgers.edu>
46993      Branch: perl
46994            ! perl.h sv.c
46995 ____________________________________________________________________________
46996 [ 17880] By: hv                                    on 2002/09/09  09:33:55
46997         Log: integrate Math::BigInt-1.63
46998              Subject: Re: [perl #16997] Math::BigFloat hang on bsqrt [ANNOUNCE v1.63
46999              From: Tels <perl_dummy@bloodgate.com>
47000              Date: Mon, 09 Sep 2002 00:23:01 +0200 (CEST)
47001              Message-Id: <200209082022.g88KMGY20194@crypt.org>
47002      Branch: perl
47003            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
47004            ! lib/Math/BigInt/t/bare_mif.t lib/Math/BigInt/t/constant.t
47005            ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/mbimbf.t
47006            ! lib/Math/BigInt/t/sub_mif.t
47007 ____________________________________________________________________________
47008 [ 17879] By: hv                                    on 2002/09/09  09:23:53
47009         Log: Subject: [PATCH] Configure locincpth vs Jaguar gcc 3
47010              From: Jarkko Hietaniemi <jhi@iki.fi>
47011              Date: Mon, 9 Sep 2002 00:07:46 +0300
47012              Message-ID: <20020908210746.GB4136@lyta.hut.fi>
47013      Branch: perl
47014            ! Configure
47015 ____________________________________________________________________________
47016 [ 17878] By: hv                                    on 2002/09/09  09:11:57
47017         Log: small grammar fix in Benchmark docs
47018      Branch: perl
47019            ! lib/Benchmark.pm
47020 ____________________________________________________________________________
47021 [ 17877] By: hv                                    on 2002/09/09  09:09:30
47022         Log: Subject: [PATCH] configpm
47023              From: Abe Timmerman <abe@ztreet.demon.nl>
47024              Date: Sun, 8 Sep 2002 17:21:19 +0200
47025              Message-Id: <200209081721.19233.abe@ztreet.demon.nl>
47026      Branch: perl
47027            ! configpm
47028 ____________________________________________________________________________
47029 [ 17876] By: hv                                    on 2002/09/09  08:48:35
47030         Log: Subject: Re: Smoke 17849 MSWin32 (w2k/GCC)
47031              From: Abe Timmerman <abe@ztreet.demon.nl>
47032              Date: Mon, 9 Sep 2002 01:32:19 +0200
47033              Message-Id: <200209090132.19891.abe@ztreet.demon.nl>
47034      Branch: perl
47035            ! makedef.pl
47036 ____________________________________________________________________________
47037 [ 17875] By: rgs                                   on 2002/09/08  18:55:01
47038         Log: Subject: [PATCH] cleanup temp files (was Re: Smoke 17805 irix 6.5 6.5.16m IP32 r5000 /usr/share/src/cpan-current-benedick)
47039              From: Nicholas Clark <nick@unfortu.net>
47040              Date: Sun, 8 Sep 2002 15:46:44 +0100
47041              Message-ID: <20020908144643.GC286@Bagpuss.unfortu.net>
47042
47043              Plus two other similar tweaks
47044      Branch: perl
47045            ! ext/SDBM_File/sdbm.t
47046 ____________________________________________________________________________
47047 [ 17874] By: hv                                    on 2002/09/08  17:10:38
47048         Log: Subject: Re: [PATCH: perl #17849] (corrected) Long double bugs - sprintf.t _and_ num.t
47049              From: "Allen Smith" <easmith@beatrice.rutgers.edu>
47050              Date: Sat, 7 Sep 2002 05:25:45 -0400
47051              Message-Id: <10209070525.ZM1584639@puck2.rutgers.edu>
47052      Branch: perl
47053            ! hints/irix_6.sh numeric.c perl.h sv.c t/base/num.t
47054            ! t/op/sprintf.t
47055 ____________________________________________________________________________
47056 [ 17873] By: hv                                    on 2002/09/08  16:48:54
47057         Log: Subject: [PATCH] COW for ithreads (was Re: what copies scalars in ithreads?)
47058              From: Nicholas Clark <nick@unfortu.net>
47059              Date: Sat, 7 Sep 2002 00:20:53 +0100
47060              Message-ID: <20020906232052.GB901@Bagpuss.unfortu.net>
47061      Branch: perl
47062            ! op.c sv.c
47063 ____________________________________________________________________________
47064 [ 17872] By: hv                                    on 2002/09/08  16:35:46
47065         Log: temporarily skip failing Storable tests caused by #17869
47066      Branch: perl
47067            ! ext/Storable/t/code.t
47068 ____________________________________________________________________________
47069 [ 17871] By: hv                                    on 2002/09/08  16:23:49
47070         Log: Subject: [PATCH] tiddly tidy up for util.c
47071              From: Nicholas Clark <nick@unfortu.net>
47072              Date: Fri, 6 Sep 2002 23:00:14 +0100
47073              Message-ID: <20020906220013.GD428@Bagpuss.unfortu.net>
47074      Branch: perl
47075            ! util.c
47076 ____________________________________________________________________________
47077 [ 17870] By: hv                                    on 2002/09/08  16:21:23
47078         Log: regularise whitespace and formatting in util.c
47079      Branch: perl
47080            ! util.c
47081 ____________________________________________________________________________
47082 [ 17869] By: hv                                    on 2002/09/08  15:46:08
47083         Log: Subject: [perl #17061] no strict 'garbage'
47084              From: Elizabeth Mattijsen (via RT) <perlbug@perl.org>
47085              Date: 6 Sep 2002 19:31:02 -0000
47086              Message-Id: <rt-17061-36808.6.19994322284541@bugs6.perl.org>
47087              Date: Sat, 07 Sep 2002 13:40:22 +0200
47088              Message-Id: <4.2.0.58.20020907133846.02476d40@mickey.dijkmat.nl>
47089      Branch: perl
47090            ! lib/strict.pm lib/strict.t
47091 ____________________________________________________________________________
47092 [ 17868] By: hv                                    on 2002/09/08  15:24:08
47093         Log: small fix to perl58delta for MIME::QuotedPrint, from Jarkko
47094      Branch: perl
47095            ! pod/perl58delta.pod
47096 ____________________________________________________________________________
47097 [ 17867] By: hv                                    on 2002/09/08  15:10:46
47098         Log: Subject: [PATCH] allow using hires time() in Benchmark
47099              From: Jarkko Hietaniemi <jhi@iki.fi>
47100              Date: Fri, 6 Sep 2002 00:38:11 +0300
47101              Message-ID: <20020905213811.GA23771@lyta.hut.fi>
47102      Branch: perl
47103            ! lib/Benchmark.pm
47104 ____________________________________________________________________________
47105 [ 17866] By: hv                                    on 2002/09/08  15:06:05
47106         Log: Subject: [PATCH] OS/400 PASE symbol scan tweak
47107              From: Jarkko Hietaniemi <jhi@kosh.hut.fi>
47108              Date: Thu, 5 Sep 2002 21:46:20 +0300 (EET DST)
47109              Message-Id: <200209051846.g85IkKOk013697@kosh.hut.fi>
47110      Branch: perl
47111            ! Configure
47112 ____________________________________________________________________________
47113 [ 17865] By: hv                                    on 2002/09/08  15:03:23
47114         Log: Subject: Unicode::Collate 0.23 Released
47115              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
47116              Date: Thu, 05 Sep 2002 23:28:32 +0900
47117              Message-Id: <20020905232316.8151.BQW10602@nifty.com>
47118      Branch: perl
47119            + lib/Unicode/Collate/t/index.t
47120            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
47121            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
47122 ____________________________________________________________________________
47123 [ 17864] By: hv                                    on 2002/09/08  14:55:31
47124         Log: Subject: sv_2pv_flags and ROK and UTF8 flags
47125              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
47126              Date: Wed, 04 Sep 2002 21:09:01 -0700
47127              Message-ID: <djtd9gzkgyLd092yn@efn.org>
47128              Date: Fri, 06 Sep 2002 09:23:03 -0700
47129              Message-ID: <nZNe9gzkgKdH092yn@efn.org>
47130      Branch: perl
47131            ! lib/overload.t sv.c sv.h t/op/pat.t
47132 ____________________________________________________________________________
47133 [ 17863] By: hv                                    on 2002/09/08  14:11:54
47134         Log: setting PERL_CORE as in #17861 violates assumptions made by taint tests
47135      Branch: perl
47136            ! t/op/taint.t
47137 ____________________________________________________________________________
47138 [ 17862] By: hv                                    on 2002/09/08  14:01:07
47139         Log: Subject: [PATCH t/TestInit.pm] Set env PERL_CORE
47140              From: Michael G Schwern <schwern@pobox.com>
47141              Date: Wed, 4 Sep 2002 11:38:01 -0700
47142              Message-ID: <20020904183801.GF8367@ool-18b93024.dyn.optonline.net>
47143      Branch: perl
47144            ! t/TestInit.pm
47145 ____________________________________________________________________________
47146 [ 17861] By: hv                                    on 2002/09/08  13:58:10
47147         Log: Subject: Re: [PATCH t/test.pl] Let is/isnt() handle undef without warnings
47148              From: Michael G Schwern <schwern@pobox.com>
47149              Date: Fri, 6 Sep 2002 14:03:16 -0700
47150              Message-ID: <20020906210315.GC808@ool-18b93024.dyn.optonline.net>
47151      Branch: perl
47152            ! t/test.pl
47153 ____________________________________________________________________________
47154 [ 17860] By: hv                                    on 2002/09/08  13:48:49
47155         Log: #17859 misuses s/// return values
47156      Branch: perl
47157            ! configpm
47158 ____________________________________________________________________________
47159 [ 17859] By: hv                                    on 2002/09/08  13:17:46
47160         Log: Subject: Re: [PATCH] Attempt at speeding up Config.pm.  Didn't work.
47161              From: Nicholas Clark <nick@unfortu.net>
47162              Date: Mon, 2 Sep 2002 23:22:32 +0100
47163              Message-ID: <20020902222231.GG284@Bagpuss.unfortu.net>
47164      Branch: perl
47165            ! configpm
47166 ____________________________________________________________________________
47167 [ 17850] By: ams                                   on 2002/09/06  03:31:32
47168         Log: Subject: [PATCH] (mostly (Unicode)) pod nits
47169              From: Jarkko Hietaniemi <jhi@iki.fi>
47170              Date: Fri, 6 Sep 2002 06:01:57 +0300
47171              Message-Id: <20020906030157.GA28252@lyta.hut.fi>
47172      Branch: perl
47173            ! pod/perl.pod pod/perlunicode.pod pod/perluniintro.pod
47174 ____________________________________________________________________________
47175 [ 17849] By: gsar                                  on 2002/09/05  06:28:36
47176         Log: document setting the email address
47177      Branch: perl
47178            ! Porting/repository.pod
47179 ____________________________________________________________________________
47180 [ 17848] By: hv                                    on 2002/09/04  23:12:15
47181         Log: AUTHORS: preferred address for Allen Smith
47182      Branch: perl
47183            ! AUTHORS
47184 ____________________________________________________________________________
47185 [ 17847] By: hv                                    on 2002/09/04  23:10:37
47186         Log: copy on write: fixes and debugging
47187              Subject: what copies scalars in ithreads?
47188              From: Nicholas Clark <nick@unfortu.net>
47189              Date: Wed, 4 Sep 2002 21:52:47 +0100
47190              Message-ID: <20020904205247.GA280@Bagpuss.unfortu.net>
47191      Branch: perl
47192            ! sv.c
47193 ____________________________________________________________________________
47194 [ 17846] By: hv                                    on 2002/09/04  23:02:43
47195         Log: Subject: Re: [PATCH] A variety of README nitpicks.
47196              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
47197              Date: Wed, 04 Sep 2002 09:10:05 +0200
47198              Message-Id: <20020904090853.F13D.H.M.BRAND@hccnet.nl>
47199      Branch: perl
47200            ! README.hpux
47201 ____________________________________________________________________________
47202 [ 17845] By: hv                                    on 2002/09/04  15:06:33
47203         Log: Avoid 'unportable' warnings for lib/Math/BigInt/t/constant.t
47204      Branch: perl
47205            ! lib/Math/BigInt/t/constant.t
47206 ____________________________________________________________________________
47207 [ 17844] By: hv                                    on 2002/09/04  14:32:19
47208         Log: #17836 (DB_File-1.805) misses a couple of dTHX declarations
47209      Branch: perl
47210            ! ext/DB_File/DB_File.xs
47211 ____________________________________________________________________________
47212 [ 17843] By: hv                                    on 2002/09/04  14:09:13
47213         Log: #17842 was only half the story
47214              Subject: [PATCH deb.c] Re: HiRes failure is success?
47215              From: Dave Mitchell <davem@fdgroup.com>
47216              Date: Wed, 4 Sep 2002 16:11:15 +0100
47217              Message-ID: <20020904161115.E27603@fdgroup.com>
47218      Branch: perl
47219            ! deb.c
47220 ____________________________________________________________________________
47221 [ 17842] By: hv                                    on 2002/09/04  14:04:40
47222         Log: printf argument mismatch in Perl_deb_stack_all() from change #17718
47223      Branch: perl
47224            ! deb.c
47225 ____________________________________________________________________________
47226 [ 17841] By: hv                                    on 2002/09/04  13:57:27
47227         Log: Subject: [PATCH] op/getpid.t failure
47228              From: Michael G Schwern <schwern@pobox.com>
47229              Date: Tue, 3 Sep 2002 17:48:24 -0700
47230              Message-ID: <20020904004824.GG2701@ool-18b93024.dyn.optonline.net>
47231      Branch: perl
47232            ! t/op/getpid.t
47233 ____________________________________________________________________________
47234 [ 17840] By: hv                                    on 2002/09/04  13:55:20
47235         Log: Subject: [PATCH] File::Basename doesn't lazy load Carp right.
47236              and Subject: [PATCH] More modules that don't lazy load Carp right.
47237              From: Michael G Schwern <schwern@pobox.com>
47238              Date: Tue, 3 Sep 2002 17:21:57 -0700
47239              Message-ID: <20020904002157.GD2701@ool-18b93024.dyn.optonline.net>
47240              and Message-ID: <20020904003857.GE2701@ool-18b93024.dyn.optonline.net>
47241      Branch: perl
47242            ! ext/Encode/Unicode/Unicode.pm
47243            ! ext/Encode/lib/Encode/Encoding.pm ext/Sys/Hostname/Hostname.pm
47244            ! lib/File/Basename.pm
47245 ____________________________________________________________________________
47246 [ 17839] By: hv                                    on 2002/09/04  13:47:12
47247         Log: Subject: Re: [PATCH 5.8.0] add accessors for POSIX::SigAction
47248              From: "Brendan O'Dea" <bod@debian.org>
47249              Date: Wed, 4 Sep 2002 02:36:10 +1000
47250              Message-ID: <20020903163610.GA14595@londo.odea.dropbear.id.au>
47251      Branch: perl
47252            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
47253 ____________________________________________________________________________
47254 [ 17838] By: hv                                    on 2002/09/04  13:41:27
47255         Log: Subject: [PATCHes] Still no working Berkeley DB in OS X 10.2
47256              From: =?ISO-8859-1?Q?Kay_R=F6pke?= <kay@dolphin-services.de>
47257              Date: Tue, 3 Sep 2002 13:46:18 +0200
47258              Message-Id: <C287A20E-BF32-11D6-A454-000393414688@dolphin-services.de>
47259      Branch: perl
47260            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-recno.t
47261 ____________________________________________________________________________
47262 [ 17837] By: hv                                    on 2002/09/04  13:38:27
47263         Log: Subject: [PATCH lib/Config.t] test grandfathered Config variables
47264              From: Michael G Schwern <schwern@pobox.com>
47265              Date: Mon, 2 Sep 2002 22:29:07 -0700
47266              Message-ID: <20020903052907.GR8061@ool-18b93024.dyn.optonline.net>
47267      Branch: perl
47268            ! lib/Config.t
47269 ____________________________________________________________________________
47270 [ 17836] By: hv                                    on 2002/09/04  13:35:36
47271         Log: Subject: [PATCH] DB_File 1.805
47272              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
47273              Date: Mon, 2 Sep 2002 23:56:40 +0100
47274              Message-ID: <AIEAJICLCBDNAAOLLOKLAEMCFFAA.Paul.Marquess@btinternet.com>
47275      Branch: perl
47276            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
47277            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
47278            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
47279            ! ext/DB_File/t/db-recno.t ext/DB_File/typemap
47280 ____________________________________________________________________________
47281 [ 17835] By: hv                                    on 2002/09/04  13:23:17
47282         Log: fix coredump after 64k-deep recursion
47283              Subject: Re: debugging coredump with -DD
47284              From: hv@crypt.org
47285              Date: Tue, 03 Sep 2002 14:34:20 +0100
47286              Message-Id: <200209031334.g83DYLN09709@crypt.compulink.co.uk>
47287      Branch: perl
47288            ! cop.h t/op/recurse.t
47289 ____________________________________________________________________________
47290 [ 17834] By: hv                                    on 2002/09/04  13:08:36
47291         Log: perldoc: allow arguments for pager
47292              Subject: perldoc patch for better $Config{pager} support, mandir patch, fhs patch
47293              From: Chip Turner <cturner@redhat.com>
47294              Date: 02 Sep 2002 01:17:23 -0400
47295              Message-ID: <vzku1l9x95o.fsf@minbar.devel.redhat.com>
47296      Branch: perl
47297            ! utils/perldoc.PL
47298 ____________________________________________________________________________
47299 [ 17833] By: hv                                    on 2002/09/04  12:55:54
47300         Log: Subject: [PATCH] use sysconf(_SC_CLK_TCK) for times()
47301              From: Jarkko Hietaniemi <jhi@iki.fi>
47302              Date: Sun, 1 Sep 2002 19:23:55 +0300
47303              Message-ID: <20020901162355.GH12536@lyta.hut.fi>
47304      Branch: perl
47305            ! embedvar.h intrpvar.h perl.c perlapi.h pp_sys.c
47306 ____________________________________________________________________________
47307 [ 17832] By: hv                                    on 2002/09/04  12:39:42
47308         Log: Subject: Re: [PATCH] Correct/completes Overloading in XS mods
47309              From: John Peacock <jpeacock@rowman.com>
47310              Date: Sun, 01 Sep 2002 15:00:12 -0400
47311              Message-ID: <3D7263BC.9020608@rowman.com>
47312      Branch: perl
47313            ! lib/ExtUtils/xsubpp pod/perlxs.pod
47314 ____________________________________________________________________________
47315 [ 17831] By: hv                                    on 2002/09/04  11:47:10
47316         Log: #17827 misses some win32 tweaks
47317      Branch: perl
47318            ! win32/Makefile win32/makefile.mk
47319 ____________________________________________________________________________
47320 [ 17830] By: hv                                    on 2002/09/04  11:41:22
47321         Log: update email address for Paul Marquess
47322      Branch: perl
47323            ! AUTHORS
47324 ____________________________________________________________________________
47325 [ 17829] By: hv                                    on 2002/09/04  11:38:39
47326         Log: Subject: Correction for AUTHORS.html
47327              From: Sean Davis <dive@ender.com>
47328              Date: Fri, 30 Aug 2002 03:51:16 -0700
47329              Message-ID: <20020830035116.A18739@endersgame.net>
47330      Branch: perl
47331            ! AUTHORS
47332 ____________________________________________________________________________
47333 [ 17828] By: hv                                    on 2002/09/04  11:31:42
47334         Log: Subject: [PATCH] File::Spec->catfile not canonicalizing consistently
47335              From: Michael G Schwern <schwern@pobox.com>
47336              Date: Fri, 30 Aug 2002 03:40:45 -0700
47337              Message-ID: <20020830104044.GF859@ool-18b93024.dyn.optonline.net>
47338      Branch: perl
47339            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
47340            ! lib/File/Spec/t/Spec.t
47341 ____________________________________________________________________________
47342 [ 17827] By: hv                                    on 2002/09/04  11:21:57
47343         Log: Subject: [PATCH] OS/400 PASE port
47344              From: Jarkko Hietaniemi <jhi@iki.fi>
47345              Date: Thu, 29 Aug 2002 22:22:51 +0300
47346              Message-ID: <20020829192251.GA27102@lyta.hut.fi>
47347      Branch: perl
47348            + README.os400 hints/os400.sh
47349            ! Configure MANIFEST hints/aix.sh lib/Cwd.pm pod/buildtoc.PL
47350            ! pod/perl.pod pod/perlebcdic.pod pod/perlport.pod
47351 ____________________________________________________________________________
47352 [ 17826] By: hv                                    on 2002/09/04  11:10:54
47353         Log: Subject: [PATCH 5.8.0] allow Sys::Syslog test to fail gracefully
47354              From: "Brendan O'Dea" <bod@debian.org>
47355              Date: Thu, 29 Aug 2002 22:42:39 +1000
47356              Message-ID: <20020829124239.GA31934@londo.odea.dropbear.id.au>
47357      Branch: perl
47358            ! ext/Sys/Syslog/syslog.t
47359 ____________________________________________________________________________
47360 [ 17825] By: hv                                    on 2002/09/04  10:53:59
47361         Log: Subject: Re: Possible bug in IPC/Semaphore.pm [PATCH]
47362              From: "John P. Linderman" <jpl@research.att.com>
47363              Date: Wed, 28 Aug 2002 08:04:29 -0400 (EDT)
47364              Message-Id: <200208271900.PAA98096@raptor.research.att.com>
47365      Branch: perl
47366            ! ext/IPC/SysV/Semaphore.pm
47367 ____________________________________________________________________________
47368 [ 17824] By: rgs                                   on 2002/09/03  20:02:36
47369         Log: Subject: [perl #16971] [PATCH] Fix a couple of URLs that changed recently.
47370              From: Richard Soderberg (via RT) <perlbug@perl.org>
47371              Date: 3 Sep 2002 18:48:54 -0000
47372              Message-ID: <rt-16971-36426.15.5276119194873@bugs6.perl.org>
47373
47374              Subject: [PATCH] A variety of README nitpicks.
47375              From: Richard Soderberg <rs@crystalflame.net>
47376              Date: Tue, 3 Sep 2002 11:54:39 -0700 (PDT)
47377              Message-ID: <Pine.LNX.4.33.0209031148280.32671-200000@oregonnet.com>
47378      Branch: perl
47379            ! README.amiga README.dgux README.dos README.epoc README.hpux
47380            ! README.mint README.netware README.vmesa
47381 ____________________________________________________________________________
47382 [ 17823] By: rgs                                   on 2002/09/03  19:47:05
47383         Log: Fix bug #16828.
47384              Add a few tests to ext/B/t/b.t, make it use Test::More.
47385      Branch: perl
47386            ! ext/B/B.xs ext/B/t/b.t
47387 ____________________________________________________________________________
47388 [ 17822] By: rgs                                   on 2002/09/02  19:29:52
47389         Log: Some simple tests for the POSIX::isXXX() functions.
47390      Branch: perl
47391            ! ext/POSIX/t/posix.t
47392 ____________________________________________________________________________
47393 [ 17821] By: rgs                                   on 2002/08/30  19:56:53
47394         Log: Advertise Linux::Pid.
47395      Branch: perl
47396            ! pod/perlfunc.pod pod/perlvar.pod
47397 ____________________________________________________________________________
47398 [ 17819] By: hv                                    on 2002/08/30  13:42:02
47399         Log: Subject: [PATCH] Tweaks to Bleadperl Version Object Support
47400              From: John Peacock <jpeacock@rowman.com>
47401              Date: Wed, 28 Aug 2002 22:13:48 -0400
47402              Message-ID: <3D6D835C.50809@rowman.com>
47403      Branch: perl
47404            ! universal.c util.c
47405 ____________________________________________________________________________
47406 [ 17818] By: hv                                    on 2002/08/30  13:16:05
47407         Log: add test related to change #17799:
47408              Subject: Re: if.pm bug.
47409              From: "Steffen Mueller" <kjx9zthh3001@sneakemail.com>
47410              Date: Thu, 29 Aug 2002 19:39:58 +0200
47411              Message-ID: <20020829173358.34731.qmail@onion.perl.org>
47412      Branch: perl
47413            ! lib/if.t
47414 ____________________________________________________________________________
47415 [ 17817] By: hv                                    on 2002/08/30  13:12:20
47416         Log: Subject: [PATCH] AUTHORS
47417              From: "Brendan O'Dea" <bod@debian.org>
47418              Date: Thu, 29 Aug 2002 22:49:34 +1000
47419              Message-ID: <20020829124934.GA1984@londo.odea.dropbear.id.au>
47420      Branch: perl
47421            ! AUTHORS
47422 ____________________________________________________________________________
47423 [ 17816] By: hv                                    on 2002/08/30  13:10:45
47424         Log: Subject: [PATCH 5.8.0] Term::Cap allow # comments in infcocmp output
47425              From: "Brendan O'Dea" <bod@debian.org>
47426              Date: Thu, 29 Aug 2002 22:46:47 +1000
47427              Message-ID: <20020829124647.GA1498@londo.odea.dropbear.id.au>
47428      Branch: perl
47429            ! lib/Term/Cap.pm
47430 ____________________________________________________________________________
47431 [ 17815] By: hv                                    on 2002/08/30  13:02:41
47432         Log: formatting cleanup and:
47433              Subject: Re: perl-5.8.0 on HP porting center
47434              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
47435              Date: Thu, 29 Aug 2002 12:23:31 +0200
47436              Message-Id: <20020829122221.0CA3.H.M.BRAND@hccnet.nl>
47437      Branch: perl
47438            ! installperl
47439 ____________________________________________________________________________
47440 [ 17814] By: hv                                    on 2002/08/30  12:23:33
47441         Log: Subject: [PATCH] perlmod.pod nit
47442              From: Autrijus Tang <autrijus@autrijus.org>
47443              Date: Thu, 29 Aug 2002 03:49:34 +0800
47444              Message-ID: <20020828194934.GA12244@not.autrijus.org>
47445      Branch: perl
47446            ! pod/perlmod.pod
47447 ____________________________________________________________________________
47448 [ 17813] By: hv                                    on 2002/08/30  12:19:15
47449         Log: Subject: [PATCH] Re: glob names and Regexp type introspection
47450              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
47451              Date: Thu, 29 Aug 2002 17:31:31 -0700
47452              Message-ID: <jzrb9gzkgO7W092yn@efn.org>
47453      Branch: perl
47454            ! sv.c t/op/pat.t
47455 ____________________________________________________________________________
47456 [ 17812] By: hv                                    on 2002/08/30  12:06:20
47457         Log: Subject: [PATCH] typos in Hash::Util documentation
47458              From: Slaven Rezic <slaven.rezic@berlin.de>
47459              Date: Wed, 28 Aug 2002 17:08:50 +0200 (CEST)
47460              Message-Id: <200208281508.g7SF8o9Z015197@vran.herceg.de>
47461      Branch: perl
47462            ! lib/Hash/Util.pm
47463 ____________________________________________________________________________
47464 [ 17811] By: hv                                    on 2002/08/30  12:02:59
47465         Log: Subject: Re: Recent changes on the HP porting center
47466              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
47467              Date: Wed, 28 Aug 2002 17:39:27 +0200
47468              Message-Id: <20020828173024.3E95.H.M.BRAND@hccnet.nl>
47469      Branch: perl
47470            ! README.hpux
47471 ____________________________________________________________________________
47472 [ 17810] By: hv                                    on 2002/08/30  11:58:18
47473         Log: Subject: [PATCH] Fixes to threads::shared when disabled
47474              From: Michael G Schwern <schwern@pobox.com>
47475              Date: Wed, 28 Aug 2002 06:04:18 -0700
47476              Message-ID: <20020828130418.GG773@ool-18b93024.dyn.optonline.net>
47477      Branch: perl
47478            + ext/threads/shared/t/disabled.t
47479            ! MANIFEST ext/threads/shared/shared.pm
47480            ! ext/threads/shared/t/hv_refs.t
47481 ____________________________________________________________________________
47482 [ 17808] By: ams                                   on 2002/08/30  02:59:31
47483         Log: Subject: [PATCH] Tru64 vs Berkeley DB
47484              From: Jarkko Hietaniemi <jhi@iki.fi>
47485              Date: Fri, 30 Aug 2002 06:56:38 +0300
47486              Message-Id: <20020830035638.GB874@lyta.hut.fi>
47487      Branch: perl
47488            ! README.tru64 hints/dec_osf.sh
47489 ____________________________________________________________________________
47490 [ 17807] By: ams                                   on 2002/08/30  02:32:30
47491         Log: Subject: [PATCH] IRIX + INSTALL
47492              From: Jarkko Hietaniemi <jhi@iki.fi>
47493              Date: Fri, 30 Aug 2002 06:31:48 +0300
47494              Message-Id: <20020830033148.GA874@lyta.hut.fi>
47495      Branch: perl
47496            ! INSTALL hints/irix_6.sh
47497 ____________________________________________________________________________
47498 [ 17806] By: hv                                    on 2002/08/29  22:56:45
47499         Log: #17449 failed to apply the actual patch. This is it.
47500      Branch: perl
47501            ! lib/Exporter.pm lib/Exporter/Heavy.pm
47502 ____________________________________________________________________________
47503 [ 17805] By: hv                                    on 2002/08/29  13:49:04
47504         Log: Fix based on:
47505              Subject: [perl #16799] Perl 5.8.0 breaks POSIX::isprint() (and other POSIX::xxx)
47506              From: "esm@pobox.com (via RT)" <perlbug@perl.org>
47507              Date: 27 Aug 2002 22:10:16 -0000
47508              Message-Id: <rt-16799-35846.14.4842888832041@bugs6.perl.org>
47509      Branch: perl
47510            ! ext/POSIX/POSIX.xs
47511 ____________________________________________________________________________
47512 [ 17804] By: hv                                    on 2002/08/29  13:29:43
47513         Log: Subject: [PATCH] B::check_av() ; B::Deparse for CHECK blocks
47514              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
47515              Date: Tue, 27 Aug 2002 23:36:53 +0200
47516              Message-Id: <20020827233653.535bc211.rgarciasuarez@free.fr>
47517      Branch: perl
47518            ! embedvar.h ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm intrpvar.h
47519            ! perl.c perlapi.h sv.c
47520 ____________________________________________________________________________
47521 [ 17803] By: ams                                   on 2002/08/29  13:09:47
47522         Log: Subject: [PATCH] AIX compiler setup sanity checking
47523              From: Jarkko Hietaniemi <jhi@iki.fi>
47524              Date: Thu, 29 Aug 2002 16:43:51 +0300
47525              Message-Id: <20020829134351.GG5219@lyta.hut.fi>
47526      Branch: perl
47527            ! hints/aix.sh
47528 ____________________________________________________________________________
47529 [ 17802] By: hv                                    on 2002/08/29  12:32:51
47530         Log: Subject: [perl #16769] Documention bug
47531              From: "dformosa@dformosa.zeta.org.au (via RT)" <perlbug@perl.org>
47532              Date: 26 Aug 2002 10:01:04 -0000
47533              Message-Id: <rt-16769-35720.17.1057454913803@bugs6.perl.org>
47534      Branch: perl
47535            ! pod/perl58delta.pod
47536 ____________________________________________________________________________
47537 [ 17801] By: hv                                    on 2002/08/29  12:19:30
47538         Log: Subject: [PATCH] ExtUtils::Constant 0.14
47539              From: Nicholas Clark <nick@unfortu.net>
47540              Date: Sun, 25 Aug 2002 18:06:00 +0100
47541              Message-ID: <20020825170600.GE322@Bagpuss.unfortu.net>
47542      Branch: perl
47543            ! lib/ExtUtils/Constant.pm lib/ExtUtils/t/Constant.t
47544 ____________________________________________________________________________
47545 [ 17800] By: hv                                    on 2002/08/29  12:08:59
47546         Log: Subject: Patch: Put local($^I, @ARGV) = ... trick back into perlfaq5
47547              From: Mark-Jason Dominus <mjd@plover.com>
47548              Date: Sun, 25 Aug 2002 12:09:53 -0400
47549              Message-ID: <20020825160953.15987.qmail@plover.com>
47550      Branch: perl
47551            ! pod/perlfaq5.pod
47552 ____________________________________________________________________________
47553 [ 17799] By: hv                                    on 2002/08/29  11:48:39
47554         Log: Subject: Re: if.pm bug.
47555              From: "Steffen Mueller" <kjx9zthh3001@sneakemail.com>
47556              Date: Sun, 25 Aug 2002 00:27:59 +0200
47557              Message-ID: <20020824222210.16387.qmail@onion.perl.org>
47558      Branch: perl
47559            ! lib/if.pm
47560 ____________________________________________________________________________
47561 [ 17798] By: hv                                    on 2002/08/29  11:44:00
47562         Log: Subject: [PATCH] posixify getppid on linux-multithread
47563              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
47564              Date: Tue, 6 Aug 2002 21:56:46 +0200
47565              Message-Id: <20020806215646.3f6852bb.rgarciasuarez@free.fr>
47566      Branch: perl
47567            + t/op/getpid.t
47568            ! MANIFEST embedvar.h hints/linux.sh perl.c perlapi.h perlvars.h
47569            ! pod/perlfunc.pod pod/perlvar.pod pp_sys.c util.c
47570 ____________________________________________________________________________
47571 [ 17797] By: hv                                    on 2002/08/29  10:55:41
47572         Log: Subject: Re: [perl #16677] B::SV::FLAGS dumps core
47573              From: Mark-Jason Dominus <mjd@plover.com>
47574              Date: Sun, 25 Aug 2002 22:31:54 -0400
47575              Message-ID: <20020826023154.22986.qmail@plover.com>
47576      Branch: perl
47577            ! ext/B/B.pm
47578 ____________________________________________________________________________
47579 [ 17791] By: hv                                    on 2002/08/27  11:28:32
47580         Log: Missing MANIFEST files for #17783.
47581      Branch: perl
47582            ! MANIFEST
47583 ____________________________________________________________________________
47584 [ 17790] By: hv                                    on 2002/08/27  11:22:36
47585         Log: #17783 introduced an outdated test module, causing failure in
47586              lib/ExtUtils/t/problems.t. This grabs a more recent copy from
47587              ExtUtils::MakeMaker.
47588      Branch: perl
47589            ! t/lib/TieOut.pm
47590 ____________________________________________________________________________
47591 [ 17789] By: ams                                   on 2002/08/27  04:04:48
47592         Log: Subject: Patch perlvar.pod
47593              From: mjd@plover.com
47594              Date: 27 Aug 2002 03:03:01 -0000
47595              Message-Id: <20020827030301.32481.qmail@plover.com>
47596      Branch: perl
47597            ! pod/perlvar.pod
47598 ____________________________________________________________________________
47599 [ 17788] By: hv                                    on 2002/08/26  23:59:47
47600         Log: Update Changes
47601      Branch: perl
47602            ! Changes patchlevel.h
47603 ____________________________________________________________________________
47604 [ 17787] By: hv                                    on 2002/08/26  19:22:27
47605         Log: fix for:
47606              Subject: [perl #16773] "abc" =~ /(ab)()(c)??/ broken
47607              From: (Randal L. Schwartz) (via RT) <perlbug@perl.org>
47608              Date: 26 Aug 2002 15:01:36 -0000
47609              Message-Id: <rt-16773-35748.5.13188490159294@bugs6.perl.org>
47610      Branch: perl
47611            ! regexec.c t/op/re_tests
47612 ____________________________________________________________________________
47613 [ 17786] By: hv                                    on 2002/08/26  15:34:25
47614         Log: Subject: CPAN Upload: S/SB/SBURKE/Test-1.21.tar.gz
47615              From: "Sean M. Burke" <sburke@cpan.org>
47616              Date: Mon, 26 Aug 2002 04:38:19 -0600
47617              Message-Id: <5.1.0.14.1.20020826043702.022ca320@mail.spinn.net>
47618      Branch: perl
47619            ! lib/Test.pm lib/Test/t/fail.t lib/Test/t/mix.t
47620            ! lib/Test/t/todo.t
47621 ____________________________________________________________________________
47622 [ 17785] By: hv                                    on 2002/08/26  15:18:41
47623         Log: fix non-ANSI C++-style comment
47624              Subject: [ PATCH ]  Smoke 17780 /pro/3gl/CPAN/perl-current
47625              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
47626              Date: Mon, 26 Aug 2002 09:15:18 +0200
47627              Message-Id: <20020826090145.6975.H.M.BRAND@hccnet.nl>
47628      Branch: perl
47629            ! ext/Storable/Storable.xs
47630 ____________________________________________________________________________
47631 [ 17784] By: hv                                    on 2002/08/26  15:15:19
47632         Log: #17780 relies on unixy paths to locate own directory for bignum tests.
47633      Branch: perl
47634            ! lib/bignum/t/biinfnan.t lib/bignum/t/bninfnan.t
47635            ! lib/bignum/t/brinfnan.t
47636 ____________________________________________________________________________
47637 [ 17783] By: hv                                    on 2002/08/26  15:07:21
47638         Log: Subject: [ANNOUNCE] Test::Simple 0.47
47639              From: Michael G Schwern <schwern@pobox.com>
47640              Date: Mon, 26 Aug 2002 04:13:03 -0700
47641              Message-ID: <20020826111303.GJ758@ool-18b93024.dyn.optonline.net>
47642      Branch: perl
47643            + lib/Test/Simple/t/details.t lib/Test/Simple/t/fork.t
47644            + lib/Test/Simple/t/has_plan.t lib/Test/Simple/t/has_plan2.t
47645            + lib/Test/Simple/t/ok_obj.t
47646            + t/lib/Test/Simple/sample_tests/pre_plan_death.plx
47647            ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple.pm
47648            ! lib/Test/Simple/Changes lib/Test/Simple/t/exit.t
47649            ! lib/Test/Simple/t/plan.t lib/Test/Simple/t/threads.t
47650            ! lib/Test/Tutorial.pod t/lib/TieOut.pm
47651 ____________________________________________________________________________
47652 [ 17782] By: hv                                    on 2002/08/26  15:00:55
47653         Log: new test for change #17773
47654              Subject: lib/Pod/t/htmlview.t and lib/Pod/t/htmlview.pod patch (to account for the Pod::Html patch)
47655              From: DH <crazyinsomniac@yahoo.com>
47656              Date: Mon, 26 Aug 2002 01:36:27 -0700 (PDT)
47657              Message-ID: <20020826083627.46199.qmail@web40207.mail.yahoo.com>
47658      Branch: perl
47659            ! lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
47660 ____________________________________________________________________________
47661 [ 17781] By: hv                                    on 2002/08/26  14:48:35
47662         Log: #17775 changed reentr.c instead of reentr.pl, which generates it
47663      Branch: perl
47664            ! reentr.pl
47665 ____________________________________________________________________________
47666 [ 17780] By: hv                                    on 2002/08/25  19:03:50
47667         Log: fix bignum test failures
47668      Branch: perl
47669            ! lib/bignum/t/biinfnan.t lib/bignum/t/bninfnan.t
47670            ! lib/bignum/t/brinfnan.t
47671 ____________________________________________________________________________
47672 [ 17779] By: hv                                    on 2002/08/25  18:56:29
47673         Log: upgrade bignum to v0.13: fix test failures and update docs
47674      Branch: perl
47675            ! lib/bignum.pm lib/bignum/t/bignum.t lib/bignum/t/bninfnan.t
47676 ____________________________________________________________________________
47677 [ 17778] By: hv                                    on 2002/08/25  18:43:06
47678         Log: Subject: Encode 1.76 Released
47679              From: Dan Kogai <dankogai@dan.co.jp>
47680              Date: su elo 25, 2002  11:27:07 US/Eastern
47681              Message-Id: <1DE68466-B83F-11D6-8805-0003939A104C@dan.co.jp>
47682      Branch: perl
47683            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/bin/piconv
47684            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
47685            ! ext/Encode/lib/Encode/MIME/Header.pm
47686            ! ext/Encode/t/big5-eten.utf ext/Encode/ucm/big5-eten.ucm
47687 ____________________________________________________________________________
47688 [ 17777] By: rgs                                   on 2002/08/25  18:42:46
47689         Log: Fix parsing problems with the // operator.
47690              Make // able to follow various unary operators used without
47691              arguments or parens (shift, pop, getc, pos, readline,
47692              readlink, undef, umask, and the filetest operators), as
47693              well as the <FH> operator.
47694      Branch: perl
47695            ! perl.h t/op/dor.t toke.c
47696 ____________________________________________________________________________
47697 [ 17776] By: hv                                    on 2002/08/25  15:56:37
47698         Log: Subject: [PATCH] ExtUtils::Constant 0.13
47699              From: Nicholas Clark <nick@unfortu.net>
47700              Date: Fri, 23 Aug 2002 19:21:12 +0100
47701              Message-ID: <20020823182111.GA281@Bagpuss.unfortu.net>
47702      Branch: perl
47703            ! lib/ExtUtils/Constant.pm lib/ExtUtils/t/Constant.t
47704 ____________________________________________________________________________
47705 [ 17775] By: hv                                    on 2002/08/25  15:46:28
47706         Log: Subject: [perl #16729] crypt() doesn't work in multithreaded perl
47707              From: "mls@suse.de (via RT)" <perlbug@perl.org>
47708              Date: 23 Aug 2002 15:24:39 -0000
47709              Message-Id: <rt-16729-35555.9.25145891475907@bugs6.perl.org>
47710      Branch: perl
47711            ! reentr.c
47712 ____________________________________________________________________________
47713 [ 17774] By: hv                                    on 2002/08/25  15:29:42
47714         Log: Subject: [PATCH lib/Benchmark.(pm|t)]  Make cmpthese work as documented.
47715              From: Abigail <abigail@foad.org>
47716              Date: Thu, 22 Aug 2002 04:10:39 -0700
47717              Message-ID: <20020822041039.A2089@ucan.foad.org>
47718      Branch: perl
47719            ! lib/Benchmark.pm lib/Benchmark.t
47720 ____________________________________________________________________________
47721 [ 17773] By: hv                                    on 2002/08/25  15:17:16
47722         Log: Subject: Re: a bugfix for Pod::Html (in diff -u format)
47723              From: DH <crazyinsomniac@yahoo.com>
47724              Date: Thu, 22 Aug 2002 02:32:50 -0700 (PDT)
47725              Message-ID: <20020822093250.30523.qmail@web40205.mail.yahoo.com>
47726      Branch: perl
47727            ! lib/Pod/Html.pm
47728 ____________________________________________________________________________
47729 [ 17772] By: hv                                    on 2002/08/25  14:49:37
47730         Log: Subject: Re: p5p patches
47731              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
47732              Date: Fri, 23 Aug 2002 15:27:48 +0200
47733              Message-Id: <20020823152535.D3EA.H.M.BRAND@hccnet.nl>
47734      Branch: perl
47735            ! Porting/patching.pod
47736 ____________________________________________________________________________
47737 [ 17771] By: hv                                    on 2002/08/25  14:45:46
47738         Log: Subject: Newdated info for HP-UX
47739              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
47740              Date: Wed, 21 Aug 2002 20:20:17 +0200
47741              Message-Id: <20020821201737.697B.H.M.BRAND@hccnet.nl>
47742      Branch: perl
47743            ! README.hpux
47744 ____________________________________________________________________________
47745 [ 17770] By: hv                                    on 2002/08/25  14:26:36
47746         Log: Subject: [PATCH] let perlfaq1.pod mention 5.8 as the current stable release
47747              From: "Jos I. Boumans" <kane@cpan.org>
47748              Date: Wed, 21 Aug 2002 14:55:51 +0200
47749              Message-ID: <20020821124817.34761.qmail@onion.perl.org>
47750      Branch: perl
47751            ! pod/perlfaq1.pod
47752 ____________________________________________________________________________
47753 [ 17769] By: hv                                    on 2002/08/25  14:16:50
47754         Log: Subject: bit more for WinCE
47755              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
47756              Date: Wed, 21 Aug 2002 01:31:52 +0400
47757              Message-ID: <000f01c24891$045c4990$2b5ec3d9@vad>
47758      Branch: perl
47759            ! wince/Makefile.ce wince/compile.bat wince/win32io.c
47760            ! wince/wince.c
47761 ____________________________________________________________________________
47762 [ 17768] By: hv                                    on 2002/08/25  14:02:47
47763         Log: Subject: [PATCH] fix lib.pm's import() to accept readonly parameters
47764              From: Anton Berezin <tobez@tobez.org>
47765              Date: Tue, 20 Aug 2002 23:44:25 +0200
47766              Message-ID: <20020820214425.GG16178@heechee.tobez.org>
47767      Branch: perl
47768            ! lib/lib.t lib/lib_pm.PL
47769 ____________________________________________________________________________
47770 [ 17767] By: hv                                    on 2002/08/25  13:52:08
47771         Log: Subject: [perl #16281] patch to enable perldoc -n for MSWin32 (perl-5.8.0)
47772              From: "Randy W. Sims" (via RT) <perlbug@perl.org>
47773              Date: 18 Aug 2002 13:27:12 -0000
47774              Message-Id: <rt-16281-34264.3.49471192322156@bugs6.perl.org>
47775      Branch: perl
47776            ! utils/perldoc.PL
47777 ____________________________________________________________________________
47778 [ 17766] By: rgs                                   on 2002/08/24  20:33:05
47779         Log: Subject: [perl #16737] [PATCH] Perl5.8.0 two simple typos in perlxstut
47780              From: Peter BARABAS (via RT) <perlbug@perl.org>
47781              Date: 24 Aug 2002 08:16:19 -0000
47782              Message-ID: <rt-16737-35573.3.51579548306248@bugs6.perl.org>
47783      Branch: perl
47784            ! pod/perlxstut.pod
47785 ____________________________________________________________________________
47786 [ 17765] By: rgs                                   on 2002/08/24  19:03:52
47787         Log: Subject: [PATCH] remove 2 unit warnings from lib/Net/t/hostname.t
47788              From: Nicholas Clark <nick@unfortu.net>
47789              Date: Sat, 24 Aug 2002 17:01:08 +0100
47790              Message-ID: <20020824160107.GI280@Bagpuss.unfortu.net>
47791              (plus a typo fix)
47792      Branch: perl
47793            ! lib/Net/t/hostname.t
47794 ____________________________________________________________________________
47795 [ 17764] By: rgs                                   on 2002/08/24  12:29:27
47796         Log: a2p wasn't installed with -Dversiononly
47797      Branch: perl
47798            ! installperl
47799 ____________________________________________________________________________
47800 [ 17763] By: hv                                    on 2002/08/23  12:23:31
47801         Log: #17747 caused bad free()s with PERL_DESTRUCT by calling newXS()
47802              with a NULL subaddr. Fix that, and stop it happening again.
47803      Branch: perl
47804            ! op.c universal.c
47805 ____________________________________________________________________________
47806 [ 17762] By: hv                                    on 2002/08/23  11:02:35
47807         Log: fixup threaded build for vstring changes
47808      Branch: perl
47809            ! universal.c util.c
47810 ____________________________________________________________________________
47811 [ 17761] By: ams                                   on 2002/08/23  02:54:09
47812         Log: Incorporate fix from JHI at:
47813              http://rt.perl.org/rt2/Ticket/Display.html?id=16708
47814      Branch: perl
47815            ! ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
47816 ____________________________________________________________________________
47817 [ 17760] By: ams                                   on 2002/08/23  01:30:46
47818         Log: Subject: [PATCH] PPPort IVSIZE and SvPV_nolen
47819              From: Jarkko Hietaniemi <jhi@iki.fi>
47820              Date: Fri, 23 Aug 2002 05:29:09 +0300
47821              Message-Id: <20020823022909.GC9135@lyta.hut.fi>
47822      Branch: perl
47823            ! ext/Devel/PPPort/PPPort.pm
47824 ____________________________________________________________________________
47825 [ 17759] By: ams                                   on 2002/08/23  01:27:23
47826         Log: Subject: [PATCH] x2p/str.c signedness nits
47827              From: Jarkko Hietaniemi <jhi@iki.fi>
47828              Date: Fri, 23 Aug 2002 02:43:30 +0300
47829              Message-Id: <20020822234330.GC31624@lyta.hut.fi>
47830      Branch: perl
47831            ! x2p/str.c
47832 ____________________________________________________________________________
47833 [ 17758] By: hv                                    on 2002/08/22  22:29:45
47834         Log: bignum-0.12 updates from:
47835              Subject: [ANNOUCNE] Big Math::Big* update
47836              From: Tels <perl_dummy@bloodgate.com>
47837              Date: Tue, 13 Aug 2002 22:02:09 +0200 (CEST)
47838              Message-Id: <200208132121.g7DLLRV21408@crypt.org>
47839      Branch: perl
47840            + lib/bignum/t/biinfnan.t lib/bignum/t/bn_lite.t
47841            + lib/bignum/t/bninfnan.t lib/bignum/t/br_lite.t
47842            + lib/bignum/t/brinfnan.t lib/bignum/t/infnan.inc
47843            ! MANIFEST lib/bigint.pm lib/bignum.pm lib/bignum/t/bignum.t
47844            ! lib/bigrat.pm
47845 ____________________________________________________________________________
47846 [ 17757] By: hv                                    on 2002/08/22  22:19:42
47847         Log: new file for #17756
47848      Branch: perl
47849            ! MANIFEST
47850 ____________________________________________________________________________
47851 [ 17756] By: hv                                    on 2002/08/22  22:16:41
47852         Log: Subject: ANNOUCNE: Math::BigRat v0.09
47853              From: Tels <perl_dummy@bloodgate.com>
47854              Date: Wed, 14 Aug 2002 20:12:03 +0200 (CEST)
47855              Message-Id: <200208141812.g7EICrV23771@crypt.org>
47856      Branch: perl
47857            + lib/Math/BigRat/t/big_ap.t
47858            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigrat.t
47859            ! lib/Math/BigRat/t/bigratpm.inc
47860 ____________________________________________________________________________
47861 [ 17755] By: hv                                    on 2002/08/22  19:44:03
47862         Log: new files from #17754
47863      Branch: perl
47864            + lib/Math/BigInt/Scalar.pm lib/Math/BigInt/t/bigints.t
47865 ____________________________________________________________________________
47866 [ 17754] By: hv                                    on 2002/08/22  19:42:58
47867         Log: Subject: ANNOUNCE: Math-BigInt v1.62
47868              From: Tels <perl_dummy@bloodgate.com>
47869              Date: Wed, 21 Aug 2002 19:12:59 +0200 (CEST)
47870              Message-Id: <200208211513.g7LFDUs02512@crypt.org>
47871      Branch: perl
47872            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
47873            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
47874            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bare_mif.t
47875            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
47876            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
47877            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/calling.t
47878            ! lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/mbimbf.inc
47879            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbf.t
47880            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/sub_mif.t
47881            ! lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
47882            ! lib/Math/BigInt/t/with_sub.t t/lib/Math/BigFloat/Subclass.pm
47883 ____________________________________________________________________________
47884 [ 17753] By: hv                                    on 2002/08/22  12:05:57
47885         Log: Subject: podlators 1.24 released
47886              From: Russ Allbery <rra@stanford.edu>
47887              Date: Sat, 03 Aug 2002 20:56:42 -0700
47888              Message-ID: <ylbs8jff9h.fsf@windlord.stanford.edu>
47889      Branch: perl
47890            + lib/Pod/t/text-options.t
47891            ! MANIFEST lib/Pod/Text.pm lib/Pod/Text/Overstrike.pm
47892            ! lib/Pod/t/basic.t pod/pod2text.PL
47893 ____________________________________________________________________________
47894 [ 17752] By: hv                                    on 2002/08/22  11:13:17
47895         Log: Subject: [Announce] Unicode::Collate 0.20 -> UCA version 9
47896              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
47897              Date: Fri, 26 Jul 2002 02:59:12 +0900
47898              Message-Id: <20020726025828.B5E9.BQW10602@nifty.com>
47899      Branch: perl
47900            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
47901            ! lib/Unicode/Collate/README lib/Unicode/Collate/keys.txt
47902            ! lib/Unicode/Collate/t/test.t
47903 ____________________________________________________________________________
47904 [ 17751] By: hv                                    on 2002/08/22  11:08:35
47905         Log: fix test failure from #17747
47906      Branch: perl
47907            ! ext/B/t/stash.t
47908 ____________________________________________________________________________
47909 [ 17750] By: hv                                    on 2002/08/22  10:46:19
47910         Log: Subject: [PATCH] Fix DBM filters
47911              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
47912              Date: Wed, 21 Aug 2002 11:40:49 +0100
47913              Message-ID: <AIEAJICLCBDNAAOLLOKLAEHCFEAA.Paul.Marquess@btinternet.com>
47914      Branch: perl
47915            ! XSUB.h ext/DB_File/DB_File.xs ext/DB_File/typemap
47916            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/gdbm.t
47917            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.xs
47918            ! ext/NDBM_File/ndbm.t ext/NDBM_File/typemap
47919            ! ext/ODBM_File/ODBM_File.xs ext/ODBM_File/odbm.t
47920            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.xs
47921            ! ext/SDBM_File/sdbm.t ext/SDBM_File/typemap
47922 ____________________________________________________________________________
47923 [ 17749] By: hv                                    on 2002/08/22  01:04:32
47924         Log: avoid use of %caller::EXPORT
47925              Subject: [PATCH] Re: question about Exporter::import
47926              From: Nicholas Clark <nick@unfortu.net>
47927              Date: Wed, 14 Aug 2002 21:33:12 +0100
47928              Message-id: <20020814203311.GD278@Bagpuss.unfortu.net>
47929      Branch: perl
47930            ! lib/Exporter.pm lib/Exporter/Heavy.pm
47931 ____________________________________________________________________________
47932 [ 17748] By: hv                                    on 2002/08/22  00:54:03
47933         Log: todo test for linux $0 modification
47934              Subject: Re: [perl #16206] $0 in 5.8
47935              From: Slaven Rezic <slaven.rezic@berlin.de>
47936              Date: 17 Aug 2002 21:32:37 +0200
47937              Message-id: <87elcx2sdm.fsf@vran.herceg.de>
47938      Branch: perl
47939            ! t/op/magic.t
47940 ____________________________________________________________________________
47941 [ 17747] By: hv                                    on 2002/08/22  00:11:34
47942         Log: Subject: Re: [PATCH] Version object patch #1
47943              From: John Peacock <jpeacock@rowman.com>
47944              Date: Tue, 20 Aug 2002 22:51:46 -0400 (Wed 03:51 BST)
47945              Message-id: <3D630042.6020407@rowman.com>
47946
47947              Subject: Re: [REVISED PATCH] Magic v-strings
47948              From: John Peacock <jpeacock@rowman.com>
47949              Date: Wed, 21 Aug 2002 15:08:34 -0400 (20:08 BST)
47950              Message-id: <3D63E532.7020305@rowman.com>
47951      Branch: perl
47952            ! sv.c t/op/ver.t universal.c util.c
47953 ____________________________________________________________________________
47954 [ 17746] By: hv                                    on 2002/08/20  16:48:05
47955         Log: Subject: [PATCH] Version object patch #1
47956              From: John Peacock <jpeacock@rowman.com>
47957              Date: Thu, 15 Aug 2002 10:06:21 -0400 (15:06 BST)
47958              Message-id: <3D5BB55D.6090603@rowman.com>
47959              and Message-id: <3D627D1A.4050607@rowman.com>
47960              and t/lib/warnings/universal tweak to skip
47961      Branch: perl
47962            ! embed.fnc embed.h global.sym pod/perlapi.pod proto.h sv.h
47963            ! t/lib/warnings/universal toke.c util.c
47964 ____________________________________________________________________________
47965 [ 17745] By: hv                                    on 2002/08/20  16:27:01
47966         Log: perldelta for #17727
47967      Branch: perl
47968            ! pod/perldelta.pod
47969 ____________________________________________________________________________
47970 [ 17744] By: hv                                    on 2002/08/20  15:34:36
47971         Log: Subject: typo in perfunc.pod
47972              From: "John P. Linderman" <jpl@research.att.com>
47973              Date: Mon, 19 Aug 2002 08:45:31 -0400 (EDT) (13:45 BST)
47974              Message-id: <200208191245.IAA20072@raptor.research.att.com>
47975      Branch: perl
47976            ! pod/perlfunc.pod
47977 ____________________________________________________________________________
47978 [ 17743] By: hv                                    on 2002/08/20  15:31:40
47979         Log: Subject: Re: [PATCH] fix typos in perlpacktut
47980              From: "Mr. Nobody" <mrnobo1024@yahoo.com>
47981              Date: Fri, 16 Aug 2002 20:40:58 -0700 (PDT) (Sat 04:40 BST)
47982              Message-id: <20020817034058.45633.qmail@web20802.mail.yahoo.com>
47983      Branch: perl
47984            ! pod/perlpacktut.pod
47985 ____________________________________________________________________________
47986 [ 17742] By: hv                                    on 2002/08/20  14:51:16
47987         Log: Subject: [REVISED PATCH] Magic v-strings
47988              From: John Peacock <jpeacock@rowman.com>
47989              Date: Sat, 10 Aug 2002 15:56:22 -0400 (20:56 BST)
47990              Message-id: <3D556FE6.6000404@rowman.com>
47991              plus a bit of cleanup
47992      Branch: perl
47993            ! dump.c perl.h pod/perlguts.pod sv.c sv.h util.c
47994 ____________________________________________________________________________
47995 [ 17741] By: hv                                    on 2002/08/20  14:20:16
47996         Log: Subject: Re: [PATCH] Storable and CODE references
47997              From: Slaven Rezic <slaven.rezic@berlin.de>
47998              Date: 17 Aug 2002 21:58:03 +0200
47999              Message-id: <87bs812r78.fsf@vran.herceg.de>
48000      Branch: perl
48001            + ext/Storable/t/code.t
48002            ! MANIFEST ext/Storable/Storable.xs ext/Storable/t/forgive.t
48003            ! ext/Storable/t/malice.t
48004 ____________________________________________________________________________
48005 [ 17740] By: hv                                    on 2002/08/20  14:07:56
48006         Log: Clean up copy-on-write macros and debug facilities (new flag 'C').
48007              Handle CoW in hashes:
48008              Subject: Re: why would tr/// be performing hash copies?
48009              From: Nicholas Clark <nick@unfortu.net>
48010              Date: Sun, 18 Aug 2002 23:17:01 +0100
48011              Message-id: <20020818221700.GD294@Bagpuss.unfortu.net>
48012      Branch: perl
48013            ! hv.c perl.c perl.h pod/perlrun.pod sv.c sv.h
48014 ____________________________________________________________________________
48015 [ 17739] By: hv                                    on 2002/08/20  13:52:18
48016         Log: Subject: Re: [perl #15326] Not OK: perl v5.8.0 on i686-linux-64int-ld 2.4.5
48017              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
48018              Date: Tue, 23 Jul 2002 09:21:10 +0200
48019              Message-id: <20020723092051.184C.H.M.BRAND@hccnet.nl>
48020      Branch: perl
48021            ! Configure
48022 ____________________________________________________________________________
48023 [ 17737] By: ams                                   on 2002/08/19  07:48:39
48024         Log: Effect a speedy recovery from POD affected by (ahem, Australian)
48025              negligence.
48026      Branch: perl
48027            ! pod/perlrun.pod
48028 ____________________________________________________________________________
48029 [ 17736] By: hv                                    on 2002/08/18  18:27:28
48030         Log: Subject: [PATCH] Re: 5.8.0 sprintf (?) problem with floats?
48031              From: Dave Mitchell <davem@fdgroup.com>
48032              Date: Fri, 16 Aug 2002 23:31:07 +0100
48033              Message-id: <20020816233107.E9388@fdgroup.com>
48034      Branch: perl
48035            ! numeric.c t/base/num.t
48036 ____________________________________________________________________________
48037 [ 17735] By: hv                                    on 2002/08/18  02:22:21
48038         Log: Subject: Re: [perl #16198] pod tpyo in hostent.pm
48039              From: Mark-Jason Dominus <mjd@plover.com>
48040              Date: Tue, 13 Aug 2002 21:19:08 -0400 (Wed 02:19 BST)
48041              Message-id: <20020814011909.22744.qmail@plover.com>
48042      Branch: perl
48043            ! lib/Net/hostent.pm
48044 ____________________________________________________________________________
48045 [ 17734] By: hv                                    on 2002/08/18  02:20:05
48046         Log: Subject: [PATCH] Re: Pod::Functions tpyo
48047              From: Abe Timmerman <abe@ztreet.demon.nl>
48048              Date: Tue, 13 Aug 2002 23:47:00 +0200
48049              Message-id: <200208132347.00782.abe@ztreet.demon.nl>
48050      Branch: perl
48051            ! lib/Pod/Functions.pm
48052 ____________________________________________________________________________
48053 [ 17733] By: hv                                    on 2002/08/18  02:17:18
48054         Log: Subject: Server rename revisited
48055              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
48056              Date: Tue, 13 Aug 2002 19:19:03 +0200
48057              Message-id: <20020813191821.DC98.H.M.BRAND@hccnet.nl>
48058      Branch: perl
48059            ! README.hpux
48060 ____________________________________________________________________________
48061 [ 17732] By: hv                                    on 2002/08/18  02:11:49
48062         Log: Subject: [PATCH] Remove old VOS build methods
48063              From: Paul_GreenVOS@vos.stratus.com
48064              Date: Tue, 13 Aug 02 10:25 edt (15:25 BST)
48065              Message-id: <200208131426.KAA01012@mailhub1.stratus.com>
48066      Branch: perl
48067            - vos/Makefile vos/build.cm vos/compile_perl.cm
48068            - vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
48069            - vos/config.ga.h vos/config.pl vos/configure_perl.cm
48070            - vos/install_perl.cm vos/perl.bind vos/test_vos_dummies.c
48071            - vos/vos_dummies.c
48072            ! MANIFEST README.vos pod/perlport.pod vos/Changes
48073 ____________________________________________________________________________
48074 [ 17731] By: hv                                    on 2002/08/18  01:57:12
48075         Log: Subject: [PATCH] Configure missing d_modflproto=''
48076              From: "Gerrit P. Haase" <gp@familiehaase.de>
48077              Date: Tue, 13 Aug 2002 15:11:05 +0200
48078              Message-id: <11417599086.20020813151105@familiehaase.de>
48079      Branch: perl
48080            ! Configure
48081 ____________________________________________________________________________
48082 [ 17730] By: hv                                    on 2002/08/18  01:41:33
48083         Log: missing chunk from #17725 causes lib/constant.t test failures
48084      Branch: perl
48085            ! lib/constant.t
48086 ____________________________________________________________________________
48087 [ 17729] By: hv                                    on 2002/08/17  02:33:15
48088         Log: Subject: [PATCH] Safe.pm documentation
48089              From: Slaven Rezic <slaven.rezic@berlin.de>
48090              Date: Sat, 10 Aug 2002 19:30:38 +0200 (CEST)
48091              Message-id: <200208101730.g7AHUc9p001668@vran.herceg.de>
48092      Branch: perl
48093            ! ext/Opcode/Safe.pm pod/perlre.pod
48094 ____________________________________________________________________________
48095 [ 17728] By: hv                                    on 2002/08/17  02:07:24
48096         Log: Subject: Copy On Write
48097              From: Nicholas Clark <nick@ccl4.org>
48098              Date: Thu, 15 Aug 2002 00:10:35 +0100
48099              Message-id: <20020815001035.A69079@plum.flirble.org>
48100              specify "-Accflags='-DPERL_COPY_ON_WRITE'" to use
48101      Branch: perl
48102            ! doop.c dump.c embed.fnc embed.h mg.c pod/perlapi.pod pp.c
48103            ! pp_hot.c proto.h sv.c sv.h
48104 ____________________________________________________________________________
48105 [ 17727] By: hv                                    on 2002/08/17  01:20:05
48106         Log: Subject: [PATCH 5.7.3] Negative subscripts optionally passed to tied array methods
48107              From: Mark-Jason Dominus <mjd@plover.com>
48108              Date: Sun, 14 Apr 2002 23:38:55 -0400 (Mon 04:38 BST)
48109              Message-id: <20020415033855.6343.qmail@plover.com>
48110      Branch: perl
48111            ! av.c av.h pod/perltie.pod t/op/tiearray.t
48112 ____________________________________________________________________________
48113 [ 17726] By: hv                                    on 2002/08/17  01:17:09
48114         Log: pp.c warns that sv may be used uninitialised in pp_delete()
48115      Branch: perl
48116            ! pp.c
48117 ____________________________________________________________________________
48118 [ 17725] By: hv                                    on 2002/08/17  00:51:19
48119         Log: Subject: [PATCH] Remove pseudo-hashes (complete)
48120              From: Michael G Schwern <schwern@pobox.com>
48121              Date: Tue, 6 Aug 2002 13:05:10 -0700 (21:05 BST)
48122              Message-id: <20020806200510.GC31473@ool-18b93024.dyn.optonline.net>
48123      Branch: perl
48124            ! av.c doop.c dump.c embed.fnc embed.h ext/B/B/Concise.pm
48125            ! global.sym lib/fields.pm lib/fields.t lib/overload.pm mg.c
48126            ! op.c op.h pod/perldiag.pod pod/perlfunc.pod pod/perlref.pod
48127            ! pp.c pp_hot.c proto.h t/op/avhv.t t/op/hashwarn.t
48128 ____________________________________________________________________________
48129 [ 17724] By: hv                                    on 2002/08/17  00:27:33
48130         Log: ext/B/defsubs.h also depends on the program that builds it
48131      Branch: perl
48132            ! ext/B/Makefile.PL
48133 ____________________________________________________________________________
48134 [ 17723] By: hv                                    on 2002/08/17  00:10:24
48135         Log: Subject: Re: deb.c compile time error (patchlevel 17721)
48136              From: Dave Mitchell <davem@fdgroup.com>
48137              Date: Tue, 13 Aug 2002 14:42:15 +0100
48138              Message-ID: <20020813144215.G11939@fdgroup.com>
48139      Branch: perl
48140            ! embed.fnc embed.h global.sym proto.h
48141 ____________________________________________________________________________
48142 [ 17722] By: ams                                   on 2002/08/16  05:20:22
48143         Log: Subject: Minor perlrun.pod patch
48144              From: Iain Truskett <spoon@cpan.org>
48145              Date: Fri, 16 Aug 2002 16:20:27 +1000
48146              Message-Id: <20020816162027.D17196@eh.org>
48147      Branch: perl
48148            ! pod/perlrun.pod
48149 ____________________________________________________________________________
48150 [ 17721] By: hv                                    on 2002/08/12  12:17:19
48151         Log: #17717 needed tests fixing up
48152      Branch: perl
48153            ! t/op/chop.t
48154 ____________________________________________________________________________
48155 [ 17720] By: hv                                    on 2002/08/12  12:10:07
48156         Log: Subject: Re: [PATCH] Re: taint news
48157              From: Rick Delaney <rick.delaney@rogers.com>
48158              Date: 04 Aug 2002 00:28:58 EDT
48159              Message-ID: <m3heibs0vp.fsf@cs839290-a.mtth.phub.net.cable.rogers.com>
48160              missed patch fragment from Change #17676
48161      Branch: perl
48162            ! pod/perlsec.pod
48163 ____________________________________________________________________________
48164 [ 17719] By: hv                                    on 2002/08/12  12:03:53
48165         Log: Subject: [perl #15987] Tests fail when sources are under CVS control
48166              From: Warren Jones (via RT) <perlbug@perl.org>
48167              Date: 5 Aug 2002 19:08:50 -0000 (Mon 20:08 BST)
48168              Message-id: <rt-15987-32864.15.6255441902154@bugs6.perl.org>
48169      Branch: perl
48170            ! lib/strict.t lib/warnings.t
48171 ____________________________________________________________________________
48172 [ 17718] By: hv                                    on 2002/08/12  11:57:17
48173         Log: Subject: [PATCH] add verbose stack display option, -Dvs
48174              From: Dave Mitchell <davem@fdgroup.com>
48175              Date: Mon, 5 Aug 2002 00:55:33 +0100
48176              Message-id: <20020805005533.B26111@fdgroup.com>
48177      Branch: perl
48178            ! deb.c dump.c embed.fnc embed.h perl.c perl.h pod/perlapi.pod
48179            ! pod/perlrun.pod proto.h
48180 ____________________________________________________________________________
48181 [ 17717] By: hv                                    on 2002/08/12  11:44:06
48182         Log: Subject: Re: [PATCH@8545] [ID 20000808.005] OP_REFGEN as an lvalue
48183              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
48184              Date: Sat, 27 Jan 2001 19:31:29 -0800 (PST)
48185              Message-ID: <14963.32943.102669.67625@soda.csua.berkeley.edu>
48186      Branch: perl
48187            ! op.c t/op/chop.t t/op/ref.t
48188 ____________________________________________________________________________
48189 [ 17716] By: hv                                    on 2002/08/12  11:29:53
48190         Log: Subject: Re: [ID 20020713.001] chomp($data=<tied_fh>) strangeness.
48191              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
48192              Date: Sat, 13 Jul 2002 17:44:02 +0100
48193              Message-id: <200207131644.g6DGi2214456@crypt.compulink.co.uk>
48194      Branch: perl
48195            ! pp_hot.c t/op/tiehandle.t
48196 ____________________________________________________________________________
48197 [ 17715] By: hv                                    on 2002/08/12  11:28:26
48198         Log: Subject: [PATCH] better modfl detection
48199              From: Nicholas Clark <nick@unfortu.net>
48200              Date: Sun, 11 Aug 2002 20:05:49 +0100
48201              Message-id: <20020811190548.GK300@Bagpuss.unfortu.net>
48202      Branch: perl
48203            ! Configure config_h.SH perl.h
48204 ____________________________________________________________________________
48205 [ 17714] By: hv                                    on 2002/08/12  11:26:23
48206         Log: Subject: [PATCH] perltodo.pod
48207              From: Richard.Foley@t-online.de
48208              Date: Sun, 11 Aug 2002 18:26:10 +0200
48209              Message-id: <17dwY1-0spbdoC@fwd06.sul.t-online.com>
48210              perlbug credits
48211      Branch: perl
48212            ! pod/perltodo.pod
48213 ____________________________________________________________________________
48214 [ 17713] By: hv                                    on 2002/08/12  11:24:44
48215         Log: Subject: [PATCH] gv_fullname3 as call to gv_fullname4
48216              From: Nicholas Clark <nick@unfortu.net>
48217              Date: Sun, 11 Aug 2002 16:59:16 +0100
48218              Message-id: <20020811155914.GE300@Bagpuss.unfortu.net>
48219      Branch: perl
48220            ! gv.c
48221 ____________________________________________________________________________
48222 [ 17712] By: hv                                    on 2002/08/12  11:23:06
48223         Log: Subject: Re: Smoke 17703 /pro/3gl/CPAN/perl-current
48224              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
48225              Date: Mon, 12 Aug 2002 10:25:20 +0200
48226              Message-id: <20020812102347.AFB6.H.M.BRAND@hccnet.nl>
48227              gcc bug test needs -lm
48228      Branch: perl
48229            ! hints/hpux.sh
48230 ____________________________________________________________________________
48231 [ 17711] By: hv                                    on 2002/08/12  11:20:49
48232         Log: Subject: [PATCH s2p] Small typo correction
48233              From: "Newton, Philip" <Philip.Newton@datenrevision.de>
48234              Date: Wed, 7 Aug 2002 11:50:51 +0200
48235              Message-id: <C9A98F2128EDD411B0920008C7B337A13DCE2B@hamsem01.de.gedas.vwg>
48236      Branch: perl
48237            ! x2p/s2p.PL
48238 ____________________________________________________________________________
48239 [ 17710] By: hv                                    on 2002/08/12  11:17:21
48240         Log: Subject: [PATCH] pod/perlfaq4.pod
48241              From: Abigail <abigail@foad.org>
48242              Date: Tue, 30 Jul 2002 09:52:02 -0700 (17:52 BST)
48243              Message-id: <20020730095202.A6462@ucan.foad.org>
48244              Add references to Regexp::Common.
48245      Branch: perl
48246            ! pod/perlfaq4.pod
48247 ____________________________________________________________________________
48248 [ 17707] By: rgs                                   on 2002/08/09  21:23:20
48249         Log: Subject: New HP-UX itanium servers
48250              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
48251              Date: Wed, 07 Aug 2002 13:25:57 +0200
48252              Message-ID: <20020807132518.FCBF.H.M.BRAND@hccnet.nl>
48253      Branch: perl
48254            ! README.hpux
48255 ____________________________________________________________________________
48256 [ 17706] By: rgs                                   on 2002/08/09  21:00:41
48257         Log: Subject: Re: missing lower range in {} regex
48258              From: "John P. Linderman" <jpl@research.att.com>
48259              Date: Fri, 09 Aug 2002 12:48:55 -0400
48260              Message-ID: <200208091648.MAA77577@raptor.research.att.com>
48261      Branch: perl
48262            ! pod/perlre.pod
48263 ____________________________________________________________________________
48264 [ 17705] By: rgs                                   on 2002/08/08  20:57:59
48265         Log: More tests for the attribute syntax, from the
48266              attributes manpage.
48267      Branch: perl
48268            ! t/op/attrs.t
48269 ____________________________________________________________________________
48270 [ 17704] By: rgs                                   on 2002/08/08  19:47:44
48271         Log: Fix bug #16080 : an attribute list should end at '}'
48272      Branch: perl
48273            ! t/op/attrs.t toke.c
48274 ____________________________________________________________________________
48275 [ 17703] By: hv                                    on 2002/08/08  15:30:12
48276         Log: Update Changes
48277      Branch: perl
48278            ! Changes patchlevel.h
48279 ____________________________________________________________________________
48280 [ 17702] By: hv                                    on 2002/08/08  15:08:57
48281         Log: Subject: Re: README.aix
48282              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
48283              Date: Tue, 30 Jul 2002 13:30:29 +0200
48284              Message-id: <20020730130812.48B9.H.M.BRAND@hccnet.nl>
48285      Branch: perl
48286            ! README.aix
48287 ____________________________________________________________________________
48288 [ 17701] By: hv                                    on 2002/08/08  15:06:01
48289         Log: Subject: [PATCH] Re: pp_sys.c compile failed..
48290              From: Andy Dougherty <doughera@lafayette.edu>
48291              Date: Tue, 6 Aug 2002 10:42:07 -0400 (EDT) (15:42 BST)
48292              Message-id: <Pine.SOL.4.10.10208061024250.5315-100000@maxwell.phys.lafayette.edu>
48293      Branch: perl
48294            ! hints/aix.sh
48295 ____________________________________________________________________________
48296 [ 17700] By: hv                                    on 2002/08/08  15:02:57
48297         Log: Subject: [DOC PATCH] perlipc.pod
48298              From: Arjen Laarhoven <arjen@nl.demon.net>
48299              Date: Tue, 6 Aug 2002 14:16:01 +0200
48300              Message-id: <20020806121601.GK40785@aragorn.noc.nl.demon.net>
48301      Branch: perl
48302            ! pod/perlipc.pod
48303 ____________________________________________________________________________
48304 [ 17699] By: hv                                    on 2002/08/08  14:56:56
48305         Log: Subject: [PATCH] Re: [perl #15898] coredump with variable our
48306              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
48307              Date: Fri, 2 Aug 2002 23:44:21 +0200
48308              Message-id: <20020802234421.11c62fe6.rgarciasuarez@free.fr>
48309      Branch: perl
48310            ! op.c t/op/attrs.t
48311 ____________________________________________________________________________
48312 [ 17698] By: hv                                    on 2002/08/08  14:52:45
48313         Log: Subject: [perl #16000] Configure -Dstatic_ext=foo builds foo as both static and dynamic
48314              From: Yitzchak Scott-Thoennes (via RT) <perlbug@perl.org>
48315              Date: 6 Aug 2002 04:28:15 -0000 (Tue 05:28 BST)
48316              Message-id: <rt-16000-32913.8.41582281961522@bugs6.perl.org>
48317      Branch: perl
48318            ! Configure
48319 ____________________________________________________________________________
48320 [ 17697] By: hv                                    on 2002/08/08  14:49:00
48321         Log: Subject: Doc patch for Class::Struct under 5.8.0
48322              From: Damian Conway <damian@conway.org>
48323              Date: Tue, 30 Jul 2002 23:03:14 +1000
48324              Message-id: <3D471FCF.1C7C6E6B@conway.org>
48325      Branch: perl
48326            ! lib/Class/Struct.pm
48327 ____________________________________________________________________________
48328 [ 17696] By: hv                                    on 2002/08/08  14:44:21
48329         Log: Subject: Re: [perl #15523] Memory Leak in split with trailing empty elements
48330              From: Slaven Rezic <slaven.rezic@berlin.de>
48331              Date: 31 Jul 2002 09:50:06 +0200
48332              Message-id: <87ado85ob5.fsf@vran.herceg.de>
48333      Branch: perl
48334            ! pp.c
48335 ____________________________________________________________________________
48336 [ 17695] By: hv                                    on 2002/08/08  14:40:41
48337         Log: Subject: [PATCH] Re: [perl #15479] perl 5.8.0 segfault
48338              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
48339              Date: Fri, 2 Aug 2002 00:13:10 +0200
48340              Message-id: <20020802001310.7e1dc694.rgarciasuarez@free.fr>
48341      Branch: perl
48342            + t/op/stash.t
48343            ! MANIFEST perl.h
48344 ____________________________________________________________________________
48345 [ 17694] By: hv                                    on 2002/08/08  14:31:55
48346         Log: Subject: Re: [RE-PATCH] Not OK: perl v5.8.0 on PA-RISC2.0 11.00
48347              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
48348              Date: Wed, 31 Jul 2002 16:04:02 +0200
48349              Message-id: <20020731155005.4915.H.M.BRAND@hccnet.nl>
48350      Branch: perl
48351            ! hints/hpux.sh
48352 ____________________________________________________________________________
48353 [ 17693] By: hv                                    on 2002/08/08  14:25:16
48354         Log: Subject: [PATCH: lib/ExtUtils/MM_Unix.pm] Be less strict about what's POD.
48355              From: Abigail <abigail@foad.org>
48356              Date: Thu, 25 Jul 2002 08:52:52 -0700 (16:52 BST)
48357              Message-id: <20020725085252.A2703@ucan.foad.org>
48358      Branch: perl
48359            ! lib/ExtUtils/MM_Unix.pm
48360 ____________________________________________________________________________
48361 [ 17692] By: hv                                    on 2002/08/08  14:20:05
48362         Log: Subject: [PATCH] README.jp and README.cn
48363              From: Autrijus Tang <autrijus@autrijus.org>
48364              Date: Thu, 25 Jul 2002 07:05:11 +0800
48365              Message-id: <20020724230511.GA1327@not.autrijus.org>
48366      Branch: perl
48367            ! README.cn README.jp
48368 ____________________________________________________________________________
48369 [ 17691] By: hv                                    on 2002/08/08  14:01:50
48370         Log: Subject: [perl #15398] Usage::pod2usage looks for perldoc in $Config{bin} and not in $Config{scriptdir}
48371              From: Henrik Tougaard (via RT) <perlbug@perl.org>
48372              Date: 23 Jul 2002 13:45:49 -0000 (Tue 14:45 BST)
48373              Message-id: <rt-15398-31095.6.30466042998663@perl>
48374      Branch: perl
48375            ! lib/Pod/Usage.pm
48376 ____________________________________________________________________________
48377 [ 17690] By: rgs                                   on 2002/08/07  19:56:42
48378         Log: Doc fix : the symbol for COPs wasn't documented.
48379      Branch: perl
48380            ! opcode.pl
48381 ____________________________________________________________________________
48382 [ 17689] By: rgs                                   on 2002/08/06  20:45:30
48383         Log: Subject: Re: no warnings 'io';
48384              From: Nicholas Clark <nick@unfortu.net>
48385              Date: Sat, 27 Jul 2002 21:49:55 +0100
48386              Message-ID: <20020727204954.GB5117@Bagpuss.unfortu.net>
48387
48388              Plus a little bit of regression tests.
48389      Branch: perl
48390            ! t/lib/warnings/pp_hot util.c
48391 ____________________________________________________________________________
48392 [ 17688] By: rgs                                   on 2002/08/06  20:04:19
48393         Log: Subject: [PATCH] XS build fix for VMS
48394              From: "Craig A. Berry" <craigberry@mac.com>
48395              Date: Sun, 4 Aug 2002 12:13:06 -0500
48396              Message-ID: <a05111b07b97256e1c335@[172.16.52.1]>
48397      Branch: perl
48398            ! vms/descrip_mms.template
48399 ____________________________________________________________________________
48400 [ 17687] By: rgs                                   on 2002/08/06  19:50:12
48401         Log: PerlIO::scalar wasn't able to read from non-string
48402              scalar ; now stringifies its argument.
48403      Branch: perl
48404            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
48405 ____________________________________________________________________________
48406 [ 17686] By: rgs                                   on 2002/08/06  19:10:51
48407         Log: More regression tests for $^H and %^H.
48408              Add a TODO test for eval "" preserving %^H.
48409      Branch: perl
48410            ! t/comp/hints.t
48411 ____________________________________________________________________________
48412 [ 17685] By: hv                                    on 2002/08/05  22:42:09
48413         Log: Subject: Re: mention of "use sort" botched in perlfunc? + PATCH
48414              From: "John P. Linderman" <jpl@research.att.com>
48415              Date: Sun, 21 Jul 2002 12:13:32 -0400 (17:13 BST)
48416              Message-id: <200207211613.MAA69505@raptor.research.att.com>
48417      Branch: perl
48418            ! lib/sort.pm lib/sort.t
48419 ____________________________________________________________________________
48420 [ 17684] By: hv                                    on 2002/08/05  22:35:22
48421         Log: Integrate from perlio: change #17653 fixes bug RT15283
48422      Branch: perl
48423           !> ext/PerlIO/via/via.xs
48424 ____________________________________________________________________________
48425 [ 17683] By: hv                                    on 2002/08/05  22:26:45
48426         Log: Integrate from maint-5.6/macperl via macperl
48427              Changes 17660, 17661, 17662, 17663, 17664
48428      Branch: perl
48429           !> perl.c
48430 ____________________________________________________________________________
48431 [ 17682] By: hv                                    on 2002/08/05  15:04:54
48432         Log: Subject: Defined-or patch (cleaned up)
48433              From: "Brent Dax" <brentdax@cpan.org>
48434              Date: Fri, 26 Jul 2002 05:41:52 -0700 (13:41 BST)
48435              Message-id: <000001c234a1$d1ca72c0$6501a8c0@deepblue>
48436      Branch: perl
48437            + t/op/dor.t
48438            ! MANIFEST embed.h ext/B/B/Deparse.pm ext/Opcode/Opcode.pm
48439            ! keywords.h keywords.pl op.c opcode.h opcode.pl opnames.h
48440            ! perly.c perly.h perly.y perly_c.diff pod/perlop.pod pp.sym
48441            ! pp_ctl.c pp_hot.c pp_proto.h toke.c vms/perly_c.vms
48442            ! vms/perly_h.vms
48443 ____________________________________________________________________________
48444 [ 17681] By: hv                                    on 2002/08/05  14:41:23
48445         Log: typo
48446      Branch: perl
48447            ! keywords.h keywords.pl
48448 ____________________________________________________________________________
48449 [ 17680] By: hv                                    on 2002/08/05  14:33:39
48450         Log: warn that keywords.h is generated
48451      Branch: perl
48452            ! keywords.h keywords.pl
48453 ____________________________________________________________________________
48454 [ 17679] By: hv                                    on 2002/08/04  23:40:22
48455         Log: again: #17678 caused test failures in pod2html,
48456              in which $1 could leak from previous regexp
48457      Branch: perl
48458            ! mg.c
48459 ____________________________________________________________________________
48460 [ 17678] By: hv                                    on 2002/08/04  15:34:19
48461         Log: Subject: Re: [ID 20020704.001] my $foo = $1 won't taint $foo (with use re 'taint')
48462              From: hv@crypt.org
48463              Date: Sun, 04 Aug 2002 17:40:30 +0100
48464              Message-id: <200208041640.g74GeUU25061@crypt.compulink.co.uk>
48465      Branch: perl
48466            ! mg.c t/op/taint.t
48467 ____________________________________________________________________________
48468 [ 17677] By: hv                                    on 2002/08/04  15:25:25
48469         Log: Main branch no longer needs op/taint.t version check.
48470      Branch: perl
48471            ! t/op/taint.t
48472 ____________________________________________________________________________
48473 [ 17676] By: hv                                    on 2002/08/04  15:14:09
48474         Log: Subject: Re: [PATCH] Re: taint news
48475              From: Rick Delaney <rick.delaney@rogers.com>
48476              Date: 04 Aug 2002 00:28:58 EDT
48477              Message-ID: <m3heibs0vp.fsf@cs839290-a.mtth.phub.net.cable.rogers.com>
48478              Ref: 20020208.005
48479      Branch: perl
48480            ! pp_sys.c
48481 ____________________________________________________________________________
48482 [ 17675] By: hv                                    on 2002/08/04  01:48:36
48483         Log: Fix email address for Kragen Sitaker <kragen@pobox.com>.
48484      Branch: perl
48485            ! AUTHORS
48486 ____________________________________________________________________________
48487 [ 17674] By: hv                                    on 2002/08/04  01:30:11
48488         Log: Subject: [PATCH] AUTHORS
48489              From: Colin Watson <colinw@zeus.com>
48490              Date: Thu, 25 Jul 2002 15:54:37 +0100
48491              Message-id: <20020725145437.GC4921@zeus.com>
48492      Branch: perl
48493            ! AUTHORS
48494 ____________________________________________________________________________
48495 [ 17673] By: hv                                    on 2002/08/04  01:27:36
48496         Log: Subject: [PATCH] AUTHORS
48497              From: Walt Mankowski <waltman@pobox.com>
48498              Date: Sat, 20 Jul 2002 22:56:12 -0400 (Sun 03:56 BST)
48499              Message-id: <20020721025612.GB15958@pobox.com>
48500      Branch: perl
48501            ! AUTHORS
48502 ____________________________________________________________________________
48503 [ 17672] By: hv                                    on 2002/08/04  01:25:14
48504         Log: Subject: Re: mention of "use sort" botched in perlfunc?
48505              From: Michael G Schwern <schwern@pobox.com>
48506              Date: Sat, 20 Jul 2002 13:49:58 -0400 (18:49 BST)
48507              Message-id: <20020720174958.GL362@ool-18b93024.dyn.optonline.net>
48508      Branch: perl
48509            ! pod/perlfunc.pod
48510 ____________________________________________________________________________
48511 [ 17671] By: hv                                    on 2002/08/04  01:11:32
48512         Log: Change version from 5.8.0 to 5.9.0.
48513      Branch: perl
48514            ! Configure NetWare/Makefile NetWare/config_H.wc
48515            ! Porting/config.sh Porting/config_H README.win32 config_h.SH
48516            ! cygwin/perlld.in epoc/config.sh epoc/createpkg.pl
48517            ! hints/dgux.sh installperl lib/ExtUtils/MM_NW5.pm makedef.pl
48518            ! patchlevel.h win32/Makefile win32/makefile.mk
48519            ! wince/Makefile.ce
48520 ____________________________________________________________________________
48521 [ 17656] By: ams                                   on 2002/07/28  06:12:33
48522         Log: Subject: [PATCH] Typo in regcomp.c
48523              From: Chris Ball <chris@cpan.org>
48524              Date: 26 Jul 2002 17:49:35 +0100
48525              Message-Id: <868z3yzb6o.fsf@void.printf.net>
48526              (With additional tweak to s_reginclasslen.)
48527      Branch: perl
48528            ! regcomp.c
48529 ____________________________________________________________________________
48530 [ 17655] By: jhi                                   on 2002/07/25  20:37:16
48531         Log: Upgrade to Unicode::Collate 0.20.
48532      Branch: perl
48533            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
48534            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
48535 ____________________________________________________________________________
48536 [ 17654] By: jhi                                   on 2002/07/23  16:33:52
48537         Log: Commas, schcommas.
48538      Branch: perl
48539            ! patchlevel.h
48540 ____________________________________________________________________________
48541 [ 17644] By: jhi                                   on 2002/07/19  18:55:18
48542         Log: Copy perldelta as perl58delta, purge the perldelta.
48543      Branch: perl
48544            + pod/perl58delta.pod
48545            ! MANIFEST pod/perldelta.pod
48546 ____________________________________________________________________________
48547 [ 17642] By: jhi                                   on 2002/07/19  16:37:39
48548         Log: Update Changes; mainly to get the DEVELNNNNN stamp back in business.
48549      Branch: perl
48550            ! Changes patchlevel.h
48551 ____________________________________________________________________________
48552 [ 17641] By: jhi                                   on 2002/07/19  16:31:08
48553         Log: Integrate perlio (no changes, but that's fine).
48554      Branch: perl
48555           !> embed.fnc perl.h
48556 ____________________________________________________________________________
48557 [ 17639] By: jhi                                   on 2002/07/19  00:47:18
48558         Log: It's all yours, Hugo.
48559      Branch: perl
48560            + Changes5.8
48561            ! Changes MANIFEST