1af9adf664685c4766516b94d487cf7d4ac9c2a9
[p5sagit/p5-mst-13.2.git] / Changes
1 Please note: This file provides a complete, temporally ordered log of
2 changes that went into every version of Perl.  If you'd like more
3 detailed information, please consult the comments in the individual
4 patches posted to the perl5-porters mailing list.  Patches for each
5 individual change may also be obtained through ftp and rsync--see
6 perlhack.pod for the details.
7
8
9 [The "CAST AND CREW" list has been moved to AUTHORS.]
10
11 NOTE: Each change entry shows the change number; who checked it into the
12 repository; when; description of the change; which branch the change
13 happened in; and the affected files.  The file lists have a short symbolic
14 indicator:
15
16             !       modified
17             +       added
18             -       deleted
19             +>      branched (from elsewhere)
20             !>      merged changes (from elsewhere)
21
22 The Message-Ids in the change entries refer to the email messages sent
23 to the perl5-porters mailing list.  You can retrieve the messages for
24 example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/
25
26 This file contains only changes that affect the mainline branch,
27 not those that affect the (now decommissioned) cfgperl, or vmsperl,
28 or any other branch.
29
30 --------------
31 Version v5.7.2          Development release working toward v5.8
32 --------------
33 ____________________________________________________________________________
34 [ 13864] By: jhi                                   on 2001/12/23  13:50:25
35         Log: Move the \C and \X to pat.t.
36      Branch: perl
37            ! t/op/pat.t t/op/re_tests
38 ____________________________________________________________________________
39 [ 13863] By: jhi                                   on 2001/12/23  04:04:20
40         Log: More logical test ordering.
41      Branch: perl
42            ! perl.h
43 ____________________________________________________________________________
44 [ 13862] By: jhi                                   on 2001/12/23  01:47:23
45         Log: Integrate perlio;
46              
47              Add at least the "important" PerlIO_xxxx functions to embed.pl
48              so that they get implicit pTHX_ and we can avoid slow dTHX.
49              
50              Put PerlIO stuff inside EXTERN C
51              
52              Win32 and makedef.pl fall-out of PerlIO/pTHX stuff
53      Branch: perl
54           !> embed.h embed.pl ext/IO/IO.xs global.sym globals.c makedef.pl
55           !> perlio.c perlio.h perlio.sym pod/perlapi.pod proto.h
56           !> win32/win32.c
57 ____________________________________________________________________________
58 [ 13861] By: jhi                                   on 2001/12/23  01:38:54
59         Log: Even more \X fixing.
60      Branch: perl
61            ! regexec.c t/op/pat.t
62 ____________________________________________________________________________
63 [ 13860] By: jhi                                   on 2001/12/23  01:29:45
64         Log: More \X fixing.
65      Branch: perl
66            ! regexec.c t/op/pat.t
67 ____________________________________________________________________________
68 [ 13859] By: jhi                                   on 2001/12/23  00:57:10
69         Log: Fix encoding pragma.
70      Branch: perl
71            ! regcomp.c
72 ____________________________________________________________________________
73 [ 13858] By: jhi                                   on 2001/12/23  00:12:51
74         Log: Subject: socketpair emulation
75              From: Nicholas Clark <nick@unfortu.net>
76              Date: Sat, 22 Dec 2001 18:38:18 +0000
77              Message-ID: <20011222183817.A12020@Bagpuss.unfortu.net>
78      Branch: perl
79            + ext/Socket/socketpair.t
80            ! MANIFEST embed.h embed.pl global.sym perl.h pod/perlfunc.pod
81            ! pp_sys.c proto.h util.c
82 ____________________________________________________________________________
83 [ 13857] By: jhi                                   on 2001/12/22  23:53:26
84         Log: Subject: [PATCH] and [BUG]   \X and \C fixed, \X still dorked        
85              From: Jeffrey Friedl <jfriedl@yahoo.com>
86              Date: Fri, 21 Dec 2001 23:18:17 -0800 (PST) 
87              Message-Id: <200112220718.fBM7IHG25075@ventrue.corp.yahoo.com>  
88              
89              (partially applied, most of the new tests need to be rethought)
90      Branch: perl
91            ! regcomp.c t/op/re_tests
92 ____________________________________________________________________________
93 [ 13856] By: jhi                                   on 2001/12/22  23:45:35
94         Log: Small tweaks.
95      Branch: perl
96            ! handy.h regexec.c
97 ____________________________________________________________________________
98 [ 13855] By: jhi                                   on 2001/12/22  20:10:01
99         Log: Unicode casefolding continues.
100              (lib/encoding.t still failing.)
101      Branch: perl
102            ! regexec.c t/op/pat.t
103 ____________________________________________________________________________
104 [ 13850] By: jhi                                   on 2001/12/22  17:41:40
105         Log: Rework the make logic (again).
106      Branch: perl
107            ! Configure
108 ____________________________________________________________________________
109 [ 13849] By: jhi                                   on 2001/12/22  16:40:24
110         Log: Integrate perlio;
111              Fix mis-parse of autoloaded usage code by declaring the sub
112              Correct checking code which Ilya spotted was tripped by CR at EOF.
113              The CR at EOF fix earlier broke CR at end-of-buffer.
114      Branch: perl
115            ! regexec.c
116           !> ext/POSIX/POSIX.pm perlio.c sv.c
117 ____________________________________________________________________________
118 [ 13844] By: jhi                                   on 2001/12/22  04:27:46
119         Log: More Unicode casing fixes.
120      Branch: perl
121            ! regexec.c t/op/pat.t
122 ____________________________________________________________________________
123 [ 13843] By: jhi                                   on 2001/12/22  02:47:08
124         Log: Unicode casefolding fixes.
125      Branch: perl
126            ! op.c regcomp.c regexec.c t/op/pat.t
127 ____________________________________________________________________________
128 [ 13842] By: jhi                                   on 2001/12/21  22:32:14
129         Log: Subject: [PATCH B::Deparse] __DATA__ and packages
130              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
131              Date: Sat, 22 Dec 2001 00:01:29 +0100
132              Message-ID: <20011222000129.A713@rafael>
133      Branch: perl
134            ! ext/B/B/Deparse.pm
135 ____________________________________________________________________________
136 [ 13841] By: jhi                                   on 2001/12/21  20:38:28
137         Log: VOS config from Paul Green.
138      Branch: perl
139            ! hints/vos.sh
140 ____________________________________________________________________________
141 [ 13840] By: jhi                                   on 2001/12/21  20:00:43
142         Log: Subject: [PATCH @13746] CreateTTY on OS/2
143              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
144              Date: Fri, 21 Dec 2001 15:59:45 -0500
145              Message-ID: <20011221155945.A6806@math.ohio-state.edu>
146      Branch: perl
147            ! lib/perl5db.pl
148 ____________________________________________________________________________
149 [ 13839] By: jhi                                   on 2001/12/21  19:52:49
150         Log: Subject: [PATCH @13746] uninstalled build of modules broken
151              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
152              Date: Fri, 21 Dec 2001 15:49:09 -0500
153              Message-ID: <20011221154909.A6760@math.ohio-state.edu>
154      Branch: perl
155            ! lib/ExtUtils/MM_Unix.pm
156 ____________________________________________________________________________
157 [ 13838] By: jhi                                   on 2001/12/21  19:52:09
158         Log: Subject: [PATCH @13746] OS/2 File::* modules
159              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
160              Date: Fri, 21 Dec 2001 15:43:24 -0500
161              Message-ID: <20011221154324.A6524@math.ohio-state.edu>
162      Branch: perl
163            ! lib/File/Basename.pm lib/File/Spec/OS2.pm
164 ____________________________________________________________________________
165 [ 13837] By: jhi                                   on 2001/12/21  19:49:41
166         Log: Subject: [PATCH] perltie.pod (or what does it mean?)
167              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
168              Date: Fri, 21 Dec 2001 17:29:07 +0100
169              Message-ID: <3C236353.6625C4C0@alcatel.at>
170      Branch: perl
171            ! pod/perltie.pod
172 ____________________________________________________________________________
173 [ 13835] By: jhi                                   on 2001/12/21  19:47:03
174         Log: Further VOS tweaks: the _exe needs to be introduced
175              in the very beginning, and the make/gmake needs special
176              VOS logic.
177      Branch: perl
178            ! Configure Makefile.SH
179 ____________________________________________________________________________
180 [ 13834] By: jhi                                   on 2001/12/21  15:12:26
181         Log: Update Changes.
182      Branch: perl
183            ! Changes patchlevel.h
184 ____________________________________________________________________________
185 [ 13832] By: jhi                                   on 2001/12/21  14:46:24
186         Log: Also the search for cat needs to be _exe-aware.
187      Branch: perl
188            ! Configure
189 ____________________________________________________________________________
190 [ 13831] By: jhi                                   on 2001/12/21  13:43:53
191         Log: Subject: [PATCH] ext/B/B/Xref.pm adding "our" recognition
192              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
193              Date: Fri, 21 Dec 2001 14:02:01 +0100
194              Message-ID: <3C2332C9.7CFED5F2@alcatel.at>
195      Branch: perl
196            ! ext/B/B/Xref.pm
197 ____________________________________________________________________________
198 [ 13830] By: jhi                                   on 2001/12/21  13:42:31
199         Log: packing I32 with L is not nice, need l; from Wolfgang Laun.
200      Branch: perl
201            ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
202            ! ext/B/t/assembler.t
203 ____________________________________________________________________________
204 [ 13829] By: jhi                                   on 2001/12/21  13:39:06
205         Log: Subject: [ PATCH ] Smoke 13820 /pro/3gl/CPAN/perl-current
206              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
207              Date: Fri, 21 Dec 2001 11:15:38 +0100
208              Message-Id: <20011221104035.4B4F.H.M.BRAND@hccnet.nl>
209      Branch: perl
210            ! hv.c
211 ____________________________________________________________________________
212 [ 13828] By: jhi                                   on 2001/12/21  01:59:10
213         Log: A plan is good.
214      Branch: perl
215            ! ext/re/re.t
216 ____________________________________________________________________________
217 [ 13827] By: jhi                                   on 2001/12/21  01:57:48
218         Log: Subject: [REPATCH MANIFEST, ext/re/re.t] Tests for re pragma
219              From: chromatic <chromatic@rmci.net>
220              Date: Thu, 20 Dec 2001 16:16:48 -0700
221              Message-ID: <20011220231726.23878.qmail@onion.perl.org>
222      Branch: perl
223            + ext/re/re.t
224            ! MANIFEST
225 ____________________________________________________________________________
226 [ 13826] By: jhi                                   on 2001/12/21  01:34:37
227         Log: Synchronize the skippage message.
228      Branch: perl
229            ! lib/ExtUtils/t/MM_OS2.t
230 ____________________________________________________________________________
231 [ 13825] By: jhi                                   on 2001/12/21  01:32:42
232         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/t/MM_OS2.t] Tests for ExtUtils::MM_OS2
233              From: chromatic <chromatic@rmci.net>
234              Date: Thu, 20 Dec 2001 16:09:10 -0700
235              Message-ID: <20011220230948.18010.qmail@onion.perl.org>
236      Branch: perl
237            + lib/ExtUtils/t/MM_OS2.t
238            ! MANIFEST
239 ____________________________________________________________________________
240 [ 13824] By: jhi                                   on 2001/12/21  01:14:12
241         Log: Subject: perlfunc.pod patch re flock via fcntl
242              From: "Tye McQueen" <tye@metronet.com>
243              Date: Thu, 20 Dec 2001 14:52:19 -0600 (CST) 
244              Message-Id: <200112202052.fBKKqKH16263@metronet.com>
245      Branch: perl
246            ! pod/perlfunc.pod
247 ____________________________________________________________________________
248 [ 13823] By: jhi                                   on 2001/12/21  00:54:49
249         Log: Make using U+FDD0..U+FDEF (noncharacters since Unicode 3.1),
250              U+...FFFE, U+...FFFF, and characters beyond U+10FFFF
251              (the Unicode maximum code point) warnable offenses.
252      Branch: perl
253            ! embed.h embed.pl global.sym op.c pod/perlapi.pod pp.c proto.h
254            ! t/op/each.t t/op/pat.t t/op/qq.t utf8.c utf8.h
255 ____________________________________________________________________________
256 [ 13822] By: jhi                                   on 2001/12/20  20:59:55
257         Log: Sterner admonishment on -t.
258      Branch: perl
259            ! pod/perlrun.pod
260 ____________________________________________________________________________
261 [ 13821] By: jhi                                   on 2001/12/20  20:53:42
262         Log: Subject: [PATCH B::Dpparse] minor qr// fix
263              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
264              Date: Thu, 20 Dec 2001 22:53:34 +0100
265              Message-ID: <20011220225334.A735@rafael>
266      Branch: perl
267            ! ext/B/B/Deparse.pm
268 ____________________________________________________________________________
269 [ 13820] By: jhi                                   on 2001/12/20  15:18:25
270         Log: Subject: [PATCH} typo fix in Carp/Heavy.pm
271              From: Robert Spier <rspier@pobox.com>
272              Date: Thu, 20 Dec 2001 08:10:00 -0800
273              Message-ID: <15394.3416.693353.107334@rls.cx>
274      Branch: perl
275            ! lib/Carp/Heavy.pm
276 ____________________________________________________________________________
277 [ 13819] By: jhi                                   on 2001/12/20  14:56:30
278         Log: Integrate perlio (pTHX_ fixes for :win32 layer)
279      Branch: perl
280           !> win32/win32io.c
281 ____________________________________________________________________________
282 [ 13818] By: jhi                                   on 2001/12/20  14:53:05
283         Log: Subject: Re: [PATCH pod/perliol.pod] resend
284              From: Stas Bekman <stas@stason.org>
285              Date: Thu, 20 Dec 2001 17:15:09 +0800 (SGT)
286              Message-ID: <Pine.LNX.4.40.0112201714210.23498-100000@hope.stason.org>
287      Branch: perl
288            ! pod/perliol.pod
289 ____________________________________________________________________________
290 [ 13817] By: jhi                                   on 2001/12/20  14:51:24
291         Log: Fix up the APIs noone hopefully uses.
292      Branch: perl
293            ! utf8.c
294 ____________________________________________________________________________
295 [ 13816] By: jhi                                   on 2001/12/20  14:18:56
296         Log: Subject: [PATCH] Carp.pm caller_info returns wrong info for eval
297              Date: Wed, 19 Dec 2001 14:13:38 -0800
298              From: Robert Spier <rspier@pobox.com>
299              Message-ID: <15393.4370.605214.548582@rls.cx>
300      Branch: perl
301            ! lib/Carp.t lib/Carp/Heavy.pm
302 ____________________________________________________________________________
303 [ 13813] By: jhi                                   on 2001/12/19  21:29:49
304         Log: Some bincompat clawbacks.
305      Branch: perl
306            ! embed.h embed.pl embedvar.h perlapi.h proto.h thrdvar.h utf8.c
307            ! wince/perldll.def
308 ____________________________________________________________________________
309 [ 13812] By: jhi                                   on 2001/12/19  17:56:53
310         Log: gcc pacifying (RH 7.1/ia64).
311      Branch: perl
312            ! pp.c
313 ____________________________________________________________________________
314 [ 13811] By: jhi                                   on 2001/12/19  16:55:09
315         Log: Update Changes.
316      Branch: perl
317            ! Changes patchlevel.h
318 ____________________________________________________________________________
319 [ 13810] By: jhi                                   on 2001/12/19  16:50:12
320         Log: Subject: Re: [BUG] bleadperl regexp (was ok in 5.6.0)
321              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
322              Date: Wed, 19 Dec 2001 12:35:07 +0100
323              Message-ID: <3C207B6B.A687A8EC@alcatel.at>
324              
325              Subject: Re: [BUG] bleadperl regexp (was ok in 5.6.0)
326              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
327              Date: Wed, 19 Dec 2001 17:34:51 +0000
328              Message-Id: <200112191734.fBJHYpd30715@crypt.compulink.co.uk>
329      Branch: perl
330            ! pod/perlre.pod
331 ____________________________________________________________________________
332 [ 13809] By: jhi                                   on 2001/12/19  16:47:11
333         Log: Integrate perlio.
334      Branch: perl
335           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
336           !> ext/PerlIO/Via/Via.xs perlio.c perliol.h
337 ____________________________________________________________________________
338 [ 13807] By: jhi                                   on 2001/12/19  15:59:02
339         Log: One more embedded (?sx) de-embedded, from Wolfgang Laun.
340      Branch: perl
341            ! ext/B/B/Assembler.pm
342 ____________________________________________________________________________
343 [ 13806] By: jhi                                   on 2001/12/19  15:08:29
344         Log: Reword the alarm explanation.
345      Branch: perl
346            ! pod/perlfunc.pod
347 ____________________________________________________________________________
348 [ 13805] By: jhi                                   on 2001/12/19  15:04:03
349         Log: Subject: [PATCH @13746] OS/2 build
350              From: Ilya Zakharevich <ilya@math.ohio-state.edu> 
351              Date: Wed, 19 Dec 2001 02:45:41 -0500
352              Message-ID: <20011219024541.A29803@math.ohio-state.edu>        
353              
354              (skipped the t/TEST change)
355      Branch: perl
356            ! lib/English.t lib/ExtUtils/t/Embed.t lib/File/stat.t
357            ! lib/Shell.t os2/Makefile.SHs os2/OS2/REXX/DLL/Makefile.PL
358            ! os2/os2.c os2/perlrexx.c t/op/alarm.t util.c
359 ____________________________________________________________________________
360 [ 13804] By: jhi                                   on 2001/12/19  14:55:26
361         Log: Upgrade to Net::Ping 2.09.
362      Branch: perl
363            + lib/Net/Ping/CHANGES lib/Net/Ping/README
364            + lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
365            + lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
366            + lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
367            + lib/Net/Ping/t/300_ping_stream.t
368            ! MANIFEST lib/Net/Ping.pm
369 ____________________________________________________________________________
370 [ 13802] By: jhi                                   on 2001/12/19  14:25:27
371         Log: B::Assembler/B::Disassembler patches and test;
372              from Wolfgang Laun.
373              
374              TODO: getting perlcc working.
375      Branch: perl
376            + ext/B/t/assembler.t
377            ! MANIFEST ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
378 ____________________________________________________________________________
379 [ 13801] By: jhi                                   on 2001/12/19  14:18:10
380         Log: Can't printf U8s as UVs.
381      Branch: perl
382            ! utf8.c
383 ____________________________________________________________________________
384 [ 13800] By: jhi                                   on 2001/12/19  14:12:02
385         Log: Subject: Re: [PATCH] ...while $var = glob(...)
386              From: Robin Houston <robin@kitsite.com> 
387              Date: Wed, 19 Dec 2001 13:48:55 +0000
388              Message-ID: <20011219134855.A20452@puffinry.freeserve.co.uk>        
389              
390              Not exactly a glob test but internal-logically correct.
391      Branch: perl
392            ! t/op/glob.t
393 ____________________________________________________________________________
394 [ 13799] By: jhi                                   on 2001/12/19  13:51:37
395         Log: Subject: [PATCH lib/lib_pm.PL lib/lib.t] portability snag
396              From: Michael G Schwern <schwern@pobox.com> 
397              Date: Wed, 19 Dec 2001 07:42:54 -0500
398              Message-ID: <20011219124254.GF8630@blackrider>
399      Branch: perl
400            + lib/lib.t
401            ! MANIFEST lib/lib_pm.PL
402 ____________________________________________________________________________
403 [ 13798] By: jhi                                   on 2001/12/19  13:35:59
404         Log: Integrate with perlio.
405      Branch: perl
406           !> hv.c hv.h scope.c util.c
407 ____________________________________________________________________________
408 [ 13793] By: jhi                                   on 2001/12/19  04:58:51
409         Log: Regen toc.
410      Branch: perl
411            ! pod/perltoc.pod
412 ____________________________________________________________________________
413 [ 13792] By: jhi                                   on 2001/12/19  04:56:42
414         Log: FAQ sync.
415      Branch: perl
416            ! pod/perlfaq5.pod
417 ____________________________________________________________________________
418 [ 13791] By: jhi                                   on 2001/12/19  04:38:47
419         Log: Reformat round.
420      Branch: perl
421            ! pod/perlunicode.pod
422 ____________________________________________________________________________
423 [ 13790] By: jhi                                   on 2001/12/19  04:32:06
424         Log: Subject: [PATCH] pod/perlunicode.pod
425              From: Jeffrey Friedl <jfriedl@yahoo.com>
426              Date: Tue, 18 Dec 2001 21:31:13 -0800 (PST) 
427              Message-Id: <200112190531.fBJ5VDp57308@ventrue.corp.yahoo.com> 
428      Branch: perl
429            ! pod/perlunicode.pod
430 ____________________________________________________________________________
431 [ 13789] By: jhi                                   on 2001/12/19  04:16:39
432         Log: Subject: Re: [PATCH] pod/perluniintro.pod (removes unnecessary UTF-8 references)
433              From: Jeffrey Friedl <jfriedl@yahoo.com>
434              Date: Tue, 18 Dec 2001 21:13:59 -0800 (PST) 
435              Message-Id: <200112190513.fBJ5DxN56315@ventrue.corp.yahoo.com> 
436      Branch: perl
437            ! pod/perluniintro.pod
438 ____________________________________________________________________________
439 [ 13788] By: jhi                                   on 2001/12/19  03:54:08
440         Log: Slight pod reformatting.
441      Branch: perl
442            ! pod/perluniintro.pod
443 ____________________________________________________________________________
444 [ 13787] By: jhi                                   on 2001/12/19  03:41:45
445         Log: Subject: [PATCH] pod/perluniintro.pod (removes unnecessary UTF-8 references)
446              From: Jeffrey Friedl <jfriedl@yahoo.com>    
447              Date: Tue, 18 Dec 2001 20:27:42 -0800 (PST)
448              Message-Id: <200112190427.fBJ4RgP53458@ventrue.corp.yahoo.com>
449      Branch: perl
450            ! pod/perluniintro.pod
451 ____________________________________________________________________________
452 [ 13786] By: jhi                                   on 2001/12/19  01:14:04
453         Log: Subject: Re: [ID 20011213.001] Segfault with overload and Test
454              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
455              Date: Wed, 19 Dec 2001 01:45:23 +0000
456              Message-Id: <200112190145.fBJ1jNt23668@crypt.compulink.co.uk>
457      Branch: perl
458            ! sv.c
459 ____________________________________________________________________________
460 [ 13785] By: jhi                                   on 2001/12/19  01:11:45
461         Log: Subject: Porting/checkURL.pl
462              From: abigail@foad.org
463              Date: Tue, 18 Dec 2001 19:03:22 +0100          
464              Message-ID: <20011218180322.8278.qmail@foad.org> 
465      Branch: perl
466            ! Porting/checkURL.pl
467 ____________________________________________________________________________
468 [ 13783] By: jhi                                   on 2001/12/19  00:26:34
469         Log: A bit too oversweeping matching in #13778.
470      Branch: perl
471            ! Configure
472 ____________________________________________________________________________
473 [ 13782] By: jhi                                   on 2001/12/19  00:09:10
474         Log: Re-gen Configure based on #13778..13781.
475      Branch: perl
476            ! Configure config_h.SH
477 ____________________________________________________________________________
478 [ 13767] By: jhi                                   on 2001/12/18  22:13:14
479         Log: Subject: Re: Benchmark.t failure on Linux
480              From: Nicholas Clark <nick@ccl4.org>
481              Date: Tue, 18 Dec 2001 22:51:25 +0000
482              Message-ID: <20011218225124.N21702@plum.flirble.org>
483      Branch: perl
484            ! lib/Benchmark.t
485 ____________________________________________________________________________
486 [ 13766] By: jhi                                   on 2001/12/18  22:07:35
487         Log: Re-applying #13752 until a better solution can be found.
488      Branch: perl
489            ! lib/ExtUtils/t/MM_Unix.t
490 ____________________________________________________________________________
491 [ 13765] By: jhi                                   on 2001/12/18  21:05:13
492         Log: Subject: [PATCH] Suggested doc enhancement(?) to Exporter.pm
493              From: "Giroux, Mike (Exchange)" <mgiroux@bear.com>
494              Date: Tue, 18 Dec 2001 12:05:40 -0500
495              Message-ID: <03CF7D5B2CFFD211990300A0C95DEA0C080BEB5A@whmsx18.is.bear.com>
496      Branch: perl
497            ! lib/Exporter.pm
498 ____________________________________________________________________________
499 [ 13764] By: jhi                                   on 2001/12/18  20:58:44
500         Log: %g -> NVgf cleanup, based on Schwern's RedHat 7.1/Alpha
501              findings -- some of the warnings I can't explain except
502              by NVgf being detected wrong, though.
503      Branch: perl
504            ! dump.c pp.c sv.c x2p/a2p.h x2p/str.c
505 ____________________________________________________________________________
506 [ 13763] By: jhi                                   on 2001/12/18  20:54:28
507         Log: Subject: [PATCH] pod/perluniintro.pod
508              From: Jeffrey Friedl <jfriedl@yahoo.com>
509              Date: Tue, 18 Dec 2001 10:27:45 -0800 (PST)
510              Message-Id: <200112181827.fBIIRjv16547@ventrue.corp.yahoo.com>
511      Branch: perl
512            ! pod/perluniintro.pod
513 ____________________________________________________________________________
514 [ 13762] By: jhi                                   on 2001/12/18  17:49:07
515         Log: ".pm" is the native executable suffix in VOS.
516      Branch: perl
517            ! hints/vos.sh
518 ____________________________________________________________________________
519 [ 13761] By: jhi                                   on 2001/12/18  15:57:39
520         Log: Integrate perlio;
521              Tidied version of Jeffrey Friedl's <jfriedl@yahoo.com> restricted hashes
522      Branch: perl
523           !> ext/Devel/Peek/Peek.t hv.c hv.h scope.c sv.c t/lib/access.t
524 ____________________________________________________________________________
525 [ 13759] By: jhi                                   on 2001/12/18  15:54:19
526         Log: (Undone by #13766.)
527              Retract #13752.
528      Branch: perl
529            ! lib/ExtUtils/t/MM_Unix.t
530 ____________________________________________________________________________
531 [ 13758] By: jhi                                   on 2001/12/18  15:26:18
532         Log: Echoes of #13757.
533      Branch: perl
534            ! t/lib/warnings/utf8
535 ____________________________________________________________________________
536 [ 13757] By: jhi                                   on 2001/12/18  15:24:50
537         Log: Make the utf8 malformedness messages more verbose.
538      Branch: perl
539            ! lib/utf8.t utf8.c
540 ____________________________________________________________________________
541 [ 13755] By: jhi                                   on 2001/12/18  14:05:26
542         Log: README.aix updates from Jens-Uwe Mager.
543      Branch: perl
544            ! README.aix
545 ____________________________________________________________________________
546 [ 13754] By: jhi                                   on 2001/12/18  14:03:31
547         Log: Subject: [PATCH lib/Benchmark.t] Show value of $fastslow on failure
548              From: Michael G Schwern <schwern@pobox.com>
549              Date: Tue, 18 Dec 2001 00:58:18 -0500
550              Message-ID: <20011218055818.GC4362@blackrider>
551      Branch: perl
552            ! lib/Benchmark.t
553 ____________________________________________________________________________
554 [ 13753] By: jhi                                   on 2001/12/18  14:02:49
555         Log: Subject: [PATCH lib/ExtUtils/t/Installed.t] Making it somewhat more portable
556              From: Michael G Schwern <schwern@pobox.com>
557              Date: Tue, 18 Dec 2001 00:40:38 -0500
558              Message-ID: <20011218054038.GB4362@blackrider>
559      Branch: perl
560            ! lib/ExtUtils/Installed.pm lib/ExtUtils/t/Installed.t
561 ____________________________________________________________________________
562 [ 13752] By: jhi                                   on 2001/12/18  14:01:44
563         Log: (reintroduced by #13766)
564              (retracted by #13759)
565              
566              Subject: [PATCH lib/ExtUtils/t/MM_Unix.t] All the world's not a Unix
567              From: Michael G Schwern <schwern@pobox.com>  
568              Date: Tue, 18 Dec 2001 00:00:23 -0500
569              Message-ID: <20011218050023.GA27893@blackrider>
570      Branch: perl
571            ! lib/ExtUtils/t/MM_Unix.t
572 ____________________________________________________________________________
573 [ 13751] By: jhi                                   on 2001/12/18  13:59:32
574         Log: Re-patch #13749.
575      Branch: perl
576            ! t/op/glob.t
577 ____________________________________________________________________________
578 [ 13750] By: jhi                                   on 2001/12/18  13:56:34
579         Log: Subject: [doc patch] s{(?<=perldeb)ug}{guts}
580              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
581              Date: Tue, 18 Dec 2001 12:55:43 +0000
582              Message-Id: <200112181255.fBICthb09977@crypt.compulink.co.uk>
583      Branch: perl
584            ! ext/Devel/Peek/Peek.pm
585 ____________________________________________________________________________
586 [ 13749] By: jhi                                   on 2001/12/18  13:55:12
587         Log: Subject: Third time lucky? (Re: [PATCH] ...while $var = glob(...))
588              From: Robin Houston <robin@kitsite.com> 
589              Date: Tue, 18 Dec 2001 14:54:33 +0000
590              Message-ID: <20011218145433.A18835@puffinry.freeserve.co.uk>
591      Branch: perl
592            ! t/op/glob.t
593 ____________________________________________________________________________
594 [ 13748] By: jhi                                   on 2001/12/17  23:54:41
595         Log: Subject: [PATCH] slightly more for Exporter.pm
596              From: Nicholas Clark <nick@ccl4.org>
597              Date: Tue, 18 Dec 2001 00:22:03 +0000
598              Message-ID: <20011218002203.M21702@plum.flirble.org>
599      Branch: perl
600            ! lib/Exporter.pm
601 ____________________________________________________________________________
602 [ 13747] By: jhi                                   on 2001/12/17  21:59:07
603         Log: Subject: [PATCH] Re: chomp/chop prototype changed?
604              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
605              Date: Mon, 17 Dec 2001 16:37:18 +0100
606              Message-ID: <20011217163718.A2292@rafael>
607              
608              Subject: Re: [PATCH] Re: chomp/chop prototype changed?
609              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
610              Date: Mon, 17 Dec 2001 23:17:06 +0100
611              Message-ID: <20011217231706.A730@rafael>
612      Branch: perl
613            ! pod/perlsub.pod pp.c toke.c
614 ____________________________________________________________________________
615 [ 13746] By: jhi                                   on 2001/12/17  20:22:08
616         Log: Update Changes.
617      Branch: perl
618            ! Changes patchlevel.h
619 ____________________________________________________________________________
620 [ 13745] By: jhi                                   on 2001/12/17  20:12:37
621         Log: New test warrants a MANIFEST entry.
622      Branch: perl
623            ! MANIFEST
624 ____________________________________________________________________________
625 [ 13744] By: jhi                                   on 2001/12/17  19:27:40
626         Log: Subject: Re: [PATCH] ...while $var = glob(...)
627              From: Robin Houston <robin@kitsite.com>
628              Date: Mon, 17 Dec 2001 20:27:30 +0000
629              Message-ID: <20011217202730.A17817@puffinry.freeserve.co.uk>
630              
631              Can't portably unlink open files.
632      Branch: perl
633            ! t/op/glob.t
634 ____________________________________________________________________________
635 [ 13743] By: jhi                                   on 2001/12/17  19:26:34
636         Log: perluniintro tweaks as suggested by Jeffrey Friedl.
637      Branch: perl
638            ! pod/perluniintro.pod
639 ____________________________________________________________________________
640 [ 13742] By: jhi                                   on 2001/12/17  19:18:52
641         Log: Move typeglob test from glob.t to gv.t.
642      Branch: perl
643            ! t/op/glob.t t/op/gv.t
644 ____________________________________________________________________________
645 [ 13741] By: jhi                                   on 2001/12/17  19:12:16
646         Log: Subject: Re: [PATCH] ...while $var = glob(...)                
647              From: Robin Houston <robin@kitsite.com> 
648              Date: Mon, 17 Dec 2001 20:07:02 +0000                 
649              Message-ID: <20011217200702.A17721@puffinry.freeserve.co.uk>
650      Branch: perl
651            ! t/op/glob.t
652 ____________________________________________________________________________
653 [ 13740] By: jhi                                   on 2001/12/17  19:11:29
654         Log: Demote the surrogate and non-character errors to warnings.
655      Branch: perl
656            ! pod/perldiag.pod t/lib/warnings/utf8 t/op/ord.t utf8.c
657 ____________________________________________________________________________
658 [ 13739] By: jhi                                   on 2001/12/17  18:47:41
659         Log: Subject: [PATCH] more POSIX tests, and more autoloading
660              From: Nicholas Clark <nick@ccl4.org>
661              Date: Mon, 17 Dec 2001 18:27:47 +0000
662              Message-ID: <20011217182747.D21702@plum.flirble.org>
663      Branch: perl
664            ! ext/POSIX/POSIX.pm ext/POSIX/t/posix.t
665 ____________________________________________________________________________
666 [ 13738] By: jhi                                   on 2001/12/17  18:43:55
667         Log: Subject: [PATCH] ...while $var = glob(...)
668              From: Robin Houston <robin@kitsite.com> 
669              Date: Mon, 17 Dec 2001 15:51:54 +0000
670              Message-ID: <20011217155153.A311@robin.kitsite.com>
671      Branch: perl
672            ! op.c
673 ____________________________________________________________________________
674 [ 13737] By: jhi                                   on 2001/12/17  18:38:33
675         Log: Subject: [PATCH] -t and the core tests; -t and PERL5OPT
676              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
677              Date: Mon, 17 Dec 2001 15:23:01 +0100
678              Message-ID: <20011217152301.A704@rafael>
679      Branch: perl
680            ! perl.c pod/perldiag.pod pod/perlrun.pod t/run/runenv.t
681 ____________________________________________________________________________
682 [ 13736] By: jhi                                   on 2001/12/17  18:36:20
683         Log: The system() vs $SIG{ARLM} is no more a todo.
684      Branch: perl
685            ! t/op/alarm.t
686 ____________________________________________________________________________
687 [ 13735] By: jhi                                   on 2001/12/17  18:34:43
688         Log: Subject: [PATCH t/op/alarm.t MANIFEST] alarm() test, take two
689              From: Michael G Schwern <schwern@pobox.com>
690              Date: Sun, 16 Dec 2001 23:59:01 -0500
691              Message-ID: <20011217045901.GL17232@blackrider>
692      Branch: perl
693            + t/op/alarm.t
694            ! MANIFEST
695 ____________________________________________________________________________
696 [ 13734] By: jhi                                   on 2001/12/17  17:54:19
697         Log: s/UNIX/Unix/
698      Branch: perl
699            ! MANIFEST
700 ____________________________________________________________________________
701 [ 13733] By: jhi                                   on 2001/12/17  17:50:22
702         Log: Move ExtUtils tests to lib/ExtUtils/t.
703      Branch: perl
704            + lib/ExtUtils/t/Command.t lib/ExtUtils/t/Embed.t
705            + lib/ExtUtils/t/ExtUtils.t lib/ExtUtils/t/Installed.t
706            + lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
707            + lib/ExtUtils/t/MM_VMS.t lib/ExtUtils/t/Manifest.t
708            + lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
709            + lib/ExtUtils/t/testlib.t
710            - lib/ExtUtils.t lib/ExtUtils/Command.t lib/ExtUtils/Embed.t
711            - lib/ExtUtils/Installed.t lib/ExtUtils/MM_Cygwin.t
712            - lib/ExtUtils/MM_Unix.t lib/ExtUtils/MM_VMS.t
713            - lib/ExtUtils/Manifest.t lib/ExtUtils/Mkbootstrap.t
714            - lib/ExtUtils/Packlist.t lib/ExtUtils/testlib.t
715            ! MANIFEST
716 ____________________________________________________________________________
717 [ 13732] By: jhi                                   on 2001/12/17  17:45:33
718         Log: Subject: [PATCH] MM_Unix tests, and some questions
719              From: Tels <perl_dummy@bloodgate.com>
720              Date: Sun, 16 Dec 2001 22:29:13 +0100 (CET)                
721              Message-Id: <200112162132.XAA12694@tiku.hut.fi>
722              
723              Subject: Re: [PATCH] MM_Unix tests, and some questions
724              From: Tels <perl_dummy@bloodgate.com>
725              Date: Mon, 17 Dec 2001 00:29:11 +0100 (CET)                
726              Message-Id: <200112162332.BAA25411@tiku.hut.fi>
727      Branch: perl
728            + lib/ExtUtils/MM_Unix.t
729            ! MANIFEST lib/ExtUtils/MM_Unix.pm
730 ____________________________________________________________________________
731 [ 13731] By: jhi                                   on 2001/12/17  17:31:35
732         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] miniperl found before perl
733              From: Michael G Schwern <schwern@pobox.com>
734              Date: Sun, 16 Dec 2001 17:53:55 -0500
735              Message-ID: <20011216225354.GE8900@blackrider>
736      Branch: perl
737            ! lib/ExtUtils/MM_Unix.pm
738 ____________________________________________________________________________
739 [ 13730] By: jhi                                   on 2001/12/17  17:26:44
740         Log: Subject: [PATCH ext/B/B/Deparse.pm] Re: [ID 20011216.005] B::Deparse turns legal code into illegal ones.
741              From: Michael G Schwern <schwern@pobox.com>                
742              Date: Sun, 16 Dec 2001 16:12:55 -0500
743              Message-ID: <20011216211255.GV8900@blackrider>
744      Branch: perl
745            ! ext/B/B/Deparse.pm
746 ____________________________________________________________________________
747 [ 13729] By: jhi                                   on 2001/12/17  17:25:09
748         Log: Subject: [PATCH] Exporter.pm
749              From: Nicholas Clark <nick@ccl4.org>
750              Date: Sun, 16 Dec 2001 19:24:25 +0000
751              Message-ID: <20011216192425.R21702@plum.flirble.org>
752      Branch: perl
753            ! lib/Exporter.pm
754 ____________________________________________________________________________
755 [ 13728] By: jhi                                   on 2001/12/17  17:20:51
756         Log: Subject: [PATCH] Exporter.t (and question)
757              From: Nicholas Clark <nick@ccl4.org>
758              Date: Sun, 16 Dec 2001 17:24:55 +0000
759              Message-ID: <20011216172455.P21702@plum.flirble.org>
760      Branch: perl
761            ! lib/Exporter.t
762 ____________________________________________________________________________
763 [ 13727] By: jhi                                   on 2001/12/17  17:18:21
764         Log: Subject: Re: perl@13661
765              From: "John P. Linderman" <jpl@research.att.com>              
766              Date: Mon, 17 Dec 2001 07:11:27 -0500 (EST)           
767              Message-Id: <200112171211.HAA71597@raptor.research.att.com>
768      Branch: perl
769            ! pp_sort.c
770 ____________________________________________________________________________
771 [ 13726] By: jhi                                   on 2001/12/17  16:57:57
772         Log: Subject: Will the real Unicode encoding please stand up?
773              From: Jeffrey Friedl <jfriedl@yahoo.com>
774              Date: Sun, 16 Dec 2001 11:36:32 -0800 (PST)
775              Message-Id: <200112161936.fBGJaWe41263@ventrue.corp.yahoo.com>
776      Branch: perl
777            ! pod/perluniintro.pod
778 ____________________________________________________________________________
779 [ 13725] By: jhi                                   on 2001/12/17  16:43:09
780         Log: Integrate perlio; interruptable system().
781      Branch: perl
782           !> util.c
783 ____________________________________________________________________________
784 [ 13722] By: jhi                                   on 2001/12/16  16:12:57
785         Log: Disallow also Unicode ranges 0xFDD0..0xFDEF and
786              0xFFFE..0xFFFF.  Ranges 0x...FFFE..0x...FFFF in general,
787              and characters beyond 0x10FFF should be disallowed, too,
788              but some tests would need changing, but more importantly some
789              APIs would need remodeling since one can easily generate such
790              characters either by bitwise complements, tr complements, or
791              v-strings.
792      Branch: perl
793            ! pod/perldiag.pod utf8.c
794 ____________________________________________________________________________
795 [ 13721] By: jhi                                   on 2001/12/16  15:34:52
796         Log: Make surrogates illegal also on EBCDIC.
797      Branch: perl
798            ! utf8.c
799 ____________________________________________________________________________
800 [ 13720] By: jhi                                   on 2001/12/16  14:49:18
801         Log: Subject: [patch @13687] Unicode::Collate 0.10
802              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>               
803              Date: Sun, 16 Dec 2001 21:22:12 +0900
804              Message-Id: <20011216211615.8ED5.BQW10602@nifty.com>
805      Branch: perl
806            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
807            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
808 ____________________________________________________________________________
809 [ 13719] By: jhi                                   on 2001/12/16  14:39:34
810         Log: More documentation for the encoding pragma.
811      Branch: perl
812            ! lib/encoding.pm
813 ____________________________________________________________________________
814 [ 13718] By: jhi                                   on 2001/12/16  14:34:02
815         Log: Subject: [PATCH] lib/open.pm 
816              From: Jeffrey Friedl <jfriedl@yahoo.com>
817              Date: Sat, 15 Dec 2001 23:07:42 -0800 (PST)
818              Message-Id: <200112160707.fBG77g896350@ventrue.corp.yahoo.com>
819      Branch: perl
820            ! lib/open.pm
821 ____________________________________________________________________________
822 [ 13717] By: jhi                                   on 2001/12/16  14:18:49
823         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Installed.t] Add tests for ExtUtils::Installed
824              From: chromatic <chromatic@rmci.net>
825              Date: Sat, 15 Dec 2001 23:24:40 -0700
826              Message-ID: <20011216062507.71492.qmail@onion.perl.org>
827      Branch: perl
828            + lib/ExtUtils/Installed.t
829            ! MANIFEST
830 ____________________________________________________________________________
831 [ 13716] By: jhi                                   on 2001/12/16  14:17:10
832         Log: Subject: [PATCH lib/diagnostics.pm] Little warning nit
833              From: Michael G Schwern <schwern@pobox.com>
834              Date: Sun, 16 Dec 2001 01:14:00 -0500
835              Message-ID: <20011216061400.GC8900@blackrider>
836      Branch: perl
837            ! lib/diagnostics.pm
838 ____________________________________________________________________________
839 [ 13715] By: jhi                                   on 2001/12/16  14:16:17
840         Log: Subject: [PATCH] Re: [PATCH t/test.pl] diagnostics to STDERR
841              From: Michael G Schwern <schwern@pobox.com>
842              Date: Sun, 16 Dec 2001 01:12:42 -0500
843              Message-ID: <20011216061242.GB8900@blackrider>
844      Branch: perl
845            ! t/test.pl
846 ____________________________________________________________________________
847 [ 13714] By: jhi                                   on 2001/12/16  04:21:53
848         Log: I sometimes outsmart myself.
849      Branch: perl
850            ! lib/ExtUtils/MM_Cygwin.t lib/ExtUtils/MM_VMS.t
851 ____________________________________________________________________________
852 [ 13713] By: jhi                                   on 2001/12/16  03:24:34
853         Log: Subject: [PATCH lib/AutoSplit.pm]  Fwd: [russell-belfast-pm@futureless.org: Re: This is the __END__] 
854              From: Michael G Schwern <schwern@pobox.com>
855              Date: Sat, 15 Dec 2001 15:08:29 -0500
856              Message-ID: <20011215200829.GK1548@blackrider>
857      Branch: perl
858            ! lib/AutoSplit.pm
859 ____________________________________________________________________________
860 [ 13712] By: jhi                                   on 2001/12/16  03:22:39
861         Log: perlunicode enchancements suggested by Jeffrey Friedl.
862      Branch: perl
863            ! pod/perlunicode.pod
864 ____________________________________________________________________________
865 [ 13711] By: jhi                                   on 2001/12/16  03:00:44
866         Log: Subject: [PATCH] perlunicode.pod
867              From: Jeffrey Friedl <jfriedl@yahoo.com>
868              Date: Sat, 15 Dec 2001 19:17:09 -0800 (PST) 
869              Message-Id: <200112160317.fBG3H9M82618@ventrue.corp.yahoo.com>
870      Branch: perl
871            ! pod/perlunicode.pod
872 ____________________________________________________________________________
873 [ 13710] By: jhi                                   on 2001/12/16  02:57:09
874         Log: Subject: RESENT - [PATCH] utf8_heavy.pl 
875              From: Jeffrey Friedl <jfriedl@yahoo.com>
876              Date: Sat, 15 Dec 2001 19:55:01 -0800 (PST) 
877              Message-Id: <200112160355.fBG3t1t84835@ventrue.corp.yahoo.com>
878      Branch: perl
879            ! lib/utf8_heavy.pl
880 ____________________________________________________________________________
881 [ 13709] By: jhi                                   on 2001/12/16  02:47:36
882         Log: Can't create surrogates; so can't match them, either.
883      Branch: perl
884            ! pod/perlunicode.pod
885 ____________________________________________________________________________
886 [ 13708] By: jhi                                   on 2001/12/16  02:46:07
887         Log: Subject: [PATCH t/test.pl] diagnostics to STDERR
888              From: Michael G Schwern <schwern@pobox.com>
889              Date: Sat, 15 Dec 2001 21:20:35 -0500
890              Message-ID: <20011216022035.GE5672@blackrider>
891      Branch: perl
892            ! t/test.pl
893 ____________________________________________________________________________
894 [ 13707] By: jhi                                   on 2001/12/16  02:45:06
895         Log: Make creating UTF-8 surrogates a punishable act.
896      Branch: perl
897            ! pod/perldiag.pod pod/perlunicode.pod t/op/ord.t utf8.c
898 ____________________________________________________________________________
899 [ 13706] By: jhi                                   on 2001/12/15  23:00:56
900         Log: Support \p{All}, \p{IsAssigned}, \p{IsUnassigned}.
901      Branch: perl
902            + lib/unicore/In/172.pl lib/unicore/In/173.pl
903            ! MANIFEST lib/unicore/In.pl lib/unicore/In/164.pl
904            ! lib/unicore/In/165.pl lib/unicore/In/166.pl
905            ! lib/unicore/In/167.pl lib/unicore/In/168.pl
906            ! lib/unicore/In/169.pl lib/unicore/In/170.pl
907            ! lib/unicore/In/171.pl lib/unicore/mktables lib/utf8_heavy.pl
908 ____________________________________________________________________________
909 [ 13705] By: jhi                                   on 2001/12/15  22:17:10
910         Log: Subject: [PATCH B::Deparse] rcatline support ($_.=<ARGV>)
911              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
912              Date: Sat, 15 Dec 2001 23:21:43 +0100
913              Message-ID: <20011215232143.A11790@rafael>
914      Branch: perl
915            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
916 ____________________________________________________________________________
917 [ 13704] By: jhi                                   on 2001/12/15  22:09:20
918         Log: Make charnames more robust.
919      Branch: perl
920            ! lib/charnames.pm
921 ____________________________________________________________________________
922 [ 13703] By: jhi                                   on 2001/12/15  17:30:55
923         Log: The hoops one has to jump through.
924      Branch: perl
925            ! ext/I18N/Langinfo/Langinfo.pm
926 ____________________________________________________________________________
927 [ 13702] By: jhi                                   on 2001/12/15  17:18:49
928         Log: Subject: [PATCH] perlstyle.pod nit on warnings
929              From: Autrijus Tang <autrijus@egb.elixus.org>
930              Date: Sat, 15 Dec 2001 04:24:34 -0800
931              Message-ID: <20011215122434.GA1682@egb.elixus.org> 
932      Branch: perl
933            ! pod/perlstyle.pod
934 ____________________________________________________________________________
935 [ 13701] By: jhi                                   on 2001/12/15  17:17:47
936         Log: I don't think we are in FooOS, Toto.
937      Branch: perl
938            ! lib/ExtUtils/MM_Cygwin.t lib/ExtUtils/MM_VMS.t
939 ____________________________________________________________________________
940 [ 13700] By: jhi                                   on 2001/12/15  17:15:50
941         Log: Subject: Re: Untested modules update:  There's more than we thought
942              From: chromatic <chromatic@rmci.net>
943              Date: Fri, 14 Dec 2001 17:20:24 -0700
944              Message-ID: <20011215002049.37259.qmail@onion.perl.org>
945      Branch: perl
946            + lib/ExtUtils/MM_Cygwin.t
947            ! MANIFEST
948 ____________________________________________________________________________
949 [ 13699] By: jhi                                   on 2001/12/15  17:14:26
950         Log: Subject: [PATCH t/TEST] -bytecompile & -compile for testing perlcc
951              From: Michael G Schwern <schwern@pobox.com> 
952              Date: Fri, 14 Dec 2001 20:59:42 -0500
953              Message-ID: <20011215015942.GF28596@blackrider>
954      Branch: perl
955            ! t/TEST
956 ____________________________________________________________________________
957 [ 13698] By: jhi                                   on 2001/12/15  17:13:35
958         Log: Subject: [PATCH MANIFEST ext/B/t/bblock.t] Compile test
959              From: Michael G Schwern <schwern@pobox.com> 
960              Date: Fri, 14 Dec 2001 20:03:46 -0500
961              Message-ID: <20011215010346.GD28596@blackrider>
962      Branch: perl
963            + ext/B/t/bblock.t
964            ! MANIFEST
965 ____________________________________________________________________________
966 [ 13697] By: jhi                                   on 2001/12/15  17:12:32
967         Log: Subject: [PATCH ext/B/B/Bblock.pm] Some weak docs
968              From: Michael G Schwern <schwern@pobox.com> 
969              Date: Fri, 14 Dec 2001 19:59:13 -0500
970              Message-ID: <20011215005913.GC28596@blackrider>
971      Branch: perl
972            ! ext/B/B/Bblock.pm
973 ____________________________________________________________________________
974 [ 13696] By: jhi                                   on 2001/12/15  17:11:32
975         Log: Subject: [PATCH MANIFEST ext/B/t/asmdata.t] B::Asmdata test 
976              From: Michael G Schwern <schwern@pobox.com> 
977              Date: Fri, 14 Dec 2001 19:36:12 -0500
978              Message-ID: <20011215003611.GA28596@blackrider>
979      Branch: perl
980            + ext/B/t/asmdata.t
981            ! MANIFEST
982 ____________________________________________________________________________
983 [ 13695] By: jhi                                   on 2001/12/15  17:10:05
984         Log: Subject: [PATCH bytecode.pl] Adding B::Asmdata docs
985              From: Michael G Schwern <schwern@pobox.com> 
986              Date: Fri, 14 Dec 2001 19:14:14 -0500
987              Message-ID: <20011215001414.GA25077@blackrider>
988      Branch: perl
989            ! bytecode.pl ext/B/B/Asmdata.pm
990 ____________________________________________________________________________
991 [ 13694] By: jhi                                   on 2001/12/15  17:00:44
992         Log: Permissions.
993      Branch: perl
994            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/module2.c
995            ! ext/Devel/PPPort/module3.c
996 ____________________________________________________________________________
997 [ 13693] By: jhi                                   on 2001/12/14  23:48:59
998         Log: Benchmark test from Nicholas Clark.
999      Branch: perl
1000            + lib/Benchmark.t
1001            ! MANIFEST lib/Benchmark.pm
1002 ____________________________________________________________________________
1003 [ 13692] By: jhi                                   on 2001/12/14  23:33:28
1004         Log: Mithing.
1005      Branch: perl
1006            + lib/Attribute/Handlers/demo/demo2.pl
1007            + lib/Attribute/Handlers/demo/demo3.pl
1008            + lib/Attribute/Handlers/demo/demo4.pl
1009 ____________________________________________________________________________
1010 [ 13691] By: jhi                                   on 2001/12/14  21:26:08
1011         Log: Silence compiler worries found by Schwern/Digital cc.
1012      Branch: perl
1013            ! perlio.c sv.c x2p/str.c
1014 ____________________________________________________________________________
1015 [ 13690] By: jhi                                   on 2001/12/14  20:26:51
1016         Log: User may not have a valid home directory even if
1017              getpwuid() succedds.
1018      Branch: perl
1019            ! ext/File/Glob/t/basic.t
1020 ____________________________________________________________________________
1021 [ 13689] By: jhi                                   on 2001/12/14  18:14:52
1022         Log: Integrate with perlio.  (No changes, but that's okay.)
1023      Branch: perl
1024           !> doio.c lib/Exporter.pm perlio.c perliol.h pod/perlmodlib.pod
1025 ____________________________________________________________________________
1026 [ 13688] By: jhi                                   on 2001/12/14  18:06:18
1027         Log: Add a Configure hints file for VOS: the POSIX support
1028              of VOS is getting close to the point where it can run
1029              Configure (some Configure tweaks will be required).
1030      Branch: perl
1031            + hints/vos.sh
1032            ! MANIFEST
1033 ____________________________________________________________________________
1034 [ 13687] By: jhi                                   on 2001/12/14  16:15:17
1035         Log: Update Changes.
1036      Branch: perl
1037            ! Changes patchlevel.h
1038 ____________________________________________________________________________
1039 [ 13686] By: jhi                                   on 2001/12/14  16:07:02
1040         Log: Reintroduce Attribute::Handlers with Spider's fixes.
1041      Branch: perl
1042            + lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
1043            + lib/Attribute/Handlers/README
1044            + lib/Attribute/Handlers/demo/Demo.pm
1045            + lib/Attribute/Handlers/demo/Descriptions.pm
1046            + lib/Attribute/Handlers/demo/MyClass.pm
1047            + lib/Attribute/Handlers/demo/demo.pl
1048            + lib/Attribute/Handlers/demo/demo_call.pl
1049            + lib/Attribute/Handlers/demo/demo_chain.pl
1050            + lib/Attribute/Handlers/demo/demo_cycle.pl
1051            + lib/Attribute/Handlers/demo/demo_hashdir.pl
1052            + lib/Attribute/Handlers/demo/demo_phases.pl
1053            + lib/Attribute/Handlers/demo/demo_range.pl
1054            + lib/Attribute/Handlers/demo/demo_rawdata.pl
1055            + lib/Attribute/Handlers/t/multi.t
1056            ! MANIFEST pod/perldelta.pod pod/perlmodlib.pod pod/perltoc.pod
1057 ____________________________________________________________________________
1058 [ 13684] By: jhi                                   on 2001/12/14  14:43:40
1059         Log: Subject: [PATCH taint.c intrpvar.h perl.c ...] -t taint warnings
1060              From: Michael G Schwern <schwern@pobox.com> 
1061              Date: Thu, 13 Dec 2001 19:27:08 -0500
1062              Message-ID: <20011214002707.GA10532@blackrider>
1063              
1064              (reword the perlrun -t description a bit,
1065              and move the Itaint_warn to the bottom of
1066              the intrpvar.h for binary compatibility)
1067      Branch: perl
1068            + t/run/switcht.t
1069            ! MANIFEST embedvar.h intrpvar.h lib/Test/Harness.pm perl.c
1070            ! perlapi.h pod/perlrun.pod t/TEST taint.c
1071 ____________________________________________________________________________
1072 [ 13682] By: jhi                                   on 2001/12/14  04:10:37
1073         Log: Detypo.
1074      Branch: perl
1075            ! utf8.c
1076 ____________________________________________________________________________
1077 [ 13681] By: jhi                                   on 2001/12/14  04:07:08
1078         Log: Buffer overflow checks.
1079      Branch: perl
1080            ! utf8.c
1081 ____________________________________________________________________________
1082 [ 13680] By: jhi                                   on 2001/12/13  21:30:14
1083         Log: Subject: [ID 20011213.009] Not OK: perl v5.7.2 +DEVEL13660 on alpha-dec_osf-perlio-ld 5.1 (UNINSTALLED)
1084              From: Spider Boardman <spider@leggy.zk3.dec.com>
1085              Date: Thu, 13 Dec 2001 15:32:51 -0500
1086              Message-Id: <200112132032.PAA203491@leggy.zk3.dec.com>
1087      Branch: perl
1088            ! lib/ExtUtils/Embed.t
1089 ____________________________________________________________________________
1090 [ 13679] By: jhi                                   on 2001/12/13  21:27:31
1091         Log: More on the Unicode "line" definition.
1092      Branch: perl
1093            ! pod/perlunicode.pod
1094 ____________________________________________________________________________
1095 [ 13678] By: jhi                                   on 2001/12/13  21:18:47
1096         Log: Open-ended VERSION?
1097      Branch: perl
1098            ! lib/ExtUtils/Install.pm
1099 ____________________________________________________________________________
1100 [ 13677] By: jhi                                   on 2001/12/13  19:13:13
1101         Log: Subject: [PATCH] Better make distclean
1102              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1103              Date: Thu, 13 Dec 2001 21:10:18 +0100
1104              Message-Id: <20011213204542.0321.H.M.BRAND@hccnet.nl>
1105      Branch: perl
1106            ! Makefile.SH
1107 ____________________________________________________________________________
1108 [ 13676] By: jhi                                   on 2001/12/13  17:11:42
1109         Log: Remove Memoize::Saves as requested by mjd.
1110      Branch: perl
1111            - lib/Memoize/Saves.pm
1112            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod
1113 ____________________________________________________________________________
1114 [ 13675] By: jhi                                   on 2001/12/13  16:16:12
1115         Log: Subject: [PATCH ExtUtils::Install] Old RCS $Date$ tag
1116              From: Michael G Schwern <schwern@pobox.com>
1117              Date: Tue, 11 Dec 2001 23:17:32 -0500
1118              Message-ID: <20011212041732.GS17250@blackrider>
1119      Branch: perl
1120            ! lib/ExtUtils/Install.pm
1121 ____________________________________________________________________________
1122 [ 13674] By: jhi                                   on 2001/12/13  16:12:19
1123         Log: Subject: [PATCH] Re: use utf8; with bad utf8
1124              From: Nicholas Clark <nick@ccl4.org>
1125              Date: Thu, 13 Dec 2001 17:09:39 +0000
1126              Message-ID: <20011213170939.L21702@plum.flirble.org>
1127      Branch: perl
1128            ! t/lib/1_compile.t
1129 ____________________________________________________________________________
1130 [ 13673] By: jhi                                   on 2001/12/13  16:09:18
1131         Log: Subject: (LONG!) Sort benchmarks and patch
1132              From: "John P. Linderman" <jpl@research.att.com>
1133              Date: Thu, 13 Dec 2001 09:50:58 -0500 (EST)
1134              Message-Id: <200112131450.JAA84836@raptor.research.att.com>
1135      Branch: perl
1136            ! pp_sort.c
1137 ____________________________________________________________________________
1138 [ 13672] By: jhi                                   on 2001/12/13  14:19:28
1139         Log: Unadorned numbers evil.
1140      Branch: perl
1141            ! pp.c regcomp.c regexec.c utf8.c utf8.h
1142 ____________________________________________________________________________
1143 [ 13671] By: jhi                                   on 2001/12/13  13:35:47
1144         Log: "preprocessing directive not recognized within macro arg"
1145      Branch: perl
1146            ! ext/Data/Dumper/Dumper.xs
1147 ____________________________________________________________________________
1148 [ 13670] By: jhi                                   on 2001/12/13  13:32:37
1149         Log: Subject: Clarifying the documentation of goto            
1150              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>      
1151              Date: Thu, 13 Dec 2001 08:57:38 -0500
1152              Message-ID: <3C18BD8B@operamail.com>
1153      Branch: perl
1154            ! pod/perlfunc.pod
1155 ____________________________________________________________________________
1156 [ 13669] By: jhi                                   on 2001/12/13  04:38:19
1157         Log: It could be possible for the case-insensitive
1158              Unicode-aware string comparison to wander off
1159              to the la-la land.
1160      Branch: perl
1161            ! embed.h embed.pl pod/perlapi.pod pod/perlunicode.pod proto.h
1162            ! regexec.c utf8.c
1163 ____________________________________________________________________________
1164 [ 13668] By: jhi                                   on 2001/12/13  02:48:14
1165         Log: Subject: [PATCH] Re: [PATCH t/test.pl t/op/stat.t lib/Net/hostent.t] Unbail out
1166              From: Michael G Schwern <schwern@pobox.com> 
1167              Date: Wed, 12 Dec 2001 21:53:46 -0500
1168              Message-ID: <20011213025346.GH25129@blackrider>
1169      Branch: perl
1170            ! lib/Net/hostent.t t/op/stat.t t/test.pl
1171 ____________________________________________________________________________
1172 [ 13667] By: jhi                                   on 2001/12/13  02:47:27
1173         Log: Subject: [PATCH t/io/fs.t] Proper skip tests and VMS unlink
1174              From: Michael G Schwern <schwern@pobox.com> 
1175              Date: Wed, 12 Dec 2001 20:33:42 -0500
1176              Message-ID: <20011213013342.GX25129@blackrider>
1177      Branch: perl
1178            ! t/io/fs.t
1179 ____________________________________________________________________________
1180 [ 13666] By: jhi                                   on 2001/12/12  23:22:27
1181         Log: Subject: Re: [PATCH] use utf8; tests
1182              From: Nicholas Clark <nick@ccl4.org>
1183              Date: Thu, 13 Dec 2001 00:16:58 +0000
1184              Message-ID: <20011213001658.I21702@plum.flirble.org>
1185      Branch: perl
1186            ! lib/utf8.t
1187 ____________________________________________________________________________
1188 [ 13665] By: jhi                                   on 2001/12/12  21:45:49
1189         Log: EPOC fixes from Olaf Flebbe.
1190      Branch: perl
1191            ! README.epoc epoc/config.sh epoc/createpkg.pl
1192            ! ext/Data/Dumper/Dumper.xs ext/Errno/Errno_pm.PL
1193 ____________________________________________________________________________
1194 [ 13664] By: jhi                                   on 2001/12/12  21:33:50
1195         Log: Subject: [PATCH perl@13661] VMS test fix-ups
1196              From: "Craig A. Berry" <craigberry@mac.com>
1197              Date: Wed, 12 Dec 2001 16:27:48 -0600
1198              Message-Id: <5.1.0.14.2.20011212154350.01be3618@exchi01>
1199      Branch: perl
1200            ! lib/Net/hostent.t t/io/fs.t
1201 ____________________________________________________________________________
1202 [ 13663] By: jhi                                   on 2001/12/12  19:59:56
1203         Log: Subject: Re: Next cygwin round.
1204              From: "Gerrit P. Haase" <gp@familiehaase.de>
1205              Date: Wed, 12 Dec 2001 21:59:00 +0100
1206              Message-ID: <122343874595.20011212215900@familiehaase.de>
1207      Branch: perl
1208            ! t/io/fs.t
1209 ____________________________________________________________________________
1210 [ 13662] By: jhi                                   on 2001/12/12  19:12:36
1211         Log: Subject: [PATCH] use utf8; tests
1212              From: Nicholas Clark <nick@ccl4.org>
1213              Date: Wed, 12 Dec 2001 20:07:04 +0000
1214              Message-ID: <20011212200704.E21702@plum.flirble.org>
1215      Branch: perl
1216            ! lib/utf8.t t/test.pl
1217 ____________________________________________________________________________
1218 [ 13661] By: jhi                                   on 2001/12/12  15:24:42
1219         Log: Update Changes.
1220      Branch: perl
1221            ! Changes patchlevel.h
1222 ____________________________________________________________________________
1223 [ 13660] By: jhi                                   on 2001/12/12  15:04:03
1224         Log: Subject: [PATCH] Passing in env to perl_parse did not work
1225              From: Gisle Aas <gisle@ActiveState.com>
1226              Date: 11 Dec 2001 20:52:57 -0800
1227              Message-ID: <lrheqxniom.fsf@caliper.activestate.com>
1228      Branch: perl
1229            ! perl.c perl.h
1230 ____________________________________________________________________________
1231 [ 13659] By: jhi                                   on 2001/12/12  14:33:30
1232         Log: Fixes for casting problems detected on a SuSE 7.2 Itanium,
1233              mostly gcc -Wall complaining about the argument of %p not
1234              being a void *.
1235      Branch: perl
1236            ! perlio.c regcomp.c taint.c toke.c
1237 ____________________________________________________________________________
1238 [ 13657] By: jhi                                   on 2001/12/12  14:08:49
1239         Log: Try YP/NIS also from /usr/lib/yp.
1240      Branch: perl
1241            ! Configure
1242 ____________________________________________________________________________
1243 [ 13656] By: jhi                                   on 2001/12/12  14:05:28
1244         Log: Subject: [PATCH Configure t/op/grent.t] ypcat working, but NIS not used
1245              From: Michael G Schwern <schwern@pobox.com>                
1246              Date: Wed, 12 Dec 2001 05:27:02 -0500      
1247              Message-ID: <20011212102702.GW17250@blackrider>
1248              
1249              (the op/grent part)
1250      Branch: perl
1251            ! t/op/grent.t
1252 ____________________________________________________________________________
1253 [ 13655] By: jhi                                   on 2001/12/12  14:01:55
1254         Log: Weed out .files from ls and readdir() results.
1255      Branch: perl
1256            ! t/op/stat.t
1257 ____________________________________________________________________________
1258 [ 13654] By: jhi                                   on 2001/12/12  13:45:21
1259         Log: Subject: Re: [PATCH] ID 20011206.007 File::Find:name set to empty string for "/"  
1260              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
1261              Date: Wed, 12 Dec 2001 10:52:21 +0100
1262              Message-ID: <200112121052210220.001ACE6B@smtp.chello.at>
1263      Branch: perl
1264            ! lib/File/Find.pm
1265 ____________________________________________________________________________
1266 [ 13653] By: jhi                                   on 2001/12/12  13:34:06
1267         Log: Subject: [PATCH] doio fatal on cygwin for 13651
1268              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>               
1269              Date: Wed, 12 Dec 2001 11:28:13 +0100      
1270              Message-Id: <20011212112548.4611.H.M.BRAND@hccnet.nl>
1271      Branch: perl
1272            ! doio.c
1273 ____________________________________________________________________________
1274 [ 13652] By: jhi                                   on 2001/12/12  13:32:51
1275         Log: Get the whole line of ls, makes debugging easier
1276              (from Schwern)
1277      Branch: perl
1278            ! t/op/stat.t
1279 ____________________________________________________________________________
1280 [ 13651] By: jhi                                   on 2001/12/12  05:42:05
1281         Log: rename() must be tested even without link()
1282              or the utime() and rename-directory tests fail.
1283              (Also got the BeOS utime atime/time the wrong way round.)
1284      Branch: perl
1285            ! t/io/fs.t
1286 ____________________________________________________________________________
1287 [ 13650] By: jhi                                   on 2001/12/12  05:36:31
1288         Log: Now that the beos.c is compiled at the main level
1289              the header is in the beos/
1290      Branch: perl
1291            ! beos/beos.c
1292 ____________________________________________________________________________
1293 [ 13649] By: jhi                                   on 2001/12/12  04:25:21
1294         Log: Must remember to require Socket.
1295      Branch: perl
1296            ! ext/Sys/Syslog/syslog.t
1297 ____________________________________________________________________________
1298 [ 13648] By: jhi                                   on 2001/12/12  04:12:05
1299         Log: In BeOS Errno must resort to actual compilation
1300              and execution for some of the error constants.
1301      Branch: perl
1302            ! ext/Errno/Errno_pm.PL
1303 ____________________________________________________________________________
1304 [ 13647] By: jhi                                   on 2001/12/12  03:23:26
1305         Log: BeOS still has no good sockets.
1306      Branch: perl
1307            ! ext/IO/lib/IO/t/io_sel.t
1308 ____________________________________________________________________________
1309 [ 13646] By: jhi                                   on 2001/12/12  03:19:56
1310         Log: BeOS sockets are not true sockets.
1311      Branch: perl
1312            ! ext/IO/lib/IO/t/io_poll.t
1313 ____________________________________________________________________________
1314 [ 13645] By: jhi                                   on 2001/12/12  03:14:32
1315         Log: No Socket, no Syslog.
1316      Branch: perl
1317            ! ext/Sys/Syslog/syslog.t
1318 ____________________________________________________________________________
1319 [ 13644] By: jhi                                   on 2001/12/12  03:12:46
1320         Log: (On some platforms) missing truncate FH.
1321      Branch: perl
1322            ! pod/perltodo.pod
1323 ____________________________________________________________________________
1324 [ 13643] By: jhi                                   on 2001/12/12  03:09:37
1325         Log: io/fs cleanup: testing on win32/cygwin/netware/djgpp/...
1326              and vms would be muchly appreciated.
1327      Branch: perl
1328            ! t/io/fs.t
1329 ____________________________________________________________________________
1330 [ 13642] By: jhi                                   on 2001/12/12  02:32:05
1331         Log: utime() updates only the mtime in BeOS. 
1332      Branch: perl
1333            ! pod/perlport.pod
1334 ____________________________________________________________________________
1335 [ 13641] By: jhi                                   on 2001/12/12  01:50:13
1336         Log: No link(), no need to dSP.
1337      Branch: perl
1338            ! pp_sys.c
1339 ____________________________________________________________________________
1340 [ 13640] By: jhi                                   on 2001/12/12  01:49:40
1341         Log: Missing argument.
1342      Branch: perl
1343            ! utf8.c
1344 ____________________________________________________________________________
1345 [ 13639] By: jhi                                   on 2001/12/12  01:44:39
1346         Log: (1) To assume any setuid programs is silly.
1347              (2) Chaining tests with booleans means that some
1348              of them may not get run which means getting out
1349              of test count sync.
1350      Branch: perl
1351            ! t/op/stat.t
1352 ____________________________________________________________________________
1353 [ 13638] By: jhi                                   on 2001/12/12  01:12:49
1354         Log: The beos.c needs to be in the main directory.
1355      Branch: perl
1356            ! hints/beos.sh
1357 ____________________________________________________________________________
1358 [ 13637] By: jhi                                   on 2001/12/12  00:37:20
1359         Log: Detypo and rename.
1360      Branch: perl
1361            ! doio.c perl.h perlio.c perliol.h
1362 ____________________________________________________________________________
1363 [ 13636] By: jhi                                   on 2001/12/12  00:22:16
1364         Log: This time I test compiled.  Honest.
1365      Branch: perl
1366            ! beos/beos.c
1367 ____________________________________________________________________________
1368 [ 13635] By: jhi                                   on 2001/12/11  22:57:07
1369         Log: Subject: [PATCH] slightly more pack tests
1370              From: Nicholas Clark <nick@ccl4.org>
1371              Date: Tue, 11 Dec 2001 23:41:23 +0000
1372              Message-ID: <20011211234123.Y21702@plum.flirble.org>
1373      Branch: perl
1374            ! t/op/pack.t
1375 ____________________________________________________________________________
1376 [ 13634] By: jhi                                   on 2001/12/11  21:49:58
1377         Log: Subject: [PATCH perl@13600] Gconvert for VMS again
1378              From: "Craig A. Berry" <craigberry@mac.com>
1379              Date: Tue, 11 Dec 2001 16:39:13 -0600
1380              Message-Id: <5.1.0.14.2.20011211162600.02a4b008@exchi01>
1381      Branch: perl
1382            ! configure.com
1383 ____________________________________________________________________________
1384 [ 13632] By: jhi                                   on 2001/12/11  21:48:26
1385         Log: Subject: $Config{perlpath} and -Dversiononly
1386              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1387              Date: Tue, 11 Dec 2001 23:32:33 +0100
1388              Message-ID: <20011211233233.A11587@rafael>
1389      Branch: perl
1390            ! Configure
1391 ____________________________________________________________________________
1392 [ 13631] By: jhi                                   on 2001/12/11  21:01:00
1393         Log: Subject: [PATCH] _qq pack.t Re: [PATCH] tests for hash assignment
1394              From: Nicholas Clark <nick@ccl4.org>
1395              Date: Tue, 11 Dec 2001 21:59:36 +0000
1396              Message-ID: <20011211215935.W21702@plum.flirble.org>
1397      Branch: perl
1398            ! t/op/pack.t
1399 ____________________________________________________________________________
1400 [ 13630] By: jhi                                   on 2001/12/11  20:16:29
1401         Log: More UTF-8 API docs.
1402      Branch: perl
1403            ! embed.pl pod/perlapi.pod pod/perlunicode.pod utf8.c
1404 ____________________________________________________________________________
1405 [ 13629] By: jhi                                   on 2001/12/11  19:17:16
1406         Log: Subject: [PATCH] Re: [PATCH] Re: [PATCH t/op/pack.t] Cleanup
1407              From: Nicholas Clark <nick@ccl4.org>
1408              Date: Tue, 11 Dec 2001 20:08:59 +0000
1409              Message-ID: <20011211200859.S21702@plum.flirble.org>
1410      Branch: perl
1411            ! t/op/pack.t
1412 ____________________________________________________________________________
1413 [ 13628] By: jhi                                   on 2001/12/11  19:13:57
1414         Log: Subject: Re: use utf8; with bad utf8
1415              From: Nicholas Clark <nick@ccl4.org>
1416              Date: Tue, 11 Dec 2001 19:49:21 +0000
1417              Message-ID: <20011211194921.R21702@plum.flirble.org>
1418      Branch: perl
1419            ! lib/utf8.t
1420 ____________________________________________________________________________
1421 [ 13627] By: jhi                                   on 2001/12/11  17:29:01
1422         Log: Can't spell worth a dam.  (Try Three Gorges.)
1423      Branch: perl
1424            ! beos/beos.c
1425 ____________________________________________________________________________
1426 [ 13626] By: jhi                                   on 2001/12/11  15:55:51
1427         Log: We need DWIM cpps.
1428      Branch: perl
1429            ! perlio.c
1430 ____________________________________________________________________________
1431 [ 13625] By: jhi                                   on 2001/12/11  15:53:41
1432         Log: The unixish.h needs to be found and the waitpid wrapper
1433              could use a proto.
1434      Branch: perl
1435            ! beos/beosish.h
1436 ____________________________________________________________________________
1437 [ 13624] By: jhi                                   on 2001/12/11  15:27:06
1438         Log: The BeOS waitpid() seems to be broken,
1439              have a wrapper for it.
1440      Branch: perl
1441            + beos/beos.c beos/beosish.h
1442            ! MANIFEST hints/beos.sh perl.h
1443 ____________________________________________________________________________
1444 [ 13623] By: jhi                                   on 2001/12/11  15:12:18
1445         Log: Unlean the leaning tower of Babel.
1446      Branch: perl
1447            ! perl.h
1448 ____________________________________________________________________________
1449 [ 13622] By: jhi                                   on 2001/12/11  14:34:53
1450         Log: Retract #13607 until we figure out what to do with autouse.
1451      Branch: perl
1452            ! lib/Carp.pm
1453 ____________________________________________________________________________
1454 [ 13621] By: jhi                                   on 2001/12/11  14:33:14
1455         Log: Try to handle platforms that have O_TEXT != O_BINARY but
1456              which are not DOSish, BeOS being one of such platforms.
1457              Ideally this should be a Configure test, not a hardwired
1458              cpp symbol test... 
1459      Branch: perl
1460            ! doio.c perl.h perlio.c perliol.h
1461 ____________________________________________________________________________
1462 [ 13620] By: jhi                                   on 2001/12/11  13:56:17
1463         Log: Subject: [PATCH lib/Term/Cap.pm lib/Term/Cap.t] Sync changes in CPAN version
1464              From: Jonathan Stowe <gellyfish@gellyfish.com>
1465              Date: Tue, 11 Dec 2001 07:28:45 +0000 (GMT) 
1466              Message-ID: <Pine.LNX.4.33.0112110720470.31242-100000@orpheus.gellyfish.com>
1467      Branch: perl
1468            ! lib/Term/Cap.pm lib/Term/Cap.t
1469 ____________________________________________________________________________
1470 [ 13619] By: jhi                                   on 2001/12/11  13:51:21
1471         Log: Subject: [patch perlio.c] test for NULL before derefencing
1472              From: Stas Bekman <stas@stason.org>
1473              Date: Tue, 11 Dec 2001 16:17:55 +0800
1474              Message-ID: <3C15C133.8@stason.org>
1475      Branch: perl
1476            ! perlio.c
1477 ____________________________________________________________________________
1478 [ 13617] By: jhi                                   on 2001/12/11  05:22:08
1479         Log: BeOS has socket() but not enough to build a working Socket.
1480              Go figure.  ("BONE" (BeOS NEtworking?) is some sort of rumored
1481              new networking implementation, which is rumored to fix the
1482              non-standardness of sockets, but it's apparently not publicly
1483              available, and anything to do with BeOS has become quite
1484              complicated with the sale of the Be assets to Palm.)
1485      Branch: perl
1486            ! Configure
1487 ____________________________________________________________________________
1488 [ 13611] By: jhi                                   on 2001/12/11  04:29:32
1489         Log: Subject: Exporter's documentation shouldn't lie               
1490              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
1491              Date: Mon, 10 Dec 2001 21:30:20 -0500
1492              Message-ID: <3C4AA201@operamail.com>
1493      Branch: perl
1494            ! lib/Exporter.pm
1495 ____________________________________________________________________________
1496 [ 13610] By: jhi                                   on 2001/12/11  04:28:31
1497         Log: Make Errno better in BeOS (the second hunk is
1498              good on any platform).  Still not working in BeOS
1499              are the E constants that refer BeOS native error
1500              constants (B_...) which are enums (*groan*).
1501      Branch: perl
1502            ! ext/Errno/Errno_pm.PL
1503 ____________________________________________________________________________
1504 [ 13609] By: jhi                                   on 2001/12/11  00:59:31
1505         Log: The BeOS linker seems to link the last seen symbol,
1506              not the first (so the symbols of op.o from libperl.so
1507              would get linked to miniperl instead of the symbols of
1508              opmini.o)-- use the same trick as for NeXT4 for linking
1509              miniperl.
1510      Branch: perl
1511            ! Makefile.SH
1512 ____________________________________________________________________________
1513 [ 13608] By: jhi                                   on 2001/12/11  00:49:15
1514         Log: Subject: Re: [PATCH] tests for hash assignment
1515              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1516              Date: Tue, 11 Dec 2001 01:48:55 +0000
1517              Message-Id: <200112110148.fBB1mtl19148@crypt.compulink.co.uk>
1518      Branch: perl
1519            ! utf8.c
1520 ____________________________________________________________________________
1521 [ 13607] By: jhi                                   on 2001/12/11  00:40:47
1522         Log: (retracted by #13622)
1523              
1524              Subject: RE: More verbose POD for Carp
1525              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
1526              Date: Mon, 10 Dec 2001 20:23:20 -0500
1527              Message-ID: <3C4A3566@operamail.com>
1528      Branch: perl
1529            ! lib/Carp.pm
1530 ____________________________________________________________________________
1531 [ 13606] By: jhi                                   on 2001/12/11  00:39:20
1532         Log: Subject: [PATCH follow-up] (was Re: [PATCH perl@13600] cat2type in tests for VMS)
1533              From: "Craig A. Berry" <craigberry@mac.com>
1534              Date: Mon, 10 Dec 2001 18:25:37 -0600
1535              Message-Id: <5.1.0.14.2.20011210174517.029c7ec0@mail.mac.com>
1536      Branch: perl
1537            ! t/op/write.t t/test.pl
1538 ____________________________________________________________________________
1539 [ 13605] By: jhi                                   on 2001/12/11  00:37:54
1540         Log: Subject: [PATCH t/io/multiline.t] Cleanup and $. check
1541              From: Michael G Schwern <schwern@pobox.com>
1542              Date: Mon, 10 Dec 2001 08:00:01 -0500
1543              Message-ID: <20011210130000.GK1770@blackrider>
1544      Branch: perl
1545            ! t/comp/multiline.t
1546 ____________________________________________________________________________
1547 [ 13604] By: jhi                                   on 2001/12/10  22:51:44
1548         Log: Subject: Re: [PATCH] tests for hash assignment
1549              From: Nicholas Clark <nick@ccl4.org>
1550              Date: Mon, 10 Dec 2001 23:22:28 +0000
1551              Message-ID: <20011210232228.M21702@plum.flirble.org>
1552      Branch: perl
1553            + t/op/hashassign.t
1554            ! MANIFEST t/op/each.t t/test.pl
1555 ____________________________________________________________________________
1556 [ 13603] By: jhi                                   on 2001/12/10  21:34:46
1557         Log: Subject: [PATCH perl@13600] cat2type in tests for VMS
1558              From: "Craig A. Berry" <craigberry@mac.com>
1559              Date: Mon, 10 Dec 2001 16:38:14 -0600
1560              Message-Id: <5.1.0.14.2.20011210154846.01aef188@exchi01>
1561      Branch: perl
1562            ! ext/IO/lib/IO/t/io_dup.t t/comp/multiline.t t/io/dup.t
1563 ____________________________________________________________________________
1564 [ 13602] By: jhi                                   on 2001/12/10  19:52:01
1565         Log: Subject: [PATCH perl@13600] configure.com fixes
1566              From: "Craig A. Berry" <craigberry@mac.com>
1567              Date: Mon, 10 Dec 2001 14:40:20 -0600
1568              Message-Id: <5.1.0.14.2.20011210142528.01aff2e8@exchi01>
1569      Branch: perl
1570            ! configure.com
1571 ____________________________________________________________________________
1572 [ 13601] By: jhi                                   on 2001/12/10  18:25:30
1573         Log: Silence BeOS compilation moaning.
1574      Branch: perl
1575            ! perl.h
1576 ____________________________________________________________________________
1577 [ 13600] By: jhi                                   on 2001/12/10  15:11:40
1578         Log: Update Changes.
1579      Branch: perl
1580            ! Changes patchlevel.h
1581 ____________________________________________________________________________
1582 [ 13599] By: jhi                                   on 2001/12/10  13:35:57
1583         Log: Subject: [PATCH lib/ExtUtils/Command.t] Bad touch
1584              From: Michael G Schwern <schwern@pobox.com>
1585              Date: Mon, 10 Dec 2001 01:21:03 -0500
1586              Message-ID: <20011210062103.GC1770@blackrider>
1587      Branch: perl
1588            ! lib/ExtUtils/Command.t
1589 ____________________________________________________________________________
1590 [ 13598] By: jhi                                   on 2001/12/10  13:35:20
1591         Log: Subject: [PATCH t/op/groups.t] Need @INC = '../lib' mantra
1592              From: Michael G Schwern <schwern@pobox.com>
1593              Date: Mon, 10 Dec 2001 01:10:57 -0500
1594              Message-ID: <20011210061057.GB1770@blackrider>
1595      Branch: perl
1596            ! t/op/groups.t
1597 ____________________________________________________________________________
1598 [ 13597] By: jhi                                   on 2001/12/10  13:33:51
1599         Log: Retract #13596, #13593 should do the trick.
1600      Branch: perl
1601            ! t/op/stat.t
1602 ____________________________________________________________________________
1603 [ 13596] By: jhi                                   on 2001/12/10  13:31:38
1604         Log: (retracted by #13597, #13593 does the job better)
1605              
1606              Subject: [PATCH t/op/stat.t] -B/-T Cygwin fix
1607              From: Michael G Schwern <schwern@pobox.com>
1608              Date: Mon, 10 Dec 2001 00:53:16 -0500
1609              Message-ID: <20011210055316.GA1770@blackrider>
1610      Branch: perl
1611            ! t/op/stat.t
1612 ____________________________________________________________________________
1613 [ 13595] By: jhi                                   on 2001/12/10  13:28:30
1614         Log: Subject: [PATCH lib/AutoSplit.t] Too fast for FAT filesystems
1615              From: Michael G Schwern <schwern@pobox.com> 
1616              Date: Mon, 10 Dec 2001 02:19:14 -0500
1617              Message-ID: <20011210071914.GF1770@blackrider>
1618      Branch: perl
1619            ! lib/AutoSplit.t
1620 ____________________________________________________________________________
1621 [ 13594] By: jhi                                   on 2001/12/10  13:26:24
1622         Log: Subject: [PATCH] Re: [PATCH t/op/pack.t] Cleanup
1623              From: Michael G Schwern <schwern@pobox.com>
1624              Date: Mon, 10 Dec 2001 02:47:40 -0500
1625              Message-ID: <20011210074739.GH1770@blackrider>
1626      Branch: perl
1627            ! t/op/pack.t
1628 ____________________________________________________________________________
1629 [ 13593] By: jhi                                   on 2001/12/10  13:22:49
1630         Log: Subject: [PATCH t/test.pl] Moving Cygwin .exe logic into which_perl
1631              From: Michael G Schwern <schwern@pobox.com>
1632              Date: Mon, 10 Dec 2001 02:54:22 -0500
1633              Message-ID: <20011210075422.GI1770@blackrider>
1634      Branch: perl
1635            ! t/test.pl
1636 ____________________________________________________________________________
1637 [ 13592] By: jhi                                   on 2001/12/10  13:21:06
1638         Log: Subject: Re: [ID 20011209.005] perl "u2" eats RAM
1639              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
1640              Date: Mon, 10 Dec 2001 08:45:20 +0100
1641              Message-ID: <3C146810.60B5B7C0@alcatel.at>
1642      Branch: perl
1643            ! pp_pack.c
1644 ____________________________________________________________________________
1645 [ 13591] By: jhi                                   on 2001/12/10  13:18:17
1646         Log: Subject: [PATCH] Re: [PATCH t/io/openpid.t] Cleanup
1647              From: Michael G Schwern <schwern@pobox.com>
1648              Date: Mon, 10 Dec 2001 03:27:02 -0500
1649              Message-ID: <20011210082702.GN1770@blackrider>
1650      Branch: perl
1651            ! t/io/openpid.t
1652 ____________________________________________________________________________
1653 [ 13590] By: jhi                                   on 2001/12/10  13:17:08
1654         Log: More chmod +w.
1655      Branch: perl
1656            ! Porting/makerel
1657 ____________________________________________________________________________
1658 [ 13589] By: jhi                                   on 2001/12/10  04:21:59
1659         Log: Just skip the readability test if running as root.
1660      Branch: perl
1661            ! lib/Net/t/netrc.t
1662 ____________________________________________________________________________
1663 [ 13588] By: jhi                                   on 2001/12/10  04:03:10
1664         Log: Tell about the downside of safe signals.
1665      Branch: perl
1666            ! pod/perldelta.pod
1667 ____________________________________________________________________________
1668 [ 13587] By: jhi                                   on 2001/12/10  03:38:20
1669         Log: Make the whole -lperl thing NetBSD only until we
1670              find some other platform that needs the same.
1671      Branch: perl
1672            ! lib/ExtUtils/MM_Unix.pm
1673 ____________________________________________________________________________
1674 [ 13586] By: jhi                                   on 2001/12/10  03:13:59
1675         Log: Subject: [PATCH t/op/pack.t] Cleanup
1676              From: Michael G Schwern <schwern@pobox.com> 
1677              Date: Sun, 9 Dec 2001 23:08:26 -0500
1678              Message-ID: <20011210040826.GD660@blackrider>
1679      Branch: perl
1680            ! t/op/pack.t
1681 ____________________________________________________________________________
1682 [ 13585] By: jhi                                   on 2001/12/10  02:47:01
1683         Log: Add threads support for NetBSD.
1684              
1685              This is also the first (I think) Perl threads build with
1686              the GNU pth ( http://www.gnu.org/software/pth/pth.html ).
1687              NetBSD does not as of yet have true kernel POSIX threads,
1688              but the user-level pth seems to be doing pretty well--
1689              the only failure is that threads/t/basic okays 6 and 7
1690              consistently seem be arriving in the reverse order.
1691              Well, gdbm.t is also failing: 'Undefined PLT symbol
1692              "gdbm_open" (reloc type = 7, symnum = 28)', but I'm
1693              guessing that GDBM would need a threaded rebuild.
1694      Branch: perl
1695            ! hints/netbsd.sh
1696 ____________________________________________________________________________
1697 [ 13582] By: jhi                                   on 2001/12/10  02:01:26
1698         Log: Update the ithreads selection info in Configure,
1699              as suggested by Michael Schwern.
1700      Branch: perl
1701            ! Configure
1702 ____________________________________________________________________________
1703 [ 13581] By: jhi                                   on 2001/12/10  01:56:14
1704         Log: Clearing locale environment simply doesn't seem to
1705              guarantee that (nl_)langinfo(CODESET) would return nil.
1706              (I for example get "ISO8859-1", so <guess>maybe there can
1707              be per-system default settings at work</guess>.)
1708      Branch: perl
1709            ! lib/open.t
1710 ____________________________________________________________________________
1711 [ 13580] By: jhi                                   on 2001/12/10  01:53:11
1712         Log: Subject: RE: Exporter fixes reversed in 13540?
1713              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
1714              Date: Sun, 9 Dec 2001 12:55:15 -0500
1715              Message-ID: <3C13F455@operamail.com>
1716      Branch: perl
1717            ! lib/open.pm
1718 ____________________________________________________________________________
1719 [ 13579] By: jhi                                   on 2001/12/10  01:26:53
1720         Log: Root is the lizard king.
1721      Branch: perl
1722            ! lib/Net/t/netrc.t
1723 ____________________________________________________________________________
1724 [ 13578] By: jhi                                   on 2001/12/10  01:01:24
1725         Log: Telling how many tests we are expecting helps.
1726      Branch: perl
1727            ! ext/POSIX/t/waitpid.t
1728 ____________________________________________________________________________
1729 [ 13577] By: jhi                                   on 2001/12/10  00:38:09
1730         Log: Add a test case for waitpid(): from Rocco Caputo.
1731      Branch: perl
1732            + ext/POSIX/t/waitpid.t
1733            ! MANIFEST
1734 ____________________________________________________________________________
1735 [ 13576] By: jhi                                   on 2001/12/10  00:15:19
1736         Log: Subject: [PATCH] Term::ReadLine tweaks and test
1737              From: Richard Clamp <richardc@unixbeard.net>
1738              Date: Mon, 10 Dec 2001 00:51:47 +0000
1739              Message-ID: <20011210005147.GA1073@mirth.demon.co.uk>
1740      Branch: perl
1741            + lib/Term/ReadLine.t
1742            ! MANIFEST lib/Term/ReadLine.pm
1743 ____________________________________________________________________________
1744 [ 13575] By: jhi                                   on 2001/12/10  00:04:56
1745         Log: Subject: [patch] non-blocking waitpid(-1,WNOHANG) for MSWin32
1746              From: Rocco Caputo <troc@netrus.net>
1747              Date: Sun, 9 Dec 2001 18:12:38 -0500
1748              Message-ID: <20011209181238.A803@eyrie.homenet>
1749      Branch: perl
1750            ! win32/win32.c
1751 ____________________________________________________________________________
1752 [ 13574] By: jhi                                   on 2001/12/09  23:49:19
1753         Log: make sure that va_start() has matching va_end();
1754              from OpenBSD 3.0.
1755      Branch: perl
1756            ! x2p/util.c
1757 ____________________________________________________________________________
1758 [ 13573] By: jhi                                   on 2001/12/09  23:45:57
1759         Log: h2ph updates from OpenBSD 3.0.
1760      Branch: perl
1761            ! utils/h2ph.PL
1762 ____________________________________________________________________________
1763 [ 13572] By: jhi                                   on 2001/12/09  23:44:25
1764         Log: OpenBSD hints update from OpenBSD 3.0.
1765      Branch: perl
1766            ! hints/openbsd.sh
1767 ____________________________________________________________________________
1768 [ 13571] By: jhi                                   on 2001/12/09  23:32:08
1769         Log: DJGPP tweaks from Laszlo Molnar.
1770      Branch: perl
1771            ! djgpp/config.over lib/File/Find/t/find.t
1772            ! lib/File/Find/t/taint.t t/pod/find.t
1773 ____________________________________________________________________________
1774 [ 13570] By: jhi                                   on 2001/12/09  23:28:55
1775         Log: Subject: [PATCH README.cygwin] 64bit ints & Cygwin98 ok
1776              From: Michael G Schwern <schwern@pobox.com> 
1777              Date: Sun, 9 Dec 2001 19:28:12 -0500
1778              Message-ID: <20011210002812.GF13586@blackrider>
1779      Branch: perl
1780            ! README.cygwin
1781 ____________________________________________________________________________
1782 [ 13569] By: jhi                                   on 2001/12/09  21:51:37
1783         Log: README.cygwin update from Gerrit P. Haase.
1784      Branch: perl
1785            ! README.cygwin
1786 ____________________________________________________________________________
1787 [ 13568] By: jhi                                   on 2001/12/09  21:49:06
1788         Log: Apply NetBSD patch-ag: shared/static linking,
1789              but make the change less intrusive on non-NetBSD.
1790      Branch: perl
1791            ! lib/ExtUtils/MM_Unix.pm
1792 ____________________________________________________________________________
1793 [ 13567] By: jhi                                   on 2001/12/09  21:09:10
1794         Log: Apply NetBSD patch-af: handle both -[LR] and -Wl,-R linker paths.
1795      Branch: perl
1796            ! lib/ExtUtils/Liblist.pm
1797 ____________________________________________________________________________
1798 [ 13566] By: jhi                                   on 2001/12/09  20:55:32
1799         Log: Apply NetBSD patch-ae: another gcc sparc64 bug.
1800      Branch: perl
1801            ! regcomp.c
1802 ____________________________________________________________________________
1803 [ 13565] By: jhi                                   on 2001/12/09  20:50:57
1804         Log: Apply NetBSD patch-ad: a gcc sparc64 code generation bug.
1805      Branch: perl
1806            ! pp.c
1807 ____________________________________________________________________________
1808 [ 13564] By: jhi                                   on 2001/12/09  20:38:48
1809         Log: Apply NetBSD patch-ac.
1810              (the fix has already been done: change #9706, fully qualified
1811              pathnames in packlists)
1812      Branch: perl
1813            ! lib/ExtUtils/Install.pm
1814 ____________________________________________________________________________
1815 [ 13563] By: jhi                                   on 2001/12/09  20:32:52
1816         Log: Apply NetBSD patch-ab: NetBSD hints update.
1817      Branch: perl
1818            ! hints/netbsd.sh
1819 ____________________________________________________________________________
1820 [ 13561] By: jhi                                   on 2001/12/09  20:31:14
1821         Log: NetBSD has <ieeefp.h> but hidden.
1822      Branch: perl
1823            ! hints/netbsd.sh
1824 ____________________________________________________________________________
1825 [ 13560] By: jhi                                   on 2001/12/09  20:29:35
1826         Log: Implement NetBSD patch-aa.
1827      Branch: perl
1828            ! Configure
1829 ____________________________________________________________________________
1830 [ 13559] By: jhi                                   on 2001/12/09  19:21:45
1831         Log: Subject: Re: [ID 20011206.006] File::Find calls lstat on wrong object before wanted()
1832              From: "Wolfgang Laun" <wolfgang.laun@chello.at>             
1833              Date: Sun, 09 Dec 2001 13:40:58 +0100
1834              Message-ID: <200112091340580550.008ED513@smtp.chello.at>
1835              
1836              (The lstat()s were there in 5.6.1: what happened to them?)
1837      Branch: perl
1838            ! lib/File/Find.pm
1839 ____________________________________________________________________________
1840 [ 13558] By: jhi                                   on 2001/12/09  19:04:23
1841         Log: Quickie documentation of the C UTF-8 API.
1842      Branch: perl
1843            ! pod/perlunicode.pod
1844 ____________________________________________________________________________
1845 [ 13557] By: jhi                                   on 2001/12/09  18:36:20
1846         Log: Subject: bleadperl on cygwin weirdness...
1847              From: "Gerrit P. Haase" <gp@familiehaase.de>
1848              Date: Sun, 9 Dec 2001 20:31:28 +0100
1849              Message-ID: <13779422183.20011209203128@familiehaase.de>          
1850              
1851              (plus libperl*.dll version portability tweaks)
1852      Branch: perl
1853            ! lib/ExtUtils/Embed.t
1854 ____________________________________________________________________________
1855 [ 13556] By: jhi                                   on 2001/12/09  18:21:46
1856         Log: Instead of muting symbol export error if under eval,
1857              delay the errors until the croak().
1858              
1859              (replaces #13408)
1860      Branch: perl
1861            ! lib/Exporter/Heavy.pm
1862 ____________________________________________________________________________
1863 [ 13555] By: jhi                                   on 2001/12/09  18:09:12
1864         Log: Basegroup 0 is a cygwin_nt thing.
1865      Branch: perl
1866            ! t/op/groups.t
1867 ____________________________________________________________________________
1868 [ 13554] By: jhi                                   on 2001/12/09  17:57:44
1869         Log: Also WinME is LoseLink.
1870      Branch: perl
1871            ! t/op/stat.t
1872 ____________________________________________________________________________
1873 [ 13553] By: jhi                                   on 2001/12/09  16:25:52
1874         Log: Forgotten checkin.
1875      Branch: perl
1876            ! lib/User/grent.t
1877 ____________________________________________________________________________
1878 [ 13552] By: jhi                                   on 2001/12/09  16:23:14
1879         Log: Subject: [PATCH] ID 20011206.007 File::Find:name set to empty string for "/"
1880              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
1881              Date: Sun, 09 Dec 2001 13:45:06 +0100
1882              Message-ID: <200112091345060760.00929EA9@smtp.chello.at>
1883      Branch: perl
1884            ! lib/File/Find.pm
1885 ____________________________________________________________________________
1886 [ 13551] By: jhi                                   on 2001/12/09  16:18:20
1887         Log: Tweakback.
1888      Branch: perl
1889            ! lib/Net/hostent.t
1890 ____________________________________________________________________________
1891 [ 13550] By: jhi                                   on 2001/12/09  16:01:55
1892         Log: Subject: [PATCH lib/User/grent.t] More Cygwin98 group oddities
1893              From: Michael G Schwern <schwern@pobox.com>
1894              Date: Sat, 8 Dec 2001 14:48:38 -0500
1895              Message-ID: <20011208194838.GA8650@blackrider>
1896      Branch: perl
1897            ! t/op/grent.t
1898 ____________________________________________________________________________
1899 [ 13549] By: jhi                                   on 2001/12/09  15:40:28
1900         Log: Subject: [README.cygwin] Removing old expected test failures
1901              From: Michael G Schwern <schwern@pobox.com>
1902              Date: Sat, 8 Dec 2001 15:38:28 -0500
1903              Message-ID: <20011208203828.GB9017@blackrider>
1904      Branch: perl
1905            ! README.cygwin
1906 ____________________________________________________________________________
1907 [ 13548] By: jhi                                   on 2001/12/09  15:37:48
1908         Log: Subject: [PATCH lib/Net/hostent.t] Cleanup and Cygwin98 oddity
1909              From: Michael G Schwern <schwern@pobox.com>                
1910              Date: Sat, 8 Dec 2001 15:26:59 -0500
1911              Message-ID: <20011208202659.GA9017@blackrider> 
1912      Branch: perl
1913            ! lib/Net/hostent.t
1914 ____________________________________________________________________________
1915 [ 13547] By: jhi                                   on 2001/12/09  15:33:43
1916         Log: Subject: [PATCH t/op/stat.t] Cygwin98 fakes hard links
1917              From: Michael G Schwern <schwern@pobox.com> 
1918              Date: Sat, 8 Dec 2001 15:06:16 -0500
1919              Message-ID: <20011208200616.GA8915@blackrider>
1920      Branch: perl
1921            ! t/op/stat.t
1922 ____________________________________________________________________________
1923 [ 13546] By: jhi                                   on 2001/12/09  15:31:19
1924         Log: Developer deprecations and an incompatibility.
1925      Branch: perl
1926            ! pod/perldelta.pod pod/perlmodlib.pod pod/perltoc.pod
1927 ____________________________________________________________________________
1928 [ 13545] By: jhi                                   on 2001/12/09  15:27:14
1929         Log: Shoo.
1930      Branch: perl
1931            - lib/Attribute/Handlers.pm
1932 ____________________________________________________________________________
1933 [ 13544] By: jhi                                   on 2001/12/09  15:20:08
1934         Log: Remove Attribute::Handlers, as per Damian's request.
1935              (Because of fixing the my variables to be now handled
1936              in run-time, the whole internals of the A::H needs to
1937              be rewritten and Damian will not have time for that
1938              for months.)
1939      Branch: perl
1940            - lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
1941            - lib/Attribute/Handlers/demo/Demo.pm
1942            - lib/Attribute/Handlers/demo/Descriptions.pm
1943            - lib/Attribute/Handlers/demo/MyClass.pm
1944            - lib/Attribute/Handlers/demo/demo.pl
1945            - lib/Attribute/Handlers/demo/demo2.pl
1946            - lib/Attribute/Handlers/demo/demo3.pl
1947            - lib/Attribute/Handlers/demo/demo4.pl
1948            - lib/Attribute/Handlers/demo/demo_call.pl
1949            - lib/Attribute/Handlers/demo/demo_chain.pl
1950            - lib/Attribute/Handlers/demo/demo_cycle.pl
1951            - lib/Attribute/Handlers/demo/demo_hashdir.pl
1952            - lib/Attribute/Handlers/demo/demo_phases.pl
1953            - lib/Attribute/Handlers/demo/demo_range.pl
1954            - lib/Attribute/Handlers/demo/demo_rawdata.pl
1955            - lib/Attribute/Handlers/t/multi.t
1956            ! MANIFEST lib/Attribute/Handlers.pm pod/perldelta.pod
1957            ! pod/perlmodlib.pod pod/perltoc.pod
1958 ____________________________________________________________________________
1959 [ 13543] By: jhi                                   on 2001/12/09  15:00:50
1960         Log: Subject: Re: attributes are broken
1961              From: Spider Boardman <spider@Orb.Nashua.NH.US>
1962              Date: Sun, 09 Dec 2001 00:09:23 -0500
1963              Message-Id: <200112090509.AAA02053@Orb.Nashua.NH.US>              
1964      Branch: perl
1965            ! dump.c embed.h embed.pl lib/attributes.pm op.c op.h
1966            ! pod/perldelta.pod pod/perltoc.pod proto.h t/op/attrs.t
1967            ! xsutils.c
1968 ____________________________________________________________________________
1969 [ 13542] By: jhi                                   on 2001/12/09  14:49:46
1970         Log: Forgotten checkin.
1971      Branch: perl
1972            ! lib/Pod/Text.pm
1973 ____________________________________________________________________________
1974 [ 13541] By: jhi                                   on 2001/12/09  14:48:15
1975         Log: uconfig.h update.
1976      Branch: perl
1977            ! uconfig.h
1978 ____________________________________________________________________________
1979 [ 13540] By: jhi                                   on 2001/12/08  18:39:51
1980         Log: Update Changes.
1981      Branch: perl
1982            ! Changes patchlevel.h
1983 ____________________________________________________________________________
1984 [ 13539] By: jhi                                   on 2001/12/08  18:28:02
1985         Log: Note that some of the Unicode features are
1986              dependent on perlio.
1987      Branch: perl
1988            ! pod/perluniintro.pod
1989 ____________________________________________________________________________
1990 [ 13538] By: jhi                                   on 2001/12/08  17:53:00
1991         Log: Regen perlapi, regen toc.
1992      Branch: perl
1993            ! pod/perlapi.pod pod/perltoc.pod
1994 ____________________________________________________________________________
1995 [ 13537] By: jhi                                   on 2001/12/08  17:44:48
1996         Log: FAQ sync.
1997      Branch: perl
1998            ! pod/perlfaq4.pod pod/perlfaq6.pod
1999 ____________________________________________________________________________
2000 [ 13536] By: jhi                                   on 2001/12/08  17:37:53
2001         Log: Subject: [PATCH] Fix odd language in an sv.c comment
2002              From: coral@eekeek.org
2003              Date: Sat, 8 Dec 2001 12:19:39 -0500
2004              Message-Id: <200112081719.fB8HJdZ14747@eekeek.org>
2005      Branch: perl
2006            ! sv.c
2007 ____________________________________________________________________________
2008 [ 13535] By: jhi                                   on 2001/12/08  15:29:18
2009         Log: Subject: [PATCH lib/vmsish.t] Small test name abuse.
2010              From: Michael G Schwern <schwern@pobox.com>
2011              Date: Fri, 7 Dec 2001 20:03:45 -0500
2012              Message-ID: <20011208010345.GD642@blackrider>
2013              
2014              Subject: [PATCH vms/test.com] Goodbye frightening echo kludge!
2015              From: Michael G Schwern <schwern@pobox.com>
2016              Date: Fri, 7 Dec 2001 20:13:54 -0500
2017              Message-ID: <20011208011354.GE642@blackrider>
2018              
2019              Subject: [PATCH t/io/pipe.t t/test.pl] Cleanup & $NO_ENDING
2020              From: Michael G Schwern <schwern@pobox.com>
2021              Date: Fri, 7 Dec 2001 21:47:36 -0500
2022              Message-ID: <20011208024736.GH642@blackrider>
2023              
2024              Subject: [PATCH t/op/exec.t] Piping and newline on pipe tests
2025              From: Michael G Schwern <schwern@pobox.com>
2026              Date: Fri, 7 Dec 2001 23:09:43 -0500
2027              Message-ID: <20011208040943.GK642@blackrider>
2028              
2029              Subject: [PATCH] vms/test.com -- skip tty tests when not interactive
2030              Message-Id: <a05101004b83754903506@[172.16.52.1]>
2031              Date: Fri, 7 Dec 2001 23:28:15 -0600
2032              From: "Craig A. Berry" <craigberry@mac.com>
2033      Branch: perl
2034            ! lib/vmsish.t t/io/pipe.t t/op/exec.t t/test.pl vms/test.com
2035 ____________________________________________________________________________
2036 [ 13534] By: jhi                                   on 2001/12/08  15:16:14
2037         Log: Integrate perlio.
2038      Branch: perl
2039           !> doio.c lib/Exporter/Heavy.pm lib/open.t op.c perlio.c
2040           !> perliol.h pod/perlfunc.pod pod/perltoc.pod pp.c
2041 ____________________________________________________________________________
2042 [ 13533] By: jhi                                   on 2001/12/08  15:13:39
2043         Log: Retract #11156 since Sarathy has found that it breaks code:
2044              http://bugs.ActiveState.com/show_bug.cgi?id=18457
2045              http://bugs.ActiveState.com/show_bug.cgi?id=18858
2046      Branch: perl
2047            ! op.c sv.c t/op/pos.t
2048 ____________________________________________________________________________
2049 [ 13532] By: nick                                  on 2001/12/08  14:11:12
2050         Log: Integrate mainline
2051      Branch: perlio
2052           !> Changes doop.c patchlevel.h pod/perluniintro.pod t/op/chop.t
2053           !> t/op/magic.t t/op/stat.t t/run/switches.t t/test.pl
2054 ____________________________________________________________________________
2055 [ 13531] By: nick                                  on 2001/12/08  13:48:21
2056         Log: Tweak multi-arg open error messages
2057      Branch: perlio
2058            ! perlio.c
2059 ____________________________________________________________________________
2060 [ 13530] By: nick                                  on 2001/12/08  10:20:06
2061         Log: Allow multi-arg open() if opening layer declares this legal.
2062      Branch: perlio
2063            ! doio.c perlio.c perliol.h
2064 ____________________________________________________________________________
2065 [ 13529] By: jhi                                   on 2001/12/07  23:48:58
2066         Log: Subject: [PATCH t/run/switches.t] Declaring mostly TODO
2067              From: Michael G Schwern <schwern@pobox.com>       
2068              Date: Fri, 7 Dec 2001 19:41:31 -0500
2069              Message-ID: <20011208004131.GC642@blackrider>
2070      Branch: perl
2071            ! t/run/switches.t t/test.pl
2072 ____________________________________________________________________________
2073 [ 13528] By: jhi                                   on 2001/12/07  23:47:26
2074         Log: Subject: [PATCH t/op/stat.t] Declaring -t STDIN w/pipe TODO
2075              From: Michael G Schwern <schwern@pobox.com>       
2076              Date: Fri, 7 Dec 2001 19:12:44 -0500
2077              Message-ID: <20011208001244.GB642@blackrider>
2078      Branch: perl
2079            ! t/op/stat.t
2080 ____________________________________________________________________________
2081 [ 13527] By: jhi                                   on 2001/12/07  22:31:22
2082         Log: Subject: [PATCH t/op/magic.t] Puut... The TODO... Beck!
2083              From: Michael G Schwern <schwern@pobox.com>
2084              Date: Fri, 7 Dec 2001 17:28:57 -0500
2085              Message-ID: <20011207222857.GI23210@blackrider>
2086      Branch: perl
2087            ! t/op/magic.t
2088 ____________________________________________________________________________
2089 [ 13526] By: jhi                                   on 2001/12/07  22:27:46
2090         Log: which_perl: if File::Spec fails, assume "./" and hope for the best.
2091      Branch: perl
2092            ! t/test.pl
2093 ____________________________________________________________________________
2094 [ 13525] By: jhi                                   on 2001/12/07  22:21:25
2095         Log: which_perl: delay as much a possible till runtime.
2096      Branch: perl
2097            ! t/test.pl
2098 ____________________________________________________________________________
2099 [ 13524] By: jhi                                   on 2001/12/07  21:58:15
2100         Log: Further tweakage to which_perl().
2101      Branch: perl
2102            ! t/test.pl
2103 ____________________________________________________________________________
2104 [ 13523] By: jhi                                   on 2001/12/07  21:57:30
2105         Log: perluniintro tweaks.
2106      Branch: perl
2107            ! pod/perluniintro.pod
2108 ____________________________________________________________________________
2109 [ 13522] By: jhi                                   on 2001/12/07  21:01:02
2110         Log: Tweak the $Perl computation.
2111      Branch: perl
2112            ! t/test.pl
2113 ____________________________________________________________________________
2114 [ 13521] By: jhi                                   on 2001/12/07  17:27:02
2115         Log: Subject: Re: [PATCH] chom?p needs to remove read only fakery
2116              From: Nicholas Clark <nick@ccl4.org>
2117              Date: Fri, 7 Dec 2001 17:06:56 +0000
2118              Message-ID: <20011207170656.G21702@plum.flirble.org>
2119      Branch: perl
2120            ! doop.c t/op/chop.t
2121 ____________________________________________________________________________
2122 [ 13520] By: jhi                                   on 2001/12/07  15:55:34
2123         Log: Update Changes.
2124      Branch: perl
2125            ! Changes patchlevel.h
2126 ____________________________________________________________________________
2127 [ 13519] By: jhi                                   on 2001/12/07  15:32:58
2128         Log: Missing ).
2129      Branch: perl
2130            ! t/test.pl
2131 ____________________________________________________________________________
2132 [ 13518] By: jhi                                   on 2001/12/07  15:24:32
2133         Log: Allow several arguments to display().
2134      Branch: perl
2135            ! t/test.pl
2136 ____________________________________________________________________________
2137 [ 13517] By: jhi                                   on 2001/12/07  15:19:20
2138         Log: /dev/stdout could be either a character special file
2139              or a named pipe, so let's pretend it doesn't exist.
2140      Branch: perl
2141            ! t/op/stat.t
2142 ____________________________________________________________________________
2143 [ 13516] By: nick                                  on 2001/12/07  15:09:23
2144         Log: Integrate again - can I catch up ?
2145      Branch: perlio
2146           !> t/test.pl
2147 ____________________________________________________________________________
2148 [ 13515] By: nick                                  on 2001/12/07  15:08:17
2149         Log: Integrate mainline some more
2150      Branch: perlio
2151           !> README.hpux hints/linux.sh pod/perlfunc.pod
2152 ____________________________________________________________________________
2153 [ 13514] By: nick                                  on 2001/12/07  15:07:15
2154         Log: Integrate mainline
2155      Branch: perlio
2156           +> djgpp/djgpp.h ext/Devel/PPPort/Changes
2157           +> ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/module2.c
2158           +> ext/Devel/PPPort/module3.c ext/Devel/PPPort/t/test.t
2159           +> hints/super-ux.sh lib/File/Spec/t/Functions.t
2160           +> lib/File/Spec/t/Spec.t lib/File/Spec/t/rel2abs2rel.t
2161           +> lib/Math/BigInt/t/bare_mbi.t pod/perl561delta.pod
2162           +> t/lib/Math/BigInt/BareCalc.pm
2163            - ext/Devel/PPPort/harness/Harness.pm
2164            - ext/Devel/PPPort/harness/Harness.xs
2165            - ext/Devel/PPPort/harness/Makefile.PL
2166            - ext/Devel/PPPort/harness/module2.c
2167            - ext/Devel/PPPort/harness/module3.c
2168            - ext/Devel/PPPort/harness/t/test.t lib/File/Spec.t
2169            - lib/File/Spec/Functions.t
2170           !> (integrate 103 files)
2171 ____________________________________________________________________________
2172 [ 13513] By: jhi                                   on 2001/12/07  14:58:06
2173         Log: Add display() for displaying icky scalars.
2174      Branch: perl
2175            ! t/test.pl
2176 ____________________________________________________________________________
2177 [ 13511] By: jhi                                   on 2001/12/07  14:40:58
2178         Log: Subject: [ID 20011207.001] documentation bug for waitpid
2179              From: Jan-Pieter Cornet <john@pc.xs4all.nl>
2180              Date: Fri, 7 Dec 2001 12:44:56 +0100
2181              Message-Id: <200112071144.MAA12790@pc.xs4all.nl>
2182      Branch: perl
2183            ! pod/perlfunc.pod
2184 ____________________________________________________________________________
2185 [ 13510] By: jhi                                   on 2001/12/07  14:38:39
2186         Log: gcc version matching didn't.
2187      Branch: perl
2188            ! hints/linux.sh
2189 ____________________________________________________________________________
2190 [ 13509] By: jhi                                   on 2001/12/07  14:21:33
2191         Log: Subject: HP renamed their servers              
2192              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2193              Date: Fri, 07 Dec 2001 12:07:22 +0100
2194              Message-Id: <20011207120501.E16F.H.M.BRAND@hccnet.nl>
2195      Branch: perl
2196            ! README.hpux
2197 ____________________________________________________________________________
2198 [ 13508] By: jhi                                   on 2001/12/07  14:01:41
2199         Log: Subject: Re: [patch pod/perlport.pod] wrong escape
2200              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
2201              Date: Fri, 7 Dec 2001 00:24:55 -0500
2202              Message-ID: <20011207002455.D529632@linguist.thayer.dartmouth.edu>
2203      Branch: perl
2204            ! pod/perlport.pod
2205 ____________________________________________________________________________
2206 [ 13507] By: jhi                                   on 2001/12/07  03:07:03
2207         Log: Subject: [PATCH t/op/exec.t t/base/lex.t] Test For Echo, take 2
2208              From: Michael G Schwern <schwern@pobox.com> 
2209              Date: Thu, 6 Dec 2001 22:56:34 -0500
2210              Message-ID: <20011207035634.GO22648@blackrider>
2211      Branch: perl
2212            ! t/base/lex.t t/op/exec.t
2213 ____________________________________________________________________________
2214 [ 13506] By: jhi                                   on 2001/12/07  03:05:38
2215         Log: Subject: [PATCH t/test.pl ...] which_perl for safer $^Xing
2216              From: Michael G Schwern <schwern@pobox.com>
2217              Date: Thu, 6 Dec 2001 22:45:44 -0500
2218              Message-ID: <20011207034544.GN22648@blackrider>
2219              
2220              (plus op/ref tweak)
2221      Branch: perl
2222            ! t/comp/script.t t/io/open.t t/op/ref.t t/op/stat.t
2223            ! t/run/kill_perl.t t/test.pl
2224 ____________________________________________________________________________
2225 [ 13505] By: jhi                                   on 2001/12/07  01:30:25
2226         Log: Upgrade to Math::BigInt 1.48.
2227      Branch: perl
2228            + lib/Math/BigInt/t/bare_mbi.t t/lib/Math/BigInt/BareCalc.pm
2229            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
2230            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
2231            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
2232            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
2233            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
2234            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
2235 ____________________________________________________________________________
2236 [ 13504] By: jhi                                   on 2001/12/07  00:56:58
2237         Log: Mention also perl56delta in case somone is upgrading from
2238              Perl 5.005_03.
2239      Branch: perl
2240            ! pod/perldelta.pod
2241 ____________________________________________________________________________
2242 [ 13503] By: jhi                                   on 2001/12/07  00:46:55
2243         Log: Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests
2244              From: Michael G Schwern <schwern@pobox.com>
2245              Date: Thu, 6 Dec 2001 15:15:28 -0500
2246              Message-ID: <20011206201528.GF16414@blackrider>
2247              
2248              (just the term.t, not the lex.t)
2249              
2250              Subject: [PATCH t/comp/script.t] Elimininating needless logic, runs from t/ now
2251              From: Michael G Schwern <schwern@pobox.com>
2252              Date: Thu, 6 Dec 2001 15:22:22 -0500
2253              Message-ID: <20011206202222.GG16414@blackrider>
2254              
2255              Subject: [PATCH t/run/kill_perl.t] Eliminationg needless $^X logic
2256              From: Michael G Schwern <schwern@pobox.com>
2257              Date: Thu, 6 Dec 2001 15:31:58 -0500
2258              Message-ID: <20011206203158.GI16414@blackrider>
2259              
2260              Subject: [PATCH t/io/open.t t/test.pl] Cleanup and echo purge
2261              From: Michael G Schwern <schwern@pobox.com>
2262              Date: Thu, 6 Dec 2001 17:38:55 -0500
2263              Message-ID: <20011206223855.GC22648@blackrider>
2264      Branch: perl
2265            ! t/base/term.t t/comp/script.t t/io/open.t t/run/kill_perl.t
2266            ! t/test.pl
2267 ____________________________________________________________________________
2268 [ 13502] By: jhi                                   on 2001/12/06  22:15:49
2269         Log: Update the thr5005 situation.
2270      Branch: perl
2271            ! pod/perldelta.pod
2272 ____________________________________________________________________________
2273 [ 13501] By: jhi                                   on 2001/12/06  22:06:28
2274         Log: perldelta borrowings from perl561delta.
2275      Branch: perl
2276            ! pod/perldelta.pod
2277 ____________________________________________________________________________
2278 [ 13500] By: jhi                                   on 2001/12/06  21:21:59
2279         Log: Add the 5.6.1 perldelta as perl561delta.
2280              (Makes it easier to steal stuff for perldelta :-)
2281      Branch: perl
2282            + pod/perl561delta.pod
2283            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
2284 ____________________________________________________________________________
2285 [ 13499] By: jhi                                   on 2001/12/06  20:46:04
2286         Log: Retract #13496 for now.
2287      Branch: perl
2288            ! t/base/lex.t t/base/term.t
2289 ____________________________________________________________________________
2290 [ 13498] By: jhi                                   on 2001/12/06  20:16:04
2291         Log: Subject: [PATCH per@13492] (was Re: [PATCH perl@13462]] VMS-only File::Spec->canonpath fix)
2292              From: "Craig A. Berry" <craigberry@mac.com>
2293              Date: Thu, 6 Dec 2001 14:54:36 -0600
2294              Message-Id: <a05101000b8358a58eb28@[172.16.52.1]>
2295      Branch: perl
2296            ! vms/ext/filespec.t
2297 ____________________________________________________________________________
2298 [ 13496] By: jhi                                   on 2001/12/06  19:47:53
2299         Log: (retracted by #13499)
2300              
2301              Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests
2302              From: Michael G Schwern <schwern@pobox.com>
2303              Date: Thu, 6 Dec 2001 15:15:28 -0500
2304              Message-ID: <20011206201528.GF16414@blackrider>
2305      Branch: perl
2306            ! t/base/lex.t t/base/term.t
2307 ____________________________________________________________________________
2308 [ 13495] By: jhi                                   on 2001/12/06  17:56:15
2309         Log: Subject: [PATCH t/op/stat.t] VMS has no link count
2310              From: Michael G Schwern <schwern@pobox.com>
2311              Date: Thu, 6 Dec 2001 13:54:48 -0500
2312              Message-ID: <20011206185448.GC16414@blackrider>
2313      Branch: perl
2314            ! t/op/stat.t
2315 ____________________________________________________________________________
2316 [ 13494] By: jhi                                   on 2001/12/06  17:54:14
2317         Log: The #4 has nothing to do with Unicode.
2318      Branch: perl
2319            ! t/op/tr.t
2320 ____________________________________________________________________________
2321 [ 13493] By: jhi                                   on 2001/12/06  17:52:43
2322         Log: Subject: [PATCH t/op/tr.t] Cleanup and more counting tests
2323              From: Michael G Schwern <schwern@pobox.com>
2324              Date: Thu, 6 Dec 2001 13:45:48 -0500
2325              Message-ID: <20011206184548.GB16414@blackrider>
2326      Branch: perl
2327            ! t/op/tr.t
2328 ____________________________________________________________________________
2329 [ 13492] By: jhi                                   on 2001/12/06  15:47:08
2330         Log: Update Changes.
2331      Branch: perl
2332            ! Changes patchlevel.h
2333 ____________________________________________________________________________
2334 [ 13491] By: jhi                                   on 2001/12/06  15:43:22
2335         Log: Subject: [PATCH Perl@13462, on top of prev. multiplicity patch] MY_RAND workaround update
2336              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
2337              Date: Thu, 6 Dec 2001 11:41:25 EST
2338              Message-Id: <011206114105.67cab@DUPHY4.Physics.Drexel.Edu>
2339      Branch: perl
2340            ! vms/vms.c vms/vmsish.h
2341 ____________________________________________________________________________
2342 [ 13490] By: jhi                                   on 2001/12/06  15:08:40
2343         Log: Subject: [PATCH] Re: weirdness in regexps
2344              From: Robin Houston <robin@kitsite.com> 
2345              Date: Thu, 6 Dec 2001 14:44:01 +0000
2346              Message-ID: <20011206144401.A27752@puffinry.freeserve.co.uk>
2347      Branch: perl
2348            ! op.c t/lib/strict/subs
2349 ____________________________________________________________________________
2350 [ 13489] By: jhi                                   on 2001/12/06  15:07:18
2351         Log: Make the -b -c -S tests count all of the /dev, not just
2352              check the first one, as suggested by Benjamin Goldberg.
2353      Branch: perl
2354            ! t/op/stat.t
2355 ____________________________________________________________________________
2356 [ 13488] By: jhi                                   on 2001/12/06  14:41:02
2357         Log: Subject: Re: [PATCH: bleadperl] casefold backref
2358              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
2359              Date: Thu, 6 Dec 2001 10:39:45 -0500 (EST) 
2360              Message-ID: <Pine.GSO.4.21.0112061038490.14590-100000@crusoe.crusoe.net>
2361      Branch: perl
2362            ! regexec.c
2363 ____________________________________________________________________________
2364 [ 13487] By: jhi                                   on 2001/12/06  14:30:45
2365         Log: Nits noticed by Philip Newton, and de-tab DB.t.
2366      Branch: perl
2367            ! lib/DB.t
2368 ____________________________________________________________________________
2369 [ 13486] By: jhi                                   on 2001/12/06  14:23:06
2370         Log: Subject: [PATCH] Re: counting tr thinks it's modifying 
2371              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
2372              Date: 6 Dec 2001 11:06:01 -0000
2373              Message-Id: <slrna0ukap.kbt.rgarciasuarez@rafael.kazibao.net>
2374      Branch: perl
2375            ! op.c t/op/tr.t
2376 ____________________________________________________________________________
2377 [ 13485] By: jhi                                   on 2001/12/06  14:07:54
2378         Log: Subject: [PATCH: bleadperl] casefold backref
2379              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
2380              Date: Wed, 05 Dec 2001 17:27:05 +0000
2381              Message-Id: <200112051727.fB5HR5422706@crypt.compulink.co.uk> 
2382      Branch: perl
2383            ! regexec.c t/op/re_tests
2384 ____________________________________________________________________________
2385 [ 13484] By: jhi                                   on 2001/12/06  03:04:18
2386         Log: Subject: [PATCH Perl@13440] MULTIPLICITY fixups               
2387              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
2388              Date: Wed, 5 Dec 2001 22:34:53 EST
2389              Message-Id: <011205223453.8122e@DUPHY4.Physics.Drexel.Edu>
2390      Branch: perl
2391            ! mg.c vms/vms.c vms/vmsish.h
2392 ____________________________________________________________________________
2393 [ 13483] By: jhi                                   on 2001/12/06  02:59:40
2394         Log: Subject: [PATCH lib/File/Spec* MANIFEST] Better abs2rel/rel2abs/canonpath tests
2395              From: Michael G Schwern <schwern@pobox.com>
2396              Date: Wed, 5 Dec 2001 19:52:58 -0500
2397              Message-ID: <20011205195257.A903@blackrider>
2398      Branch: perl
2399            + lib/File/Spec/t/Functions.t lib/File/Spec/t/Spec.t
2400            + lib/File/Spec/t/rel2abs2rel.t
2401            - lib/File/Spec.t lib/File/Spec/Functions.t
2402            ! MANIFEST
2403 ____________________________________________________________________________
2404 [ 13482] By: jhi                                   on 2001/12/06  02:48:27
2405         Log: Subject: Re: Silly stat() portability questions                
2406              From: Benjamin Goldberg <goldbb2@earthlink.net>
2407              Date: Wed, 05 Dec 2001 22:52:35 -0500
2408              Message-ID: <3C0EEB83.8CE93CA2@earthlink.net>
2409      Branch: perl
2410            ! pod/perlport.pod
2411 ____________________________________________________________________________
2412 [ 13481] By: jhi                                   on 2001/12/06  02:39:43
2413         Log: Subject: [PATCH perl@13462]] VMS-only File::Spec->canonpath fix
2414              From: "Craig A. Berry" <craigberry@mac.com>
2415              Date: Wed, 05 Dec 2001 16:41:59 -0600
2416              Message-Id: <5.1.0.14.2.20011205160043.02160e90@exchi01>
2417      Branch: perl
2418            ! README.vms configure.com lib/File/Spec/VMS.pm
2419            ! vms/ext/filespec.t
2420 ____________________________________________________________________________
2421 [ 13480] By: jhi                                   on 2001/12/05  19:53:05
2422         Log: $apply->('club', $glibc_maintainers);
2423              
2424              (Nick Clark just reported that <langinfo.h> YESSTR
2425              is an empty string in Linux 2.4.16-rmk glibc 2.2.4-5)
2426      Branch: perl
2427            ! ext/I18N/Langinfo/Langinfo.t
2428 ____________________________________________________________________________
2429 [ 13479] By: jhi                                   on 2001/12/05  19:49:16
2430         Log: Admonish against assuming A^HUNIX fs/uid/gid semantics.
2431      Branch: perl
2432            ! pod/perlport.pod
2433 ____________________________________________________________________________
2434 [ 13478] By: gsar                                  on 2001/12/05  18:22:38
2435         Log: tweak change#13474 (pad entries can apparently be null in some
2436              situations)
2437      Branch: maint-5.6/perl
2438            ! op.c
2439 ____________________________________________________________________________
2440 [ 13477] By: jhi                                   on 2001/12/05  17:53:13
2441         Log: Restore the /dev -b -c -S part of the test.
2442      Branch: perl
2443            ! t/op/stat.t
2444 ____________________________________________________________________________
2445 [ 13476] By: jhi                                   on 2001/12/05  17:29:36
2446         Log: Retract #13475 until Arthur gets back to the mine.
2447      Branch: perl
2448            ! op.c t/run/kill_perl.t
2449 ____________________________________________________________________________
2450 [ 13475] By: jhi                                   on 2001/12/05  17:07:00
2451         Log: (retracted by #13476)
2452              
2453              Manually apply #13474; fixes stale reference to dead
2454              CvOUTSIDE(); this can happen when anonymous subroutines
2455              that aren't closures are returned from an eval""
2456              
2457              (threads/shared/sv_refs.t is coredump-unhappy about this change)
2458      Branch: perl
2459            ! op.c t/run/kill_perl.t
2460 ____________________________________________________________________________
2461 [ 13474] By: gsar                                  on 2001/12/05  15:14:24
2462         Log: replacement for change#10451
2463              
2464              fixes stale reference to dead CvOUTSIDE(); this can happen when
2465              anonymous subroutines that aren't closures are returned from an
2466              eval""
2467      Branch: maint-5.6/perl
2468            ! op.c t/op/misc.t
2469 ____________________________________________________________________________
2470 [ 13473] By: gsar                                  on 2001/12/05  15:08:18
2471         Log: revert change#10451,10472; it was a naive fix that simply
2472              reintroduced the memory leak!
2473      Branch: maint-5.6/perl
2474            ! op.c t/op/misc.t
2475 ____________________________________________________________________________
2476 [ 13472] By: jhi                                   on 2001/12/05  13:30:47
2477         Log: Subject: Re: [PATCH] File::Basename pod and .t (was: perlpacktut.pod v0.0 (split))
2478              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
2479              Date: Wed, 05 Dec 2001 10:49:20 +0100
2480              Message-ID: <3C0DEDA0.C58A8A9E@alcatel.at>
2481      Branch: perl
2482            ! lib/File/Basename.pm lib/File/Basename.t
2483 ____________________________________________________________________________
2484 [ 13471] By: jhi                                   on 2001/12/05  13:22:50
2485         Log: Subject: [PATCH t/op/magic.t] Removing a TODO
2486              From: Michael G Schwern <schwern@pobox.com> 
2487              Date: Wed, 5 Dec 2001 02:47:59 -0500
2488              Message-ID: <20011205024759.H14333@blackrider>
2489      Branch: perl
2490            ! t/op/magic.t
2491 ____________________________________________________________________________
2492 [ 13470] By: jhi                                   on 2001/12/05  13:21:09
2493         Log: Subject: [PATCH t/op/stat.t vms/test.com] stat.t portability, the LAST VMS exception!
2494              From: Michael G Schwern <schwern@pobox.com>              
2495              Date: Wed, 5 Dec 2001 02:22:05 -0500
2496              Message-ID: <20011205022205.F14333@blackrider>
2497      Branch: perl
2498            ! t/op/stat.t vms/test.com
2499 ____________________________________________________________________________
2500 [ 13469] By: jhi                                   on 2001/12/05  03:44:59
2501         Log: Subject: Re: [PATCH t/op/stat.t t/test.pl] stat.t cleanup, first pass
2502              From: Michael G Schwern <schwern@pobox.com> 
2503              Date: Tue, 4 Dec 2001 23:40:10 -0500
2504              Message-ID: <20011204234010.B14333@blackrider>
2505      Branch: perl
2506            ! t/op/stat.t
2507 ____________________________________________________________________________
2508 [ 13468] By: jhi                                   on 2001/12/05  01:37:04
2509         Log: Subject: [PATCH t/op/stat.t t/test.pl] stat.t cleanup, first pass
2510              From: Michael G Schwern <schwern@pobox.com> 
2511              Date: Tue, 4 Dec 2001 21:09:18 -0500           
2512              Message-ID: <20011204210918.D13279@blackrider>
2513              
2514              t/test.
2515      Branch: perl
2516            ! t/test.pl
2517 ____________________________________________________________________________
2518 [ 13467] By: jhi                                   on 2001/12/05  01:36:44
2519         Log: (accidentally empty check-in)
2520      Branch: perl
2521            ! t/op/stat.t
2522 ____________________________________________________________________________
2523 [ 13466] By: jhi                                   on 2001/12/04  22:51:19
2524         Log: Subject: [PATCH] $., $%, $=, and $- are IV's now
2525              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2526              Date: Tue, 04 Dec 2001 23:40:27 +0100
2527              Message-Id: <20011204233412.304B.H.M.BRAND@hccnet.nl>
2528      Branch: perl
2529            ! mg.c
2530 ____________________________________________________________________________
2531 [ 13465] By: jhi                                   on 2001/12/04  22:50:26
2532         Log: Subject: [PATCH] minor pod fix in Safe.pm
2533              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2534              Date: Tue, 4 Dec 2001 22:02:34 +0100
2535              Message-ID: <20011204220234.A17293@rafael>
2536      Branch: perl
2537            ! ext/Opcode/Safe.pm
2538 ____________________________________________________________________________
2539 [ 13464] By: jhi                                   on 2001/12/04  22:47:43
2540         Log: CRLF GRRR.
2541      Branch: perl
2542            ! djgpp/configure.bat
2543 ____________________________________________________________________________
2544 [ 13463] By: jhi                                   on 2001/12/04  22:46:28
2545         Log: DJGPP fixes from Laszlo Molnar.
2546      Branch: perl
2547            ! djgpp/configure.bat djgpp/djgpp.h
2548 ____________________________________________________________________________
2549 [ 13462] By: jhi                                   on 2001/12/04  14:56:22
2550         Log: Update Changes.
2551      Branch: perl
2552            ! Changes patchlevel.h
2553 ____________________________________________________________________________
2554 [ 13461] By: jhi                                   on 2001/12/04  14:49:45
2555         Log: Must wipe out the memory of real Socket before starting
2556              to use the new fake one.
2557      Branch: perl
2558            ! lib/Net/t/config.t
2559 ____________________________________________________________________________
2560 [ 13460] By: jhi                                   on 2001/12/04  14:40:28
2561         Log: LC_ALL might trump LANG.
2562      Branch: perl
2563            ! lib/open.t
2564 ____________________________________________________________________________
2565 [ 13459] By: jhi                                   on 2001/12/04  14:39:38
2566         Log: Make the eval runtime.
2567      Branch: perl
2568            ! lib/open.pm
2569 ____________________________________________________________________________
2570 [ 13458] By: jhi                                   on 2001/12/04  14:08:17
2571         Log: Make the Langinfo test both more lenient (allow
2572              for any symbol not to exists) and stricter (add
2573              more symbols).
2574      Branch: perl
2575            ! ext/I18N/Langinfo/Langinfo.t
2576 ____________________________________________________________________________
2577 [ 13457] By: gsar                                  on 2001/12/04  14:07:01
2578         Log: integrate change#13453 from maint-5.6
2579              
2580              tweak change#11399 to use an explicit flag rather than
2581              ass_u_ming w32_pseudo_id will only be zero for the real
2582              toplevel interpreter; avoids multiple hosts from diddling
2583              the environment at the same time
2584      Branch: perl
2585           !> win32/perlhost.h
2586 ____________________________________________________________________________
2587 [ 13456] By: jhi                                   on 2001/12/04  13:35:58
2588         Log: Subject: [PATCH] VMS update for perldelta.pod
2589              From: "Craig A. Berry" <craigberry@mac.com> 
2590              Date: Tue, 4 Dec 2001 00:23:12 -0600
2591              Message-Id: <a05101002b83218be190d@[172.16.52.1]>
2592      Branch: perl
2593            ! pod/perldelta.pod
2594 ____________________________________________________________________________
2595 [ 13455] By: jhi                                   on 2001/12/04  13:23:19
2596         Log: NetWare tweak from Ananth Kesari.
2597      Branch: perl
2598            ! NetWare/Makefile
2599 ____________________________________________________________________________
2600 [ 13454] By: jhi                                   on 2001/12/04  13:17:38
2601         Log: Upgrade to Net::Ping 2.07, from Rob Brown.
2602              Not adding the test suite because of its many assumptions.
2603      Branch: perl
2604            ! lib/Net/Ping.pm
2605 ____________________________________________________________________________
2606 [ 13453] By: gsar                                  on 2001/12/04  07:54:58
2607         Log: tweak change#11399 to use an explicit flag rather than
2608              ass_u_ming w32_pseudo_id will only be zero for the real
2609              toplevel interpreter; avoids multiple hosts from diddling
2610              the environment at the same time
2611      Branch: maint-5.6/perl
2612            ! win32/perlhost.h
2613 ____________________________________________________________________________
2614 [ 13452] By: jhi                                   on 2001/12/04  04:28:29
2615         Log: Add hints file for SUPER-UX: the UNIX of NEC SX series,
2616              from Len Makin.
2617      Branch: perl
2618            + hints/super-ux.sh
2619            ! MANIFEST
2620 ____________________________________________________________________________
2621 [ 13451] By: jhi                                   on 2001/12/04  01:58:03
2622         Log: Add Mac OS X known failures to perldelta.
2623      Branch: perl
2624            ! pod/perldelta.pod
2625 ____________________________________________________________________________
2626 [ 13450] By: jhi                                   on 2001/12/04  01:26:38
2627         Log: I think it's time to call the utf8 code non-test.
2628      Branch: perl
2629            ! utf8.c
2630 ____________________________________________________________________________
2631 [ 13449] By: jhi                                   on 2001/12/04  00:59:27
2632         Log: Retract #13303, need rethink.
2633      Branch: perl
2634            ! utf8.c
2635 ____________________________________________________________________________
2636 [ 13448] By: jhi                                   on 2001/12/03  22:40:22
2637         Log: Subject: [PATCH perl@13440] VMS install fix-ups: add libnetcfg and xsubpp as utility commands
2638              From: "Craig A. Berry" <craigberry@mac.com>
2639              Date: Mon, 03 Dec 2001 16:28:06 -0600
2640              Message-Id: <5.1.0.14.2.20011202223303.01c3ab98@exchi01>
2641      Branch: perl
2642            ! configure.com lib/File/Basename.pm vms/descrip_mms.template
2643 ____________________________________________________________________________
2644 [ 13447] By: jhi                                   on 2001/12/03  22:37:12
2645         Log: Subject: [PATCH] Solaris/longdouble needs /opt/SUNWspro/lib
2646              From: Andy Dougherty <doughera@lafayette.edu>
2647              Date: Mon, 3 Dec 2001 15:48:26 -0500 (EST)
2648              Message-ID: <Pine.SOL.4.10.10112031543520.5207-100000@maxwell.phys.lafayette.edu>
2649      Branch: perl
2650            ! hints/solaris_2.sh
2651 ____________________________________________________________________________
2652 [ 13446] By: jhi                                   on 2001/12/03  22:29:58
2653         Log: This test is not very robust on 8.3-constrained systems:
2654              all the "with truncated name" lines between "Autosplitting ..."
2655              and "some names are not unique" lines are unexpected,
2656              and the truncation message becomes:
2657              testtest.al, testtest.al truncate to testtest 
2658      Branch: perl
2659            ! lib/AutoSplit.t
2660 ____________________________________________________________________________
2661 [ 13445] By: jhi                                   on 2001/12/03  22:13:07
2662         Log: DOS/DJGPP has nl_langinfo() but nothing much in it.
2663      Branch: perl
2664            ! ext/I18N/Langinfo/Langinfo.t
2665 ____________________________________________________________________________
2666 [ 13444] By: jhi                                   on 2001/12/03  22:02:52
2667         Log: Test::Morify UCD.t
2668      Branch: perl
2669            ! lib/Unicode/UCD.t
2670 ____________________________________________________________________________
2671 [ 13443] By: jhi                                   on 2001/12/03  21:50:13
2672         Log: If Socket has not been built (e.g. DJGPP) the libnet
2673              tests fall over with (too) much noise.
2674      Branch: perl
2675            ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t
2676            ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t
2677            ! lib/Net/t/smtp.t lib/Net/t/time.t
2678 ____________________________________________________________________________
2679 [ 13442] By: jhi                                   on 2001/12/03  17:22:08
2680         Log: Subject: [PATCH] shared hash keys and ++/--
2681              From: Nicholas Clark <nick@ccl4.org>
2682              Date: Mon, 3 Dec 2001 16:37:16 +0000
2683              Message-ID: <20011203163716.C21702@plum.flirble.org>
2684      Branch: perl
2685            ! pp.c pp_hot.c sv.c t/op/inc.t
2686 ____________________________________________________________________________
2687 [ 13441] By: jhi                                   on 2001/12/03  17:15:52
2688         Log: Subject: [PATCH lib/Term/Cap.pm] was Re: [PATCH] Shared hash keys
2689              From: Jonathan Stowe <jns@gellyfish.com>
2690              Date: Mon, 3 Dec 2001 15:48:38 +0000 (GMT)
2691              Message-ID: <Pine.LNX.4.33.0112031543290.386-100000@orpheus.gellyfish.com>
2692      Branch: perl
2693            ! lib/Term/Cap.pm
2694 ____________________________________________________________________________
2695 [ 13440] By: jhi                                   on 2001/12/03  14:26:58
2696         Log: Update Changes.
2697      Branch: perl
2698            ! Changes patchlevel.h
2699 ____________________________________________________________________________
2700 [ 13439] By: jhi                                   on 2001/12/03  14:22:05
2701         Log: perldelta tweaks.
2702      Branch: perl
2703            ! pod/perldelta.pod
2704 ____________________________________________________________________________
2705 [ 13438] By: jhi                                   on 2001/12/03  14:12:08
2706         Log: Subject: [PATCH] perlnewmod.pod: Fixed URL for Ken William's Tutorial
2707              From: Sam Tregar <sam@tregar.com> 
2708              Date: Mon, 3 Dec 2001 00:04:07 -0500 (EST)
2709              Message-ID: <Pine.LNX.4.33.0112030002210.24619-100000@localhost.localdomain>
2710      Branch: perl
2711            ! pod/perlnewmod.pod
2712 ____________________________________________________________________________
2713 [ 13437] By: jhi                                   on 2001/12/03  14:08:59
2714         Log: microperl casting nit.
2715      Branch: perl
2716            ! utf8.c
2717 ____________________________________________________________________________
2718 [ 13436] By: jhi                                   on 2001/12/03  14:03:21
2719         Log: Make sharepvn a macro since all it does is a deref.
2720      Branch: perl
2721            ! embed.h embed.pl global.sym hv.c hv.h proto.h
2722 ____________________________________________________________________________
2723 [ 13435] By: jhi                                   on 2001/12/03  13:38:14
2724         Log: perldelta updates.
2725      Branch: perl
2726            ! pod/perldelta.pod
2727 ____________________________________________________________________________
2728 [ 13434] By: jhi                                   on 2001/12/03  13:13:02
2729         Log: PPPort update from Paul Marquess.
2730      Branch: perl
2731            + ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.xs
2732            + ext/Devel/PPPort/module2.c ext/Devel/PPPort/module3.c
2733            + ext/Devel/PPPort/t/test.t
2734            - ext/Devel/PPPort/harness/Harness.pm
2735            - ext/Devel/PPPort/harness/Harness.xs
2736            - ext/Devel/PPPort/harness/Makefile.PL
2737            - ext/Devel/PPPort/harness/module2.c
2738            - ext/Devel/PPPort/harness/module3.c
2739            - ext/Devel/PPPort/harness/t/test.t
2740            ! MANIFEST ext/Devel/PPPort/MANIFEST
2741            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
2742            ! ext/Devel/PPPort/README ext/Devel/PPPort/TODO
2743            ! ext/Devel/PPPort/soak
2744 ____________________________________________________________________________
2745 [ 13433] By: jhi                                   on 2001/12/03  12:57:23
2746         Log: No use talking about dynamic library search patch
2747              unless we are having a dynamic build.
2748      Branch: perl
2749            ! t/TEST
2750 ____________________________________________________________________________
2751 [ 13432] By: jhi                                   on 2001/12/02  22:35:04
2752         Log: Be more explicit on the List::Util build trick,
2753              should also stop unneeded rebuilds on static builds.
2754      Branch: perl
2755            ! ext/List/Util/Makefile.PL
2756 ____________________________________________________________________________
2757 [ 13431] By: jhi                                   on 2001/12/02  22:18:45
2758         Log: We need to replace the optimize (-O1) with
2759              the -h scalar0 -h vector0, not append them
2760              to the ccflags.
2761      Branch: perl
2762            ! hints/unicos.sh hints/unicosmk.sh
2763 ____________________________________________________________________________
2764 [ 13430] By: jhi                                   on 2001/12/02  20:01:24
2765         Log: Subject: [PATCH] Shared hash keys 
2766              From: Nicholas Clark <nick@ccl4.org>
2767              Date: Sun, 2 Dec 2001 20:52:32 +0000
2768              Message-ID: <20011202205232.U21702@plum.flirble.org>
2769      Branch: perl
2770            ! doop.c t/op/tr.t
2771 ____________________________________________________________________________
2772 [ 13429] By: jhi                                   on 2001/12/02  19:19:54
2773         Log: Better add new files to MANIFEST, too.
2774      Branch: perl
2775            ! MANIFEST
2776 ____________________________________________________________________________
2777 [ 13428] By: jhi                                   on 2001/12/02  18:38:18
2778         Log: Subject: {PATCH] perlpacktut.pod
2779              From: "Wolfgang Laun" <wolfgang.laun@chello.at> 
2780              Date: Sun, 02 Dec 2001 19:55:06 +0100
2781              Message-ID: <200112021955060600.009C0EF9@smtp.chello.at>
2782      Branch: perl
2783            ! pod/perlpacktut.pod
2784 ____________________________________________________________________________
2785 [ 13427] By: jhi                                   on 2001/12/02  17:07:57
2786         Log: Various small nits found by DJGPP build.
2787      Branch: perl
2788            ! doio.c mg.c pp.c util.c
2789 ____________________________________________________________________________
2790 [ 13426] By: jhi                                   on 2001/12/02  16:55:21
2791         Log: Subject: RE: More verbose POD for Carp
2792              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
2793              Date: Sun, 2 Dec 2001 11:32:51 -0500
2794              Message-ID: <3C0A9748@operamail.com>
2795      Branch: perl
2796            ! lib/Carp.pm
2797 ____________________________________________________________________________
2798 [ 13425] By: jhi                                   on 2001/12/02  16:54:06
2799         Log: Add a header for DJGPP with the function prototypes.
2800      Branch: perl
2801            + djgpp/djgpp.h
2802            ! MANIFEST djgpp/djgpp.c
2803 ____________________________________________________________________________
2804 [ 13424] By: jhi                                   on 2001/12/02  01:17:43
2805         Log: Subject: [PATCH] chdir() with an empty tainted argument on Win32
2806              From: Abe Timmerman <abe@ztreet.demon.nl>
2807              Date: Sun, 02 Dec 2001 02:41:25 +0100
2808              Message-ID: <j8vi0uorud2fa9vp0q2dpmn7tpr5hqec1d@4ax.com>
2809      Branch: perl
2810            ! pp_sys.c
2811 ____________________________________________________________________________
2812 [ 13423] By: jhi                                   on 2001/12/02  01:05:43
2813         Log: There isn't PTR2INT(), there's PTR2IV().
2814      Branch: perl
2815            ! ext/Time/HiRes/HiRes.xs
2816 ____________________________________________________________________________
2817 [ 13422] By: jhi                                   on 2001/12/02  00:56:05
2818         Log: Subject: [ID 20011201.170] Time::HiRes in devel-perl causes segfaults for xs users
2819              From: Marc Lehmann <root@schmorp.de>
2820              Date: Sun, 02 Dec 2001 02:44:53 +0100
2821              Message-Id: <E16ALgb-0006Yw-00.pgcc-forever-2001-12-02-02-44-53@fuji.laendle>
2822      Branch: perl
2823            ! ext/Time/HiRes/HiRes.xs
2824 ____________________________________________________________________________
2825 [ 13421] By: jhi                                   on 2001/12/02  00:25:35
2826         Log: encode()/decode() examples.
2827      Branch: perl
2828            ! ext/Encode/Encode.pm
2829 ____________________________________________________________________________
2830 [ 13420] By: jhi                                   on 2001/12/02  00:14:38
2831         Log: DJGPP tweaks from Laszlo Molnar.
2832      Branch: perl
2833            ! djgpp/config.over djgpp/djgppsed.sh
2834 ____________________________________________________________________________
2835 [ 13419] By: jhi                                   on 2001/12/01  20:52:19
2836         Log: Update Changes.
2837      Branch: perl
2838            ! Changes patchlevel.h
2839 ____________________________________________________________________________
2840 [ 13418] By: jhi                                   on 2001/12/01  20:40:03
2841         Log: Integrate perlio;
2842              
2843              Skip socket-ness tests on handles (e.g. PerlIO::Scalar)
2844              which do not have file descriptors. Noticed a possibly
2845              worse problem in the process ...
2846      Branch: perl
2847           !> doio.c
2848 ____________________________________________________________________________
2849 [ 13417] By: jhi                                   on 2001/12/01  20:37:40
2850         Log: Non-VMS-fixed and Win32-skipped version of
2851              
2852              Subject: [PATCH t/op/exec.t] Portabilty fix 
2853              From: Michael G Schwern <schwern@pobox.com> 
2854              Date: Fri, 30 Nov 2001 16:09:27 -0500
2855              Message-ID: <20011130160927.A10406@blackrider>
2856      Branch: perl
2857            ! t/op/exec.t
2858 ____________________________________________________________________________
2859 [ 13416] By: jhi                                   on 2001/12/01  20:35:31
2860         Log: Subject: Enabling strict on Carp/Heavy, + internal documentation
2861              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
2862              Date: Sat, 1 Dec 2001 07:01:09 -0500
2863              Message-ID: <3C0D2E39@operamail.com>
2864              
2865              Subject: More verbose POD for Carp
2866              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
2867              Date: Sat, 1 Dec 2001 08:04:16 -0500
2868              Message-ID: <3C285C2B@operamail.com>
2869      Branch: perl
2870            ! lib/Carp.pm lib/Carp/Heavy.pm
2871 ____________________________________________________________________________
2872 [ 13415] By: jhi                                   on 2001/12/01  20:31:06
2873         Log: Subject: [PATCH lib/DB.t] Strictures, dual variables 
2874              From: chromatic <chromatic@rmci.net>
2875              Date: Sat, 01 Dec 2001 12:41:58 -0700
2876              Message-ID: <20011201194946.50449.qmail@onion.perl.org>
2877      Branch: perl
2878            ! lib/DB.t
2879 ____________________________________________________________________________
2880 [ 13414] By: jhi                                   on 2001/12/01  20:30:17
2881         Log: Try to make a missing RADIXCHAR a softer kinder error.
2882      Branch: perl
2883            ! ext/I18N/Langinfo/Langinfo.t
2884 ____________________________________________________________________________
2885 [ 13413] By: jhi                                   on 2001/12/01  20:21:27
2886         Log: Have a little faith on nl_langinfo() itself.
2887      Branch: perl
2888            ! ext/I18N/Langinfo/Langinfo.xs
2889 ____________________________________________________________________________
2890 [ 13412] By: jhi                                   on 2001/12/01  18:47:07
2891         Log: Typo (a missing endparen) and thinko (_MAXSTRMSG is
2892              the max, not max plus one)
2893      Branch: perl
2894            ! ext/I18N/Langinfo/Langinfo.xs
2895 ____________________________________________________________________________
2896 [ 13411] By: jhi                                   on 2001/12/01  18:45:32
2897         Log: Make reality agree with the comment.
2898      Branch: perl
2899            ! ext/I18N/Langinfo/Langinfo.xs
2900 ____________________________________________________________________________
2901 [ 13410] By: jhi                                   on 2001/12/01  18:43:11
2902         Log: Try to protect against wild langinfo() arguments.
2903      Branch: perl
2904            ! ext/I18N/Langinfo/Langinfo.xs
2905 ____________________________________________________________________________
2906 [ 13409] By: nick                                  on 2001/12/01  18:19:59
2907         Log: Skip socket-ness tests on handles (e.g. PerlIO::Scalar) which do not
2908              have file descriptors. Noticed a possibly worse problem in the process ...
2909      Branch: perlio
2910            ! doio.c
2911 ____________________________________________________________________________
2912 [ 13408] By: jhi                                   on 2001/12/01  18:18:34
2913         Log: If we are inside an eval, let's be silent about
2914              separate symbols and just croak() in the end.
2915      Branch: perl
2916            ! lib/Exporter/Heavy.pm
2917 ____________________________________________________________________________
2918 [ 13407] By: nick                                  on 2001/12/01  17:14:05
2919         Log: Integrate mainline
2920      Branch: perlio
2921           !> (integrate 26 files)
2922 ____________________________________________________________________________
2923 [ 13406] By: jhi                                   on 2001/12/01  16:31:02
2924         Log: Subject: Fix for Exporter error reporting behaviour
2925              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
2926              Date: Sat, 1 Dec 2001 06:34:48 -0500
2927              Message-ID: <3C0D1B9A@operamail.com>
2928      Branch: perl
2929            ! lib/Exporter.pm lib/Exporter/Heavy.pm
2930 ____________________________________________________________________________
2931 [ 13405] By: jhi                                   on 2001/12/01  16:29:27
2932         Log: Need to hide behind an eval to avoid a warning
2933              about :utf8 on non-perlio configs.
2934      Branch: perl
2935            ! lib/open.t
2936 ____________________________________________________________________________
2937 [ 13404] By: jhi                                   on 2001/12/01  15:55:51
2938         Log: Subject: [PATCH 20010902.002] parser panics on lvalue methods 
2939              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2940              Date: Fri, 30 Nov 2001 23:46:58 +0100
2941              Message-ID: <20011130234658.A717@rafael>
2942      Branch: perl
2943            ! op.c t/op/method.t
2944 ____________________________________________________________________________
2945 [ 13403] By: jhi                                   on 2001/12/01  15:54:23
2946         Log: Subject: Re: [ID 20011129.163] B::Xref- $top corrupt
2947              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2948              Date: Thu, 29 Nov 2001 22:46:12 +0100
2949              Message-ID: <20011129224612.A699@rafael>
2950      Branch: perl
2951            ! ext/B/B/Xref.pm
2952 ____________________________________________________________________________
2953 [ 13402] By: jhi                                   on 2001/12/01  15:52:13
2954         Log: Subject: Re: [PATCH] [ID 20011130.166] "in memory" file handles via scalas not documented in perldoc -f open 
2955              From: Tels <perl_dummy@bloodgate.com>
2956              Date: Sat, 01 Dec 2001 10:29:11 +0100 (CET)
2957              Message-Id: <200112010931.LAA29309@tiku.hut.fi>
2958      Branch: perl
2959            ! pod/perlfunc.pod
2960 ____________________________________________________________________________
2961 [ 13401] By: jhi                                   on 2001/12/01  15:48:13
2962         Log: Subject: [REPATCH] reference pointer comparison
2963              From: Nicholas Clark <nick@ccl4.org>
2964              Date: Sat, 1 Dec 2001 13:00:17 +0000
2965              Message-ID: <20011201130017.I21702@plum.flirble.org>
2966      Branch: perl
2967            ! pp.c
2968 ____________________________________________________________________________
2969 [ 13400] By: jhi                                   on 2001/12/01  15:43:15
2970         Log: Upgrade to Storable 1.0.14.
2971      Branch: perl
2972            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
2973 ____________________________________________________________________________
2974 [ 13399] By: jhi                                   on 2001/12/01  15:40:13
2975         Log: Add simple caches for ::viacode() and ::vianame().
2976      Branch: perl
2977            ! lib/charnames.pm lib/charnames.t
2978 ____________________________________________________________________________
2979 [ 13398] By: nick                                  on 2001/12/01  10:36:24
2980         Log: Integrate mainline.
2981      Branch: perlio
2982           +> (branch 44 files)
2983            - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
2984            - lib/Math/BigInt/t/Math/BigInt/Subclass.pm
2985            - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm
2986           !> (integrate 250 files)
2987 ____________________________________________________________________________
2988 [ 13397] By: jhi                                   on 2001/12/01  04:35:39
2989         Log: Regen toc and modlib.
2990      Branch: perl
2991            ! pod/perlmodlib.pod pod/perltoc.pod
2992 ____________________________________________________________________________
2993 [ 13396] By: jhi                                   on 2001/12/01  04:31:53
2994         Log: Upgrade to podlators-1.18.
2995      Branch: perl
2996            ! lib/Pod/ParseLink.pm lib/Pod/Text/Termcap.pm
2997 ____________________________________________________________________________
2998 [ 13395] By: jhi                                   on 2001/11/30  23:03:20
2999         Log: -h scalar0 -h vector0 seems to help for both
3000              UNICOS and UNICOS/mk on the unpack %65c problems.
3001              
3002              (replaces #13393)
3003      Branch: perl
3004            ! hints/unicos.sh hints/unicosmk.sh
3005 ____________________________________________________________________________
3006 [ 13394] By: jhi                                   on 2001/11/30  22:51:17
3007         Log: More Socket constants.
3008      Branch: perl
3009            ! ext/Socket/Makefile.PL ext/Socket/Socket.pm
3010 ____________________________________________________________________________
3011 [ 13393] By: jhi                                   on 2001/11/30  22:00:04
3012         Log: (replaced by #13395)
3013      Branch: perl
3014            ! hints/unicosmk.sh
3015 ____________________________________________________________________________
3016 [ 13392] By: jhi                                   on 2001/11/30  20:26:22
3017         Log: Subject: Re: -P and Incredible Disappearing $Config{cppstdin} (was Re: perl@13385)
3018              From: Andy Dougherty <doughera@lafayette.edu>
3019              Date: Fri, 30 Nov 2001 13:49:48 -0500 (EST)
3020              Message-ID: <Pine.SOL.4.10.10111301304220.13302-100000@maxwell.phys.lafayette.edu>
3021              
3022              Simplify the test skippage criterion now that we are
3023              no more dependent on sed.
3024      Branch: perl
3025            ! t/comp/cpp.t t/run/switchPx.t
3026 ____________________________________________________________________________
3027 [ 13391] By: jhi                                   on 2001/11/30  20:19:37
3028         Log: Subject: Re: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux-2.4.8-26mdk
3029              From: Michael G Schwern <schwern@pobox.com>
3030              Date: Fri, 30 Nov 2001 11:48:44 -0500
3031              Message-ID: <20011130114844.C1303@blackrider>
3032              
3033              (replaces #13381)
3034      Branch: perl
3035            ! t/op/stat.t
3036 ____________________________________________________________________________
3037 [ 13390] By: jhi                                   on 2001/11/30  18:12:54
3038         Log: Let's not assume how much memory has been allocated
3039              to PVs.
3040      Branch: perl
3041            ! ext/Devel/Peek/Peek.t
3042 ____________________________________________________________________________
3043 [ 13389] By: jhi                                   on 2001/11/30  17:38:37
3044         Log: VOS needs to know the modules, including pp_sort.
3045      Branch: perl
3046            ! vos/perl.bind
3047 ____________________________________________________________________________
3048 [ 13388] By: jhi                                   on 2001/11/30  15:18:51
3049         Log: Unused variables.
3050      Branch: perl
3051            ! ext/Unicode/Normalize/Normalize.xs
3052 ____________________________________________________________________________
3053 [ 13387] By: jhi                                   on 2001/11/30  14:57:19
3054         Log: Subject: [PATCH] Cygwin failures with lib/ExtUtils/Embed.t
3055              From: John Peacock <jpeacock@rowman.com>     
3056              Date: Fri, 30 Nov 2001 10:24:00 -0500        
3057              Message-ID: <3C07A490.A22A76B0@rowman.com>   
3058      Branch: perl
3059            ! lib/ExtUtils/Embed.t
3060 ____________________________________________________________________________
3061 [ 13386] By: jhi                                   on 2001/11/30  14:55:02
3062         Log: Tweak for the VOS building script from Paul Green.
3063      Branch: perl
3064            ! vos/configure_perl.cm
3065 ____________________________________________________________________________
3066 [ 13385] By: jhi                                   on 2001/11/30  14:11:18
3067         Log: Update Changes.
3068      Branch: perl
3069            ! Changes patchlevel.h
3070 ____________________________________________________________________________
3071 [ 13384] By: jhi                                   on 2001/11/30  14:00:55
3072         Log: Cannot test if cppstdin has not yet been installed.
3073      Branch: perl
3074            ! t/run/switchPx.t
3075 ____________________________________________________________________________
3076 [ 13383] By: jhi                                   on 2001/11/30  13:59:18
3077         Log: Subject: [PATCH perl.c ...] -P on VMS.  Evicting sed
3078              From: Michael G Schwern <schwern@pobox.com> 
3079              Date: Thu, 29 Nov 2001 22:05:11 -0500
3080              Message-ID: <20011129220510.A18869@blackrider>
3081              
3082              TODO 1: if cppstdin is used and not yet installed,
3083              the Px.t will fail (must do the same as in cpp.t)
3084              
3085              TODO 2: does this work if no Perl whatsoever has
3086              yet been installed?  That is, we should be using
3087              the Perl we are building to execute the one-liner.
3088      Branch: perl
3089            + t/run/switchPx.aux t/run/switchPx.t
3090            ! MANIFEST configure.com perl.c t/comp/cpp.aux t/comp/cpp.t
3091            ! vms/test.com
3092 ____________________________________________________________________________
3093 [ 13382] By: jhi                                   on 2001/11/30  13:41:15
3094         Log: Upgrade to Unicode::Normalize 0.12.
3095      Branch: perl
3096            ! ext/Unicode/Normalize/Changes
3097            ! ext/Unicode/Normalize/Normalize.pm
3098            ! ext/Unicode/Normalize/Normalize.xs
3099            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
3100            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
3101            ! ext/Unicode/Normalize/t/test.t
3102 ____________________________________________________________________________
3103 [ 13381] By: jhi                                   on 2001/11/30  13:23:06
3104         Log: (replaced by #13391)
3105              
3106              Subject: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux 2.4.8-26mdk
3107              From: jpeacock@dsl092-147-156.wdc1.dsl.speakeasy.net
3108              Date: 30 Nov 2001 11:41:53 -0000             
3109              Message-Id: <20011130114153.24600.qmail@dsl092-147-156.wdc1.dsl.speakeasy.net>
3110              
3111              No need to die if we have high-paranoia (non-chdirable)
3112              system directories.
3113      Branch: perl
3114            ! t/op/stat.t
3115 ____________________________________________________________________________
3116 [ 13380] By: jhi                                   on 2001/11/30  04:49:56
3117         Log: Paragraph rewrapping.
3118      Branch: perl
3119            ! pod/perliol.pod
3120 ____________________________________________________________________________
3121 [ 13379] By: jhi                                   on 2001/11/30  04:38:34
3122         Log: Subject: [patch pod/perliol.pod] s/SvPV/SvPV_nolen/
3123              From: Stas Bekman <stas@stason.org>
3124              Date: Fri, 30 Nov 2001 13:23:34 +0800 (SGT)       
3125              Message-ID: <Pine.LNX.4.40.0111301321220.4595-100000@hope.stason.org>
3126      Branch: perl
3127            ! pod/perliol.pod
3128 ____________________________________________________________________________
3129 [ 13378] By: jhi                                   on 2001/11/30  04:34:40
3130         Log: Whether select() gets restarted on signals is
3131              implementation dependent.
3132      Branch: perl
3133            ! ext/Time/HiRes/HiRes.t
3134 ____________________________________________________________________________
3135 [ 13377] By: jhi                                   on 2001/11/30  01:24:29
3136         Log: More forgotten checkins.
3137      Branch: perl
3138            ! embed.h embed.pl proto.h
3139 ____________________________________________________________________________
3140 [ 13376] By: jhi                                   on 2001/11/30  01:16:22
3141         Log: Add a note about folding vs lowercase.
3142      Branch: perl
3143            ! regexec.c
3144 ____________________________________________________________________________
3145 [ 13375] By: jhi                                   on 2001/11/30  01:09:17
3146         Log: Use to_uni_fold (and add changed global.sym)
3147      Branch: perl
3148            ! global.sym utf8.c
3149 ____________________________________________________________________________
3150 [ 13374] By: jhi                                   on 2001/11/30  00:49:35
3151         Log: Make to Unicode character functions to use UVs
3152              instead of U32s and add to_uni_fold().
3153      Branch: perl
3154            ! embed.pl proto.h utf8.c
3155 ____________________________________________________________________________
3156 [ 13373] By: jhi                                   on 2001/11/29  22:34:44
3157         Log: Subject: Re: DRAFT perlpacktut.pod v0.0
3158              From: Nicholas Clark <nick@ccl4.org>
3159              Date: Thu, 29 Nov 2001 22:47:32 +0000
3160              Message-ID: <20011129224732.W37621@plum.flirble.org>
3161      Branch: perl
3162            ! pod/perlpacktut.pod
3163 ____________________________________________________________________________
3164 [ 13372] By: jhi                                   on 2001/11/29  22:32:49
3165         Log: README.vos updates from Paul Green.
3166      Branch: perl
3167            ! README.vos
3168 ____________________________________________________________________________
3169 [ 13371] By: jhi                                   on 2001/11/29  21:01:31
3170         Log: Subject: [PATCH Perl@13343] VMS pre7 default signal handling
3171              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
3172              Date: Thu, 29 Nov 2001 14:18:51 EST
3173              Message-Id: <011129141454.666c6@DUPHY4.Physics.Drexel.Edu>
3174      Branch: perl
3175            ! mg.c vms/vms.c vms/vmsish.h
3176 ____________________________________________________________________________
3177 [ 13370] By: jhi                                   on 2001/11/29  20:59:35
3178         Log: Subject: [PATCH README.vms] Fwd: [craigberry@mac.com: RE: Broken URL in README.vms]
3179              From: Michael G Schwern <schwern@pobox.com>
3180              Date: Thu, 29 Nov 2001 13:12:31 -0500
3181              Message-ID: <20011129131231.E11300@blackrider>
3182      Branch: perl
3183            ! README.vms
3184 ____________________________________________________________________________
3185 [ 13369] By: jhi                                   on 2001/11/29  20:58:10
3186         Log: BGET_IV was missing.
3187      Branch: perl
3188            ! ext/ByteLoader/bytecode.h
3189 ____________________________________________________________________________
3190 [ 13368] By: jhi                                   on 2001/11/29  15:40:40
3191         Log: Subject: [PATCH lib/Term/Cap.pm] (was Re: warnings from  [PATCH Perl@13013] Term::Cap and VMS )
3192              From: Jonathan Stowe <gellyfish@gellyfish.com>
3193              Date: Thu, 29 Nov 2001 16:31:24 +0000 (GMT)        
3194              Message-ID: <Pine.LNX.4.33.0111291628540.20888-100000@orpheus.gellyfish.com>
3195      Branch: perl
3196            ! lib/Term/Cap.pm
3197 ____________________________________________________________________________
3198 [ 13367] By: jhi                                   on 2001/11/29  15:11:43
3199         Log: Porting/checkURL.pl was missing.
3200      Branch: perl
3201            ! MANIFEST
3202 ____________________________________________________________________________
3203 [ 13366] By: jhi                                   on 2001/11/29  15:03:52
3204         Log: Subject: INSTALL and READMEs should be reviewed
3205              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3206              Date: Thu, 29 Nov 2001 16:49:36 +0100
3207              Message-ID: <20011129164936.A17492@rafael>         
3208      Branch: perl
3209            ! README.cygwin
3210 ____________________________________________________________________________
3211 [ 13365] By: jhi                                   on 2001/11/29  14:39:01
3212         Log: Subject: Re: [PATCH README.os390] URL fixes and "Tools and Toys" link
3213              From: Peter Prymmer <pvhp@pvhp.best.vwh.net>
3214              Date: Thu, 29 Nov 2001 15:37:42 +0000 (GMT)
3215              Message-ID: <Pine.BSF.4.10.10111291529080.98343-100000@pvhp.best.vwh.net>
3216      Branch: perl
3217            ! README.os390
3218 ____________________________________________________________________________
3219 [ 13364] By: jhi                                   on 2001/11/29  14:34:18
3220         Log: Update Changes.
3221      Branch: perl
3222            ! Changes patchlevel.h
3223 ____________________________________________________________________________
3224 [ 13363] By: jhi                                   on 2001/11/29  14:26:48
3225         Log: The changes to the curliffed files didn't stick in #13348.
3226      Branch: perl
3227            ! README.dos README.win32
3228 ____________________________________________________________________________
3229 [ 13362] By: jhi                                   on 2001/11/29  14:13:03
3230         Log: Subject: Re: Found the rev where File::Glob broke
3231              From: Andy Dougherty <doughera@lafayette.edu>
3232              Date: Thu, 29 Nov 2001 10:14:05 -0500 (EST)
3233              Message-ID: <Pine.SOL.4.10.10111291013060.23886-100000@maxwell.phys.lafayette.edu>
3234      Branch: perl
3235            ! lib/ExtUtils/MM_Unix.pm
3236 ____________________________________________________________________________
3237 [ 13361] By: jhi                                   on 2001/11/29  14:08:30
3238         Log: Use __DATA__ instead of __END__.
3239      Branch: perl
3240            ! lib/Term/Cap.pm
3241 ____________________________________________________________________________
3242 [ 13360] By: jhi                                   on 2001/11/29  14:03:28
3243         Log: Subject: [PATCH toke.c] autosplit into @F fix
3244              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3245              Date: Thu, 29 Nov 2001 14:52:23 +0100
3246              Message-ID: <20011129145223.A25817@rafael>         
3247      Branch: perl
3248            ! toke.c
3249 ____________________________________________________________________________
3250 [ 13359] By: jhi                                   on 2001/11/29  13:47:07
3251         Log: Subject: [PATCH B::Deparse] deparse -wl0 -i.bak
3252              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3253              Date: Thu, 29 Nov 2001 15:48:15 +0100
3254              Message-ID: <20011129154815.C25817@rafael>         
3255      Branch: perl
3256            ! ext/B/B/Deparse.pm ext/B/O.pm ext/B/t/deparse.t
3257 ____________________________________________________________________________
3258 [ 13358] By: jhi                                   on 2001/11/29  13:43:40
3259         Log: Subject: DRAFT perlpacktut.pod - minor diffs to v0.1
3260              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
3261              Date: Wed, 28 Nov 2001 20:35:29 +0100
3262              Message-ID: <200111282035290250.0067732D@smtp.chello.at>
3263      Branch: perl
3264            ! pod/perlpacktut.pod
3265 ____________________________________________________________________________
3266 [ 13357] By: jhi                                   on 2001/11/29  13:42:18
3267         Log: Subject: [patch pod/perlapio.pod] csh temp env setting
3268              From: Stas Bekman <stas@stason.org>
3269              Date: Thu, 29 Nov 2001 13:17:57 +0800 (SGT) 
3270              Message-ID: <Pine.LNX.4.40.0111291314570.17584-100000@hope.stason.org>
3271              
3272              (with tweaks)
3273      Branch: perl
3274            ! pod/perlapio.pod
3275 ____________________________________________________________________________
3276 [ 13356] By: jhi                                   on 2001/11/29  13:39:06
3277         Log: Subject: Re: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs
3278              From: Tels <perl_dummy@bloodgate.com>
3279              Date: Thu, 29 Nov 2001 07:28:10 +0100 (CET) 
3280              Message-Id: <200111290630.IAA08631@tiku.hut.fi>
3281              
3282              (plus paragraph rewrapping)
3283      Branch: perl
3284            ! lib/Exporter.pm
3285 ____________________________________________________________________________
3286 [ 13355] By: jhi                                   on 2001/11/29  04:43:54
3287         Log: Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.
3288              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>                 
3289              Date: Wed, 28 Nov 2001 21:47:59 +0000
3290              Message-Id: <200111282147.fASLlxD04163@crypt.compulink.co.uk>
3291      Branch: perl
3292            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
3293 ____________________________________________________________________________
3294 [ 13354] By: jhi                                   on 2001/11/29  04:28:29
3295         Log: Subject: Re: Fw: Smoke 13285 /pro/3gl/CPAN/perl-current        
3296              From: Andy Dougherty <doughera@lafayette.edu>
3297              Date: Wed, 28 Nov 2001 15:33:00 -0500 (EST) 
3298              Message-ID: <Pine.SOL.4.10.10111281524560.22100-100000@maxwell.phys.lafayette.edu>         
3299      Branch: perl
3300            ! INSTALL ext/Time/HiRes/HiRes.t
3301 ____________________________________________________________________________
3302 [ 13353] By: jhi                                   on 2001/11/29  04:19:40
3303         Log: Subject: [PATCH t/run/kill_perl.t] (was Re: [ID 20011128.159] Segmentation faulton bad regexp)
3304              From: Michael G Schwern <schwern@pobox.com> 
3305              Date: Wed, 28 Nov 2001 16:37:01 -0500
3306              Message-ID: <20011128163701.H676@blackrider>
3307      Branch: perl
3308            ! t/run/kill_perl.t
3309 ____________________________________________________________________________
3310 [ 13352] By: jhi                                   on 2001/11/29  04:18:08
3311         Log: @INC tweak.
3312      Branch: perl
3313            ! t/op/ref.t
3314 ____________________________________________________________________________
3315 [ 13351] By: jhi                                   on 2001/11/29  02:28:06
3316         Log: Subject: [PATCH] Re: [ID 20011127.153] installman error
3317              From: Nicholas Clark <nick@ccl4.org>
3318              Date: Wed, 28 Nov 2001 23:38:43 +0000
3319              Message-ID: <20011128233843.N37621@plum.flirble.org>  
3320      Branch: perl
3321            ! installman
3322 ____________________________________________________________________________
3323 [ 13350] By: jhi                                   on 2001/11/29  02:18:30
3324         Log: Tweak the forking logic.
3325      Branch: perl
3326            ! Porting/checkURL.pl
3327 ____________________________________________________________________________
3328 [ 13349] By: jhi                                   on 2001/11/29  01:37:48
3329         Log: Update perlmodlib.PL as per #13348.  The L<> got
3330              changed back because that is coming from ParseLink.pm.
3331      Branch: perl
3332            ! pod/perlmodlib.PL pod/perlmodlib.pod
3333 ____________________________________________________________________________
3334 [ 13348] By: jhi                                   on 2001/11/29  01:31:48
3335         Log: URL fixups from Michael Schwern.
3336      Branch: perl
3337            ! README.cygwin README.dos README.hpux README.mint README.mpeix
3338            ! README.os390 README.qnx README.solaris README.vos README.win32
3339            ! pod/perlmodlib.pod
3340 ____________________________________________________________________________
3341 [ 13347] By: jhi                                   on 2001/11/29  01:23:08
3342         Log: Subject: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs
3343              From: Barrie Slaymaker <barries@slaysys.com>
3344              Date: Wed, 28 Nov 2001 14:10:01 -0500                 
3345              Message-ID: <20011128140957.D5236@sizzle.whoville.com>
3346      Branch: perl
3347            ! lib/Exporter.pm
3348 ____________________________________________________________________________
3349 [ 13346] By: jhi                                   on 2001/11/29  01:22:02
3350         Log: Change $=, $., $*, $%, and $- to be IVs instead of longs.
3351      Branch: perl
3352            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c sv.h
3353 ____________________________________________________________________________
3354 [ 13345] By: jhi                                   on 2001/11/29  00:11:56
3355         Log: Subject: [PATCH] Re: $\ very broken
3356              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3357              Date: Wed, 28 Nov 2001 22:33:08 +0100                 
3358              Message-ID: <20011128223308.E732@rafael>   
3359              
3360              Subject: Re: [PATCH] Re: $\ very broken     
3361              From: Nicholas Clark <nick@ccl4.org>
3362              Date: Wed, 28 Nov 2001 22:29:00 +0000                 
3363              Message-ID: <20011128222859.K37621@plum.flirble.org>
3364      Branch: perl
3365            ! mg.c t/op/ref.t
3366 ____________________________________________________________________________
3367 [ 13344] By: jhi                                   on 2001/11/29  00:05:19
3368         Log: Add Abigail's link checker with the following tweaks:
3369              - known dummy URLs (Peter Prymmer)
3370              - do also READMEs and INSTALL (Michael Schwern)
3371              - do also ftp URLs
3372              - add fork retry loop in case the allowed number
3373              of processes per user is low
3374      Branch: perl
3375            + Porting/checkURL.pl
3376            ! MANIFEST
3377 ____________________________________________________________________________
3378 [ 13343] By: jhi                                   on 2001/11/28  14:56:50
3379         Log: Update Changes.
3380      Branch: perl
3381            ! Changes patchlevel.h
3382 ____________________________________________________________________________
3383 [ 13342] By: jhi                                   on 2001/11/28  14:15:25
3384         Log: In Linux if we have modern enough gcc and supported
3385              enough CPU, crank up the optimization level to -O3.
3386      Branch: perl
3387            ! hints/linux.sh
3388 ____________________________________________________________________________
3389 [ 13341] By: jhi                                   on 2001/11/28  14:00:12
3390         Log: Add perlpacktut from Wolfgang Laun; regen toc.
3391      Branch: perl
3392            + pod/perlpacktut.pod
3393            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldelta.pod
3394            ! pod/perltoc.pod
3395 ____________________________________________________________________________
3396 [ 13340] By: jhi                                   on 2001/11/28  13:45:00
3397         Log: Subject: [PATCH: perl@13324] arithmetic fix for skipped tests on VMS      
3398              From: PPrymmer@factset.com
3399              Date: Wed, 28 Nov 2001 07:51:26 -0500
3400              Message-ID: <OF3C405D19.04CAF18F-ON85256B12.00464B6C@55.25.11>    
3401      Branch: perl
3402            ! vms/test.com
3403 ____________________________________________________________________________
3404 [ 13339] By: jhi                                   on 2001/11/28  13:37:31
3405         Log: Test cases for the first half of #13338.
3406      Branch: perl
3407            ! t/lib/h2ph.h t/lib/h2ph.pht
3408 ____________________________________________________________________________
3409 [ 13338] By: jhi                                   on 2001/11/28  13:28:08
3410         Log: Subject: Re: h2ph confused by comments in an enum.
3411              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
3412              Date: Wed, 28 Nov 2001 04:19:21 +0000
3413              Message-Id: <200111280419.fAS4JLD17887@crypt.compulink.co.uk>        
3414              
3415              Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.]
3416              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
3417              Date: Wed, 28 Nov 2001 13:36:35 +0000
3418              Message-Id: <200111281336.fASDaZG30245@crypt.compulink.co.uk>
3419      Branch: perl
3420            ! utils/h2ph.PL
3421 ____________________________________________________________________________
3422 [ 13337] By: jhi                                   on 2001/11/28  13:15:41
3423         Log: Subject: Re: [PATCH Perl@13013] Term::Cap and VMS
3424              From: Jonathan Stowe <gellyfish@gellyfish.com>
3425              Date: Wed, 28 Nov 2001 10:39:54 +0000 (GMT)
3426              Message-ID: <Pine.LNX.4.33.0111281039070.20888-100000@orpheus.gellyfish.com>
3427              
3428              (replace #13327)
3429      Branch: perl
3430            ! lib/Term/Cap.pm
3431 ____________________________________________________________________________
3432 [ 13336] By: jhi                                   on 2001/11/28  04:21:05
3433         Log: Replace #13335 with
3434              
3435              Subject: Re: [PATCH perl@13323] Termcap.pm with no termios
3436              From: Russ Allbery <rra@stanford.edu>
3437              Date: 27 Nov 2001 20:42:49 -0800
3438              Message-ID: <yl667vv73q.fsf@windlord.stanford.edu>
3439      Branch: perl
3440            ! lib/Pod/Text/Termcap.pm
3441 ____________________________________________________________________________
3442 [ 13335] By: jhi                                   on 2001/11/28  03:33:10
3443         Log: (replaced by #13336)
3444              
3445              Subject: [PATCH perl@13323] Termcap.pm with no termios
3446              From: "Craig A. Berry" <craigberry@mac.com> 
3447              Date: Tue, 27 Nov 2001 22:28:50 -0600
3448              Message-Id: <a05101003b82a151fda85@[192.168.56.184]>
3449      Branch: perl
3450            ! lib/Pod/Text/Termcap.pm
3451 ____________________________________________________________________________
3452 [ 13334] By: jhi                                   on 2001/11/28  03:31:51
3453         Log: Subject: [PATCH perl@13323] solve identity crisis on VMS 
3454              From: "Craig A. Berry" <craigberry@mac.com> 
3455              Date: Tue, 27 Nov 2001 21:46:45 -0600
3456              Message-Id: <a05101002b829f5c9824d@[192.168.56.184]>
3457      Branch: perl
3458            ! configure.com
3459 ____________________________________________________________________________
3460 [ 13333] By: jhi                                   on 2001/11/28  03:30:03
3461         Log: Upgrade to podlators 1.17.
3462      Branch: perl
3463            ! lib/Pod/Man.pm lib/Pod/Text/Color.pm
3464            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
3465 ____________________________________________________________________________
3466 [ 13332] By: jhi                                   on 2001/11/28  03:23:04
3467         Log: Fix for "a\x{100}" =~ /A/i.
3468      Branch: perl
3469            ! embed.h embed.pl global.sym proto.h regexec.c t/op/pat.t
3470            ! utf8.c
3471 ____________________________________________________________________________
3472 [ 13331] By: jhi                                   on 2001/11/28  00:52:19
3473         Log: Subject: [PATCH perl@13324] fix lib/DB.t on VMS
3474              From: "Craig A. Berry" <craigberry@mac.com>
3475              Date: Tue, 27 Nov 2001 17:11:49 -0600
3476              Message-Id: <5.1.0.14.2.20011127164513.01bf1ec0@exchi01>
3477      Branch: perl
3478            ! lib/DB.t
3479 ____________________________________________________________________________
3480 [ 13330] By: jhi                                   on 2001/11/28  00:50:53
3481         Log: Subject: [PATCH] unterminated C<< ... >> in perldelta
3482              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
3483              Date: Tue, 27 Nov 2001 14:55:23 -0500
3484              Message-ID: <20011127145523.G401767@linguist.thayer.dartmouth.edu>
3485              
3486              Subject: [PATCH: perl@13324] updates to perldelta.pod 
3487              From: PPrymmer@factset.com
3488              Date: Tue, 27 Nov 2001 18:06:04 -0500
3489              Message-ID: <OF812EB439.6864B239-ON85256B11.007E73B5@55.25.11>
3490              
3491              plus added some known problems.
3492      Branch: perl
3493            ! pod/perldelta.pod
3494 ____________________________________________________________________________
3495 [ 13329] By: jhi                                   on 2001/11/28  00:35:53
3496         Log: Subject: [PATCH Perl@13013] A not-so-lethal kill() for VMS pre-7.0
3497              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
3498              Date: Tue, 27 Nov 2001 15:38:02 EST 
3499              Message-Id: <011127153734.62182@DUPHY4.Physics.Drexel.Edu>
3500      Branch: perl
3501            ! configure.com vms/vms.c vms/vmsish.h
3502 ____________________________________________________________________________
3503 [ 13328] By: jhi                                   on 2001/11/28  00:34:12
3504         Log: Subject: [PATCH t/run/kill_perl.t] Re: [ID 20011127.155] \ -f "file" dumps core
3505              From: Michael G Schwern <schwern@pobox.com> 
3506              Date: Tue, 27 Nov 2001 15:31:12 -0500
3507              Message-ID: <20011127153112.G20929@blackrider>
3508      Branch: perl
3509            ! t/run/kill_perl.t
3510 ____________________________________________________________________________
3511 [ 13327] By: jhi                                   on 2001/11/28  00:23:10
3512         Log: (replaced by #13337)
3513              
3514              VMS can safely hardcode a termcap entry for VT100.
3515      Branch: perl
3516            ! lib/Term/Cap.pm
3517 ____________________________________________________________________________
3518 [ 13326] By: jhi                                   on 2001/11/27  17:47:28
3519         Log: VMS piping fixes from Charles Lane (perl -P should
3520              be working now).
3521      Branch: perl
3522            ! vms/vms.c
3523 ____________________________________________________________________________
3524 [ 13325] By: jhi                                   on 2001/11/27  17:44:31
3525         Log: Subject: [PATCH] perlvar.pod fix
3526              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
3527              Date: Tue, 27 Nov 2001 13:11:47 -0500
3528              Message-ID: <20011127131147.E401767@linguist.thayer.dartmouth.edu>
3529      Branch: perl
3530            ! pod/perlvar.pod
3531 ____________________________________________________________________________
3532 [ 13324] By: jhi                                   on 2001/11/27  15:56:06
3533         Log: Update Changes.
3534      Branch: perl
3535            ! Changes patchlevel.h
3536 ____________________________________________________________________________
3537 [ 13323] By: jhi                                   on 2001/11/27  15:51:08
3538         Log: Subject: [PATCH] bring MM_VMS::perldepend into 21st century            
3539              From: "Craig A. Berry" <craigberry@mac.com> 
3540              Date: Tue, 27 Nov 2001 10:21:18 -0600
3541              Message-Id: <5.1.0.14.2.20011126162504.01c77610@exchi01>
3542      Branch: perl
3543            ! lib/ExtUtils/MM_VMS.pm
3544 ____________________________________________________________________________
3545 [ 13322] By: jhi                                   on 2001/11/27  15:24:12
3546         Log: Protect against accumulating -options -options -options.
3547      Branch: perl
3548            ! hints/hpux.sh
3549 ____________________________________________________________________________
3550 [ 13321] By: jhi                                   on 2001/11/27  15:16:28
3551         Log: Subject: [PATCH Benchmark.pm] add export tag :all and tweak SYNOPSIS   
3552              From: Barrie Slaymaker <barries@slaysys.com>
3553              Date: Tue, 27 Nov 2001 10:58:54 -0500
3554              Message-ID: <20011127105850.B696@sizzle.whoville.com> 
3555      Branch: perl
3556            ! lib/Benchmark.pm
3557 ____________________________________________________________________________
3558 [ 13320] By: jhi                                   on 2001/11/27  15:05:33
3559         Log: Tiny fix from John P. Linderman.
3560      Branch: perl
3561            ! lib/sort.pm
3562 ____________________________________________________________________________
3563 [ 13319] By: jhi                                   on 2001/11/27  15:04:37
3564         Log: The Story of sort(), from John P. Linderman.
3565      Branch: perl
3566            ! pod/perldelta.pod
3567 ____________________________________________________________________________
3568 [ 13318] By: jhi                                   on 2001/11/27  14:58:06
3569         Log: Add information what to do if you are reading
3570              perluniintro but using some older Perl.
3571      Branch: perl
3572            ! pod/perluniintro.pod
3573 ____________________________________________________________________________
3574 [ 13317] By: jhi                                   on 2001/11/27  14:51:42
3575         Log: Update the 'wide characters' FAQ entry.
3576      Branch: perl
3577            ! pod/perlfaq6.pod
3578 ____________________________________________________________________________
3579 [ 13316] By: jhi                                   on 2001/11/27  14:26:25
3580         Log: Fix for
3581              
3582              Subject: [ID 20011127.151] regex result vars no longer marked as utf8
3583              From: Marc Lehmann <root@schmorp.de>
3584              Date: Tue, 27 Nov 2001 14:27:14 +0100
3585              Message-Id: <E168iGY-0002pi-00.pgcc-forever-2001-11-27-14-27-14@fuji.laendle>
3586      Branch: perl
3587            ! ext/Encode.t ext/Encode/Encode.xs
3588 ____________________________________________________________________________
3589 [ 13315] By: jhi                                   on 2001/11/27  14:06:45
3590         Log: Subject: [PATCH] DB_File 1.801
3591              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
3592              Date: Tue, 27 Nov 2001 15:06:45 -0000
3593              Message-ID: <AIEAJICLCBDNAAOLLOKLEEEIDGAA.paul_marquess@yahoo.co.uk>
3594      Branch: perl
3595            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
3596            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
3597 ____________________________________________________________________________
3598 [ 13314] By: jhi                                   on 2001/11/27  13:51:49
3599         Log: Regen perlmodlib.  (TODO: why does Pod::t::basic get listed?)
3600      Branch: perl
3601            ! pod/perlmodlib.pod
3602 ____________________________________________________________________________
3603 [ 13313] By: jhi                                   on 2001/11/27  13:49:55
3604         Log: sort() doc tweaks from John P. Linderman.
3605      Branch: perl
3606            ! pod/perlfunc.pod
3607 ____________________________________________________________________________
3608 [ 13312] By: jhi                                   on 2001/11/27  13:36:44
3609         Log: Subject: [PATCH] More perldelta.pod nits
3610              From: Simon Glover <scog@roe.ac.uk>
3611              Date: Tue, 27 Nov 2001 14:28:36 +0000 (GMT) 
3612              Message-ID: <Pine.OSF.4.10.10111271421490.119807-100000@arran.roe.ac.uk>
3613      Branch: perl
3614            ! pod/perldelta.pod
3615 ____________________________________________________________________________
3616 [ 13311] By: jhi                                   on 2001/11/27  13:26:38
3617         Log: Subject: RE: [PATCH @ 13283] Devel::PPPort
3618              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
3619              Date: Tue, 27 Nov 2001 11:52:31 -0000
3620              Message-ID: <AIEAJICLCBDNAAOLLOKLMEECDGAA.paul_marquess@yahoo.co.uk>
3621      Branch: perl
3622            ! ext/Devel/PPPort/harness/Makefile.PL
3623 ____________________________________________________________________________
3624 [ 13310] By: jhi                                   on 2001/11/27  13:23:28
3625         Log: Subject: [PATCH t/TEST] Remove redundant #! parsing.  Deparse tests better.
3626              From: Michael G Schwern <schwern@pobox.com>
3627              Date: Tue, 27 Nov 2001 03:38:24 -0500
3628              Message-ID: <20011127033824.A17775@blackrider>
3629      Branch: perl
3630            ! t/TEST
3631 ____________________________________________________________________________
3632 [ 13309] By: jhi                                   on 2001/11/27  13:16:44
3633         Log: Subject: Re: perlcc very broken
3634              From: John Peacock <jpeacock@rowman.com>
3635              Date: Tue, 27 Nov 2001 06:48:01 -0500
3636              Message-ID: <3C037D71.4030508@rowman.com>
3637      Branch: perl
3638            ! utils/perlcc.PL
3639 ____________________________________________________________________________
3640 [ 13308] By: jhi                                   on 2001/11/27  12:57:49
3641         Log: Subject: [ID 20011126.150] t/op/pack patch to fix Useless use of unpack in void context at op/pack.t line 704. 
3642              From: David Dyck <dcd@tc.fluke.com>
3643              Date: Mon, 26 Nov 2001 22:04:38 -0800
3644              Message-Id: <200111270604.WAA20274@dd.tc.fluke.com>
3645      Branch: perl
3646            ! t/op/pack.t
3647 ____________________________________________________________________________
3648 [ 13307] By: jhi                                   on 2001/11/27  12:56:09
3649         Log: Subject: [ID 20011126.149] t/op/split fails step 37
3650              From: David Dyck <dcd@tc.fluke.com>
3651              Date: Mon, 26 Nov 2001 21:52:35 -0800
3652              Message-Id: <200111270552.VAA09394@dd.tc.fluke.com>
3653      Branch: perl
3654            ! t/op/split.t
3655 ____________________________________________________________________________
3656 [ 13306] By: gbarr                                 on 2001/11/27  12:19:40
3657         Log: incorporate last minute change from libnet 1.0901-tobe
3658      Branch: perl
3659            ! lib/Net/SMTP.pm
3660 ____________________________________________________________________________
3661 [ 13305] By: jhi                                   on 2001/11/27  02:39:35
3662         Log: Pass 7 at perldelta - random edits.
3663      Branch: perl
3664            ! pod/perldelta.pod
3665 ____________________________________________________________________________
3666 [ 13304] By: jhi                                   on 2001/11/27  02:04:19
3667         Log: Portability and skippage tweaks.
3668      Branch: perl
3669            ! t/op/split.t
3670 ____________________________________________________________________________
3671 [ 13303] By: jhi                                   on 2001/11/27  02:03:49
3672         Log: (retracted by #13449)
3673              Try to make Unicode casemapping to work for EBCDIC, too.
3674      Branch: perl
3675            ! utf8.c
3676 ____________________________________________________________________________
3677 [ 13302] By: jhi                                   on 2001/11/27  01:35:23
3678         Log: Just printing 1..0 is not quite enough...
3679      Branch: perl
3680            ! lib/Dumpvalue.t
3681 ____________________________________________________________________________
3682 [ 13301] By: jhi                                   on 2001/11/27  01:22:22
3683         Log: \141 is malformed "unexpected continuation byte" in UTF-EBCDIC.
3684              Delay the match until runtime.
3685      Branch: perl
3686            ! t/op/append.t
3687 ____________________________________________________________________________
3688 [ 13300] By: jhi                                   on 2001/11/27  01:08:10
3689         Log: UTF-EBCDIC.
3690      Branch: perl
3691            ! ext/Devel/Peek/Peek.t
3692 ____________________________________________________________________________
3693 [ 13299] By: jhi                                   on 2001/11/27  01:02:21
3694         Log: Be UTF-EBCDIC aware.
3695      Branch: perl
3696            ! lib/bytes.t
3697 ____________________________________________________________________________
3698 [ 13298] By: jhi                                   on 2001/11/27  00:59:44
3699         Log: Bad assumption which way digits and letters sort.
3700      Branch: perl
3701            ! lib/English.t
3702 ____________________________________________________________________________
3703 [ 13297] By: jhi                                   on 2001/11/27  00:55:04
3704         Log: If in EBCDIC but no Convert::EBCDIC
3705              the libnet tests will all fail.
3706      Branch: perl
3707            ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t
3708            ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t
3709            ! lib/Net/t/smtp.t lib/Net/t/time.t
3710 ____________________________________________________________________________
3711 [ 13296] By: jhi                                   on 2001/11/27  00:45:55
3712         Log: Just sorting to guarantee order is not enough.
3713              (Think EBCDIC.) 
3714      Branch: perl
3715            ! lib/ExtUtils/Manifest.t
3716 ____________________________________________________________________________
3717 [ 13295] By: jhi                                   on 2001/11/27  00:43:38
3718         Log: OS/390 cleanable gunk.
3719      Branch: perl
3720            ! lib/ExtUtils/MM_Unix.pm
3721 ____________________________________________________________________________
3722 [ 13294] By: jhi                                   on 2001/11/27  00:40:02
3723         Log: Update the EBCDIC MD5 checksums.
3724      Branch: perl
3725            ! ext/Digest/MD5/t/files.t
3726 ____________________________________________________________________________
3727 [ 13293] By: jhi                                   on 2001/11/27  00:28:40
3728         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
3729              From: Nicholas Clark <nick@ccl4.org>
3730              Date: Mon, 26 Nov 2001 23:06:34 +0000
3731              Message-ID: <20011126230633.Q37621@plum.flirble.org>
3732      Branch: perl
3733            ! installman
3734 ____________________________________________________________________________
3735 [ 13292] By: jhi                                   on 2001/11/27  00:24:36
3736         Log: sort tweaks from John P. Linderman.
3737      Branch: perl
3738            ! lib/sort.pm lib/sort.t perl.h pp_sort.c
3739 ____________________________________________________________________________
3740 [ 13291] By: jhi                                   on 2001/11/27  00:20:09
3741         Log: Subject: [ID 20011126.148] Socket::inet_aton() incorrectly accepts null string
3742              From: Bob Dalgleish <Robert.Dalgleish@sk.sympatico.ca>          
3743              Date: Mon, 26 Nov 2001 18:47:25 -0600
3744              Message-Id: <B8283EBD.8414%Robert.Dalgleish@sk.sympatico.ca>
3745              
3746              Craig Berry submitted half of this patch just yesterday.
3747              Spooky cosmic resonance.
3748      Branch: perl
3749            ! ext/Socket/Socket.xs
3750 ____________________________________________________________________________
3751 [ 13290] By: jhi                                   on 2001/11/27  00:15:07
3752         Log: Subject: [PATCH] doio slightly smaller
3753              From: Nicholas Clark <nick@ccl4.org>
3754              Date: Tue, 27 Nov 2001 00:40:23 +0000      
3755              Message-ID: <20011127004023.S37621@plum.flirble.org>                 
3756      Branch: perl
3757            ! doio.c
3758 ____________________________________________________________________________
3759 [ 13289] By: jhi                                   on 2001/11/27  00:12:11
3760         Log: perldelta nits from Autrijus Tang and Ron Kimball.
3761      Branch: perl
3762            ! pod/perldelta.pod
3763 ____________________________________________________________________________
3764 [ 13288] By: jhi                                   on 2001/11/27  00:08:23
3765         Log: Subject: [PATCH] unpack P* uses random length for item
3766              From: "Wolfgang Laun" <wolfgang.laun@chello.at>               
3767              Date: Mon, 26 Nov 2001 19:56:32 +0100
3768              Message-ID: <200111261956320450.01E7217F@smtp.chello.at>
3769      Branch: perl
3770            ! pod/perldiag.pod pp_pack.c t/op/pack.t
3771 ____________________________________________________________________________
3772 [ 13287] By: jhi                                   on 2001/11/26  23:55:02
3773         Log: Subject: [PATCH current] system and taintedness
3774              From: Radu Greab <radu@netsoft.ro>
3775              Date: Mon, 26 Nov 2001 18:42:29 +0200
3776              Message-ID: <15362.28917.697078.551412@ix.netsoft.ro>
3777      Branch: perl
3778            ! pp_sys.c t/op/taint.t
3779 ____________________________________________________________________________
3780 [ 13286] By: jhi                                   on 2001/11/26  23:53:21
3781         Log: Subject: [PATCH @ 13283] Devel::PPPort
3782              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
3783              Date: Mon, 26 Nov 2001 14:37:17 -0000
3784              Message-ID: <AIEAJICLCBDNAAOLLOKLCECEDGAA.paul_marquess@yahoo.co.uk>
3785      Branch: perl
3786            + ext/Devel/PPPort/MANIFEST
3787            ! MANIFEST ext/Devel/PPPort/Makefile.PL
3788            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/harness/Harness.pm
3789            ! ext/Devel/PPPort/harness/Harness.xs
3790            ! ext/Devel/PPPort/harness/Makefile.PL
3791            ! ext/Devel/PPPort/harness/module2.c
3792            ! ext/Devel/PPPort/harness/module3.c
3793            ! ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
3794 ____________________________________________________________________________
3795 [ 13285] By: jhi                                   on 2001/11/26  14:08:36
3796         Log: Update the test list.
3797      Branch: perl
3798            ! t/lib/1_compile.t
3799 ____________________________________________________________________________
3800 [ 13284] By: gbarr                                 on 2001/11/26  12:41:45
3801         Log: Sync-up tests with libnet distribution
3802      Branch: perl
3803            + lib/Net/t/netrc.t
3804            ! MANIFEST lib/Net/t/config.t lib/Net/t/hostname.t
3805 ____________________________________________________________________________
3806 [ 13283] By: jhi                                   on 2001/11/26  11:34:35
3807         Log: Update Changes.
3808      Branch: perl
3809            ! Changes patchlevel.h
3810 ____________________________________________________________________________
3811 [ 13282] By: jhi                                   on 2001/11/26  11:28:18
3812         Log: Upgrade to podlators 1.16.
3813      Branch: perl
3814            + lib/Pod/t/basic.cap
3815            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Termcap.pm
3816            ! lib/Pod/t/basic.t pod/pod2man.PL
3817 ____________________________________________________________________________
3818 [ 13281] By: jhi                                   on 2001/11/26  11:11:08
3819         Log: Pass 6 at perldelta - sort enhancements, generic and
3820              platform specific bug fixes.
3821      Branch: perl
3822            ! pod/perldelta.pod
3823 ____________________________________________________________________________
3824 [ 13280] By: jhi                                   on 2001/11/26  10:35:56
3825         Log: PROPAGATE documentation from Tony Cook.
3826      Branch: perl
3827            ! pod/perlfunc.pod
3828 ____________________________________________________________________________
3829 [ 13279] By: jhi                                   on 2001/11/25  23:45:27
3830         Log: DJGPP cannot do signals that well.
3831      Branch: perl
3832            ! ext/POSIX/t/sigaction.t
3833 ____________________________________________________________________________
3834 [ 13278] By: jhi                                   on 2001/11/25  23:43:30
3835         Log: Can't do subsecond alarms without ualarm; and break out
3836              early if alarms do not seem to be coming in as expected.
3837      Branch: perl
3838            ! ext/Time/HiRes/HiRes.t
3839 ____________________________________________________________________________
3840 [ 13277] By: jhi                                   on 2001/11/25  23:01:39
3841         Log: No Socket, little Net.
3842      Branch: perl
3843            ! t/lib/1_compile.t
3844 ____________________________________________________________________________
3845 [ 13276] By: jhi                                   on 2001/11/25  22:58:44
3846         Log: Take the taint brush to the getcwds.
3847      Branch: perl
3848            ! djgpp/djgpp.c epoc/epoc.c os2/os2.c wince/wince.c
3849 ____________________________________________________________________________
3850 [ 13275] By: jhi                                   on 2001/11/25  21:42:02
3851         Log: Subject: [PATCH perl@13227] Socket::my_inet_aton() tweak
3852              From: "Craig A. Berry" <craigberry@mac.com>
3853              Date: Sun, 25 Nov 2001 16:20:45 -0600
3854              Message-Id: <5.1.0.14.2.20011125160848.01c59690@exchi01>
3855      Branch: perl
3856            ! ext/Socket/Socket.xs
3857 ____________________________________________________________________________
3858 [ 13274] By: jhi                                   on 2001/11/25  21:32:17
3859         Log: Since in some DOS filesystems the timestamp granularity
3860              may be only two seconds, better sleep for three to play safe.
3861              (Helps CygWin, at least.)
3862      Branch: perl
3863            ! lib/Memoize/t/expire_file.t
3864 ____________________________________________________________________________
3865 [ 13273] By: jhi                                   on 2001/11/25  21:22:10
3866         Log: For some reason CygWin wasn't collapsing multiple
3867              slashes into one, which made some Spec.t tests to fail.
3868              Either CygWin was being too prudish or the collapsing
3869              logic needs to be rethunk.
3870      Branch: perl
3871            ! lib/File/Spec/Unix.pm
3872 ____________________________________________________________________________
3873 [ 13272] By: jhi                                   on 2001/11/25  20:40:23
3874         Log: Cygwin needs to have libperl.dll around if trying to link
3875              with -lperl.  Note: this change cures the test but whether
3876              it cures CygPerl installation, I don't know: hopefully the
3877              libperl5_7_2.dll, or the version equivalent, gets installed
3878              also as libperl.dll to the proper place(s).
3879      Branch: perl
3880            ! lib/ExtUtils/Embed.t
3881 ____________________________________________________________________________
3882 [ 13271] By: jhi                                   on 2001/11/25  20:18:53
3883         Log: -I../lib/.. and -L../lib/..?  Strange.
3884      Branch: perl
3885            ! lib/ExtUtils/Embed.t
3886 ____________________________________________________________________________
3887 [ 13270] By: jhi                                   on 2001/11/25  19:57:54
3888         Log: $MM?
3889      Branch: perl
3890            ! lib/ExtUtils/Embed.pm
3891 ____________________________________________________________________________
3892 [ 13269] By: jhi                                   on 2001/11/25  19:46:55
3893         Log: Subject: [PATCH] Further replacement of EU::MM with File::Spec
3894              From: Dave Rolsky <autarch@urth.org>
3895              Date: Mon, 19 Nov 2001 18:17:09 -0600 (CST)
3896              Message-ID: <Pine.LNX.4.40.0111191750440.22189-100000@urth.org>
3897      Branch: perl
3898            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/Embed.pm
3899            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
3900 ____________________________________________________________________________
3901 [ 13268] By: jhi                                   on 2001/11/25  19:44:38
3902         Log: Subject: [REPATCH lib/DB.pm MANIFEST lib/DB.t] Rework DB.pm tests
3903              From: chromatic <chromatic@rmci.net>
3904              Date: Sat, 24 Nov 2001 14:56:57 -0700
3905              Message-ID: <20011124220430.97697.qmail@onion.perl.org>
3906              
3907              plus a tweak for ithreads builds.
3908      Branch: perl
3909            + lib/DB.t
3910            ! MANIFEST lib/DB.pm
3911 ____________________________________________________________________________
3912 [ 13267] By: jhi                                   on 2001/11/25  19:38:50
3913         Log: Win32 compilation tweaks for Blair Zajac.
3914      Branch: perl
3915            ! ext/IO/IO.xs ext/POSIX/POSIX.xs win32/win32.h
3916 ____________________________________________________________________________
3917 [ 13266] By: jhi                                   on 2001/11/25  19:11:38
3918         Log: I don't think trying to bracket the hires time with lores
3919              times is going to be portable enough: Cygwin seems to be
3920              capable of getting hires ones rather consistently lower
3921              than the lores ones.  So let's try average difference instead.
3922      Branch: perl
3923            ! ext/Time/HiRes/HiRes.t
3924 ____________________________________________________________________________
3925 [ 13265] By: jhi                                   on 2001/11/25  18:28:04
3926         Log: Subject: Re: benchmarks, sorts and reproducibility
3927              From: "John P. Linderman" <jpl@research.att.com>
3928              Date: Sun, 25 Nov 2001 14:25:18 -0500 (EST)
3929              Message-Id: <200111251925.OAA77172@raptor.research.att.com>
3930              
3931              Randomize large partitions for quicksort to dodge the
3932              angry gods of quadratic.
3933      Branch: perl
3934            ! pp_sort.c
3935 ____________________________________________________________________________
3936 [ 13264] By: jhi                                   on 2001/11/25  18:23:54
3937         Log: The joys of portable quoting.
3938      Branch: perl
3939            ! ext/Devel/PPPort/harness/Makefile.PL
3940 ____________________________________________________________________________
3941 [ 13263] By: jhi                                   on 2001/11/25  18:12:31
3942         Log: sort pragma tweaks.
3943      Branch: perl
3944            ! lib/sort.pm
3945 ____________________________________________________________________________
3946 [ 13262] By: jhi                                   on 2001/11/25  17:10:09
3947         Log: Skip the link= directives of utils.lst if no mandir
3948              (if no manpages).
3949      Branch: perl
3950            ! installman
3951 ____________________________________________________________________________
3952 [ 13261] By: gsar                                  on 2001/11/25  16:48:38
3953         Log: integrate changes#8340,13260 from mainline
3954              
3955              Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
3956              
3957              change#3373 introduced a handle leak in backticks and piped open()s
3958              that fail
3959      Branch: maint-5.6/perl
3960            ! t/io/pipe.t util.c
3961 ____________________________________________________________________________
3962 [ 13260] By: gsar                                  on 2001/11/25  16:37:29
3963         Log: change#3373 introduced a handle leak in backticks and piped open()s
3964              that fail
3965      Branch: perl
3966            ! util.c
3967 ____________________________________________________________________________
3968 [ 13259] By: jhi                                   on 2001/11/25  05:58:47
3969         Log: metaconfig unit change for #13258.
3970      Branch: metaconfig/U/perl
3971            ! d_procselfexe.U
3972 ____________________________________________________________________________
3973 [ 13258] By: jhi                                   on 2001/11/25  05:58:30
3974         Log: Extraenous breaks noticed by David Dyck.
3975      Branch: perl
3976            ! Configure
3977 ____________________________________________________________________________
3978 [ 13257] By: jhi                                   on 2001/11/25  05:32:18
3979         Log: Revert the /proc/self/auxv experiment for now.
3980      Branch: perl
3981            ! lib/ExtUtils.t perl.c t/lib/1_compile.t
3982 ____________________________________________________________________________
3983 [ 13256] By: jhi                                   on 2001/11/25  04:59:31
3984         Log: Also ExtUtils.t had $^X assumptions.
3985      Branch: perl
3986            ! lib/ExtUtils.t
3987 ____________________________________________________________________________
3988 [ 13255] By: jhi                                   on 2001/11/25  04:20:02
3989         Log: Now is Solaris if you start the t/perl in the t/
3990              as "./perl", the $^X will be "../perl", not "./perl".
3991      Branch: perl
3992            ! t/lib/1_compile.t
3993 ____________________________________________________________________________
3994 [ 13254] By: jhi                                   on 2001/11/25  03:59:06
3995         Log: The new way of finding out $^X in Solaris
3996              requires a little tweak if the executable
3997              pathname is *not* absolute: prepend "./"
3998              (otherwise `$^X ...` will start perl from PATH...)
3999      Branch: perl
4000            ! perl.c
4001 ____________________________________________________________________________
4002 [ 13253] By: jhi                                   on 2001/11/25  03:18:05
4003         Log: Avoid "will not stay shared" warnings.
4004      Branch: perl
4005            ! lib/ExtUtils/MM_Unix.pm
4006 ____________________________________________________________________________
4007 [ 13252] By: jhi                                   on 2001/11/25  03:00:49
4008         Log: Subject: [PATCH perl.c util.c pp_sys.c t/op/magic.t] $$ readonly, take two
4009              From: Michael G Schwern <schwern@pobox.com>
4010              Date: Sat, 24 Nov 2001 19:56:18 -0500
4011              Message-ID: <20011124195618.A14614@blackrider>            
4012      Branch: perl
4013            ! perl.c pp_sys.c t/op/magic.t util.c
4014 ____________________________________________________________________________
4015 [ 13251] By: jhi                                   on 2001/11/25  02:48:04
4016         Log: In the MakeMaker pm_to_blib target don't copy all
4017              the files in one fell swppo, deal with them hunkwise,
4018              helps for CLIs with limited line lengths.
4019              (This seems to help for DJGPP building Encode,
4020              where there are dozens of files to copy.)
4021      Branch: perl
4022            ! lib/ExtUtils/MM_Unix.pm
4023 ____________________________________________________________________________
4024 [ 13250] By: gsar                                  on 2001/11/25  00:50:10
4025         Log: testsuite leaves stray files behind on windows
4026      Branch: perl
4027            ! lib/ExtUtils/Embed.t lib/ExtUtils/Mkbootstrap.t lib/Shell.t
4028 ____________________________________________________________________________
4029 [ 13249] By: gsar                                  on 2001/11/25  00:32:36
4030         Log: xsubpp produces a spurious warning on directories called 'typemap'
4031      Branch: perl
4032            ! lib/ExtUtils/xsubpp
4033 ____________________________________________________________________________
4034 [ 13248] By: gsar                                  on 2001/11/25  00:17:28
4035         Log: xsubpp treats invalid (indented) cpp directives as comments
4036      Branch: perl
4037            ! ext/IO/IO.xs
4038 ____________________________________________________________________________
4039 [ 13247] By: gsar                                  on 2001/11/25  00:02:37
4040         Log: $(MAKE) distclean shouldn't blow away ../lib/Thread.pm
4041      Branch: perl
4042            ! win32/Makefile win32/Makefile.win64 win32/makefile.mk
4043 ____________________________________________________________________________
4044 [ 13246] By: jhi                                   on 2001/11/24  21:45:32
4045         Log: The debug_pag needs to be visible at all times
4046              because of the re extension.
4047      Branch: perl
4048            ! intrpvar.h makedef.pl perl.c perl.h regexec.c
4049 ____________________________________________________________________________
4050 [ 13245] By: jhi                                   on 2001/11/24  20:09:20
4051         Log: Subject: Re: [PATCH] Tests are good
4052              From: Philip Newton <Philip.Newton@gmx.net>
4053              Date: Sat, 24 Nov 2001 21:24:00 +0100
4054              Message-ID: <4c000us22s27871hrsqnvjmtnvtd4r85u1@4ax.com>
4055      Branch: perl
4056            ! pod/perlhack.pod
4057 ____________________________________________________________________________
4058 [ 13244] By: jhi                                   on 2001/11/24  19:06:29
4059         Log: Subject: [PATCH perl@13227] make PPPort/harness build on VMS
4060              From: "Craig A. Berry" <craigberry@mac.com> 
4061              Date: Sat, 24 Nov 2001 12:45:44 -0600
4062              Message-Id: <5.1.0.14.2.20011124030253.01bd4b98@exchi01>
4063              
4064              (with tweaks, and combined with Sarathy's #13242)
4065      Branch: perl
4066            ! configure.com ext/Devel/PPPort/harness/Makefile.PL
4067 ____________________________________________________________________________
4068 [ 13243] By: jhi                                   on 2001/11/24  18:46:31
4069         Log: Subject: Re: [PATCH] Make Exporter::Heavy use Universal->VERSION()
4070              From: John Peacock <jpeacock@rowman.com>
4071              Date: Sat, 24 Nov 2001 14:27:46 -0500
4072              Message-ID: <3BFFF4B2.40509@rowman.com> 
4073      Branch: perl
4074            ! lib/Exporter/Heavy.pm
4075 ____________________________________________________________________________
4076 [ 13242] By: gsar                                  on 2001/11/24  17:16:18
4077         Log: use portable quotes
4078      Branch: perl
4079            ! ext/Devel/PPPort/harness/Makefile.PL
4080 ____________________________________________________________________________
4081 [ 13241] By: jhi                                   on 2001/11/24  17:09:25
4082         Log: Subject: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
4083              From: Nicholas Clark <nick@ccl4.org>
4084              Date: Sat, 24 Nov 2001 18:06:26 +0000
4085              Message-ID: <20011124180626.T37621@plum.flirble.org>
4086      Branch: perl
4087            ! installman
4088 ____________________________________________________________________________
4089 [ 13240] By: jhi                                   on 2001/11/24  17:06:11
4090         Log: Subject: [PATCH] perl5005delta.pod L<>
4091              From: Nicholas Clark <nick@ccl4.org>
4092              Date: Sat, 24 Nov 2001 18:04:21 +0000
4093              Message-ID: <20011124180421.S37621@plum.flirble.org>
4094      Branch: perl
4095            ! pod/perl5005delta.pod
4096 ____________________________________________________________________________
4097 [ 13239] By: gsar                                  on 2001/11/24  17:01:17
4098         Log: fix typo in config.vc; regenerate win32 config_H.* files
4099      Branch: perl
4100            ! win32/config.vc win32/config_H.bc win32/config_H.gc
4101            ! win32/config_H.vc
4102 ____________________________________________________________________________
4103 [ 13238] By: jhi                                   on 2001/11/24  16:16:01
4104         Log: Mention the charnames::vianame().
4105      Branch: perl
4106            ! pod/perluniintro.pod
4107 ____________________________________________________________________________
4108 [ 13237] By: jhi                                   on 2001/11/24  16:12:31
4109         Log: Add charnames::vianame() in case people want to access
4110              the codes in run-time (as opposed to the compile-timeness
4111              of \N{...}).
4112      Branch: perl
4113            ! lib/charnames.pm lib/charnames.t
4114 ____________________________________________________________________________
4115 [ 13236] By: jhi                                   on 2001/11/24  16:11:04
4116         Log: Subject: [PATCH] memset() is cheaper than a loop of 256 bit-a-a-times
4117              From: Nicholas Clark <nick@ccl4.org>
4118              Date: Sat, 24 Nov 2001 16:30:42 +0000
4119              Message-ID: <20011124163042.R37621@plum.flirble.org>
4120      Branch: perl
4121            ! regcomp.c regcomp.h
4122 ____________________________________________________________________________
4123 [ 13235] By: jhi                                   on 2001/11/24  15:26:37
4124         Log: Subject: [PATCH] Re: Smoke 13191 /pro/3gl/CPAN/perl-current
4125              From: Nicholas Clark <nick@ccl4.org>
4126              Date: Sat, 24 Nov 2001 16:24:33 +0000
4127              Message-ID: <20011124162433.Q37621@plum.flirble.org>
4128              
4129              cmp fixes.
4130      Branch: perl
4131            ! pp.c
4132 ____________________________________________________________________________
4133 [ 13234] By: jhi                                   on 2001/11/24  15:23:34
4134         Log: Use /proc/self/auxv in Solaris to figure out the $^X.
4135              (It seems that "./perl" gets resolved to "perl" now.)
4136      Branch: perl
4137            ! perl.c
4138 ____________________________________________________________________________
4139 [ 13233] By: jhi                                   on 2001/11/24  14:58:52
4140         Log: Subject: [PATCH] DB_File 1.800        
4141              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>               
4142              Date: Sat, 24 Nov 2001 11:41:41 -0000
4143              Message-ID: <AIEAJICLCBDNAAOLLOKLIEPMDFAA.paul_marquess@yahoo.co.uk>
4144      Branch: perl
4145            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
4146            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
4147            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
4148            ! ext/DB_File/t/db-recno.t
4149 ____________________________________________________________________________
4150 [ 13232] By: jhi                                   on 2001/11/24  14:48:34
4151         Log: Tweak the PUSHED documentation.
4152      Branch: perl
4153            ! ext/PerlIO/Via/Via.pm
4154 ____________________________________________________________________________
4155 [ 13231] By: jhi                                   on 2001/11/24  04:09:41
4156         Log: Update 1_compile for new known tests.
4157      Branch: perl
4158            ! t/lib/1_compile.t
4159 ____________________________________________________________________________
4160 [ 13230] By: jhi                                   on 2001/11/24  04:07:39
4161         Log: Move the MBF/MBI test modules to t/lib.
4162      Branch: perl
4163            + t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
4164            - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
4165            - lib/Math/BigInt/t/Math/BigInt/Subclass.pm
4166            ! MANIFEST lib/Math/BigInt/t/sub_mbf.t
4167            ! lib/Math/BigInt/t/sub_mbi.t
4168 ____________________________________________________________________________
4169 [ 13229] By: jhi                                   on 2001/11/23  23:09:27
4170         Log: Subject: [PATCH perl@13227] configure.com follow-up to 13218
4171              From: "Craig A. Berry" <craigberry@mac.com> 
4172              Date: Fri, 23 Nov 2001 18:05:35 -0600
4173              Message-Id: <5.1.0.14.2.20011123175131.01abe358@exchi01>
4174      Branch: perl
4175            ! configure.com
4176 ____________________________________________________________________________
4177 [ 13228] By: jhi                                   on 2001/11/23  21:11:56
4178         Log: Subject: [PATCH: perl@13169] switch unfcmb.h to employ 'STDCHAR' in place of char    
4179              From: PPrymmer@factset.com 
4180              Date: Fri, 23 Nov 2001 17:03:07 -0500
4181              Message-ID: <OFA09CCF98.F3E93041-ON85256B0D.00787706@55.25.11>                 
4182      Branch: perl
4183            ! ext/Unicode/Normalize/mkheader
4184 ____________________________________________________________________________
4185 [ 13227] By: jhi                                   on 2001/11/23  20:09:36
4186         Log: Here are the right helper files.
4187      Branch: perl
4188            + t/lib/Filter/Simple/ExportTest.pm
4189            + t/lib/Filter/Simple/FilterOnlyTest.pm
4190            + t/lib/Filter/Simple/FilterTest.pm
4191            + t/lib/Filter/Simple/ImportTest.pm
4192            ! MANIFEST
4193 ____________________________________________________________________________
4194 [ 13226] By: jhi                                   on 2001/11/23  20:03:28
4195         Log: Update Changes.
4196      Branch: perl
4197            ! Changes patchlevel.h
4198 ____________________________________________________________________________
4199 [ 13225] By: jhi                                   on 2001/11/23  19:53:53
4200         Log: Never mind.
4201      Branch: perl
4202            - lib/Filter/Simple/lib/ExportTest.pm
4203            - lib/Filter/Simple/lib/ImportTest.pm
4204 ____________________________________________________________________________
4205 [ 13224] By: jhi                                   on 2001/11/23  19:52:03
4206         Log: Mis-add.
4207      Branch: perl
4208            + lib/Filter/Simple/lib/ExportTest.pm
4209            + lib/Filter/Simple/lib/ImportTest.pm
4210 ____________________________________________________________________________
4211 [ 13223] By: jhi                                   on 2001/11/23  19:39:57
4212         Log: Upgrade to Filter::Simple 0.77.
4213      Branch: perl
4214            + lib/Filter/Simple/t/export.t lib/Filter/Simple/t/import.t
4215            - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm
4216            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
4217            ! lib/Filter/Simple/README lib/Filter/Simple/t/data.t
4218            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
4219 ____________________________________________________________________________
4220 [ 13222] By: jhi                                   on 2001/11/23  19:12:20
4221         Log: Missing p4 add.
4222      Branch: perl
4223            + lib/ExtUtils/MM_VMS.t
4224 ____________________________________________________________________________
4225 [ 13221] By: jhi                                   on 2001/11/23  19:10:18
4226         Log: Pass 5 at perldelta - module and utility updates cleanup.
4227      Branch: perl
4228            ! pod/perldelta.pod
4229 ____________________________________________________________________________
4230 [ 13220] By: jhi                                   on 2001/11/23  18:55:20
4231         Log: metaconfig unit change for #13219.
4232      Branch: metaconfig/U/perl
4233            ! d_procselfexe.U
4234 ____________________________________________________________________________
4235 [ 13219] By: jhi                                   on 2001/11/23  18:55:06
4236         Log: Regen Porting stuff; regen toc; cleanup nit in Configure.
4237      Branch: perl
4238            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4239            ! pod/buildtoc.PL pod/perltoc.pod
4240 ____________________________________________________________________________
4241 [ 13218] By: jhi                                   on 2001/11/23  18:48:18
4242         Log: Add procselfexe and d_dirfd to strange lands.
4243      Branch: perl
4244            ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
4245            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
4246            ! vos/config.ga.def vos/config.ga.h win32/config.bc
4247            ! win32/config.gc win32/config.vc win32/config.win64
4248            ! wince/config.ce
4249 ____________________________________________________________________________
4250 [ 13217] By: jhi                                   on 2001/11/23  18:47:41
4251         Log: metaconfig unit change for #13216.
4252      Branch: metaconfig/U/perl
4253            ! d_procselfexe.U
4254 ____________________________________________________________________________
4255 [ 13216] By: jhi                                   on 2001/11/23  18:47:17
4256         Log: Better to "quote" the pathname.
4257      Branch: perl
4258            ! Configure config_h.SH
4259 ____________________________________________________________________________
4260 [ 13215] By: jhi                                   on 2001/11/23  18:34:24
4261         Log: Use PROCSELFEXE_PATH.
4262      Branch: perl
4263            ! perl.c
4264 ____________________________________________________________________________
4265 [ 13214] By: jhi                                   on 2001/11/23  18:31:27
4266         Log: metaconfig unit change for #13213.
4267      Branch: metaconfig/U/perl
4268            ! d_procselfexe.U
4269 ____________________________________________________________________________
4270 [ 13213] By: jhi                                   on 2001/11/23  18:31:13
4271         Log: Add probing for BSD-like /proc/curpoc/file.
4272      Branch: perl
4273            ! Configure config_h.SH
4274 ____________________________________________________________________________
4275 [ 13212] By: jhi                                   on 2001/11/23  18:10:05
4276         Log: metaconfig unit change for 13211.
4277      Branch: metaconfig/U/perl
4278            + d_dirfd.U
4279 ____________________________________________________________________________
4280 [ 13211] By: jhi                                   on 2001/11/23  18:09:37
4281         Log: Add probing for dirfd() so that it can be added it IO::Dir.
4282      Branch: perl
4283            ! Configure config_h.SH perl.h
4284 ____________________________________________________________________________
4285 [ 13210] By: jhi                                   on 2001/11/23  17:37:27
4286         Log: ...and update the test count.
4287      Branch: perl
4288            ! lib/Pod/t/basic.t
4289 ____________________________________________________________________________
4290 [ 13209] By: jhi                                   on 2001/11/23  17:19:12
4291         Log: Must remove the cap test also from the test script.
4292      Branch: perl
4293            ! lib/Pod/t/basic.t
4294 ____________________________________________________________________________
4295 [ 13208] By: jhi                                   on 2001/11/23  17:11:58
4296         Log: Subject: [PATCH] Tests are good
4297              From: Nicholas Clark <nick@ccl4.org>
4298              Date: Fri, 23 Nov 2001 18:12:21 +0000
4299              Message-ID: <20011123181220.F37621@plum.flirble.org>
4300      Branch: perl
4301            ! pod/perlhack.pod
4302 ____________________________________________________________________________
4303 [ 13207] By: jhi                                   on 2001/11/23  17:08:31
4304         Log: The basic.cap from podlators 1.14 is not very portable.
4305      Branch: perl
4306            - lib/Pod/t/basic.cap
4307            ! MANIFEST
4308 ____________________________________________________________________________
4309 [ 13206] By: jhi                                   on 2001/11/23  16:41:13
4310         Log: Subject: Re: [DOC PATCHES] pod cleanups
4311              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
4312              Date: 22 Nov 2001 12:54:16 -0000
4313              Message-Id: <slrn9vptci.klv.rgarciasuarez@rafael.kazibao.net>
4314      Branch: perl
4315            ! pod/perlfunc.pod pod/perlmodinstall.pod pod/perlre.pod
4316            ! pod/perlretut.pod pod/perluniintro.pod vms/perlvms.pod
4317 ____________________________________________________________________________
4318 [ 13205] By: jhi                                   on 2001/11/23  16:38:10
4319         Log: FAQ sync.
4320      Branch: perl
4321            ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
4322 ____________________________________________________________________________
4323 [ 13204] By: jhi                                   on 2001/11/23  16:37:21
4324         Log: Subject: [PATCH: perl@13169] inital testing for MM_VMS 
4325              From: PPrymmer@factset.com
4326              Date: Fri, 23 Nov 2001 11:43:45 -0500
4327              Message-ID: <OFC84EA224.295430FF-ON85256B0D.005BB70C@55.25.11>
4328      Branch: perl
4329            ! MANIFEST lib/ExtUtils/MM_VMS.pm
4330 ____________________________________________________________________________
4331 [ 13203] By: jhi                                   on 2001/11/23  15:47:13
4332         Log: Corify podlators 1.14 test.
4333      Branch: perl
4334            ! lib/Pod/t/basic.t
4335 ____________________________________________________________________________
4336 [ 13202] By: jhi                                   on 2001/11/23  15:38:36
4337         Log: Output tweak needed because of podlators 1.14.
4338      Branch: perl
4339            ! t/pod/multiline_items.xr
4340 ____________________________________________________________________________
4341 [ 13201] By: jhi                                   on 2001/11/23  15:38:04
4342         Log: Upgrade to podlators 1.14.
4343      Branch: perl
4344            + lib/Pod/t/basic.cap lib/Pod/t/basic.clr lib/Pod/t/basic.man
4345            + lib/Pod/t/basic.ovr lib/Pod/t/basic.pod lib/Pod/t/basic.t
4346            + lib/Pod/t/basic.txt lib/Pod/t/parselink.t
4347            ! MANIFEST lib/Pod/Man.pm lib/Pod/ParseLink.pm lib/Pod/Text.pm
4348            ! lib/Pod/Text/Overstrike.pm
4349 ____________________________________________________________________________
4350 [ 13200] By: jhi                                   on 2001/11/23  15:32:06
4351         Log: perlmodinstall tweaks from Philip Newton.
4352      Branch: perl
4353            ! pod/perlmodinstall.pod
4354 ____________________________________________________________________________
4355 [ 13199] By: jhi                                   on 2001/11/23  15:05:02
4356         Log: Subject: Re: [PATCH] Porting/genlog -bi and range
4357              From: Autrijus Tang <autrijus@autrijus.org>           
4358              Date: Fri, 23 Nov 2001 23:55:53 +0800
4359              Message-ID: <20011123235553.A2310@not.autrijus.org>
4360      Branch: perl
4361            ! Porting/genlog
4362 ____________________________________________________________________________
4363 [ 13198] By: jhi                                   on 2001/11/23  14:58:40
4364         Log: Subject: Re: regex oddness with \Z and $&
4365              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>  
4366              Date: Fri, 23 Nov 2001 15:15:24 +0000
4367              Message-Id: <200111231515.fANFFOR10341@crypt.compulink.co.uk>
4368      Branch: perl
4369            ! regcomp.c t/op/re_tests
4370 ____________________________________________________________________________
4371 [ 13197] By: jhi                                   on 2001/11/23  14:44:19
4372         Log: regen_headers.
4373      Branch: perl
4374            ! embed.h global.sym pod/perlapi.pod proto.h
4375 ____________________________________________________________________________
4376 [ 13196] By: jhi                                   on 2001/11/23  14:24:08
4377         Log: Forgotten check-in.
4378      Branch: perl
4379            ! pod/perlapi.pod
4380 ____________________________________________________________________________
4381 [ 13195] By: jhi                                   on 2001/11/23  14:23:49
4382         Log: Remembered everything in 13152 but Test/Simple.pm itself, duh.
4383      Branch: perl
4384            ! lib/Test/Simple.pm
4385 ____________________________________________________________________________
4386 [ 13194] By: jhi                                   on 2001/11/22  11:31:59
4387         Log: Retract #13173 (effectively retract Net::Ping 2.06,
4388              go back to 2.04, the 2.06 hasn't seen the patches
4389              that have gone to the blead version.)
4390      Branch: perl
4391            - lib/Net/Ping/CHANGES lib/Net/Ping/README
4392            - lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
4393            - lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
4394            - lib/Net/Ping/t/200_ping_tcp.t
4395            ! MANIFEST lib/Net/Ping.pm
4396 ____________________________________________________________________________
4397 [ 13193] By: jhi                                   on 2001/11/22  11:27:49
4398         Log: Subject: Re: [PATCH perldoc] problems with pod2man         
4399              From: Robin Barker <rmb1@cise.npl.co.uk>
4400              Date: Thu, 22 Nov 2001 11:00:38 GMT
4401              Message-Id: <200111221100.LAA08582@tempest.npl.co.uk>
4402      Branch: perl
4403            ! utils/perldoc.PL
4404 ____________________________________________________________________________
4405 [ 13192] By: jhi                                   on 2001/11/22  05:06:35
4406         Log: metaconfig unit change for #13191.
4407      Branch: metaconfig/U/perl
4408            ! d_procselfexe.U
4409 ____________________________________________________________________________
4410 [ 13191] By: jhi                                   on 2001/11/22  05:06:09
4411         Log: procselfexe tweak: for some reason I had a ls in
4412              /proc/self/exe, not the ls Configure thought it
4413              would found.
4414      Branch: perl
4415            ! Configure
4416 ____________________________________________________________________________
4417 [ 13190] By: jhi                                   on 2001/11/22  04:45:36
4418         Log: Corify the Net::Ping tests; skip the tests
4419              unless $ENV{PERL_TEST_Net_Ping} is true.
4420      Branch: perl
4421            ! lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
4422            ! lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
4423            ! lib/Net/Ping/t/200_ping_tcp.t
4424 ____________________________________________________________________________
4425 [ 13189] By: jhi                                   on 2001/11/22  04:44:03
4426         Log: metaconfig units changes for #13188.
4427      Branch: metaconfig
4428            ! U/modified/Head.U
4429      Branch: metaconfig/U/perl
4430            ! issymlink.U
4431 ____________________________________________________________________________
4432 [ 13188] By: jhi                                   on 2001/11/22  04:43:29
4433         Log: The #13182 didn't really help.  The real problem
4434              seems to be that 'sh' can in AIX mean at least three
4435              different things, and we can't know which one it is
4436              unless we export $newsh from an earlier run (and it's
4437              the 'bsh' aka 'sh' that has the the broken test -h).
4438      Branch: perl
4439            ! Configure
4440 ____________________________________________________________________________
4441 [ 13187] By: gsar                                  on 2001/11/22  03:42:58
4442         Log: local(*CORE::GLOBAL::require) doesn't behave like other overrides 
4443      Branch: perl
4444            ! op.c t/op/override.t
4445 ____________________________________________________________________________
4446 [ 13186] By: jhi                                   on 2001/11/22  03:18:49
4447         Log: Subject: [PATCH: perl@13169] add Shell.t tests for VMS
4448              From: PPrymmer@factset.com 
4449              Date: Wed, 21 Nov 2001 20:17:25 -0500
4450              Message-ID: <OF6DA93FFA.A954A0D4-ON85256B0C.0006DDF9@55.25.11>
4451      Branch: perl
4452            ! lib/Shell.t
4453 ____________________________________________________________________________
4454 [ 13185] By: jhi                                   on 2001/11/22  03:09:27
4455         Log: Reapply perlmodinstall parts of #12897.
4456      Branch: perl
4457            ! pod/perlmodinstall.pod
4458 ____________________________________________________________________________
4459 [ 13184] By: jhi                                   on 2001/11/22  03:08:00
4460         Log: perlmodinstall 2.01 from Jon Orwant.
4461      Branch: perl
4462            ! pod/perlmodinstall.pod
4463 ____________________________________________________________________________
4464 [ 13183] By: jhi                                   on 2001/11/21  22:33:20
4465         Log: Subject: [PATCH @10907] REXX on OS/2
4466              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4467              Date: Wed, 21 Nov 2001 15:26:11 -0500
4468              Message-ID: <20011121152611.A13664@math.ohio-state.edu>
4469      Branch: perl
4470            ! os2/Makefile.SHs os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
4471            ! os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/perlrexx.c
4472 ____________________________________________________________________________
4473 [ 13182] By: jhi                                   on 2001/11/21  22:31:10
4474         Log: metaconfig unit change for #13181.
4475      Branch: metaconfig/U/perl
4476            ! issymlink.U
4477 ____________________________________________________________________________
4478 [ 13181] By: jhi                                   on 2001/11/21  22:30:37
4479         Log: AIX has broken builtin 'test'.
4480      Branch: perl
4481            ! Configure
4482 ____________________________________________________________________________
4483 [ 13180] By: jhi                                   on 2001/11/21  22:27:16
4484         Log: Subject: [PATCH 5.7.x] INSTALL size update
4485              From: Andy Dougherty <doughera@lafayette.edu>
4486              Date: Wed, 21 Nov 2001 14:49:21 -0500 (EST) 
4487              Message-ID: <Pine.SOL.4.10.10111211448190.16009-100000@maxwell.phys.lafayette.edu>         
4488      Branch: perl
4489            ! INSTALL
4490 ____________________________________________________________________________
4491 [ 13179] By: jhi                                   on 2001/11/21  22:25:14
4492         Log: Implement the sort pragma.  Split sort code from pp_ctl.c
4493              to pp_sort.c.  Includes the quicksort stabilizing layer
4494              from John P. Linderman.  -Msort=qsort or -Msort=fast is
4495              faster than without (or with -Msort=mergesort or -Msort=safe)
4496              for short random inputs, but for some reason not quite as fast
4497              as 5.6.1 qsort.  More benchmarking, profiling, tuning, and
4498              optimizing definitely needed.
4499      Branch: perl
4500            + lib/sort.pm lib/sort.t pp_sort.c
4501            ! MANIFEST Makefile.SH Makefile.micro NetWare/Makefile embed.h
4502            ! embed.pl global.sym perl.h pp_ctl.c proto.h
4503            ! vms/descrip_mms.template vos/build.cm win32/Makefile
4504            ! win32/makefile.mk wince/Makefile.ce
4505 ____________________________________________________________________________
4506 [ 13178] By: gbarr                                 on 2001/11/21  18:30:10
4507         Log: Sync file with libnet-1.0901-tobe
4508      Branch: perl
4509            + lib/Net/t/config.t lib/Net/t/libnet_t.pl lib/Net/t/time.t
4510            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Config.pm
4511            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/E.pm
4512            ! lib/Net/FTP/L.pm lib/Net/NNTP.pm lib/Net/POP3.pm
4513            ! lib/Net/SMTP.pm lib/Net/libnetFAQ.pod
4514 ____________________________________________________________________________
4515 [ 13177] By: jhi                                   on 2001/11/21  17:31:28
4516         Log: Subject: [PATCH perldoc] problems with pod2man
4517              From: Robin Barker <rmb1@cise.npl.co.uk>
4518              Date: Wed, 21 Nov 2001 17:48:51 GMT
4519              Message-Id: <200111211748.RAA07123@tempest.npl.co.uk>
4520      Branch: perl
4521            ! utils/perldoc.PL
4522 ____________________________________________________________________________
4523 [ 13176] By: jhi                                   on 2001/11/21  17:27:30
4524         Log: debug_pad only visible when debugging.
4525      Branch: perl
4526            ! makedef.pl
4527 ____________________________________________________________________________
4528 [ 13175] By: jhi                                   on 2001/11/21  16:02:14
4529         Log: metaconfig units changes for #13174.
4530      Branch: metaconfig/U/perl
4531            + d_procselfexe.U
4532            - procselfexe.U
4533 ____________________________________________________________________________
4534 [ 13174] By: jhi                                   on 2001/11/21  16:01:39
4535         Log: procselfexe tweaks.
4536      Branch: perl
4537            ! Configure config_h.SH
4538 ____________________________________________________________________________
4539 [ 13173] By: jhi                                   on 2001/11/21  15:55:08
4540         Log: Upgrade to Net::Ping 2.06.
4541      Branch: perl
4542            + lib/Net/Ping/CHANGES lib/Net/Ping/README
4543            + lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
4544            + lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
4545            + lib/Net/Ping/t/200_ping_tcp.t
4546            ! MANIFEST lib/Net/Ping.pm
4547 ____________________________________________________________________________
4548 [ 13172] By: jhi                                   on 2001/11/21  15:17:13
4549         Log: Upgrade to Math::BigInt 1.47.
4550      Branch: perl
4551            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
4552            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
4553            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
4554            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
4555            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbf.t
4556            ! lib/Math/BigInt/t/sub_mbi.t
4557 ____________________________________________________________________________
4558 [ 13171] By: jhi                                   on 2001/11/21  15:03:53
4559         Log: Dynaloading for POSIX-BC from Thomas Dorner.
4560      Branch: perl
4561            ! hints/posix-bc.sh
4562 ____________________________________________________________________________
4563 [ 13170] By: jhi                                   on 2001/11/21  15:02:39
4564         Log: Strange: the same mysterious regex study bug
4565              seems to be present both in OS/390 and POSIX-BC.
4566              Deep EBCDIC magic that regex engine gets wrong,
4567              or a bug in some compiler/library shared by the
4568              two platforms?  From Thomas Dorner.
4569      Branch: perl
4570            ! t/op/study.t
4571 ____________________________________________________________________________
4572 [ 13169] By: jhi                                   on 2001/11/21  14:47:03
4573         Log: More lost and found.
4574      Branch: perl
4575            + lib/Test/Simple/README
4576            ! MANIFEST
4577 ____________________________________________________________________________
4578 [ 13168] By: jhi                                   on 2001/11/21  14:45:05
4579         Log: MANIFESTly missing.
4580      Branch: perl
4581            ! MANIFEST
4582 ____________________________________________________________________________
4583 [ 13167] By: jhi                                   on 2001/11/21  14:42:35
4584         Log: Subject: Re: PERFORCE change 13162 for review               
4585              From: Philip Newton <Philip.Newton@gmx.net> 
4586              Date: Wed, 21 Nov 2001 16:44:30 +0100
4587              Message-ID: <j2invt4a84bccvj8khob0s9m3hd5urmcud@4ax.com>
4588      Branch: perl
4589            ! ext/Devel/PPPort/PPPort.pm
4590 ____________________________________________________________________________
4591 [ 13166] By: jhi                                   on 2001/11/21  14:39:27
4592         Log: Update Changes.
4593      Branch: perl
4594            ! Changes patchlevel.h
4595 ____________________________________________________________________________
4596 [ 13165] By: jhi                                   on 2001/11/21  14:34:43
4597         Log: Small doc tweaks.
4598      Branch: perl
4599            ! ext/PerlIO/Via/Via.pm
4600 ____________________________________________________________________________
4601 [ 13164] By: jhi                                   on 2001/11/21  14:13:00
4602         Log: Redundant return.
4603      Branch: perl
4604            ! ext/MIME/Base64/QuotedPrint.pm
4605 ____________________________________________________________________________
4606 [ 13163] By: jhi                                   on 2001/11/21  13:52:30
4607         Log: Subject: [PATCH] Z*/[AZa]* fails to pack length properly
4608              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
4609              Date: Wed, 21 Nov 2001 10:23:16 +0100
4610              Message-ID: <200111211023160020.0050BD28@smtp.chello.at>   
4611      Branch: perl
4612            ! pp_pack.c t/op/pack.t
4613 ____________________________________________________________________________
4614 [ 13162] By: jhi                                   on 2001/11/21  13:44:41
4615         Log: Add Devel::PPPort originally from Kenneth Albanowski,
4616              revigorated by Paul Marquess: gives h2xs a Perl version
4617              portability boost.
4618      Branch: perl
4619            + ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
4620            + ext/Devel/PPPort/README ext/Devel/PPPort/TODO
4621            + ext/Devel/PPPort/harness/Harness.pm
4622            + ext/Devel/PPPort/harness/Harness.xs
4623            + ext/Devel/PPPort/harness/Makefile.PL
4624            + ext/Devel/PPPort/harness/module2.c
4625            + ext/Devel/PPPort/harness/module3.c
4626            + ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
4627            ! MANIFEST lib/h2xs.t utils/h2xs.PL
4628 ____________________________________________________________________________
4629 [ 13161] By: jhi                                   on 2001/11/21  13:43:08
4630         Log: Oops.
4631      Branch: perl
4632            ! lib/Test/Simple/t/filehandles.t
4633 ____________________________________________________________________________
4634 [ 13160] By: jhi                                   on 2001/11/21  13:23:07
4635         Log: Subject: Re: PERFORCE change 13152 for review               
4636              From: Philip Newton <Philip.Newton@gmx.net> 
4637              Date: Wed, 21 Nov 2001 09:04:05 +0100
4638              Message-ID: <1glmvtgulgh95tcrent3cso98pb5nm3rgb@4ax.com>
4639      Branch: perl
4640            ! lib/Test/Builder.pm
4641 ____________________________________________________________________________
4642 [ 13159] By: jhi                                   on 2001/11/21  13:19:08
4643         Log: Subject: Re: PERFORCE change 13142 for review
4644              From: Philip Newton <Philip.Newton@gmx.net>
4645              Date: Wed, 21 Nov 2001 09:04:03 +0100
4646              Message-ID: <m9lmvt8a2vjq2sa8stds01msej0f2f03up@4ax.com>
4647              
4648              plus rewrap few paragraphs.
4649      Branch: perl
4650            ! lib/Pod/LaTeX.pm
4651 ____________________________________________________________________________
4652 [ 13158] By: jhi                                   on 2001/11/21  03:59:51
4653         Log: Integrate #13154 from macperl; Remove comments.
4654      Branch: perl
4655           !> lib/File/Spec/Mac.pm
4656 ____________________________________________________________________________
4657 [ 13157] By: jhi                                   on 2001/11/21  03:53:06
4658         Log: Update the list of modules having tests.
4659      Branch: perl
4660            ! t/lib/1_compile.t
4661 ____________________________________________________________________________
4662 [ 13156] By: pudge                                 on 2001/11/21  03:19:09
4663         Log: Slight doc changes.
4664      Branch: maint-5.6/macperl
4665            ! macos/macperl/MacPerl.podhelp
4666 ____________________________________________________________________________
4667 [ 13155] By: pudge                                 on 2001/11/21  03:18:48
4668         Log: Add UTF-16 coercion.
4669      Branch: maint-5.6/macperl
4670            ! macos/lib/Mac/AppleEvents/Simple.pm
4671 ____________________________________________________________________________
4672 [ 13154] By: pudge                                 on 2001/11/21  03:16:55
4673         Log: Remove comments.
4674      Branch: maint-5.6/macperl
4675            ! lib/File/Spec/Mac.pm
4676 ____________________________________________________________________________
4677 [ 13153] By: pudge                                 on 2001/11/21  03:16:00
4678         Log: Fix FSpGetCatInfo (and other functions) corrupting
4679              memory with bad filespecs (bug #471867)
4680      Branch: maint-5.6/macperl
4681            ! macos/ext/Mac/Files/typemap macos/ext/Mac/typemap
4682 ____________________________________________________________________________
4683 [ 13152] By: jhi                                   on 2001/11/21  03:09:46
4684         Log: Upgrade to Test::Simple 0.33.
4685      Branch: perl
4686            ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple/Changes
4687            ! lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/no_header.t
4688            ! lib/Test/Simple/t/output.t lib/Test/Tutorial.pod
4689 ____________________________________________________________________________
4690 [ 13151] By: jhi                                   on 2001/11/21  03:01:36
4691         Log: Upgrade to Test::Harness 1.26.
4692      Branch: perl
4693            ! lib/Test/Harness.pm lib/Test/Harness/Changes
4694 ____________________________________________________________________________
4695 [ 13150] By: jhi                                   on 2001/11/21  02:15:47
4696         Log: Integrate change #13145 from maintperl;
4697              another compatibility tweak to change#12559: avoid quoting
4698              arguments that already have quotes; add test case
4699      Branch: perl
4700           !> t/op/system_tests win32/win32.c
4701 ____________________________________________________________________________
4702 [ 13149] By: gsar                                  on 2001/11/21  02:00:28
4703         Log: integrate change#13147 from mainline (fixes nit in change#10091)
4704              
4705              Subject: [PATCH] spaceship and refs
4706      Branch: maint-5.6/perl
4707            ! pp.c pp_hot.c t/op/cmp.t
4708 ____________________________________________________________________________
4709 [ 13148] By: jhi                                   on 2001/11/21  00:44:56
4710         Log: Subject: [PATCH] Add test for Pod::ParseUtils              
4711              From: Tim Jenness <t.jenness@jach.hawaii.edu>            
4712              Date: Tue, 20 Nov 2001 14:33:14 -1000 (HST)
4713              Message-ID: <Pine.LNX.4.33.0111201429060.22000-100000@lapaki>
4714      Branch: perl
4715            + lib/Pod/t/utils.t
4716            ! MANIFEST
4717 ____________________________________________________________________________
4718 [ 13147] By: jhi                                   on 2001/11/21  00:40:09
4719         Log: Subject: [PATCH] spaceship and refs
4720              From: Nicholas Clark <nick@ccl4.org>
4721              Date: Tue, 20 Nov 2001 21:59:51 +0000
4722              Message-ID: <20011120215951.U62891@plum.flirble.org> 
4723      Branch: perl
4724            ! pp.c pp_hot.c t/op/cmp.t
4725 ____________________________________________________________________________
4726 [ 13146] By: jhi                                   on 2001/11/21  00:37:00
4727         Log: Try to clarify which I/O call operates on bytes,
4728              which on characters, which on either.
4729      Branch: perl
4730            ! pod/perlfunc.pod
4731 ____________________________________________________________________________
4732 [ 13145] By: gsar                                  on 2001/11/21  00:14:29
4733         Log: another compatibility tweak to change#12559: avoid quoting
4734              arguments that already have quotes; add test case
4735      Branch: maint-5.6/perl
4736            ! t/op/system_tests win32/win32.c
4737 ____________________________________________________________________________
4738 [ 13144] By: jhi                                   on 2001/11/20  22:31:47
4739         Log: Give a simple example of writing PerlIO::Via handlers
4740              in Perl.
4741      Branch: perl
4742            ! ext/PerlIO/Via/Via.pm
4743 ____________________________________________________________________________
4744 [ 13143] By: jhi                                   on 2001/11/20  20:50:41
4745         Log: Add test for Pod::LaTeX; re-sort MANIFEST.
4746      Branch: perl
4747            + lib/Pod/t/latex.t
4748            ! MANIFEST
4749 ____________________________________________________________________________
4750 [ 13142] By: jhi                                   on 2001/11/20  20:42:48
4751         Log: Subject: [PATCH] Pod::LaTeX up to V0.54
4752              From: Tim Jenness <t.jenness@jach.hawaii.edu>
4753              Date: Tue, 20 Nov 2001 11:36:54 -1000 (HST)
4754              Message-ID: <Pine.LNX.4.33.0111201131060.22000-100000@lapaki>
4755      Branch: perl
4756            ! lib/Pod/LaTeX.pm pod/pod2latex.PL
4757 ____________________________________________________________________________
4758 [ 13141] By: jhi                                   on 2001/11/20  20:35:14
4759         Log: Spread d_procselfexe to far-off lands (undefined).
4760      Branch: perl
4761            ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
4762            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
4763            ! vos/config.ga.def vos/config.ga.h win32/config.bc
4764            ! win32/config.gc win32/config.vc win32/config.win64
4765            ! wince/config.ce
4766 ____________________________________________________________________________
4767 [ 13140] By: jhi                                   on 2001/11/20  20:17:13
4768         Log: Integrate perlio; add detection and use of /proc/self/exe
4769              (Linuxism for finding the absolute path of the executable)
4770      Branch: perl
4771           !> Configure config_h.SH perl.c t/op/magic.t
4772 ____________________________________________________________________________
4773 [ 13139] By: jhi                                   on 2001/11/20  20:12:06
4774         Log: Really define do_report_used() only if DEBUGGING.
4775      Branch: perl
4776            ! sv.c
4777 ____________________________________________________________________________
4778 [ 13138] By: nick                                  on 2001/11/20  20:01:05
4779         Log: perl.c change to use HAS_PROCSELFEXE, also
4780              tweak to $^X test to comprehend full path to real executable
4781              being returned (like Cygwin as it happens...)
4782      Branch: perlio
4783            ! perl.c t/op/magic.t
4784 ____________________________________________________________________________
4785 [ 13137] By: nick                                  on 2001/11/20  19:46:00
4786         Log: Integrate mainline
4787      Branch: perlio
4788           +> lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
4789           +> lib/NEXT/t/unseen.t
4790            - lib/NEXT/test.pl
4791           !> (integrate 34 files)
4792 ____________________________________________________________________________
4793 [ 13136] By: jhi                                   on 2001/11/20  17:47:36
4794         Log: Subject: [?PATCH] terser pp_eq
4795              From: Nicholas Clark <nick@ccl4.org>
4796              Date: Mon, 19 Nov 2001 23:09:02 +0000
4797              Message-ID: <20011119230901.O62891@plum.flirble.org>
4798      Branch: perl
4799            ! pp_hot.c
4800 ____________________________________________________________________________
4801 [ 13135] By: jhi                                   on 2001/11/20  17:40:13
4802         Log: Pass 4 at perldelta - cleanup problems found by podchecker.
4803      Branch: perl
4804            ! pod/perldelta.pod
4805 ____________________________________________________________________________
4806 [ 13134] By: jhi                                   on 2001/11/20  16:59:54
4807         Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
4808              From: Andy Dougherty <doughera@lafayette.edu>
4809              Date: Tue, 20 Nov 2001 12:45:32 -0500 (EST)
4810              Message-ID: <Pine.SOL.4.10.10111201240270.15132-100000@maxwell.phys.lafayette.edu>
4811      Branch: perl
4812            ! ext/re/Makefile.PL ext/re/re.xs
4813 ____________________________________________________________________________
4814 [ 13133] By: jhi                                   on 2001/11/20  15:51:04
4815         Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
4816              From: Andy Dougherty <doughera@lafayette.edu>
4817              Date: Tue, 20 Nov 2001 11:08:13 -0500 (EST)
4818              Message-ID: <Pine.SOL.4.10.10111201106010.15104-100000@maxwell.phys.lafayette.edu>
4819      Branch: perl
4820            ! ext/re/re.xs
4821 ____________________________________________________________________________
4822 [ 13132] By: jhi                                   on 2001/11/20  15:31:43
4823         Log: Integrate change #13119 from macperl.
4824              (No changes since already applied the patch,
4825              just keep perforce happy and well-fed.)
4826      Branch: perl
4827           !> lib/Pod/Html.pm
4828 ____________________________________________________________________________
4829 [ 13131] By: jhi                                   on 2001/11/20  15:29:55
4830         Log: Subject: [PATCH] filter-util.pl for Mac OS
4831              From: Chris Nandor <pudge@pobox.com>
4832              Date: Tue, 20 Nov 2001 00:16:11 -0500
4833              Message-Id: <p0510030ab81f970e9c05@[10.0.1.177]>
4834      Branch: perl
4835            ! t/lib/filter-util.pl
4836 ____________________________________________________________________________
4837 [ 13130] By: jhi                                   on 2001/11/20  15:23:11
4838         Log: Subject: [PATCH] Portability fix for Pod::Html
4839              From: Chris Nandor <pudge@pobox.com>
4840              Date: Tue, 20 Nov 2001 00:01:05 -0500
4841              Message-Id: <p05100307b81f92788846@[10.0.1.177]>
4842      Branch: perl
4843            ! lib/Pod/Html.pm
4844 ____________________________________________________________________________
4845 [ 13129] By: jhi                                   on 2001/11/20  15:14:49
4846         Log: Need to skip more tests if not perlio.
4847      Branch: perl
4848            ! lib/open.t
4849 ____________________________________________________________________________
4850 [ 13128] By: jhi                                   on 2001/11/20  15:04:55
4851         Log: Pass 3 at perldelta - sort the lists of new modules,
4852              module improvements, and new platforms.
4853      Branch: perl
4854            ! pod/perldelta.pod
4855 ____________________________________________________________________________
4856 [ 13127] By: jhi                                   on 2001/11/20  13:42:22
4857         Log: Document ${^OPEN}.
4858      Branch: perl
4859            ! pod/perlvar.pod
4860 ____________________________________________________________________________
4861 [ 13126] By: pudge                                 on 2001/11/20  03:28:51
4862         Log: Make configpm work with extra keys
4863      Branch: maint-5.6/macperl
4864            ! macos/configpm
4865 ____________________________________________________________________________
4866 [ 13125] By: pudge                                 on 2001/11/20  03:28:09
4867         Log: Version and doc updates
4868      Branch: maint-5.6/macperl
4869            ! macos/MPVersion.r macos/macperl/MacPerl.podhelp
4870 ____________________________________________________________________________
4871 [ 13124] By: pudge                                 on 2001/11/20  03:27:44
4872         Log: More fixes for error message parsing (bug #470316)
4873      Branch: maint-5.6/macperl
4874            ! macos/macish.c
4875 ____________________________________________________________________________
4876 [ 13123] By: pudge                                 on 2001/11/20  03:26:32
4877         Log: Fix ctrl-D handling (bug #471436), more exit fixes (bug #467732),
4878              remove obsolete function (bug #465225)
4879      Branch: maint-5.6/macperl
4880            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
4881            ! macos/macperl/MPScript.c
4882 ____________________________________________________________________________
4883 [ 13122] By: pudge                                 on 2001/11/20  03:20:17
4884         Log: Add p2as droplet to distribution.
4885      Branch: maint-5.6/macperl
4886            + macos/macperl/Droplets/p2as.plx
4887 ____________________________________________________________________________
4888 [ 13121] By: pudge                                 on 2001/11/20  03:10:36
4889         Log: Bundle File::Sort.
4890      Branch: maint-5.6/macperl
4891            + macos/bundled_lib/blib/lib/File/Sort.pm
4892 ____________________________________________________________________________
4893 [ 13120] By: pudge                                 on 2001/11/20  03:09:21
4894         Log: Various bundled module fixes.
4895      Branch: maint-5.6/macperl
4896            ! macos/bundled_ext/Compress/Zlib/Makefile.mk
4897            ! macos/bundled_ext/Digest/MD5/t/files.t
4898            ! macos/bundled_ext/Filter/t/filter-util.pl
4899            ! macos/bundled_lib/blib/lib/Net/Config.pm
4900            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
4901 ____________________________________________________________________________
4902 [ 13119] By: pudge                                 on 2001/11/20  03:08:27
4903         Log: Portability fix for Pod::Html.
4904      Branch: maint-5.6/macperl
4905            ! lib/Pod/Html.pm
4906 ____________________________________________________________________________
4907 [ 13118] By: jhi                                   on 2001/11/20  02:58:38
4908         Log: Upgrade to Text::Balanced 1.89.
4909      Branch: perl
4910            ! lib/Text/Balanced.pm lib/Text/Balanced/Changes
4911            ! lib/Text/Balanced/README lib/Text/Balanced/t/extbrk.t
4912            ! lib/Text/Balanced/t/extcbk.t lib/Text/Balanced/t/extdel.t
4913            ! lib/Text/Balanced/t/extmul.t lib/Text/Balanced/t/extqlk.t
4914            ! lib/Text/Balanced/t/exttag.t lib/Text/Balanced/t/extvar.t
4915            ! lib/Text/Balanced/t/gentag.t
4916 ____________________________________________________________________________
4917 [ 13117] By: jhi                                   on 2001/11/20  02:53:32
4918         Log: Upgrade to NEXT 0.50.
4919      Branch: perl
4920            + lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
4921            + lib/NEXT/t/unseen.t
4922            - lib/NEXT/test.pl
4923            ! MANIFEST lib/NEXT.pm lib/NEXT/Changes lib/NEXT/README
4924 ____________________________________________________________________________
4925 [ 13116] By: pudge                                 on 2001/11/20  02:47:23
4926         Log: Integrate with maint-5.6/perl.
4927      Branch: maint-5.6/macperl
4928           !> win32/win32.c
4929 ____________________________________________________________________________
4930 [ 13115] By: jhi                                   on 2001/11/20  01:57:41
4931         Log: Update the README.threads scary header a bit.
4932      Branch: perl
4933            ! README.threads
4934 ____________________________________________________________________________
4935 [ 13114] By: jhi                                   on 2001/11/20  01:49:59
4936         Log: Pass 2 at perldelta: add some changes since 5.7.2.
4937      Branch: perl
4938            ! pod/perldelta.pod
4939 ____________________________________________________________________________
4940 [ 13113] By: jhi                                   on 2001/11/20  00:55:25
4941         Log: Subject: [DOC PATCH] perlfaq4.pod 
4942              From: Tim Jenness <t.jenness@jach.hawaii.edu>
4943              Date: Mon, 19 Nov 2001 15:31:36 -1000 (HST)
4944              Message-ID: <Pine.LNX.4.33.0111191530180.5914-100000@lapaki>           
4945      Branch: perl
4946            ! pod/perlfaq4.pod
4947 ____________________________________________________________________________
4948 [ 13112] By: jhi                                   on 2001/11/20  00:53:17
4949         Log: Subject: [PATCH perl.c] Extra diagnostics for -DP            
4950              From: Michael G Schwern <schwern@pobox.com> 
4951              Date: Mon, 19 Nov 2001 19:53:12 -0500
4952              Message-ID: <20011119195311.I11883@blackrider>
4953      Branch: perl
4954            ! perl.c
4955 ____________________________________________________________________________
4956 [ 13111] By: jhi                                   on 2001/11/20  00:48:46
4957         Log: Subject: [PATCH: perl@13050] update of vms Makefile.SH analog
4958              From: PPrymmer@factset.com
4959              Date: Mon, 19 Nov 2001 17:08:59 -0500
4960              Message-ID: <OFE1F46859.B4E4C53A-ON85256B09.0078C420@55.25.11>
4961      Branch: perl
4962            ! vms/descrip_mms.template
4963 ____________________________________________________________________________
4964 [ 13110] By: jhi                                   on 2001/11/20  00:39:02
4965         Log: Create a per-interpeter debug scratchpad container
4966              and use that for the regexec debugging.
4967      Branch: perl
4968            ! embedvar.h intrpvar.h perl.c perl.h perlapi.h regexec.c
4969 ____________________________________________________________________________
4970 [ 13109] By: nick                                  on 2001/11/19  22:01:45
4971         Log: Use /proc/self/exe to set $^X on linux (or anywhere new
4972              Configure unit detects the feature).
4973      Branch: metaconfig/U/perl
4974            + procselfexe.U
4975      Branch: perlio
4976            ! Configure config_h.SH
4977 ____________________________________________________________________________
4978 [ 13108] By: nick                                  on 2001/11/19  20:39:17
4979         Log: Integrate mainline
4980      Branch: perlio
4981           +> t/op/or.t
4982           !> (integrate 44 files)
4983 ____________________________________________________________________________
4984 [ 13107] By: jhi                                   on 2001/11/19  20:22:36
4985         Log: sysseek tweak.
4986      Branch: perl
4987            ! pod/perlfunc.pod
4988 ____________________________________________________________________________
4989 [ 13106] By: jhi                                   on 2001/11/19  20:18:42
4990         Log: Move the sysio tests from io/utf8 to lib/open.
4991      Branch: perl
4992            ! lib/open.t t/io/utf8.t
4993 ____________________________________________________________________________
4994 [ 13105] By: nick                                  on 2001/11/19  20:15:39
4995         Log: Add a .package and a README to //depot/metaconfig
4996      Branch: metaconfig
4997            + .package README
4998 ____________________________________________________________________________
4999 [ 13104] By: jhi                                   on 2001/11/19  20:01:54
5000         Log: Thou shalt not mix stdio and sysio.
5001      Branch: perl
5002            ! t/io/utf8.t
5003 ____________________________________________________________________________
5004 [ 13103] By: jhi                                   on 2001/11/19  19:28:40
5005         Log: Update Changes.
5006      Branch: perl
5007            ! Changes patchlevel.h
5008 ____________________________________________________________________________
5009 [ 13102] By: jhi                                   on 2001/11/19  19:17:14
5010         Log: The runops_debug needs to be present always, otherwise
5011              places like AIX which need an explicit symbol export list
5012              will croak when trying to build Devel::Peek (which uses
5013              the runops_debug).
5014      Branch: perl
5015            ! makedef.pl
5016 ____________________________________________________________________________
5017 [ 13101] By: jhi                                   on 2001/11/19  19:06:48
5018         Log: Subject: [PATCH: perl@13050] VMS specific cleanup and strictness for tie_sdbm.t
5019              From: PPrymmer@factset.com 
5020              Date: Mon, 19 Nov 2001 11:34:22 -0500
5021              Message-ID: <OF8BFCD922.9F513397-ON85256B09.005AAA90@55.25.11>
5022      Branch: perl
5023            ! lib/Memoize/t/tie_sdbm.t
5024 ____________________________________________________________________________
5025 [ 13100] By: jhi                                   on 2001/11/19  18:57:11
5026         Log: Retract #13088: it seems that unless dump.c is extensively
5027              reorganized as to what symbols it shows, when, and to whom,
5028              we are stuck with having the dump.o symbols in the libperl
5029              and thusly in the main Perl binary.
5030      Branch: perl
5031            ! embedvar.h perlapi.h perlvars.h
5032 ____________________________________________________________________________
5033 [ 13099] By: jhi                                   on 2001/11/19  18:02:14
5034         Log: The _uni_display should not be in dump.c since they
5035              are used under normal operation (S_not_a_number()).
5036      Branch: perl
5037            ! dump.c embed.h embed.pl global.sym proto.h utf8.c
5038 ____________________________________________________________________________
5039 [ 13098] By: jhi                                   on 2001/11/19  17:37:26
5040         Log: Protect sv_dump() from being included unless DEBUGGING,
5041              as noticed by Ilya.
5042      Branch: perl
5043            ! sv.c
5044 ____________________________________________________________________________
5045 [ 13097] By: jhi                                   on 2001/11/19  15:11:41
5046         Log: Pending further investigation skip the tell() tests.
5047              The tell() is okay on Solaris, HP-UX and Tru64, but fails
5048              (by returning too much) in Linux.
5049      Branch: perl
5050            ! t/io/utf8.t
5051 ____________________________________________________________________________
5052 [ 13096] By: jhi                                   on 2001/11/19  14:28:57
5053         Log: Retract #13082 until a better solution is found:
5054              statics break ithreads.
5055      Branch: perl
5056            ! regexec.c
5057 ____________________________________________________________________________
5058 [ 13095] By: jhi                                   on 2001/11/19  14:24:33
5059         Log: Figures 1 and 2 for UTF-8.
5060      Branch: perl
5061            ! pod/perlunicode.pod
5062 ____________________________________________________________________________
5063 [ 13094] By: jhi                                   on 2001/11/19  14:09:34
5064         Log: Subject: [PATCH] new warning "Useless use of sort in scalar context"
5065              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5066              Date: Mon, 19 Nov 2001 13:26:45 +0100                 
5067              Message-ID: <20011119132645.A15034@rafael>
5068      Branch: perl
5069            ! op.c pod/perldiag.pod t/lib/warnings/op
5070 ____________________________________________________________________________
5071 [ 13093] By: jhi                                   on 2001/11/19  14:07:20
5072         Log: Subject: [PATCH t/op/closure.t] A little extra debugging output
5073              From: Michael G Schwern <schwern@pobox.com> 
5074              Date: Mon, 19 Nov 2001 03:11:12 -0500                 
5075              Message-ID: <20011119031112.E786@blackrider>
5076      Branch: perl
5077            ! t/op/closure.t
5078 ____________________________________________________________________________
5079 [ 13092] By: jhi                                   on 2001/11/19  14:05:21
5080         Log: Subject: [PATCH MANIFEST t/op/or.t] Double FETCH test
5081              From: Michael G Schwern <schwern@pobox.com>
5082              Date: Mon, 19 Nov 2001 03:42:56 -0500
5083              Message-ID: <20011119034256.I786@blackrider>
5084      Branch: perl
5085            + t/op/or.t
5086            ! MANIFEST
5087 ____________________________________________________________________________
5088 [ 13091] By: jhi                                   on 2001/11/19  13:50:45
5089         Log: Subject: [PATCH] io_poll.t vms/test.com tweaks
5090              From: "Craig A. Berry" <craigberry@mac.com>
5091              Date: Sun, 18 Nov 2001 14:33:48 -0600
5092              Message-Id: <a05101001b81db38899ea@[172.16.52.1]>
5093      Branch: perl
5094            ! ext/IO/lib/IO/t/io_poll.t vms/test.com
5095 ____________________________________________________________________________
5096 [ 13090] By: jhi                                   on 2001/11/19  13:49:28
5097         Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
5098              From: Dave Rolsky <autarch@urth.org>
5099              Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST)
5100              Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
5101      Branch: perl
5102            ! lib/ExtUtils/Manifest.pm
5103 ____________________________________________________________________________
5104 [ 13089] By: jhi                                   on 2001/11/19  13:48:35
5105         Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
5106              From: Dave Rolsky <autarch@urth.org>
5107              Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST) 
5108              Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
5109      Branch: perl
5110            ! lib/ExtUtils/Install.pm
5111 ____________________________________________________________________________
5112 [ 13088] By: jhi                                   on 2001/11/19  13:44:49
5113         Log: The runops_dbg should not be needed.
5114      Branch: perl
5115            ! embedvar.h perlapi.h perlvars.h pod/perlapi.pod
5116 ____________________________________________________________________________
5117 [ 13087] By: jhi                                   on 2001/11/19  13:28:22
5118         Log: do_spawn() cleanup from Charles Lane.
5119      Branch: perl
5120            ! vms/vms.c
5121 ____________________________________________________________________________
5122 [ 13086] By: jhi                                   on 2001/11/19  13:22:26
5123         Log: Update the list of tests.
5124      Branch: perl
5125            ! t/lib/1_compile.t
5126 ____________________________________________________________________________
5127 [ 13085] By: jhi                                   on 2001/11/18  21:57:23
5128         Log: Subject: [PATCH t/lib/warnings/sv] Re: [ID 20011116.125] $a = undef; print "$a\n"; does not warn
5129              From: Michael G Schwern <schwern@pobox.com> 
5130              Date: Fri, 16 Nov 2001 17:37:04 -0500
5131              Message-ID: <20011116173703.L30160@blackrider>
5132      Branch: perl
5133            ! t/lib/warnings/sv
5134 ____________________________________________________________________________
5135 [ 13084] By: jhi                                   on 2001/11/18  21:38:50
5136         Log: FAQ sync.
5137      Branch: perl
5138            ! pod/perlfaq4.pod
5139 ____________________________________________________________________________
5140 [ 13083] By: jhi                                   on 2001/11/18  21:37:06
5141         Log: Integrate perlio; win32 sync.
5142      Branch: perl
5143           !> perlio.c win32/win32io.c
5144 ____________________________________________________________________________
5145 [ 13082] By: jhi                                   on 2001/11/18  19:13:06
5146         Log: (retracted by #13096)
5147              Debugging would be badly skewed by a malloc per regex dump.
5148      Branch: perl
5149            ! regexec.c
5150 ____________________________________________________________________________
5151 [ 13081] By: nick                                  on 2001/11/18  19:08:40
5152         Log: Win32 layer has a dup which needs to match new prototype.
5153      Branch: perlio
5154            ! win32/win32io.c
5155 ____________________________________________________________________________
5156 [ 13080] By: nick                                  on 2001/11/18  19:05:02
5157         Log: Wrong way to get stdio mode used.
5158      Branch: perlio
5159            ! perlio.c
5160 ____________________________________________________________________________
5161 [ 13079] By: jhi                                   on 2001/11/18  18:59:28
5162         Log: Retract #13048: that introduced a malloc() (through savepvn())
5163              to *every* m//, which killed the performance quite badly.
5164      Branch: perl
5165            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
5166 ____________________________________________________________________________
5167 [ 13078] By: jhi                                   on 2001/11/18  17:37:31
5168         Log: Pass 1 at perldelta.pod: sort the section contents
5169              together, drop all but the 5.7.2 known problems,
5170              leave the 5.7.1 security note since that's the
5171              fullest explanation (update the date on that).
5172      Branch: perl
5173            ! pod/perldelta.pod
5174 ____________________________________________________________________________
5175 [ 13077] By: jhi                                   on 2001/11/18  17:07:12
5176         Log: Retract 11635: close 20011113.110, reopen 20010809.028.
5177              
5178              Tiny problem in the test for 20011113.110: I hope
5179              'my $x= [("foo") x 1]' was never going to produce [qw(foo foo)] :-)
5180      Branch: perl
5181            ! pp.c t/op/repeat.t
5182 ____________________________________________________________________________
5183 [ 13076] By: jhi                                   on 2001/11/18  16:46:11
5184         Log: All of syswrite/send/sendto need to return character counts,
5185              and character counts from the offset, not the beginning of
5186              the scalar.
5187      Branch: perl
5188            ! pp_sys.c
5189 ____________________________________________________________________________
5190 [ 13075] By: jhi                                   on 2001/11/18  16:39:32
5191         Log: Integrate PerlIO: duping fixes.
5192      Branch: perl
5193           !> doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
5194           !> ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
5195           !> perliol.h sv.c
5196 ____________________________________________________________________________
5197 [ 13074] By: jhi                                   on 2001/11/18  16:34:29
5198         Log: syswrite() was still returning byte counts, not character counts.
5199      Branch: perl
5200            ! pp_sys.c t/io/utf8.t
5201 ____________________________________________________________________________
5202 [ 13073] By: jhi                                   on 2001/11/18  16:16:17
5203         Log: Add test for sysread().
5204      Branch: perl
5205            ! t/io/utf8.t
5206 ____________________________________________________________________________
5207 [ 13072] By: nick                                  on 2001/11/18  16:15:31
5208         Log: Allow dup'ing of PerlIO::Scalar etc.
5209      Branch: perlio
5210            ! doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
5211            ! ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
5212            ! perliol.h sv.c
5213 ____________________________________________________________________________
5214 [ 13071] By: jhi                                   on 2001/11/18  16:12:32
5215         Log: Prepend a null byte to the test set.
5216      Branch: perl
5217            ! t/io/utf8.t
5218 ____________________________________________________________________________
5219 [ 13070] By: jhi                                   on 2001/11/18  15:13:57
5220         Log: Document how "no utf8;" can become handy.
5221      Branch: perl
5222            ! lib/utf8.pm
5223 ____________________________________________________________________________
5224 [ 13069] By: jhi                                   on 2001/11/18  14:05:23
5225         Log: Integrate perlio; force the inclusion of the PL_runops_*
5226      Branch: perl
5227           !> embedvar.h hv.c perlapi.h perlvars.h pod/perlapi.pod
5228 ____________________________________________________________________________
5229 [ 13068] By: nick                                  on 2001/11/18  13:23:33
5230         Log: embed.pl generated changes I forgot to include
5231      Branch: perlio
5232            ! embedvar.h perlapi.h pod/perlapi.pod
5233 ____________________________________________________________________________
5234 [ 13067] By: nick                                  on 2001/11/18  12:50:19
5235         Log: Force inclusion of both Perl_runops_* in perl itself,
5236              so they are available for Peek.xs etc.
5237      Branch: perlio
5238            ! perlvars.h
5239 ____________________________________________________________________________
5240 [ 13066] By: nick                                  on 2001/11/18  11:00:34
5241         Log: Integrate mainline - a few Devel::Peak fails.
5242      Branch: perlio
5243           +> (branch 29 files)
5244            - ext/Thread/Thread.pm lib/Benchmark.t
5245            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
5246            - lib/Lingua/KO/Hangul/Util/README
5247            - lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Normalize.pm
5248            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
5249            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
5250            - vms/ext/vmsish.pm vms/ext/vmsish.t
5251            ! hv.c
5252           !> (integrate 389 files)
5253 ____________________________________________________________________________
5254 [ 13065] By: jhi                                   on 2001/11/18  01:22:25
5255         Log: Start working on perldelta.  This is not yet any sort of
5256              editing; just concatenating perl570delta, perl571delta,
5257              and perl572delta.  Any sorting not done, any duplicate
5258              removal not done, any removal or update of obsolete items
5259              not done, any changes since 5.7.2 not included.  So there.
5260      Branch: perl
5261            ! pod/perldelta.pod
5262 ____________________________________________________________________________
5263 [ 13064] By: jhi                                   on 2001/11/17  22:22:47
5264         Log: Banish "use utf8".
5265      Branch: perl
5266            ! pod/perlre.pod pod/perlretut.pod pod/perlunicode.pod
5267 ____________________________________________________________________________
5268 [ 13063] By: jhi                                   on 2001/11/17  17:53:38
5269         Log: Tweak from Charles Lane.
5270      Branch: perl
5271            ! vms/vms.c
5272 ____________________________________________________________________________
5273 [ 13062] By: jhi                                   on 2001/11/17  15:35:22
5274         Log: Integrate change #13058 from maintperl;
5275              change#12559 breaks things on Win9x because command.com doesn't
5276              grok dquotes at all; disable all the system() smarts for
5277              command.com
5278      Branch: perl
5279           !> win32/win32.c
5280 ____________________________________________________________________________
5281 [ 13061] By: ams                                   on 2001/11/17  13:46:11
5282         Log: Subject: [PATCH lib/Term/Cap.pm] Sync with CPAN version
5283              From: Jonathan Stowe <gellyfish@gellyfish.com>
5284              Date: Sat, 17 Nov 2001 14:05:02 +0000 (GMT)
5285              Message-Id: <Pine.LNX.4.33.0111171356190.13024-100000@orpheus.gellyfish.com>
5286      Branch: perl
5287            ! lib/Term/Cap.pm
5288 ____________________________________________________________________________
5289 [ 13060] By: ams                                   on 2001/11/17  09:49:10
5290         Log: Subject: [PATCH9 File/Find.pm doc nits
5291              From: Tels <perl_dummy@bloodgate.com>
5292              Date: Sat, 17 Nov 2001 11:41:51 +0100 (CET)
5293      Branch: perl
5294            ! lib/File/Find.pm
5295 ____________________________________________________________________________
5296 [ 13059] By: ams                                   on 2001/11/17  09:38:38
5297         Log: Subject: [PATCH] Benchmark.pm nit
5298              From: Tels <perl_dummy@bloodgate.com>
5299              Date: Sat, 17 Nov 2001 11:29:23 +0100 (CET)
5300      Branch: perl
5301            ! lib/Benchmark.pm
5302 ____________________________________________________________________________
5303 [ 13058] By: gsar                                  on 2001/11/17  03:50:49
5304         Log: change#12559 breaks things on Win9x because command.com doesn't
5305              grok dquotes at all; disable all the system() smarts for
5306              command.com
5307      Branch: maint-5.6/perl
5308            ! win32/win32.c
5309 ____________________________________________________________________________
5310 [ 13057] By: ams                                   on 2001/11/16  20:30:03
5311         Log: Subject: [PATCH] lib/Unicode/UCD.t @INC oddity
5312              From: Andy Dougherty <doughera@lafayette.edu>
5313              Date: Fri, 16 Nov 2001 16:28:45 -0500 (EST)
5314              Message-Id: <Pine.SOL.4.10.10111161625070.7245-100000@maxwell.phys.lafayette.edu>
5315      Branch: perl
5316            ! lib/Unicode/UCD.t
5317 ____________________________________________________________________________
5318 [ 13056] By: jhi                                   on 2001/11/16  19:18:21
5319         Log: Subject: [Patch Perl@13023] VMS system() warning
5320              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
5321              Date: Fri, 16 Nov 2001 15:20:11 EST
5322              Message-Id: <011116152009.39eb8@DUPHY4.Physics.Drexel.Edu>
5323      Branch: perl
5324            ! vms/vms.c
5325 ____________________________________________________________________________
5326 [ 13055] By: jhi                                   on 2001/11/16  19:03:39
5327         Log: It's neither-nor, and protect against the impossible.
5328      Branch: perl
5329            ! lib/Thread.pm
5330 ____________________________________________________________________________
5331 [ 13054] By: jhi                                   on 2001/11/16  18:37:30
5332         Log: 5005threads didn't work because $Thread::VERSION wasn't
5333              visible.  Oops.
5334      Branch: perl
5335            ! ext/Thread/Makefile.PL lib/Thread.pm
5336 ____________________________________________________________________________
5337 [ 13053] By: jhi                                   on 2001/11/16  17:08:15
5338         Log: Robustness against Linux using something else than gcc;
5339              based on
5340              
5341              Subject: [ID 20011116.124] perl 5.6.1 with Intel's icc on RedHat Linux 7.2
5342              From: Charles Randall <cfriv@yahoo.com>
5343              Date: Fri, 16 Nov 2001 09:31:57 -0800 (PST)
5344              Message-Id: <20011116173157.2322.qmail@web20904.mail.yahoo.com>
5345      Branch: perl
5346            ! ext/Errno/Errno_pm.PL
5347 ____________________________________________________________________________
5348 [ 13052] By: ams                                   on 2001/11/16  16:46:39
5349         Log: Subject: Re: [h.m.brand@hccnet.nl: Installman problems]
5350              From: Russ Allbery <rra@stanford.edu>
5351              Date: 16 Nov 2001 09:44:21 -0800
5352              Message-Id: <yln11mwqyy.fsf@windlord.stanford.edu>
5353      Branch: perl
5354            ! lib/Pod/ParseLink.pm
5355 ____________________________________________________________________________
5356 [ 13051] By: jhi                                   on 2001/11/16  15:26:41
5357         Log: Update perluniintro on the UTF-8 output matters
5358              (that -w will warn unless the stream is explicitly UTF-8-ified).
5359      Branch: perl
5360            ! pod/perluniintro.pod
5361 ____________________________________________________________________________
5362 [ 13050] By: jhi                                   on 2001/11/16  15:08:52
5363         Log: Adding new files to MANIFEST is nice.
5364      Branch: perl
5365            ! MANIFEST
5366 ____________________________________________________________________________
5367 [ 13049] By: jhi                                   on 2001/11/16  15:04:45
5368         Log: Update Changes.
5369      Branch: perl
5370            ! Changes patchlevel.h
5371 ____________________________________________________________________________
5372 [ 13048] By: jhi                                   on 2001/11/16  14:46:17
5373         Log: Subject: Re: [PATCH regcomp.[ch], regexp.h, pp_hot.c, t/op/re_tests] lazy $& and \Z fix
5374              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net> 
5375              Date: Wed, 14 Nov 2001 16:35:29 -0500 (EST) 
5376              Message-ID: <Pine.GSO.4.21.0111141634020.16649-100000@crusoe.crusoe.net>
5377      Branch: perl
5378            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
5379 ____________________________________________________________________________
5380 [ 13047] By: jhi                                   on 2001/11/16  14:37:32
5381         Log: Rename perlunintro to perluniintro; regen toc.
5382      Branch: perl
5383            + pod/perluniintro.pod
5384            - pod/perlunintro.pod
5385            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
5386 ____________________________________________________________________________
5387 [ 13046] By: jhi                                   on 2001/11/16  14:14:38
5388         Log: Document the negated lookeahead trick to emulate
5389              character class subtraction.
5390      Branch: perl
5391            ! pod/perlunicode.pod
5392 ____________________________________________________________________________
5393 [ 13045] By: jhi                                   on 2001/11/16  14:08:43
5394         Log: Subject: [PATCH perl@13023] Unicode General Category: Cn
5395              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
5396              Date: Fri, 16 Nov 2001 23:31:04 +0900
5397              Message-Id: <20011116232709.23CF.BQW10602@nifty.com>
5398              
5399              (with the tweak that Cntrl is not C, it's Cc)
5400      Branch: perl
5401            ! lib/unicore/In/163.pl lib/unicore/Is/C.pl lib/unicore/Is/Cn.pl
5402            ! lib/unicore/mktables
5403 ____________________________________________________________________________
5404 [ 13044] By: jhi                                   on 2001/11/16  13:42:44
5405         Log: Subject: [PATCH current] runtime runops switch
5406              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5407              Date: Fri, 16 Nov 2001 00:48:09 -0500
5408              Message-ID: <20011116004809.A934@math.ohio-state.edu>
5409      Branch: perl
5410            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.pm
5411            ! ext/Devel/Peek/Peek.xs perl.h pod/perlapi.pod
5412            ! pod/perlintern.pod proto.h run.c
5413 ____________________________________________________________________________
5414 [ 13043] By: jhi                                   on 2001/11/16  13:24:28
5415         Log: Further discourage old Thread code; tell how to tell
5416              the difference.
5417      Branch: perl
5418            ! lib/Thread.pm
5419 ____________________________________________________________________________
5420 [ 13042] By: jhi                                   on 2001/11/16  13:16:13
5421         Log: A missing return; from Charles Lane.
5422      Branch: perl
5423            ! vms/vms.c
5424 ____________________________________________________________________________
5425 [ 13041] By: ams                                   on 2001/11/16  12:11:14
5426         Log: Subject: [PATCH] Doc spellcheck + podcheck
5427              From: Autrijus Tang <autrijus@egb.elixus.org>
5428              Date: Thu, 15 Nov 2001 22:49:05 -0800
5429              Message-Id: <20011116064905.GA44092@egb.elixus.org>
5430              
5431              Subject: [PATCH] podcheck+spellcheck, the rest of the story
5432              From: Autrijus Tang <autrijus@egb.elixus.org>
5433              Date: Fri, 16 Nov 2001 00:42:20 -0800
5434              Message-Id: <20011116084220.GA44295@egb.elixus.org>
5435              
5436              Subject: Re: [PATCH] podcheck+spellcheck, the rest of the story
5437              From: Nicholas Clark <nick@ccl4.org>
5438              Date: Fri, 16 Nov 2001 10:32:01 +0000
5439              Message-Id: <20011116103200.F62891@plum.flirble.org>
5440              (Applied after suitable de-mangling.)
5441      Branch: perl
5442            ! README.aix README.dgux README.dos README.epoc README.hpux
5443            ! README.mint README.mpeix README.netware README.os2
5444            ! README.os390 README.plan9 README.qnx README.solaris
5445            ! README.threads doio.c pod/perl571delta.pod
5446            ! pod/perl572delta.pod pod/perlapi.pod pod/perlapio.pod
5447            ! pod/perldata.pod pod/perlebcdic.pod pod/perlfaq4.pod
5448            ! pod/perlfunc.pod pod/perlguts.pod pod/perlhack.pod
5449            ! pod/perliol.pod pod/perlpod.pod pod/perlpodspec.pod
5450            ! pod/perlrequick.pod pod/perlretut.pod pod/perltodo.pod
5451            ! pod/perlunicode.pod pod/perlvar.pod pp_ctl.c sharedsv.c
5452 ____________________________________________________________________________
5453 [ 13040] By: jhi                                   on 2001/11/16  04:48:16
5454         Log: Avoid redefinedness warning for now.
5455      Branch: perl
5456            ! lib/Thread.pm
5457 ____________________________________________________________________________
5458 [ 13039] By: jhi                                   on 2001/11/16  04:44:30
5459         Log: use strict.
5460      Branch: perl
5461            ! lib/Thread.pm
5462 ____________________________________________________________________________
5463 [ 13038] By: jhi                                   on 2001/11/16  04:40:19
5464         Log: Subject: [PATCH Perl@13023] subprocess command line size increase
5465              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) 
5466              Date: Thu, 15 Nov 2001 22:54:47 EST 
5467              Message-Id: <011115225352.2db1e@DUPHY4.Physics.Drexel.Edu>         
5468      Branch: perl
5469            ! vms/vms.c vms/vmspipe.com
5470 ____________________________________________________________________________
5471 [ 13037] By: jhi                                   on 2001/11/16  04:38:47
5472         Log: Subject: [PATCH lib/File/stat.t] Fix AIX Failure (was Re: Smoke 12998 /pro/3gl/CPAN/perl-current)
5473              From: "chromatic" <chromatic@rmci.net>
5474              Date: Thu, 15 Nov 2001 19:54:23 -0700
5475              Message-ID: <20011116030139.6821.qmail@onion.perl.org>
5476      Branch: perl
5477            ! lib/File/stat.t
5478 ____________________________________________________________________________
5479 [ 13036] By: jhi                                   on 2001/11/16  04:37:52
5480         Log: Make Thread a wrapper for both ithreads and 5005threads.
5481              Needs a lot of work and Arthur's eyeballing (and finishing
5482              few missing odds and ends of threads.pm).  Now Thread
5483              is an extension without its own .pm.
5484              
5485              If there are people who have experience working with
5486              either the 5005threads or the ithreads: cleaning up
5487              the documentation (Thread.pm, threads.pm, and perl*thrtut.pod),
5488              and porting the various Thread::* modules, like Thread::Queue,
5489              to work also with ithreads, is needed.
5490              
5491              Removed the 5005threads requirement from the 5005 tests
5492              for easier testing (not all of them work yet since
5493              they use the Thread::* modules that have not been made
5494              to work with ithreads).  Leave the 5005 tests named as
5495              *.tx so that they are not run by "make test".
5496      Branch: perl
5497            + lib/Thread.pm
5498            - ext/Thread/Thread.pm
5499            ! MANIFEST ext/Thread/Makefile.PL ext/Thread/create.tx
5500            ! ext/Thread/die.tx ext/Thread/die2.tx ext/Thread/io.tx
5501            ! ext/Thread/join.tx ext/Thread/join2.tx ext/Thread/list.tx
5502            ! ext/Thread/lock.tx ext/Thread/queue.tx ext/Thread/specific.tx
5503            ! ext/Thread/sync.tx ext/Thread/sync2.tx ext/Thread/unsync.tx
5504            ! ext/Thread/unsync2.tx ext/Thread/unsync3.tx
5505            ! ext/Thread/unsync4.tx ext/threads/threads.pm pod/perlfunc.pod
5506 ____________________________________________________________________________
5507 [ 13035] By: jhi                                   on 2001/11/16  03:30:38
5508         Log: $VERSION "a5" doesn't quite work.
5509      Branch: perl
5510            ! ext/B/Makefile.PL
5511 ____________________________________________________________________________
5512 [ 13034] By: jhi                                   on 2001/11/16  00:38:41
5513         Log: Add the fruits of Larry Shatzer's version verifying script.
5514              (There are some straddlers, but they will be fixed in the
5515              upcoming releases of the modules.)
5516      Branch: perl
5517            ! bytecode.pl ext/B/B.pm ext/B/B/Asmdata.pm ext/B/B/Bblock.pm
5518            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
5519            ! ext/B/B/Debug.pm ext/B/B/Disassembler.pm ext/B/B/Lint.pm
5520            ! ext/B/B/Showlex.pm ext/B/B/Stackobj.pm ext/B/B/Stash.pm
5521            ! ext/B/B/Terse.pm ext/B/B/Xref.pm ext/B/O.pm
5522            ! ext/Encode/Encode/Tcl.pm ext/Opcode/ops.pm
5523            ! ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
5524            ! ext/Thread/Thread/Signal.pm ext/Thread/Thread/Specific.pm
5525            ! lib/ExtUtils/MM_NW5.pm lib/Locale/Constants.pm lib/vmsish.pm
5526            ! os2/OS2/REXX/DLL/DLL.pm vms/ext/Filespec.pm win32/FindExt.pm
5527            ! wince/FindExt.pm
5528 ____________________________________________________________________________
5529 [ 13033] By: jhi                                   on 2001/11/16  00:37:36
5530         Log: Add Larry Shatzer's VERSION verifying script.
5531      Branch: perl
5532            + Porting/checkVERSION.pl
5533            ! MANIFEST Porting/pumpkin.pod
5534 ____________________________________________________________________________
5535 [ 13032] By: jhi                                   on 2001/11/16  00:09:31
5536         Log: Subject: [PATCH t/io/argv.t OR t/test.pl] runperl(), \n and stdin
5537              From: Michael G Schwern <schwern@pobox.com>
5538              Date: Thu, 15 Nov 2001 19:26:40 -0500
5539              Message-ID: <20011115192640.R31399@blackrider>
5540      Branch: perl
5541            ! t/test.pl
5542 ____________________________________________________________________________
5543 [ 13031] By: jhi                                   on 2001/11/15  23:18:19
5544         Log: Document the MY_CXT business; from Paul Marquess.
5545      Branch: perl
5546            ! pod/perlxs.pod
5547 ____________________________________________________________________________
5548 [ 13030] By: jhi                                   on 2001/11/15  22:03:46
5549         Log: VMSCMD synch attempt.
5550      Branch: perl
5551            ! vms/vms.c vms/vmsish.h
5552 ____________________________________________________________________________
5553 [ 13029] By: jhi                                   on 2001/11/15  21:35:36
5554         Log: Advise against -P as instructed by Schwern.
5555      Branch: perl
5556            ! pod/perlrun.pod
5557 ____________________________________________________________________________
5558 [ 13028] By: jhi                                   on 2001/11/15  21:21:29
5559         Log: Subject: [PATCH] v-strings as Objects Step 1
5560              From: John Peacock <jpeacock@rowman.com>
5561              Date: Thu, 15 Nov 2001 12:41:04 -0500
5562              Message-ID: <3BF3FE30.70D7EDCA@rowman.com>
5563      Branch: perl
5564            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h toke.c
5565            ! util.c
5566 ____________________________________________________________________________
5567 [ 13027] By: jhi                                   on 2001/11/15  21:16:57
5568         Log: Subject: [PATCH] -x  (was Re: [PATCH] new tests for command-line switches)
5569              From: Michael G Schwern <schwern@pobox.com>
5570              Date: Thu, 15 Nov 2001 12:47:59 -0500
5571              Message-ID: <20011115124759.E31399@blackrider>
5572      Branch: perl
5573            + t/run/switchx.aux t/run/switchx.t
5574            ! MANIFEST t/run/switches.t
5575 ____________________________________________________________________________
5576 [ 13026] By: jhi                                   on 2001/11/15  20:55:31
5577         Log: Upgrade to Getopt::Long 2.26_03.
5578      Branch: perl
5579            ! lib/Getopt/Long.pm
5580 ____________________________________________________________________________
5581 [ 13025] By: ams                                   on 2001/11/15  20:46:22
5582         Log: Subject: [PATCH vms/vms.c] VMSCMD missing
5583              From: Michael G Schwern <schwern@pobox.com>
5584              Date: Thu, 15 Nov 2001 16:24:11 -0500
5585              Message-Id: <20011115162411.M31399@blackrider>
5586      Branch: perl
5587            ! vms/vms.c
5588 ____________________________________________________________________________
5589 [ 13024] By: ams                                   on 2001/11/15  19:32:06
5590         Log: Subject: Re: [ID 20010713.001] use lib segmentation fault
5591              From: rspier@pobox.com (Robert Spier)
5592              Date: Thu, 15 Nov 2001 11:19:21 -0800
5593              Message-Id: <15348.5433.732364.963687@rls.cx>
5594      Branch: perl
5595            ! op.c
5596 ____________________________________________________________________________
5597 [ 13023] By: jhi                                   on 2001/11/15  15:35:48
5598         Log: Update Changes.
5599      Branch: perl
5600            ! Changes patchlevel.h
5601 ____________________________________________________________________________
5602 [ 13022] By: jhi                                   on 2001/11/15  15:11:37
5603         Log: Subject: [PATCH] new tests for command-line switches
5604              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5605              Date: Thu, 15 Nov 2001 17:00:30 +0100
5606              Message-ID: <20011115170030.A14193@rafael>
5607      Branch: perl
5608            + t/run/switches.t
5609            ! MANIFEST
5610 ____________________________________________________________________________
5611 [ 13021] By: jhi                                   on 2001/11/15  15:06:36
5612         Log: Upgrade to podlators 1.13.
5613      Branch: perl
5614            + lib/Pod/ParseLink.pm
5615            ! MANIFEST lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
5616            ! lib/Pod/Text/Color.pm lib/Pod/Text/Overstrike.pm
5617            ! lib/Pod/Text/Termcap.pm pod/pod2man.PL t/pod/lref.xr
5618            ! t/pod/pod2usage.xr t/pod/podselect.xr
5619 ____________________________________________________________________________
5620 [ 13020] By: jhi                                   on 2001/11/15  14:47:29
5621         Log: skip "might be used uninitialized".
5622      Branch: perl
5623            ! pp_sys.c
5624 ____________________________________________________________________________
5625 [ 13019] By: jhi                                   on 2001/11/15  14:35:55
5626         Log: Fix for "perlio bug in koi8-r encoding".  The problem
5627              seemed to be that binmode() always flushed the handle,
5628              which is not so good when switching encodings.  Fixed,
5629              added Matt Sergeant's testcase, documented in perlfunc/binmode,
5630              also added a pointer about disciplines to perlfunc/open,
5631              and in general cleaned up and reformatted the open entry.
5632      Branch: perl
5633            ! ext/PerlIO/t/encoding.t perlio.c pod/perlfunc.pod
5634 ____________________________________________________________________________
5635 [ 13018] By: jhi                                   on 2001/11/15  13:22:57
5636         Log: Subject: Re: [ID 20011114.118] chop and chomp bind too tightly
5637              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
5638              Date: 15 Nov 2001 08:57:06 -0000
5639              Message-Id: <slrn9v70s9.gqe.rgarciasuarez@rafael.kazibao.net>
5640              
5641              chop() and chomp() are not real list functions,
5642              so let's not have them overrideable.  (Casey will
5643              be confused since in #7071 he patched the other way.)
5644      Branch: perl
5645            ! pod/perlfunc.pod toke.c
5646 ____________________________________________________________________________
5647 [ 13017] By: ams                                   on 2001/11/15  12:56:49
5648         Log: Subject: [PATCH pod/perltrap.pod] Re: Strange syntax error with map
5649              From: Robin Barker <rmb1@cise.npl.co.uk>
5650              Date: Thu, 15 Nov 2001 13:48:34 GMT
5651              Message-Id: <200111151348.NAA01299@tempest.npl.co.uk>
5652              (Applied with tweaks.)
5653      Branch: perl
5654            ! pod/perltrap.pod
5655 ____________________________________________________________________________
5656 [ 13016] By: ams                                   on 2001/11/15  09:12:48
5657         Log: Subject: [DOC PATCH] mention Filter::cpp in perlrun
5658              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5659              Date: Thu, 15 Nov 2001 09:06:39 +0100
5660              Message-Id: <20011115090639.A13005@rafael>
5661      Branch: perl
5662            ! pod/perlrun.pod
5663 ____________________________________________________________________________
5664 [ 13015] By: jhi                                   on 2001/11/15  04:08:50
5665         Log: "link =" from utils.lst was being processed oddly.
5666      Branch: perl
5667            ! installman
5668 ____________________________________________________________________________
5669 [ 13014] By: ams                                   on 2001/11/15  02:52:52
5670         Log: Subject: [PATCH current] CreateTTY in -d
5671              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5672              Date: Wed, 14 Nov 2001 21:26:31 -0500
5673              Message-Id: <20011114212631.A25705@math.ohio-state.edu>
5674      Branch: perl
5675            ! lib/perl5db.pl
5676 ____________________________________________________________________________
5677 [ 13013] By: jhi                                   on 2001/11/15  00:46:07
5678         Log: Corify the Filter::Simple tests. 
5679      Branch: perl
5680            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter.t
5681            ! lib/Filter/Simple/t/filter_only.t
5682 ____________________________________________________________________________
5683 [ 13012] By: jhi                                   on 2001/11/15  00:42:25
5684         Log: Upgrade to Filter::Simple 0.70.
5685      Branch: perl
5686            + lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter_only.t
5687            + t/lib/FilterOnlyTest.pm
5688            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
5689            ! lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
5690            ! t/lib/FilterTest.pm
5691 ____________________________________________________________________________
5692 [ 13011] By: jhi                                   on 2001/11/14  22:38:31
5693         Log: Cleanliness inspired by Cygwin.
5694      Branch: perl
5695            ! Makefile.SH x2p/Makefile.SH
5696 ____________________________________________________________________________
5697 [ 13010] By: jhi                                   on 2001/11/14  22:30:59
5698         Log: Add perlunintro (formerly known as perlunitut); regen toc.
5699      Branch: perl
5700            + pod/perlunintro.pod
5701            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
5702 ____________________________________________________________________________
5703 [ 13009] By: jhi                                   on 2001/11/14  22:27:12
5704         Log: FAQ sync.
5705      Branch: perl
5706            ! pod/perlfaq6.pod
5707 ____________________________________________________________________________
5708 [ 13008] By: jhi                                   on 2001/11/14  22:16:06
5709         Log: Quieten pgcc 2.91.66 worries.
5710      Branch: perl
5711            ! gv.c pp_ctl.c utf8.c
5712 ____________________________________________________________________________
5713 [ 13007] By: jhi                                   on 2001/11/14  22:05:01
5714         Log: Upgrade to Switch 2.06.
5715      Branch: perl
5716            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
5717            ! lib/Switch/t/nested.t
5718 ____________________________________________________________________________
5719 [ 13006] By: jhi                                   on 2001/11/14  21:55:51
5720         Log: Upgrade to Attribute::Handlers 0.76.
5721      Branch: perl
5722            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
5723            ! lib/Attribute/Handlers/README
5724            ! lib/Attribute/Handlers/demo/Demo.pm
5725            ! lib/Attribute/Handlers/demo/Descriptions.pm
5726            ! lib/Attribute/Handlers/demo/MyClass.pm
5727            ! lib/Attribute/Handlers/demo/demo_cycle.pl
5728            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
5729            ! lib/Attribute/Handlers/t/multi.t
5730 ____________________________________________________________________________
5731 [ 13005] By: jhi                                   on 2001/11/14  21:53:22
5732         Log: Signedness nit.
5733      Branch: perl
5734            ! regexec.c
5735 ____________________________________________________________________________
5736 [ 13004] By: jhi                                   on 2001/11/14  21:24:39
5737         Log: VERSIONize.
5738      Branch: perl
5739            ! lib/File/Spec/Epoc.pm lib/PerlIO.pm lib/encoding.pm
5740            ! lib/integer.pm
5741 ____________________________________________________________________________
5742 [ 13003] By: jhi                                   on 2001/11/14  21:17:02
5743         Log: No pod in internal Net::FTP classes.
5744      Branch: perl
5745            ! pod/buildtoc.PL
5746 ____________________________________________________________________________
5747 [ 13002] By: jhi                                   on 2001/11/14  21:11:48
5748         Log: Subject: Re: [PATCH regexec.c] lookahead for REF, MINMOD, PLUS, CURLY* 
5749              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
5750              Date: Wed, 14 Nov 2001 09:59:31 -0500 (EST)
5751              Message-ID: <Pine.GSO.4.21.0111140958390.1124-100000@crusoe.crusoe.net>
5752      Branch: perl
5753            ! regexec.c
5754 ____________________________________________________________________________
5755 [ 13001] By: jhi                                   on 2001/11/14  21:09:48
5756         Log: test.pl tweaks from Rafael and Pudge (assuming I deciphered
5757              Pudge correctly).
5758      Branch: perl
5759            ! t/test.pl
5760 ____________________________________________________________________________
5761 [ 13000] By: jhi                                   on 2001/11/14  21:00:23
5762         Log: Add comments to mark where $^X is being handled.
5763      Branch: perl
5764            ! perl.c toke.c
5765 ____________________________________________________________________________
5766 [ 12999] By: jhi                                   on 2001/11/14  20:45:42
5767         Log: Subject: Re: Test [ID 25] [PATCH t/op/repeat.t] Cleanup and bug test
5768              From: Michael G Schwern <schwern@pobox.com>
5769              Date: Wed, 14 Nov 2001 16:38:25 -0500
5770              Message-ID: <20011114163825.D6519@blackrider>
5771      Branch: perl
5772            ! t/op/repeat.t
5773 ____________________________________________________________________________
5774 [ 12998] By: jhi                                   on 2001/11/14  20:22:06
5775         Log: Subject: [PATCH t/op/die_exit.t] Fwd: [craigberry@mac.com: die_exit.t]
5776              From: Michael G Schwern <schwern@pobox.com>
5777              Date: Wed, 14 Nov 2001 13:19:15 -0500
5778              Message-ID: <20011114131915.K5096@blackrider>
5779      Branch: perl
5780            ! t/op/die_exit.t
5781 ____________________________________________________________________________
5782 [ 12997] By: jhi                                   on 2001/11/14  19:36:57
5783         Log: Subject: Re: [PATCH] new version of runperl()
5784              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
5785              Date: Wed, 14 Nov 2001 15:39:12 EST
5786              Message-Id: <011114153711.30f96@DUPHY4.Physics.Drexel.Edu>
5787              
5788              "VMS $^X pipes etc" patch.
5789      Branch: perl
5790            ! vms/vms.c
5791 ____________________________________________________________________________
5792 [ 12996] By: jhi                                   on 2001/11/14  19:31:01
5793         Log: test.pl runperl() nits from Chris Nandor and Craig Berry,
5794              and add "verbose" option to show the final command.
5795      Branch: perl
5796            ! t/test.pl
5797 ____________________________________________________________________________
5798 [ 12995] By: jhi                                   on 2001/11/14  15:02:29
5799         Log: Goof in some of the comment fields of #12994.
5800      Branch: perl
5801            ! lib/unicore/In/0.pl lib/unicore/In/1.pl lib/unicore/In/2.pl
5802            ! lib/unicore/In/3.pl lib/unicore/In/4.pl lib/unicore/In/5.pl
5803            ! lib/unicore/In/6.pl lib/unicore/In/7.pl lib/unicore/In/8.pl
5804            ! lib/unicore/In/9.pl
5805 ____________________________________________________________________________
5806 [ 12994] By: jhi                                   on 2001/11/14  14:59:32
5807         Log: The First, Last ranges in the Unicode data weren't
5808              getting their general categories added properly;
5809              noticed by Jeffrey Friedl.
5810      Branch: perl
5811            ! lib/unicore/Category.pl lib/unicore/In/0.pl
5812            ! lib/unicore/In/1.pl lib/unicore/In/164.pl
5813            ! lib/unicore/In/169.pl lib/unicore/In/170.pl
5814            ! lib/unicore/In/2.pl lib/unicore/In/3.pl lib/unicore/In/4.pl
5815            ! lib/unicore/In/5.pl lib/unicore/In/6.pl lib/unicore/In/7.pl
5816            ! lib/unicore/In/8.pl lib/unicore/In/9.pl
5817            ! lib/unicore/Is/Alnum.pl lib/unicore/Is/Alpha.pl
5818            ! lib/unicore/Is/C.pl lib/unicore/Is/Cntrl.pl
5819            ! lib/unicore/Is/Co.pl lib/unicore/Is/Cs.pl
5820            ! lib/unicore/Is/Graph.pl lib/unicore/Is/L.pl
5821            ! lib/unicore/Is/Lo.pl lib/unicore/Is/Print.pl
5822            ! lib/unicore/Is/Word.pl lib/unicore/Name.pl
5823            ! lib/unicore/mktables
5824 ____________________________________________________________________________
5825 [ 12993] By: jhi                                   on 2001/11/14  13:54:20
5826         Log: Subject: [PATCH] new version of runperl()
5827              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5828              Date: Wed, 14 Nov 2001 12:23:01 +0100
5829              Message-ID: <20011114122301.A29384@rafael>
5830      Branch: perl
5831            ! t/io/argv.t t/test.pl
5832 ____________________________________________________________________________
5833 [ 12992] By: ams                                   on 2001/11/14  13:40:39
5834         Log: Subject: [PATCH perl.c] s/parse_perl/parse_body/
5835              From: Michael G Schwern <schwern@pobox.com>
5836              Date: Tue, 13 Nov 2001 23:17:54 -0500
5837              Message-Id: <20011113231754.S32567@blackrider>
5838      Branch: perl
5839            ! perl.c
5840 ____________________________________________________________________________
5841 [ 12991] By: jhi                                   on 2001/11/14  13:24:34
5842         Log: Subject: Re: [PATCH pod/perlapio.pod double-word fix]
5843              From: Philip Newton <Philip.Newton@gmx.net>
5844              Date: Wed, 14 Nov 2001 10:59:53 +0100
5845              Message-ID: <e6b4vt8mfasdv0vlm1tqggqhtjbpchvpmg@4ax.com>
5846              
5847              plus a lot of paragraph reformatting because of long lines.
5848      Branch: perl
5849            ! pod/perlapio.pod
5850 ____________________________________________________________________________
5851 [ 12990] By: jhi                                   on 2001/11/14  13:19:19
5852         Log: A bool is not a pointer.
5853      Branch: perl
5854            ! pp_sys.c
5855 ____________________________________________________________________________
5856 [ 12989] By: jhi                                   on 2001/11/14  02:41:42
5857         Log: AUTHORS updates.
5858      Branch: perl
5859            ! AUTHORS
5860 ____________________________________________________________________________
5861 [ 12988] By: jhi                                   on 2001/11/14  02:18:44
5862         Log: There are several MIME RFCs.
5863      Branch: perl
5864            ! ext/Encode/Encode.pm
5865 ____________________________________________________________________________
5866 [ 12987] By: ams                                   on 2001/11/14  01:09:28
5867         Log: Subject: [PATCH t/op/groups.t vms/test.com] Simple little VMS fix
5868              From: Michael G Schwern <schwern@pobox.com>
5869              Date: Tue, 13 Nov 2001 20:59:13 -0500
5870              Message-Id: <20011113205913.H32567@blackrider>
5871      Branch: perl
5872            ! t/op/groups.t vms/test.com
5873 ____________________________________________________________________________
5874 [ 12986] By: ams                                   on 2001/11/14  01:07:06
5875         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sel.t vms/test.com] VMS fix
5876              From: Michael G Schwern <schwern@pobox.com>
5877              Date: Tue, 13 Nov 2001 20:51:34 -0500
5878              Message-Id: <20011113205134.F32567@blackrider>
5879      Branch: perl
5880            ! ext/IO/lib/IO/t/io_sel.t vms/test.com
5881 ____________________________________________________________________________
5882 [ 12985] By: ams                                   on 2001/11/14  00:43:59
5883         Log: Subject: [PATCH pod/perlport.pod] Re: select() broken under VMS?
5884              From: Michael G Schwern <schwern@pobox.com>
5885              Date: Tue, 13 Nov 2001 20:38:42 -0500
5886              Message-Id: <20011113203842.E32567@blackrider>
5887      Branch: perl
5888            ! pod/perlport.pod
5889 ____________________________________________________________________________
5890 [ 12984] By: ams                                   on 2001/11/14  00:32:15
5891         Log: Subject: [PATCH ext/IO/lib/IO/t/*.t vms/test.com] VMS fixups for IO::* tests
5892              From: Michael G Schwern <schwern@pobox.com>
5893              Date: Tue, 13 Nov 2001 20:27:02 -0500
5894              Message-Id: <20011113202702.D32567@blackrider>
5895      Branch: perl
5896            ! ext/IO/lib/IO/t/io_const.t ext/IO/lib/IO/t/io_dir.t
5897            ! ext/IO/lib/IO/t/io_dup.t ext/IO/lib/IO/t/io_pipe.t
5898            ! ext/IO/lib/IO/t/io_sock.t ext/IO/lib/IO/t/io_unix.t
5899            ! ext/IO/lib/IO/t/io_xs.t vms/test.com
5900 ____________________________________________________________________________
5901 [ 12983] By: ams                                   on 2001/11/14  00:00:27
5902         Log: Subject: [PATCH pod/perlport.pod] s/socket/select/ typo
5903              From: Michael G Schwern <schwern@pobox.com>
5904              Date: Tue, 13 Nov 2001 19:51:59 -0500
5905              Message-Id: <20011113195159.B32567@blackrider>
5906      Branch: perl
5907            ! pod/perlport.pod
5908 ____________________________________________________________________________
5909 [ 12982] By: ams                                   on 2001/11/13  23:53:11
5910         Log: Subject: [PATCH pod/perlapio.pod double-word fix]
5911              From: Larry Shatzer <fugazi@zippy.zyx.net>
5912              Date: Tue, 13 Nov 2001 17:27:59 -0700
5913              Message-Id: <20011113172759.E27768@zippy.zyx.net>
5914      Branch: perl
5915            ! pod/perlapio.pod
5916 ____________________________________________________________________________
5917 [ 12981] By: jhi                                   on 2001/11/13  22:50:27
5918         Log: Fix for the :utf8 read() bug noticed by Matt Sergeant:
5919              "large enough" Unicode characters returned more than one
5920              as their "Unicode size".
5921      Branch: perl
5922            ! pp_sys.c t/io/utf8.t
5923 ____________________________________________________________________________
5924 [ 12980] By: ams                                   on 2001/11/13  19:32:33
5925         Log: Subject: [PATCH] vms/gen_shrfls.pl tweak
5926              From: "Craig A. Berry" <craigberry@mac.com>
5927              Date: Tue, 13 Nov 2001 14:33:25 -0600
5928              Message-Id: <5.1.0.14.2.20011113142319.01c3ad50@exchi01>
5929      Branch: perl
5930            ! vms/gen_shrfls.pl
5931 ____________________________________________________________________________
5932 [ 12979] By: jhi                                   on 2001/11/13  18:10:15
5933         Log: Subject: Minor patch to Encode.pm (detypo)
5934              From: "Philip Newton" <Philip.Newton@gmx.net>
5935              Date: Tue, 13 Nov 2001 20:11:01 +0100
5936              Message-ID: <20011113.200845@ID-11583.news.dfncis.de>
5937      Branch: perl
5938            ! ext/Encode/Encode.pm
5939 ____________________________________________________________________________
5940 [ 12978] By: jhi                                   on 2001/11/13  17:55:02
5941         Log: Evil tabulators.
5942      Branch: perl
5943            ! ext/Encode/Encode.pm
5944 ____________________________________________________________________________
5945 [ 12977] By: jhi                                   on 2001/11/13  17:52:17
5946         Log: Document the available encodings.
5947      Branch: perl
5948            ! ext/Encode/Encode.pm
5949 ____________________________________________________________________________
5950 [ 12976] By: ams                                   on 2001/11/13  17:14:07
5951         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
5952              From: Barrie Slaymaker <barries@slaysys.com>
5953              Date: Tue, 13 Nov 2001 12:41:36 -0500
5954              Message-Id: <20011113124133.C24305@sizzle.whoville.com>
5955      Branch: perl
5956            ! t/op/universal.t
5957 ____________________________________________________________________________
5958 [ 12975] By: ams                                   on 2001/11/13  16:24:21
5959         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
5960              From: Barrie Slaymaker <barries@slaysys.com>
5961              Date: Tue, 13 Nov 2001 10:56:20 -0500
5962              Message-Id: <20011113105620.B24192@sizzle.whoville.com>
5963              (Test applied with minor tweaks and ->isa("HASH") omission.)
5964      Branch: perl
5965            ! lib/UNIVERSAL.pm t/op/universal.t
5966 ____________________________________________________________________________
5967 [ 12974] By: ams                                   on 2001/11/13  15:46:07
5968         Log: Subject: [PATCH Benchmark.pm] docco tweaks
5969              From: Barrie Slaymaker <barries@slaysys.com>
5970              Date: Tue, 13 Nov 2001 11:34:45 -0500
5971              Message-Id: <20011113113442.B24305@sizzle.whoville.com>
5972      Branch: perl
5973            ! lib/Benchmark.pm
5974 ____________________________________________________________________________
5975 [ 12973] By: jhi                                   on 2001/11/13  13:42:40
5976         Log: Subject: [PATCH] Attack of the C loops, round 1
5977              From: Richard Soderberg <rs@oregonnet.com>
5978              Date: Mon, 12 Nov 2001 12:07:29 -0800
5979              Message-Id: <200111122007.MAA01994@oregonnet.com>
5980              
5981              Subject: [PATCH] bytecode.pl (tiny patch)
5982              From: Richard Soderberg <rs@oregonnet.com>
5983              Date: Mon, 12 Nov 2001 12:53:24 -0800
5984              Message-Id: <200111122053.MAA06272@oregonnet.com>
5985      Branch: perl
5986            ! bytecode.pl installhtml
5987 ____________________________________________________________________________
5988 [ 12972] By: jhi                                   on 2001/11/13  13:41:02
5989         Log: Subject: [PATCH] Update to Filter::Util::Call
5990              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
5991              Date: Sun, 11 Nov 2001 22:33:33 -0000
5992              Message-ID: <AIEAJICLCBDNAAOLLOKLAEKFDEAA.Paul_Marquess@Yahoo.co.uk>
5993              
5994              Use the new CXT* macros.
5995      Branch: perl
5996            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
5997 ____________________________________________________________________________
5998 [ 12971] By: jhi                                   on 2001/11/13  13:31:34
5999         Log: Subject: [PATCH vms/ext/vmsish.* vms/descrip_mms.template MANIFEST] Making vmsish.pm a no-op on non-VMS  
6000              From: Michael G Schwern <schwern@pobox.com>
6001              Date: Mon, 12 Nov 2001 20:50:34 -0500
6002              Message-ID: <20011112205034.H2888@blackrider>
6003      Branch: perl
6004            + lib/vmsish.pm lib/vmsish.t
6005            - vms/ext/vmsish.pm vms/ext/vmsish.t
6006            ! MANIFEST vms/descrip_mms.template
6007 ____________________________________________________________________________
6008 [ 12970] By: jhi                                   on 2001/11/13  13:09:23
6009         Log: :utf8 works only with perlio.
6010      Branch: perl
6011            ! lib/open.t
6012 ____________________________________________________________________________
6013 [ 12969] By: jhi                                   on 2001/11/13  13:03:36
6014         Log: Subject: Re: @Config -"des" not quite working on VMS
6015              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
6016              Date: Tue, 13 Nov 2001 08:35:13 EST 
6017              Message-Id: <011113083447.28742@DUPHY4.Physics.Drexel.Edu>
6018      Branch: perl
6019            ! configure.com
6020 ____________________________________________________________________________
6021 [ 12968] By: jhi                                   on 2001/11/13  12:59:11
6022         Log: Subject: [PATCH] lib/charnames.pm 
6023              From: Jeffrey Friedl <jfriedl@yahoo.com>
6024              Date: Tue, 13 Nov 2001 00:36:21 -0800 (PST) 
6025              Message-Id: <200111130836.fAD8aLG76010@ventrue.corp.yahoo.com>
6026      Branch: perl
6027            ! lib/charnames.pm
6028 ____________________________________________________________________________
6029 [ 12967] By: pudge                                 on 2001/11/13  05:44:13
6030         Log: Docs for Mac::err.
6031      Branch: maint-5.6/macperl
6032            ! macos/ext/Mac/err/err.pm
6033 ____________________________________________________________________________
6034 [ 12966] By: pudge                                 on 2001/11/13  05:43:58
6035         Log: Some cleanup; change some globals to references for
6036              possible persistence later.
6037      Branch: maint-5.6/macperl
6038            ! macos/lib/Mac/Glue.pm
6039 ____________________________________________________________________________
6040 [ 12965] By: pudge                                 on 2001/11/13  05:42:59
6041         Log: Add in a bunch of Mac OS 9 constants for Mac::Files.
6042      Branch: maint-5.6/macperl
6043            ! macos/ext/Mac/Files/Files.pm
6044 ____________________________________________________________________________
6045 [ 12964] By: pudge                                 on 2001/11/13  05:42:35
6046         Log: Get Mac::Navigation to compile (bug #464684).
6047      Branch: maint-5.6/macperl
6048            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
6049            ! macos/ext/Mac/Navigation/Makefile.PL
6050            ! macos/ext/Mac/Navigation/Navigation.xs
6051            ! macos/macperl/Makefile.mk
6052 ____________________________________________________________________________
6053 [ 12963] By: pudge                                 on 2001/11/13  05:41:12
6054         Log: Add in modules and POD to help menu.
6055      Branch: maint-5.6/macperl
6056            ! macos/macperl/MacPerl.podhelp
6057 ____________________________________________________________________________
6058 [ 12962] By: pudge                                 on 2001/11/13  05:28:18
6059         Log: Update bundled modules.
6060      Branch: maint-5.6/macperl
6061            + macos/bundled_ext/Filter/t/FilterTest.pm
6062            + macos/bundled_ext/List/Util/t/shuffle.t
6063            + macos/bundled_ext/Storable/t/compat06.t
6064            + macos/bundled_ext/Storable/t/st-dump.pl
6065            + macos/bundled_ext/Time/HiRes/hints/dynixptx.pl
6066            + macos/bundled_lib/blib/lib/LWP/ConnCache.pm
6067            + macos/bundled_lib/blib/lib/LWP/Protocol/http10.pm
6068            + macos/bundled_lib/blib/lib/LWP/Protocol/https10.pm
6069            + macos/bundled_lib/blib/lib/LWP/Protocol/nogo.pm
6070            + macos/bundled_lib/blib/lib/Net/HTTP/NB.pm
6071            + macos/bundled_lib/blib/lib/lwpcook.pod
6072            + macos/bundled_lib/t/Filter/Simple/filter.t
6073            + macos/bundled_lib/t/Switch/t/given.t
6074            + macos/bundled_lib/t/Switch/t/nested.t
6075            + macos/bundled_lib/t/Switch/t/switch.t
6076            + macos/bundled_lib/t/Text/Balanced/t/extbrk.t
6077            + macos/bundled_lib/t/Text/Balanced/t/extcbk.t
6078            + macos/bundled_lib/t/Text/Balanced/t/extdel.t
6079            + macos/bundled_lib/t/Text/Balanced/t/extmul.t
6080            + macos/bundled_lib/t/Text/Balanced/t/extqlk.t
6081            + macos/bundled_lib/t/Text/Balanced/t/exttag.t
6082            + macos/bundled_lib/t/Text/Balanced/t/extvar.t
6083            + macos/bundled_lib/t/Text/Balanced/t/gentag.t
6084            + macos/bundled_lib/t/URI/rfc2732.t
6085            + macos/bundled_lib/t/libnet/config.t
6086            + macos/bundled_lib/t/libnet/libnet_t.pl
6087            + macos/bundled_lib/t/libwww-perl/live/google.t
6088            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-b.t
6089            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-d.t
6090            + macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
6091            + macos/bundled_lib/t/libwww-perl/live/jigsaw-md5.t
6092            + macos/bundled_lib/t/libwww-perl/live/jigsaw-neg.t
6093            + macos/bundled_lib/t/libwww-perl/live/jigsaw-te.t
6094            + macos/bundled_lib/t/libwww-perl/live/validator.t
6095            - macos/bundled_ext/Filter/t/MyFilter.pm
6096            - macos/bundled_ext/Storable/t/compat-0.6.t
6097            - macos/bundled_ext/Storable/t/dump.pl
6098            - macos/bundled_ext/Time/Piece/Makefile.PL
6099            - macos/bundled_ext/Time/Piece/Piece.pm
6100            - macos/bundled_ext/Time/Piece/Piece.t
6101            - macos/bundled_ext/Time/Piece/Piece.xs
6102            - macos/bundled_ext/Time/Piece/README
6103            - macos/bundled_ext/Time/Piece/Seconds.pm
6104            - macos/bundled_lib/blib/lib/LWP/Protocol/http11.pm
6105            - macos/bundled_lib/blib/lib/Net/DummyInetd.pm
6106            - macos/bundled_lib/blib/lib/Net/PH.pm
6107            - macos/bundled_lib/blib/lib/Net/SNPP.pm
6108            - macos/bundled_lib/blib/lib/Text/Balanced.pod
6109            - macos/bundled_lib/t/Filter/Simple/test.pl
6110            - macos/bundled_lib/t/Switch/test.pl
6111            - macos/bundled_lib/t/Text/Balanced/t/genxt.t
6112            - macos/bundled_lib/t/Text/Balanced/t/xbrak.t
6113            - macos/bundled_lib/t/Text/Balanced/t/xcode.t
6114            - macos/bundled_lib/t/Text/Balanced/t/xdeli.t
6115            - macos/bundled_lib/t/Text/Balanced/t/xmult.t
6116            - macos/bundled_lib/t/Text/Balanced/t/xquot.t
6117            - macos/bundled_lib/t/Text/Balanced/t/xtagg.t
6118            - macos/bundled_lib/t/Text/Balanced/t/xvari.t
6119            - macos/bundled_lib/t/libnet/ph.t
6120            ! (edit 125 files)
6121 ____________________________________________________________________________
6122 [ 12961] By: ams                                   on 2001/11/13  00:45:08
6123         Log: Subject: [PATCH pod/perlport.pod] exit docs out of order
6124              From: Michael G Schwern <schwern@pobox.com>
6125              Date: Mon, 12 Nov 2001 20:16:45 -0500
6126              Message-Id: <20011112201644.G2888@blackrider>
6127      Branch: perl
6128            ! pod/perlport.pod
6129 ____________________________________________________________________________
6130 [ 12960] By: ams                                   on 2001/11/12  23:54:00
6131         Log: Subject: [PATCH t/io/dup.t ext/IO/lib/IO/t/io_dup.t vms/test.com]
6132              Recoving dup tests for VMS
6133              From: Michael G Schwern <schwern@pobox.com>
6134              Date: Mon, 12 Nov 2001 19:35:33 -0500
6135              Message-Id: <20011112193533.D2888@blackrider>
6136      Branch: perl
6137            ! ext/IO/lib/IO/t/io_dup.t t/io/dup.t vms/test.com
6138 ____________________________________________________________________________
6139 [ 12959] By: jhi                                   on 2001/11/12  20:23:59
6140         Log: Update Changes.
6141      Branch: perl
6142            ! Changes patchlevel.h
6143 ____________________________________________________________________________
6144 [ 12958] By: jhi                                   on 2001/11/12  16:33:01
6145         Log: Subject: [Patch Perl@12856] MULTIPLICITY on VMS                
6146              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)             
6147              Date: Mon, 12 Nov 2001 12:35:18 EST 
6148              Message-Id: <011112123409.27041@DUPHY4.Physics.Drexel.Edu>
6149      Branch: perl
6150            ! ext/Cwd/Cwd.xs perlio.c vms/ext/Stdio/Stdio.xs
6151            ! vms/gen_shrfls.pl vms/sockadapt.c vms/vms.c
6152 ____________________________________________________________________________
6153 [ 12957] By: jhi                                   on 2001/11/12  15:26:37
6154         Log: Subject: [PATCH File::Spec::Win32::abs2rel] remove volume from result
6155              From: Barrie Slaymaker <barries@slaysys.com>
6156              Date: Mon, 12 Nov 2001 11:19:52 -0500
6157              Message-ID: <20011112111948.C7626@sizzle.whoville.com>
6158      Branch: perl
6159            ! lib/File/Spec.t lib/File/Spec/Win32.pm
6160 ____________________________________________________________________________
6161 [ 12956] By: jhi                                   on 2001/11/12  15:23:48
6162         Log: Subject: [PATCH Benchmark.pm] Add "none" style to cmpthese(), alter result
6163              From: Barrie Slaymaker <barries@slaysys.com>
6164              Date: Mon, 12 Nov 2001 11:07:36 -0500
6165              Message-ID: <20011112110733.B7626@sizzle.whoville.com>
6166      Branch: perl
6167            ! lib/Benchmark.pm
6168 ____________________________________________________________________________
6169 [ 12955] By: jhi                                   on 2001/11/12  15:22:23
6170         Log: Misplaced test, noticed by Barrie Slaymaker.
6171              (We are missing Benchmark tests, then.)
6172      Branch: perl
6173            + ext/Devel/DProf/DProf.t
6174            - lib/Benchmark.t
6175            ! MANIFEST
6176 ____________________________________________________________________________
6177 [ 12954] By: jhi                                   on 2001/11/12  14:50:44
6178         Log: Subject: [PATCH] a few typo fixes 
6179              From: Jeffrey Friedl <jfriedl@yahoo.com>
6180              Date: Sun, 11 Nov 2001 21:15:18 -0800 (PST)
6181              Message-Id: <200111120515.fAC5FIc74795@ventrue.corp.yahoo.com>
6182              
6183              Patching README.foo instead of pod/perlfoo.pod,
6184              not patching Math::BigInt (Tels will take care of that),
6185              dropping broken hv.c and sv.h patches, patching libnetcfg.PL
6186              and perldoc.PL instead of libnetcfg and perldoc, patching
6187              ext/Digest/MD5/t/files.t since MD5.pm was changed.
6188      Branch: perl
6189            ! (edit 109 files)
6190 ____________________________________________________________________________
6191 [ 12953] By: jhi                                   on 2001/11/12  13:11:55
6192         Log: Add a note about the dangers of bad UTF-8.
6193      Branch: perl
6194            ! pod/perlunicode.pod
6195 ____________________________________________________________________________
6196 [ 12952] By: jhi                                   on 2001/11/12  12:54:52
6197         Log: NetWare Nit from Ananth Kesari.
6198      Branch: perl
6199            ! NetWare/config.wc
6200 ____________________________________________________________________________
6201 [ 12951] By: jhi                                   on 2001/11/12  12:32:13
6202         Log: Ooops.  I was "fixing" the wrong routine in #12947 and #12950.
6203      Branch: perl
6204            ! ext/Encode/Encode.pm
6205 ____________________________________________________________________________
6206 [ 12950] By: jhi                                   on 2001/11/12  12:14:53
6207         Log: (retracted by #12951)
6208      Branch: perl
6209            ! ext/Encode/Encode.pm
6210 ____________________________________________________________________________
6211 [ 12949] By: ams                                   on 2001/11/12  06:40:18
6212         Log: Subject: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
6213              From: Robert Spier <rspier@pobox.com>
6214              Date: Sun, 11 Nov 2001 18:50:18 -0800
6215              Message-Id: <15343.14570.121505.233336@rls.cx>
6216              
6217              Subject: Re: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
6218              From: Rick Delaney <rick.delaney@home.com>
6219              Date: 12 Nov 2001 00:15:52 -0500
6220              Message-Id: <m3wv0wmuwn.fsf@cs839290-a.mtth1.on.wave.home.com>
6221      Branch: perl
6222            ! pp_hot.c t/op/taint.t
6223 ____________________________________________________________________________
6224 [ 12948] By: jhi                                   on 2001/11/12  01:23:58
6225         Log: It seems that we actually have this detail implemented
6226              as for as Level 1 Support of Unicode regex support is
6227              concerned: at Level 1 only 1:1 support for loose
6228              (aka caseless, aka caseigoring ) matching is required.
6229      Branch: perl
6230            ! pod/perlunicode.pod
6231 ____________________________________________________________________________
6232 [ 12947] By: jhi                                   on 2001/11/11  21:41:44
6233         Log: (retracted by #12951)
6234      Branch: perl
6235            ! ext/Encode/Encode.pm
6236 ____________________________________________________________________________
6237 [ 12946] By: jhi                                   on 2001/11/11  21:09:31
6238         Log: BOM, bom, Bom.
6239      Branch: perl
6240            ! pod/perlunicode.pod
6241 ____________________________________________________________________________
6242 [ 12945] By: jhi                                   on 2001/11/11  21:07:18
6243         Log: Upgrade to Math::BigInt 1.46.
6244      Branch: perl
6245            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
6246            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
6247            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
6248            ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/mbimbf.t
6249            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
6250 ____________________________________________________________________________
6251 [ 12944] By: jhi                                   on 2001/11/11  18:52:22
6252         Log: Subject: Re: PERFORCE change 12943 for review
6253              From: "Philip Newton" <Philip.Newton@gmx.net>
6254              Date: Sun, 11 Nov 2001 20:53:36 +0100
6255              Message-ID: <20011111.204950@ID-11583.news.dfncis.de>           
6256      Branch: perl
6257            ! pod/perlunicode.pod
6258 ____________________________________________________________________________
6259 [ 12943] By: jhi                                   on 2001/11/11  18:00:03
6260         Log: Doc updates; make the Unicode discussions a little
6261              bit less alarming, and add information about encodings,
6262              surrogates, and BOMs.
6263      Branch: perl
6264            ! pod/perlunicode.pod
6265 ____________________________________________________________________________
6266 [ 12942] By: ams                                   on 2001/11/11  16:45:00
6267         Log: Subject: [PATCH @12917] Unicode::Collate v0.09
6268              From: =?ISO-2022-JP?B?GyRCRGdXIkNOOVQbKEI=?= <bqw10602@nifty.com>
6269              Date: Mon, 12 Nov 2001 00:22:57 +0900
6270              Message-Id: <20011112002232.BD46.BQW10602@nifty.com>
6271      Branch: perl
6272            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
6273            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
6274 ____________________________________________________________________________
6275 [ 12941] By: ams                                   on 2001/11/11  13:01:40
6276         Log: Subject: Re: PERFORCE change 12929 for review
6277              From: "Philip Newton" <Philip.Newton@gmx.net>
6278              Date: Sun, 11 Nov 2001 14:27:44 +0100
6279              Message-Id: <20011111.142505@ID-11583.news.dfncis.de>
6280      Branch: perl
6281            ! MANIFEST
6282 ____________________________________________________________________________
6283 [ 12940] By: ams                                   on 2001/11/11  05:06:43
6284         Log: Subject: [PATCH t/op/chdir.t] %ENV protection
6285              From: Michael G Schwern <schwern@pobox.com>
6286              Date: Thu, 8 Nov 2001 22:56:45 -0500
6287              Message-Id: <20011108225645.H5587@blackrider>
6288      Branch: perl
6289            ! t/op/chdir.t
6290 ____________________________________________________________________________
6291 [ 12939] By: ams                                   on 2001/11/11  05:01:00
6292         Log: Subject: [PATCH ext/Cwd/t/cwd.t] VMS fixage and cleanup
6293              From: Michael G Schwern <schwern@pobox.com>
6294              Date: Sun, 11 Nov 2001 00:54:43 -0500
6295              Message-Id: <20011111005443.A24450@blackrider>
6296      Branch: perl
6297            ! ext/Cwd/t/cwd.t
6298 ____________________________________________________________________________
6299 [ 12938] By: ams                                   on 2001/11/11  03:25:13
6300         Log: Subject: [PATCH lib/File/stat.pm lib/File/stat.t]
6301              (was Re: [ID 20011110.104] File::stat vs. $! conflict)
6302              From: "chromatic" <chromatic@rmci.net>
6303              Date: Sat, 10 Nov 2001 21:03:20 -0700
6304              Message-Id: <20011111041025.12984.qmail@onion.perl.org>
6305      Branch: perl
6306            ! lib/File/stat.pm lib/File/stat.t
6307 ____________________________________________________________________________
6308 [ 12937] By: ams                                   on 2001/11/11  02:05:23
6309         Log: Subject: Re: [PATCH] resurrect t/op/magic.t on VMS
6310              From: "Craig A. Berry" <craigberry@mac.com>
6311              Date: Sat, 10 Nov 2001 17:23:52 -0600
6312              Message-Id: <5.1.0.14.2.20011110171532.028bcaa8@mail.mac.com>
6313      Branch: perl
6314            ! t/op/magic.t
6315 ____________________________________________________________________________
6316 [ 12936] By: jhi                                   on 2001/11/10  18:55:21
6317         Log: Bah.  %X doesn't mean 0xC1, it means 0XC1.  So let's %x.
6318      Branch: perl
6319            ! lib/open.pm lib/open.t
6320 ____________________________________________________________________________
6321 [ 12935] By: jhi                                   on 2001/11/10  17:47:21
6322         Log: The Official name of ASCII.
6323      Branch: perl
6324            ! ext/Encode/Encode.pm
6325 ____________________________________________________________________________
6326 [ 12934] By: jhi                                   on 2001/11/10  17:44:27
6327         Log: The KOI8-R example wasn't quite right.
6328      Branch: perl
6329            ! lib/open.pm lib/open.t
6330 ____________________________________________________________________________
6331 [ 12933] By: jhi                                   on 2001/11/10  17:30:52
6332         Log: Enhance the open pragma to support :utf8, :locale,
6333              and :encoding directly as special cases, and rename
6334              the INOUT to IO.
6335      Branch: perl
6336            ! ext/Encode/Encode.pm lib/open.pm lib/open.t perlio.c
6337 ____________________________________________________________________________
6338 [ 12932] By: jhi                                   on 2001/11/10  15:15:29
6339         Log: Document the UTF-16 surrogate encoding and decoding.
6340      Branch: perl
6341            ! ext/Encode/Encode.pm
6342 ____________________________________________________________________________
6343 [ 12931] By: jhi                                   on 2001/11/10  15:05:56
6344         Log: A potential recursion breaker.
6345      Branch: perl
6346            ! sv.c
6347 ____________________________________________________________________________
6348 [ 12930] By: ams                                   on 2001/11/10  07:46:53
6349         Log: Subject: [PATCH] Add core switch to CGI.pm distribution tests
6350              (was Re: perl@12892)
6351              From: "chromatic" <chromatic@rmci.net>
6352              Date: Sat, 10 Nov 2001 01:28:09 -0700
6353              Message-Id: <20011110083514.86488.qmail@onion.perl.org>
6354      Branch: perl
6355            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
6356            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
6357            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
6358            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
6359 ____________________________________________________________________________
6360 [ 12929] By: jhi                                   on 2001/11/10  06:38:07
6361         Log: Add a test for the bytes pragma.
6362      Branch: perl
6363            + lib/bytes.t
6364            ! MANIFEST
6365 ____________________________________________________________________________
6366 [ 12928] By: jhi                                   on 2001/11/10  06:10:39
6367         Log: Doc update.
6368      Branch: perl
6369            ! lib/bytes.pm
6370 ____________________________________________________________________________
6371 [ 12927] By: jhi                                   on 2001/11/10  04:19:44
6372         Log: Cease to exist.
6373      Branch: perl
6374            - lib/Unicode/Normalize.pm
6375 ____________________________________________________________________________
6376 [ 12926] By: ams                                   on 2001/11/10  03:23:16
6377         Log: Subject: [patch] my_setenv speedup + fixes
6378              From: Doug MacEachern <dougm@covalent.net>
6379              Date: Fri, 9 Nov 2001 18:13:18 -0800 (PST)
6380              Message-Id: <Pine.LNX.4.21.0111091808500.22397-100000@localhost>
6381      Branch: perl
6382            ! util.c
6383 ____________________________________________________________________________
6384 [ 12925] By: jhi                                   on 2001/11/10  01:55:13
6385         Log: Newline trouble.
6386      Branch: perl
6387            ! lib/ExtUtils/Embed.t
6388 ____________________________________________________________________________
6389 [ 12924] By: jhi                                   on 2001/11/10  01:42:29
6390         Log: Subject: [PATCH perl@12917] vms/munchconfig.c line length fix
6391              From: "Craig A. Berry" <craigberry@mac.com>
6392              Date: Fri, 09 Nov 2001 18:13:16 -0600
6393              Message-Id: <5.1.0.14.2.20011109180651.02b31d20@exchi01>
6394      Branch: perl
6395            ! vms/munchconfig.c
6396 ____________________________________________________________________________
6397 [ 12923] By: jhi                                   on 2001/11/10  01:39:01
6398         Log: Subject: [PATCH] new tests for swiches -n -p -a -F
6399              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6400              Date: Sat, 10 Nov 2001 00:10:45 +0100
6401              Message-ID: <20011110001045.A11945@rafael>
6402      Branch: perl
6403            + t/run/noswitch.t t/run/switchF.t t/run/switcha.t
6404            + t/run/switchn.t t/run/switchp.t
6405            ! MANIFEST
6406 ____________________________________________________________________________
6407 [ 12922] By: jhi                                   on 2001/11/10  01:34:51
6408         Log: Subject: [PATCH] some tests not cleaning up properly               
6409              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
6410              Date: Fri, 9 Nov 2001 22:13:10 +0100
6411              Message-ID: <20011109221310.A11115@rafael>
6412      Branch: perl
6413            ! ext/Cwd/t/cwd.t t/io/argv.t
6414 ____________________________________________________________________________
6415 [ 12921] By: jhi                                   on 2001/11/10  01:32:52
6416         Log: Subject: [Patch Perl@12892] a *real* Embed test for VMS           
6417              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
6418              Date: Fri, 9 Nov 2001 15:07:19 EST
6419              Message-Id: <011109150622.16fb0@DUPHY4.Physics.Drexel.Edu>
6420      Branch: perl
6421            ! lib/ExtUtils/Embed.t
6422 ____________________________________________________________________________
6423 [ 12920] By: dougm                                 on 2001/11/10  00:34:50
6424         Log: when PERL_USE_SAFE_PUTENV is defined environ will not
6425              have been copied so it shouldn't be freed in perl_destruct()
6426      Branch: perl
6427            ! perl.c
6428 ____________________________________________________________________________
6429 [ 12919] By: ams                                   on 2001/11/09  15:36:22
6430         Log: Subject: [PATCH ext/Cwd/t/cwd.t] Cwd test not cleaning up after itself
6431              From: Michael G Schwern <schwern@pobox.com>
6432              Date: Fri, 9 Nov 2001 00:38:59 -0500
6433              Message-Id: <20011109003859.K5587@blackrider>
6434              (Applied with directory name changes suggested by Craig Berry.)
6435      Branch: perl
6436            ! ext/Cwd/t/cwd.t
6437 ____________________________________________________________________________
6438 [ 12918] By: ams                                   on 2001/11/09  15:29:15
6439         Log: Subject: [PATCH vms/ext/filespec.t] Cleanup & fix of unsafe filename
6440              From: Michael G Schwern <schwern@pobox.com>
6441              Date: Fri, 9 Nov 2001 01:44:14 -0500
6442              Message-Id: <20011109014414.N5587@blackrider>
6443      Branch: perl
6444            ! vms/ext/filespec.t
6445 ____________________________________________________________________________
6446 [ 12917] By: jhi                                   on 2001/11/09  14:39:14
6447         Log: Update Changes.
6448      Branch: perl
6449            ! Changes patchlevel.h
6450 ____________________________________________________________________________
6451 [ 12916] By: jhi                                   on 2001/11/09  14:33:39
6452         Log: Regen toc.
6453      Branch: perl
6454            ! pod/perltoc.pod
6455 ____________________________________________________________________________
6456 [ 12915] By: jhi                                   on 2001/11/09  14:08:30
6457         Log: JPL sync: CVSROOT=:pserver:anoncvs@as220.org:/home/cvsroot,
6458              see http://www.jepstone.net/bjepson//jpl/cvs.html
6459      Branch: perl
6460            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
6461 ____________________________________________________________________________
6462 [ 12914] By: ams                                   on 2001/11/09  14:05:12
6463         Log: Subject: [PATCH vms/test.com] VMS test.com running in wrong order?
6464              From: Michael G Schwern <schwern@pobox.com>
6465              Date: Thu, 8 Nov 2001 22:05:49 -0500
6466              Message-Id: <20011108220549.F5587@blackrider>
6467      Branch: perl
6468            ! vms/test.com
6469 ____________________________________________________________________________
6470 [ 12913] By: jhi                                   on 2001/11/09  13:54:23
6471         Log: NetWare update from Ananth Kesari.
6472      Branch: perl
6473            ! NetWare/Makefile NetWare/config_H.wc NetWare/nwstdio.h
6474 ____________________________________________________________________________
6475 [ 12912] By: ams                                   on 2001/11/09  13:40:26
6476         Log: Subject: [PATCH ID 20011109.100] #!perl -F...
6477              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6478              Date: Fri, 9 Nov 2001 14:32:28 +0100
6479              Message-Id: <20011109143228.A18996@rafael>
6480      Branch: perl
6481            ! perl.c
6482 ____________________________________________________________________________
6483 [ 12911] By: jhi                                   on 2001/11/09  13:37:01
6484         Log: FAQ sync.
6485      Branch: perl
6486            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
6487            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
6488            ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
6489 ____________________________________________________________________________
6490 [ 12910] By: ams                                   on 2001/11/09  07:33:49
6491         Log: Subject: [PATCH lib/File/Find/t/find.t] Helpful File::Find debugging code
6492              From: Michael G Schwern <schwern@pobox.com>
6493              Date: Fri, 9 Nov 2001 00:41:56 -0500
6494              Message-Id: <20011109004156.L5587@blackrider>
6495      Branch: perl
6496            ! lib/File/Find/t/find.t
6497 ____________________________________________________________________________
6498 [ 12909] By: jhi                                   on 2001/11/09  00:23:40
6499         Log: Upgrade to Unicode::Normalize 0.10, now in XS.
6500              The CPAN distribution has both pm and XS implementations,
6501              and for performance reasons we choose the XS.
6502              Another reason to choose the XS is that it doesn't
6503              require Lingua::KO::Hangul::Util, which means that
6504              we can delete that-- which in turn means that Unicode::UCD
6505              cannot expect that: support it, but don't expect.
6506              Ditto Unicode::Collate.
6507              
6508              Note that Unicode::Normalize Makefile.PL and
6509              Normalize.xs have been modified from the CPAN 0.10
6510              versions: the first one to be simpler (no pm) and
6511              clean up the generated unf*.h files, the second one
6512              to quench compiler grumblings.  Must notify Sadahiro
6513              about these changes.
6514      Branch: perl
6515            + ext/Unicode/Normalize/Changes
6516            + ext/Unicode/Normalize/Makefile.PL
6517            + ext/Unicode/Normalize/Normalize.pm
6518            + ext/Unicode/Normalize/Normalize.pod
6519            + ext/Unicode/Normalize/Normalize.xs
6520            + ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
6521            + ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
6522            + ext/Unicode/Normalize/t/test.t
6523            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
6524            - lib/Lingua/KO/Hangul/Util/README
6525            - lib/Lingua/KO/Hangul/Util/t/test.t
6526            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
6527            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
6528            ! MANIFEST NetWare/Makefile djgpp/config.over epoc/config.sh
6529            ! hints/uwin.sh hints/vmesa.sh lib/Unicode/Collate.pm
6530            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t win32/Makefile
6531            ! win32/makefile.mk
6532 ____________________________________________________________________________
6533 [ 12908] By: jhi                                   on 2001/11/08  23:49:42
6534         Log: Test miscounting.
6535      Branch: perl
6536            ! ext/POSIX/t/posix.t
6537 ____________________________________________________________________________
6538 [ 12907] By: jhi                                   on 2001/11/08  22:06:31
6539         Log: Quote the variables in failures messages more nicely.
6540      Branch: perl
6541            ! t/test.pl
6542 ____________________________________________________________________________
6543 [ 12906] By: jhi                                   on 2001/11/08  21:55:32
6544         Log: Subject: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
6545              From: Michael G Schwern <schwern@pobox.com>
6546              Date: Thu, 8 Nov 2001 17:24:49 -0500
6547              Message-ID: <20011108172449.A5587@blackrider>
6548              
6549              Subject: Re: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
6550              From: "Craig A. Berry" <craigberry@mac.com>
6551              Date: Thu, 8 Nov 2001 16:35:00 -0600
6552              Message-Id: <a05101000b810b89c5c5a@[172.16.52.1]>
6553      Branch: perl
6554            ! ext/POSIX/t/posix.t t/test.pl vms/test.com
6555 ____________________________________________________________________________
6556 [ 12905] By: jhi                                   on 2001/11/08  21:51:51
6557         Log: Subject: [PATCH] RE: Win2k / Cygwin-1.3.3
6558              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
6559              Date: Thu, 8 Nov 2001 22:52:50 -0000
6560              Message-ID: <AIEAJICLCBDNAAOLLOKLKEHNDEAA.Paul_Marquess@Yahoo.co.uk>
6561      Branch: perl
6562            ! ext/DB_File/t/db-recno.t
6563 ____________________________________________________________________________
6564 [ 12904] By: jhi                                   on 2001/11/08  21:49:20
6565         Log: Unicode::UCD is not yet supported in EBCDIC platforms.
6566              (Probably not an EBCDIC issue the way one would think
6567              since no chr() et alia are used in UCD.pm.)
6568      Branch: perl
6569            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
6570 ____________________________________________________________________________
6571 [ 12903] By: jhi                                   on 2001/11/08  15:16:49
6572         Log: Whether overwriting the $self->{...} values (see #12902)
6573              is a good policy or not is debatable, but let's at least
6574              be consistent.
6575      Branch: perl
6576            ! lib/ExtUtils/MM_Unix.pm
6577 ____________________________________________________________________________
6578 [ 12902] By: jhi                                   on 2001/11/08  15:13:15
6579         Log: The MakeMaker argument () quoting patch that sneaked
6580              in at #12883 didn't handle make macros like this $(...).
6581              Leaning toothpicks, we've got them.
6582      Branch: perl
6583            ! lib/ExtUtils/MM_Unix.pm
6584 ____________________________________________________________________________
6585 [ 12901] By: jhi                                   on 2001/11/08  14:28:38
6586         Log: Subject: Re: [PATCH t/io/argv.t vms/test.com t/test.pl] argv.t cleanup & fixes for VMS
6587              From: Michael G Schwern <schwern@pobox.com>
6588              Date: Wed, 7 Nov 2001 02:02:29 -0500
6589              Message-ID: <20011107020229.K2858@blackrider>
6590      Branch: perl
6591            ! t/io/argv.t t/test.pl vms/test.com
6592 ____________________________________________________________________________
6593 [ 12900] By: jhi                                   on 2001/11/08  14:14:40
6594         Log: Subject: [PATCH 20011106.084] -s on #! line 
6595              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6596              Date: Wed, 7 Nov 2001 22:23:39 +0100
6597              Message-ID: <20011107222339.E729@rafael>
6598      Branch: perl
6599            ! embed.h embed.pl perl.c proto.h toke.c
6600 ____________________________________________________________________________
6601 [ 12899] By: jhi                                   on 2001/11/08  13:46:02
6602         Log: Subject: [REPATCH] Re: [PATCH pod/perlhack.pod] When to use what test libraries
6603              From: Michael G Schwern <schwern@pobox.com>
6604              Date: Wed, 7 Nov 2001 16:52:49 -0500
6605              Message-ID: <20011107165249.I7346@blackrider>
6606      Branch: perl
6607            ! pod/perlhack.pod
6608 ____________________________________________________________________________
6609 [ 12898] By: ams                                   on 2001/11/08  13:02:19
6610         Log: Subject: Re: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
6611              From: Mark-Jason Dominus <mjd@plover.com>
6612              Date: Thu, 08 Nov 2001 08:59:02 -0500
6613              Message-Id: <20011108135902.2275.qmail@plover.com>
6614      Branch: perl
6615            ! INSTALL README README.amiga README.os2 README.vms
6616            ! lib/I18N/LangTags.pm lib/I18N/LangTags/README
6617            ! lib/Locale/Maketext/README win32/Makefile win32/makefile.mk
6618 ____________________________________________________________________________
6619 [ 12897] By: ams                                   on 2001/11/08  12:49:28
6620         Log: Subject: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
6621              From: mjd@plover.com
6622              Date: 8 Nov 2001 13:33:18 -0000
6623              Message-Id: <20011108133318.1786.qmail@plover.com>
6624      Branch: perl
6625            ! Porting/pumpkin.pod lib/Net/libnetFAQ.pod pod/perldiag.pod
6626            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
6627            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
6628            ! pod/perlfaq8.pod pod/perlfaq9.pod pod/perlmodinstall.pod
6629            ! pod/perlport.pod pod/perlvar.pod
6630 ____________________________________________________________________________
6631 [ 12896] By: ams                                   on 2001/11/08  11:22:12
6632         Log: open(FH, $file) should strip leading and trailing whitespace.
6633      Branch: perl
6634            ! doio.c
6635 ____________________________________________________________________________
6636 [ 12895] By: ams                                   on 2001/11/08  10:17:14
6637         Log: Subject: [PATCH] resurrect t/op/glob.t on VMS
6638              From: "Craig A. Berry" <craigberry@mac.com>
6639              Date: Wed, 07 Nov 2001 13:41:50 -0600
6640              Message-Id: <5.1.0.14.2.20011107133422.02419350@exchi01>
6641      Branch: perl
6642            ! t/op/glob.t
6643 ____________________________________________________________________________
6644 [ 12894] By: ams                                   on 2001/11/08  08:32:20
6645         Log: Subject: [ID 20011108.092] makedepend bug with new gcc
6646              From: Alexander Klimov <ask@wisdom.weizmann.ac.il>
6647              Date: Thu, 8 Nov 2001 10:00:29 +0200 (IST)
6648              Message-Id: <Pine.GSO.4.40.0111080952570.12110-100000@dardar.wisdom.weizmann.ac.il>
6649      Branch: perl
6650            ! makedepend.SH
6651 ____________________________________________________________________________
6652 [ 12893] By: ams                                   on 2001/11/08  08:26:31
6653         Log: Subject: bleadperl perldebug.pod: mention perldebtut.pod
6654              From: mjd@plover.com
6655              Date: 8 Nov 2001 08:08:07 -0000
6656              Message-Id: <20011108080807.30147.qmail@plover.com>
6657              
6658              Subject: bleadperl perl.pod
6659              From: mjd@plover.com
6660              Date: 8 Nov 2001 08:10:47 -0000
6661              Message-Id: <20011108081047.30178.qmail@plover.com>
6662              
6663              Subject: more bleadperl perl.pod
6664              From: mjd@plover.com
6665              Date: 8 Nov 2001 08:16:28 -0000
6666              Message-Id: <20011108081628.30229.qmail@plover.com>
6667      Branch: perl
6668            ! pod/perl.pod pod/perldebug.pod
6669 ____________________________________________________________________________
6670 [ 12892] By: jhi                                   on 2001/11/07  16:01:37
6671         Log: Tweak for Cray-friendliness from Nicholas Clark.
6672      Branch: perl
6673            ! sv.c
6674 ____________________________________________________________________________
6675 [ 12891] By: jhi                                   on 2001/11/07  15:54:24
6676         Log: VMS patch redo from Charles Lane.
6677      Branch: perl
6678            ! vms/gen_shrfls.pl
6679 ____________________________________________________________________________
6680 [ 12890] By: ams                                   on 2001/11/07  15:16:10
6681         Log: Subject: [ID 20011107.088] two perl pod nits
6682              From: lvirden@cas.org
6683              Date: Wed, 7 Nov 2001 11:09:34 -0500 (EST)
6684              Message-Id: <200111071609.fA7G9YW24607@lwv26awu.cas.org>
6685      Branch: perl
6686            ! pod/perl.pod pod/perlfaq3.pod
6687 ____________________________________________________________________________
6688 [ 12889] By: jhi                                   on 2001/11/07  15:07:18
6689         Log: Update Changes.
6690      Branch: perl
6691            ! Changes patchlevel.h
6692 ____________________________________________________________________________
6693 [ 12888] By: jhi                                   on 2001/11/07  14:26:42
6694         Log: The (emulated) "no utf8" must be in a BEGIN block
6695              to be effective.
6696      Branch: perl
6697            ! lib/CGI/t/html.t
6698 ____________________________________________________________________________
6699 [ 12887] By: jhi                                   on 2001/11/07  13:52:58
6700         Log: "v-strings" is the right term.
6701      Branch: perl
6702            ! pod/perltodo.pod
6703 ____________________________________________________________________________
6704 [ 12886] By: jhi                                   on 2001/11/07  13:48:36
6705         Log: Add vstrings-as-objects need to perltodo.
6706      Branch: perl
6707            ! pod/perltodo.pod
6708 ____________________________________________________________________________
6709 [ 12885] By: jhi                                   on 2001/11/07  13:43:33
6710         Log: Subject: Re: SunOS 5.8 is FUN! (and not quite ok, either) - @12876, gcc and suncc
6711              From: Nicholas Clark <nick@ccl4.org>
6712              Date: Wed, 7 Nov 2001 14:36:32 +0000
6713              Message-ID: <20011107143631.I24980@plum.flirble.org>
6714      Branch: perl
6715            ! t/op/pack.t
6716 ____________________________________________________________________________
6717 [ 12884] By: jhi                                   on 2001/11/07  13:34:44
6718         Log: The Embed test requires a major rewrite for VMS
6719              (plus it reveals a couple of annoying glitches
6720              in buffering), so skip the test for now; from
6721              Charles Lane.
6722      Branch: perl
6723            ! lib/ExtUtils/Embed.t
6724 ____________________________________________________________________________
6725 [ 12883] By: jhi                                   on 2001/11/07  13:33:16
6726         Log: Subject: [PATCH Perl@12856] vms/gen_shrfls.pl more general config.sh parsing
6727              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
6728              Date: Wed, 7 Nov 2001 09:23:28 EST
6729              Message-Id: <011107092325.11726@DUPHY4.Physics.Drexel.Edu>
6730              
6731              (Also i seems that an unrelated experimental patch
6732              to lib/ExtUtils/MM_Unix.pm was accidentally included.)
6733      Branch: perl
6734            ! lib/ExtUtils/MM_Unix.pm vms/gen_shrfls.pl
6735 ____________________________________________________________________________
6736 [ 12882] By: ams                                   on 2001/11/07  05:14:04
6737         Log: Subject: Re: [ID 20011106.083] $dbline[$i] == 0 generates warnings
6738              From: Mark-Jason Dominus <mjd@plover.com>
6739              Date: Wed, 07 Nov 2001 00:43:46 -0500
6740              Message-Id: <20011107054346.14428.qmail@plover.com>
6741      Branch: perl
6742            ! gv.c op.c toke.c
6743 ____________________________________________________________________________
6744 [ 12881] By: jhi                                   on 2001/11/07  03:33:08
6745         Log: Subject: [PATCH lib/perl5db.pl] Mentioning perldebguts   
6746              From: Michael G Schwern <schwern@pobox.com>             
6747              Date: Tue, 6 Nov 2001 22:04:39 -0500
6748              Message-ID: <20011106220439.D2858@blackrider>              
6749      Branch: perl
6750            ! lib/perl5db.pl
6751 ____________________________________________________________________________
6752 [ 12880] By: jhi                                   on 2001/11/07  01:35:30
6753         Log: Subject: [PATCH lib/Term/Cap.t] Sync CPAN version of tests (was Re: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under
6754              stress))
6755              From: Jonathan Stowe <gellyfish@gellyfish.com>
6756              Date: Tue, 6 Nov 2001 06:54:37 +0000 (GMT)
6757              Message-ID: <Pine.LNX.4.33.0111060651210.315-100000@orpheus.gellyfish.com>
6758              
6759              (except for one hunk where indentation differs)
6760      Branch: perl
6761            ! lib/Term/Cap.t
6762 ____________________________________________________________________________
6763 [ 12879] By: jhi                                   on 2001/11/07  01:22:40
6764         Log: Subject: [PATCH File::Spec::*] a bunch of untested patches
6765              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6766              Date: Tue, 6 Nov 2001 21:45:01 +0100
6767              Message-ID: <20011106214501.A704@rafael>
6768      Branch: perl
6769            ! lib/File/Spec/OS2.pm lib/File/Spec/VMS.pm
6770            ! lib/File/Spec/Win32.pm
6771 ____________________________________________________________________________
6772 [ 12878] By: jhi                                   on 2001/11/07  01:06:41
6773         Log: Subject: [PATCH t/test.pl] Adding isnt() and next_test() 
6774              From: Michael G Schwern <schwern@pobox.com>              
6775              Date: Tue, 6 Nov 2001 20:58:45 -0500
6776              Message-ID: <20011106205845.G29411@blackrider>
6777      Branch: perl
6778            ! t/test.pl
6779 ____________________________________________________________________________
6780 [ 12877] By: jhi                                   on 2001/11/07  01:01:18
6781         Log: Subject: making do_sprintf public       
6782              From: Doug MacEachern <dougm@covalent.net>    
6783              Date: Tue, 6 Nov 2001 10:52:31 -0800 (PST)
6784              Message-ID: <Pine.LNX.4.21.0111061051250.27804-100000@localhost>
6785      Branch: perl
6786            ! embed.h embed.pl global.sym
6787 ____________________________________________________________________________
6788 [ 12876] By: jhi                                   on 2001/11/06  22:12:28
6789         Log: Update to CGI.pm 2.78.
6790              
6791              TODO: the test suite needs to be merged so that
6792              when in core, the core version is tested, and when
6793              using the CPAN version, testing the CPAN version.
6794              (the changes need to be sent to Lincoln, too...)
6795      Branch: perl
6796            ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
6797            ! lib/CGI/Pretty.pm lib/CGI/Switch.pm lib/CGI/Util.pm
6798            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
6799            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
6800            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
6801            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
6802 ____________________________________________________________________________
6803 [ 12875] By: jhi                                   on 2001/11/06  22:10:03
6804         Log: Integrate with perlio; (strictly) readonly hashes via XS.
6805      Branch: perl
6806           +> t/lib/access.t
6807           !> MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
6808 ____________________________________________________________________________
6809 [ 12874] By: nick                                  on 2001/11/06  21:05:16
6810         Log: Keep It Simple and Stupid version of readonly hash support.
6811              - Test for SvREAONLY(hv) at a few spots in hv.c
6812              - add the error message to perldiag.pod
6813              - (dubious) add access::readonly() to univeral.c
6814              - add test using above
6815              - fixup ext/B/t/stash.t to account for access:: existing
6816      Branch: perlio
6817            + t/lib/access.t
6818            ! MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
6819 ____________________________________________________________________________
6820 [ 12873] By: jhi                                   on 2001/11/06  17:07:50
6821         Log: Fix incorrect warnings about broken globbing;
6822              from Andy Dougherty.
6823      Branch: perl
6824            ! hints/linux.sh
6825 ____________________________________________________________________________
6826 [ 12872] By: jhi                                   on 2001/11/06  15:18:41
6827         Log: More UTF-8 EXACT tweaking, plus a forgotten UTF-8 
6828              toggle-on from the encoding pragma.
6829      Branch: perl
6830            ! regcomp.c regexec.c
6831 ____________________________________________________________________________
6832 [ 12871] By: jhi                                   on 2001/11/06  13:19:46
6833         Log: Retract #12824, doesn't help and is ignored
6834              by Configure anyway.
6835      Branch: perl
6836            ! hints/beos.sh
6837 ____________________________________________________________________________
6838 [ 12870] By: ams                                   on 2001/11/06  10:40:37
6839         Log: Subject: Cosmetic change
6840              From: H.Merijn Brand <h.m.brand@hccnet.nl>
6841              Date: Tue, 06 Nov 2001 12:30:52 +0100
6842              Message-Id: <20011106122922.30FA.H.M.BRAND@hccnet.nl>
6843      Branch: perl
6844            ! README.hpux
6845 ____________________________________________________________________________
6846 [ 12869] By: nick                                  on 2001/11/06  08:26:40
6847         Log: Integrate mainline
6848      Branch: perlio
6849           !> ext/DB_File/DB_File.pm global.sym hints/os390.sh
6850           !> lib/encoding.pm lib/encoding.t proto.h regcomp.c regexec.c
6851 ____________________________________________________________________________
6852 [ 12868] By: jhi                                   on 2001/11/06  03:15:50
6853         Log: The parentheses are protected enough.
6854      Branch: perl
6855            ! hints/os390.sh
6856 ____________________________________________________________________________
6857 [ 12867] By: jhi                                   on 2001/11/06  03:13:50
6858         Log: ccflags, not ldflags.
6859      Branch: perl
6860            ! hints/os390.sh
6861 ____________________________________________________________________________
6862 [ 12866] By: jhi                                   on 2001/11/06  03:12:57
6863         Log: ... and the proto to go with #12865.
6864      Branch: perl
6865            ! proto.h
6866 ____________________________________________________________________________
6867 [ 12865] By: jhi                                   on 2001/11/06  03:11:12
6868         Log: Oops.  Luckily nothing was using this symbol yet.
6869      Branch: perl
6870            ! global.sym
6871 ____________________________________________________________________________
6872 [ 12864] By: jhi                                   on 2001/11/06  03:05:34
6873         Log: Implement the encoding pragma for regex literals.
6874      Branch: perl
6875            ! lib/encoding.pm lib/encoding.t regcomp.c regexec.c
6876 ____________________________________________________________________________
6877 [ 12863] By: jhi                                   on 2001/11/06  01:01:49
6878         Log: More UTF8 EXACT fixing.
6879      Branch: perl
6880            ! regexec.c
6881 ____________________________________________________________________________
6882 [ 12862] By: jhi                                   on 2001/11/06  00:05:19
6883         Log: More re debugging.
6884      Branch: perl
6885            ! regexec.c
6886 ____________________________________________________________________________
6887 [ 12861] By: jhi                                   on 2001/11/05  23:24:24
6888         Log: EXACT correction attempt.  Continued in #12863.
6889      Branch: perl
6890            ! regexec.c
6891 ____________________________________________________________________________
6892 [ 12860] By: jhi                                   on 2001/11/05  22:57:04
6893         Log: Unterminated L<.
6894      Branch: perl
6895            ! ext/DB_File/DB_File.pm
6896 ____________________________________________________________________________
6897 [ 12859] By: nick                                  on 2001/11/05  19:15:17
6898         Log: Integrate mainline
6899      Branch: perlio
6900           +> lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
6901           +> lib/Math/BigInt/t/Math/BigInt/Subclass.pm
6902           +> lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/sub_mbf.t
6903           +> lib/Math/BigInt/t/sub_mbi.t
6904            - lib/Math/BigInt/t/Math/Subclass.pm
6905            - lib/Math/BigInt/t/subclass.t
6906           !> (integrate 30 files)
6907 ____________________________________________________________________________
6908 [ 12858] By: jhi                                   on 2001/11/05  17:05:38
6909         Log: Regex debugging fixes from Hugo.
6910      Branch: perl
6911            ! regcomp.c regexec.c
6912 ____________________________________________________________________________
6913 [ 12857] By: jhi                                   on 2001/11/05  16:09:51
6914         Log: IRIX: at some point the cc -version has started
6915              to output to stderr, not stdout any more.
6916      Branch: perl
6917            ! hints/irix_6.sh
6918 ____________________________________________________________________________
6919 [ 12856] By: jhi                                   on 2001/11/05  15:27:45
6920         Log: Update Changes.
6921      Branch: perl
6922            ! Changes patchlevel.h
6923 ____________________________________________________________________________
6924 [ 12855] By: jhi                                   on 2001/11/05  15:21:13
6925         Log: The ${"\cTAINT"} raises the ire of 'use strict'.
6926      Branch: perl
6927            ! lib/File/Spec/Unix.pm
6928 ____________________________________________________________________________
6929 [ 12854] By: jhi                                   on 2001/11/05  15:16:24
6930         Log: Subject: Re: Tainted $ENV{TMPDIR} and File::Spec->tmpdir()
6931              From: rgarciasuarez@free.fr
6932              Date: Mon, 05 Nov 2001 17:10:29 +0100 (MET)            
6933              Message-ID: <1004976629.3be6b9f593085@imp3-1.free.fr>
6934      Branch: perl
6935            ! lib/File/Spec/Unix.pm
6936 ____________________________________________________________________________
6937 [ 12853] By: jhi                                   on 2001/11/05  14:54:37
6938         Log: Use config.arch in OS/390 where the combination of
6939              IEEE floats and ldflags is tricky.
6940      Branch: perl
6941            ! hints/os390.sh
6942 ____________________________________________________________________________
6943 [ 12852] By: jhi                                   on 2001/11/05  14:53:53
6944         Log: Metaconfig unit change for #12851.
6945      Branch: metaconfig
6946            ! U/modified/Config_sh.U
6947 ____________________________________________________________________________
6948 [ 12851] By: jhi                                   on 2001/11/05  14:53:14
6949         Log: Support a config.arch file, similar to config.over,
6950              but loaded just before it.
6951      Branch: perl
6952            ! Configure INSTALL
6953 ____________________________________________________________________________
6954 [ 12850] By: jhi                                   on 2001/11/05  13:34:25
6955         Log: Subject: [PATCH Symbol.{pm.t}] bugfixes 
6956              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6957              Date: Mon, 5 Nov 2001 14:26:24 +0100
6958              Message-ID: <20011105142624.C31977@rafael>
6959      Branch: perl
6960            ! lib/Symbol.pm lib/Symbol.t
6961 ____________________________________________________________________________
6962 [ 12849] By: jhi                                   on 2001/11/04  22:15:39
6963         Log: Subject: [PATCH] unbalanced parenthesis in pods                 
6964              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6965              Date: Sun, 4 Nov 2001 22:28:57 +0100
6966              Message-ID: <20011104222857.C696@rafael>
6967      Branch: perl
6968            ! pod/perldebug.pod pod/perlpodspec.pod
6969 ____________________________________________________________________________
6970 [ 12848] By: jhi                                   on 2001/11/04  22:11:24
6971         Log: The missing pieces from the Math::BigInt 1.45 puzzle.
6972      Branch: perl
6973            ! lib/Math/BigFloat.pm lib/Math/BigInt/t/bigintpm.t
6974 ____________________________________________________________________________
6975 [ 12847] By: jhi                                   on 2001/11/04  17:44:41
6976         Log: Math::Big* test tweaks to work better with core:
6977              but the coast still not clear.
6978      Branch: perl
6979            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
6980            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
6981 ____________________________________________________________________________
6982 [ 12846] By: jhi                                   on 2001/11/04  17:43:10
6983         Log: Protect against high load: measure how much wall
6984              clock time went by while sleeping.  Avoids some
6985              false negatives, while may introduce some false
6986              positives.  Life is hard.
6987      Branch: perl
6988            ! ext/Time/HiRes/HiRes.t
6989 ____________________________________________________________________________
6990 [ 12845] By: jhi                                   on 2001/11/04  17:29:40
6991         Log: More forgotten from #12843.
6992      Branch: perl
6993            ! lib/Math/BigInt/t/bigfltpm.inc
6994 ____________________________________________________________________________
6995 [ 12844] By: jhi                                   on 2001/11/04  17:19:13
6996         Log: Forgot from #12843.
6997      Branch: perl
6998            + lib/Math/BigInt/t/bigintpm.inc
6999            ! MANIFEST
7000 ____________________________________________________________________________
7001 [ 12843] By: jhi                                   on 2001/11/04  16:52:45
7002         Log: Upgrade to Math::BigInt 1.45; from Tels.
7003              NOTE: some of the tests are failing but that's because
7004              the core integration is not yet done.
7005      Branch: perl
7006            + lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
7007            + lib/Math/BigInt/t/Math/BigInt/Subclass.pm
7008            + lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
7009            - lib/Math/BigInt/t/Math/Subclass.pm
7010            - lib/Math/BigInt/t/subclass.t
7011            ! MANIFEST lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm
7012            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/calling.t
7013            ! lib/Math/BigInt/t/mbimbf.t
7014 ____________________________________________________________________________
7015 [ 12842] By: jhi                                   on 2001/11/04  16:45:02
7016         Log: VMS: adds capability to control more configuration stuff with
7017              -D and -U switches; parsing config.sh to extract previous config
7018              info in VMS-form, and a rewrite of the "prompt/response" routine;
7019              from Charles Lane.
7020      Branch: perl
7021            ! configure.com
7022 ____________________________________________________________________________
7023 [ 12841] By: jhi                                   on 2001/11/04  15:18:39
7024         Log: Subject: Typo correction in perldebguts.pod
7025              From: mjd@plover.com
7026              Date: 4 Nov 2001 16:20:05 -0000
7027              Message-ID: <20011104162005.16699.qmail@plover.com>
7028      Branch: perl
7029            ! pod/perldebguts.pod
7030 ____________________________________________________________________________
7031 [ 12840] By: jhi                                   on 2001/11/04  15:17:22
7032         Log: Subject: Re: Where are my 'O's? [+ 12836 smoke]
7033              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7034              Date: Sun, 4 Nov 2001 11:47:30 +0100
7035              Message-ID: <20011104114730.A715@rafael>
7036              
7037              Remove -T from the test, wrong place for that.
7038      Branch: perl
7039            ! lib/File/Temp/t/mktemp.t
7040 ____________________________________________________________________________
7041 [ 12839] By: jhi                                   on 2001/11/04  15:15:42
7042         Log: Subject: [REPATCH] Re: PerlIOBuf_dup
7043              From: Nicholas Clark <nick@ccl4.org>
7044              Date: Sun, 4 Nov 2001 10:41:24 +0000
7045              Message-ID: <20011104104123.U20123@plum.flirble.org>
7046      Branch: perl
7047            ! ext/Encode/Encode.xs ext/PerlIO/t/encoding.t perlio.c
7048 ____________________________________________________________________________
7049 [ 12838] By: jhi                                   on 2001/11/03  21:19:43
7050         Log: Subject: Re: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
7051              From: Michael G Schwern <schwern@pobox.com>
7052              Date: Sat, 3 Nov 2001 15:41:47 -0500
7053              Message-ID: <20011103154147.C600@blackrider>
7054      Branch: perl
7055            ! lib/Term/Cap.t
7056 ____________________________________________________________________________
7057 [ 12837] By: jhi                                   on 2001/11/03  21:14:34
7058         Log: Subject: [PATCH] stop unrestricted negativity in HiRes.t 
7059              From: "Craig A. Berry" <craigberry@mac.com>     
7060              Date: Sat, 03 Nov 2001 16:02:28 -0600
7061              Message-Id: <5.1.0.14.2.20011103155539.03e44c60@exchi01>
7062      Branch: perl
7063            ! ext/Time/HiRes/HiRes.t
7064 ____________________________________________________________________________
7065 [ 12836] By: jhi                                   on 2001/11/03  18:41:33
7066         Log: Subject: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
7067              From: "chromatic" <chromatic@rmci.net>
7068              Date: Sat, 03 Nov 2001 12:28:17 -0700
7069              Message-ID: <20011103193507.94848.qmail@onion.perl.org>
7070      Branch: perl
7071            ! lib/Term/Cap.t
7072 ____________________________________________________________________________
7073 [ 12835] By: jhi                                   on 2001/11/03  18:34:08
7074         Log: Don't bother doing POSIX charclass parsing if it
7075              possibly cannot be so.  Prepares way for charclass
7076              syntax like [[abc]||[def]] (or just [[abc][def]])
7077              for union, [[\w]&&[$a]] for intersection,
7078              and [[a-z]&&[^def]] for subtraction.
7079              
7080              Currently /[[a]/ (or /[a[]/) parses as a character
7081              class containing two characters, "[" and "a",
7082              this may have to be broken for the syntax described
7083              above, otherwise we would have to scan the whole pattern
7084              to find out whether the square brackets match pairwise.
7085              Luckily, the special case of "[" doesn't seem to be
7086              documented (as opposed to "]" and "-"), so we may have
7087              better story for breaking it...  One can always use \[
7088              if one wants a literal "[", so there.
7089      Branch: perl
7090            ! regcomp.c
7091 ____________________________________________________________________________
7092 [ 12834] By: jhi                                   on 2001/11/03  17:51:44
7093         Log: Comment correction.
7094      Branch: perl
7095            ! regcomp.c
7096 ____________________________________________________________________________
7097 [ 12833] By: jhi                                   on 2001/11/03  17:33:21
7098         Log: Add MakeMaker PREREQ_PRINT and PRINT_PREREQ targets.
7099              The latter is a RedHatism.
7100      Branch: perl
7101            ! lib/ExtUtils/MakeMaker.pm
7102 ____________________________________________________________________________
7103 [ 12832] By: jhi                                   on 2001/11/03  15:43:03
7104         Log: Integrate perlio.
7105      Branch: perl
7106           !> perlio.c
7107 ____________________________________________________________________________
7108 [ 12831] By: nick                                  on 2001/11/03  11:42:15
7109         Log: Integrate mainline
7110      Branch: perlio
7111           !> doio.c ext/DynaLoader/dl_mac.xs ext/Errno/Errno_pm.PL
7112           !> ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
7113           !> hints/beos.sh hints/darwin.sh perl.c perl.h perlio.c regexec.c
7114           !> sv.c t/test.pl
7115 ____________________________________________________________________________
7116 [ 12830] By: nick                                  on 2001/11/03  10:27:34
7117         Log: Fix clone_leak problem.
7118              PerlIOStdio_dup was leaking FILE * as it was still doing fdopen()
7119              as vestige of calling PerlLIO_dup().
7120      Branch: perlio
7121            ! perlio.c
7122 ____________________________________________________________________________
7123 [ 12829] By: nick                                  on 2001/11/03  09:40:46
7124         Log: Tweaks attempting to locate Doug's clone_leak leak.
7125              - add some PerlIO_debug()
7126              - handle PerlIO_clone() with empty lists (clone before Perl_parse())
7127              - Even if it closing stdout etc. do a fflush()
7128      Branch: perlio
7129            ! perlio.c
7130 ____________________________________________________________________________
7131 [ 12828] By: nick                                  on 2001/11/03  08:34:31
7132         Log: Integrate mainline
7133      Branch: perlio
7134           !> (integrate 54 files)
7135 ____________________________________________________________________________
7136 [ 12827] By: ams                                   on 2001/11/03  03:45:19
7137         Log: Ugly bandaid to stop C<package;> from segfaulting (remember to
7138              remove this later). Based on a patch from Robert Spier in
7139              <15330.61459.14452.795263@rls.cx>.
7140      Branch: perl
7141            ! sv.c
7142 ____________________________________________________________________________
7143 [ 12826] By: jhi                                   on 2001/11/02  23:56:00
7144         Log: microperl sync.
7145      Branch: perl
7146            ! doio.c perl.c perl.h perlio.c regexec.c
7147 ____________________________________________________________________________
7148 [ 12825] By: jhi                                   on 2001/11/02  23:20:03
7149         Log: Definitions for the Unicode Newline Guidelines.
7150      Branch: perl
7151            ! perl.h
7152 ____________________________________________________________________________
7153 [ 12824] By: jhi                                   on 2001/11/02  23:08:05
7154         Log: (retracted by #12871)
7155              
7156              There is no csh of any kind in default BeOS.
7157              For the purposes of miniperl globbing, bash
7158              will do.
7159      Branch: perl
7160            ! hints/beos.sh
7161 ____________________________________________________________________________
7162 [ 12823] By: jhi                                   on 2001/11/02  21:56:36
7163         Log: Integrate change #12820 from macperl to maint and blead;
7164              
7165              Fix up (dynaloading) to work properly with multiplicity
7166      Branch: maint-5.6/perl
7167           !> ext/DynaLoader/dl_mac.xs
7168      Branch: perl
7169           !> ext/DynaLoader/dl_mac.xs
7170 ____________________________________________________________________________
7171 [ 12822] By: pudge                                 on 2001/11/02  21:38:22
7172         Log: Several fixes for various exit problems and clearing out
7173              task queue, as well as another (incomplete) go at
7174              fixing error message handling
7175      Branch: maint-5.6/macperl
7176            ! macos/macish.c macos/macish.h macos/macperl/MPConsole.cp
7177 ____________________________________________________________________________
7178 [ 12821] By: pudge                                 on 2001/11/02  21:36:26
7179         Log: Add source files for bleadperl builds
7180      Branch: maint-5.6/macperl
7181            ! macos/Makefile.mk
7182 ____________________________________________________________________________
7183 [ 12820] By: pudge                                 on 2001/11/02  21:35:15
7184         Log: Fix up to work properly with multiplicity
7185      Branch: maint-5.6/macperl
7186            ! ext/DynaLoader/dl_mac.xs
7187 ____________________________________________________________________________
7188 [ 12819] By: pudge                                 on 2001/11/02  21:21:56
7189         Log: Integrate with maintperl.
7190      Branch: maint-5.6/macperl
7191           +> t/op/system.t t/op/system_tests
7192           !> MANIFEST Todo-5.6 ext/ODBM_File/ODBM_File.xs perl.h
7193           !> pod/perltodo.pod util.c win32/win32.c
7194 ____________________________________________________________________________
7195 [ 12818] By: jhi                                   on 2001/11/02  21:03:58
7196         Log: Locate _PATH_LOG if it's a socket even if not #defined
7197              (helps Tru64)  From Paul David Fardy <pdf@morgan.ucs.mun.ca>,
7198              via Nick Clark.
7199      Branch: perl
7200            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
7201 ____________________________________________________________________________
7202 [ 12817] By: jhi                                   on 2001/11/02  20:07:05
7203         Log: Subject: [PATCH t/test.pl] _expect and other little tweaks
7204              From: Michael G Schwern <schwern@pobox.com>
7205              Date: Fri, 2 Nov 2001 15:36:41 -0500
7206              Message-ID: <20011102153641.E23234@blackrider>
7207      Branch: perl
7208            ! t/test.pl
7209 ____________________________________________________________________________
7210 [ 12816] By: jhi                                   on 2001/11/02  17:53:00
7211         Log: Subject: [PATCH] patches for MacOS X 10.1 for perl 5.7.2
7212              From: merlyn@stonehenge.com (Randal L. Schwartz)
7213              Date: 02 Nov 2001 09:33:34 -0800
7214              Message-ID: <m1wv193wnl.fsf@halfdome.holdit.com>
7215              
7216              (two of the changes)
7217              
7218              Better coexistence with extensions.
7219      Branch: perl
7220            ! ext/Errno/Errno_pm.PL hints/darwin.sh
7221 ____________________________________________________________________________
7222 [ 12815] By: ams                                   on 2001/11/02  16:47:43
7223         Log: Subject: Re: [PATCH] the the double double word word fix fix
7224              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
7225              Date: Fri, 02 Nov 2001 19:43:07 +0100
7226              Message-Id: <3BE2E93B.627C198E@alcatel.at>
7227      Branch: perl
7228            ! pod/perldebug.pod
7229 ____________________________________________________________________________
7230 [ 12814] By: jhi                                   on 2001/11/02  15:24:10
7231         Log: Update Changes.
7232      Branch: perl
7233            ! Changes patchlevel.h
7234 ____________________________________________________________________________
7235 [ 12813] By: jhi                                   on 2001/11/02  15:19:35
7236         Log: More encoding testing.
7237      Branch: perl
7238            ! lib/encoding.pm lib/encoding.t
7239 ____________________________________________________________________________
7240 [ 12812] By: ams                                   on 2001/11/02  15:07:11
7241         Log: Slight modification of #12811.
7242      Branch: perl
7243            ! op.c
7244 ____________________________________________________________________________
7245 [ 12811] By: jhi                                   on 2001/11/02  14:58:13
7246         Log: Subject: Re: [ID 20011101.069] \stat('.') gives "Attempt to free unreferenced scalar"
7247              From: Radu Greab <radu@netsoft.ro>
7248              Date: Fri, 2 Nov 2001 15:28:58 +0200
7249              Message-ID: <15330.40858.629851.468818@ix.netsoft.ro>
7250      Branch: perl
7251            ! op.c t/op/stat.t
7252 ____________________________________________________________________________
7253 [ 12810] By: jhi                                   on 2001/11/02  14:15:34
7254         Log: Subject: [PATCH] Re: Extra MakeMaker noise in lib/ExtUtils/Embed.t @12791
7255              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7256              Date: Thu, 1 Nov 2001 22:35:50 +0100
7257              Message-ID: <20011101223550.A10849@rafael>
7258      Branch: perl
7259            ! lib/ExtUtils/Embed.t
7260 ____________________________________________________________________________
7261 [ 12809] By: jhi                                   on 2001/11/02  14:10:05
7262         Log: Subject: [REPATCH] Re: [PATCH File::Find] use warnings::register
7263              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
7264              Date: 2 Nov 2001 14:48:51 -0000
7265              Message-Id: <slrn9u5cj6.liq.rgarciasuarez@rafael.kazibao.net> 
7266      Branch: perl
7267            ! lib/File/Find.pm
7268 ____________________________________________________________________________
7269 [ 12808] By: jhi                                   on 2001/11/02  05:40:21
7270         Log: Add documentation.
7271      Branch: perl
7272            ! embed.pl pod/perlapi.pod utf8.c
7273 ____________________________________________________________________________
7274 [ 12807] By: jhi                                   on 2001/11/02  05:18:45
7275         Log: Unicode: add ToFold mapping.  Not used yet; but basically
7276              a more useful mapping for caseless aka case-ignoring than
7277              doing either lc($a) eq lc($b) or uc($a) eq uc($b); the full
7278              algorithm for creating the foldings uses equivalence classes,
7279              see http://www.unicode.org/unicode/reports/tr21/
7280              Hopefully this feature will be used in //i.
7281              (The folding tables were introduced by #12689.)
7282      Branch: perl
7283            ! embed.h embed.pl embedvar.h intrpvar.h perl.c perlapi.h sv.c
7284            ! utf8.c
7285 ____________________________________________________________________________
7286 [ 12806] By: jhi                                   on 2001/11/02  05:04:05
7287         Log: Subject: [PATCH] AutoSplit.t clean-up for VMS
7288              From: "Craig A. Berry" <craigberry@mac.com>
7289              Date: Fri, 02 Nov 2001 00:03:52 -0600
7290              Message-Id: <5.1.0.14.2.20011101235844.02cd4e50@exchi01>
7291      Branch: perl
7292            ! lib/AutoSplit.t
7293 ____________________________________________________________________________
7294 [ 12805] By: jhi                                   on 2001/11/02  04:17:04
7295         Log: Subject: Trivial doc patch
7296              From: andreas.koenig@anima.de (Andreas J. Koenig)
7297              Date: 02 Nov 2001 06:11:35 +0100
7298              Message-ID: <m37kt94v08.fsf@anima.de>
7299      Branch: perl
7300            ! pod/perlport.pod
7301 ____________________________________________________________________________
7302 [ 12804] By: jhi                                   on 2001/11/02  02:14:46
7303         Log: Make encoding and charnames pragmas coexist.
7304      Branch: perl
7305            ! lib/charnames.pm lib/encoding.pm lib/encoding.t
7306 ____________________________________________________________________________
7307 [ 12803] By: jhi                                   on 2001/11/02  01:26:53
7308         Log: The basic character classes seem to go untested with Unicode.
7309      Branch: perl
7310            ! t/op/pat.t
7311 ____________________________________________________________________________
7312 [ 12802] By: ams                                   on 2001/11/02  00:39:36
7313         Log: Subject: [PATCH] the the double double word word fix fix
7314              From: Richard Soderberg <rs@oregonnet.com>
7315              Date: Thu, 1 Nov 2001 13:12:03 -0800
7316              Message-Id: <200111012112.NAA23288@oregonnet.com>
7317              
7318              Subject: Re: [PATCH] the the double double word word fix fix
7319              From: Mark-Jason Dominus <mjd@plover.com>
7320              Date: Thu, 01 Nov 2001 16:43:40 -0500
7321              Message-Id: <20011101214340.2044.qmail@plover.com>
7322              
7323              Subject: Re: [PATCH] the the double double word word fix fix
7324              From: Mark-Jason Dominus <mjd@plover.com>
7325              Date: Thu, 01 Nov 2001 16:51:39 -0500
7326              Message-Id: <20011101215139.2196.qmail@plover.com>
7327      Branch: perl
7328            ! pod/perldebtut.pod pod/perldiag.pod pod/perlfaq3.pod
7329            ! pod/perlguts.pod pod/perlintro.pod pod/perliol.pod
7330            ! pod/perlmodlib.PL pod/perlmodstyle.pod pod/perlpodspec.pod
7331            ! pod/perlrequick.pod pod/perlretut.pod pod/perltoc.pod
7332            ! pod/perltodo.pod pod/perlxstut.pod
7333 ____________________________________________________________________________
7334 [ 12801] By: jhi                                   on 2001/11/01  14:27:51
7335         Log: Comment tweaks.
7336      Branch: perl
7337            ! toke.c
7338 ____________________________________________________________________________
7339 [ 12800] By: jhi                                   on 2001/11/01  14:06:04
7340         Log: FAQ sync.
7341      Branch: perl
7342            ! pod/perlfaq9.pod
7343 ____________________________________________________________________________
7344 [ 12799] By: jhi                                   on 2001/11/01  13:59:42
7345         Log: If an encoding is set by -M/-m, it must be in
7346              effect only for the actual script, not any other
7347              required/-M/-m'ed module, otherwise we enter a nasty
7348              recursion in regexec.c while trying to init the simple
7349              UTF-8 charclasses like PL_utf8_alnum.
7350      Branch: perl
7351            ! lib/encoding.pm pod/perlunicode.pod pp_ctl.c
7352 ____________________________________________________________________________
7353 [ 12798] By: jhi                                   on 2001/10/31  21:10:09
7354         Log: A bit more descriptive name.
7355      Branch: perl
7356            ! mg.c
7357 ____________________________________________________________________________
7358 [ 12797] By: jhi                                   on 2001/10/31  20:32:29
7359         Log: Subject: [PATCH Perl@12768] Time::Hires test fix
7360              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
7361              Date: Wed, 31 Oct 2001 13:47:04 EST
7362              Message-Id: <011031134626.1227@DUPHY4.Physics.Drexel.Edu>
7363      Branch: perl
7364            ! ext/Time/HiRes/HiRes.t
7365 ____________________________________________________________________________
7366 [ 12796] By: jhi                                   on 2001/10/31  20:31:20
7367         Log: Subject: [PATCH Perl@12768] make setting signal() persistent
7368              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
7369              Date: Wed, 31 Oct 2001 13:43:29 EST
7370              Message-Id: <011031134318.231c@DUPHY4.Physics.Drexel.Edu>
7371      Branch: perl
7372            ! mg.c
7373 ____________________________________________________________________________
7374 [ 12795] By: jhi                                   on 2001/10/31  20:29:37
7375         Log: Subject: [PATCH] Various test cleanups
7376              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7377              Date: Tue, 30 Oct 2001 21:56:26 +0100
7378              Message-ID: <20011030215626.A28503@rafael>
7379      Branch: perl
7380            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
7381            ! ext/DB_File/t/db-recno.t ext/Encode.t
7382 ____________________________________________________________________________
7383 [ 12794] By: jhi                                   on 2001/10/31  15:26:59
7384         Log: Update Changes.
7385      Branch: perl
7386            ! Changes patchlevel.h
7387 ____________________________________________________________________________
7388 [ 12793] By: jhi                                   on 2001/10/31  15:23:12
7389         Log: Subject: [PATCH] Data::Dumper opt. use B::Deparse for coderefs
7390              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>               
7391              Date: Wed, 31 Oct 2001 17:16:39 +0100
7392              Message-ID: <20011031171639.A32511@rafael>
7393      Branch: perl
7394            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/t/dumper.t
7395 ____________________________________________________________________________
7396 [ 12792] By: jhi                                   on 2001/10/31  15:20:01
7397         Log: Skip message nit.
7398      Branch: perl
7399            ! t/io/fs.t
7400 ____________________________________________________________________________
7401 [ 12791] By: jhi                                   on 2001/10/31  14:54:19
7402         Log: Subject: Re: [REPATCH] Re: [PATCH] Re: [ID 20011030.064] File::Temp tempdir(CLEANUP => 1) and -T on OpenBSD 2.9
7403              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
7404              Date: 31 Oct 2001 14:49:37 -0000
7405              Message-Id: <slrn9u03sk.hco.rgarciasuarez@rafael.kazibao.net> 
7406      Branch: perl
7407            ! lib/File/Path.pm lib/File/Path.t lib/File/Temp/t/mktemp.t
7408 ____________________________________________________________________________
7409 [ 12790] By: jhi                                   on 2001/10/31  14:44:33
7410         Log: Extend the effect of the encoding pragma to chr() and ord().
7411              
7412              TODO: regex literals, reentrancy problems with the utf8
7413              and charnames pragmas.
7414      Branch: perl
7415            ! lib/encoding.pm lib/encoding.t pod/perlfunc.pod pp.c sv.c
7416 ____________________________________________________________________________
7417 [ 12789] By: jhi                                   on 2001/10/31  13:25:02
7418         Log: Doc tweaks.
7419      Branch: perl
7420            ! lib/encoding.pm
7421 ____________________________________________________________________________
7422 [ 12788] By: nick                                  on 2001/10/31  08:59:56
7423         Log: Integrate mainline
7424      Branch: perlio
7425           +> lib/encoding.pm lib/encoding.t t/op/system.t t/op/system_tests
7426           !> (integrate 49 files)
7427 ____________________________________________________________________________
7428 [ 12787] By: jhi                                   on 2001/10/31  03:22:34
7429         Log: Forgot new proto.
7430      Branch: perl
7431            ! proto.h
7432 ____________________________________________________________________________
7433 [ 12786] By: jhi                                   on 2001/10/31  02:32:35
7434         Log: Clarification: use encoding cannot be used to
7435              change the default encoding of "your whole script";
7436              only the default encoding of the *data*.  Also, it
7437              seems that "use encoding" does not mix with "use utf8"
7438              (a coredumping recursion ensues).  Should not be a huge
7439              problem since "use utf8" is pretty marginal nowadays.
7440      Branch: perl
7441            ! ext/Encode/Encode.pm lib/encoding.pm pod/perlunicode.pod
7442 ____________________________________________________________________________
7443 [ 12785] By: jhi                                   on 2001/10/31  02:19:49
7444         Log: More documentation for the encode pragma.
7445      Branch: perl
7446            ! ext/Encode/Encode.pm lib/encoding.pm lib/open.pm
7447            ! pod/perlapi.pod pod/perlunicode.pod sv.c
7448 ____________________________________________________________________________
7449 [ 12784] By: jhi                                   on 2001/10/31  02:08:27
7450         Log: Thinko in #12783.
7451      Branch: perl
7452            ! sv.c
7453 ____________________________________________________________________________
7454 [ 12783] By: jhi                                   on 2001/10/31  02:04:22
7455         Log: Make sv_recode_to_utf8() a real API: the encoding
7456              is a parameter, instead of a global.  Document the
7457              PERL_ENCODING.
7458      Branch: perl
7459            ! embed.h embed.pl pod/perlapi.pod pod/perlrun.pod proto.h sv.c
7460            ! toke.c
7461 ____________________________________________________________________________
7462 [ 12782] By: jhi                                   on 2001/10/31  00:57:42
7463         Log: Enable -Mencoding=foobar also for string literals.
7464      Branch: perl
7465            ! embed.h embed.pl global.sym lib/encoding.pm lib/encoding.t
7466            ! pod/perlapi.pod proto.h sv.c toke.c
7467 ____________________________________________________________________________
7468 [ 12781] By: jhi                                   on 2001/10/30  17:06:39
7469         Log: Subject: Re: [PATCH] Re: DynaLoader problem on NCR SVR4 box
7470              From: Andy Dougherty <doughera@lafayette.edu>
7471              Date: Tue, 30 Oct 2001 12:44:27 -0500 (EST)
7472              Message-ID: <Pine.SOL.4.10.10110301241210.25351-100000@maxwell.phys.lafayette.edu>
7473      Branch: perl
7474            ! ext/POSIX/hints/svr4.pl
7475 ____________________________________________________________________________
7476 [ 12780] By: jhi                                   on 2001/10/30  14:54:12
7477         Log: Subject: RE: [PATCH h2xs] Use of static data in XS modules
7478              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
7479              Date: Mon, 29 Oct 2001 23:11:58 -0000
7480              Message-ID: <AIEAJICLCBDNAAOLLOKLMEJGDDAA.Paul_Marquess@Yahoo.co.uk>
7481              
7482              Add compat.h.
7483      Branch: perl
7484            ! lib/h2xs.t utils/h2xs.PL
7485 ____________________________________________________________________________
7486 [ 12779] By: jhi                                   on 2001/10/30  13:51:43
7487         Log: Subject: PerlIOBuf_dup
7488              From: Nicholas Clark <nick@ccl4.org>              
7489              Date: Mon, 29 Oct 2001 21:52:35 +0000             
7490              Message-ID: <20011029215235.K41204@plum.flirble.org>
7491              
7492              Add prototype.
7493      Branch: perl
7494            ! perliol.h
7495 ____________________________________________________________________________
7496 [ 12778] By: jhi                                   on 2001/10/30  13:49:51
7497         Log: Subject: [PATCH] Make malloc.c errors more useful
7498              From: Richard Soderberg <rs@oregonnet.com>
7499              Date: Mon, 29 Oct 2001 22:28:02 -0800
7500              Message-Id: <200110300628.WAA11025@oregonnet.com>
7501      Branch: perl
7502            ! malloc.c
7503 ____________________________________________________________________________
7504 [ 12777] By: jhi                                   on 2001/10/30  04:02:10
7505         Log: Retract #12776 - the bug 19990906.001 is still valid.
7506      Branch: perl
7507            ! t/run/kill_perl.t
7508 ____________________________________________________________________________
7509 [ 12776] By: jhi                                   on 2001/10/30  03:03:49
7510         Log: (Retracted by #12777)
7511              Subject: Perlbug 19990906.001 - segfault on long escaped quote regex
7512              From: Michael G Schwern <schwern@pobox.com> 
7513              Date: Mon, 29 Oct 2001 23:01:08 -0500
7514              Message-ID: <20011029230108.G18053@blackrider>
7515      Branch: perl
7516            ! t/run/kill_perl.t
7517 ____________________________________________________________________________
7518 [ 12775] By: jhi                                   on 2001/10/30  02:56:41
7519         Log: Comment nits.
7520      Branch: perl
7521            ! lib/encoding.t
7522 ____________________________________________________________________________
7523 [ 12774] By: gsar                                  on 2001/10/30  01:32:57
7524         Log: integrate change#12772 from mainline
7525              
7526              Subject: [PATCH] Mommy, what's a pointer cast?
7527      Branch: maint-5.6/perl
7528            ! perl.h
7529 ____________________________________________________________________________
7530 [ 12773] By: jhi                                   on 2001/10/30  01:19:32
7531         Log: Subject: [PATCH] Mommy, what's a pointer cast?
7532              From: Richard Soderberg <rs@oregonnet.com>
7533              Date: Mon, 29 Oct 2001 17:01:10 -0800
7534              Message-Id: <200110300101.RAA31561@oregonnet.com>
7535              
7536              (threads* parts)
7537      Branch: perl
7538            ! ext/threads/shared/shared.xs ext/threads/threads.xs
7539 ____________________________________________________________________________
7540 [ 12772] By: jhi                                   on 2001/10/30  01:19:13
7541         Log: Subject: [PATCH] Mommy, what's a pointer cast?
7542              From: Richard Soderberg <rs@oregonnet.com>
7543              Date: Mon, 29 Oct 2001 17:01:10 -0800
7544              Message-Id: <200110300101.RAA31561@oregonnet.com>
7545              
7546              (the perl.h part)
7547      Branch: perl
7548            ! perl.h
7549 ____________________________________________________________________________
7550 [ 12771] By: jhi                                   on 2001/10/30  01:17:21
7551         Log: Subject: [PATCH] OpenBSD likes signal.h 
7552              From: Richard Soderberg <rs@oregonnet.com>
7553              Date: Mon, 29 Oct 2001 17:00:31 -0800
7554              Message-Id: <200110300100.RAA31533@oregonnet.com>
7555      Branch: perl
7556            ! unixish.h
7557 ____________________________________________________________________________
7558 [ 12770] By: jhi                                   on 2001/10/30  01:10:24
7559         Log: Subject: [PATCH] RE: DB_File-1.79 on Cygwin 1.3.3
7560              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
7561              Date: Mon, 29 Oct 2001 23:04:23 -0000
7562              Message-ID: <AIEAJICLCBDNAAOLLOKLGEJGDDAA.Paul_Marquess@Yahoo.co.uk>
7563      Branch: perl
7564            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
7565            ! ext/DB_File/t/db-recno.t
7566 ____________________________________________________________________________
7567 [ 12769] By: jhi                                   on 2001/10/30  01:08:01
7568         Log: Subject: [PATCH perl@12718] HiRes.t tweaks
7569              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
7570              Date: Mon, 29 Oct 2001 12:34:07 -0600
7571              Message-Id: <5.1.0.14.2.20011029121906.035d7e00@exchi01>
7572      Branch: perl
7573            ! ext/Time/HiRes/HiRes.t
7574 ____________________________________________________________________________
7575 [ 12768] By: jhi                                   on 2001/10/29  15:10:04
7576         Log: Update Changes.
7577      Branch: perl
7578            ! Changes patchlevel.h
7579 ____________________________________________________________________________
7580 [ 12767] By: jhi                                   on 2001/10/29  14:49:28
7581         Log: AIX needs an explicit symbol export list.
7582      Branch: perl
7583            ! lib/ExtUtils/Embed.t
7584 ____________________________________________________________________________
7585 [ 12766] By: jhi                                   on 2001/10/29  14:08:21
7586         Log: The test (and the module) would require some
7587              quality hacking time to work on EBCDIC.  Based on
7588              the test results nothing seems to be majorly broken,
7589              the module just seems to have strange assumptions:
7590              got: ''\226\225\205'
7591              expected: ''one'
7592              The \226\225\205 being, of course, 'one', in EBCDIC.
7593      Branch: perl
7594            ! lib/Dumpvalue.t
7595 ____________________________________________________________________________
7596 [ 12765] By: jhi                                   on 2001/10/29  13:58:48
7597         Log: Mark the test known to be failing in EBCDIC.
7598      Branch: perl
7599            ! t/op/tr.t
7600 ____________________________________________________________________________
7601 [ 12764] By: jhi                                   on 2001/10/29  13:51:51
7602         Log: None of the libnet modules are going to work in
7603              EBCDIC without the Convert::EBCDIC.
7604      Branch: perl
7605            ! t/lib/1_compile.t
7606 ____________________________________________________________________________
7607 [ 12763] By: jhi                                   on 2001/10/29  13:45:39
7608         Log: Neither is 0xff illegal UTF-EBCDIC since it's the last C1.
7609      Branch: perl
7610            ! t/op/pack.t
7611 ____________________________________________________________________________
7612 [ 12762] By: jhi                                   on 2001/10/29  13:40:17
7613         Log: UTF-EBCDIC ain't UTF-8.
7614      Branch: perl
7615            ! t/op/pack.t
7616 ____________________________________________________________________________
7617 [ 12761] By: jhi                                   on 2001/10/29  13:35:35
7618         Log: In EBCDIC cannot test compile Net::Cmd without Convert::EBCDIC.
7619      Branch: perl
7620            ! t/lib/1_compile.t
7621 ____________________________________________________________________________
7622 [ 12760] By: jhi                                   on 2001/10/29  13:32:20
7623         Log: Let's not assume ASCII.
7624      Branch: perl
7625            ! t/op/lc.t
7626 ____________________________________________________________________________
7627 [ 12759] By: jhi                                   on 2001/10/29  13:24:54
7628         Log: Call the new perlio symbols differently.
7629      Branch: perl
7630            ! makedef.pl
7631 ____________________________________________________________________________
7632 [ 12758] By: jhi                                   on 2001/10/29  13:23:11
7633         Log: Don't expect ASCII ordering.
7634      Branch: perl
7635            ! lib/ExtUtils/Manifest.t
7636 ____________________________________________________________________________
7637 [ 12757] By: jhi                                   on 2001/10/29  13:13:09
7638         Log: Forgot from #12756.
7639      Branch: perl
7640            ! perlio.h
7641 ____________________________________________________________________________
7642 [ 12756] By: jhi                                   on 2001/10/29  13:12:41
7643         Log: BeOS tweaks:
7644              - fseeko and ftello can be found by Configure but
7645              we do not seem to have prototypes for them so
7646              let's make up some
7647              - BeOS didn't use to have real sockets (sockets as
7648              filedescriptors) but the BONE package is supposed
7649              to fix this.  I do not know how to detect BONEness,
7650              see hints/beos.sh for a spot that needs to fixed.
7651              - BeOS has O_TEXT != O_BINARY but has no setmode()
7652      Branch: perl
7653            ! hints/beos.sh perlio.c
7654 ____________________________________________________________________________
7655 [ 12755] By: sky                                   on 2001/10/29  12:56:12
7656         Log: Ugly fix to not die when a thread creator is holding locks.
7657      Branch: perl
7658            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
7659            ! ext/threads/threads.xs
7660 ____________________________________________________________________________
7661 [ 12754] By: jhi                                   on 2001/10/29  12:31:34
7662         Log: Integrate change #12752 from maintperl;
7663              
7664              croak(Nullch) wasn't printing the contents of ERRSV if there was
7665              no outer eval (bug in change#6125)
7666      Branch: perl
7667           !> util.c
7668 ____________________________________________________________________________
7669 [ 12753] By: jhi                                   on 2001/10/29  12:28:41
7670         Log: Subject: [PATCH h2xs] Use of static data in XS modules
7671              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
7672              Date: Sun, 28 Oct 2001 21:19:07 -0000
7673              Message-ID: <AIEAJICLCBDNAAOLLOKLIEHNDDAA.Paul_Marquess@Yahoo.co.uk>
7674              
7675              with nits from Sarathy.
7676      Branch: perl
7677            ! utils/h2xs.PL
7678 ____________________________________________________________________________
7679 [ 12752] By: gsar                                  on 2001/10/29  03:07:15
7680         Log: croak(Nullch) wasn't printing the contents of ERRSV if there was
7681              no outer eval (bug in change#6125)
7682      Branch: maint-5.6/perl
7683            ! util.c
7684 ____________________________________________________________________________
7685 [ 12751] By: jhi                                   on 2001/10/28  23:11:15
7686         Log: More todo for the encoding pragma.
7687      Branch: perl
7688            ! lib/encoding.pm
7689 ____________________________________________________________________________
7690 [ 12750] By: jhi                                   on 2001/10/28  22:55:24
7691         Log: Add the encoding pragma to control the "upgrade"
7692              from the native eight bit data to Unicode.
7693              
7694              TODO: \x.. and \0... literals.  \N{}.  chr()? ord()?
7695      Branch: perl
7696            + lib/encoding.pm lib/encoding.t
7697            ! MANIFEST embedvar.h gv.c intrpvar.h mg.c perlapi.h
7698            ! pod/perlunicode.pod pod/perlvar.pod sv.c
7699 ____________________________________________________________________________
7700 [ 12749] By: sky                                   on 2001/10/28  21:02:33
7701         Log: Update documentation.
7702      Branch: perl
7703            ! ext/threads/shared/shared.pm
7704 ____________________________________________________________________________
7705 [ 12748] By: jhi                                   on 2001/10/28  20:55:57
7706         Log: Integrate change #12747 from maintperl;
7707              
7708              finishing touches to system() fixes on windows:
7709              * detect cmd shell correctly even if it had full path in it
7710              * more quoting needed for single-arg system if the argument
7711              really had multiple quoted arguments within it
7712              * be smarter about not calling the shell when the executable
7713              has spaces, but otherwise does not need shell involvement
7714              * add a testsuite (windows-specific currently)
7715      Branch: perl
7716           +> t/op/system.t t/op/system_tests
7717            ! MANIFEST pod/perltodo.pod
7718           !> win32/win32.c
7719 ____________________________________________________________________________
7720 [ 12747] By: gsar                                  on 2001/10/28  18:33:23
7721         Log: finishing touches to system() fixes on windows:
7722              * detect cmd shell correctly even if it had full path in it
7723              * more quoting needed for single-arg system if the argument
7724              really had multiple quoted arguments within it
7725              * be smarter about not calling the shell when the executable
7726              has spaces, but otherwise does not need shell involvement
7727              * add a testsuite (windows-specific currently)
7728      Branch: maint-5.6/perl
7729            + t/op/system.t t/op/system_tests
7730            ! MANIFEST Todo-5.6 pod/perltodo.pod win32/win32.c
7731 ____________________________________________________________________________
7732 [ 12746] By: jhi                                   on 2001/10/28  16:34:35
7733         Log: Integrate perlio.
7734      Branch: perl
7735           !> ext/Time/HiRes/HiRes.xs lib/ExtUtils/Embed.t
7736 ____________________________________________________________________________
7737 [ 12745] By: nick                                  on 2001/10/28  16:08:14
7738         Log: Mingw32 fixup for Embed.t
7739      Branch: perlio
7740            ! lib/ExtUtils/Embed.t
7741 ____________________________________________________________________________
7742 [ 12744] By: nick                                  on 2001/10/28  15:54:14
7743         Log: GCC vs MS 64-bit constant syntax
7744      Branch: perlio
7745            ! ext/Time/HiRes/HiRes.xs
7746 ____________________________________________________________________________
7747 [ 12743] By: nick                                  on 2001/10/28  15:42:55
7748         Log: Integrate mainline
7749      Branch: perlio
7750           !> ext/threads/threads.pm lib/ExtUtils/Embed.t
7751 ____________________________________________________________________________
7752 [ 12742] By: sky                                   on 2001/10/28  14:47:10
7753         Log: Manpage updates.
7754      Branch: perl
7755            ! ext/threads/threads.pm
7756 ____________________________________________________________________________
7757 [ 12741] By: jhi                                   on 2001/10/28  14:39:55
7758         Log: Newline confusion: t/TEST sees an extra newline and gets huffy.
7759      Branch: perl
7760            ! lib/ExtUtils/Embed.t
7761 ____________________________________________________________________________
7762 [ 12740] By: nick                                  on 2001/10/28  14:14:24
7763         Log: Integrate mainline
7764      Branch: perlio
7765           !> lib/ExtUtils/Embed.t win32/win32.c
7766 ____________________________________________________________________________
7767 [ 12739] By: jhi                                   on 2001/10/28  14:06:58
7768         Log: Need to be ./executed.
7769      Branch: perl
7770            ! lib/ExtUtils/Embed.t
7771 ____________________________________________________________________________
7772 [ 12738] By: jhi                                   on 2001/10/28  14:03:58
7773         Log: Integrate perlio.
7774      Branch: perl
7775           !> perlio.c win32/win32.h
7776 ____________________________________________________________________________
7777 [ 12737] By: nick                                  on 2001/10/28  13:53:45
7778         Log: Tweak for build with Mingw32 - __attribute__((unused)) is not liked
7779              by gcc -xc++.
7780      Branch: perlio
7781            ! win32/win32.h
7782 ____________________________________________________________________________
7783 [ 12736] By: nick                                  on 2001/10/28  13:50:50
7784         Log: Have :stdio layer update an honour the fd refcnt table.
7785              Embed.t now passes with PERLIO=stdio as well (tested under ithreads)
7786      Branch: perlio
7787            ! perlio.c
7788 ____________________________________________________________________________
7789 [ 12735] By: jhi                                   on 2001/10/28  13:34:37
7790         Log: Integrate changes #12724 and #12725 from maintperl;
7791              multiarg system now works.
7792      Branch: perl
7793           !> win32/win32.c
7794 ____________________________________________________________________________
7795 [ 12734] By: jhi                                   on 2001/10/28  13:31:54
7796         Log: Integrate perlio.
7797      Branch: perl
7798           +> lib/ExtUtils/Embed.t
7799           !> MANIFEST perlio.c
7800 ____________________________________________________________________________
7801 [ 12733] By: nick                                  on 2001/10/28  13:07:16
7802         Log: Use fd refcounts to solve the problem highlighted by new Embed.t, at
7803              least for PERLIO=perlio unthreaded case
7804      Branch: perlio
7805            ! perlio.c
7806 ____________________________________________________________________________
7807 [ 12732] By: nick                                  on 2001/10/28  11:10:24
7808         Log: Typo in exe name
7809      Branch: perlio
7810            ! lib/ExtUtils/Embed.t
7811 ____________________________________________________________________________
7812 [ 12731] By: nick                                  on 2001/10/28  11:09:59
7813         Log: Integrate Mainline
7814      Branch: perlio
7815           !> Changes configure.com ext/DB_File/DB_File.pm
7816           !> ext/ODBM_File/ODBM_File.xs ext/Time/HiRes/HiRes.xs
7817           !> ext/threads/shared/shared.xs lib/ExtUtils/xsubpp
7818           !> lib/unicore/Is.pl lib/unicore/mktables makedef.pl op.h
7819           !> patchlevel.h perlio.c pod/perlapi.pod pod/perlfaq4.pod
7820           !> pod/perlhack.pod pod/perltoc.pod pod/perlunicode.pod sv.h
7821           !> t/TEST t/op/regexp.t win32/buildext.pl
7822 ____________________________________________________________________________
7823 [ 12730] By: nick                                  on 2001/10/28  11:05:35
7824         Log: Fixup Embed.t for Win32/VC++
7825      Branch: perlio
7826            ! lib/ExtUtils/Embed.t
7827 ____________________________________________________________________________
7828 [ 12729] By: nick                                  on 2001/10/28  09:36:20
7829         Log: Adapt testcase from Doug Maceachern <dougm@covalent.net> for perlio_destruct
7830              bug as lib/ExtUtils/Embed.t which tests that and some aspects of
7831              ExtUtils::Embed.
7832      Branch: perlio
7833            + lib/ExtUtils/Embed.t
7834            ! MANIFEST
7835 ____________________________________________________________________________
7836 [ 12728] By: sky                                   on 2001/10/28  08:12:53
7837         Log: Change #12726 changed require 5.002 to 5.0 somehow, I know I never changed that
7838              line manually!
7839      Branch: perl
7840            ! lib/ExtUtils/xsubpp
7841 ____________________________________________________________________________
7842 [ 12727] By: sky                                   on 2001/10/28  08:02:09
7843         Log: And here we use the prototypes.
7844      Branch: perl
7845            ! ext/threads/shared/shared.xs
7846 ____________________________________________________________________________
7847 [ 12726] By: sky                                   on 2001/10/28  08:00:48
7848         Log: Support [] style prototypes.
7849      Branch: perl
7850            ! lib/ExtUtils/xsubpp
7851 ____________________________________________________________________________
7852 [ 12725] By: gsar                                  on 2001/10/28  04:49:15
7853         Log: yet another multi-arg system() fix on windows: batch files as the
7854              first argument (i.e. directly executed by CreateProcess()) need
7855              extra quoting to escape shell-shock
7856      Branch: maint-5.6/perl
7857            ! win32/win32.c
7858 ____________________________________________________________________________
7859 [ 12724] By: gsar                                  on 2001/10/28  03:49:31
7860         Log: another multi-arg system() fix on windows: passing empty arguments
7861              now works
7862      Branch: maint-5.6/perl
7863            ! win32/win32.c
7864 ____________________________________________________________________________
7865 [ 12723] By: jhi                                   on 2001/10/28  03:32:32
7866         Log: Explicitly expect only 4 or 8 bytes of PTRSIZE.
7867              No final #else #error because we do not seem to
7868              be using #error?
7869      Branch: perl
7870            ! op.h
7871 ____________________________________________________________________________
7872 [ 12722] By: jhi                                   on 2001/10/28  02:41:04
7873         Log: Subject: [PATCH Perl@12647] Time::HiRes ualarm for VMS without one
7874              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)        
7875              Date: Sat, 27 Oct 2001 23:28:44 EST 
7876              Message-Id: <011027232650.19ae30@DUPHY4.Physics.Drexel.Edu>
7877      Branch: perl
7878            ! ext/Time/HiRes/HiRes.xs
7879 ____________________________________________________________________________
7880 [ 12721] By: jhi                                   on 2001/10/28  01:53:34
7881         Log: Regen perlapi, perltoc.
7882      Branch: perl
7883            ! pod/perlapi.pod pod/perltoc.pod
7884 ____________________________________________________________________________
7885 [ 12720] By: jhi                                   on 2001/10/28  01:30:04
7886         Log: Subject: [PATCH] sv.h documentation
7887              From: Tim Jenness <t.jenness@jach.hawaii.edu>              
7888              Date: Sat, 27 Oct 2001 15:27:41 -1000 (HST) 
7889              Message-ID: <Pine.LNX.4.33.0110271526270.24647-100000@lapaki>
7890      Branch: perl
7891            ! sv.h
7892 ____________________________________________________________________________
7893 [ 12719] By: gsar                                  on 2001/10/27  23:42:51
7894         Log: "nmake clean" fails to clean ext/... because buildext.pl calls
7895              system("nmake -nologo", "clean") and there is no executable
7896              called "nmake -nologo"; this used to "work" pre-change#12559 due
7897              to bugs in multiarg system() that have since been fixed
7898      Branch: perl
7899            ! win32/buildext.pl
7900 ____________________________________________________________________________
7901 [ 12718] By: jhi                                   on 2001/10/27  21:58:35
7902         Log: Update Changes.
7903      Branch: perl
7904            ! Changes patchlevel.h
7905 ____________________________________________________________________________
7906 [ 12717] By: jhi                                   on 2001/10/27  21:54:11
7907         Log: Subject: perlhack.pod addendum for consideration (perlbug mail interface)
7908              From: Richard.Foley@t-online.de (Richard Foley)            
7909              Date: Sun, 28 Oct 2001 00:48:32 +0200
7910              Message-ID: <15xbQQ-1BoWxsC@fwd02.sul.t-online.com>
7911      Branch: perl
7912            ! pod/perlhack.pod
7913 ____________________________________________________________________________
7914 [ 12716] By: jhi                                   on 2001/10/27  21:41:02
7915         Log: Must store pointers with the right width.
7916      Branch: perl
7917            ! op.h
7918 ____________________________________________________________________________
7919 [ 12715] By: jhi                                   on 2001/10/27  21:22:52
7920         Log: Integrate change #12711 from perlio;
7921              
7922              Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
7923              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
7924      Branch: perl
7925           !> perlio.c
7926 ____________________________________________________________________________
7927 [ 12714] By: jhi                                   on 2001/10/27  21:04:59
7928         Log: Subject: [PATCH] make minitest
7929              From: Nicholas Clark <nick@ccl4.org>
7930              Date: Sat, 27 Oct 2001 22:56:16 +0100
7931              Message-ID: <20011027225616.L20275@plum.flirble.org>
7932      Branch: perl
7933            ! t/TEST
7934 ____________________________________________________________________________
7935 [ 12713] By: jhi                                   on 2001/10/27  20:58:33
7936         Log: Patch #12661 missed this.
7937      Branch: perl
7938            ! ext/DB_File/DB_File.pm
7939 ____________________________________________________________________________
7940 [ 12712] By: jhi                                   on 2001/10/27  20:56:38
7941         Log: Subject: [PATCH perl@12696] C RTL awareness update for VMS
7942              From: "Craig A. Berry" <craigberry@mac.com>
7943              Date: Sat, 27 Oct 2001 16:07:47 -0500
7944              Message-Id: <5.1.0.14.2.20011027134037.01bebc60@exchi01>
7945      Branch: perl
7946            ! configure.com perlio.c
7947 ____________________________________________________________________________
7948 [ 12711] By: nick                                  on 2001/10/27  19:49:25
7949         Log: Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
7950              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
7951      Branch: perlio
7952            ! perlio.c
7953 ____________________________________________________________________________
7954 [ 12710] By: jhi                                   on 2001/10/27  17:07:46
7955         Log: Let's not replace reason if there's one already supplied.
7956      Branch: perl
7957            ! t/op/regexp.t
7958 ____________________________________________________________________________
7959 [ 12709] By: jhi                                   on 2001/10/27  17:02:30
7960         Log: is not good.
7961      Branch: perl
7962            ! t/op/regexp.t
7963 ____________________________________________________________________________
7964 [ 12708] By: jhi                                   on 2001/10/27  16:54:07
7965         Log: ldlibpth can exist but be unset.
7966      Branch: perl
7967            ! t/TEST
7968 ____________________________________________________________________________
7969 [ 12707] By: jhi                                   on 2001/10/27  16:47:07
7970         Log: Unicode: property alias naming cleanup.
7971      Branch: perl
7972            ! lib/unicore/Is.pl lib/unicore/mktables pod/perlunicode.pod
7973 ____________________________________________________________________________
7974 [ 12706] By: jhi                                   on 2001/10/27  15:24:06
7975         Log: FAQ sync.
7976      Branch: perl
7977            ! pod/perlfaq4.pod
7978 ____________________________________________________________________________
7979 [ 12705] By: jhi                                   on 2001/10/27  15:23:15
7980         Log: Integrate change #12703 from maintperl;
7981              
7982              typemap stuff intervenes before declaration, move it to PREINIT
7983              section
7984              
7985              (an empty integrate, but now the files are in sync
7986              between the branches)
7987      Branch: perl
7988           !> ext/ODBM_File/ODBM_File.xs
7989 ____________________________________________________________________________
7990 [ 12704] By: jhi                                   on 2001/10/27  15:21:17
7991         Log: More PerlIO symbols.
7992      Branch: perl
7993            ! makedef.pl
7994 ____________________________________________________________________________
7995 [ 12703] By: gsar                                  on 2001/10/27  15:12:54
7996         Log: typemap stuff intervenes before declaration, move it to PREINIT
7997              section
7998      Branch: maint-5.6/perl
7999            ! ext/ODBM_File/ODBM_File.xs
8000 ____________________________________________________________________________
8001 [ 12702] By: nick                                  on 2001/10/27  14:09:35
8002         Log: Integrate mainline
8003      Branch: perlio
8004           +> ext/threads/shared/t/av_simple.t
8005           +> ext/threads/shared/t/hv_refs.t
8006           +> ext/threads/shared/t/hv_simple.t lib/unicore/To/Fold.pl
8007           !> (integrate 109 files)
8008 ____________________________________________________________________________
8009 [ 12700] By: ams                                   on 2001/10/26  21:22:23
8010         Log: Subject: [PATCH] tweak divide
8011              From: Nicholas Clark <nick@ccl4.org>
8012              Date: Fri, 26 Oct 2001 22:52:17 +0100
8013              Message-Id: <20011026225217.B20275@plum.flirble.org>
8014      Branch: perl
8015            ! pp.c
8016 ____________________________________________________________________________
8017 [ 12699] By: pudge                                 on 2001/10/26  20:49:00
8018         Log: Integrate a buncha things from maintperl.
8019      Branch: maint-5.6/macperl
8020           !> (integrate 32 files)
8021 ____________________________________________________________________________
8022 [ 12698] By: jhi                                   on 2001/10/26  19:13:24
8023         Log: Subject: [PATCH] Re: DynaLoader problem on NCR SVR4 box
8024              From: Andy Dougherty <doughera@lafayette.edu>
8025              Date: Fri, 26 Oct 2001 14:36:29 -0400 (EDT)
8026              Message-ID: <Pine.SOL.4.10.10110261434280.23229-100000@maxwell.phys.lafayette.edu>
8027      Branch: perl
8028            ! hints/svr4.sh
8029 ____________________________________________________________________________
8030 [ 12697] By: jhi                                   on 2001/10/26  18:42:58
8031         Log: When you're root, many things become writable.
8032      Branch: perl
8033            ! lib/ExtUtils/Mkbootstrap.t lib/ExtUtils/Packlist.t
8034 ____________________________________________________________________________
8035 [ 12696] By: jhi                                   on 2001/10/26  15:52:58
8036         Log: Update Changes.
8037      Branch: perl
8038            ! Changes patchlevel.h
8039 ____________________________________________________________________________
8040 [ 12695] By: gsar                                  on 2001/10/26  15:34:31
8041         Log: Term/Cap.t attempts to access the floppy drive for no good reason
8042              on dosish systems
8043      Branch: perl
8044            ! lib/Term/Cap.t
8045 ____________________________________________________________________________
8046 [ 12694] By: gsar                                  on 2001/10/26  15:15:16
8047         Log: fix misleading comment on known inadequacy in B::Terse, and skip
8048              it correctly
8049      Branch: perl
8050            ! ext/B/t/terse.t
8051 ____________________________________________________________________________
8052 [ 12693] By: gsar                                  on 2001/10/26  14:53:56
8053         Log: fix spurious AutoSplit.t failure under windows
8054      Branch: perl
8055            ! lib/AutoSplit.t
8056 ____________________________________________________________________________
8057 [ 12692] By: gsar                                  on 2001/10/26  14:39:06
8058         Log: Time::HiRes::alarm() ain't gonna work either if ualarm() ain't
8059      Branch: perl
8060            ! ext/Time/HiRes/HiRes.t
8061 ____________________________________________________________________________
8062 [ 12691] By: jhi                                   on 2001/10/26  14:34:15
8063         Log: More logical to use %04"UVXf" than %"UVuf" since
8064              the Unicode standard prefers hex.
8065      Branch: perl
8066            ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl
8067            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
8068            ! lib/unicore/mktables utf8.c
8069 ____________________________________________________________________________
8070 [ 12690] By: gsar                                  on 2001/10/26  14:15:55
8071         Log: change#12065 seems to have broken Encode build on windows; fix
8072      Branch: perl
8073            ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
8074 ____________________________________________________________________________
8075 [ 12689] By: jhi                                   on 2001/10/26  14:12:04
8076         Log: Unicode: add the case folding table.
8077      Branch: perl
8078            + lib/unicore/To/Fold.pl
8079            ! MANIFEST lib/unicore/mktables
8080 ____________________________________________________________________________
8081 [ 12688] By: sky                                   on 2001/10/26  13:51:29
8082         Log: Get the new functions right, do not export lock since we use builtin lock.
8083              TODO: fix xsubpp to support the new prototypes
8084      Branch: perl
8085            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
8086 ____________________________________________________________________________
8087 [ 12687] By: jhi                                   on 2001/10/26  13:43:03
8088         Log: USE_ENVIRON_ARRAY instead of !MACOS_TRADITIONAL,
8089              as suggested by Sarathy.
8090      Branch: perl
8091            ! mg.c
8092 ____________________________________________________________________________
8093 [ 12686] By: gsar                                  on 2001/10/26  13:39:52
8094         Log: avoid compiler warning
8095      Branch: perl
8096            ! win32/win32.c
8097 ____________________________________________________________________________
8098 [ 12685] By: jhi                                   on 2001/10/26  13:39:12
8099         Log: WinCE update from Rainer Keuchel.
8100      Branch: perl
8101            ! perl.h wince/Makefile.ce wince/config.ce wince/perldll.def
8102            ! wince/wince.c
8103 ____________________________________________________________________________
8104 [ 12684] By: sky                                   on 2001/10/26  13:34:33
8105         Log: And then finally cond_wait cond_signal and cond_broadcast are now implmented.
8106      Branch: perl
8107            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
8108 ____________________________________________________________________________
8109 [ 12683] By: gbarr                                 on 2001/10/26  13:32:47
8110         Log: More fixes that were made to the core and not in the libnet src
8111      Branch: perl
8112            ! lib/Net/Domain.pm
8113 ____________________________________________________________________________
8114 [ 12682] By: jhi                                   on 2001/10/26  13:31:10
8115         Log: Subject: Re: DB_File-1.79 on Cygwin 1.3.3
8116              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>    
8117              Date: Fri, 26 Oct 2001 13:55:21 +0200
8118              Message-Id: <20011026135017.F575.H.M.BRAND@hccnet.nl>
8119              
8120              (plus make the db-recno.t#59 accept both \n and \r\n)
8121      Branch: perl
8122            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
8123            ! ext/DB_File/t/db-recno.t
8124 ____________________________________________________________________________
8125 [ 12681] By: gbarr                                 on 2001/10/26  13:22:38
8126         Log: Fix tests to be able to run in the core and the CPAN dist
8127      Branch: perl
8128            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
8129            ! lib/Net/t/require.t lib/Net/t/smtp.t
8130 ____________________________________________________________________________
8131 [ 12680] By: jhi                                   on 2001/10/26  13:16:03
8132         Log: Subject: Re: perl@12605 on VMS, [minor PATCH enclosed]
8133              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
8134              Message-Id: <011026081912.dc29b@DUPHY4.Physics.Drexel.Edu>
8135              Date: Fri, 26 Oct 2001 08:34:46 EDT
8136      Branch: perl
8137            ! ext/Time/HiRes/HiRes.t
8138 ____________________________________________________________________________
8139 [ 12679] By: gbarr                                 on 2001/10/26  13:11:00
8140         Log: Sync libnet modules with what will be libnet-1.08
8141      Branch: perl
8142            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.pm
8143            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/I.pm
8144            ! lib/Net/Netrc.pm lib/Net/SMTP.pm lib/Net/t/ftp.t
8145            ! lib/Net/t/hostname.t lib/Net/t/nntp.t lib/Net/t/smtp.t
8146 ____________________________________________________________________________
8147 [ 12678] By: jhi                                   on 2001/10/26  13:03:01
8148         Log: Integrate maintperl changes #12268 and #12669;
8149              
8150              final touches to the audit for statics and thread-unsafe code
8151              * make DB_File, ODBM_File thread-safe 
8152              * remove unnecessary/dangerous statics and protect others
8153              from not getting accidentally enabled under threaded perls
8154              
8155              windows support functions get_childdir() et al aren't exported
8156              correctly under vanilla build
8157              
8158              Testing under win32 appreciated since changes there had
8159              to be manually merged and I cannot test how badly did I do.
8160      Branch: perl
8161           !> ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
8162           !> ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
8163           !> gv.c iperlsys.h makedef.pl mg.c op.c scope.c toke.c util.c
8164           !> win32/vmem.h win32/win32.c win32/win32iop.h
8165 ____________________________________________________________________________
8166 [ 12677] By: sky                                   on 2001/10/26  12:37:17
8167         Log: More Config::threads to threads::threads changes
8168      Branch: perl
8169            ! ext/threads/shared/shared.pm ext/threads/t/basic.t
8170 ____________________________________________________________________________
8171 [ 12676] By: sky                                   on 2001/10/26  12:31:46
8172         Log: Make new() work exactly like create(). Move from Config::threads to threads::threads
8173      Branch: perl
8174            ! ext/threads/threads.pm ext/threads/threads.xs
8175 ____________________________________________________________________________
8176 [ 12675] By: sky                                   on 2001/10/26  12:06:30
8177         Log: Allocing a TLS in runtime is not too hot.
8178      Branch: perl
8179            ! ext/threads/threads.xs
8180 ____________________________________________________________________________
8181 [ 12674] By: sky                                   on 2001/10/26  11:59:09
8182         Log: Don't display debug data.
8183      Branch: perl
8184            ! ext/threads/threads.pm
8185 ____________________________________________________________________________
8186 [ 12673] By: sky                                   on 2001/10/26  11:35:47
8187         Log: Extend support of change #12672 to support arrays and hashes. Shared reference support is
8188              complete bar support for blessed objects.
8189              TODO: tests for shared arrays and more hv reference tests. Also a complex test testing all types intermixed.
8190      Branch: perl
8191            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
8192 ____________________________________________________________________________
8193 [ 12672] By: sky                                   on 2001/10/26  11:15:28
8194         Log: Fix case where shared reference does not exist in current thread.
8195      Branch: perl
8196            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
8197 ____________________________________________________________________________
8198 [ 12671] By: sky                                   on 2001/10/26  08:48:52
8199         Log: Support for references in shared arrays.
8200      Branch: perl
8201            ! ext/threads/shared/shared.xs
8202 ____________________________________________________________________________
8203 [ 12670] By: sky                                   on 2001/10/26  08:30:11
8204         Log: Add tests for references in hashes.
8205      Branch: perl
8206            + ext/threads/shared/t/hv_refs.t
8207            ! MANIFEST
8208 ____________________________________________________________________________
8209 [ 12669] By: gsar                                  on 2001/10/26  06:07:10
8210         Log: windows support functions get_childdir() et al aren't exported
8211              correctly under vanilla build
8212      Branch: maint-5.6/perl
8213            ! iperlsys.h makedef.pl mg.c win32/win32.c win32/win32iop.h
8214 ____________________________________________________________________________
8215 [ 12668] By: gsar                                  on 2001/10/26  03:52:12
8216         Log: final touches to the audit for statics and thread-unsafe code
8217              * make DB_File, ODBM_File thread-safe 
8218              * remove unnecessary/dangerous statics and protect others
8219              from not getting accidentally enabled under threaded perls
8220      Branch: maint-5.6/perl
8221            ! ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
8222            ! ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
8223            ! gv.c mg.c op.c scope.c toke.c util.c win32/vmem.h
8224            ! win32/win32.c
8225 ____________________________________________________________________________
8226 [ 12667] By: ams                                   on 2001/10/26  03:48:36
8227         Log: Subject: [PATCH] Fix sharedsv.c compile-time warnings.
8228              From: "Richard Soderberg" <rs@crystalflame.net>
8229              Date: Thu, 25 Oct 2001 23:42:50 -0400
8230              Message-Id: <NAEKLNAAHLMBPMPNBMLEKEJCEAAA.rs@crystalflame.net>
8231      Branch: perl
8232            ! sharedsv.c
8233 ____________________________________________________________________________
8234 [ 12666] By: jhi                                   on 2001/10/26  02:07:17
8235         Log: Integrate change #12664 from maintperl;
8236              
8237              the newest GCCs don't seem to like C<"string1"##STRING2>
8238              so keep it as C<"string1" STRING2> (latter appears to
8239              work everywhere)
8240      Branch: perl
8241           !> ext/DynaLoader/dlutils.c
8242 ____________________________________________________________________________
8243 [ 12665] By: jhi                                   on 2001/10/26  02:04:29
8244         Log: Subject: [PATCH] perl.h for Mac OS (Classic)
8245              From: Chris Nandor <pudge@pobox.com>
8246              Date: Thu, 25 Oct 2001 22:15:03 -0400
8247              Message-Id: <p0510030db7fe771a5a34@[10.0.1.177]>
8248      Branch: perl
8249            ! perl.h
8250 ____________________________________________________________________________
8251 [ 12664] By: gsar                                  on 2001/10/26  00:22:35
8252         Log: the newest GCCs don't seem to like C<"string1"##STRING2> so keep it as
8253              C<"string1" STRING2> (latter appears to work everywhere)
8254      Branch: maint-5.6/perl
8255            ! ext/DynaLoader/dlutils.c
8256 ____________________________________________________________________________
8257 [ 12663] By: jhi                                   on 2001/10/25  22:59:44
8258         Log: AUTHORS update.
8259      Branch: perl
8260            ! AUTHORS
8261 ____________________________________________________________________________
8262 [ 12662] By: jhi                                   on 2001/10/25  22:50:41
8263         Log: Integrate change #12660 from maintperl;
8264              
8265              make the dMY_CXT stuff available under all of
8266              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
8267      Branch: perl
8268           !> perl.h
8269 ____________________________________________________________________________
8270 [ 12661] By: jhi                                   on 2001/10/25  22:47:28
8271         Log: Subject: [PATCH] DB_File-1.79
8272              From: "Paul Marquess" <paul.marquess@openwave.com>
8273              Date: Fri, 26 Oct 2001 00:03:54 +0100
8274              Message-ID: <AIEAJICLCBDNAAOLLOKLAEELDDAA.paul.marquess@openwave.com>
8275      Branch: perl
8276            ! ext/DB_File/Changes ext/DB_File/DB_File.xs
8277            ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
8278 ____________________________________________________________________________
8279 [ 12660] By: gsar                                  on 2001/10/25  22:44:44
8280         Log: make the dMY_CXT stuff available under all of
8281              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
8282      Branch: maint-5.6/perl
8283            ! perl.h
8284 ____________________________________________________________________________
8285 [ 12659] By: jhi                                   on 2001/10/25  21:27:23
8286         Log: Subject: [PATCH t/run/killperl.t] Re: [ID 20011025.054] Segmentation fault when using the function read not correctly
8287              From: Michael G Schwern <schwern@pobox.com>
8288              Date: Thu, 25 Oct 2001 18:28:12 -0400
8289              Message-ID: <20011025182812.M4811@blackrider>
8290      Branch: perl
8291            ! t/run/kill_perl.t
8292 ____________________________________________________________________________
8293 [ 12658] By: jhi                                   on 2001/10/25  20:54:58
8294         Log: STRLEN != int.
8295      Branch: perl
8296            ! regcomp.c regexec.c
8297 ____________________________________________________________________________
8298 [ 12657] By: jhi                                   on 2001/10/25  20:51:44
8299         Log: Subject: [PATCH] remove small IVop redundancy
8300              From: Nicholas Clark <nick@ccl4.org>
8301              Date: Thu, 25 Oct 2001 22:48:28 +0100
8302              Message-ID: <20011025224827.M66471@plum.flirble.org>
8303      Branch: perl
8304            ! pp.c pp_hot.c
8305 ____________________________________________________________________________
8306 [ 12656] By: jhi                                   on 2001/10/25  18:45:52
8307         Log: Metaconfig unit change for #12655.
8308      Branch: metaconfig/U/perl
8309            ! Extensions.U
8310 ____________________________________________________________________________
8311 [ 12655] By: jhi                                   on 2001/10/25  18:45:18
8312         Log: Subject: Re: Not OK @12650
8313              From: Andy Dougherty <doughera@lafayette.edu>
8314              Date: Thu, 25 Oct 2001 15:34:02 -0400 (EDT)
8315              Message-ID: <Pine.SOL.4.10.10110251520300.22317-100000@maxwell.phys.lafayette.edu>
8316      Branch: perl
8317            ! Configure
8318 ____________________________________________________________________________
8319 [ 12654] By: jhi                                   on 2001/10/25  18:07:58
8320         Log: Integrate changes #12652 and #12653 from maintperl;
8321              
8322              more tweaks to change#12626
8323              * move the boilerplate code over to perl.h and make DynaLoader
8324              use it
8325              * make re, Opcode, File::Glob and B threadsafe
8326              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
8327              C<no re;> anywhere)
8328              
8329              include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
8330              
8331              File::Glob required a bit more work in bleadperl
8332              because of ExtUtils::Constant (see the Makefile.PL change)
8333      Branch: perl
8334            ! ext/File/Glob/Glob.pm ext/File/Glob/Makefile.PL
8335           !> ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
8336           !> ext/Opcode/Opcode.xs ext/re/re.xs perl.h
8337 ____________________________________________________________________________
8338 [ 12653] By: gsar                                  on 2001/10/25  17:23:52
8339         Log: include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
8340      Branch: maint-5.6/perl
8341            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
8342            ! ext/Opcode/Opcode.xs ext/re/re.xs
8343 ____________________________________________________________________________
8344 [ 12652] By: gsar                                  on 2001/10/25  16:46:44
8345         Log: more tweaks to change#12626
8346              * move the boilerplate code over to perl.h and make DynaLoader
8347              use it
8348              * make re, Opcode, File::Glob and B threadsafe
8349              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
8350              C<no re;> anywhere)
8351      Branch: maint-5.6/perl
8352            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
8353            ! ext/Opcode/Opcode.xs ext/re/re.xs perl.h
8354 ____________________________________________________________________________
8355 [ 12651] By: jhi                                   on 2001/10/25  16:35:51
8356         Log: Metaconfig unit change for #12650.
8357      Branch: metaconfig/U/perl
8358            ! Extensions.U
8359 ____________________________________________________________________________
8360 [ 12650] By: jhi                                   on 2001/10/25  16:35:34
8361         Log: Subject: Re: ithreads doesn't like usedl=n
8362              From: Andy Dougherty <doughera@lafayette.edu>
8363              Date: Thu, 25 Oct 2001 13:16:00 -0400 (EDT)
8364              Message-ID: <Pine.SOL.4.10.10110251312200.22183-100000@maxwell.phys.lafayette.edu>
8365              
8366              Special-case threads::shared.
8367      Branch: perl
8368            ! Configure
8369 ____________________________________________________________________________
8370 [ 12649] By: jhi                                   on 2001/10/25  16:21:35
8371         Log: Getting fancier...
8372      Branch: perl
8373            ! t/TEST
8374 ____________________________________________________________________________
8375 [ 12648] By: jhi                                   on 2001/10/25  14:26:20
8376         Log: csh - what a pain.
8377      Branch: perl
8378            ! t/TEST
8379 ____________________________________________________________________________
8380 [ 12647] By: jhi                                   on 2001/10/25  14:04:01
8381         Log: Update Changes.
8382      Branch: perl
8383            ! Changes patchlevel.h
8384 ____________________________________________________________________________
8385 [ 12646] By: jhi                                   on 2001/10/25  13:34:19
8386         Log: Allow resetting the locale system for the duration
8387              of the build (Mac OS X default setting LANG=En_US
8388              ist kaputt)
8389      Branch: perl
8390            ! Makefile.SH
8391 ____________________________________________________________________________
8392 [ 12645] By: jhi                                   on 2001/10/25  13:04:17
8393         Log: Update the MD5 checksum of MD5.xs (caused by #12642)
8394      Branch: perl
8395            ! ext/Digest/MD5/t/files.t
8396 ____________________________________________________________________________
8397 [ 12644] By: jhi                                   on 2001/10/25  12:56:33
8398         Log: Subject: [PATCH] Omit needless calls to pod2man (perl@12641)
8399              From: Andy Dougherty <doughera@lafayette.edu>
8400              Date: Thu, 25 Oct 2001 09:56:57 -0400 (EDT) 
8401              Message-ID: <Pine.SOL.4.10.10110250955390.18833-100000@maxwell.phys.lafayette.edu>
8402      Branch: perl
8403            ! ext/I18N/Langinfo/Makefile.PL ext/threads/Makefile.PL
8404            ! ext/threads/shared/Makefile.PL
8405 ____________________________________________________________________________
8406 [ 12643] By: sky                                   on 2001/10/25  12:28:26
8407         Log: Add support for reference members of hashes.
8408      Branch: perl
8409            ! ext/threads/shared/shared.xs
8410 ____________________________________________________________________________
8411 [ 12642] By: ams                                   on 2001/10/25  12:21:13
8412         Log: Subject: [PATCH] ext/Digest/MD5/MD5.xs RFC typo
8413              From: "Norton Allen" <nort@qnx.com>
8414              Date: Thu, 25 Oct 2001 08:53:56 -0400 (edt)
8415              Message-Id: <200110251253.IAA180600866@rosamund.arp.harvard.edu>
8416      Branch: perl
8417            ! ext/Digest/MD5/MD5.xs
8418 ____________________________________________________________________________
8419 [ 12641] By: sky                                   on 2001/10/25  10:27:39
8420         Log: Tests shared hashes.
8421      Branch: perl
8422            + ext/threads/shared/t/hv_simple.t
8423            ! MANIFEST
8424 ____________________________________________________________________________
8425 [ 12640] By: sky                                   on 2001/10/25  10:18:23
8426         Log: Fix threadcounts for arrays and hashes.
8427      Branch: perl
8428            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
8429 ____________________________________________________________________________
8430 [ 12639] By: sky                                   on 2001/10/25  10:17:26
8431         Log: Note to self, doing *src_ary++ in a macro that evaluates
8432              the value more than once is a good way to dump core.
8433      Branch: perl
8434            ! sharedsv.c
8435 ____________________________________________________________________________
8436 [ 12638] By: jhi                                   on 2001/10/25  05:18:06
8437         Log: Integrate change #12636 from maintperl; more dl fixups.
8438      Branch: perl
8439           !> ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
8440           !> ext/DynaLoader/dl_vms.xs
8441 ____________________________________________________________________________
8442 [ 12637] By: jhi                                   on 2001/10/25  05:14:17
8443         Log: Like dl_hpux, like dl_dld.
8444      Branch: perl
8445            ! ext/DynaLoader/dl_dld.xs
8446 ____________________________________________________________________________
8447 [ 12636] By: gsar                                  on 2001/10/25  02:34:06
8448         Log: followups to change#12635
8449      Branch: maint-5.6/perl
8450            ! ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
8451            ! ext/DynaLoader/dl_vms.xs
8452 ____________________________________________________________________________
8453 [ 12635] By: gsar                                  on 2001/10/25  02:22:03
8454         Log: add part of change#12634 to the two files that need it; dl_aix.xs
8455              in maint-5.6 doesn't have the branch that had the problem in
8456              mainline
8457      Branch: maint-5.6/perl
8458            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_hpux.xs
8459 ____________________________________________________________________________
8460 [ 12634] By: jhi                                   on 2001/10/25  01:53:03
8461         Log: Fixes for #12627.
8462      Branch: perl
8463            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_hpux.xs
8464 ____________________________________________________________________________
8465 [ 12633] By: jhi                                   on 2001/10/25  01:52:33
8466         Log: Since pv_uni_display and sv_uni_display are now used
8467              in the re extension, their symbols have to be exported.
8468      Branch: perl
8469            ! embed.pl global.sym
8470 ____________________________________________________________________________
8471 [ 12632] By: jhi                                   on 2001/10/25  01:00:06
8472         Log: Subject:  Re: [PATCH Perl@12567] debug /list
8473              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
8474              Date: Tue, 23 Oct 2001 21:40:33 EDT
8475              Message-Id: <011023214011.184825@DUPHY4.Physics.Drexel.Edu>
8476      Branch: perl
8477            ! configure.com
8478 ____________________________________________________________________________
8479 [ 12631] By: jhi                                   on 2001/10/25  00:25:55
8480         Log: This takes care of some of the re 'debug' cases but
8481              not all cases since the information whether the pattern
8482              or the target are utf8 seems to be either lost or not
8483              spread widely enough, sigh.
8484      Branch: perl
8485            ! regcomp.c
8486 ____________________________________________________________________________
8487 [ 12630] By: jhi                                   on 2001/10/25  00:03:07
8488         Log: Subject: [PATCH] - was RE: [PATCH perl@12443] VMS64-bitconfigure
8489              From: John Peacock <jpeacock@rowman.com>
8490              Date: Wed, 24 Oct 2001 16:53:29 -0400
8491              Message-ID: <3BD72A49.1508D152@rowman.com>
8492      Branch: perl
8493            ! configure.com
8494 ____________________________________________________________________________
8495 [ 12629] By: jhi                                   on 2001/10/24  23:16:21
8496         Log: Upgrade NetWare and WinCE as in #12626.
8497      Branch: perl
8498            ! NetWare/dl_netware.xs wince/dl_win32.xs
8499 ____________________________________________________________________________
8500 [ 12628] By: jhi                                   on 2001/10/24  23:07:00
8501         Log: Tru64 compiler nit.
8502      Branch: perl
8503            ! ext/threads/shared/shared.xs
8504 ____________________________________________________________________________
8505 [ 12627] By: jhi                                   on 2001/10/24  22:02:23
8506         Log: Integrate change #12626 from maintperl;
8507              make DynaLoader threadsafe by moving all statics into
8508              interpreter-local space
8509              
8510              TODO: Netware, OS/2, WinCE
8511      Branch: perl
8512           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
8513           !> ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
8514           !> ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
8515           !> ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
8516           !> ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
8517           !> ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
8518           !> ext/DynaLoader/dlutils.c win32/dl_win32.xs
8519 ____________________________________________________________________________
8520 [ 12626] By: gsar                                  on 2001/10/24  21:43:10
8521         Log: make DynaLoader threadsafe by moving all statics into interpreter-local
8522              space
8523      Branch: maint-5.6/perl
8524            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
8525            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
8526            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
8527            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
8528            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
8529            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
8530            ! ext/DynaLoader/dlutils.c win32/dl_win32.xs
8531 ____________________________________________________________________________
8532 [ 12625] By: sky                                   on 2001/10/24  20:05:26
8533         Log: Change #12623 inflicted an infinite hang. Fixed.
8534      Branch: perl
8535            ! ext/threads/shared/shared.xs
8536 ____________________________________________________________________________
8537 [ 12624] By: sky                                   on 2001/10/24  19:06:55
8538         Log: Adds support for hashes. Neither hashes nor arrays can contain references yet.
8539      Branch: perl
8540            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
8541 ____________________________________________________________________________
8542 [ 12623] By: sky                                   on 2001/10/24  18:06:34
8543         Log: We need to do sharedsv_find in the original perl context.
8544      Branch: perl
8545            ! ext/threads/shared/shared.xs
8546 ____________________________________________________________________________
8547 [ 12622] By: sky                                   on 2001/10/24  17:26:51
8548         Log: Add support for basic support for AVs, references not supported yet.
8549              Add test for AVs.
8550              Add more tests to sv_refs
8551              Fix documentation issues.  
8552      Branch: perl
8553            + ext/threads/shared/t/av_simple.t
8554            ! MANIFEST ext/threads/shared/shared.pm
8555            ! ext/threads/shared/shared.xs ext/threads/shared/t/sv_refs.t
8556 ____________________________________________________________________________
8557 [ 12621] By: jhi                                   on 2001/10/24  14:08:39
8558         Log: Dump Unicode better for re 'debug'.  The regprop()
8559              is unfinished since have to figure out how to detect
8560              Unicodeness in there.
8561      Branch: perl
8562            ! regcomp.c regexec.c
8563 ____________________________________________________________________________
8564 [ 12620] By: sky                                   on 2001/10/24  13:18:07
8565         Log: Add support for finding shared arrays and hashes.
8566      Branch: perl
8567            ! sharedsv.c
8568 ____________________________________________________________________________
8569 [ 12619] By: jhi                                   on 2001/10/24  13:06:24
8570         Log: Rewrite sv_uni_display() as pv_uni_display() as
8571              reimplement sv_uni_display() using that.
8572      Branch: perl
8573            ! dump.c embed.h embed.pl proto.h
8574 ____________________________________________________________________________
8575 [ 12618] By: jhi                                   on 2001/10/24  12:14:03
8576         Log: Integrate change #12615 from maintperl;
8577              on Windows, IO::File::new_tmpfile() fails after being called
8578              32767 times because MSVCRT thinks stdio's TMP_MAX is a
8579              process-wide limit
8580      Branch: perl
8581           !> win32/win32.c
8582 ____________________________________________________________________________
8583 [ 12617] By: jhi                                   on 2001/10/24  12:10:37
8584         Log: Don't try to print ints as IVs.
8585      Branch: perl
8586            ! ext/Time/HiRes/HiRes.xs
8587 ____________________________________________________________________________
8588 [ 12616] By: sky                                   on 2001/10/24  11:06:35
8589         Log: We only need to fetch the SV from the backend if the index
8590              is not the same as mg_private.     In theory this could be
8591              a problem if there are an exact multiple of U16 changes
8592              of a shared variable between two access in a given thread,
8593              we choose to avoid theory for now.
8594      Branch: perl
8595            ! ext/threads/shared/shared.xs sharedsv.c sharedsv.h
8596 ____________________________________________________________________________
8597 [ 12615] By: gsar                                  on 2001/10/24  04:09:43
8598         Log: on Windows, IO::File::new_tmpfile() fails after being called
8599              32767 times because MSVCRT thinks stdio's TMP_MAX is a
8600              process-wide limit
8601      Branch: maint-5.6/perl
8602            ! win32/win32.c
8603 ____________________________________________________________________________
8604 [ 12614] By: jhi                                   on 2001/10/23  22:19:34
8605         Log: Negation and Unicode: sort of solves 20010303.010,
8606              except not quite like reported in the Subject
8607              (Perl_warner is still utf8-ignorant).
8608      Branch: perl
8609            ! pp.c t/lib/warnings/sv
8610 ____________________________________________________________________________
8611 [ 12613] By: jhi                                   on 2001/10/23  21:53:13
8612         Log: Make the "isn't numeric" warning to show Unicode as Unicode.
8613      Branch: perl
8614            ! sv.c t/lib/warnings/sv
8615 ____________________________________________________________________________
8616 [ 12612] By: jhi                                   on 2001/10/23  21:52:45
8617         Log: sv_uni_display(): do not add the "...", let the caller
8618              do it if wanted, and be prepared for more display options.
8619      Branch: perl
8620            ! dump.c embed.h embed.pl proto.h
8621 ____________________________________________________________________________
8622 [ 12611] By: nick                                  on 2001/10/23  20:28:07
8623         Log: Integrate mainline
8624      Branch: perlio
8625           !> Changes configure.com cygwin/cygwin.c
8626           !> ext/DynaLoader/DynaLoader_pm.PL ext/File/Glob/t/basic.t
8627           !> ext/Time/HiRes/HiRes.t ext/Time/HiRes/HiRes.xs lib/AutoSplit.t
8628           !> lib/File/Spec.t lib/File/Spec/Mac.pm lib/File/Spec/Win32.pm
8629           !> lib/Net/Domain.pm patchlevel.h perl.c perlio.c
8630           !> pod/perlunicode.pod pp.c t/TEST t/op/lc.t t/op/taint.t
8631           !> utils/h2xs.PL utils/perldoc.PL
8632 ____________________________________________________________________________
8633 [ 12610] By: sky                                   on 2001/10/23  19:39:24
8634         Log: Change #12607 introduced a bug, seems like some MAGICAL SVs
8635              don't call themselves READONLY but still die with modification
8636              attempt. We only call bless for ext and umagic.
8637      Branch: perl
8638            ! sv.c
8639 ____________________________________________________________________________
8640 [ 12609] By: jhi                                   on 2001/10/23  19:35:02
8641         Log: Croak() on negative time; doc tweaks.
8642      Branch: perl
8643            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
8644            ! ext/Time/HiRes/HiRes.xs
8645 ____________________________________________________________________________
8646 [ 12608] By: jhi                                   on 2001/10/23  18:38:03
8647         Log: FAQ sync.
8648      Branch: perl
8649            ! pod/perlfaq4.pod pod/perlfaq7.pod
8650 ____________________________________________________________________________
8651 [ 12607] By: sky                                   on 2001/10/23  18:27:27
8652         Log: Call setmagic on the referent we are blessing.
8653      Branch: perl
8654            ! sv.c
8655 ____________________________________________________________________________
8656 [ 12606] By: jhi                                   on 2001/10/23  16:30:00
8657         Log: Small test nits.
8658      Branch: perl
8659            ! t/op/lc.t
8660 ____________________________________________________________________________
8661 [ 12605] By: jhi                                   on 2001/10/23  13:08:32
8662         Log: Update Changes.
8663      Branch: perl
8664            ! Changes patchlevel.h
8665 ____________________________________________________________________________
8666 [ 12604] By: jhi                                   on 2001/10/23  13:03:21
8667         Log: Make the PerlIO_init() prototypes consistent.
8668      Branch: perl
8669            ! perlio.c
8670 ____________________________________________________________________________
8671 [ 12603] By: jhi                                   on 2001/10/23  12:54:52
8672         Log: Upping the test count is a good idea.
8673      Branch: perl
8674            ! t/op/lc.t
8675 ____________________________________________________________________________
8676 [ 12602] By: jhi                                   on 2001/10/23  12:52:10
8677         Log: Document the final sigma spot.
8678      Branch: perl
8679            ! pp.c
8680 ____________________________________________________________________________
8681 [ 12601] By: jhi                                   on 2001/10/23  12:26:12
8682         Log: Fix multicharacter titlecase (ucfirst).
8683      Branch: perl
8684            ! pod/perlunicode.pod pp.c t/op/lc.t
8685 ____________________________________________________________________________
8686 [ 12600] By: jhi                                   on 2001/10/23  11:47:19
8687         Log: Subject: [PATCH 5.6.1 perldoc] one more touch on File::Temp
8688              From: Mikhail Zabaluev <mhz@alt-linux.org>
8689              Date: Tue, 23 Oct 2001 10:40:37 +0400
8690              Message-ID: <20011023104037.A12761@localhost.localdomain>
8691              
8692              (#12406 replaced with this)
8693      Branch: perl
8694            ! utils/perldoc.PL
8695 ____________________________________________________________________________
8696 [ 12599] By: jhi                                   on 2001/10/23  00:26:17
8697         Log: MacOS Classic updates from Pudge.
8698      Branch: perl
8699            ! lib/File/Spec.t lib/File/Spec/Mac.pm
8700 ____________________________________________________________________________
8701 [ 12598] By: jhi                                   on 2001/10/22  22:32:59
8702         Log: Subject: [PATCH bleadperl] AutoSplit.t now passes (partialy) on Win32
8703              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
8704              Date: Sun, 14 Oct 2001 23:14:46 +0200
8705              Message-ID: <265984377.20011014231446@tesla.rcub.bg.ac.yu>
8706              
8707              except for the 2->4 changes.
8708      Branch: perl
8709            ! lib/AutoSplit.t
8710 ____________________________________________________________________________
8711 [ 12597] By: gsar                                  on 2001/10/22  22:02:50
8712         Log: integrate macperl contents into maint-5.6
8713      Branch: maint-5.6/perl
8714            ! mg.c
8715           !> AUTHORS README.macos ext/DynaLoader/DynaLoader_pm.PL
8716           !> ext/DynaLoader/dl_mac.xs lib/File/Find.pm lib/File/Spec.pm
8717           !> lib/File/Spec/Epoc.pm lib/File/Spec/Functions.pm
8718           !> lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
8719           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm lib/File/Temp.pm
8720           !> perl.c perl.h pod/perlport.pod t/lib/filefind-taint.t
8721           !> t/lib/filefind.t t/lib/filespec.t
8722 ____________________________________________________________________________
8723 [ 12596] By: jhi                                   on 2001/10/22  21:43:44
8724         Log: At some point the #6234 has been lost from the mainline
8725              (noticed by Pudge; what's a Mac guy doing reading Win modules? :-)
8726      Branch: perl
8727            ! lib/File/Spec/Win32.pm
8728 ____________________________________________________________________________
8729 [ 12595] By: jhi                                   on 2001/10/22  21:31:31
8730         Log: Cygwin seems to round up (or closest, but not down)
8731              for time(), so half of the time (bad pun intended)
8732              Time::HiRes::time() is less than time(), half of
8733              the time it's more.  So let's try harder in the loop.
8734      Branch: perl
8735            ! ext/Time/HiRes/HiRes.t
8736 ____________________________________________________________________________
8737 [ 12594] By: jhi                                   on 2001/10/22  21:23:15
8738         Log: MacOS Classic timeofday(), from Chris Nandor. 
8739      Branch: perl
8740            ! ext/Time/HiRes/HiRes.xs
8741 ____________________________________________________________________________
8742 [ 12593] By: jhi                                   on 2001/10/22  21:17:39
8743         Log: Integrate changes #12580 and #12581 from macperl;
8744              
8745              Fix path construction.
8746              
8747              (Copyright) Nit.
8748      Branch: perl
8749           !> ext/DynaLoader/DynaLoader_pm.PL perl.c
8750 ____________________________________________________________________________
8751 [ 12592] By: jhi                                   on 2001/10/22  21:00:18
8752         Log: No domainname(1) in Cygwin, either, and the 2>/dev/null
8753              doesn't seem to help (the error being output to console, maybe?)
8754      Branch: perl
8755            ! lib/Net/Domain.pm
8756 ____________________________________________________________________________
8757 [ 12591] By: jhi                                   on 2001/10/22  20:55:08
8758         Log: Taint the getcwd() result also in Cygwin.
8759              (TODO: which other platforms need the same thing?)
8760      Branch: perl
8761            ! cygwin/cygwin.c
8762 ____________________________________________________________________________
8763 [ 12590] By: jhi                                   on 2001/10/22  20:27:47
8764         Log: Pretty hard for eval { setpwent(); getpwent(); 1 } to return false.
8765      Branch: perl
8766            ! t/op/taint.t
8767 ____________________________________________________________________________
8768 [ 12589] By: jhi                                   on 2001/10/22  20:10:40
8769         Log: getpwuid() fragility continues.
8770      Branch: perl
8771            ! utils/h2xs.PL
8772 ____________________________________________________________________________
8773 [ 12588] By: jhi                                   on 2001/10/22  19:58:34
8774         Log: getpwuid() might succeed but that's no guarantee
8775              that the $home will be defined.
8776      Branch: perl
8777            ! ext/File/Glob/t/basic.t
8778 ____________________________________________________________________________
8779 [ 12587] By: jhi                                   on 2001/10/22  19:50:35
8780         Log: It's safer to to expand the variable, too... (see #12571)
8781      Branch: perl
8782            ! t/TEST
8783 ____________________________________________________________________________
8784 [ 12586] By: pudge                                 on 2001/10/22  19:42:04
8785         Log: Integrate with maintperl.
8786      Branch: maint-5.6/macperl
8787           !> win32/bin/pl2bat.pl win32/win32.c
8788 ____________________________________________________________________________
8789 [ 12585] By: pudge                                 on 2001/10/22  19:32:02
8790         Log: Oops, forgot to include Win32 ... just as well, since it
8791              seems in bleadperl, change #7764 was not included
8792              (adding C:\temp).  Re-added.  Rip it back out if it
8793              doesn't belong.  :-)
8794      Branch: maint-5.6/macperl
8795            ! lib/File/Spec/Win32.pm
8796 ____________________________________________________________________________
8797 [ 12584] By: jhi                                   on 2001/10/22  19:26:47
8798         Log: Subject: [PATCH perl@12567] configure.com: no threads/shared without ithreads
8799              From: "Craig A. Berry" <craigberry@mac.com>
8800              Date: Mon, 22 Oct 2001 15:25:19 -0500
8801              Message-Id: <5.1.0.14.2.20011022151232.032544e8@exchi01>
8802      Branch: perl
8803            ! configure.com
8804 ____________________________________________________________________________
8805 [ 12583] By: pudge                                 on 2001/10/22  19:26:00
8806         Log: Add in lots of File::Spec changes, from Thomas Wegner,
8807              and sync with changes from bleadperl.
8808      Branch: maint-5.6/macperl
8809            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm
8810            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
8811            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
8812            ! lib/File/Spec/Win32.pm t/lib/filespec.t
8813 ____________________________________________________________________________
8814 [ 12582] By: pudge                                 on 2001/10/22  19:23:28
8815         Log: Sync with latest File::Find and tests from bleadperl.
8816      Branch: maint-5.6/macperl
8817            ! lib/File/Find.pm t/lib/filefind-taint.t t/lib/filefind.t
8818 ____________________________________________________________________________
8819 [ 12581] By: pudge                                 on 2001/10/22  19:22:12
8820         Log: Nit.
8821      Branch: maint-5.6/macperl
8822            ! perl.c
8823 ____________________________________________________________________________
8824 [ 12580] By: pudge                                 on 2001/10/22  19:21:37
8825         Log: Fix path construction.
8826      Branch: maint-5.6/macperl
8827            ! ext/DynaLoader/DynaLoader_pm.PL
8828 ____________________________________________________________________________
8829 [ 12579] By: nick                                  on 2001/10/22  19:08:35
8830         Log: Integrate mainline (for Arthurs thread.xs fix)
8831      Branch: perlio
8832           !> ext/threads/threads.xs lib/Net/Domain.pm t/TEST t/op/groups.t
8833 ____________________________________________________________________________
8834 [ 12578] By: pudge                                 on 2001/10/22  19:02:34
8835         Log: Fix up exported symbols, move relevant docs
8836              over from macperl.pod.
8837      Branch: maint-5.6/macperl
8838            ! macos/ext/MacPerl/MacPerl.pm
8839 ____________________________________________________________________________
8840 [ 12577] By: pudge                                 on 2001/10/22  19:01:38
8841         Log: Make ADDRESS called optionally as a method.
8842      Branch: maint-5.6/macperl
8843            ! macos/lib/Mac/Glue.pm
8844 ____________________________________________________________________________
8845 [ 12576] By: pudge                                 on 2001/10/22  18:58:22
8846         Log: Fix exit code (MacPerl bug #422129) and add Stop Script
8847              Apple event.
8848      Branch: maint-5.6/macperl
8849            ! macos/macish.c macos/macish.h macos/macperl/MPAppleEvents.c
8850            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
8851            ! macos/macperl/MPTerminology.aete
8852 ____________________________________________________________________________
8853 [ 12575] By: pudge                                 on 2001/10/22  18:56:34
8854         Log: Clean up some build utilities. Change Entab to Duplicate;
8855              fix docs and error reporting; improve macify() of paths;
8856              remove requirement for Exporter.pm presence.
8857      Branch: maint-5.6/macperl
8858            ! macos/InstallBLIB macos/MacPerlTests.cmd
8859            ! macos/lib/ExtUtils/MM_MacOS.pm macos/lib/Mac/BuildTools.pm
8860 ____________________________________________________________________________
8861 [ 12574] By: pudge                                 on 2001/10/22  18:53:28
8862         Log: Sync Time::HiRes with bleadperl
8863      Branch: maint-5.6/macperl
8864            ! macos/bundled_ext/Time/HiRes/HiRes.pm
8865            ! macos/bundled_ext/Time/HiRes/HiRes.t
8866            ! macos/bundled_ext/Time/HiRes/HiRes.xs
8867 ____________________________________________________________________________
8868 [ 12573] By: pudge                                 on 2001/10/22  18:52:58
8869         Log: Fix up Changes
8870      Branch: maint-5.6/macperl
8871            ! macos/Changes
8872 ____________________________________________________________________________
8873 [ 12572] By: jhi                                   on 2001/10/22  18:49:32
8874         Log: A user might belong to only a single group
8875              (the group equal to the group id).
8876      Branch: perl
8877            ! t/op/groups.t
8878 ____________________________________________________________________________
8879 [ 12571] By: jhi                                   on 2001/10/22  18:36:46
8880         Log: Prepending (instead of replacing with) the pwd is safer. 
8881      Branch: perl
8882            ! t/TEST
8883 ____________________________________________________________________________
8884 [ 12570] By: jhi                                   on 2001/10/22  18:34:54
8885         Log: Be more robust if no hostname or domainname
8886              (especially the latter)
8887      Branch: perl
8888            ! lib/Net/Domain.pm
8889 ____________________________________________________________________________
8890 [ 12569] By: sky                                   on 2001/10/22  17:41:07
8891         Log: Flush IO buffers before starting a thread, this mimics fork and seems like a saneer behaviour.
8892      Branch: perl
8893            ! ext/threads/threads.xs
8894 ____________________________________________________________________________
8895 [ 12568] By: nick                                  on 2001/10/22  16:31:24
8896         Log: Integrate mainline
8897      Branch: perlio
8898           +> ext/threads/shared/Makefile.PL ext/threads/shared/README
8899           +> ext/threads/shared/shared.pm ext/threads/shared/shared.xs
8900           +> ext/threads/shared/t/sv_refs.t
8901           +> ext/threads/shared/t/sv_simple.t pod/perlpodspec.pod
8902            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
8903            - lib/unicore/To/SpecUpper.pl
8904           !> (integrate 42 files)
8905 ____________________________________________________________________________
8906 [ 12567] By: jhi                                   on 2001/10/22  12:56:20
8907         Log: Update Changes.
8908      Branch: perl
8909            ! Changes patchlevel.h
8910 ____________________________________________________________________________
8911 [ 12566] By: jhi                                   on 2001/10/22  12:22:29
8912         Log: Subject: [PATCH pod/perlvar.pod] Undeprecating $]
8913              From: Michael G Schwern <schwern@pobox.com>
8914              Date: Mon, 22 Oct 2001 03:48:38 -0400
8915              Message-ID: <20011022034838.B1676@blackrider>
8916      Branch: perl
8917            ! pod/perlvar.pod
8918 ____________________________________________________________________________
8919 [ 12565] By: jhi                                   on 2001/10/22  12:21:28
8920         Log: Pod nits, as suggested by Stas Bekman.
8921      Branch: perl
8922            ! ext/threads/shared/shared.pm ext/threads/threads.pm
8923 ____________________________________________________________________________
8924 [ 12564] By: jhi                                   on 2001/10/22  12:17:00
8925         Log: Subject: [PATCH @ ] Fix for FETCH/NEXTKEY problem in all *DB*_File modules
8926              From: "Paul Marquess" <paul.marquess@openwave.com> 
8927              Date: Sun, 21 Oct 2001 21:11:15 +0100
8928              Message-ID: <AIEAJICLCBDNAAOLLOKLAEOMDCAA.paul.marquess@openwave.com>
8929      Branch: perl
8930            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
8931            ! ext/DB_File/t/db-hash.t ext/GDBM_File/GDBM_File.xs
8932            ! ext/GDBM_File/gdbm.t ext/GDBM_File/typemap
8933            ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/ndbm.t
8934            ! ext/ODBM_File/ODBM_File.xs ext/ODBM_File/odbm.t
8935            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.xs
8936            ! ext/SDBM_File/sdbm.t
8937 ____________________________________________________________________________
8938 [ 12563] By: jhi                                   on 2001/10/22  12:15:19
8939         Log: Integrate change #12559 from maintperl;
8940              various fixes for system() and backticks under windows
8941      Branch: perl
8942           !> win32/win32.c
8943 ____________________________________________________________________________
8944 [ 12562] By: jhi                                   on 2001/10/22  12:05:35
8945         Log: Integrate change #12560 from maintperl;
8946              make pl2bat use %0 rather than "%0" (the latter fails to work
8947              in a lot of common cases)
8948      Branch: perl
8949           !> win32/bin/pl2bat.pl
8950 ____________________________________________________________________________
8951 [ 12561] By: jhi                                   on 2001/10/22  12:00:23
8952         Log: Integrate changes #12549 and #12550 from maintperl;
8953              
8954              readline() doesn't work with our variables; it confuses them with
8955              my variables (change#4227 was incomplete)
8956      Branch: perl
8957            ! t/lib/strict/vars
8958           !> t/base/rs.t toke.c
8959 ____________________________________________________________________________
8960 [ 12560] By: gsar                                  on 2001/10/22  09:51:59
8961         Log: make pl2bat use %0 rather than "%0" (the latter fails to work
8962              in a lot of common cases)
8963      Branch: maint-5.6/perl
8964            ! win32/bin/pl2bat.pl
8965 ____________________________________________________________________________
8966 [ 12559] By: gsar                                  on 2001/10/22  09:49:51
8967         Log: various fixes for system() and backticks under windows:
8968              
8969              * avoid munging whitespace that is passed within quotes
8970              * work around a cmd.exe misfeature that made multi-arg
8971              system() unreliable when there is more than one quoted
8972              argument
8973              * make multi-arg system() autoquote arguments as needed
8974              before passing them to the shell (this avoids having to
8975              second guess the shell quoting)
8976              * perl's -Dp switch can be used to trace the innards
8977      Branch: maint-5.6/perl
8978            ! win32/win32.c
8979 ____________________________________________________________________________
8980 [ 12558] By: nick                                  on 2001/10/22  08:58:42
8981         Log: Integrate ithreads buffer flush fix from perlio
8982      Branch: perl
8983           !> ext/threads/t/basic.t perl.c
8984 ____________________________________________________________________________
8985 [ 12557] By: nick                                  on 2001/10/22  08:35:09
8986         Log: All tests pass (legitimately) on ithreads
8987      Branch: perlio
8988            ! ext/threads/t/basic.t perl.c
8989 ____________________________________________________________________________
8990 [ 12556] By: nick                                  on 2001/10/22  06:51:22
8991         Log: Integrate non-ithreads fix to mainline
8992      Branch: perl
8993           !> perlio.c
8994 ____________________________________________________________________________
8995 [ 12555] By: nick                                  on 2001/10/22  06:48:33
8996         Log: Restore non-ithreads build. Interestingly binmode test passes
8997              non-ithreads - so crlf layer is not damaged and ithreads fail
8998              is a symptom ...
8999      Branch: perlio
9000            ! perlio.c
9001 ____________________________________________________________________________
9002 [ 12554] By: jhi                                   on 2001/10/21  22:21:55
9003         Log: Integrate from perlio; restructuring.
9004      Branch: perl
9005           !> embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
9006           !> perlio.h perliol.h pod/perlapi.pod sv.c win32/makefile.mk
9007           !> win32/perlhost.h
9008 ____________________________________________________________________________
9009 [ 12553] By: pudge                                 on 2001/10/21  21:51:34
9010         Log: Integrate from maintperl
9011              (Changes 12350, 12496, 12548, 12549, 12550)
9012      Branch: maint-5.6/macperl
9013           !> ext/IO/lib/IO/Seekable.pm lib/Carp/Heavy.pm t/base/rs.t
9014           !> t/lib/filefind-taint.t t/pragma/strict-vars toke.c
9015 ____________________________________________________________________________
9016 [ 12552] By: nick                                  on 2001/10/21  19:18:12
9017         Log: Win32 PerlIO_cleanup special cases should no longer be required.
9018      Branch: perlio
9019            ! perl.c
9020 ____________________________________________________________________________
9021 [ 12551] By: nick                                  on 2001/10/21  19:16:56
9022         Log: Multiple win32io.o is fatal for GCC (and noise with VC++)
9023      Branch: perlio
9024            ! win32/makefile.mk
9025 ____________________________________________________________________________
9026 [ 12550] By: gsar                                  on 2001/10/21  19:05:54
9027         Log: change#12549 wasn't aware of strictures
9028      Branch: maint-5.6/perl
9029            ! t/pragma/strict-vars toke.c
9030 ____________________________________________________________________________
9031 [ 12549] By: gsar                                  on 2001/10/21  18:03:19
9032         Log: readline() doesn't work with our variables; it confuses them with
9033              my variables (change#4227 was incomplete)
9034      Branch: maint-5.6/perl
9035            ! t/base/rs.t toke.c
9036 ____________________________________________________________________________
9037 [ 12548] By: gsar                                  on 2001/10/21  17:48:01
9038         Log: change#12220 appears to have pulled in a mainline change that
9039              isn't applicable to maint-5.6 (some platforms don't taint
9040              cwd)
9041      Branch: maint-5.6/perl
9042            ! t/lib/filefind-taint.t
9043 ____________________________________________________________________________
9044 [ 12547] By: nick                                  on 2001/10/21  17:15:54
9045         Log: Convert rest of PerlIO's memory tables to per-interp and add clone functions
9046              for them. Call explicit cleanup during destruct process.
9047              - one binmode test is failing
9048              - also ext/threads/t/basic.t fails under make test, and is noisy under
9049              harness. (Threads results are intermingled and don't match order expected.)
9050      Branch: perlio
9051            ! embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
9052            ! perlio.h perliol.h pod/perlapi.pod sv.c
9053 ____________________________________________________________________________
9054 [ 12546] By: jhi                                   on 2001/10/21  16:12:08
9055         Log: Implement multicharacter case mappings where a single
9056              Unicode character can be mapped into several.
9057      Branch: perl
9058            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
9059            - lib/unicore/To/SpecUpper.pl
9060            ! MANIFEST embed.h embed.pl global.sym lib/unicore/To/Lower.pl
9061            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
9062            ! lib/unicore/mktables pod/perlfunc.pod pod/perlunicode.pod pp.c
9063            ! proto.h t/op/lc.t utf8.c
9064 ____________________________________________________________________________
9065 [ 12545] By: sky                                   on 2001/10/21  15:25:16
9066         Log: First support of threads::shared, support shared svs and references.
9067      Branch: perl
9068            + ext/threads/shared/Makefile.PL ext/threads/shared/README
9069            + ext/threads/shared/shared.pm ext/threads/shared/shared.xs
9070            + ext/threads/shared/t/sv_refs.t
9071            + ext/threads/shared/t/sv_simple.t
9072            ! MANIFEST sharedsv.c
9073 ____________________________________________________________________________
9074 [ 12544] By: nick                                  on 2001/10/21  14:52:35
9075         Log: PerlIO layer table as PL_perlio (per-interpreter)
9076      Branch: perlio
9077            ! embed.h embedvar.h intrpvar.h perlapi.h perlio.c perlio.h
9078            ! pod/perlapi.pod sv.c
9079 ____________________________________________________________________________
9080 [ 12543] By: jhi                                   on 2001/10/21  13:36:40
9081         Log: Prettyprinting.
9082      Branch: perl
9083            ! pod/perlunicode.pod
9084 ____________________________________________________________________________
9085 [ 12542] By: ams                                   on 2001/10/21  03:50:25
9086         Log: Subject: perlpodspec and perlpod rewrite, draft 3 "final"
9087              From: "Sean M. Burke" <sburke@cpan.org>
9088              Date: Sat, 20 Oct 2001 17:51:09 -0600
9089              Message-Id: <3.0.6.32.20011020175109.007cb3d0@mail.spinn.net>
9090      Branch: perl
9091            + pod/perlpodspec.pod
9092            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlpod.pod
9093            ! pod/perltoc.pod
9094 ____________________________________________________________________________
9095 [ 12541] By: nick                                  on 2001/10/20  22:23:53
9096         Log: Fix typos in new locking on MemShared
9097              Make buffers in PerlIOBuf_* in per-thread heap (they are cloned after all...)
9098              - seems to make segfaults more deterministic - suspect they are 
9099              attempt to free() after Interp and Host have gone.
9100      Branch: perlio
9101            ! perlio.c win32/perlhost.h
9102 ____________________________________________________________________________
9103 [ 12540] By: nick                                  on 2001/10/20  21:50:46
9104         Log: Remove the MemShared re-#define (again)
9105      Branch: perlio
9106            ! perlio.c
9107 ____________________________________________________________________________
9108 [ 12539] By: nick                                  on 2001/10/20  21:49:06
9109         Log: Use locks on MemShared
9110      Branch: perlio
9111            ! win32/perlhost.h
9112 ____________________________________________________________________________
9113 [ 12538] By: jhi                                   on 2001/10/20  17:31:07
9114         Log: Subject: [REPATCH installhtml] Re: installhtml needs a good beating out
9115              From: "chromatic" <chromatic@rmci.net>
9116              Date: Sat, 20 Oct 2001 11:13:47 -0600
9117              Message-ID: <20011020172003.60024.qmail@onion.perl.org>
9118      Branch: perl
9119            ! installhtml
9120 ____________________________________________________________________________
9121 [ 12537] By: nick                                  on 2001/10/20  16:44:03
9122         Log: Integrate mainline
9123      Branch: perlio
9124           !> (integrate 48 files)
9125 ____________________________________________________________________________
9126 [ 12536] By: jhi                                   on 2001/10/20  15:58:00
9127         Log: Update Changes.
9128      Branch: perl
9129            ! Changes patchlevel.h
9130 ____________________________________________________________________________
9131 [ 12535] By: jhi                                   on 2001/10/20  15:18:57
9132         Log: Upgrade to podlators 1.11, from Russ Allbery.
9133      Branch: perl
9134            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
9135            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
9136            ! pod/pod2man.PL pod/pod2text.PL
9137 ____________________________________________________________________________
9138 [ 12534] By: jhi                                   on 2001/10/20  15:14:25
9139         Log: Integrate perlio change #12532:
9140              introduce and use PerlIO_intmod2str().
9141      Branch: perl
9142           !> doio.c lib/Net/Domain.pm perlio.c perlio.h
9143 ____________________________________________________________________________
9144 [ 12533] By: jhi                                   on 2001/10/20  14:42:33
9145         Log: Update to Getopt::Long 2.26_02, from Johan Vromans.
9146      Branch: perl
9147            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES lib/newgetopt.pl
9148 ____________________________________________________________________________
9149 [ 12532] By: nick                                  on 2001/10/20  14:25:37
9150         Log: Extract doio.c's open(2) mode to string conversion as PerlIO_intmod2str()
9151              Use for non-PERLIO fdupopen().
9152      Branch: perlio
9153            ! doio.c lib/Net/Domain.pm perlio.c perlio.h
9154 ____________________________________________________________________________
9155 [ 12531] By: jhi                                   on 2001/10/20  14:05:47
9156         Log: Integrate perlio: PerlIO win32 fixes.
9157      Branch: perl
9158           !> embed.h embed.pl embedvar.h ext/threads/threads.xs global.sym
9159           !> perl.h perlapi.c perlapi.h perlio.c perlsdio.h pod/perlapi.pod
9160           !> proto.h sv.h win32/win32io.c
9161 ____________________________________________________________________________
9162 [ 12530] By: nick                                  on 2001/10/20  12:53:30
9163         Log: Fixed in two places - p4 resolve
9164      Branch: perlio
9165            ! perlsdio.h
9166 ____________________________________________________________________________
9167 [ 12529] By: nick                                  on 2001/10/20  12:51:05
9168         Log: Fix for ithreads/stdio build
9169      Branch: perlio
9170            ! perlio.c perlsdio.h
9171 ____________________________________________________________________________
9172 [ 12528] By: ams                                   on 2001/10/20  12:13:25
9173         Log: Subject: [PATCH installman] Using Pod::Man instead of pod2man
9174              From: Michael G Schwern <schwern@pobox.com>
9175              Date: Sat, 20 Oct 2001 01:41:21 -0400
9176              Message-Id: <20011020014121.I3681@blackrider>
9177      Branch: perl
9178            ! installman
9179 ____________________________________________________________________________
9180 [ 12527] By: ams                                   on 2001/10/20  12:09:41
9181         Log: Subject: [PATCH lib/Pod/Checker.pm] Minor typo
9182              From: Michael G Schwern <schwern@pobox.com>
9183              Date: Sat, 20 Oct 2001 02:04:21 -0400
9184              Message-Id: <20011020020421.A11732@blackrider>
9185      Branch: perl
9186            ! lib/Pod/Checker.pm
9187 ____________________________________________________________________________
9188 [ 12526] By: ams                                   on 2001/10/20  11:59:41
9189         Log: Subject: [PATCH lib/Net/Config.pm] Fix Some Pod Typos
9190              From: "chromatic" <chromatic@rmci.net>
9191              Date: Fri, 19 Oct 2001 22:46:39 -0600
9192              Message-Id: <20011020045254.73112.qmail@onion.perl.org>
9193      Branch: perl
9194            ! lib/Net/Config.pm
9195 ____________________________________________________________________________
9196 [ 12525] By: nick                                  on 2001/10/20  11:16:18
9197         Log: Avoid calling (now non-existant) Perl_sv_setsv(), by calling
9198              Perl_sv_setsv_flags directly.
9199      Branch: perlio
9200            ! ext/threads/threads.xs
9201 ____________________________________________________________________________
9202 [ 12524] By: nick                                  on 2001/10/20  10:28:17
9203         Log: Add a new flag character 'm' to embed.pl set to represent
9204              "functions" which are really macros. Use it foe the troublesome
9205              sv_setsv() etc. macros in sv.h - changing latter to define
9206              sv_setsv rather than sv_setsv_macro etc.
9207      Branch: perlio
9208            ! embed.h embed.pl embedvar.h global.sym perlapi.c perlapi.h
9209            ! pod/perlapi.pod proto.h sv.h
9210 ____________________________________________________________________________
9211 [ 12523] By: nick                                  on 2001/10/20  09:17:17
9212         Log: Add comments explaining why win32.h/embed.h are included where they are
9213              in perl.h 
9214      Branch: perlio
9215            ! perl.h
9216 ____________________________________________________________________________
9217 [ 12522] By: nick                                  on 2001/10/20  08:27:44
9218         Log: Code PerlIOWin32_dup - does not fix Win32 problems as :win32 is not 
9219              being used yet.
9220      Branch: perlio
9221            ! win32/win32io.c
9222 ____________________________________________________________________________
9223 [ 12521] By: jhi                                   on 2001/10/20  02:36:21
9224         Log: Wording tweaks.
9225      Branch: perl
9226            ! t/TEST
9227 ____________________________________________________________________________
9228 [ 12520] By: jhi                                   on 2001/10/20  01:02:26
9229         Log: Subject: IO module with nonblocking socket connect patch 
9230              From: Raul Dias <raul@dias.com.br>
9231              Date: Fri, 19 Oct 2001 22:45:32 -0300
9232              Message-Id: <200110200145.f9K1jWW08398@stratus.swi.com.br>     
9233      Branch: perl
9234            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
9235 ____________________________________________________________________________
9236 [ 12519] By: jhi                                   on 2001/10/20  00:51:07
9237         Log: Test vertical whitespace combined with /x in \p{}.
9238      Branch: perl
9239            ! t/op/pat.t
9240 ____________________________________________________________________________
9241 [ 12518] By: jhi                                   on 2001/10/20  00:13:47
9242         Log: Subject: [PATCH] PERL_MM_USE_DEFAULT
9243              From: Gisle Aas <gisle@ActiveState.com> 
9244              Date: 19 Oct 2001 16:46:02 -0700
9245              Message-ID: <lrofn3i479.fsf_-_@caliper.ActiveState.com> 
9246      Branch: perl
9247            ! lib/ExtUtils/MakeMaker.pm
9248 ____________________________________________________________________________
9249 [ 12517] By: jhi                                   on 2001/10/19  23:59:34
9250         Log: No more this symbol.
9251      Branch: perl
9252            ! makedef.pl
9253 ____________________________________________________________________________
9254 [ 12516] By: jhi                                   on 2001/10/19  23:57:48
9255         Log: Integrate change #12511; fix gross win32 build issues.
9256      Branch: perl
9257           !> makedef.pl sv.c
9258 ____________________________________________________________________________
9259 [ 12515] By: jhi                                   on 2001/10/19  23:16:06
9260         Log: Unpack in scalar context should return the first value
9261              returned in list context, as pointed out by Ton Hospel
9262              in 2001-05-21 (this is how it works already in blead,
9263              just adding the test).
9264      Branch: perl
9265            ! t/op/pack.t
9266 ____________________________________________________________________________
9267 [ 12514] By: jhi                                   on 2001/10/19  21:10:43
9268         Log: Subject: [PATCH perl@12494] perldoc.PL tweak for VMS
9269              From: "Craig A. Berry" <craigberry@mac.com>
9270              Date: Fri, 19 Oct 2001 16:59:30 -0500
9271              Message-Id: <5.1.0.14.2.20011019162623.021e3868@exchi01>
9272      Branch: perl
9273            ! utils/perldoc.PL
9274 ____________________________________________________________________________
9275 [ 12513] By: jhi                                   on 2001/10/19  21:09:27
9276         Log: Subject: [PATCH Perl@12494] vmsish fix, ieee rand() cleanup
9277              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
9278              Date: Fri, 19 Oct 2001 17:45:23 EDT
9279              Message-Id: <011019174427.d749b@DUPHY4.Physics.Drexel.Edu>
9280      Branch: perl
9281            ! configure.com dump.c ext/B/t/stash.t op.c op.h opcode.h
9282            ! opcode.pl perl.c perl.h perlvars.h pp.sym pp_ctl.c pp_proto.h
9283            ! pp_sys.c vms/ext/vmsish.pm vms/ext/vmsish.t vms/vms.c
9284            ! vms/vmsish.h
9285 ____________________________________________________________________________
9286 [ 12512] By: jhi                                   on 2001/10/19  20:28:48
9287         Log: Subject: [PATCH Perl@12494] two fake test failures on VMS fixed
9288              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
9289              Date: Fri, 19 Oct 2001 17:26:35 EDT
9290              Message-Id: <011019172623.11292c@DUPHY4.Physics.Drexel.Edu>
9291      Branch: perl
9292            ! lib/Term/Complete.t lib/Test/Simple/t/output.t
9293 ____________________________________________________________________________
9294 [ 12511] By: nick                                  on 2001/10/19  19:55:36
9295         Log: Fix gross win32 build issues
9296      Branch: perlio
9297            ! makedef.pl sv.c
9298 ____________________________________________________________________________
9299 [ 12510] By: jhi                                   on 2001/10/19  19:52:17
9300         Log: Subject: Re: find2perl and File::Find on cdrom filesystems (with Tel's patch applied to perl-current)
9301              From: David Dyck <dcd@tc.fluke.com>
9302              Date: Fri, 19 Oct 2001 13:36:09 -0700 (PDT)
9303              Message-ID: <Pine.LNX.4.33.0110191309310.28510-100000@dd.tc.fluke.com>
9304      Branch: perl
9305            ! lib/File/Find.pm
9306 ____________________________________________________________________________
9307 [ 12509] By: jhi                                   on 2001/10/19  19:01:46
9308         Log: Subject: Re: PerlIO and Encode
9309              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
9310              Date: Tue, 16 Oct 2001 01:50:16 +0900
9311              Message-Id: <20011016014150.0C8E.BQW10602@nifty.com>
9312      Branch: perl
9313            ! ext/Encode/Encode.pm ext/Encode/Encode/Tcl.pm
9314            ! ext/Encode/Encode/Tcl.t
9315 ____________________________________________________________________________
9316 [ 12508] By: ams                                   on 2001/10/19  17:59:16
9317         Log: C<foo I<bar>> hunks from <20011019014551.A35625@not.autrijus.org>.
9318              (See #12499)
9319      Branch: perl
9320            ! pod/perlintro.pod
9321 ____________________________________________________________________________
9322 [ 12507] By: nick                                  on 2001/10/19  16:30:43
9323         Log: Integrate mainline
9324      Branch: perlio
9325           +> lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
9326           +> lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
9327           +> lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
9328           +> lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
9329           +> lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
9330           +> lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
9331           +> lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
9332           +> lib/unicore/To/SpecUpper.pl pod/perlintro.pod
9333           +> pod/perlmodstyle.pod win32/Makefile.win64 win32/config.win64
9334           +> win32/config_H.win64
9335            - lib/Test/Utils.pm lib/unicore/mktables.PL
9336            - t/lib/Test/Simple/Catch/More.pm
9337           !> (integrate 84 files)
9338 ____________________________________________________________________________
9339 [ 12506] By: jhi                                   on 2001/10/19  14:20:15
9340         Log: Retract the #10451 which seems to be the cause
9341              of the major leakage from while(){eval"sub{}"}
9342      Branch: perl
9343            ! op.c t/run/kill_perl.t
9344 ____________________________________________________________________________
9345 [ 12505] By: jhi                                   on 2001/10/19  13:39:59
9346         Log: Regen toc.
9347      Branch: perl
9348            ! pod/perltoc.pod
9349 ____________________________________________________________________________
9350 [ 12504] By: jhi                                   on 2001/10/19  13:35:59
9351         Log: Tiny tweaks.
9352      Branch: perl
9353            ! pod/perl.pod
9354 ____________________________________________________________________________
9355 [ 12503] By: ams                                   on 2001/10/19  13:34:24
9356         Log: Subject: Re: perlintro.pod
9357              From: Abe Timmerman <abe@ztreet.demon.nl>
9358              Date: Fri, 19 Oct 2001 14:12:40 +0200
9359              Message-Id: <ls40ttsmrr3rpjlm3dqhh8v60onsiopmuc@4ax.com>
9360      Branch: perl
9361            ! pod/perlintro.pod
9362 ____________________________________________________________________________
9363 [ 12502] By: ams                                   on 2001/10/19  13:24:12
9364         Log: Slight reorganisation of references.
9365      Branch: perl
9366            ! pod/perl.pod
9367 ____________________________________________________________________________
9368 [ 12501] By: jhi                                   on 2001/10/19  13:19:14
9369         Log: Subject: [DOC PATCH lib/ExtUtils/MakeMaker.pm] Discouraging use of PREREQ_FATAL in day-to-day Makefile.PL's   
9370              From: Kay Röpke <kroepke@dolphin-services.de>
9371              Date: Fri, 19 Oct 2001 14:04:01 +0200 
9372              Message-Id: <E15uYNb-00040L-00@mrvdom01.schlund.de>
9373      Branch: perl
9374            ! lib/ExtUtils/MakeMaker.pm
9375 ____________________________________________________________________________
9376 [ 12500] By: jhi                                   on 2001/10/19  03:25:44
9377         Log: Unicode categories continue:
9378              implement Category=, Script=, Block=
9379              (these are based on an upcoming update of TR#18)
9380              Fix a bug where we got two In categories named "old italic",
9381              and another where shortcut for the Is categories wasn't taken.
9382      Branch: perl
9383            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/In/137.pl
9384            ! lib/unicore/mktables lib/utf8_heavy.pl pod/perltodo.pod
9385            ! pod/perlunicode.pod t/op/pat.t
9386 ____________________________________________________________________________
9387 [ 12499] By: ams                                   on 2001/10/19  01:42:29
9388         Log: Subject: a small patch to perlintro.pod.
9389              From: Autrijus Tang <autrijus@autrijus.org>
9390              Date: Fri, 19 Oct 2001 01:45:51 +0800
9391              Message-Id: <20011019014551.A35625@not.autrijus.org>
9392              (Applied by hand with nits.)
9393      Branch: perl
9394            ! pod/perlintro.pod
9395 ____________________________________________________________________________
9396 [ 12498] By: jhi                                   on 2001/10/19  00:14:50
9397         Log: Subject: [PATCH] OpenBSD hints for ithreads
9398              From: Andy Dougherty <doughera@lafayette.edu>
9399              Date: Thu, 18 Oct 2001 12:33:59 -0400 (EDT)
9400              Message-ID: <Pine.SOL.4.10.10110181232060.15040-100000@maxwell.phys.lafayette.edu>
9401      Branch: perl
9402            ! hints/openbsd.sh
9403 ____________________________________________________________________________
9404 [ 12497] By: jhi                                   on 2001/10/18  16:14:13
9405         Log: Retract #12446; the problem solved by #12474.
9406      Branch: perl
9407            ! hints/aix.sh
9408 ____________________________________________________________________________
9409 [ 12496] By: gsar                                  on 2001/10/18  15:38:22
9410         Log: Carp::shortmess_heavy() doesn't notice trailing newline in
9411              message and suppress line number info (from Steve Hay
9412              <Steve.Hay@uk.radan.com>)
9413      Branch: maint-5.6/perl
9414            ! lib/Carp/Heavy.pm
9415 ____________________________________________________________________________
9416 [ 12495] By: jhi                                   on 2001/10/18  14:06:52
9417         Log: More documented In categories.
9418      Branch: perl
9419            ! pod/perlunicode.pod
9420 ____________________________________________________________________________
9421 [ 12494] By: jhi                                   on 2001/10/18  13:04:48
9422         Log: Update Changes.
9423      Branch: perl
9424            ! Changes patchlevel.h
9425 ____________________________________________________________________________
9426 [ 12493] By: jhi                                   on 2001/10/18  12:58:31
9427         Log: Add the lib/unicore/To/Spec*.pl to the MANIFEST.
9428      Branch: perl
9429            ! MANIFEST
9430 ____________________________________________________________________________
9431 [ 12492] By: jhi                                   on 2001/10/18  12:37:28
9432         Log: Wrong skip() arguments.
9433      Branch: perl
9434            ! ext/B/t/terse.t
9435 ____________________________________________________________________________
9436 [ 12491] By: jhi                                   on 2001/10/18  12:17:16
9437         Log: Subject: try#2: [proposed PATCH Perl@12401] ieee floats, rand() & old systems  
9438              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
9439              Date: Wed, 17 Oct 2001 09:10:53 EDT 
9440              Message-Id: <011017090944.15ad2e@DUPHY4.Physics.Drexel.Edu>
9441      Branch: perl
9442            ! configure.com embedvar.h opcode.pl perlapi.h perlvars.h
9443            ! pod/perlapi.pod vms/vms.c
9444 ____________________________________________________________________________
9445 [ 12490] By: ams                                   on 2001/10/18  09:31:00
9446         Log: Subject: PATCH perl.pod: Suggested reorganization of table of contents
9447              From: Mark-Jason Dominus <mjd@plover.com>
9448              Date: Thu, 18 Oct 2001 06:25:35 -0400
9449              Message-Id: <20011018102535.19264.qmail@plover.com>
9450      Branch: perl
9451            ! pod/perl.pod
9452 ____________________________________________________________________________
9453 [ 12489] By: jhi                                   on 2001/10/18  02:24:52
9454         Log: Prettyprinting.
9455      Branch: perl
9456            ! lib/unicore/In.pl lib/unicore/Is.pl lib/unicore/mktables
9457 ____________________________________________________________________________
9458 [ 12488] By: jhi                                   on 2001/10/18  00:47:19
9459         Log: Regen toc.
9460      Branch: perl
9461            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
9462 ____________________________________________________________________________
9463 [ 12487] By: jhi                                   on 2001/10/18  00:43:18
9464         Log: Add perlintro, from Skud.
9465      Branch: perl
9466            + pod/perlintro.pod
9467            ! MANIFEST
9468 ____________________________________________________________________________
9469 [ 12486] By: jhi                                   on 2001/10/18  00:10:44
9470         Log: FAQ sync.
9471      Branch: perl
9472            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
9473            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq7.pod
9474            ! pod/perlfaq8.pod pod/perlfaq9.pod
9475 ____________________________________________________________________________
9476 [ 12485] By: jhi                                   on 2001/10/17  23:57:15
9477         Log: Oh, bother. In Tru64 cc -std1 was looking rather nice
9478              in speed (upto 20% speedup in certain operations) but meanwhile
9479              regexps and arithmetics got slower (5-10%) (according to
9480              perlbench average speedup is negligible, and within measuring
9481              flutter, 1%).  Therefore retracting all the changes
9482              aimed at getting -std1 to compile cleanly:  #12475, #12476,
9483              #12479, #12480, #12481, #12482, #12483, #12484.
9484      Branch: perl
9485            ! doio.c mg.c miniperlmain.c perl.c perl.h perlio.c pp_ctl.c
9486            ! pp_hot.c pp_sys.c toke.c
9487 ____________________________________________________________________________
9488 [ 12484] By: jhi                                   on 2001/10/17  21:58:40
9489         Log: (retracted by #12485)
9490              Strict ANSI doesn't like the third argument of main()
9491              so enable ignoring it if using ultra picky compiler.
9492      Branch: perl
9493            ! miniperlmain.c
9494 ____________________________________________________________________________
9495 [ 12483] By: jhi                                   on 2001/10/17  21:48:24
9496         Log: (retracted by #12485)
9497              Move the VMS_FOO_ERROR codes next to the SETERRNO() definition.
9498      Branch: perl
9499            ! perl.h
9500 ____________________________________________________________________________
9501 [ 12482] By: jhi                                   on 2001/10/17  21:42:57
9502         Log: (retracted by #12485)
9503              Add explanatory comment.
9504      Branch: perl
9505            ! mg.c
9506 ____________________________________________________________________________
9507 [ 12481] By: jhi                                   on 2001/10/17  20:50:37
9508         Log: (retracted by #12485)
9509              More dollar$hiding.
9510      Branch: perl
9511            ! doio.c perl.h pp_sys.c
9512 ____________________________________________________________________________
9513 [ 12480] By: jhi                                   on 2001/10/17  20:27:34
9514         Log: (retracted by #12485)
9515              KISS.
9516      Branch: perl
9517            ! mg.c
9518 ____________________________________________________________________________
9519 [ 12479] By: jhi                                   on 2001/10/17  19:57:34
9520         Log: (retracted by #12485)
9521              Thou shalt not #ifdef inside macro invocations,
9522              noticed by Rafael Garcia-Suarez.
9523      Branch: perl
9524            ! mg.c
9525 ____________________________________________________________________________
9526 [ 12478] By: ams                                   on 2001/10/17  18:50:55
9527         Log: Subject: [PATCH pp_sys.c] coredump fix in pp_accept()
9528              From: Anton Berezin <tobez@tobez.org>
9529              Date: Wed, 17 Oct 2001 18:25:48 +0200
9530              Message-Id: <20011017182548.A12082@heechee.tobez.org>
9531      Branch: perl
9532            ! pp_sys.c
9533 ____________________________________________________________________________
9534 [ 12476] By: jhi                                   on 2001/10/17  16:46:50
9535         Log: (retracted by #12485)
9536              Unterminated #ifdef.
9537      Branch: perl
9538            ! mg.c
9539 ____________________________________________________________________________
9540 [ 12475] By: jhi                                   on 2001/10/17  16:42:49
9541         Log: (retracted by #12485)
9542              Avoid dollar signs in identifiers (in non-VMS) to
9543              placate ultra picky ANSI compilers (such as DEC^WCPQ^WHP).
9544      Branch: perl
9545            ! doio.c mg.c perl.c perl.h perlio.c pp_ctl.c pp_hot.c pp_sys.c
9546            ! toke.c
9547 ____________________________________________________________________________
9548 [ 12474] By: ams                                   on 2001/10/17  15:14:50
9549         Log: Subject: Two AIX patches
9550              From: H.Merijn Brand <h.m.brand@hccnet.nl>
9551              Date: Wed, 17 Oct 2001 18:04:35 +0200
9552              Message-Id: <20011017180223.1346.H.M.BRAND@hccnet.nl>
9553      Branch: perl
9554            ! hints/aix.sh makedef.pl
9555 ____________________________________________________________________________
9556 [ 12473] By: jhi                                   on 2001/10/17  14:48:38
9557         Log: Limiting the Time::HiRes::sleep and usleep to
9558              one second is not a good policy if drop-in
9559              replacement is still a goal.
9560      Branch: perl
9561            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
9562            ! ext/Time/HiRes/HiRes.xs
9563 ____________________________________________________________________________
9564 [ 12472] By: jhi                                   on 2001/10/17  11:00:54
9565         Log: Subject: [PATCH] Test::Simple 0.32
9566              From: Michael G Schwern <schwern@pobox.com> 
9567              Date: Wed, 17 Oct 2001 03:42:41 -0400
9568              Message-ID: <20011017034241.A25038@blackrider>
9569      Branch: perl
9570            + lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
9571            + lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
9572            + lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
9573            + lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
9574            + lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
9575            + lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
9576            - lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
9577            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
9578            ! lib/Test/Simple/Changes lib/Test/Simple/t/More.t
9579            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
9580            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
9581            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
9582            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
9583            ! lib/Test/Simple/t/simple.t lib/Test/Simple/t/skip.t
9584            ! lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
9585            ! lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
9586            ! t/lib/Test/Simple/Catch.pm
9587            ! t/lib/Test/Simple/sample_tests/five_fail.plx
9588 ____________________________________________________________________________
9589 [ 12471] By: jhi                                   on 2001/10/17  10:25:06
9590         Log: Subject: [PATCH t/TEST t/harness vms/test.com] Set PERL_CORE environment var   
9591              From: Michael G Schwern <schwern@pobox.com> 
9592              Date: Wed, 17 Oct 2001 04:04:13 -0400
9593              Message-ID: <20011017040413.C25550@blackrider>
9594      Branch: perl
9595            ! t/TEST t/harness vms/test.com
9596 ____________________________________________________________________________
9597 [ 12470] By: jhi                                   on 2001/10/17  02:25:01
9598         Log: Regen doc with perlmodstyle added.
9599      Branch: perl
9600            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
9601 ____________________________________________________________________________
9602 [ 12469] By: jhi                                   on 2001/10/17  02:24:02
9603         Log: Pod cleanup.
9604      Branch: perl
9605            ! lib/File/Spec.pm lib/File/Spec/Mac.pm
9606 ____________________________________________________________________________
9607 [ 12468] By: jhi                                   on 2001/10/17  02:16:11
9608         Log: Subject: perlmodstyle as a patch
9609              From: Kirrily Robert <skud@infotrope.net>
9610              Date: Tue, 16 Oct 2001 22:47:23 -0400
9611              Message-ID: <20011016224723.A20673@infotrope.net>
9612      Branch: perl
9613            + pod/perlmodstyle.pod
9614            ! MANIFEST
9615 ____________________________________________________________________________
9616 [ 12467] By: jhi                                   on 2001/10/17  00:59:43
9617         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
9618              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
9619              Date: Thu, 6 Sep 2001 11:09:40 +0100
9620              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
9621              
9622              Mention also the develooper p5p archive.
9623      Branch: perl
9624            ! pod/perlhack.pod
9625 ____________________________________________________________________________
9626 [ 12466] By: jhi                                   on 2001/10/17  00:57:38
9627         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] PREREQ_PM does not really require.
9628              From: Kay Röpke <kroepke@dolphin-services.de>
9629              Date: Tue, 16 Oct 2001 17:23:52 +0200
9630              Message-Id: <E15tW4O-0003J7-00@mrvdom03.schlund.de>
9631      Branch: perl
9632            ! lib/ExtUtils/MakeMaker.pm
9633 ____________________________________________________________________________
9634 [ 12465] By: jhi                                   on 2001/10/17  00:54:28
9635         Log: Add the special casing mappings (from SpecCase.txt)
9636              (except for the hyper special case mappings that have
9637              the condition list); the special casing mappings are
9638              unused for now.  Small tidying up on mktables.
9639      Branch: perl
9640            + lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
9641            + lib/unicore/To/SpecUpper.pl
9642            ! lib/unicore/mktables
9643 ____________________________________________________________________________
9644 [ 12464] By: jhi                                   on 2001/10/16  22:38:24
9645         Log: Subject: [PATCH] Doc patch on here-docs (perlop and perldata)
9646              From: "David H. Adler" <dha@panix.com>       
9647              Date: Tue, 16 Oct 2001 11:59:35 -0400
9648              Message-ID: <20011016115935.A13078@panix.com>
9649              
9650              Subject: [ PATCH ] perldata patch, revised
9651              From: "David H. Adler" <dha@panix.com>     
9652              Date: Tue, 16 Oct 2001 18:26:49 -0400
9653              Message-ID: <20011016182649.C23970@panix.com>
9654      Branch: perl
9655            ! pod/perldata.pod pod/perlop.pod
9656 ____________________________________________________________________________
9657 [ 12463] By: jhi                                   on 2001/10/16  19:39:25
9658         Log: Integrate perlio: PerlIO_dup (for all but Win32).
9659      Branch: perl
9660           !> embed.h embed.pl ext/Encode/Encode.xs
9661           !> ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs hv.c perl.h
9662           !> perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
9663           !> win32/win32io.c
9664 ____________________________________________________________________________
9665 [ 12462] By: nick                                  on 2001/10/16  19:11:30
9666         Log: PerlIOXxxx_dups for all but Win32
9667      Branch: perlio
9668            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
9669            ! ext/PerlIO/Via/Via.xs
9670 ____________________________________________________________________________
9671 [ 12461] By: nick                                  on 2001/10/16  18:28:48
9672         Log: Implement PerlIOStdio_dup (explains core dumps - dup
9673              was not setting up a FILE * to be fclosed()).
9674      Branch: perlio
9675            ! perlio.c
9676 ____________________________________________________________________________
9677 [ 12460] By: nick                                  on 2001/10/16  17:31:47
9678         Log: When USE_ITHREADS avoid SV * in PerlIO_debug, at risk of buffer
9679              overflow.
9680      Branch: perlio
9681            ! perlio.c
9682 ____________________________________________________________________________
9683 [ 12459] By: jhi                                   on 2001/10/16  17:10:22
9684         Log: Subject: [PATCH perl@12443] VMS 64-bit configure
9685              From: "Craig A. Berry" <craigberry@mac.com>
9686              Date: Tue, 16 Oct 2001 13:08:38 -0500
9687              Message-Id: <5.1.0.14.2.20011016122704.029eaea8@exchi01>
9688      Branch: perl
9689            ! configure.com
9690 ____________________________________________________________________________
9691 [ 12458] By: jhi                                   on 2001/10/16  17:07:20
9692         Log: Can't expect too much accuracy from a sleep of one second.
9693              (I think this will also fail with high load.)
9694      Branch: perl
9695            ! ext/Time/HiRes/HiRes.t
9696 ____________________________________________________________________________
9697 [ 12457] By: jhi                                   on 2001/10/16  16:50:24
9698         Log: Subject: WIN64 (Itanium) port of Perl 5.6.1
9699              From: "Werner, Randolf" <randolf.werner@sap.com>
9700              Date: Tue, 16 Oct 2001 18:33:02 +0200
9701              Message-ID: <816D93CCC927D31188570008C75D1DE10A5CB1F8@dbwdfx1a.wdf.sap-ag.de>
9702      Branch: perl
9703            + win32/Makefile.win64 win32/config.win64 win32/config_H.win64
9704            ! MANIFEST Porting/makerel ext/SDBM_File/sdbm/sdbm.c
9705 ____________________________________________________________________________
9706 [ 12456] By: nick                                  on 2001/10/16  14:08:16
9707         Log: Builds under ithreads (but fails all threads tests)
9708      Branch: perlio
9709            ! hv.c perlio.c sv.c
9710 ____________________________________________________________________________
9711 [ 12455] By: jhi                                   on 2001/10/16  13:59:32
9712         Log: I think the Perl_sortsv needs *not* be skipped?
9713      Branch: perl
9714            ! makedef.pl
9715 ____________________________________________________________________________
9716 [ 12454] By: jhi                                   on 2001/10/16  13:05:38
9717         Log: Subject: [ PATCH ] maint/perl/t/op/groups.t for build on Cygwin
9718              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
9719              Date: Tue, 16 Oct 2001 15:32:44 +0200
9720              Message-ID: <3BCC531C.11494.3E433F@localhost>
9721      Branch: perl
9722            ! t/op/groups.t
9723 ____________________________________________________________________________
9724 [ 12453] By: jhi                                   on 2001/10/16  13:04:38
9725         Log: Subject: [ PATCH ] maint/perl/t/io/fs.t for build on Cygwin
9726              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
9727              Date: Tue, 16 Oct 2001 15:01:04 +0200
9728              Message-ID: <3BCC4BB0.30935.2145B7@localhost>
9729      Branch: perl
9730            ! t/io/fs.t
9731 ____________________________________________________________________________
9732 [ 12452] By: jhi                                   on 2001/10/16  12:03:49
9733         Log: A forgotten deletion.
9734      Branch: perl
9735            - lib/unicore/mktables.PL
9736 ____________________________________________________________________________
9737 [ 12451] By: nick                                  on 2001/10/16  11:32:48
9738         Log: Skeleton of "PerlIO_dup" coded.
9739              Still-passes all tests non-threaded (well it would wouldn't it!)
9740      Branch: perlio
9741            ! embed.h embed.pl ext/Encode/Encode.xs
9742            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs perl.h
9743            ! perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
9744            ! win32/win32io.c
9745 ____________________________________________________________________________
9746 [ 12450] By: jhi                                   on 2001/10/16  02:27:51
9747         Log: Document the problem with the swash_fetch() API that affects
9748              more complex case conversions.
9749      Branch: perl
9750            ! lib/utf8_heavy.pl utf8.c
9751 ____________________________________________________________________________
9752 [ 12449] By: jhi                                   on 2001/10/16  01:55:48
9753         Log: Make Time::HiRes::sleep() and usleep() to return
9754              the number of seconds (a floating point value) and 
9755              microseconds (an integer) actually slept (well,
9756              modulo the time spent in measuring the time actually
9757              slept...), to be a better drop-in replacement for
9758              the builtin sleep().  Noticed by Chris Nandor.
9759              
9760              Also make usleep() to croak if fed illegal number
9761              of useconds (anything greater than 1_000_000).
9762      Branch: perl
9763            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
9764            ! ext/Time/HiRes/HiRes.xs
9765 ____________________________________________________________________________
9766 [ 12448] By: jhi                                   on 2001/10/16  00:57:05
9767         Log: A missing SvREFCNT_dec.
9768      Branch: perl
9769            ! perl.c
9770 ____________________________________________________________________________
9771 [ 12447] By: nick                                  on 2001/10/15  20:27:53
9772         Log: Beginings of PerlIO_dup support (unstable)
9773      Branch: perlio
9774            ! perlio.c perliol.h
9775 ____________________________________________________________________________
9776 [ 12446] By: jhi                                   on 2001/10/15  18:44:19
9777         Log: (retracted by #12497)
9778              In AIX vac 5 just can't seem to get regcomp right.
9779      Branch: perl
9780            ! hints/aix.sh
9781 ____________________________________________________________________________
9782 [ 12445] By: jhi                                   on 2001/10/15  16:44:04
9783         Log: Bump the version number to agree with the maintperl one.
9784      Branch: perl
9785            ! lib/Tie/RefHash.pm
9786 ____________________________________________________________________________
9787 [ 12444] By: nick                                  on 2001/10/15  15:59:57
9788         Log: Integrate mainline
9789      Branch: perlio
9790           +> lib/Math/BigInt/t/Math/Subclass.pm
9791           +> lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
9792           +> lib/Math/BigInt/t/subclass.t lib/unicore/In/163.pl
9793           +> lib/unicore/In/164.pl lib/unicore/In/165.pl
9794           +> lib/unicore/In/166.pl lib/unicore/In/167.pl
9795           +> lib/unicore/In/168.pl lib/unicore/In/169.pl
9796           +> lib/unicore/In/170.pl lib/unicore/In/171.pl lib/unicore/Is.pl
9797           +> lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
9798           +> lib/unicore/mktables
9799            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
9800            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
9801            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
9802            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
9803            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
9804            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
9805            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
9806            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
9807            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
9808            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
9809            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
9810            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
9811            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
9812            - lib/unicore/syllables.txt
9813           !> (integrate 344 files)
9814 ____________________________________________________________________________
9815 [ 12443] By: jhi                                   on 2001/10/15  13:40:20
9816         Log: Casting tweak from Paul Marquess, helps Merijn on AIX.
9817      Branch: perl
9818            ! ext/DB_File/DB_File.xs
9819 ____________________________________________________________________________
9820 [ 12442] By: jhi                                   on 2001/10/15  13:35:36
9821         Log: Sync the skip() amounts with the number of tests.
9822      Branch: perl
9823            ! lib/Term/Complete.t
9824 ____________________________________________________________________________
9825 [ 12441] By: jhi                                   on 2001/10/15  13:11:03
9826         Log: Update Changes.
9827      Branch: perl
9828            ! Changes patchlevel.h
9829 ____________________________________________________________________________
9830 [ 12440] By: jhi                                   on 2001/10/15  12:58:24
9831         Log: MacOS Classic catdir() rewrite from Thomas Wegner
9832              (backward incompatibility, but a deliberate one,
9833              the old version simply is broken in its logic),
9834              also documentation updates, and as suggested replicated
9835              the File::Spec::Unix documentation updates also on the
9836              File::Spec documentation.
9837              
9838              TODO: there seems to be duplication of documentation
9839              between File::Spec and File::Spec::Unix.  I think
9840              the ::Unix should be left only with specific UNIXisms,
9841              and all the generic documentation should be in ::Spec.
9842      Branch: perl
9843            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
9844            ! lib/File/Spec.pm lib/File/Spec.t lib/File/Spec/Mac.pm
9845            ! lib/File/Spec/Unix.pm
9846 ____________________________________________________________________________
9847 [ 12439] By: jhi                                   on 2001/10/15  12:32:07
9848         Log: Subject: Re: [PATCH t/op/magic.t] missing tests on Win32
9849              From: Blair Zajac <blair@orcaware.com>
9850              Date: Mon, 24 Sep 2001 11:48:58 -0700
9851              Message-ID: <3BAF801A.88A4F614@orcaware.com>     
9852              
9853              (the skip() messages)
9854      Branch: perl
9855            ! t/op/magic.t
9856 ____________________________________________________________________________
9857 [ 12438] By: ams                                   on 2001/10/14  23:43:59
9858         Log: Subject: [PATCH] make PerlIO default on VMS
9859              From: "Craig A. Berry" <craigberry@mac.com>
9860              Date: Sun, 14 Oct 2001 15:27:18 -0500
9861              Message-Id: <5.1.0.14.0.20011014152339.021ec150@exchi01>
9862      Branch: perl
9863            ! configure.com
9864 ____________________________________________________________________________
9865 [ 12437] By: jhi                                   on 2001/10/14  23:05:57
9866         Log: Retract #12436 (Abhijit already did this at #12426)
9867      Branch: perl
9868            ! lib/ExtUtils/MM_Unix.pm
9869 ____________________________________________________________________________
9870 [ 12436] By: jhi                                   on 2001/10/14  21:22:43
9871         Log: (retracted by #12437)
9872              Subject: [PATCH lib/ExtUtils/MM_Unix.pm] MakeMaker tries to parse commented out $VERSION
9873              From: =?iso-8859-1?Q?Kay_R=F6pke?= <kroepke@dolphin-services.de>
9874              Date: Sat, 13 Oct 2001 20:33:55 +0200
9875              Message-Id: <E15sTbe-0001nt-00@mrvdom04.kundenserver.de>
9876      Branch: perl
9877            ! lib/ExtUtils/MM_Unix.pm
9878 ____________________________________________________________________________
9879 [ 12435] By: jhi                                   on 2001/10/14  21:21:52
9880         Log: Subject: h2xs grammar nit
9881              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
9882              Date: Fri, 12 Oct 2001 00:12:01 -0700 (PDT)
9883              Message-ID: <Pine.GSU.4.21.0110120010540.9710-100000@garcia.efn.org>
9884      Branch: perl
9885            ! utils/h2xs.PL
9886 ____________________________________________________________________________
9887 [ 12434] By: jhi                                   on 2001/10/14  13:48:30
9888         Log: Subject: [PATCH @12422] Fix scoping problem with FATAL warnings
9889              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
9890              Date: Sun, 14 Oct 2001 11:25:08 +0100
9891              Message-ID: <AIEAJICLCBDNAAOLLOKLCEFDDCAA.Paul_Marquess@Yahoo.co.uk>
9892      Branch: perl
9893            ! lib/warnings.pm pod/perllexwarn.pod t/lib/warnings/7fatal
9894            ! warnings.pl
9895 ____________________________________________________________________________
9896 [ 12433] By: jhi                                   on 2001/10/13  23:20:11
9897         Log: Use File::Spec (needs Thomas Wegner's upcoming patch
9898              for File::Spec::Mac::catfile)
9899      Branch: perl
9900            ! lib/h2xs.t
9901 ____________________________________________________________________________
9902 [ 12432] By: jhi                                   on 2001/10/13  23:17:31
9903         Log: Subject: [PATCH] Re: default module version for h2xs (was Re: [PATCH] Re: What sort of Makefile.PL should h2xs write?)   
9904              From: Nicholas Clark <nick@ccl4.org>
9905              Date: Sat, 13 Oct 2001 00:07:31 +0100
9906              Message-ID: <20011013000731.D67535@plum.flirble.org>
9907      Branch: perl
9908            ! lib/h2xs.t utils/h2xs.PL
9909 ____________________________________________________________________________
9910 [ 12431] By: jhi                                   on 2001/10/13  22:35:58
9911         Log: Define PASTHRU_DEFINE and PASTHRU_INC (which are used
9912              before DEFINE and INC), and repent by taking DEFINE and
9913              INC away from PASTHRU.
9914      Branch: perl
9915            ! lib/ExtUtils/MM_Unix.pm
9916 ____________________________________________________________________________
9917 [ 12430] By: jhi                                   on 2001/10/13  21:23:09
9918         Log: More MANIFEST anomalies.
9919      Branch: perl
9920            ! MANIFEST
9921 ____________________________________________________________________________
9922 [ 12429] By: jhi                                   on 2001/10/13  21:01:32
9923         Log: Not that many.
9924      Branch: perl
9925            ! MANIFEST
9926 ____________________________________________________________________________
9927 [ 12428] By: sky                                   on 2001/10/13  20:59:27
9928         Log: Subject: [DOC PATCH] pod syntax fixups for File::Spec::* modules
9929              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9930              Date: Sat, 13 Oct 2001 23:15:55 +0200
9931              Message-ID: <20011013231555.A18071@rafael>
9932      Branch: perl
9933            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm lib/File/Spec/Mac.pm
9934            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
9935 ____________________________________________________________________________
9936 [ 12427] By: jhi                                   on 2001/10/13  20:54:17
9937         Log: Rewrite mktables from scratch.
9938              - Cleaner.
9939              - Faster: 15-20 seconds as opposed to several minutes.
9940              - More dynamic: the names of the various categories
9941              such as the linebreak ones are dynamic, not static.
9942              - Is.pl: long names for the general category properties
9943              are now available.
9944              - Ranges (<... ,First>, <..., Last>) from the general
9945              categories work now.
9946              - No more mktables.PL because the mktables.PL is not
9947              and never has been run to create a mktables.
9948              - syllables.txt and Is/Syl*.pl removed: non-standard
9949              (not part of the Unicode), and the whole concept is
9950              being reworked (http://syllabary.sourceforge.net/),
9951              the old way wouldn't even work with the new Syllables.txt
9952              (it would result in 1000+ new categories)
9953      Branch: perl
9954            + lib/unicore/In/163.pl lib/unicore/In/164.pl
9955            + lib/unicore/In/165.pl lib/unicore/In/166.pl
9956            + lib/unicore/In/167.pl lib/unicore/In/168.pl
9957            + lib/unicore/In/169.pl lib/unicore/In/170.pl
9958            + lib/unicore/In/171.pl lib/unicore/Is.pl
9959            + lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
9960            + lib/unicore/mktables
9961            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
9962            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
9963            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
9964            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
9965            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
9966            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
9967            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
9968            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
9969            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
9970            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
9971            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
9972            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
9973            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
9974            - lib/unicore/syllables.txt
9975            ! (edit 304 files)
9976 ____________________________________________________________________________
9977 [ 12426] By: ams                                   on 2001/10/13  18:05:36
9978         Log: ExtUtils::MM_Unix should ignore comments when searching for
9979              $VERSION.
9980      Branch: perl
9981            ! lib/ExtUtils/MM_Unix.pm
9982 ____________________________________________________________________________
9983 [ 12425] By: jhi                                   on 2001/10/13  12:26:41
9984         Log: Subject: Re: New module XML::Clean
9985              From: andreas.koenig@anima.de (Andreas J. Koenig)
9986              Date: 13 Oct 2001 10:17:09 +0200
9987              Message-ID: <m37ku0t0my.fsf@anima.de>
9988      Branch: perl
9989            ! pod/perlnewmod.pod
9990 ____________________________________________________________________________
9991 [ 12424] By: sky                                   on 2001/10/13  09:39:59
9992         Log: Set thread stack size if needed.
9993      Branch: perl
9994            ! ext/threads/threads.xs
9995 ____________________________________________________________________________
9996 [ 12423] By: sky                                   on 2001/10/13  09:36:49
9997         Log: We do want to set the attribute to joinable even on modern posix
9998              platforms.
9999      Branch: perl
10000            ! ext/threads/threads.xs
10001 ____________________________________________________________________________
10002 [ 12422] By: jhi                                   on 2001/10/13  02:04:44
10003         Log: Subject: [PATCH ext/Data/Dumper.xs]
10004              From: Brian Ingerson <ingy@ttul.org>
10005              Date: Fri, 12 Oct 2001 19:32:35 -0700
10006              Message-ID: <20011012193235.B889@ttul.org>
10007      Branch: perl
10008            ! ext/Data/Dumper/Dumper.xs
10009 ____________________________________________________________________________
10010 [ 12421] By: jhi                                   on 2001/10/12  23:22:45
10011         Log: Update Changes.
10012      Branch: perl
10013            ! Changes patchlevel.h
10014 ____________________________________________________________________________
10015 [ 12420] By: jhi                                   on 2001/10/12  22:51:17
10016         Log: FAQ sync.
10017      Branch: perl
10018            ! pod/perlfaq3.pod pod/perlfaq4.pod
10019 ____________________________________________________________________________
10020 [ 12419] By: jhi                                   on 2001/10/12  22:46:49
10021         Log: Subject: RE: [PATCH File::Copy] Silence warnings for tied filehandles     
10022              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
10023              Date: Fri, 12 Oct 2001 11:51:05 -0700
10024              Message-ID: <35A280DF784CD411A06B0008C7B130AD0115DDAE@sdex04.sd.intuit.com>
10025      Branch: perl
10026            ! lib/File/Copy.pm
10027 ____________________________________________________________________________
10028 [ 12418] By: jhi                                   on 2001/10/12  22:44:24
10029         Log: Subject: [PATCH lib/Term/Complete.t] Rethinking the Test
10030              From: "chromatic" <chromatic@rmci.net>     
10031              Date: Thu, 11 Oct 2001 10:57:55 -0600
10032              Message-ID: <20011011170354.74354.qmail@onion.perl.org>
10033              
10034              Subject: [PATCH Complete.pm] Re: [PATCH lib/Term/Complete.t] Rethinking the Test
10035              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10036              Date: Thu, 11 Oct 2001 22:34:21 +0200
10037              Message-ID: <20011011223421.A693@rafael>     
10038              
10039              plus undef $Term::Complete::stty as suggested by Rafael.
10040      Branch: perl
10041            ! lib/Term/Complete.pm lib/Term/Complete.t
10042 ____________________________________________________________________________
10043 [ 12417] By: jhi                                   on 2001/10/12  20:35:49
10044         Log: UUnndduupplleexx..
10045      Branch: perl
10046            ! perl.h
10047 ____________________________________________________________________________
10048 [ 12416] By: sky                                   on 2001/10/12  20:16:19
10049         Log: Subject: Re: Sparc/Linux/ithreads unhappy @12391 [PATCH]
10050              From: Andy Dougherty <doughera@lafayette.edu>
10051              Date: Fri, 12 Oct 2001 16:53:03 -0400 (EDT)
10052              Message-ID: <Pine.SOL.4.10.10110121647360.11279-100000@maxwell.phys.lafayette.edu>
10053              (Potentially only band-aid)
10054      Branch: perl
10055            ! sv.c
10056 ____________________________________________________________________________
10057 [ 12415] By: jhi                                   on 2001/10/12  20:13:06
10058         Log: VMS pre-7.0 (which doesn't have sigaction()) uniformly
10059              mishandles kill(), and therefore the sigaction test
10060              should be skipped, from Charles Lane.
10061      Branch: perl
10062            ! ext/POSIX/t/sigaction.t
10063 ____________________________________________________________________________
10064 [ 12414] By: sky                                   on 2001/10/12  18:47:49
10065         Log: Perhaps other OLD_POSIX_API systems might be happy and not only HP-UX 10.20
10066      Branch: perl
10067            ! op.h
10068 ____________________________________________________________________________
10069 [ 12413] By: jhi                                   on 2001/10/12  18:35:31
10070         Log: Upgrade to Math::BigInt 1.44 from Tels and
10071              further fixes from John Peacock.
10072      Branch: perl
10073            + lib/Math/BigInt/t/Math/Subclass.pm
10074            + lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
10075            + lib/Math/BigInt/t/subclass.t
10076            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
10077            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
10078            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
10079            ! lib/Math/BigInt/t/mbimbf.t
10080 ____________________________________________________________________________
10081 [ 12412] By: sky                                   on 2001/10/12  18:28:23
10082         Log: perhaps pthread_attr_t really needs to be set for the old api
10083      Branch: perl
10084            ! ext/threads/threads.xs
10085 ____________________________________________________________________________
10086 [ 12411] By: sky                                   on 2001/10/12  18:11:45
10087         Log: pthread_keycreate not pthread_key_create under the here be dragons API
10088      Branch: perl
10089            ! ext/threads/threads.h
10090 ____________________________________________________________________________
10091 [ 12410] By: sky                                   on 2001/10/12  18:07:37
10092         Log: Apperently OLD PTHREADS API is a bit retarded.
10093              This should fix another set of compile failures in HP-UX 10.20.
10094      Branch: perl
10095            ! ext/threads/threads.h ext/threads/threads.xs
10096 ____________________________________________________________________________
10097 [ 12409] By: nick                                  on 2001/10/12  15:30:01
10098         Log: Blind integrate of mainline
10099      Branch: perlio
10100           +> (branch 32 files)
10101            - lib/unicode/README
10102           !> (integrate 121 files)
10103 ____________________________________________________________________________
10104 [ 12408] By: sky                                   on 2001/10/12  14:55:08
10105         Log: Let us avoid being smart for now.
10106      Branch: perl
10107            ! ext/threads/threads.h
10108 ____________________________________________________________________________
10109 [ 12407] By: sky                                   on 2001/10/12  14:38:12
10110         Log: (void*) the argument to make sure we work with picky compilers
10111      Branch: perl
10112            ! ext/threads/threads.xs
10113 ____________________________________________________________________________
10114 [ 12406] By: ams                                   on 2001/10/12  13:26:04
10115         Log: (replaced with #12600)
10116              
10117              Subject: [PATCH 5.6.1 perldoc] use File::Temp
10118              From: Mikhail Zabaluev <mhz@alt-linux.org>
10119              Date: Fri, 12 Oct 2001 12:47:47 +0400
10120              Message-Id: <20011012124747.E13918@localhost.localdomain>
10121      Branch: perl
10122            ! utils/perldoc.PL
10123 ____________________________________________________________________________
10124 [ 12405] By: ams                                   on 2001/10/12  13:05:32
10125         Log: Subject: [PATCH] (Was: lib/Memoize/t/speed.................FAILED at test 2)
10126              From: andreas.koenig@anima.de (Andreas J. Koenig)
10127              Date: 12 Oct 2001 11:12:07 +0200
10128              Message-Id: <m3wv21te6w.fsf_-_@anima.de>
10129      Branch: perl
10130            ! lib/Memoize/t/speed.t
10131 ____________________________________________________________________________
10132 [ 12404] By: sky                                   on 2001/10/12  12:46:15
10133         Log: A) Support OLD_PTHREADS_API
10134              B) Change from using pthread_t to using a TLS to store the
10135              index of the thread in an hash, this is to avoid problems when
10136              in fact pthread_t was not a seralizable type.
10137              Both these changes are because of HP-UX 10.20
10138              This has not been tested on win32 but should work there.
10139              Need to add support for NetWare.
10140      Branch: perl
10141            ! ext/threads/threads.h ext/threads/threads.xs
10142 ____________________________________________________________________________
10143 [ 12403] By: ams                                   on 2001/10/12  07:34:19
10144         Log: Subject: Re: New module XML::Clean
10145              From: andreas.koenig@anima.de (Andreas J. Koenig)
10146              Date: 12 Oct 2001 10:20:35 +0200
10147              Message-Id: <m3elo9uv58.fsf@anima.de>
10148      Branch: perl
10149            ! pod/perlnewmod.pod
10150 ____________________________________________________________________________
10151 [ 12402] By: jhi                                   on 2001/10/11  19:51:04
10152         Log: More HP model tweaks from Merijn.
10153      Branch: perl
10154            ! README.hpux
10155 ____________________________________________________________________________
10156 [ 12401] By: jhi                                   on 2001/10/11  13:03:10
10157         Log: Update Changes.
10158      Branch: perl
10159            ! Changes patchlevel.h
10160 ____________________________________________________________________________
10161 [ 12400] By: jhi                                   on 2001/10/11  11:33:20
10162         Log: HP-UX update from H.Merijn Brand.
10163      Branch: perl
10164            ! README.hpux
10165 ____________________________________________________________________________
10166 [ 12399] By: jhi                                   on 2001/10/11  00:53:56
10167         Log: Subject: [PATCH] fix link rot in README.vms
10168              From: "Craig A. Berry" <craigberry@mac.com>
10169              Date: Wed, 10 Oct 2001 17:17:00 -0500
10170              Message-Id: <5.1.0.14.0.20011010171057.01bd77c8@exchi01>
10171      Branch: perl
10172            ! README.vms
10173 ____________________________________________________________________________
10174 [ 12398] By: jhi                                   on 2001/10/11  00:49:42
10175         Log: Subject: [PATCH lib/Term/Complete.t] (was Re: lib/Term/Complete.t won't complete in background)
10176              From: "chromatic" <chromatic@rmci.net>
10177              Date: Wed, 10 Oct 2001 15:50:30 -0600
10178              Message-ID: <20011010215627.13283.qmail@onion.perl.org> 
10179      Branch: perl
10180            ! lib/Term/Complete.t
10181 ____________________________________________________________________________
10182 [ 12397] By: jhi                                   on 2001/10/11  00:48:54
10183         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Packlist.t] Add Tests for ExtUtils::Packlist
10184              From: "chromatic" <chromatic@rmci.net>
10185              Date: Wed, 10 Oct 2001 15:45:42 -0600
10186              Message-ID: <20011010215140.8913.qmail@onion.perl.org>
10187      Branch: perl
10188            + lib/ExtUtils/Packlist.t
10189            ! MANIFEST
10190 ____________________________________________________________________________
10191 [ 12396] By: jhi                                   on 2001/10/10  20:20:22
10192         Log: VMS needs quotes around the -I option to keep it from
10193              being downcased, from Charles Lane.
10194      Branch: perl
10195            ! t/run/kill_perl.t
10196 ____________________________________________________________________________
10197 [ 12395] By: ams                                   on 2001/10/10  16:22:32
10198         Log: Subject: [PATCH lib/FindBin.pm]
10199              From: Stas Bekman <stas@stason.org>
10200              Date: Tue, 09 Oct 2001 23:57:10 +0800
10201              Message-Id: <3BC31E56.60805@stason.org>
10202      Branch: perl
10203            ! lib/FindBin.pm
10204 ____________________________________________________________________________
10205 [ 12394] By: ams                                   on 2001/10/10  16:09:53
10206         Log: Subject: Re: /usr/include/sys/e ?? (perl@12340)
10207              From: Abhijit Menon-Sen <ams@wiw.org>
10208              Date: Wed, 10 Oct 2001 21:59:33 +0530
10209              Message-Id: <20011010215933.B2444@lustre.dyn.wiw.org>
10210      Branch: perl
10211            ! ext/Data/Dumper/Dumper.xs
10212 ____________________________________________________________________________
10213 [ 12393] By: jhi                                   on 2001/10/10  15:53:39
10214         Log: VMS: reorder the elimination of 000000 in the canonpath logic,
10215              from Charles Lane.
10216      Branch: perl
10217            ! lib/File/Spec/VMS.pm
10218 ____________________________________________________________________________
10219 [ 12392] By: ams                                   on 2001/10/10  14:49:43
10220         Log: Subject: [PATCH] two s/// bugfixes
10221              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10222              Date: Wed, 10 Oct 2001 17:23:44 +0200
10223              Message-Id: <20011010172344.C22440@rafael>
10224      Branch: perl
10225            ! pp_ctl.c regexec.c t/op/subst.t
10226 ____________________________________________________________________________
10227 [ 12391] By: jhi                                   on 2001/10/10  12:22:02
10228         Log: Fix/improve handling of the [000000] special "root"
10229              directory, by putting cwd in canonical form when doing
10230              abs2rel, and prepending a 000000 to directory "chunks"
10231              if missing from base or path.  Also adjust test to
10232              reflect the (improved) output from abs2rel.
10233              From Charles Lane.
10234      Branch: perl
10235            ! lib/File/Spec.t lib/File/Spec/VMS.pm
10236 ____________________________________________________________________________
10237 [ 12390] By: jhi                                   on 2001/10/10  11:48:14
10238         Log: In VMS the copy-to-untaint %ENV in the initialization also loses
10239              all of the extra VMSish attributes (such as "treat this logical
10240              as a device name") that are necessary to make programs run.
10241              A tainted %ENV does not hinder VMS.  From Charles Lane.
10242      Branch: perl
10243            ! lib/File/Find/t/taint.t
10244 ____________________________________________________________________________
10245 [ 12389] By: jhi                                   on 2001/10/10  11:40:29
10246         Log: VMS-specific fixes to the ExtUtils::Manifest tests.
10247              
10248              o  VMS is case-insensitive, RTL downcases filenames read
10249              by perl... so need to re-upcase filenames like MANIFEST
10250              and MANIFEST.SKIP
10251              
10252              o  Need to convert VMS-style to Unix-style filenames when comparing
10253              names in MANIFEST to names in filesystem.
10254              
10255              o  Need to remove mantest/MANIFEST before rmdir'ing mantest,
10256              since VMS won't let you (easily) delete non-empty directories.
10257              
10258              From Charles Lane.
10259      Branch: perl
10260            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Manifest.t
10261 ____________________________________________________________________________
10262 [ 12388] By: jhi                                   on 2001/10/10  11:28:44
10263         Log: Unix and VMS agree on "*" as a "match any number of any chars"
10264              wildcards, but differ ("?"  vs.  "%") for their "match any single
10265              char" wildcard.  This patch changes "?"  chars to "%" before doing a
10266              VMS glob...at no loss of functionality, since "?"  isn't a valid
10267              filename char on VMS.  From Charles Lane.
10268      Branch: perl
10269            ! doio.c
10270 ____________________________________________________________________________
10271 [ 12387] By: jhi                                   on 2001/10/10  11:20:13
10272         Log: (accidentally empty submit; new life as #12390)
10273      Branch: perl
10274            ! lib/File/Find/t/taint.t
10275 ____________________________________________________________________________
10276 [ 12386] By: jhi                                   on 2001/10/10  11:12:40
10277         Log: Even more VMS tweakage from Charles Lane:
10278              
10279              Tweak #1:  splitdir only works on directory part of filespec,
10280              split off volume first
10281              Tweak #2:  VMS pre-7.0's $ENV{'HOME'} is not settable
10282              (it's a horrible kludge in the run-time library,
10283              improved in later versions). Check the
10284              $Config{'d_setenv'} flag before attempting to set it.
10285      Branch: perl
10286            ! t/op/chdir.t
10287 ____________________________________________________________________________
10288 [ 12385] By: jhi                                   on 2001/10/09  20:34:36
10289         Log: VMS tweakage from Charles Lane.
10290              
10291              . command.com doubles an output line when prompting for extensions
10292              . Term::Cap has no business trying to run obscure Un*x utilities on VMS
10293              . perl5db doesn't clean up after itself
10294      Branch: perl
10295            ! configure.com lib/Term/Cap.pm lib/perl5db.pl
10296 ____________________________________________________________________________
10297 [ 12384] By: sky                                   on 2001/10/09  19:16:11
10298         Log: Subject: [PATCH again again], Re: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
10299              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10300              Date: Tue, 9 Oct 2001 22:10:26 +0200
10301              Message-ID: <20011009221026.A8579@rafael>
10302      Branch: perl
10303            ! pod/perldata.pod
10304 ____________________________________________________________________________
10305 [ 12383] By: jhi                                   on 2001/10/09  14:33:15
10306         Log: Subject: [PATCH t/op/subst.t] new tests, new TODO test
10307              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
10308              Date: 9 Oct 2001 15:15:06 -0000
10309              Message-Id: <slrn9s653h.h2p.rgarciasuarez@rafael.kazibao.net>
10310      Branch: perl
10311            ! t/op/subst.t
10312 ____________________________________________________________________________
10313 [ 12382] By: jhi                                   on 2001/10/09  14:03:30
10314         Log: Update Changes.
10315      Branch: perl
10316            ! Changes patchlevel.h
10317 ____________________________________________________________________________
10318 [ 12381] By: jhi                                   on 2001/10/09  13:52:50
10319         Log: Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat
10320              Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat,
10321              when a NULL is passed for the filename string pointer.
10322              From Charles Lane.
10323      Branch: perl
10324            ! vms/vms.c
10325 ____________________________________________________________________________
10326 [ 12379] By: jhi                                   on 2001/10/09  13:03:49
10327         Log: Subject: HP systems update
10328              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10329              Date: Tue, 09 Oct 2001 15:59:22 +0200
10330              Message-Id: <20011009155614.A4F5.H.M.BRAND@hccnet.nl>
10331      Branch: perl
10332            ! README.hpux
10333 ____________________________________________________________________________
10334 [ 12378] By: jhi                                   on 2001/10/09  12:52:21
10335         Log: CPAN::Nox does now have a test.
10336      Branch: perl
10337            ! t/lib/1_compile.t
10338 ____________________________________________________________________________
10339 [ 12377] By: jhi                                   on 2001/10/09  12:23:27
10340         Log: Subject: [ID 20011001.009] /usr/bin/perl (in addition to /usr/local/bin/perl)
10341              From: David Dyck <dcd@tc.fluke.com>
10342              Date: Mon, 1 Oct 2001 12:17:36 -0700
10343              Message-Id: <200110011917.MAA11879@dd.tc.fluke.com>
10344      Branch: perl
10345            ! installperl
10346 ____________________________________________________________________________
10347 [ 12376] By: jhi                                   on 2001/10/09  12:18:39
10348         Log: NetWare update from Ananth Kesari.
10349      Branch: perl
10350            ! NetWare/nwperlsys.h makedef.pl
10351 ____________________________________________________________________________
10352 [ 12375] By: jhi                                   on 2001/10/09  11:43:01
10353         Log: Subject: [PATCH Perl@12307] File::Find test on VMS
10354              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
10355              Date: Tue, 9 Oct 2001 08:40:57 EDT
10356              Message-Id: <011009083426.17530f@DUPHY4.Physics.Drexel.Edu>
10357      Branch: perl
10358            ! lib/File/Find/t/find.t
10359 ____________________________________________________________________________
10360 [ 12374] By: ams                                   on 2001/10/09  05:31:45
10361         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Mkbootstrap.t] Add Tests for
10362              ExtUtils::Mkbootstrap
10363              From: "chromatic" <chromatic@rmci.net>
10364              Date: Tue, 09 Oct 2001 00:08:37 -0600
10365              Message-Id: <20011009061432.46666.qmail@onion.perl.org>
10366      Branch: perl
10367            + lib/ExtUtils/Mkbootstrap.t
10368            ! MANIFEST
10369 ____________________________________________________________________________
10370 [ 12373] By: jhi                                   on 2001/10/09  02:56:13
10371         Log: Enable more debugging.
10372      Branch: perl
10373            ! lib/utf8_heavy.pl
10374 ____________________________________________________________________________
10375 [ 12372] By: ams                                   on 2001/10/09  02:11:59
10376         Log: #12370 forgot to modify is_gv_magical().
10377      Branch: perl
10378            ! gv.c
10379 ____________________________________________________________________________
10380 [ 12371] By: jhi                                   on 2001/10/09  01:48:17
10381         Log: Make the toupper/lower/title API for Unicode not right
10382              but at least less wrong: prepare for the mapping being
10383              more than just one-character-to-one-character.
10384      Branch: perl
10385            ! embed.h embed.pl global.sym handy.h pp.c proto.h regcomp.c
10386            ! regexec.c utf8.c
10387 ____________________________________________________________________________
10388 [ 12370] By: jhi                                   on 2001/10/09  01:23:08
10389         Log: Subject: Re: [PATCH mg.c gv.c and others] ${^TAINT}
10390              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
10391              Date: Mon, 8 Oct 2001 22:18:23 -0400
10392              Message-ID: <20011008221823.A413700@linguist.thayer.dartmouth.edu>
10393      Branch: perl
10394            ! pod/perlvar.pod t/op/taint.t
10395 ____________________________________________________________________________
10396 [ 12369] By: jhi                                   on 2001/10/08  23:31:21
10397         Log: FAQ sync.
10398      Branch: perl
10399            ! pod/perlfaq3.pod pod/perlfaq4.pod
10400 ____________________________________________________________________________
10401 [ 12368] By: jhi                                   on 2001/10/08  21:20:45
10402         Log: Subject: [PATCH lib/Term/Cap.t] Fix Debian Failures on Test 22
10403              From: "chromatic" <chromatic@rmci.net>
10404              Date: Mon, 08 Oct 2001 14:05:32 -0600
10405              Message-ID: <20011008201126.73702.qmail@onion.perl.org>
10406      Branch: perl
10407            ! lib/Term/Cap.t
10408 ____________________________________________________________________________
10409 [ 12367] By: jhi                                   on 2001/10/08  21:10:49
10410         Log: Subject: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
10411              From: Michael G Schwern <schwern@pobox.com>
10412              Date: Mon, 8 Oct 2001 17:00:14 -0400
10413              Message-ID: <20011008170014.L17083@blackrider>
10414      Branch: perl
10415            ! gv.c mg.c pod/perlvar.pod t/op/magic.t t/op/taint.t
10416 ____________________________________________________________________________
10417 [ 12366] By: jhi                                   on 2001/10/08  20:43:19
10418         Log: Subject: [PATCH Perl@12307] Time::Hires for VMS pre-7.0
10419              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
10420              Date: Mon, 8 Oct 2001 16:01:33 EDT
10421              Message-Id: <011008155856.1604b5@DUPHY4.Physics.Drexel.Edu>
10422      Branch: perl
10423            ! ext/Time/HiRes/HiRes.xs
10424 ____________________________________________________________________________
10425 [ 12365] By: jhi                                   on 2001/10/08  20:41:50
10426         Log: Subject: [PATCH] Autosplit patch for VMS
10427              From: "Craig A. Berry" <craigberry@mac.com>
10428              Date: Mon, 08 Oct 2001 15:40:43 -0500
10429              Message-Id: <5.1.0.14.0.20011008150808.02302618@exchi01>
10430      Branch: perl
10431            ! lib/AutoSplit.pm lib/AutoSplit.t
10432 ____________________________________________________________________________
10433 [ 12364] By: jhi                                   on 2001/10/08  20:36:58
10434         Log: Don't assume that everybody is running OS X 10.1 yet;
10435              from Kay Röpke.
10436      Branch: perl
10437            ! hints/darwin.sh
10438 ____________________________________________________________________________
10439 [ 12363] By: jhi                                   on 2001/10/08  14:26:35
10440         Log: Update Changes.
10441      Branch: perl
10442            ! Changes patchlevel.h
10443 ____________________________________________________________________________
10444 [ 12362] By: jhi                                   on 2001/10/08  14:05:50
10445         Log: Retract #12358 for now.
10446      Branch: perl
10447            ! lib/Term/Cap.t
10448 ____________________________________________________________________________
10449 [ 12361] By: jhi                                   on 2001/10/08  13:57:10
10450         Log: Can't figure out what this is testing.
10451              (If it is trying to catch SIGKILL, it should stop
10452              trying because that is by definition impossible.)
10453      Branch: perl
10454            ! lib/sigtrap.t
10455 ____________________________________________________________________________
10456 [ 12360] By: jhi                                   on 2001/10/08  13:23:28
10457         Log: Subject: [PATCH bleadperl] why some tests fail on Win95...
10458              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
10459              Date: Sun, 30 Sep 2001 21:15:13 +0200
10460              Message-ID: <5033457805.20010930211513@tesla.rcub.bg.ac.yu>
10461      Branch: perl
10462            ! lib/ExtUtils/MM_Win32.pm
10463 ____________________________________________________________________________
10464 [ 12359] By: jhi                                   on 2001/10/08  12:37:17
10465         Log: Clarify the ldlibpth part and condense the overall text.
10466      Branch: perl
10467            ! t/TEST
10468 ____________________________________________________________________________
10469 [ 12358] By: jhi                                   on 2001/10/08  11:56:49
10470         Log: Subject: Re: [PATCH] & what's to be done for 5.8.0?
10471              From: "chromatic" <chromatic@rmci.net>
10472              Date: Sun, 07 Oct 2001 16:59:26 -0600
10473              Message-ID: <20011007230518.90917.qmail@onion.perl.org>
10474      Branch: perl
10475            ! lib/Term/Cap.t
10476 ____________________________________________________________________________
10477 [ 12357] By: jhi                                   on 2001/10/08  11:54:50
10478         Log: Update the list because fo #12265.
10479      Branch: perl
10480            ! t/lib/1_compile.t
10481 ____________________________________________________________________________
10482 [ 12356] By: jhi                                   on 2001/10/08  11:53:30
10483         Log: Subject: [PATCH] & what's to be done for 5.8.0? 
10484              From: Nicholas Clark <nick@ccl4.org>
10485              Date: Sun, 7 Oct 2001 20:53:33 +0100
10486              Message-ID: <20011007205333.S38756@plum.flirble.org>   
10487      Branch: perl
10488            ! ext/B/t/showlex.t ext/B/t/stash.t ext/Cwd/t/taint.t
10489            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
10490            ! ext/DB_File/t/db-recno.t ext/Fcntl/t/fcntl.t lib/CGI/t/carp.t
10491            ! lib/CGI/t/cookie.t lib/File/Find/t/taint.t lib/FindBin.t
10492            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
10493            ! lib/Net/t/smtp.t lib/Switch/t/given.t lib/Switch/t/nested.t
10494            ! lib/Switch/t/switch.t lib/Term/Complete.t
10495            ! lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/todo.t
10496            ! lib/bigfloat.t lib/bigint.t lib/integer.t t/op/flip.t
10497            ! t/op/my_stash.t
10498 ____________________________________________________________________________
10499 [ 12355] By: jhi                                   on 2001/10/08  11:51:29
10500         Log: Integrate patch #12350 from maintperl; typo in
10501              IO::Seekable doc.
10502      Branch: perl
10503           !> ext/IO/lib/IO/Seekable.pm
10504 ____________________________________________________________________________
10505 [ 12354] By: jhi                                   on 2001/10/08  11:41:16
10506         Log: Detypo.
10507      Branch: perl
10508            ! hints/darwin.sh
10509 ____________________________________________________________________________
10510 [ 12353] By: sky                                   on 2001/10/07  17:16:14
10511         Log: Change 12349 didn't really get it right.
10512      Branch: perl
10513            ! lib/Unicode/README
10514 ____________________________________________________________________________
10515 [ 12352] By: jhi                                   on 2001/10/07  15:03:18
10516         Log: If running the harness the dynamic library search path
10517              may need setting.
10518      Branch: perl
10519            ! t/TEST
10520 ____________________________________________________________________________
10521 [ 12351] By: jhi                                   on 2001/10/07  14:17:12
10522         Log: It seems that in MacOS X 10.1 one must use -flat_namespace
10523              in ldflags.
10524      Branch: perl
10525            ! hints/darwin.sh
10526 ____________________________________________________________________________
10527 [ 12350] By: gsar                                  on 2001/10/07  13:30:42
10528         Log: typo in IO::Seekable doc
10529      Branch: maint-5.6/perl
10530            ! ext/IO/lib/IO/Seekable.pm
10531 ____________________________________________________________________________
10532 [ 12349] By: jhi                                   on 2001/10/07  12:49:31
10533         Log: Give up the fantasy of having lib/Unicode and lib/unicode:
10534              doesn't work on Mac OS X 10.1 (when unpacking the tar the
10535              latter gets renamed as lib/unicode:1, assumedly for security
10536              reasons not to overwrite stuff)
10537      Branch: perl
10538            + lib/Unicode/README
10539            - lib/unicode/README
10540            ! MANIFEST
10541 ____________________________________________________________________________
10542 [ 12348] By: ams                                   on 2001/10/07  05:33:40
10543         Log: Subject: [PATCH MANIFEST lib/CPAN/t/Nox.t] Add Tests for CPAN::Nox
10544              From: "chromatic" <chromatic@rmci.net>
10545              Date: Sat, 06 Oct 2001 21:42:03 -0600
10546              Message-Id: <20011007034754.21057.qmail@onion.perl.org>
10547      Branch: perl
10548            + lib/CPAN/t/Nox.t
10549            ! MANIFEST
10550 ____________________________________________________________________________
10551 [ 12347] By: ams                                   on 2001/10/07  00:48:10
10552         Log: Subject: [PATCH MANIFEST lib/sigtrap.t] Add Tests for sigtrap.pm
10553              From: "chromatic" <chromatic@rmci.net>
10554              Date: Sat, 06 Oct 2001 18:52:10 -0600
10555              Message-Id: <20011007005801.98381.qmail@onion.perl.org>
10556      Branch: perl
10557            + lib/sigtrap.t
10558            ! MANIFEST
10559 ____________________________________________________________________________
10560 [ 12346] By: ams                                   on 2001/10/06  23:14:01
10561         Log: Subject: [PATCH] (was Re: [PATCH] Re: What sort of Makefile.PL should
10562              h2xs write?)
10563              From: Nicholas Clark <nick@ccl4.org>
10564              Date: Sat, 6 Oct 2001 21:46:43 +0100
10565              Message-Id: <20011006214643.L38756@plum.flirble.org>
10566      Branch: perl
10567            ! utils/h2xs.PL
10568 ____________________________________________________________________________
10569 [ 12345] By: ams                                   on 2001/10/06  17:39:53
10570         Log: Subject: [PATCH] Memoize tests
10571              From: Nicholas Clark <nick@ccl4.org>
10572              Date: Sat, 6 Oct 2001 18:04:21 +0100
10573              Message-Id: <20011006180421.J38756@plum.flirble.org>
10574      Branch: perl
10575            ! lib/Memoize/t/array.t lib/Memoize/t/array_confusion.t
10576            ! lib/Memoize/t/correctness.t lib/Memoize/t/errors.t
10577            ! lib/Memoize/t/expire.t lib/Memoize/t/expire_file.t
10578            ! lib/Memoize/t/expire_module_n.t
10579            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
10580            ! lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
10581            ! lib/Memoize/t/speed.t lib/Memoize/t/tie.t
10582            ! lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
10583            ! lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
10584            ! lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
10585 ____________________________________________________________________________
10586 [ 12344] By: jhi                                   on 2001/10/06  00:30:23
10587         Log: Retract the latter part of #12343.
10588      Branch: perl
10589            ! ext/IO/lib/IO/Socket/INET.pm
10590 ____________________________________________________________________________
10591 [ 12343] By: jhi                                   on 2001/10/05  23:32:07
10592         Log: Subject: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
10593              From: David Dyck <dcd@tc.fluke.com>
10594              Date: Fri, 5 Oct 2001 16:04:43 -0700 (PDT)
10595              Message-ID: <Pine.LNX.4.33.0110051548340.9856-100000@dd.tc.fluke.com>
10596              
10597              Subject: Re: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
10598              From: David Dyck <dcd@tc.fluke.com>
10599              Date: Fri, 5 Oct 2001 17:27:46 -0700 (PDT)
10600              Message-ID: <Pine.LNX.4.33.0110051714350.14248-100000@dd.tc.fluke.com>
10601      Branch: perl
10602            ! ext/IO/lib/IO/Socket/INET.pm
10603 ____________________________________________________________________________
10604 [ 12342] By: jhi                                   on 2001/10/05  16:28:37
10605         Log: Subject: [PATCH perl@12307] Re: test names from C<make TEST>
10606              From: Robin Barker <rmb1@cise.npl.co.uk>
10607              Date: Fri, 5 Oct 2001 18:20:44 +0100 (BST)
10608              Message-Id: <200110051720.SAA17023@tempest.npl.co.uk>
10609      Branch: perl
10610            ! t/TEST
10611 ____________________________________________________________________________
10612 [ 12341] By: jhi                                   on 2001/10/05  13:54:08
10613         Log: Don't assume that %x is good for displaying UVs.
10614      Branch: perl
10615            ! dump.c
10616 ____________________________________________________________________________
10617 [ 12340] By: jhi                                   on 2001/10/05  12:41:31
10618         Log: Update Changes.
10619      Branch: perl
10620            ! Changes patchlevel.h
10621 ____________________________________________________________________________
10622 [ 12339] By: ams                                   on 2001/10/05  10:22:34
10623         Log: Subject: [PATCH] perlfunc/select
10624              From: Nicholas Clark <nick@ccl4.org>
10625              Date: Fri, 5 Oct 2001 11:33:58 +0100
10626              Message-Id: <20011005113358.Z38756@plum.flirble.org>
10627      Branch: perl
10628            ! pod/perlfunc.pod
10629 ____________________________________________________________________________
10630 [ 12338] By: jhi                                   on 2001/10/04  22:54:06
10631         Log: Retract #12313 and #12249.
10632      Branch: perl
10633            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
10634            ! pod/perldata.pod pod/perldbmfilter.pod pod/perldsc.pod
10635            ! pod/perlebcdic.pod
10636 ____________________________________________________________________________
10637 [ 12337] By: jhi                                   on 2001/10/04  17:17:03
10638         Log: Subject: [PATCH] perlvms.pod update
10639              From: "Craig A. Berry" <craigberry@mac.com>
10640              Date: Thu, 04 Oct 2001 12:55:52 -0500
10641              Message-Id: <5.1.0.14.0.20011004124831.01aa49c0@exchi01>
10642      Branch: perl
10643            ! vms/perlvms.pod
10644 ____________________________________________________________________________
10645 [ 12336] By: jhi                                   on 2001/10/04  14:02:17
10646         Log: Subject: PATCH: Tie::SubstrHash
10647              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
10648              Date: Thu, 04 Oct 2001 12:12:41 +0100
10649              Message-Id: <200110041112.f94BCfS17390@crypt.compulink.co.uk> 
10650      Branch: perl
10651            ! lib/Tie/SubstrHash.pm
10652 ____________________________________________________________________________
10653 [ 12335] By: jhi                                   on 2001/10/04  04:45:00
10654         Log: Unicode properties saga continues.
10655      Branch: perl
10656            ! lib/unicore/In.pl lib/unicore/In/136.pl lib/unicore/In/155.pl
10657            ! lib/unicore/mktables.PL lib/utf8_heavy.pl
10658 ____________________________________________________________________________
10659 [ 12334] By: jhi                                   on 2001/10/04  03:42:04
10660         Log: Yet more Unicode properties.
10661      Branch: perl
10662            + lib/unicore/In/137.pl lib/unicore/In/138.pl
10663            + lib/unicore/In/139.pl lib/unicore/In/140.pl
10664            + lib/unicore/In/141.pl lib/unicore/In/142.pl
10665            + lib/unicore/In/143.pl lib/unicore/In/144.pl
10666            + lib/unicore/In/145.pl lib/unicore/In/146.pl
10667            + lib/unicore/In/147.pl lib/unicore/In/148.pl
10668            + lib/unicore/In/149.pl lib/unicore/In/150.pl
10669            + lib/unicore/In/151.pl lib/unicore/In/152.pl
10670            + lib/unicore/In/153.pl lib/unicore/In/154.pl
10671            + lib/unicore/In/155.pl lib/unicore/In/156.pl
10672            + lib/unicore/In/157.pl lib/unicore/In/158.pl
10673            + lib/unicore/In/159.pl lib/unicore/In/160.pl
10674            + lib/unicore/In/161.pl lib/unicore/In/162.pl
10675            ! MANIFEST lib/unicore/In.pl lib/unicore/In/136.pl
10676            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perltodo.pod
10677            ! pod/perlunicode.pod
10678 ____________________________________________________________________________
10679 [ 12333] By: jhi                                   on 2001/10/04  03:02:19
10680         Log: Subject: [PATCH perl@12307] 2 more VMS test tweaks
10681              From: "Craig A. Berry" <craigberry@mac.com>
10682              Date: Wed, 03 Oct 2001 17:45:25 -0500
10683              Message-Id: <5.1.0.14.0.20011003154131.01bc8528@exchi01>
10684              
10685              (the lib/Term/Complete.t patched differently by #12332)
10686      Branch: perl
10687            ! lib/ExtUtils/Command.t
10688 ____________________________________________________________________________
10689 [ 12332] By: jhi                                   on 2001/10/04  03:00:03
10690         Log: Restore only if something to restore.
10691      Branch: perl
10692            ! lib/Term/Complete.t
10693 ____________________________________________________________________________
10694 [ 12331] By: pudge                                 on 2001/10/03  19:30:48
10695         Log: Update various resources for credits,
10696              minor icons fixes, and versions.
10697      Branch: maint-5.6/macperl
10698            ! macos/MPVersion.r macos/Perl.r macos/macperl/MPDroplet.r
10699            ! macos/macperl/MPExtension.rsrc macos/macperl/MPSave.c
10700            ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc
10701 ____________________________________________________________________________
10702 [ 12330] By: pudge                                 on 2001/10/03  19:17:25
10703         Log: Quiet the warnings about using undef value
10704      Branch: maint-5.6/macperl
10705            ! lib/File/Temp.pm
10706 ____________________________________________________________________________
10707 [ 12329] By: pudge                                 on 2001/10/03  19:14:59
10708         Log: Fix up Ballon Help and Help menu docs (first pass);
10709              remove balloon rez file, and autogenerate with
10710              Balloon2Rez instead.
10711      Branch: maint-5.6/macperl
10712            + macos/macperl/macscripts/Balloon2Rez
10713            - macos/macperl/MPBalloons.r
10714            ! macos/macperl/MPBalloons.ball macos/macperl/MacPerl.podhelp
10715 ____________________________________________________________________________
10716 [ 12328] By: pudge                                 on 2001/10/03  19:11:15
10717         Log: Allow overriding of defaults, for change #12327.
10718      Branch: maint-5.6/macperl
10719            ! perl.h
10720 ____________________________________________________________________________
10721 [ 12327] By: pudge                                 on 2001/10/03  19:10:26
10722         Log: Override PerlProc_exit.
10723      Branch: maint-5.6/macperl
10724            ! macos/macish.h
10725 ____________________________________________________________________________
10726 [ 12326] By: pudge                                 on 2001/10/03  19:08:28
10727         Log: Add in new macos/ modules, fix up BuildTools and Makefile.
10728      Branch: maint-5.6/macperl
10729            + macos/bundled_lib/blib/lib/MD5.pm
10730            + macos/bundled_lib/t/MD5/md5.t macos/lib/Mac/AETE/App.pm
10731            + macos/lib/Mac/AETE/Dialect.pm
10732            + macos/lib/Mac/AETE/Format/Converter.pm
10733            + macos/lib/Mac/AETE/Format/Dictionary.pm
10734            + macos/lib/Mac/AETE/Format/Glue.pm macos/lib/Mac/AETE/Parser.pm
10735            + macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm
10736            + macos/lib/Mac/Toolbox.pod
10737            ! macos/Makefile.mk macos/lib/Mac/BuildTools.pm
10738 ____________________________________________________________________________
10739 [ 12325] By: pudge                                 on 2001/10/03  18:51:28
10740         Log: Sync up silly CVS headers ... I should commit CVS
10741              first to avoid this ...
10742      Branch: maint-5.6/macperl
10743            ! macos/config.h macos/ext/Mac/ExtUtils/MakeToolboxModule
10744            ! macos/ext/Mac/Fonts/Fonts.xs macos/ext/MacPerl/MacPerl.xs
10745            ! macos/macperl/MPEditor.c macos/macperl/MPGlobals.h
10746            ! macos/macperl/MPScript.c macos/macperl/MPUtils.c
10747 ____________________________________________________________________________
10748 [ 12324] By: pudge                                 on 2001/10/03  18:44:09
10749         Log: Fix Matthias' address, and attributions.
10750      Branch: maint-5.6/macperl
10751            ! AUTHORS README.macos ext/DynaLoader/dl_mac.xs perl.c
10752            ! pod/perlport.pod
10753 ____________________________________________________________________________
10754 [ 12323] By: pudge                                 on 2001/10/03  18:42:37
10755         Log: Fix Matthias' address, and attributions.
10756      Branch: maint-5.6/macperl
10757            ! macos/config.h macos/ext/Mac/AppleEvents/AppleEvents.pm
10758            ! macos/ext/Mac/Components/Components.pm
10759            ! macos/ext/Mac/Controls/Controls.pm macos/ext/Mac/DCon/DCon.pm
10760            ! macos/ext/Mac/Dialogs/Dialogs.pm
10761            ! macos/ext/Mac/Events/Events.pm
10762            ! macos/ext/Mac/ExtUtils/MakeToolboxModule
10763            ! macos/ext/Mac/Files/Files.pm macos/ext/Mac/Fonts/Fonts.pm
10764            ! macos/ext/Mac/Gestalt/Gestalt.pm
10765            ! macos/ext/Mac/ImageCompression/ImageCompression.pm
10766            ! macos/ext/Mac/Lists/Lists.pm macos/ext/Mac/Memory/Memory.pm
10767            ! macos/ext/Mac/Menus/Menus.pm
10768            ! macos/ext/Mac/MoreFiles/MoreFiles.pm
10769            ! macos/ext/Mac/Movies/Movies.pm
10770            ! macos/ext/Mac/Navigation/Navigation.pm
10771            ! macos/ext/Mac/Notification/Notification.pm
10772            ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm
10773            ! macos/ext/Mac/QDOffscreen/QDOffscreen.pm
10774            ! macos/ext/Mac/QuickDraw/QuickDraw.pm
10775            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.pm
10776            ! macos/ext/Mac/Resources/Resources.pm macos/ext/Mac/SAT/SAT.pm
10777            ! macos/ext/Mac/Sound/Sound.pm macos/ext/Mac/Speech/Speech.pm
10778            ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm
10779            ! macos/ext/Mac/StandardFile/StandardFile.pm
10780            ! macos/ext/Mac/TextEdit/TextEdit.pm
10781            ! macos/ext/Mac/Types/Types.pm macos/ext/Mac/Windows/Windows.pm
10782            ! macos/fcntl.h macos/lib/ExtUtils/MM_MacOS.pm
10783            ! macos/lib/Mac/LowMem.pm
10784 ____________________________________________________________________________
10785 [ 12322] By: sky                                   on 2001/10/03  18:41:07
10786         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
10787              From: "Craig A. Berry" <craigberry@mac.com>
10788              Date: Wed, 03 Oct 2001 14:30:55 -0500
10789              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
10790      Branch: perl
10791            ! vms/vms.c
10792 ____________________________________________________________________________
10793 [ 12321] By: jhi                                   on 2001/10/03  18:38:34
10794         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
10795              From: "Craig A. Berry" <craigberry@mac.com>
10796              Date: Wed, 03 Oct 2001 14:30:55 -0500
10797              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
10798      Branch: perl
10799            ! vms/vms.c
10800 ____________________________________________________________________________
10801 [ 12320] By: jhi                                   on 2001/10/03  16:47:30
10802         Log: Unicode properties: fix L& (the #12319 didn't allow L&,
10803              only IsL&) and Inherited (negative lookahead good);
10804              add tests for Common, Inherited, and L&.
10805      Branch: perl
10806            ! lib/utf8_heavy.pl pod/perltodo.pod t/op/pat.t
10807 ____________________________________________________________________________
10808 [ 12319] By: jhi                                   on 2001/10/03  16:12:53
10809         Log: Unicode properties: support \p{(?:Is)?L&} as an alias for \pL.
10810              (The Unicode standard uses L& quite often.)
10811      Branch: perl
10812            ! lib/utf8_heavy.pl
10813 ____________________________________________________________________________
10814 [ 12318] By: jhi                                   on 2001/10/03  15:57:34
10815         Log: Add the 'Common' Unicode property (code points not
10816              explicitly assigned to any other script).
10817      Branch: perl
10818            + lib/unicore/In/136.pl
10819            ! MANIFEST lib/unicore/In.pl lib/unicore/mktables.PL
10820 ____________________________________________________________________________
10821 [ 12317] By: jhi                                   on 2001/10/03  13:23:32
10822         Log: Skip the RV printing test under threads until fixed.
10823      Branch: perl
10824            ! ext/B/t/terse.t
10825 ____________________________________________________________________________
10826 [ 12316] By: jhi                                   on 2001/10/03  12:57:05
10827         Log: Subject: 12309 / cygwin / win2k
10828              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10829              Date: Wed, 03 Oct 2001 15:25:15 +0200
10830              Message-Id: <20011003152353.A479.H.M.BRAND@hccnet.nl>
10831      Branch: perl
10832            ! makedef.pl
10833 ____________________________________________________________________________
10834 [ 12315] By: jhi                                   on 2001/10/03  12:50:17
10835         Log: Metaconfig unit change for #12314.
10836      Branch: metaconfig
10837            ! U/modified/Head.U
10838 ____________________________________________________________________________
10839 [ 12314] By: jhi                                   on 2001/10/03  12:49:26
10840         Log: Subject: Both cygwin and djgpp on one machine
10841              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10842              Date: Wed, 03 Oct 2001 15:02:59 +0200
10843              Message-Id: <20011003150222.A474.H.M.BRAND@hccnet.nl>
10844      Branch: perl
10845            ! Configure
10846 ____________________________________________________________________________
10847 [ 12313] By: jhi                                   on 2001/10/03  12:04:49
10848         Log: (retracted by #12338)
10849              
10850              Subject: [PATCH] Code clean up for perlboot.pod
10851              From: Casey West <casey@geeknest.com>
10852              Date: Tue, 2 Oct 2001 19:24:43 -0400
10853              Message-ID: <20011002192443.B2163@stupid.geeknest.com>
10854              
10855              Subject: [PATCH] Code clean up for perlbot.diff
10856              From: Casey West <casey@geeknest.com>
10857              Date: Tue, 2 Oct 2001 19:25:22 -0400
10858              Message-ID: <20011002192522.C2163@stupid.geeknest.com>
10859              
10860              Subject: [PATCH] Code clean up for perlcall.pod
10861              From: Casey West <casey@geeknest.com>
10862              Date: Tue, 2 Oct 2001 19:25:57 -0400
10863              Message-ID: <20011002192557.D2163@stupid.geeknest.com>
10864              
10865              Subject: [PATCH] Code clean up for perldata.pod
10866              From: Casey West <casey@geeknest.com>
10867              Date: Tue, 2 Oct 2001 19:26:29 -0400
10868              Message-ID: <20011002192629.E2163@stupid.geeknest.com>
10869              
10870              Subject: [PATCH] Code clean up for perldbmfilter.pod
10871              From: Casey West <casey@geeknest.com>
10872              Date: Tue, 2 Oct 2001 19:26:59 -0400
10873              Message-ID: <20011002192659.F2163@stupid.geeknest.com>
10874              
10875              Subject: [PATCH] Code clean up for perlebcdic.pod
10876              From: Casey West <casey@geeknest.com>
10877              Date: Tue, 2 Oct 2001 19:27:37 -0400
10878              Message-ID: <20011002192737.G2163@stupid.geeknest.com>
10879      Branch: perl
10880            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
10881            ! pod/perldata.pod pod/perldbmfilter.pod pod/perlebcdic.pod
10882 ____________________________________________________________________________
10883 [ 12312] By: ams                                   on 2001/10/02  23:43:55
10884         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] makemaker@perl.org
10885              From: Michael G Schwern <schwern@pobox.com>
10886              Date: Tue, 2 Oct 2001 17:00:49 -0400
10887              Message-Id: <20011002170049.A9955@blackrider>
10888      Branch: perl
10889            ! lib/ExtUtils/MakeMaker.pm
10890 ____________________________________________________________________________
10891 [ 12311] By: jhi                                   on 2001/10/02  23:24:07
10892         Log: FAQ sync.
10893      Branch: perl
10894            ! pod/perlfaq3.pod
10895 ____________________________________________________________________________
10896 [ 12310] By: nick                                  on 2001/10/02  16:09:49
10897         Log: Integrate mainline
10898      Branch: perlio
10899           !> AUTHORS Changes ext/I18N/Langinfo/Langinfo.pm
10900           !> ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
10901           !> lib/Pod/Html.pm lib/unicore/In.pl lib/unicore/mktables.PL mg.c
10902           !> patchlevel.h t/op/pat.t
10903 ____________________________________________________________________________
10904 [ 12309] By: jhi                                   on 2001/10/02  14:34:59
10905         Log: Unicode properties: allow also intra(wordbreak)name whitespace,
10906              not just one single space.
10907      Branch: perl
10908            ! lib/unicore/In.pl lib/unicore/mktables.PL t/op/pat.t
10909 ____________________________________________________________________________
10910 [ 12308] By: jhi                                   on 2001/10/02  12:49:41
10911         Log: AUTHORS updates.
10912      Branch: perl
10913            ! AUTHORS
10914 ____________________________________________________________________________
10915 [ 12307] By: jhi                                   on 2001/10/02  12:22:21
10916         Log: Update Changes.
10917      Branch: perl
10918            ! Changes patchlevel.h
10919 ____________________________________________________________________________
10920 [ 12306] By: jhi                                   on 2001/10/02  11:59:12
10921         Log: Work around old buggy glibcs for langinfo constants,
10922              from Nicholas Clark and David Dyck.
10923      Branch: perl
10924            ! ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
10925 ____________________________________________________________________________
10926 [ 12305] By: jhi                                   on 2001/10/02  11:45:55
10927         Log: Eradicate Time::Piece; add an example.
10928      Branch: perl
10929            ! ext/I18N/Langinfo/Langinfo.pm
10930 ____________________________________________________________________________
10931 [ 12304] By: jhi                                   on 2001/10/02  11:34:18
10932         Log: Subject: [PATCH] Pod::Html makes a poor guess at author
10933              From: Robert Spier <rspier@pobox.com>
10934              Date: Mon, 1 Oct 2001 23:20:16 -0700
10935              Message-ID: <15289.23712.422087.878224@rls.cx>
10936      Branch: perl
10937            ! lib/Pod/Html.pm
10938 ____________________________________________________________________________
10939 [ 12303] By: sky                                   on 2001/10/02  10:40:57
10940         Log: Fixes obscure bug that manifests itself by.
10941              local $!=0;undef*STDOUT;#segfaults
10942              Has been around for a while. Possible other magic IO vars are
10943              possibly affected aswell. Reported by Jos Boumans.
10944      Branch: perl
10945            ! mg.c
10946 ____________________________________________________________________________
10947 [ 12302] By: nick                                  on 2001/10/02  09:00:52
10948         Log: Integrate mainline
10949      Branch: perlio
10950           !> ext/B/t/terse.t ext/I18N/Langinfo/Langinfo.t hints/darwin.sh
10951           !> lib/Term/Cap.t lib/open.t pod/perlapi.pod pod/perlunicode.pod
10952           !> pp_ctl.c regcomp.c t/TEST t/op/arith.t t/op/pack.t t/op/pat.t
10953 ____________________________________________________________________________
10954 [ 12301] By: nick                                  on 2001/10/02  08:40:57
10955         Log: Integrate mainline + lib/open.t patch from Chromatic
10956      Branch: perlio
10957           +> lib/Term/Cap.t lib/Text/TabsWrap/CHANGELOG
10958            ! lib/open.t
10959           !> (integrate 29 files)
10960 ____________________________________________________________________________
10961 [ 12300] By: jhi                                   on 2001/10/01  19:22:16
10962         Log: Mac OS X doesn't have threadsafe (_r) libc interfaces.
10963              Until it has, better stop early if someone requests threads.
10964      Branch: perl
10965            ! hints/darwin.sh
10966 ____________________________________________________________________________
10967 [ 12299] By: jhi                                   on 2001/10/01  19:01:31
10968         Log: Subject: [ID 20011001.011] redundant code in t/TEST
10969              From: David Dyck <dcd@tc.fluke.com>
10970              Date: Mon, 1 Oct 2001 12:56:24 -0700
10971              Message-Id: <200110011956.MAA16250@dd.tc.fluke.com>
10972      Branch: perl
10973            ! t/TEST
10974 ____________________________________________________________________________
10975 [ 12298] By: jhi                                   on 2001/10/01  18:52:12
10976         Log: Subject: [PATCH lib/Term/Cap.t] Robustify %ENV Handling in Test (was Re: Failed Term/Cap.t test)
10977              From: "chromatic" <chromatic@rmci.net>
10978              Date: Mon, 01 Oct 2001 12:27:12 -0600
10979              Message-ID: <20011001183251.89148.qmail@onion.perl.org>
10980      Branch: perl
10981            ! lib/Term/Cap.t
10982 ____________________________________________________________________________
10983 [ 12297] By: jhi                                   on 2001/10/01  17:04:18
10984         Log: UNICOS testing patches from Nicholas Clark.
10985      Branch: perl
10986            ! t/op/arith.t t/op/pack.t
10987 ____________________________________________________________________________
10988 [ 12296] By: jhi                                   on 2001/10/01  17:01:26
10989         Log: Subject: [PATCH lib/open.t] Better Locale Flutzigation (was Re: lib/open.t and locale tests)
10990              From: "chromatic" <chromatic@rmci.net>
10991              Date: Mon, 01 Oct 2001 10:21:51 -0600
10992              Message-ID: <20011001162731.40639.qmail@onion.perl.org>
10993      Branch: perl
10994            ! lib/open.t
10995 ____________________________________________________________________________
10996 [ 12295] By: jhi                                   on 2001/10/01  14:55:37
10997         Log: Make missing the RADIXCHAR a softer, gentler error.
10998      Branch: perl
10999            ! ext/I18N/Langinfo/Langinfo.t
11000 ____________________________________________________________________________
11001 [ 12294] By: jhi                                   on 2001/10/01  14:51:42
11002         Log: Nuke also the LANG because of glibc.
11003      Branch: perl
11004            ! lib/open.t
11005 ____________________________________________________________________________
11006 [ 12293] By: jhi                                   on 2001/10/01  14:51:20
11007         Log: Also the ^Is is optional.
11008      Branch: perl
11009            ! pod/perlunicode.pod t/op/pat.t
11010 ____________________________________________________________________________
11011 [ 12292] By: jhi                                   on 2001/10/01  14:08:26
11012         Log: Be careful to pull chars from the varargs stack when
11013              formatting chars.
11014      Branch: perl
11015            ! regcomp.c
11016 ____________________________________________________________________________
11017 [ 12291] By: jhi                                   on 2001/10/01  12:27:57
11018         Log: sortsv not in place anymore, noticed by John P. Linderman.
11019      Branch: perl
11020            ! pod/perlapi.pod pp_ctl.c
11021 ____________________________________________________________________________
11022 [ 12290] By: jhi                                   on 2001/10/01  12:25:03
11023         Log: Make the diagnostic messages more neutral.
11024      Branch: perl
11025            ! ext/B/t/terse.t
11026 ____________________________________________________________________________
11027 [ 12289] By: jhi                                   on 2001/10/01  03:59:34
11028         Log: Forgotten from #12288.
11029      Branch: perl
11030            ! ext/Data/Dumper/Dumper.pm
11031 ____________________________________________________________________________
11032 [ 12288] By: jhi                                   on 2001/10/01  03:58:37
11033         Log: Subject: [PATCH ext/Data/Dumper.pm Dumper.xs Dumper.t] Option to sort hashes
11034              From: Brian Ingerson <ingy@ttul.org>
11035              Date: Sun, 30 Sep 2001 21:45:56 -0700
11036              Message-ID: <20010930214556.D26392@ttul.org>
11037              
11038              (remember also the #12289)
11039      Branch: perl
11040            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
11041 ____________________________________________________________________________
11042 [ 12287] By: jhi                                   on 2001/10/01  03:33:15
11043         Log: More Unicode property tests for the abbreviated
11044              general properties.
11045      Branch: perl
11046            ! t/op/pat.t
11047 ____________________________________________________________________________
11048 [ 12286] By: jhi                                   on 2001/10/01  02:02:08
11049         Log: Further tweaks to the Unicode properties.
11050      Branch: perl
11051            ! lib/utf8_heavy.pl pod/perlunicode.pod regcomp.c t/op/pat.t
11052 ____________________________________________________________________________
11053 [ 12285] By: jhi                                   on 2001/10/01  01:46:35
11054         Log: Retract #12284.
11055      Branch: perl
11056            ! lib/Term/Cap.t
11057 ____________________________________________________________________________
11058 [ 12284] By: jhi                                   on 2001/10/01  01:24:12
11059         Log: (Retracted by #12285)
11060      Branch: perl
11061            ! lib/Term/Cap.t
11062 ____________________________________________________________________________
11063 [ 12283] By: jhi                                   on 2001/10/01  01:22:05
11064         Log: Subject: [PATCH MANIFEST lib/Term/Cap.t] Add tests for Term::Cap   
11065              From: "chromatic" <chromatic@rmci.net>  
11066              Date: Sun, 30 Sep 2001 16:10:02 -0600
11067              Message-ID: <20010930221540.67279.qmail@onion.perl.org>
11068      Branch: perl
11069            + lib/Term/Cap.t
11070            ! MANIFEST
11071 ____________________________________________________________________________
11072 [ 12282] By: jhi                                   on 2001/10/01  01:19:21
11073         Log: Use stty -g to restore the terminal state, do not even
11074              try to run the tests if stty -g is not available.
11075      Branch: perl
11076            ! lib/Term/Complete.t
11077 ____________________________________________________________________________
11078 [ 12281] By: jhi                                   on 2001/09/30  21:05:00
11079         Log: Cleanup utf8_heavy; allow dropping the In prefix from
11080              Unicode script/block properties.
11081      Branch: perl
11082            ! lib/utf8_heavy.pl
11083 ____________________________________________________________________________
11084 [ 12280] By: jhi                                   on 2001/09/30  13:42:18
11085         Log: Retract the #12259 for now.
11086      Branch: perl
11087            ! embed.h embed.pl sv.h
11088 ____________________________________________________________________________
11089 [ 12279] By: jhi                                   on 2001/09/30  13:37:59
11090         Log: Upgrade to Text-Tabs+Wrap-2001.0929 from David Muir Sharnoff.
11091      Branch: perl
11092            + lib/Text/TabsWrap/CHANGELOG
11093            ! MANIFEST lib/Text/TabsWrap/t/fill.t lib/Text/Wrap.pm
11094 ____________________________________________________________________________
11095 [ 12278] By: jhi                                   on 2001/09/30  05:05:18
11096         Log: #12272 wasn't right, it introduced an extra ().
11097      Branch: perl
11098            ! lib/utf8_heavy.pl
11099 ____________________________________________________________________________
11100 [ 12277] By: jhi                                   on 2001/09/30  00:31:07
11101         Log: Subject: [PATCH @12256 ext/DB_File.pm ext/GDBM_File.pm] Remove string eval from AUTOLOAD
11102              From: Jonathan Stowe <gellyfish@gellyfish.com>
11103              Date: Sat, 29 Sep 2001 15:52:43 +0100 (BST)
11104              Message-ID: <Pine.LNX.4.33.0109291535120.18586-100000@orpheus.gellyfish.com>
11105      Branch: perl
11106            ! ext/DB_File/DB_File.pm ext/GDBM_File/GDBM_File.pm
11107 ____________________________________________________________________________
11108 [ 12276] By: jhi                                   on 2001/09/30  00:15:38
11109         Log: Subject: Patch to put qsortsv in the public API
11110              From: Brian Ingerson <ingy@ttul.org>
11111              Date: Sat, 29 Sep 2001 17:41:13 -0700
11112              Message-ID: <20010929174113.A30223@ttul.org>
11113      Branch: perl
11114            ! embed.h embed.pl global.sym pod/perlapi.pod pp_ctl.c proto.h
11115 ____________________________________________________________________________
11116 [ 12275] By: jhi                                   on 2001/09/30  00:11:21
11117         Log: Subject: [PATCH perlvar, perlfunc, inccode.t] additional docs and tests
11118              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11119              Date: Sat, 29 Sep 2001 23:54:48 +0200
11120              Message-ID: <20010929235448.A5017@rafael>
11121      Branch: perl
11122            ! pod/perlfunc.pod pod/perlvar.pod t/op/inccode.t
11123 ____________________________________________________________________________
11124 [ 12274] By: jhi                                   on 2001/09/30  00:03:19
11125         Log: FAQ sync.
11126      Branch: perl
11127            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
11128            ! pod/perlfaq9.pod
11129 ____________________________________________________________________________
11130 [ 12273] By: bailey                                on 2001/09/29  23:43:46
11131         Log: Resync with mainline
11132      Branch: vmsperl
11133           +> (branch 1207 files)
11134            - (delete 324 files)
11135           !> (integrate 866 files)
11136 ____________________________________________________________________________
11137 [ 12272] By: jhi                                   on 2001/09/29  21:32:33
11138         Log: Nasty recursion trap if one would match Unicode.
11139      Branch: perl
11140            ! lib/utf8_heavy.pl
11141 ____________________________________________________________________________
11142 [ 12271] By: jhi                                   on 2001/09/29  21:18:44
11143         Log: More Unicode todo.
11144      Branch: perl
11145            ! pod/perltodo.pod
11146 ____________________________________________________________________________
11147 [ 12270] By: jhi                                   on 2001/09/29  20:15:32
11148         Log: Explain a bit the new more flexible \p\P syntax.
11149      Branch: perl
11150            ! pod/perlunicode.pod
11151 ____________________________________________________________________________
11152 [ 12269] By: jhi                                   on 2001/09/29  20:05:24
11153         Log: More leniency to the \p and \P: now can have whitespace
11154              between the property definition and the curlies; now can
11155              invert the property by having a caret between the open
11156              curly and the property.
11157      Branch: perl
11158            ! lib/utf8_heavy.pl pod/perldiag.pod regcomp.c t/op/pat.t
11159 ____________________________________________________________________________
11160 [ 12268] By: nick                                  on 2001/09/29  17:39:26
11161         Log: Integrate mainline. Builds lots of sv.h/embed.h redef warnings
11162              one test (lib/open.t) fails
11163      Branch: perlio
11164           +> ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
11165           +> ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
11166           +> ext/threads/t/stress_cv.t ext/threads/t/stress_string.t
11167           +> lib/Tie/Scalar.t lib/open.t
11168            - ext/B/B.t ext/B/Debug.t ext/B/Deparse.t ext/B/Showlex.t
11169            - ext/B/Stash.t
11170           !> (integrate 62 files)
11171 ____________________________________________________________________________
11172 [ 12267] By: jhi                                   on 2001/09/29  13:54:04
11173         Log: Save and restore $ENV{'SYS$LOGIN'} only in VMS.
11174      Branch: perl
11175            ! t/op/chdir.t
11176 ____________________________________________________________________________
11177 [ 12266] By: jhi                                   on 2001/09/29  13:51:49
11178         Log: Subject: [PATCH perl@12258] chdir.t finally (I hope)
11179              From: "Craig A. Berry" <craigberry@mac.com> 
11180              Date: Sat, 29 Sep 2001 09:35:33 -0500
11181              Message-Id: <a05101000b7db8afde231@[172.16.52.1]>
11182      Branch: perl
11183            ! t/op/chdir.t
11184 ____________________________________________________________________________
11185 [ 12265] By: jhi                                   on 2001/09/29  13:49:43
11186         Log: Subject: [PATCH MANIFEST lib/Tie/Scalar.pm lib/Tie/Scalar.t] Add tests, clean up Tie::Scalar
11187              From: "chromatic" <chromatic@rmci.net>
11188              Date: Fri, 28 Sep 2001 21:20:12 -0600
11189              Message-ID: <20010929032543.58322.qmail@onion.perl.org>
11190      Branch: perl
11191            + lib/Tie/Scalar.t
11192            ! MANIFEST lib/Tie/Scalar.pm
11193 ____________________________________________________________________________
11194 [ 12264] By: jhi                                   on 2001/09/29  04:57:42
11195         Log: Allow for more flexibility in the \p{In...} names, now
11196              case doesn't matter, and any space or dash can be
11197              matched by any space, dash, underbar, or empty.
11198              (may be going too far on leniency)
11199      Branch: perl
11200            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/Scripts.pl
11201            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perlunicode.pod
11202            ! t/op/pat.t
11203 ____________________________________________________________________________
11204 [ 12263] By: jhi                                   on 2001/09/28  23:04:13
11205         Log: Subject: [PATCH MANIFEST lib/open.t] Add tests for open.pm
11206              From: "chromatic" <chromatic@rmci.net>
11207              Date: Fri, 28 Sep 2001 17:39:50 -0600
11208              Message-ID: <20010928234521.14178.qmail@onion.perl.org>
11209      Branch: perl
11210            + lib/open.t
11211            ! MANIFEST
11212 ____________________________________________________________________________
11213 [ 12262] By: jhi                                   on 2001/09/28  22:23:53
11214         Log: Subject: [PATCH perl@12258] glob test case tweak for VMS
11215              From: "Craig A. Berry" <craigberry@mac.com>
11216              Date: Fri, 28 Sep 2001 16:24:51 -0500
11217              Message-Id: <a05101000b7da98ceb83c@[172.16.52.1]>
11218      Branch: perl
11219            ! ext/File/Glob/t/basic.t
11220 ____________________________________________________________________________
11221 [ 12261] By: jhi                                   on 2001/09/28  22:23:05
11222         Log: Subject: [DOC PATCH] Carp.pm pod typo
11223              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11224              Date: Fri, 28 Sep 2001 23:14:51 +0200
11225              Message-ID: <20010928231451.E16889@rafael>
11226      Branch: perl
11227            ! lib/Carp.pm
11228 ____________________________________________________________________________
11229 [ 12260] By: jhi                                   on 2001/09/28  22:21:55
11230         Log: Subject: [PATCH] Allow an @INC hook to set %INC
11231              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11232              Date: Fri, 28 Sep 2001 22:18:13 +0200
11233              Message-ID: <20010928221813.A16889@rafael>
11234      Branch: perl
11235            ! pp_ctl.c
11236 ____________________________________________________________________________
11237 [ 12259] By: jhi                                   on 2001/09/28  22:20:26
11238         Log: Subject: Re: macro redefinitions on Win32 (was Re: Question about PERLIO)
11239              From: Nicholas Clark <nick@ccl4.org>
11240              Date: Fri, 28 Sep 2001 23:39:33 +0100
11241              Message-ID: <20010928233933.C23673@plum.flirble.org>
11242      Branch: perl
11243            ! embed.h embed.pl sv.h
11244 ____________________________________________________________________________
11245 [ 12258] By: jhi                                   on 2001/09/28  12:45:45
11246         Log: Update Changes.
11247      Branch: perl
11248            ! Changes patchlevel.h
11249 ____________________________________________________________________________
11250 [ 12256] By: jhi                                   on 2001/09/28  12:18:29
11251         Log: Move the B tests to B/t.
11252      Branch: perl
11253            + ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
11254            + ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
11255            - ext/B/B.t ext/B/B/Terse.t ext/B/Debug.t ext/B/Deparse.t
11256            - ext/B/Showlex.t ext/B/Stash.t
11257            ! MANIFEST
11258 ____________________________________________________________________________
11259 [ 12255] By: jhi                                   on 2001/09/28  12:09:40
11260         Log: Forgot from #12254.
11261      Branch: perl
11262            + ext/B/B/Terse.t
11263 ____________________________________________________________________________
11264 [ 12254] By: jhi                                   on 2001/09/28  12:09:06
11265         Log: Subject: [PATCH MANIFEST ext/B/B/Terse.t] Add tests for B::Terse
11266              From: "chromatic" <chromatic@rmci.net>
11267              Date: Thu, 27 Sep 2001 23:22:17 -0600
11268              Message-ID: <20010928052747.56587.qmail@onion.perl.org>   
11269      Branch: perl
11270            ! MANIFEST
11271 ____________________________________________________________________________
11272 [ 12253] By: jhi                                   on 2001/09/28  02:31:49
11273         Log: Test numbering mismatch.
11274      Branch: perl
11275            ! t/op/chdir.t
11276 ____________________________________________________________________________
11277 [ 12252] By: jhi                                   on 2001/09/27  22:46:42
11278         Log: Subject: [PATCH perl@12239] slightly less broken chdir.t for VMS
11279              From: "Craig A. Berry" <craigberry@mac.com>
11280              Date: Wed, 26 Sep 2001 17:43:14 -0500
11281              Message-Id: <5.1.0.14.0.20010926173048.01aac5b0@exchi01>
11282      Branch: perl
11283            ! iperlsys.h t/op/chdir.t
11284 ____________________________________________________________________________
11285 [ 12251] By: jhi                                   on 2001/09/27  22:44:35
11286         Log: Subject: [PATCH gv.c] make __ANON__ global
11287              From: Robin Barker <rmb1@cise.npl.co.uk>
11288              Date: Wed, 26 Sep 2001 17:56:28 +0100 (BST)
11289              Message-Id: <200109261656.RAA27762@tempest.npl.co.uk>
11290      Branch: perl
11291            ! gv.c t/op/anonsub.t t/op/runlevel.t
11292 ____________________________________________________________________________
11293 [ 12250] By: jhi                                   on 2001/09/27  22:33:11
11294         Log: Subject: Re: [BUG] B::Terse can't handle constant scalar refs
11295              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11296              Date: Thu, 27 Sep 2001 22:34:32 +0200
11297              Message-ID: <20010927223432.A1485@rafael>
11298      Branch: perl
11299            ! ext/B/B/Terse.pm
11300 ____________________________________________________________________________
11301 [ 12249] By: jhi                                   on 2001/09/27  22:29:32
11302         Log: (retracted by #12338)
11303              
11304              Subject: [PATCH] Cleanup of perldsc.pod      
11305              From: Casey West <casey@geeknest.com>
11306              Date: Thu, 27 Sep 2001 11:13:17 -0400
11307              Message-ID: <20010927111317.A1942@stupid.geeknest.com>
11308      Branch: perl
11309            ! pod/perldsc.pod
11310 ____________________________________________________________________________
11311 [ 12248] By: jhi                                   on 2001/09/27  22:23:24
11312         Log: Not everyone is using ithreads...
11313      Branch: perl
11314            ! ext/Devel/Peek/Peek.t
11315 ____________________________________________________________________________
11316 [ 12247] By: jhi                                   on 2001/09/27  13:39:39
11317         Log: Document the nss_delete core dump workaround for HP-UX
11318              and Solaris, bug IDs 20010805.018 and 20010629.004.
11319      Branch: perl
11320            ! README.hpux README.solaris
11321 ____________________________________________________________________________
11322 [ 12246] By: jhi                                   on 2001/09/27  12:05:36
11323         Log: Dump Unicode hash keys also as Unicode,
11324              not just as a byte string.
11325      Branch: perl
11326            ! dump.c ext/Devel/Peek/Peek.t
11327 ____________________________________________________________________________
11328 [ 12245] By: jhi                                   on 2001/09/27  11:15:51
11329         Log: Integrate changes #12241 and #12242 from macperl:
11330              
11331              Remove unneeded disabling of umask() calls
11332              
11333              Note (get|set)sockopt are available.
11334      Branch: perl
11335           !> lib/File/Temp.pm pod/perlport.pod
11336 ____________________________________________________________________________
11337 [ 12244] By: sky                                   on 2001/09/27  08:53:00
11338         Log: Flush buffers on thread closedown.
11339      Branch: perl
11340            ! ext/threads/threads.xs
11341 ____________________________________________________________________________
11342 [ 12243] By: jhi                                   on 2001/09/27  02:20:06
11343         Log: Dump SvUTF8(sv)s also as \x{...}.
11344              
11345              TODO: dump the SvUTF8() hash keys similarly. 
11346      Branch: perl
11347            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.t proto.h
11348 ____________________________________________________________________________
11349 [ 12242] By: pudge                                 on 2001/09/26  20:41:35
11350         Log: Note (get|set)sockopt are available.
11351      Branch: maint-5.6/macperl
11352            ! pod/perlport.pod
11353 ____________________________________________________________________________
11354 [ 12241] By: pudge                                 on 2001/09/26  20:28:49
11355         Log: Remove unneeded disabling of umask() calls
11356      Branch: maint-5.6/macperl
11357            ! lib/File/Temp.pm
11358 ____________________________________________________________________________
11359 [ 12240] By: sky                                   on 2001/09/26  18:44:56
11360         Log: Documention update
11361      Branch: perl
11362            ! ext/threads/threads.pm
11363 ____________________________________________________________________________
11364 [ 12239] By: jhi                                   on 2001/09/26  13:49:05
11365         Log: Update Changes.
11366      Branch: perl
11367            ! Changes patchlevel.h
11368 ____________________________________________________________________________
11369 [ 12238] By: jhi                                   on 2001/09/26  13:40:53
11370         Log: Check that all environment variables are tainted.
11371      Branch: perl
11372            ! t/op/taint.t
11373 ____________________________________________________________________________
11374 [ 12237] By: jhi                                   on 2001/09/26  13:02:07
11375         Log: Manual integration error in #12235.
11376      Branch: perl
11377            ! lib/File/DosGlob.t
11378 ____________________________________________________________________________
11379 [ 12236] By: jhi                                   on 2001/09/26  12:57:11
11380         Log: Subject: Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.
11381              From: "chromatic" <chromatic@rmci.net>
11382              Date: Tue, 25 Sep 2001 23:57:07 -0600
11383              Message-ID: <20010926060233.7554.qmail@onion.perl.org>
11384      Branch: perl
11385            ! perlio.c
11386 ____________________________________________________________________________
11387 [ 12235] By: jhi                                   on 2001/09/26  12:53:16
11388         Log: Integrate macperl changes from Chris Nandor:
11389              12192 11817 11815 11813 11778 11775
11390              
11391              Update CPAN.pm to work with new Mac::BuildTools instead
11392              of ExtUtils::MM_MacOS "orphan" functions
11393              
11394              Fix test
11395              
11396              Make syntax check report in MPW style, fix tests
11397              to use Mac::err=unix to get normal-style error
11398              messages.
11399              
11400              More module and test ports from Thomas Wegner et al
11401              
11402              Fix open of /dev/null for Mac OS
11403              
11404              Allow for platforms to override formatting of errors
11405              on output from Matthias Neeracher (core files)
11406      Branch: perl
11407            ! ext/B/Deparse.t lib/File/DosGlob.pm lib/File/DosGlob.t
11408            ! lib/File/Spec.t lib/File/Temp/t/security.t lib/strict.t
11409            ! lib/subs.t lib/warnings.t t/op/magic.t t/run/kill_perl.t
11410           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c lib/CPAN.pm
11411           !> lib/File/Spec/Mac.pm lib/File/Temp.pm perl.c perl.h pp_ctl.c
11412           !> t/base/term.t t/op/runlevel.t t/pod/testp2pt.pl util.c
11413 ____________________________________________________________________________
11414 [ 12234] By: jhi                                   on 2001/09/26  11:58:11
11415         Log: grrr.
11416      Branch: perl
11417            ! t/op/gv.t
11418 ____________________________________________________________________________
11419 [ 12233] By: jhi                                   on 2001/09/26  11:56:09
11420         Log: Retract #12232.
11421      Branch: perl
11422            ! t/op/gv.t
11423 ____________________________________________________________________________
11424 [ 12232] By: jhi                                   on 2001/09/26  11:53:37
11425         Log: (Retracted by #12233.)
11426      Branch: perl
11427            ! t/op/gv.t
11428 ____________________________________________________________________________
11429 [ 12231] By: jhi                                   on 2001/09/26  11:52:09
11430         Log: Detypo.
11431      Branch: perl
11432            ! ext/Encode/Makefile.PL
11433 ____________________________________________________________________________
11434 [ 12230] By: sky                                   on 2001/09/26  11:36:23
11435         Log: Increase the amount of time we spend in each thread, and add one that uses an anonymous sub.
11436              We are using a "delay" here because we do not want to depend on thread synchronization issues.
11437      Branch: perl
11438            + ext/threads/t/stress_cv.t
11439            ! MANIFEST ext/threads/t/stress_string.t
11440 ____________________________________________________________________________
11441 [ 12229] By: jhi                                   on 2001/09/26  11:27:54
11442         Log: NetWare tweak from Ananth Kesari.
11443      Branch: perl
11444            ! NetWare/t/Readme.txt
11445 ____________________________________________________________________________
11446 [ 12228] By: jhi                                   on 2001/09/26  11:26:26
11447         Log: Trick to fool case-blind filesystems.
11448      Branch: perl
11449            ! ext/Encode/Makefile.PL
11450 ____________________________________________________________________________
11451 [ 12227] By: sky                                   on 2001/09/26  11:06:50
11452         Log: Threads can start executing in a different order than they were
11453              created.... so we cannot ok() inside the threadstarter.
11454      Branch: perl
11455            ! ext/threads/t/stress_string.t
11456 ____________________________________________________________________________
11457 [ 12226] By: sky                                   on 2001/09/26  07:41:45
11458         Log: Add in stress_string.t to stress test threads a bit more.
11459      Branch: perl
11460            + ext/threads/t/stress_string.t
11461            ! MANIFEST
11462 ____________________________________________________________________________
11463 [ 12225] By: sky                                   on 2001/09/26  07:04:21
11464         Log: Fix negative refcount introduced by #12223.
11465      Branch: perl
11466            ! ext/threads/threads.xs
11467 ____________________________________________________________________________
11468 [ 12224] By: sky                                   on 2001/09/26  06:57:58
11469         Log: Update documentation to match change #12223
11470      Branch: perl
11471            ! sharedsv.c
11472 ____________________________________________________________________________
11473 [ 12223] By: sky                                   on 2001/09/26  06:54:32
11474         Log: Use a separate interpreter for the sharedsv space. Another
11475              negative sv leak. Sigh.
11476      Branch: perl
11477            ! sharedsv.c
11478 ____________________________________________________________________________
11479 [ 12222] By: sky                                   on 2001/09/26  05:58:35
11480         Log: Do the environ assignment in perl_contruct to match perl_destruct.
11481              Now we don't need to perl_parse/perl_run. However environ is a
11482              global....
11483      Branch: perl
11484            ! perl.c
11485 ____________________________________________________________________________
11486 [ 12221] By: sky                                   on 2001/09/26  05:41:02
11487         Log: Move the creation of PL_strtab to perl_construct so we can work
11488              with HV and HEs without running perl_parse.
11489      Branch: perl
11490            ! perl.c
11491 ____________________________________________________________________________
11492 [ 12220] By: gsar                                  on 2001/09/26  02:18:26
11493         Log: integrate macperl changes into maint-5.6
11494      Branch: maint-5.6/perl
11495           !> (integrate 26 files)
11496 ____________________________________________________________________________
11497 [ 12219] By: pudge                                 on 2001/09/26  00:19:35
11498         Log: Fix just a few of the bugs in Mac::InternetConfig (Bug #462999, Axel Rose);
11499              fix doc in Mac::Fonts (Patch #447221, Andreas Marcel Riechert).
11500      Branch: maint-5.6/macperl
11501            ! macos/ext/Mac/Fonts/Fonts.xs
11502            ! macos/ext/Mac/InternetConfig/InternetConfig.pm
11503 ____________________________________________________________________________
11504 [ 12218] By: ams                                   on 2001/09/25  23:31:33
11505         Log: Subject: Re: [PATCH] AutoSplit.t (was Re: Untested libraries update)
11506              From: Nicholas Clark <nick@ccl4.org>
11507              Date: Wed, 26 Sep 2001 01:20:20 +0100
11508              Message-Id: <20010926012020.B48092@plum.flirble.org>
11509      Branch: perl
11510            ! lib/AutoSplit.t
11511 ____________________________________________________________________________
11512 [ 12217] By: ams                                   on 2001/09/25  22:33:05
11513         Log: Subject: [PATCH perl@12180] angle bracket filespec problem on VMS
11514              From: "Craig A. Berry" <craigberry@mac.com>
11515              Date: Tue, 25 Sep 2001 18:08:42 -0500
11516              Message-Id: <5.1.0.14.0.20010925154848.036887d8@exchi01>
11517      Branch: perl
11518            ! vms/vms.c
11519 ____________________________________________________________________________
11520 [ 12216] By: ams                                   on 2001/09/25  21:41:01
11521         Log: Subject: [PATCH lib/AutoSplit.t]  Fixing mysterious TEST failure. (was
11522              Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.)
11523              From: Michael G Schwern <schwern@pobox.com>
11524              Date: Wed, 26 Sep 2001 00:38:21 -0400
11525              Message-Id: <20010926003821.A627@blackrider>
11526      Branch: perl
11527            ! lib/AutoSplit.t
11528 ____________________________________________________________________________
11529 [ 12215] By: jhi                                   on 2001/09/25  21:40:04
11530         Log: Subject: [PATCH lib/Test/Simple.pm lib/Test/Utils.pm] fix test.deparse
11531              From: Michael G Schwern <schwern@pobox.com>
11532              Date: Tue, 25 Sep 2001 17:43:49 -0400
11533              Message-ID: <20010925174349.B19534@blackrider>
11534      Branch: perl
11535            ! lib/Test/Simple.pm lib/Test/Utils.pm
11536 ____________________________________________________________________________
11537 [ 12214] By: pudge                                 on 2001/09/25  21:11:21
11538         Log: Integrate changes from bleadperl.
11539      Branch: maint-5.6/macperl
11540           !> pod/perlport.pod
11541 ____________________________________________________________________________
11542 [ 12213] By: jhi                                   on 2001/09/25  20:37:14
11543         Log: skip($mess) should result in one skip.
11544      Branch: perl
11545            ! t/test.pl
11546 ____________________________________________________________________________
11547 [ 12212] By: pudge                                 on 2001/09/25  20:21:06
11548         Log: Integrate change #12200 from maintperl.
11549      Branch: maint-5.6/macperl
11550           !> win32/perlhost.h
11551 ____________________________________________________________________________
11552 [ 12211] By: pudge                                 on 2001/09/25  20:11:56
11553         Log: Fix file types to "apple"
11554      Branch: maint-5.6/macperl
11555            ! macos/ext/Mac/Menus/t/MenuBar.rsrc
11556            ! macos/ext/Mac/SAT/t/Collision.rsrc
11557 ____________________________________________________________________________
11558 [ 12210] By: pudge                                 on 2001/09/25  19:28:20
11559         Log: Fix rsrc file as snd file; fix path in t file.
11560      Branch: maint-5.6/macperl
11561            ! macos/ext/Mac/Notification/t/Notification.rsrc
11562            ! macos/ext/Mac/Notification/t/Notification.t
11563 ____________________________________________________________________________
11564 [ 12209] By: pudge                                 on 2001/09/25  19:15:57
11565         Log: Sync up with File::Find from bleadperl.
11566      Branch: maint-5.6/macperl
11567            ! lib/File/Find.pm t/lib/filefind-taint.t
11568 ____________________________________________________________________________
11569 [ 12208] By: pudge                                 on 2001/09/25  19:06:48
11570         Log: Ignore SIGPIPE being set to IGNORE.  Temporary fix until we upgrade
11571              to new version of libnet.  (Axel Rose, Paul Schinder, and a cast
11572              of hundreds)
11573      Branch: maint-5.6/macperl
11574            ! macos/bundled_lib/blib/lib/Net/Cmd.pm
11575            ! macos/bundled_lib/blib/lib/Net/FTP/A.pm
11576            ! macos/bundled_lib/blib/lib/Net/FTP/I.pm
11577 ____________________________________________________________________________
11578 [ 12207] By: nick                                  on 2001/09/25  19:04:36
11579         Log: Integrate mainline (untested while modem is up)
11580      Branch: perlio
11581           +> lib/AutoSplit.t t/test.pl
11582            - lib/warnings/register.t
11583           !> (integrate 28 files)
11584 ____________________________________________________________________________
11585 [ 12206] By: jhi                                   on 2001/09/25  17:21:00
11586         Log: perldiag entry for #12205.
11587      Branch: perl
11588            ! pod/perldiag.pod
11589 ____________________________________________________________________________
11590 [ 12205] By: jhi                                   on 2001/09/25  17:20:38
11591         Log: Subject: [PATCH] warning on v-string in use/require
11592              From: John Peacock <jpeacock@rowman.com>
11593              Date: Mon, 24 Sep 2001 17:29:03 -0400
11594              Message-ID: <3BAFA59F.9C0E0339@rowman.com>
11595      Branch: perl
11596            ! ext/IO/lib/IO/Socket.pm pp_ctl.c t/lib/warnings/pp_ctl
11597 ____________________________________________________________________________
11598 [ 12204] By: jhi                                   on 2001/09/25  17:11:02
11599         Log: perltooc et al updates.
11600      Branch: perl
11601            ! plan9/mkfile pod/roffitall
11602 ____________________________________________________________________________
11603 [ 12203] By: jhi                                   on 2001/09/25  17:05:19
11604         Log: Subject: [PATCH pp_sys.c t/op/chdir.t ...] Deprecating chdir(undef)/chdir('')
11605              From: Michael G Schwern <schwern@pobox.com>
11606              Date: Sun, 23 Sep 2001 00:07:12 -0400
11607              Message-ID: <20010923000712.A7005@blackrider>
11608      Branch: perl
11609            ! pod/perl572delta.pod pod/perldiag.pod pp_sys.c t/op/chdir.t
11610 ____________________________________________________________________________
11611 [ 12202] By: jhi                                   on 2001/09/25  16:55:29
11612         Log: Subject: [PATCH perl@12185] Some Encode/*.enc files needs to be corrected
11613              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
11614              Date: Wed, 26 Sep 2001 01:25:10 +0900
11615              Message-Id: <20010926012410.5B86.BQW10602@nifty.com>
11616      Branch: perl
11617            ! ext/Encode/Encode/cp932.enc ext/Encode/Encode/cp936.enc
11618            ! ext/Encode/Encode/cp949.enc ext/Encode/Encode/cp950.enc
11619            ! ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/shiftjis.enc
11620 ____________________________________________________________________________
11621 [ 12201] By: jhi                                   on 2001/09/25  16:52:03
11622         Log: Integrate change #12200 from maintperl;
11623              on windows, virtualized environment could propagate deleted variables
11624              into children if they happen to be at the very end of the table
11625      Branch: perl
11626           !> win32/perlhost.h
11627 ____________________________________________________________________________
11628 [ 12200] By: gsar                                  on 2001/09/25  16:36:01
11629         Log: on windows, virtualized environment could propagate deleted variables
11630              into children if they happen to be at the very end of the table
11631              (thanks for succinct test case from Johan Holmberg, and fix from
11632              Doug Lankshear)
11633      Branch: maint-5.6/perl
11634            ! win32/perlhost.h
11635 ____________________________________________________________________________
11636 [ 12199] By: gsar                                  on 2001/09/25  15:19:13
11637         Log: avoid the use of ftime() (it does a useless, potentially
11638              expensive call to GetTimeZoneInformation()); this potentially
11639              also results in three more digits of precision from
11640              Time::HiRes::time()
11641      Branch: perl
11642            ! ext/Time/HiRes/HiRes.xs
11643 ____________________________________________________________________________
11644 [ 12198] By: jhi                                   on 2001/09/25  14:27:01
11645         Log: Replace the use Test::More in t/{op,io,run} with t/test.pl.
11646              
11647              Note: io/binmode is failing, have to figure out why.
11648      Branch: perl
11649            + t/test.pl
11650            ! MANIFEST t/io/binmode.t t/op/chdir.t t/op/crypt.t
11651            ! t/op/inccode.t t/op/rand.t t/op/srand.t t/op/ver.t
11652            ! t/run/exit.t
11653 ____________________________________________________________________________
11654 [ 12197] By: ams                                   on 2001/09/25  13:48:55
11655         Log: Subject: [PATCH] AutoSplit.t (was Re: Untested libraries update)
11656              From: Nicholas Clark <nick@ccl4.org>
11657              Date: Tue, 25 Sep 2001 00:37:40 +0100
11658              Message-Id: <20010925003740.S4971@plum.flirble.org>
11659              (Further changes expected.)
11660      Branch: perl
11661            + lib/AutoSplit.t
11662            ! MANIFEST
11663 ____________________________________________________________________________
11664 [ 12196] By: sky                                   on 2001/09/25  13:37:12
11665         Log: Second attempt at fixing Time::HiRes::time on win32. Apperently if ENV{TZ} is wrong we fail. New attempt uses 
11666              _ftime to try and be more robust.
11667      Branch: perl
11668            ! ext/Time/HiRes/HiRes.xs
11669 ____________________________________________________________________________
11670 [ 12194] By: ams                                   on 2001/09/25  11:40:00
11671         Log: Subject: [PATCH perl@12180] perltootc -> perltooc in vms/descrip_mms.template
11672              From: "Craig A. Berry" <craigberry@mac.com>
11673              Date: Mon, 24 Sep 2001 17:54:20 -0500
11674              Message-Id: <5.1.0.14.0.20010924171225.01bb0428@exchi01>
11675      Branch: perl
11676            ! vms/descrip_mms.template
11677 ____________________________________________________________________________
11678 [ 12193] By: pudge                                 on 2001/09/25  02:53:42
11679         Log: Fixes for multiline error parsing (Bug #459263); cmd-.
11680              not working, cursor not spinning (Bug #422129); external
11681              editor problems (Bug #456329); escape/cmd-. not activating
11682              "Cancel" in Save dialog box (Bug #446960); Runtimes not
11683              executing on launch (Bug #464441).
11684      Branch: maint-5.6/macperl
11685            ! macos/macish.c macos/macish.h macos/macperl/MPEditor.c
11686            ! macos/macperl/MPGlobals.h macos/macperl/MPScript.c
11687            ! macos/macperl/MacPerl.r
11688 ____________________________________________________________________________
11689 [ 12192] By: pudge                                 on 2001/09/25  02:42:49
11690         Log: Update CPAN.pm to work with new Mac::BuildTools instead
11691              of ExtUtils::MM_MacOS "orphan" functions
11692      Branch: maint-5.6/macperl
11693            ! lib/CPAN.pm
11694 ____________________________________________________________________________
11695 [ 12191] By: pudge                                 on 2001/09/25  02:37:58
11696         Log: Fix up another xsubpp problem (Matthias Neeracher)
11697      Branch: maint-5.6/macperl
11698            ! macos/xsubpp
11699 ____________________________________________________________________________
11700 [ 12190] By: pudge                                 on 2001/09/25  02:37:38
11701         Log: Remove literal tabs from source in MM_MacOS.pm (Thomas Wegner)
11702      Branch: maint-5.6/macperl
11703            ! macos/lib/ExtUtils/MM_MacOS.pm
11704 ____________________________________________________________________________
11705 [ 12189] By: pudge                                 on 2001/09/25  02:37:08
11706         Log: Fix up Makefiles for more Mac:: modules (and prepare for
11707              static build ...?)
11708      Branch: maint-5.6/macperl
11709            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
11710            ! macos/macperl/Makefile.mk
11711 ____________________________________________________________________________
11712 [ 12188] By: pudge                                 on 2001/09/25  02:36:19
11713         Log: Fix up tests
11714      Branch: maint-5.6/macperl
11715            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
11716 ____________________________________________________________________________
11717 [ 12187] By: pudge                                 on 2001/09/25  02:11:13
11718         Log: Make malloc smarter, fix bugs.  (Bug #404030)
11719      Branch: maint-5.6/macperl
11720            ! macos/icemalloc.c macos/icemalloc.h
11721 ____________________________________________________________________________
11722 [ 12186] By: nick                                  on 2001/09/24  19:18:17
11723         Log: Integrate mainline
11724      Branch: perlio
11725           +> ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
11726           +> lib/filetest.t
11727           !> (integrate 30 files)
11728 ____________________________________________________________________________
11729 [ 12185] By: jhi                                   on 2001/09/24  18:56:40
11730         Log: Retract #12136, the warnings::register is already
11731              tested by t/lib/warnings/9enabled, as pointed out
11732              by Paul Marquess.
11733      Branch: perl
11734            - lib/warnings/register.t
11735            ! MANIFEST lib/warnings/register.pm t/lib/1_compile.t
11736 ____________________________________________________________________________
11737 [ 12184] By: gsar                                  on 2001/09/24  18:39:58
11738         Log: fix Time::HiRes implementation of gettimeofday() on windows
11739              (HiRes.t#14 now passes)
11740      Branch: perl
11741            ! ext/Time/HiRes/HiRes.xs
11742 ____________________________________________________________________________
11743 [ 12183] By: gsar                                  on 2001/09/24  18:13:23
11744         Log: File::Spec::catfile() canonifies everything to blackslashes on
11745              windows :-(
11746      Branch: perl
11747            ! lib/ExtUtils/Manifest.t
11748 ____________________________________________________________________________
11749 [ 12182] By: gsar                                  on 2001/09/24  17:59:54
11750         Log: test number mismatch
11751      Branch: perl
11752            ! t/op/magic.t
11753 ____________________________________________________________________________
11754 [ 12181] By: jhi                                   on 2001/09/24  17:10:41
11755         Log: ok().
11756      Branch: perl
11757            ! t/op/pack.t
11758 ____________________________________________________________________________
11759 [ 12180] By: jhi                                   on 2001/09/24  16:09:37
11760         Log: unpack("Z*Z*", pack("Z*Z*", ..)) bug, patch and test from
11761              Wolfgang Laun <Wolfgang.Laun@alcatel.at>
11762      Branch: perl
11763            ! pp_pack.c t/op/pack.t
11764 ____________________________________________________________________________
11765 [ 12179] By: jhi                                   on 2001/09/24  15:46:49
11766         Log: Update Changes.
11767      Branch: perl
11768            ! Changes patchlevel.h
11769 ____________________________________________________________________________
11770 [ 12178] By: jhi                                   on 2001/09/24  14:12:06
11771         Log: Subject: [REPATCH] Re: [PATCH lib/ExtUtils/Manifest.pm] Minor bug in comment logic in maniread() on VMS
11772              From: Michael G Schwern <schwern@pobox.com>
11773              Date: Mon, 24 Sep 2001 11:12:13 -0400
11774              Message-ID: <20010924111213.G27885@blackrider>
11775      Branch: perl
11776            ! lib/ExtUtils/Manifest.pm
11777 ____________________________________________________________________________
11778 [ 12177] By: jhi                                   on 2001/09/24  14:02:32
11779         Log: Subject: [PATCH vms/test.com] Fixing inline TODO recognition
11780              From: Michael G Schwern <schwern@pobox.com> 
11781              Date: Mon, 24 Sep 2001 11:02:07 -0400
11782              Message-ID: <20010924110207.E27885@blackrider>
11783      Branch: perl
11784            ! vms/test.com
11785 ____________________________________________________________________________
11786 [ 12176] By: ams                                   on 2001/09/24  14:01:59
11787         Log: Update Changes.
11788      Branch: perl
11789            ! Changes
11790 ____________________________________________________________________________
11791 [ 12175] By: jhi                                   on 2001/09/24  13:20:28
11792         Log: Various cleanups.
11793      Branch: perl
11794            ! ext/threads/Makefile.PL ext/threads/threads.xs
11795 ____________________________________________________________________________
11796 [ 12173] By: pudge                                 on 2001/09/24  12:56:13
11797         Log: Integrate maint-5.6/perl changes 12024, 12026, 12145, 12146.
11798      Branch: maint-5.6/macperl
11799           !> (integrate 33 files)
11800 ____________________________________________________________________________
11801 [ 12171] By: jhi                                   on 2001/09/24  12:26:58
11802         Log: Subject: [PATCH gb2312.enc] (Re: [PATCH perl@12088] 2022-cn.enc of Encode.pm)
11803              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
11804              Date: Mon, 24 Sep 2001 20:04:58 +0900
11805              Message-Id: <20010924200207.A030.BQW10602@nifty.com>         
11806      Branch: perl
11807            ! ext/Encode/Encode/gb2312.enc
11808 ____________________________________________________________________________
11809 [ 12170] By: jhi                                   on 2001/09/24  12:08:30
11810         Log: Clarifying comment to #12164.
11811      Branch: perl
11812            ! lib/Cwd.pm
11813 ____________________________________________________________________________
11814 [ 12169] By: jhi                                   on 2001/09/24  11:59:33
11815         Log: Subject: [PATCH] Re: What sort of Makefile.PL should h2xs write?
11816              From: Nicholas Clark <nick@ccl4.org>
11817              Date: Sun, 23 Sep 2001 23:00:56 +0100
11818              Message-ID: <20010923230055.Y4971@plum.flirble.org>
11819              
11820              (with "sample_constants" changed to "fallback")
11821      Branch: perl
11822            + ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
11823            ! MANIFEST ext/I18N/Langinfo/Langinfo.xs
11824            ! ext/I18N/Langinfo/Makefile.PL lib/ExtUtils/Constant.pm
11825            ! lib/h2xs.t utils/h2xs.PL
11826 ____________________________________________________________________________
11827 [ 12168] By: jhi                                   on 2001/09/24  11:25:56
11828         Log: Metaconfig unit change for #12167.
11829      Branch: metaconfig
11830            ! U/modified/Cppsym.U
11831 ____________________________________________________________________________
11832 [ 12167] By: jhi                                   on 2001/09/24  11:25:22
11833         Log: Add a few glibc cpp symbols to probe for.
11834      Branch: perl
11835            ! Configure
11836 ____________________________________________________________________________
11837 [ 12166] By: jhi                                   on 2001/09/24  11:14:43
11838         Log: DJGPP tweaks for Laszlo Molnar.
11839      Branch: perl
11840            ! djgpp/djgppsed.sh dosish.h
11841 ____________________________________________________________________________
11842 [ 12165] By: ams                                   on 2001/09/24  10:07:08
11843         Log: Subject: [PATCH t/op/inccode.t] More tests
11844              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
11845              Date: 24 Sep 2001 10:01:44 -0000
11846              Message-Id: <slrn9qu158.l2t.rgarciasuarez@rafael.kazibao.net>
11847      Branch: perl
11848            ! t/op/inccode.t
11849 ____________________________________________________________________________
11850 [ 12164] By: ams                                   on 2001/09/24  09:43:29
11851         Log: Subject: [PATCH Cwd.pm] local $/ = "\n";
11852              From: Jeff 'japhy/Marillion' Pinyan <jeffp@crusoe.net>
11853              Date: Mon, 24 Sep 2001 00:22:32 -0400 (EDT)
11854              Message-Id: <Pine.GSO.4.21.0109240021410.9178-100000@crusoe.crusoe.net>
11855      Branch: perl
11856            ! lib/Cwd.pm
11857 ____________________________________________________________________________
11858 [ 12163] By: jhi                                   on 2001/09/23  22:50:35
11859         Log: 1_compile updates.
11860      Branch: perl
11861            ! t/lib/1_compile.t
11862 ____________________________________________________________________________
11863 [ 12162] By: jhi                                   on 2001/09/23  21:11:22
11864         Log: Subject: [PATCH] proposal : put the @INC-hooks directly in %INC
11865              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11866              Date: Wed, 19 Sep 2001 22:47:14 +0200
11867              Message-ID: <20010919224714.A6382@rafael>
11868      Branch: perl
11869            ! pod/perlvar.pod pp_ctl.c
11870 ____________________________________________________________________________
11871 [ 12161] By: ams                                   on 2001/09/23  17:40:02
11872         Log: Subject: [PATCH MANIFEST lib/filetest t/lib/1_compile.t] Add Tests for
11873              filetest Pragma
11874              From: "chromatic" <chromatic@rmci.net>
11875              Date: Sun, 23 Sep 2001 12:07:25 -0600
11876              Message-Id: <20010923181223.32427.qmail@onion.perl.org>
11877      Branch: perl
11878            + lib/filetest.t
11879            ! MANIFEST t/lib/1_compile.t
11880 ____________________________________________________________________________
11881 [ 12160] By: ams                                   on 2001/09/23  16:32:11
11882         Log: Additional minor chdir() tweak.
11883      Branch: perl
11884            ! pod/perlfunc.pod
11885 ____________________________________________________________________________
11886 [ 12159] By: ams                                   on 2001/09/23  16:25:01
11887         Log: Subject: PATCH lib/ExtUtils/Command.t
11888              From: Abe Timmerman <abe@ztreet.demon.nl>
11889              Date: Sun, 23 Sep 2001 19:11:44 +0200
11890              Message-Id: <b94sqtk7sidi2501apjssfubdc2ulmap38@4ax.com>
11891      Branch: perl
11892            ! lib/ExtUtils/Command.t
11893 ____________________________________________________________________________
11894 [ 12158] By: jhi                                   on 2001/09/23  12:52:36
11895         Log: Subject: [PATCH] Win32 compilation without USE_ITHREADS
11896              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
11897              Date: Sun, 23 Sep 2001 02:02:26 +0200
11898              Message-ID: <3BAD42B2.2951.39B2E2A@localhost>
11899      Branch: perl
11900            ! makedef.pl
11901 ____________________________________________________________________________
11902 [ 12157] By: jhi                                   on 2001/09/23  12:46:05
11903         Log: Subject: [PATCH t/op/study.t] Cleanup & OS/390 "fix"
11904              From: Michael G Schwern <schwern@pobox.com> (by way of Craig A. Berry)         
11905              Date: Sat, 22 Sep 2001 12:54:39 -0500
11906              Message-Id: <a05101003b7d27f77cfa1@[172.16.52.1]>
11907      Branch: perl
11908            ! t/op/study.t
11909 ____________________________________________________________________________
11910 [ 12156] By: nick                                  on 2001/09/23  07:48:44
11911         Log: Integrate mainline
11912      Branch: perlio
11913            - check83.pl
11914           !> ext/Encode/Encode/2022-cn.enc
11915 ____________________________________________________________________________
11916 [ 12155] By: nick                                  on 2001/09/23  07:48:01
11917         Log: Integrate mainline
11918      Branch: perlio
11919           +> (branch 64 files)
11920            - ext/Encode/Encode/cns11643-1.enc
11921            - ext/Encode/Encode/cns11643-2.enc
11922            - ext/Encode/Encode/iso2022-cn.enc
11923            - ext/Encode/Encode/iso2022-jp.enc
11924            - ext/Encode/Encode/iso2022-jp1.enc
11925            - ext/Encode/Encode/iso2022-jp2.enc
11926            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
11927            - ext/Encode/Encode/iso8859-1.enc
11928            - ext/Encode/Encode/iso8859-1.ucm
11929            - ext/Encode/Encode/iso8859-10.enc
11930            - ext/Encode/Encode/iso8859-10.ucm
11931            - ext/Encode/Encode/iso8859-13.enc
11932            - ext/Encode/Encode/iso8859-13.ucm
11933            - ext/Encode/Encode/iso8859-14.enc
11934            - ext/Encode/Encode/iso8859-14.ucm
11935            - ext/Encode/Encode/iso8859-15.enc
11936            - ext/Encode/Encode/iso8859-15.ucm
11937            - ext/Encode/Encode/iso8859-16.enc
11938            - ext/Encode/Encode/iso8859-16.ucm
11939            - ext/Encode/Encode/iso8859-2.enc
11940            - ext/Encode/Encode/iso8859-2.ucm
11941            - ext/Encode/Encode/iso8859-3.enc
11942            - ext/Encode/Encode/iso8859-3.ucm
11943            - ext/Encode/Encode/iso8859-4.enc
11944            - ext/Encode/Encode/iso8859-4.ucm
11945            - ext/Encode/Encode/iso8859-5.enc
11946            - ext/Encode/Encode/iso8859-5.ucm
11947            - ext/Encode/Encode/iso8859-6.enc
11948            - ext/Encode/Encode/iso8859-6.ucm
11949            - ext/Encode/Encode/iso8859-7.enc
11950            - ext/Encode/Encode/iso8859-7.ucm
11951            - ext/Encode/Encode/iso8859-8.enc
11952            - ext/Encode/Encode/iso8859-8.ucm
11953            - ext/Encode/Encode/iso8859-9.enc
11954            - ext/Encode/Encode/iso8859-9.ucm
11955            - ext/Encode/Encode/isoir-197.enc
11956            - ext/Encode/Encode/macRomania.enc pod/perltootc.pod
11957            - t/lib/sample-tests/header_at_end
11958            - t/lib/sample-tests/header_at_end_fail
11959           !> (integrate 174 files)
11960 ____________________________________________________________________________
11961 [ 12154] By: ams                                   on 2001/09/23  07:11:46
11962         Log: Mention $ENV{SYS$LOGIN} in chdir() documentation, as suggested
11963              by Blair Zajac.
11964      Branch: perl
11965            ! pod/perlfunc.pod
11966 ____________________________________________________________________________
11967 [ 12153] By: ams                                   on 2001/09/23  06:56:32
11968         Log: Subject: [PATCH pp.c t/op/gv.t pod/perlref.pod pod/perldiag.pod] Re:
11969              Forgotten deprecation of *glob{FILEHANDLE}?
11970              From: "chromatic" <chromatic@rmci.net>
11971              Date: Sat, 22 Sep 2001 21:27:56 -0600
11972              Message-Id: <20010923033252.33085.qmail@onion.perl.org>
11973      Branch: perl
11974            ! pod/perldiag.pod pod/perlref.pod pp.c t/op/gv.t
11975 ____________________________________________________________________________
11976 [ 12152] By: ams                                   on 2001/09/23  06:42:58
11977         Log: Subject: [PATCH lib/File/Find.pm] Fixing lib/File/Find/t/taint.t on VMS
11978              From: Michael G Schwern <schwern@pobox.com>
11979              Date: Sun, 23 Sep 2001 03:34:39 -0400
11980              Message-Id: <20010923033439.E7005@blackrider>
11981      Branch: perl
11982            ! lib/File/Find.pm
11983 ____________________________________________________________________________
11984 [ 12151] By: ams                                   on 2001/09/23  06:37:57
11985         Log: Subject: Re: t/op/magic.t missing tests on Win32
11986              From: Michael G Schwern <schwern@pobox.com>
11987              Date: Sat, 22 Sep 2001 20:29:09 -0400
11988              Message-Id: <20010922202909.I18223@blackrider>
11989      Branch: perl
11990            ! t/op/magic.t
11991 ____________________________________________________________________________
11992 [ 12150] By: ams                                   on 2001/09/23  06:36:26
11993         Log: Subject: [PATCH MANIFEST lib/Dumpvalue.t lib/Dumpvalue.pm] Add tests for
11994              Dumpvalue.pm
11995              From: "chromatic" <chromatic@rmci.net>
11996              Date: Sat, 22 Sep 2001 19:41:31 -0600
11997              Message-Id: <20010923014628.7739.qmail@onion.perl.org>
11998      Branch: perl
11999            + lib/Dumpvalue.t
12000            ! MANIFEST lib/Dumpvalue.pm
12001 ____________________________________________________________________________
12002 [ 12149] By: ams                                   on 2001/09/23  06:25:35
12003         Log: Subject: [PATCH perl@12088] 2022-cn.enc of Encode.pm
12004              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
12005              Date: Sun, 23 Sep 2001 15:27:56 +0900
12006              Message-Id: <20010923152641.5E26.BQW10602@nifty.com>
12007      Branch: perl
12008            ! ext/Encode/Encode/2022-cn.enc
12009 ____________________________________________________________________________
12010 [ 12148] By: jhi                                   on 2001/09/22  23:33:42
12011         Log: Manual eror in #12147.
12012      Branch: perl
12013            ! win32/win32.c
12014 ____________________________________________________________________________
12015 [ 12147] By: jhi                                   on 2001/09/22  23:25:02
12016         Log: Integrate change #12146 from maintperl;
12017              win32_chdir() et al don't handle a NULL argument gracefully
12018      Branch: perl
12019           !> win32/perlhost.h win32/win32.c
12020 ____________________________________________________________________________
12021 [ 12146] By: gsar                                  on 2001/09/22  23:18:47
12022         Log: win32_chdir() et al don't handle a NULL argument gracefully
12023      Branch: maint-5.6/perl
12024            ! win32/perlhost.h win32/win32.c
12025 ____________________________________________________________________________
12026 [ 12145] By: gsar                                  on 2001/09/22  23:17:42
12027         Log: typo in change#12026
12028      Branch: maint-5.6/perl
12029            ! op.c
12030 ____________________________________________________________________________
12031 [ 12144] By: jhi                                   on 2001/09/22  21:22:28
12032         Log: Subject: [PATCH] Re: scalar context unpack bugs
12033              From: Nicholas Clark <nick@ccl4.org>
12034              Date: Sat, 22 Sep 2001 23:07:56 +0100
12035              Message-ID: <20010922230755.O4971@plum.flirble.org>
12036      Branch: perl
12037            ! pp_pack.c t/op/pack.t
12038 ____________________________________________________________________________
12039 [ 12143] By: jhi                                   on 2001/09/22  21:18:43
12040         Log: Try ExtUtils::Command.t everywhere, not just on Win32
12041              (as suggested by NI-S).  Also allow running it either
12042              in t/ or in the main directory.
12043      Branch: perl
12044            ! lib/ExtUtils/Command.t
12045 ____________________________________________________________________________
12046 [ 12142] By: jhi                                   on 2001/09/22  21:04:39
12047         Log: Update the test on warnings/register.t.
12048      Branch: perl
12049            ! t/lib/1_compile.t
12050 ____________________________________________________________________________
12051 [ 12141] By: jhi                                   on 2001/09/22  20:40:06
12052         Log: The code is now almost tidy enough to keep the IRIX cc happy.
12053      Branch: perl
12054            ! hints/irix_6.sh
12055 ____________________________________________________________________________
12056 [ 12140] By: ams                                   on 2001/09/22  17:26:32
12057         Log: Subject: [PATCH perl@12088] configure.com: don't build 'threads" w/out
12058              use_ithreads
12059              From: "Craig A. Berry" <craigberry@mac.com>
12060              Date: Sat, 22 Sep 2001 13:15:32 -0500
12061              Message-Id: <a05101005b7d284f5192c@[172.16.52.1]>
12062      Branch: perl
12063            ! configure.com
12064 ____________________________________________________________________________
12065 [ 12139] By: ams                                   on 2001/09/22  16:44:08
12066         Log: Do what perl_clone() does for sharedsv functions.
12067      Branch: perl
12068            ! embed.pl proto.h
12069 ____________________________________________________________________________
12070 [ 12138] By: jhi                                   on 2001/09/22  16:42:04
12071         Log: Retract #12134; reintroduce #11949: PADOFFSETs are now UVs
12072              (suggested by Sarathy, extensions shouldn't be dabbling with
12073              op structures, so binary backward compatibility should not be
12074              an issue.)
12075      Branch: perl
12076            ! hints/irix_6.sh op.h
12077 ____________________________________________________________________________
12078 [ 12137] By: ams                                   on 2001/09/22  16:21:05
12079         Log: More cleanups. (What's PERL_DECL_PROT?)
12080      Branch: perl
12081            ! embed.pl proto.h sharedsv.h
12082 ____________________________________________________________________________
12083 [ 12136] By: ams                                   on 2001/09/22  15:14:34
12084         Log: (Retracted by #12185)
12085              
12086              Subject: [PATCH MANIFEST lib/warnings/register.t lib/warnings/register.pm]
12087              Add Tests for warnings::register, Doc Update
12088              From: "chromatic" <chromatic@rmci.net>
12089              Date: Sat, 22 Sep 2001 09:43:20 -0600
12090              Message-Id: <20010922154815.32004.qmail@onion.perl.org>
12091      Branch: perl
12092            + lib/warnings/register.t
12093            ! MANIFEST lib/warnings/register.pm
12094 ____________________________________________________________________________
12095 [ 12135] By: ams                                   on 2001/09/22  15:07:50
12096         Log: `@foo' should be @foo for consistency.
12097      Branch: perl
12098            ! pod/perldiag.pod
12099 ____________________________________________________________________________
12100 [ 12134] By: jhi                                   on 2001/09/22  14:20:47
12101         Log: (Retracted by #12138)
12102              
12103              Add -woff (turn warning off) 3187:
12104              "A pointer is converted to a smaller integer."
12105              This happens when your pointers are 64-bit: then every case
12106              of converting pointers to PADOFFSETs (explicitly 32-bit)
12107              faces truncation (even explicit use of INT2PTR doesn't help).
12108              CxITERVAR(), POPLOOP(), and PUSHLOOP() are afflicted.
12109              Changing PADOFFSET from U32 to UV would help, but that
12110              would break binary backward compatibility of BASEOP and padop
12111              (assuming you have been using 64-bit pointers).
12112      Branch: perl
12113            ! hints/irix_6.sh
12114 ____________________________________________________________________________
12115 [ 12133] By: jhi                                   on 2001/09/22  13:53:49
12116         Log: More 8.3-cleanup: there isn't an encoding called macRumanian,
12117              but the name comes from the inside the file, not from the file
12118              name, and Rumanian is the name of the language.
12119      Branch: perl
12120            + ext/Encode/Encode/macRumanian.enc
12121            - ext/Encode/Encode/macRomania.enc
12122            ! MANIFEST
12123 ____________________________________________________________________________
12124 [ 12132] By: jhi                                   on 2001/09/22  13:48:29
12125         Log: Rename perltootc as perltooc for 8.3-friedliness.
12126      Branch: perl
12127            + pod/perltooc.pod
12128            - pod/perltootc.pod
12129            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlboot.pod
12130            ! pod/perlmod.pod pod/perlobj.pod pod/perltoc.pod
12131            ! pod/perltoot.pod
12132 ____________________________________________________________________________
12133 [ 12131] By: jhi                                   on 2001/09/22  13:38:49
12134         Log: Find more conflicts by lowercasing.
12135      Branch: perl
12136            + Porting/check83.pl
12137            - check83.pl
12138            ! MANIFEST
12139 ____________________________________________________________________________
12140 [ 12130] By: jhi                                   on 2001/09/22  13:20:20
12141         Log: The AIX cc 5.0.0.0 is simply too buggy.
12142      Branch: perl
12143            ! hints/aix.sh
12144 ____________________________________________________________________________
12145 [ 12129] By: ams                                   on 2001/09/22  12:35:38
12146         Log: Uninteresting cleanup.
12147      Branch: perl
12148            ! form.h
12149 ____________________________________________________________________________
12150 [ 12128] By: ams                                   on 2001/09/22  12:28:48
12151         Log: Subject: [PATCH@12110] Missing ")" in CvFILEGV
12152              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
12153              Date: Sat, 22 Sep 2001 14:29:13 +0100
12154              Message-Id: <AIEAJICLCBDNAAOLLOKLAEGADAAA.Paul_Marquess@Yahoo.co.uk>
12155      Branch: perl
12156            ! cv.h
12157 ____________________________________________________________________________
12158 [ 12127] By: ams                                   on 2001/09/22  12:04:28
12159         Log: What's a backet?
12160      Branch: perl
12161            ! dump.c
12162 ____________________________________________________________________________
12163 [ 12126] By: ams                                   on 2001/09/22  10:02:34
12164         Log: Removed duplicated tests #19 and #20.
12165      Branch: perl
12166            ! t/op/do.t
12167 ____________________________________________________________________________
12168 [ 12125] By: ams                                   on 2001/09/22  03:58:41
12169         Log: Subject: Re: [ID 20010919.001] local() fails on imported variables
12170              From: Michael Carman <mjcarman@home.com>
12171              Date: Fri, 21 Sep 2001 17:54:05 -0500
12172              Message-Id: <3BABC50D.6040202@home.com>
12173              (Applied with some changes.)
12174      Branch: perl
12175            ! pod/perlmod.pod
12176 ____________________________________________________________________________
12177 [ 12124] By: ams                                   on 2001/09/22  03:44:19
12178         Log: Subject: [PATCH t/op/chdir.t] Reconciling the Cwd/File::Spec differences
12179              From: Michael G Schwern <schwern@pobox.com>
12180              Date: Fri, 21 Sep 2001 19:20:40 -0400
12181              Message-Id: <20010921192040.E5494@blackrider>
12182      Branch: perl
12183            ! t/op/chdir.t
12184 ____________________________________________________________________________
12185 [ 12123] By: ams                                   on 2001/09/22  03:41:08
12186         Log: Subject: [PATCH] t/op/chdir.t won't pass on VMS
12187              From: Blair Zajac <blair@orcaware.com>
12188              Date: Fri, 21 Sep 2001 15:13:04 -0700
12189              Message-Id: <3BABBB70.55FD41DC@orcaware.com>
12190      Branch: perl
12191            ! t/op/chdir.t
12192 ____________________________________________________________________________
12193 [ 12122] By: ams                                   on 2001/09/22  03:37:07
12194         Log: Subject: [REPATCH] Re: [PATCH t/op/do.t] new regression tests for bug ID
12195              20010920.007
12196              From: Michael G Schwern <schwern@pobox.com>
12197              Date: Fri, 21 Sep 2001 17:59:03 -0400
12198              Message-Id: <20010921175903.V5494@blackrider>
12199      Branch: perl
12200            ! t/op/do.t
12201 ____________________________________________________________________________
12202 [ 12121] By: ams                                   on 2001/09/22  03:30:38
12203         Log: Subject: [PATCH pod/perlport.pod] expand DOS-like table (was Re: test
12204              suite on WinCE)
12205              From: Michael G Schwern <schwern@pobox.com>
12206              Date: Fri, 21 Sep 2001 19:41:03 -0400
12207              Message-Id: <20010921194103.G5494@blackrider>
12208      Branch: perl
12209            ! pod/perlport.pod
12210 ____________________________________________________________________________
12211 [ 12120] By: ams                                   on 2001/09/22  03:28:06
12212         Log: Subject: [PATCH t/op/magic.t] Re: Weird $ENV{FOO} = undef warning
12213              From: Michael G Schwern <schwern@pobox.com>
12214              Date: Fri, 21 Sep 2001 17:33:35 -0400
12215              Message-Id: <20010921173335.T5494@blackrider>
12216              ($ENV{FOO}=undef hunk not applied.)
12217      Branch: perl
12218            ! t/op/magic.t
12219 ____________________________________________________________________________
12220 [ 12119] By: ams                                   on 2001/09/22  03:02:26
12221         Log: Subject: [PATCH] perldiag.pod
12222              From: Peter Scott <Peter@PSDT.com>
12223              Date: Fri, 21 Sep 2001 18:54:50 -0700
12224              Message-Id: <4.3.2.7.2.20010921183823.00aa9890@mail.webquarry.com>
12225              (Moved to the right place.)
12226      Branch: perl
12227            ! pod/perldiag.pod
12228 ____________________________________________________________________________
12229 [ 12118] By: ams                                   on 2001/09/21  20:05:29
12230         Log: Subject: [PATCH t/op/do.t] new regression tests for bug ID 20010920.007
12231              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12232              Date: Fri, 21 Sep 2001 22:36:54 +0200
12233              Message-Id: <20010921223654.A12742@rafael>
12234      Branch: perl
12235            ! t/op/do.t
12236 ____________________________________________________________________________
12237 [ 12117] By: jhi                                   on 2001/09/21  20:05:23
12238         Log: Restore things as they were before
12239              the backward compatibility police notices.
12240      Branch: perl
12241            ! lib/Cwd.pm
12242 ____________________________________________________________________________
12243 [ 12116] By: jhi                                   on 2001/09/21  17:52:28
12244         Log: More Cwd from Schwern: make also OS/2 and DOS
12245              Cwd agree with File::Spec (that is, native path
12246              syntax using \ instead of / -- backward compatibility
12247              polic warning) and stop Win32 from using bsd_realpath().
12248      Branch: perl
12249            ! lib/Cwd.pm
12250 ____________________________________________________________________________
12251 [ 12115] By: jhi                                   on 2001/09/21  17:19:03
12252         Log: Subject: [PATCH @12110] RE: Untested libraries update
12253              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
12254              Date: Fri, 21 Sep 2001 18:21:07 +0100
12255              Message-ID: <AIEAJICLCBDNAAOLLOKLOEENDAAA.Paul_Marquess@Yahoo.co.uk>
12256      Branch: perl
12257            ! lib/warnings/register.pm
12258 ____________________________________________________________________________
12259 [ 12114] By: jhi                                   on 2001/09/21  17:09:52
12260         Log: Subject: Re: And now the Cwd problem (was Re: chdir.t problem...)
12261              From: Michael G Schwern <schwern@pobox.com>
12262              Date: Thu, 20 Sep 2001 22:54:02 -0400
12263              Message-ID: <20010920225402.A3611@blackrider>
12264      Branch: perl
12265            ! lib/Cwd.pm
12266 ____________________________________________________________________________
12267 [ 12113] By: ams                                   on 2001/09/21  17:08:24
12268         Log: Subject: [PATCH] avoid v-strings with require/use
12269              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
12270              Date: Fri, 21 Sep 2001 12:34:40 -0400
12271              Message-Id: <20010921123440.A148500@linguist.thayer.dartmouth.edu>
12272      Branch: perl
12273            ! ext/ByteLoader/bytecode.h ext/Data/Dumper/Dumper.pm
12274            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/Dir.pm
12275            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
12276            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
12277            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoLoader.pm
12278            ! lib/AutoSplit.pm lib/Class/Struct.pm lib/Cwd.pm
12279            ! lib/Dumpvalue.pm lib/ExtUtils/Command.pm
12280            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
12281            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
12282            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/File/Basename.pm
12283            ! lib/File/CheckTree.pm lib/File/Compare.pm lib/File/Copy.pm
12284            ! lib/File/Find.pm lib/File/Path.pm lib/File/stat.pm
12285            ! lib/FileHandle.pm lib/Math/Trig.pm lib/Net/Ping.pm
12286            ! lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
12287            ! lib/Net/servent.pm lib/Shell.pm lib/Tie/Array.pm
12288            ! lib/Tie/Handle.pm lib/Time/Local.pm lib/Time/gmtime.pm
12289            ! lib/Time/localtime.pm lib/User/grent.pm lib/base.pm
12290            ! lib/diagnostics.pm lib/fields.pm lib/vars.pm
12291            ! pod/perl56delta.pod pod/perlfunc.pod pp_ctl.c utils/pl2pm.PL
12292 ____________________________________________________________________________
12293 [ 12110] By: jhi                                   on 2001/09/21  13:59:13
12294         Log: Update Changes.
12295      Branch: perl
12296            ! Changes patchlevel.h
12297 ____________________________________________________________________________
12298 [ 12109] By: jhi                                   on 2001/09/21  13:44:43
12299         Log: Make AIX and Tru64 compilers happy.  
12300      Branch: perl
12301            ! ext/threads/threads.h ext/threads/threads.xs
12302 ____________________________________________________________________________
12303 [ 12108] By: jhi                                   on 2001/09/21  12:16:27
12304         Log: Subject: [PATCH] Re: [ID 20010920.007] q and qq does not work after do
12305              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
12306              Date: 21 Sep 2001 09:16:37 -0000
12307              Message-Id: <slrn9qm1ca.h6b.rgarciasuarez@rafael.kazibao.net>
12308      Branch: perl
12309            ! toke.c
12310 ____________________________________________________________________________
12311 [ 12107] By: jhi                                   on 2001/09/21  12:14:41
12312         Log: Subject: [PATCH pp_sys.c] pp_chdir Win32 fix
12313              From: Michael G Schwern <schwern@pobox.com>
12314              Date: Thu, 20 Sep 2001 21:21:34 -0400
12315              Message-ID: <20010920212134.Y28291@blackrider>
12316      Branch: perl
12317            ! pp_sys.c
12318 ____________________________________________________________________________
12319 [ 12106] By: jhi                                   on 2001/09/21  12:12:09
12320         Log: Subject: Re: GDB Debugging Macros from mod_perl
12321              From: rspier@pobox.com (Robert Spier)
12322              Date: Thu, 20 Sep 2001 22:45:03 -0700
12323              Message-ID: <15274.54239.413929.49430@rls.cx>
12324      Branch: perl
12325            ! pod/perltodo.pod
12326 ____________________________________________________________________________
12327 [ 12105] By: sky                                   on 2001/09/21  10:33:34
12328         Log: Fixed bug where Time::HiRes::time returned time adjusted to 
12329              timezone! GetSystemTime should be available on all Win32 
12330              platforms we support. Perhaps Time::HiRes should be extended to
12331              support WinCE and Novell?
12332      Branch: perl
12333            ! ext/Time/HiRes/HiRes.xs
12334 ____________________________________________________________________________
12335 [ 12104] By: sky                                   on 2001/09/21  08:12:39
12336         Log: Attempt to fix solaris issue raised by Andy Dougherty.  
12337      Branch: perl
12338            ! ext/threads/threads.h ext/threads/threads.xs
12339 ____________________________________________________________________________
12340 [ 12103] By: sky                                   on 2001/09/21  07:57:41
12341         Log: Rename the *thread* functions to Perl_* to avoid clashes.
12342              Notably on AIX but could become a problem on other platforms.
12343      Branch: perl
12344            ! ext/threads/threads.h ext/threads/threads.xs
12345 ____________________________________________________________________________
12346 [ 12102] By: sky                                   on 2001/09/21  07:35:30
12347         Log: Add the shared sv space to the global vars.
12348              Fix problems compiling on win32.
12349      Branch: perl
12350            ! embedvar.h ext/threads/threads.xs perlapi.h perlvars.h
12351            ! sharedsv.c sharedsv.h
12352 ____________________________________________________________________________
12353 [ 12101] By: ams                                   on 2001/09/21  00:19:55
12354         Log: Subject: [PATCH] win32/Makefile warning fix
12355              From: Blair Zajac <blair@orcaware.com>
12356              Date: Thu, 20 Sep 2001 18:15:43 -0700
12357              Message-Id: <3BAA94BF.FFD5FC3A@orcaware.com>
12358      Branch: perl
12359            ! win32/Makefile
12360 ____________________________________________________________________________
12361 [ 12100] By: jhi                                   on 2001/09/20  21:57:04
12362         Log: Subject: [PATCH bleadperl] Command.t patch had some errors... sorry.
12363              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
12364              Date: Thu, 20 Sep 2001 18:36:22 +0200
12365              Message-ID: <549856591.20010920183622@tesla.rcub.bg.ac.yu>
12366      Branch: perl
12367            ! lib/ExtUtils/Command.t
12368 ____________________________________________________________________________
12369 [ 12099] By: jhi                                   on 2001/09/20  21:53:00
12370         Log: Cant spl wirth a dam.
12371      Branch: perl
12372            ! intrpvar.h
12373 ____________________________________________________________________________
12374 [ 12098] By: jhi                                   on 2001/09/20  21:52:24
12375         Log: Don't use C++ comments.
12376      Branch: perl
12377            ! ext/threads/threads.xs
12378 ____________________________________________________________________________
12379 [ 12097] By: ams                                   on 2001/09/20  21:42:07
12380         Log: Change #12044 didn't.
12381      Branch: perl
12382            ! lib/constant.pm
12383 ____________________________________________________________________________
12384 [ 12096] By: jhi                                   on 2001/09/20  13:38:44
12385         Log: Metaconfig unit changes for #12095.
12386      Branch: metaconfig
12387            ! U/modified/Myinit.U U/modified/libs.U
12388 ____________________________________________________________________________
12389 [ 12095] By: jhi                                   on 2001/09/20  13:38:22
12390         Log: Remove iconv references since we are not using it
12391              and not going to; regen perltoc, perlmodlib.
12392              (Some references still linger in perltoc, have to figure
12393              out where they are coming from.)
12394      Branch: perl
12395            ! Configure NetWare/config.wc NetWare/config_H.wc
12396            ! Porting/Glossary Porting/config.sh Porting/config_H
12397            ! config_h.SH configure.com epoc/config.sh perl.h
12398            ! pod/perlmodlib.pod pod/perltoc.pod uconfig.h uconfig.sh
12399            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
12400            ! vos/config.ga.h win32/config.bc win32/config.gc
12401            ! win32/config.vc win32/config_H.bc win32/config_H.gc
12402            ! win32/config_H.vc wince/config.ce wince/config.h
12403            ! wince/config_H.ce
12404 ____________________________________________________________________________
12405 [ 12094] By: jhi                                   on 2001/09/20  12:49:17
12406         Log: Subject: [PATCH docs] Re: ARGV and read
12407              From: Dave Mitchell <davem@fdgroup.co.uk>
12408              Date: Thu, 20 Sep 2001 13:21:31 +0100 (BST)
12409              Message-Id: <200109201221.NAA04258@gizmo.fdgroup.co.uk>
12410      Branch: perl
12411            ! pod/perltodo.pod pod/perlvar.pod
12412 ____________________________________________________________________________
12413 [ 12093] By: jhi                                   on 2001/09/20  12:45:35
12414         Log: Fresh copies from the cvs.perl.org perlfaq repository.
12415      Branch: perl
12416            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
12417            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
12418            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
12419            ! pod/perlfaq9.pod
12420 ____________________________________________________________________________
12421 [ 12092] By: jhi                                   on 2001/09/20  12:32:44
12422         Log: Subject: [PATCH] Re: n questions (was Re: 4 questions about pack/unpack)        
12423              From: Nicholas Clark <nick@ccl4.org>
12424              Date: Thu, 20 Sep 2001 14:27:08 +0100
12425              Message-ID: <20010920142708.X4971@plum.flirble.org>
12426      Branch: perl
12427            ! pp_pack.c t/op/pack.t
12428 ____________________________________________________________________________
12429 [ 12091] By: jhi                                   on 2001/09/20  12:16:50
12430         Log: The sharedsv_space* are variables, not code.  Duh.
12431      Branch: perl
12432            ! intrpvar.h makedef.pl
12433 ____________________________________________________________________________
12434 [ 12090] By: ams                                   on 2001/09/20  11:26:06
12435         Log: Subject: [patch lib/lib_pm.PL]
12436              From: Stas Bekman <stas@stason.org>
12437              Date: Thu, 20 Sep 2001 18:48:53 +0800
12438              Message-Id: <3BA9C995.6010302@stason.org>
12439              (Applied by hand.)
12440      Branch: perl
12441            ! lib/lib_pm.PL
12442 ____________________________________________________________________________
12443 [ 12089] By: jhi                                   on 2001/09/20  01:36:23
12444         Log: Only 21 tests, skipping or not.
12445      Branch: perl
12446            ! lib/ExtUtils/Command.t
12447 ____________________________________________________________________________
12448 [ 12088] By: jhi                                   on 2001/09/19  18:54:37
12449         Log: New exported symbols.
12450      Branch: perl
12451            ! makedef.pl
12452 ____________________________________________________________________________
12453 [ 12087] By: jhi                                   on 2001/09/19  13:45:59
12454         Log: Update Changes.
12455      Branch: perl
12456            ! Changes patchlevel.h
12457 ____________________________________________________________________________
12458 [ 12086] By: jhi                                   on 2001/09/19  13:02:58
12459         Log: Correct numbering of the tests is useful.
12460      Branch: perl
12461            ! ext/threads/t/basic.t
12462 ____________________________________________________________________________
12463 [ 12085] By: jhi                                   on 2001/09/19  12:11:15
12464         Log: More tests now too.
12465      Branch: perl
12466            ! lib/ExtUtils/Command.t
12467 ____________________________________________________________________________
12468 [ 12084] By: jhi                                   on 2001/09/19  12:08:33
12469         Log: More tests now.
12470      Branch: perl
12471            ! ext/threads/t/basic.t
12472 ____________________________________________________________________________
12473 [ 12083] By: jhi                                   on 2001/09/19  11:35:55
12474         Log: The test assumed 7-bit ASCII.  Now it "just"
12475              assumes 8-bit whatever.
12476      Branch: perl
12477            ! t/op/crypt.t
12478 ____________________________________________________________________________
12479 [ 12082] By: jhi                                   on 2001/09/19  11:19:56
12480         Log: Subject: Re: [PATCH] Smoke 12057 /pro/3gl/CPAN/perl-current
12481              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12482              Date: Wed, 19 Sep 2001 11:45:28 +0200
12483              Message-Id: <20010919110037.19C7.H.M.BRAND@hccnet.nl>
12484              
12485              Lvalue casts are not portable.
12486      Branch: perl
12487            ! ext/threads/threads.xs
12488 ____________________________________________________________________________
12489 [ 12081] By: sky                                   on 2001/09/19  10:17:52
12490         Log: Make the basic test contain only realy basic API tests
12491              Seems to be a problem with detach.
12492      Branch: perl
12493            ! ext/threads/t/basic.t
12494 ____________________________________________________________________________
12495 [ 12080] By: ams                                   on 2001/09/19  01:23:55
12496         Log: Subject: [PATCH] Syncing with Test::Simple 0.19
12497              From: Michael G Schwern <schwern@pobox.com>
12498              Date: Tue, 18 Sep 2001 19:53:48 -0400
12499              Message-Id: <20010918195348.M585@blackrider>
12500              
12501              Subject: [REPATCH] Re: [PATCH lib/Test/More.pm] Stray newline confusing t/TEST
12502              From: Michael G Schwern <schwern@pobox.com>
12503              Date: Tue, 18 Sep 2001 22:07:13 -0400
12504              Message-Id: <20010918220713.B19616@blackrider>
12505      Branch: perl
12506            ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
12507            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
12508            ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/fail.t
12509            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/todo.t
12510            ! lib/Test/Tutorial.pod
12511 ____________________________________________________________________________
12512 [ 12079] By: jhi                                   on 2001/09/19  00:19:45
12513         Log: Indent the test a bit.
12514      Branch: perl
12515            ! ext/threads/t/basic.t
12516 ____________________________________________________________________________
12517 [ 12078] By: jhi                                   on 2001/09/18  22:54:21
12518         Log: Subject: [PATCH bleadperl] added tainting for getcwd for Win32
12519              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
12520              Date: Tue, 18 Sep 2001 18:06:44 +0200
12521              Message-ID: <11018348611.20010918180644@tesla.rcub.bg.ac.yu>
12522      Branch: perl
12523            ! win32/win32.c
12524 ____________________________________________________________________________
12525 [ 12077] By: jhi                                   on 2001/09/18  22:52:24
12526         Log: Subject: stat access time is wrong on Win95
12527              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
12528              Date: Tue, 18 Sep 2001 21:59:24 +0200
12529              Message-ID: <413158386.20010918215924@tesla.rcub.bg.ac.yu>
12530      Branch: perl
12531            ! lib/ExtUtils/Command.pm lib/ExtUtils/Command.t
12532 ____________________________________________________________________________
12533 [ 12076] By: ams                                   on 2001/09/18  22:11:25
12534         Log: Subject: [PATCH] Re: [PATCH] t/op/crypt.t
12535              From: Michael G Schwern <schwern@pobox.com>
12536              Date: Tue, 18 Sep 2001 18:47:14 -0400
12537              Message-Id: <20010918184714.I585@blackrider>
12538      Branch: perl
12539            ! t/op/crypt.t
12540 ____________________________________________________________________________
12541 [ 12075] By: sky                                   on 2001/09/18  19:29:37
12542         Log: two test failures
12543              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12544              Message-ID: <20010918221702.A17408@rafael>
12545              partly applied, #12074 already fixed half the patch
12546      Branch: perl
12547            ! ext/threads/t/basic.t
12548 ____________________________________________________________________________
12549 [ 12074] By: sky                                   on 2001/09/18  18:49:03
12550         Log: Fixes test case failure introduced by #12071, the warning is
12551              now correctly spelled :-)
12552      Branch: perl
12553            ! ext/IO/lib/IO/t/io_sel.t
12554 ____________________________________________________________________________
12555 [ 12073] By: sky                                   on 2001/09/18  18:46:22
12556         Log: Make the test behave properly!
12557      Branch: perl
12558            ! ext/threads/t/basic.t
12559 ____________________________________________________________________________
12560 [ 12072] By: ams                                   on 2001/09/18  18:44:59
12561         Log: OP_RCATLINE is an SVOP, not a BASEOP.
12562      Branch: perl
12563            ! opcode.h opcode.pl
12564 ____________________________________________________________________________
12565 [ 12071] By: ams                                   on 2001/09/18  18:06:27
12566         Log: Deprecate != Depreciate.
12567      Branch: perl
12568            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Select.pm
12569            ! lib/Pod/ParseUtils.pm
12570 ____________________________________________________________________________
12571 [ 12070] By: ams                                   on 2001/09/18  15:14:58
12572         Log: Subject: [PATCH] Getopt::Std cleanup
12573              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12574              Date: Tue, 18 Sep 2001 17:32:13 +0200
12575              Message-Id: <20010918173213.C777@rafael>
12576      Branch: perl
12577            ! lib/Getopt/Std.pm lib/Getopt/Std.t
12578 ____________________________________________________________________________
12579 [ 12069] By: sky                                   on 2001/09/18  14:56:33
12580         Log: Forgot the makefile
12581      Branch: perl
12582            + ext/threads/Makefile.PL
12583 ____________________________________________________________________________
12584 [ 12068] By: sky                                   on 2001/09/18  14:13:26
12585         Log: Adds the thread 0.05 module. It is now moved to the core from CPAN.
12586              The test will fail because of Test.pm not knowing about threads. 
12587              basic needs to be manually tested
12588              compile time warnings on IV2PTR conversions need to be fixed
12589      Branch: perl
12590            + ext/threads/Changes ext/threads/README ext/threads/t/basic.t
12591            + ext/threads/threads.h ext/threads/threads.pm
12592            + ext/threads/threads.xs
12593            ! MANIFEST
12594 ____________________________________________________________________________
12595 [ 12067] By: jhi                                   on 2001/09/18  11:51:08
12596         Log: DJGPP tweak from Laszlo Molnar.
12597      Branch: perl
12598            ! djgpp/config.over
12599 ____________________________________________________________________________
12600 [ 12066] By: sky                                   on 2001/09/18  10:24:31
12601         Log: Changed how ownership of mutexes are held. We never hold a mutex only a slot indicating that we own the lock.
12602      Branch: perl
12603            ! sharedsv.c sharedsv.h
12604 ____________________________________________________________________________
12605 [ 12065] By: jhi                                   on 2001/09/18  00:00:09
12606         Log: Strip ^iso- from the Encode filenames to be 8.3-friendly,
12607              ditto ^cns.
12608      Branch: perl
12609            + ext/Encode/Encode/11643-1.enc ext/Encode/Encode/11643-2.enc
12610            + ext/Encode/Encode/2022-cn.enc ext/Encode/Encode/2022-jp.enc
12611            + ext/Encode/Encode/2022-jp1.enc ext/Encode/Encode/2022-jp2.enc
12612            + ext/Encode/Encode/2022-kr.enc ext/Encode/Encode/2022.enc
12613            + ext/Encode/Encode/8859-1.enc ext/Encode/Encode/8859-1.ucm
12614            + ext/Encode/Encode/8859-10.enc ext/Encode/Encode/8859-10.ucm
12615            + ext/Encode/Encode/8859-11.enc ext/Encode/Encode/8859-11.ucm
12616            + ext/Encode/Encode/8859-13.enc ext/Encode/Encode/8859-13.ucm
12617            + ext/Encode/Encode/8859-14.enc ext/Encode/Encode/8859-14.ucm
12618            + ext/Encode/Encode/8859-15.enc ext/Encode/Encode/8859-15.ucm
12619            + ext/Encode/Encode/8859-16.enc ext/Encode/Encode/8859-16.ucm
12620            + ext/Encode/Encode/8859-2.enc ext/Encode/Encode/8859-2.ucm
12621            + ext/Encode/Encode/8859-3.enc ext/Encode/Encode/8859-3.ucm
12622            + ext/Encode/Encode/8859-4.enc ext/Encode/Encode/8859-4.ucm
12623            + ext/Encode/Encode/8859-5.enc ext/Encode/Encode/8859-5.ucm
12624            + ext/Encode/Encode/8859-6.enc ext/Encode/Encode/8859-6.ucm
12625            + ext/Encode/Encode/8859-7.enc ext/Encode/Encode/8859-7.ucm
12626            + ext/Encode/Encode/8859-8.enc ext/Encode/Encode/8859-8.ucm
12627            + ext/Encode/Encode/8859-9.enc ext/Encode/Encode/8859-9.ucm
12628            + ext/Encode/Encode/ir-197.enc
12629            - ext/Encode/Encode/cns11643-1.enc
12630            - ext/Encode/Encode/cns11643-2.enc
12631            - ext/Encode/Encode/iso2022-cn.enc
12632            - ext/Encode/Encode/iso2022-jp.enc
12633            - ext/Encode/Encode/iso2022-jp1.enc
12634            - ext/Encode/Encode/iso2022-jp2.enc
12635            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
12636            - ext/Encode/Encode/iso8859-1.enc
12637            - ext/Encode/Encode/iso8859-1.ucm
12638            - ext/Encode/Encode/iso8859-10.enc
12639            - ext/Encode/Encode/iso8859-10.ucm
12640            - ext/Encode/Encode/iso8859-11.enc
12641            - ext/Encode/Encode/iso8859-11.ucm
12642            - ext/Encode/Encode/iso8859-13.enc
12643            - ext/Encode/Encode/iso8859-13.ucm
12644            - ext/Encode/Encode/iso8859-14.enc
12645            - ext/Encode/Encode/iso8859-14.ucm
12646            - ext/Encode/Encode/iso8859-15.enc
12647            - ext/Encode/Encode/iso8859-15.ucm
12648            - ext/Encode/Encode/iso8859-16.enc
12649            - ext/Encode/Encode/iso8859-16.ucm
12650            - ext/Encode/Encode/iso8859-2.enc
12651            - ext/Encode/Encode/iso8859-2.ucm
12652            - ext/Encode/Encode/iso8859-3.enc
12653            - ext/Encode/Encode/iso8859-3.ucm
12654            - ext/Encode/Encode/iso8859-4.enc
12655            - ext/Encode/Encode/iso8859-4.ucm
12656            - ext/Encode/Encode/iso8859-5.enc
12657            - ext/Encode/Encode/iso8859-5.ucm
12658            - ext/Encode/Encode/iso8859-6.enc
12659            - ext/Encode/Encode/iso8859-6.ucm
12660            - ext/Encode/Encode/iso8859-7.enc
12661            - ext/Encode/Encode/iso8859-7.ucm
12662            - ext/Encode/Encode/iso8859-8.enc
12663            - ext/Encode/Encode/iso8859-8.ucm
12664            - ext/Encode/Encode/iso8859-9.enc
12665            - ext/Encode/Encode/iso8859-9.ucm
12666            - ext/Encode/Encode/isoir-197.enc
12667            ! MANIFEST ext/Encode/Encode/Tcl.t ext/Encode/Makefile.PL
12668 ____________________________________________________________________________
12669 [ 12064] By: jhi                                   on 2001/09/17  23:53:38
12670         Log: Must Uppercase.
12671      Branch: perl
12672            ! ext/Encode/Encode.pm
12673 ____________________________________________________________________________
12674 [ 12063] By: jhi                                   on 2001/09/17  23:39:28
12675         Log: Add various encodings.
12676      Branch: perl
12677            + ext/Encode/Encode/iso8859-11.enc
12678            + ext/Encode/Encode/iso8859-11.ucm ext/Encode/Encode/koi8-f.enc
12679            + ext/Encode/Encode/koi8-f.ucm ext/Encode/Encode/koi8-u.enc
12680            + ext/Encode/Encode/koi8-u.ucm ext/Encode/Encode/nextstep.enc
12681            + ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/roman8.enc
12682            + ext/Encode/Encode/roman8.ucm ext/Encode/Encode/viscii.enc
12683            + ext/Encode/Encode/viscii.ucm
12684            ! MANIFEST ext/Encode/Encode.pm
12685 ____________________________________________________________________________
12686 [ 12062] By: jhi                                   on 2001/09/17  22:48:21
12687         Log: lib/unicode relic.
12688      Branch: perl
12689            ! ext/Encode/compile
12690 ____________________________________________________________________________
12691 [ 12061] By: jhi                                   on 2001/09/17  20:50:16
12692         Log: Subject: [PATCH] Re: filename problems
12693              From: Michael G Schwern <schwern@pobox.com>
12694              Date: Mon, 17 Sep 2001 17:26:26 -0400
12695              Message-ID: <20010917172626.Q585@blackrider>
12696      Branch: perl
12697            + t/lib/sample-tests/head_end t/lib/sample-tests/head_fail
12698            - t/lib/sample-tests/header_at_end
12699            - t/lib/sample-tests/header_at_end_fail
12700            ! MANIFEST lib/Test/Harness/t/test-harness.t
12701 ____________________________________________________________________________
12702 [ 12060] By: jhi                                   on 2001/09/17  20:14:53
12703         Log: Explicitly explain the 1e9 seconds, not everybody
12704              is a C geek.
12705      Branch: perl
12706            ! ext/Time/HiRes/HiRes.pm
12707 ____________________________________________________________________________
12708 [ 12059] By: jhi                                   on 2001/09/17  20:07:20
12709         Log: Explain an apparent bug reported by
12710              Richard J. Barbalace <rjbarbal@MIT.EDU>,
12711              with additional explanation from Gisle Aas.
12712      Branch: perl
12713            ! ext/Time/HiRes/HiRes.pm
12714 ____________________________________________________________________________
12715 [ 12058] By: ams                                   on 2001/09/17  19:52:01
12716         Log: Subject: [PATCH t/lib/warnings/pp, t/lib/warnings/op] new tests
12717              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12718              Date: Mon, 17 Sep 2001 22:48:05 +0200
12719              Message-Id: <20010917224805.C11744@rafael>
12720      Branch: perl
12721            ! t/lib/warnings/op t/lib/warnings/pp
12722 ____________________________________________________________________________
12723 [ 12057] By: ams                                   on 2001/09/17  16:51:18
12724         Log: Its a nit!
12725      Branch: perl
12726            ! sv.h
12727 ____________________________________________________________________________
12728 [ 12056] By: ams                                   on 2001/09/17  16:47:55
12729         Log: Subject: [PATCH perl@12023] waitpid enhancements for VMS
12730              From: "Craig A. Berry" <craigberry@mac.com>
12731              Date: Mon, 17 Sep 2001 12:34:20 -0500
12732              Message-Id: <5.1.0.14.0.20010916222208.0469cdf8@exchi01>
12733      Branch: perl
12734            ! vms/vms.c
12735 ____________________________________________________________________________
12736 [ 12055] By: ams                                   on 2001/09/17  16:05:15
12737         Log: Subject: [PATCH] Make CPAN.pm use Digest::MD5
12738              From: Gisle Aas <gisle@ActiveState.com>
12739              Date: 16 Apr 2001 16:20:34 -0700
12740              Message-ID: <lrlmp0sa7x.fsf@caliper.ActiveState.com>
12741              (Applied by hand.)
12742      Branch: perl
12743            ! lib/CPAN.pm lib/CPAN/Nox.pm
12744 ____________________________________________________________________________
12745 [ 12054] By: jhi                                   on 2001/09/17  14:06:26
12746         Log: Update Changes.
12747      Branch: perl
12748            ! Changes patchlevel.h
12749 ____________________________________________________________________________
12750 [ 12053] By: jhi                                   on 2001/09/17  13:45:26
12751         Log: Adding new files to the MANIFEST is always nice.
12752      Branch: perl
12753            ! MANIFEST
12754 ____________________________________________________________________________
12755 [ 12052] By: jhi                                   on 2001/09/17  13:12:31
12756         Log: Reindent the PerlIO files (suggested by NI-S), used
12757              indent -kr -nce -psl -sc -TSV -TAV -THV -TGV -TIV -TUV -TNV -TMAGIC -TFILE -TPerlIO -TPerlIO_list_t -TPerlIO_funcs -TPerlIO_pair_t
12758              (GNU indent).  Note that wholesale re-indenting might
12759              be nice, but that would break nice formatting/alignment
12760              of assignments, equality testing, and complex boolean
12761              expressions with lots of &s and |s.
12762      Branch: perl
12763            ! perlio.c perlio.h perliol.h
12764 ____________________________________________________________________________
12765 [ 12051] By: jhi                                   on 2001/09/17  12:55:53
12766         Log: Add a script for being 8.3-polite.
12767              The found conflicts are being worked on.
12768      Branch: perl
12769            + check83.pl
12770            ! MANIFEST Porting/pumpkin.pod
12771 ____________________________________________________________________________
12772 [ 12050] By: sky                                   on 2001/09/17  12:44:36
12773         Log: Fixes coredump introduced by 11755 and 11790. Thanks to Doug for
12774              finding it.
12775      Branch: perl
12776            ! sv.c
12777 ____________________________________________________________________________
12778 [ 12049] By: jhi                                   on 2001/09/17  11:55:07
12779         Log: Bump up versions because of #12041.
12780      Branch: perl
12781            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/File.pm
12782            ! ext/IO/lib/IO/Pipe.pm lib/Fatal.pm lib/Time/gmtime.pm
12783            ! lib/Time/localtime.pm
12784 ____________________________________________________________________________
12785 [ 12048] By: jhi                                   on 2001/09/17  11:51:54
12786         Log: Bump the version number because of #12042.
12787      Branch: perl
12788            ! lib/CPAN/FirstTime.pm
12789 ____________________________________________________________________________
12790 [ 12047] By: ams                                   on 2001/09/17  11:21:40
12791         Log: Subject: Re: [PATCH] turn $a.=<F> into an RCATLINE
12792              From: Abhijit Menon-Sen <ams@wiw.org>
12793              Date: Mon, 17 Sep 2001 17:44:12 +0530
12794              Message-Id: <20010917174412.B7058@lustre.dyn.wiw.org>
12795      Branch: perl
12796            ! op.c
12797 ____________________________________________________________________________
12798 [ 12046] By: sky                                   on 2001/09/17  07:14:17
12799         Log: Subject: Re: t/op/ver.t using skip() improperly
12800              From: "chromatic" <chromatic@rmci.net>
12801              Date: Mon, 17 Sep 2001 00:22:29 -0600
12802              Message-ID: <20010917062713.47716.qmail@onion.perl.org>
12803      Branch: perl
12804            ! t/op/ver.t
12805 ____________________________________________________________________________
12806 [ 12045] By: nick                                  on 2001/09/17  07:12:14
12807         Log: Integrate mainline
12808      Branch: perlio
12809           +> t/op/chdir.t
12810           !> (integrate 117 files)
12811 ____________________________________________________________________________
12812 [ 12044] By: ams                                   on 2001/09/17  05:49:53
12813         Log: Subject: [PATCH lib/constant.pm] Major POD rewrite of constant.pm
12814              From: Ilmari Karonen <iltzu@sci.fi>
12815              Date: Mon, 17 Sep 2001 00:47:57 +0300 (EET DST)
12816              Message-Id: <Pine.SOL.3.96.1010917002916.13210A-100000@simpukka>
12817              (And $VERSION = '1.05'.)
12818      Branch: perl
12819            ! lib/constant.pm
12820 ____________________________________________________________________________
12821 [ 12043] By: ams                                   on 2001/09/17  05:44:50
12822         Log: Subject: Re: [BUG?] chdir(undef) == chdir() probably a bug
12823              From: Michael G Schwern <schwern@pobox.com>
12824              Date: Mon, 17 Sep 2001 07:49:04 +0200
12825              Message-Id: <20010917074904.V1588@blackrider>
12826              (Applied with tweaks to chdir.t and pp_sys.c hunks.)
12827      Branch: perl
12828            + t/op/chdir.t
12829            ! MANIFEST pp_sys.c
12830 ____________________________________________________________________________
12831 [ 12042] By: jhi                                   on 2001/09/17  02:54:13
12832         Log: Subject: Re: CPAN.pm needs some hacking 
12833              From: "chromatic" <chromatic@rmci.net>
12834              Date: Sun, 16 Sep 2001 16:46:29 -0600
12835              Message-ID: <20010916225113.5606.qmail@onion.perl.org>
12836      Branch: perl
12837            ! lib/CPAN/FirstTime.pm
12838 ____________________________________________________________________________
12839 [ 12041] By: jhi                                   on 2001/09/16  20:43:15
12840         Log: Change use|require 5.005_64 to use|require 5.6.1.
12841      Branch: perl
12842            ! ext/Data/Dumper/Dumper.pm ext/Devel/DProf/DProf.pm
12843            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
12844            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
12845            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoSplit.pm
12846            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Command.pm
12847            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
12848            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
12849            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/FileHandle.pm
12850            ! lib/Math/Trig.pm lib/Net/Ping.pm lib/Net/hostent.pm
12851            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
12852            ! lib/Shell.pm lib/Tie/Array.pm lib/Tie/Handle.pm
12853            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
12854            ! lib/base.pm lib/fields.pm
12855 ____________________________________________________________________________
12856 [ 12040] By: jhi                                   on 2001/09/16  20:36:58
12857         Log: Bump up version numbers.
12858              
12859              TODO 1: double check that pre-5.6.1 CPAN.pm:s
12860              don't try to download 5.8.0 because of the
12861              version numbers.  Mainly this means using _00
12862              in the core version numbers.
12863              
12864              TODO 2: the "use 5.005_64" in many modules
12865              needs to be changed to, say, "use 5.6.1".
12866      Branch: perl
12867            ! ext/B/B/Assembler.pm ext/Data/Dumper/Dumper.pm
12868            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/CPAN.pm
12869            ! lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm
12870            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Manifest.pm
12871            ! lib/File/Basename.pm lib/File/Copy.pm lib/File/Find.pm
12872            ! lib/File/Path.pm lib/File/Spec.pm lib/File/Spec/Functions.pm
12873            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
12874            ! lib/File/Spec/Win32.pm lib/FindBin.pm lib/Pod/Checker.pm
12875            ! lib/Pod/Find.pm lib/SelfLoader.pm lib/Shell.pm
12876            ! lib/Tie/Handle.pm lib/blib.pm lib/diagnostics.pm
12877            ! vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
12878 ____________________________________________________________________________
12879 [ 12039] By: jhi                                   on 2001/09/16  19:23:07
12880         Log: Use UCHARAT() as suggested by Inaba Hiroto.
12881      Branch: perl
12882            ! regexec.c
12883 ____________________________________________________________________________
12884 [ 12038] By: ams                                   on 2001/09/16  15:16:24
12885         Log: Subject: [PATCH] Re: Core module version numbers review
12886              From: Peter Scott <Peter@PSDT.com>
12887              Date: Sun, 16 Sep 2001 09:09:58 -0700
12888              Message-Id: <4.3.2.7.2.20010916090716.00b452a0@mail.webquarry.com>
12889      Branch: perl
12890            ! lib/perl5db.pl
12891 ____________________________________________________________________________
12892 [ 12037] By: jhi                                   on 2001/09/16  14:27:54
12893         Log: Supply more details on how lc/uc/lcfirst/ucfirst are
12894              not yet fully implemented.
12895      Branch: perl
12896            ! pod/perlfunc.pod pod/perlunicode.pod
12897 ____________________________________________________________________________
12898 [ 12036] By: jhi                                   on 2001/09/15  23:13:12
12899         Log: Subject: [patch] plug PL_beginav_save leak
12900              From: Doug MacEachern <dougm@covalent.net>
12901              Date: Sat, 15 Sep 2001 17:02:18 -0700 (PDT)
12902              Message-ID: <Pine.LNX.4.21.0109151659060.6089-100000@mako.covalent.net>
12903      Branch: perl
12904            ! perl.c
12905 ____________________________________________________________________________
12906 [ 12035] By: jhi                                   on 2001/09/15  23:12:28
12907         Log: (accidentally empty checkin)
12908      Branch: perl
12909            ! sv.c
12910 ____________________________________________________________________________
12911 [ 12034] By: jhi                                   on 2001/09/15  23:08:09
12912         Log: Subject: [patch] ithreads+PL_beginav_save
12913              From: Doug MacEachern <dougm@covalent.net>
12914              Date: Sat, 15 Sep 2001 16:53:01 -0700 (PDT)
12915              Message-ID: <Pine.LNX.4.21.0109151651050.6089-100000@mako.covalent.net>
12916      Branch: perl
12917            ! sv.c
12918 ____________________________________________________________________________
12919 [ 12033] By: jhi                                   on 2001/09/15  23:07:19
12920         Log: Subject: [PATCH] h2xs.PL with C::Scan
12921              From: Tim Jenness <t.jenness@jach.hawaii.edu>
12922              Date: Sat, 15 Sep 2001 13:41:28 -1000 (HST)
12923              Message-ID: <Pine.LNX.4.33.0109151338560.3075-100000@lapaki>
12924      Branch: perl
12925            ! utils/h2xs.PL
12926 ____________________________________________________________________________
12927 [ 12032] By: jhi                                   on 2001/09/15  18:43:20
12928         Log: Elaborate (well, make more vague, really) #12030.
12929      Branch: perl
12930            ! pod/perltodo.pod pod/perlunicode.pod
12931 ____________________________________________________________________________
12932 [ 12031] By: jhi                                   on 2001/09/15  18:37:07
12933         Log: Subject: [PATCH regexec.c] adding (U8) to case insensitive matching
12934              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
12935              Date: Fri, 14 Sep 2001 20:58:30 -0400 (EDT)
12936              Message-ID: <Pine.GSO.4.21.0109142057490.12393-100000@crusoe.crusoe.net>
12937      Branch: perl
12938            ! regexec.c
12939 ____________________________________________________________________________
12940 [ 12030] By: jhi                                   on 2001/09/15  17:15:40
12941         Log: Document that the lc(), uc(), lcfirst(), ucfirst()
12942              are not yet complete.
12943      Branch: perl
12944            ! pod/perltodo.pod pod/perlunicode.pod
12945 ____________________________________________________________________________
12946 [ 12029] By: jhi                                   on 2001/09/15  13:53:42
12947         Log: Document what's still to be done on the regular expression
12948              Unicode support, based on the UTR#18.
12949      Branch: perl
12950            ! pod/perltodo.pod pod/perlunicode.pod
12951 ____________________________________________________________________________
12952 [ 12028] By: jhi                                   on 2001/09/15  12:37:31
12953         Log: Regen headers.
12954      Branch: perl
12955            ! embedvar.h perlapi.h
12956 ____________________________________________________________________________
12957 [ 12027] By: jhi                                   on 2001/09/15  12:33:49
12958         Log: Subject: Re: [ID 20010815.012] Unfortunate interaction between -0 cmd line arg & (??{CODE}) regex 
12959              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12960              Date: Sun, 09 Sep 2001 18:41:54 +0100
12961              Message-Id: <200109091741.f89HfsM18534@crypt.compulink.co.uk>
12962      Branch: perl
12963            ! Porting/findvars ext/ByteLoader/bytecode.h
12964            ! ext/Thread/Thread.xs mg.c op.c perl.c perl.h pp_ctl.c sv.c
12965            ! t/run/kill_perl.t thrdvar.h toke.c util.c wince/perldll.def
12966 ____________________________________________________________________________
12967 [ 12026] By: gsar                                  on 2001/09/15  04:04:04
12968         Log: enable most warnings for windows build; fix the various typecasting
12969              nits that showed up (no bugfixes here)
12970      Branch: maint-5.6/perl
12971            ! av.c cop.h doop.c dump.c ext/Devel/Peek/Peek.xs
12972            ! ext/POSIX/POSIX.xs gv.c hv.c mg.c op.c perl.c perl.h perly.c
12973            ! perly.y pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c
12974            ! sv.c toke.c universal.c utf8.c util.c vms/perly_c.vms
12975            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
12976            ! x2p/walk.c
12977 ____________________________________________________________________________
12978 [ 12025] By: jhi                                   on 2001/09/14  22:22:58
12979         Log: Integrate change #12024 from maintperl
12980              (a local() precedence bug)
12981      Branch: perl
12982           !> lib/ExtUtils/Install.pm
12983 ____________________________________________________________________________
12984 [ 12024] By: gsar                                  on 2001/09/14  22:11:06
12985         Log: fix local() precedence bug in change#8311, came into maint-5.6 as
12986              change#8642
12987      Branch: maint-5.6/perl
12988            ! lib/ExtUtils/Install.pm
12989 ____________________________________________________________________________
12990 [ 12023] By: jhi                                   on 2001/09/14  15:04:16
12991         Log: Update Changes.
12992      Branch: perl
12993            ! Changes patchlevel.h
12994 ____________________________________________________________________________
12995 [ 12022] By: jhi                                   on 2001/09/14  14:49:52
12996         Log: Subject: Re: [ID 20010911.001] Not OK: perl v5.7.2 +DEVEL11978 on
12997              From: "chromatic" <chromatic@rmci.net>
12998              Date: Fri, 14 Sep 2001 09:44:57 -0600 
12999              Message-ID: <20010914154936.70059.qmail@onion.perl.org>
13000      Branch: perl
13001            ! lib/ExtUtils/Manifest.t
13002 ____________________________________________________________________________
13003 [ 12021] By: jhi                                   on 2001/09/14  14:46:36
13004         Log: Hopefully better skipping of the Complete.t tests
13005              in case of not a tty. 
13006      Branch: perl
13007            ! lib/Term/Complete.t t/op/stat.t
13008 ____________________________________________________________________________
13009 [ 12020] By: jhi                                   on 2001/09/14  14:10:44
13010         Log: Subject: [PATCH regexec.c] more jumpables, and hit-bit bug
13011              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
13012              Date: Fri, 14 Sep 2001 09:58:24 -0400 (EDT)
13013              Message-ID: <Pine.GSO.4.21.0109140955250.12393-100000@crusoe.crusoe.net>     
13014      Branch: perl
13015            ! regexec.c t/op/pat.t
13016 ____________________________________________________________________________
13017 [ 12019] By: jhi                                   on 2001/09/14  14:02:59
13018         Log: Subject: Re: unterminated C<...> at line 426 in file perlport.pod
13019              From: Robin Barker <rmb1@cise.npl.co.uk>
13020              Date: Fri, 14 Sep 2001 16:01:11 +0100 (BST)
13021              Message-Id: <200109141501.QAA13044@tempest.npl.co.uk>
13022      Branch: perl
13023            ! pod/perlport.pod
13024 ____________________________________________________________________________
13025 [ 12018] By: jhi                                   on 2001/09/14  13:55:56
13026         Log: NetWare tweaks from Ananth Kesari.
13027      Branch: perl
13028            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
13029            ! NetWare/nwutil.h
13030 ____________________________________________________________________________
13031 [ 12017] By: jhi                                   on 2001/09/14  13:50:08
13032         Log: Subject: unterminated C<...> at line 426 in file perlport.pod
13033              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13034              Date: Fri, 14 Sep 2001 10:51:13 +0200
13035              Message-Id: <20010914103300.4B59.H.M.BRAND@hccnet.nl>
13036      Branch: perl
13037            ! pod/perlport.pod
13038 ____________________________________________________________________________
13039 [ 12016] By: jhi                                   on 2001/09/14  13:28:08
13040         Log: Subject: Re: [PATCH 2 pl2pm.PL]
13041              From: Joe Smith <Joe.Smith@inwap.com>
13042              Date: Fri, 14 Sep 2001 00:13:32 -0700
13043              Message-Id: <3BA1AE1C.64313CEE@inwap.com>                 
13044              
13045              Eradicate qu.
13046      Branch: perl
13047            ! keywords.h keywords.pl utils/pl2pm.PL
13048 ____________________________________________________________________________
13049 [ 12015] By: jhi                                   on 2001/09/14  02:38:23
13050         Log: Retract #12013, didn't go over too well in Tru64.
13051      Branch: perl
13052            ! embed.h embed.pl sv.h
13053 ____________________________________________________________________________
13054 [ 12014] By: jhi                                   on 2001/09/14  02:31:05
13055         Log: Subject: [PATCH] Execute files of debugger commands
13056              From: Peter Scott <Peter@PSDT.com>
13057              Date: Thu, 13 Sep 2001 15:26:31 -0700
13058              Message-Id: <4.3.2.7.2.20010913115845.00b22100@mail.webquarry.com>
13059      Branch: perl
13060            ! lib/perl5db.pl pod/perldebug.pod
13061 ____________________________________________________________________________
13062 [ 12013] By: jhi                                   on 2001/09/14  02:25:05
13063         Log: (Retracted by #12015)
13064              Subject: [proposed PATCH] Re: perl@11920
13065              From: Nicholas Clark <nick@ccl4.org>
13066              Date: Wed, 12 Sep 2001 23:46:09 +0100
13067              Message-ID: <20010912234609.H4971@plum.flirble.org>     
13068      Branch: perl
13069            ! embed.h embed.pl sv.h
13070 ____________________________________________________________________________
13071 [ 12012] By: jhi                                   on 2001/09/14  02:12:02
13072         Log: ucblib shouldn't be linked against in nonstop-ux,
13073              from Tom Bates.
13074      Branch: perl
13075            ! hints/nonstopux.sh
13076 ____________________________________________________________________________
13077 [ 12011] By: jhi                                   on 2001/09/13  12:54:51
13078         Log: Do stty only if we have stty.
13079              
13080              TODO: non-UNIX platforms.  Solaris and /usr/ucb/stty?
13081      Branch: perl
13082            ! lib/Term/Complete.pm
13083 ____________________________________________________________________________
13084 [ 12010] By: jhi                                   on 2001/09/13  12:44:28
13085         Log: Skip the test if not running on a tty.
13086      Branch: perl
13087            ! lib/Term/Complete.t
13088 ____________________________________________________________________________
13089 [ 12009] By: jhi                                   on 2001/09/13  12:01:56
13090         Log: Regen headers.
13091      Branch: perl
13092            ! embed.h opcode.h pod/perlapi.pod proto.h
13093 ____________________________________________________________________________
13094 [ 12008] By: jhi                                   on 2001/09/12  17:51:32
13095         Log: Subject: [PATCH op.c] Re: perl@12003
13096              From: Robin Barker <rmb1@cise.npl.co.uk>
13097              Date: Wed, 12 Sep 2001 19:00:38 +0100 (BST)
13098              Message-Id: <200109121800.TAA05256@tempest.npl.co.uk>
13099      Branch: perl
13100            ! op.c
13101 ____________________________________________________________________________
13102 [ 12007] By: jhi                                   on 2001/09/12  17:49:39
13103         Log: Subject: [PATCH sv.c] may be uninitialized warning forperl@12003
13104              From: Robin Barker <rmb1@cise.npl.co.uk>
13105              Date: Wed, 12 Sep 2001 19:00:31 +0100 (BST)
13106              Message-Id: <200109121800.TAA05250@tempest.npl.co.uk>
13107      Branch: perl
13108            ! sv.c
13109 ____________________________________________________________________________
13110 [ 12006] By: jhi                                   on 2001/09/12  17:41:49
13111         Log: Upgrade to Memoize 0.66.
13112      Branch: perl
13113            ! lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
13114            ! lib/Memoize/Expire.pm lib/Memoize/README lib/Memoize/TODO
13115            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
13116 ____________________________________________________________________________
13117 [ 12005] By: jhi                                   on 2001/09/12  13:14:59
13118         Log: Subject: [ID 20010912.007] substr reference core dump
13119              From: me-01@ton.iguana.be
13120              Date: 12 Sep 2001 14:11:16 -0000
13121              Message-Id: <20010912141116.6058.qmail@quasar.home.lunix>
13122      Branch: perl
13123            ! mg.c
13124 ____________________________________________________________________________
13125 [ 12004] By: ams                                   on 2001/09/12  01:13:49
13126         Log: Subject: [PATCH perlfaq4.pod] Deobfuscate Fisher-Yates example code
13127              From: Ilmari Karonen <iltzu@sci.fi>
13128              Date: Tue, 11 Sep 2001 23:31:25 +0300 (EET DST)
13129              Message-Id: <Pine.SOL.3.96.1010911231925.688A-100000@simpukka>
13130      Branch: perl
13131            ! pod/perlfaq4.pod
13132 ____________________________________________________________________________
13133 [ 12003] By: jhi                                   on 2001/09/11  13:02:37
13134         Log: Update Changes.
13135      Branch: perl
13136            ! Changes patchlevel.h
13137 ____________________________________________________________________________
13138 [ 12002] By: jhi                                   on 2001/09/11  11:50:48
13139         Log: NetWare update from Ananth Kesari.
13140      Branch: perl
13141            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
13142            ! NetWare/config.wc NetWare/config_H.wc NetWare/nwutil.h
13143 ____________________________________________________________________________
13144 [ 12001] By: jhi                                   on 2001/09/11  11:40:51
13145         Log: Retract #11984: div() being redefined, and 1397
13146              failing on 64-bit platforms.
13147      Branch: perl
13148            ! lib/Math/BigInt/Calc.pm
13149 ____________________________________________________________________________
13150 [ 12000] By: jhi                                   on 2001/09/11  11:19:07
13151         Log: Metaconfig unit change for #11999.
13152      Branch: metaconfig
13153            ! U/protos/d_lseekproto.U
13154 ____________________________________________________________________________
13155 [ 11999] By: jhi                                   on 2001/09/11  11:18:36
13156         Log: The lseek fix (#11991) was no fix.
13157      Branch: perl
13158            ! Configure
13159 ____________________________________________________________________________
13160 [ 11998] By: sky                                   on 2001/09/11  07:52:06
13161         Log: Subject: [PATCH] Encode.pm add UCS-2 little endian support
13162              From: Matt Sergeant <MSergeant@star.net.uk>
13163              Date: Tue, 11 Sep 2001 09:22:32 +0100
13164              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B9003C@UKS040>
13165      Branch: perl
13166            ! ext/Encode/Encode.pm
13167 ____________________________________________________________________________
13168 [ 11997] By: sky                                   on 2001/09/11  06:35:29
13169         Log: Sometimes dTHX is added because it is needed on non 
13170              gnuc platforms, but not needed there. This uses GCC
13171              to silence GCC specific warnings by marking pTHX as 
13172              unused.
13173      Branch: perl
13174            ! perl.h
13175 ____________________________________________________________________________
13176 [ 11996] By: nick                                  on 2001/09/11  06:25:27
13177         Log: Integrate mainline
13178      Branch: perlio
13179            - ext/POSIX/sigaction.t lib/File/Find/taint.t
13180           !> lib/CGI/t/carp.t lib/Test/Simple/t/simple.t t/op/crypt.t
13181 ____________________________________________________________________________
13182 [ 11995] By: nick                                  on 2001/09/11  06:23:39
13183         Log: Part Integrate mainline
13184      Branch: perlio
13185           +> (branch 69 files)
13186            - ext/Cwd/Cwd.t ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t
13187            - ext/POSIX/POSIX.t lib/Attribute/Handlers/test.pl
13188            - lib/Env/array.t lib/Env/env.t lib/File/Find/find.t
13189            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
13190            - lib/Switch/t/switch_case.t lib/Test/Harness.t
13191            - lib/Test/More/Changes lib/Test/More/t/More.t
13192            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
13193            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
13194            - lib/Text/Balanced.pod lib/Text/Balanced/t/genxt.t
13195            - lib/Text/Balanced/t/xbrak.t lib/Text/Balanced/t/xcode.t
13196            - lib/Text/Balanced/t/xdeli.t lib/Text/Balanced/t/xmult.t
13197            - lib/Text/Balanced/t/xquot.t lib/Text/Balanced/t/xtagg.t
13198            - lib/Text/Balanced/t/xvari.t objXSUB.h t/lib/MyFilter.pm
13199            - t/lib/Test/More/Catch.pm wince/perl.ico
13200           !> (integrate 197 files)
13201 ____________________________________________________________________________
13202 [ 11994] By: jhi                                   on 2001/09/11  03:12:44
13203         Log: Subject: Re: [PATCH] Encode.pm docs fix
13204              From: Gisle Aas <gisle@ActiveState.com>
13205              Date: 10 Sep 2001 11:27:02 -0700
13206              Message-ID: <lrwv363nrd.fsf@caliper.ActiveState.com>
13207      Branch: perl
13208            ! ext/Encode/Encode.pm
13209 ____________________________________________________________________________
13210 [ 11993] By: jhi                                   on 2001/09/11  02:27:25
13211         Log: Fix unpack U to be the reverse of pack U
13212              (but implement unpack U0U as a backdoor to get
13213              the UTF-8 malformed warnings from un-UTF-8 data)
13214      Branch: perl
13215            ! pod/perlunicode.pod pp_pack.c t/op/pack.t t/op/utf8decode.t
13216 ____________________________________________________________________________
13217 [ 11992] By: jhi                                   on 2001/09/11  00:14:24
13218         Log: Metaconfig unit change for #11991;
13219              delete an unused unit (d_strtoull.U is the one used)
13220      Branch: metaconfig
13221            ! U/protos/d_lseekproto.U
13222      Branch: metaconfig/U/perl
13223            - strtoull.U
13224 ____________________________________________________________________________
13225 [ 11991] By: jhi                                   on 2001/09/11  00:14:01
13226         Log: Subject: [PATCH] Configure not recording lseek proto
13227              From: Blair Zajac <blair@orcaware.com>
13228              Date: Mon, 10 Sep 2001 17:52:37 -0700
13229              Message-ID: <3B9D6055.BA334A31@orcaware.com>
13230              
13231              plus regen Configure.
13232      Branch: perl
13233            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13234            ! config_h.SH uconfig.h
13235 ____________________________________________________________________________
13236 [ 11990] By: jhi                                   on 2001/09/10  23:59:25
13237         Log: Subject: [PATCH] Re: the remaining bugs in \x escapes (was Re: [PATCH] oct and hex in glorious 64 bit (with less bugs) (was Re: hex and oct again (was Re: FreeBSD MD5 crypt? Re: crypt/hex/oct and Unicode?)))                  
13238              From: Nicholas Clark <nick@ccl4.org>
13239              Date: Tue, 11 Sep 2001 00:00:31 +0100
13240              Message-ID: <20010911000031.G1512@plum.flirble.org>
13241      Branch: perl
13242            + t/op/qq.t
13243            ! MANIFEST numeric.c perl.h regcomp.c t/op/pat.t toke.c
13244 ____________________________________________________________________________
13245 [ 11989] By: jhi                                   on 2001/09/10  23:31:45
13246         Log: Subject: [PATCH] Building on win32 w/o perlio
13247              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
13248              Date: Mon, 10 Sep 2001 23:38:46 +0200
13249              Message-ID: <3B9D4F06.14433.2C37644@localhost>
13250      Branch: perl
13251            ! perl.c win32/Makefile win32/makefile.mk
13252 ____________________________________________________________________________
13253 [ 11988] By: jhi                                   on 2001/09/10  23:26:40
13254         Log: Subject: [PATCH MANIFEST lib/CGI/t/push.t] New Test for CGI::Push
13255              From: "chromatic" <chromatic@rmci.net>
13256              Date: Mon, 10 Sep 2001 15:14:01 -0600
13257              Message-ID: <20010910211833.30177.qmail@onion.perl.org>
13258      Branch: perl
13259            + lib/CGI/t/push.t
13260            ! MANIFEST
13261 ____________________________________________________________________________
13262 [ 11987] By: jhi                                   on 2001/09/10  23:24:11
13263         Log: Subject: avoiding hoardes of zombies
13264              From: Nicholas Clark <nick@ccl4.org>
13265              Date: Mon, 10 Sep 2001 22:00:40 +0100
13266              Message-ID: <20010910220040.C1512@plum.flirble.org>
13267      Branch: perl
13268            ! pod/perlipc.pod
13269 ____________________________________________________________________________
13270 [ 11986] By: jhi                                   on 2001/09/10  23:22:10
13271         Log: Subject: PATCH Resubmission  - was Re: [ID 20010902.001] v strings over 2*31 barf
13272              From: John Peacock <jpeacock@rowman.com>
13273              Date: Mon, 10 Sep 2001 16:34:30 -0400
13274              Message-ID: <3B9D23D6.90BCCC25@rowman.com>
13275      Branch: perl
13276            ! sv.c t/op/ver.t utf8.h
13277 ____________________________________________________________________________
13278 [ 11985] By: ams                                   on 2001/09/10  23:20:13
13279         Log: Typo fixed by Blair Zajac in <3B9D284C.23B8D20B@orcaware.com>.
13280      Branch: perl
13281            ! MANIFEST
13282 ____________________________________________________________________________
13283 [ 11984] By: jhi                                   on 2001/09/10  23:09:31
13284         Log: (Retracted by #12001)
13285              Subject: Calc with USE_MUL/USE_DIV
13286              From: Tels <perl_dummy@bloodgate.com>
13287              Date: Fri, 07 Sep 2001 18:52:08 +0200 (CEST)
13288              Message-Id: <200109071651.TAA11249@tiku.hut.fi>
13289      Branch: perl
13290            ! lib/Math/BigInt/Calc.pm
13291 ____________________________________________________________________________
13292 [ 11983] By: jhi                                   on 2001/09/10  22:37:14
13293         Log: Subject: [PATCH op.c] Re: perl@11978
13294              From: Robin Barker <rmb1@cise.npl.co.uk>
13295              Date: Mon, 10 Sep 2001 18:58:01 +0100 (BST)
13296              Message-Id: <200109101758.SAA07670@tempest.npl.co.uk>
13297              
13298              Format errors.
13299      Branch: perl
13300            ! op.c
13301 ____________________________________________________________________________
13302 [ 11982] By: jhi                                   on 2001/09/10  22:35:57
13303         Log: Switch PADOFFSET back to U32 both because of binary backward
13304              compatibility and because Arthur seems to have been fixing the
13305              problems with naughty integer-pointer casting.
13306      Branch: perl
13307            ! op.h
13308 ____________________________________________________________________________
13309 [ 11981] By: ams                                   on 2001/09/10  16:31:43
13310         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Command.pm, lib/ExtUtils/Command.t]
13311              Fix Pod Typo, Add Test for ExtUtils::Command
13312              From: "chromatic" <chromatic@rmci.net>
13313              Date: Mon, 10 Sep 2001 11:20:56 -0600
13314              Message-Id: <20010910172528.54160.qmail@onion.perl.org>
13315      Branch: perl
13316            + lib/ExtUtils/Command.t
13317            ! MANIFEST lib/ExtUtils/Command.pm
13318 ____________________________________________________________________________
13319 [ 11980] By: jhi                                   on 2001/09/10  13:29:35
13320         Log: Subject: [PATCH] Encode.pm docs fix
13321              From: Matt Sergeant <MSergeant@star.net.uk>
13322              Date: Mon, 10 Sep 2001 15:24:01 +0100
13323              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B90035@UKS040>     
13324      Branch: perl
13325            ! ext/Encode/Encode.pm
13326 ____________________________________________________________________________
13327 [ 11979] By: jhi                                   on 2001/09/10  13:17:48
13328         Log: Update Changes.
13329      Branch: perl
13330            ! Changes patchlevel.h
13331 ____________________________________________________________________________
13332 [ 11978] By: jhi                                   on 2001/09/10  12:59:40
13333         Log: Revert #11973, the dTHX seems to be needed in there
13334              for threaded builds.
13335      Branch: perl
13336            ! perlio.c
13337 ____________________________________________________________________________
13338 [ 11977] By: jhi                                   on 2001/09/10  12:55:47
13339         Log: Detypo.
13340      Branch: perl
13341            ! pod/perlguts.pod
13342 ____________________________________________________________________________
13343 [ 11976] By: jhi                                   on 2001/09/10  12:46:34
13344         Log: Further Class::Struct patching from Damian.
13345              
13346              The new new semantics are:
13347              
13348              * If you pass an initializer for a nested object, it has to be:
13349              a) a reference to an object of that class, or      
13350              b) a reference to an object of a subclass of that class, or
13351              c) a reference to a hash of arguments to be passed to the
13352              class's constructor
13353              * If you pass no initializer for a nested object, the attribute
13354              is initialized to C<undef>
13355      Branch: perl
13356            ! lib/Class/Struct.pm
13357 ____________________________________________________________________________
13358 [ 11975] By: jhi                                   on 2001/09/10  12:42:24
13359         Log: Skip the crypt test if no crypt.
13360      Branch: perl
13361            ! t/op/crypt.t
13362 ____________________________________________________________________________
13363 [ 11974] By: jhi                                   on 2001/09/10  12:39:25
13364         Log: Warn against using bare v-strings as IP addresses
13365              (okay if using the wrappers from Socket)
13366      Branch: perl
13367            ! pod/perldata.pod pod/perlport.pod
13368 ____________________________________________________________________________
13369 [ 11973] By: sky                                   on 2001/09/10  11:57:58
13370         Log: Remove unused dTHX. Silenced another warning.
13371      Branch: perl
13372            ! perlio.c
13373 ____________________________________________________________________________
13374 [ 11972] By: sky                                   on 2001/09/10  11:54:25
13375         Log: Silence some more warnings INT2PTR.
13376      Branch: perl
13377            ! pp.c pp_ctl.c sharedsv.c sv.c taint.c
13378 ____________________________________________________________________________
13379 [ 11971] By: sky                                   on 2001/09/10  11:21:50
13380         Log: Silence another ITHREAD 64bit INT/32bit PTR warning.
13381      Branch: perl
13382            ! cop.h
13383 ____________________________________________________________________________
13384 [ 11970] By: sky                                   on 2001/09/10  11:17:25
13385         Log: Apply INT2PTR with force to silence warnings from
13386              PM_GETRE and friends. No more warnings with 64bit 
13387              IVs and 32bit pointers.    
13388      Branch: perl
13389            ! op.c op.h perl.c
13390 ____________________________________________________________________________
13391 [ 11969] By: sky                                   on 2001/09/10  10:13:02
13392         Log: Removed reference of -DPERL_CUSTOM_OPS in the documentation.
13393      Branch: perl
13394            ! pod/perlguts.pod
13395 ____________________________________________________________________________
13396 [ 11968] By: sky                                   on 2001/09/10  10:02:51
13397         Log: Remove #ifdef PERL_CUSTOM_OPS, always build with PERL_CUSTOM_OPS
13398              Rename to custop_op_name to Perl_custom_op_name to match perlapi
13399              Clone the hashtable PL_custom_op_names and PL_custop_op_descs in 
13400              perl_clone.
13401      Branch: perl
13402            ! embed.pl intrpvar.h makedef.pl op.c opcode.pl sv.c
13403 ____________________________________________________________________________
13404 [ 11967] By: jhi                                   on 2001/09/10  03:14:35
13405         Log: Using strlen() not good on embedded nul bytes.
13406      Branch: perl
13407            ! regcomp.c
13408 ____________________________________________________________________________
13409 [ 11966] By: ams                                   on 2001/09/09  21:06:13
13410         Log: Subject: Re: [ID 20010810.011] 'use v2b' not allowed with strict
13411              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13412              Date: Mon, 13 Aug 2001 22:51:59 +0200
13413              Message-ID: <20010813225159.C6681@rafael>
13414              (Applied with several tweaks.)
13415      Branch: perl
13416            ! embed.h embed.pl proto.h toke.c
13417 ____________________________________________________________________________
13418 [ 11965] By: jhi                                   on 2001/09/09  14:40:39
13419         Log: The exact error message is system-dependent.
13420      Branch: perl
13421            ! lib/ExtUtils/Manifest.t
13422 ____________________________________________________________________________
13423 [ 11964] By: jhi                                   on 2001/09/09  14:38:05
13424         Log: Add Windows and Mac Sami support to Encode
13425              (http://www.egt.ie/standards/se/sami-teastabaiki.html)
13426      Branch: perl
13427            + ext/Encode/Encode/isoir-197.enc ext/Encode/Encode/macSami.enc
13428            ! MANIFEST
13429 ____________________________________________________________________________
13430 [ 11963] By: jhi                                   on 2001/09/09  13:54:07
13431         Log: Use the tried method.
13432      Branch: perl
13433            ! pod/perlport.pod
13434 ____________________________________________________________________________
13435 [ 11962] By: jhi                                   on 2001/09/09  13:46:59
13436         Log: Can't count parentheses.
13437      Branch: perl
13438            ! ext/IO/lib/IO/Socket/INET.pm
13439 ____________________________________________________________________________
13440 [ 11961] By: jhi                                   on 2001/09/09  13:34:12
13441         Log: perlport additions: 1 while unlink, add/delete directory
13442              entries and permissions, cygwin stat funkiness (from Michael
13443              Schwern and Nicholas Clark)
13444      Branch: perl
13445            ! pod/perlport.pod
13446 ____________________________________________________________________________
13447 [ 11960] By: jhi                                   on 2001/09/09  13:19:12
13448         Log: blib does have a detectable test.
13449      Branch: perl
13450            ! t/lib/1_compile.t
13451 ____________________________________________________________________________
13452 [ 11959] By: jhi                                   on 2001/09/09  13:16:43
13453         Log: Subject: [PATCH MANIFEST, lib/Term/Complete.t] Add Test for Term::Complete
13454              From: "chromatic" <chromatic@rmci.net>
13455              Date: Sat, 08 Sep 2001 19:33:42 -0600
13456              Message-ID: <20010909013810.11522.qmail@onion.perl.org>
13457      Branch: perl
13458            + lib/Term/Complete.t
13459            ! MANIFEST
13460 ____________________________________________________________________________
13461 [ 11958] By: jhi                                   on 2001/09/09  13:09:02
13462         Log: Subject: [PATCH MANIFEST lib/Test/Tutorial.pod] Test::Tutorial?
13463              From: Michael G Schwern <schwern@pobox.com> 
13464              Date: Sat, 8 Sep 2001 02:40:26 -0400
13465              Message-ID: <20010908024026.A26283@blackrider>
13466      Branch: perl
13467            + lib/Test/Tutorial.pod
13468            ! MANIFEST
13469 ____________________________________________________________________________
13470 [ 11957] By: jhi                                   on 2001/09/09  13:03:33
13471         Log: Try to look up protocol (by name) only iff it has non-numbers:
13472              nice if the server is in a chrooted environment (no /etc/protocols,
13473              server code using hardcorded protocol numbers like 6 for tcp),
13474              suggested by John Holdsworth <coldwave@bigfoot.com>.
13475              In other words, if we are given a number, why look it up again
13476              (by number)?
13477      Branch: perl
13478            ! ext/IO/lib/IO/Socket/INET.pm
13479 ____________________________________________________________________________
13480 [ 11956] By: jhi                                   on 2001/09/09  12:53:12
13481         Log: Subject: [PATCH regcomp.c] zero-width assertions CAN be ?'d
13482              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
13483              Date: Sat, 8 Sep 2001 15:42:30 -0400 (EDT) 
13484              Message-ID: <Pine.GSO.4.21.0109081535480.24489-100000@crusoe.crusoe.net>
13485              
13486              Subject: Re: [PATCH t/op/misc.t] regcomp.c patch broke test 
13487              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
13488              Date: Sat, 8 Sep 2001 18:33:12 -0400 (EDT)
13489              Message-ID: <Pine.GSO.4.21.0109081832030.24489-100000@crusoe.crusoe.net>
13490              Subject: [PATCH t/lib/warnings/regcomp] (?=...)? gives no warning now
13491              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
13492              Date: Sat, 8 Sep 2001 18:37:22 -0400 (EDT)
13493              Message-ID: <Pine.GSO.4.21.0109081835340.24489-100000@crusoe.crusoe.net>
13494      Branch: perl
13495            ! regcomp.c t/lib/warnings/regcomp t/run/kill_perl.t
13496 ____________________________________________________________________________
13497 [ 11955] By: ams                                   on 2001/09/09  02:54:21
13498         Log: Subject: Re: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
13499              From: "Craig A. Berry" <craigberry@mac.com>
13500              Date: Sat, 08 Sep 2001 19:02:16 -0500
13501              Message-Id: <5.1.0.14.0.20010908185936.01aadcc0@mail.mac.com>
13502      Branch: perl
13503            ! lib/CGI/t/carp.t
13504 ____________________________________________________________________________
13505 [ 11954] By: jhi                                   on 2001/09/09  02:30:39
13506         Log: Documentation tweaks; think the IP address as an opaque string.
13507      Branch: perl
13508            ! ext/Socket/Socket.pm
13509 ____________________________________________________________________________
13510 [ 11953] By: jhi                                   on 2001/09/09  00:32:05
13511         Log: Subject: [REPATCH] Re: [PATCH] new test lib/blib.t
13512              From: Michael G Schwern <schwern@pobox.com>
13513              Date: Sat, 8 Sep 2001 19:45:46 -0400
13514              Message-ID: <20010908194546.C9193@blackrider>
13515      Branch: perl
13516            + lib/blib.t
13517            ! MANIFEST lib/blib.pm t/lib/1_compile.t
13518 ____________________________________________________________________________
13519 [ 11952] By: jhi                                   on 2001/09/09  00:27:15
13520         Log: Subject: [PATCH MANIFEST, lib/CGI/t/fast.t] Added Test for CGI::Fast
13521              From: "chromatic" <chromatic@rmci.net>
13522              Date: Sat, 08 Sep 2001 12:31:44 -0600
13523              Message-ID: <20010908183612.49960.qmail@onion.perl.org>
13524      Branch: perl
13525            + lib/CGI/t/fast.t
13526            ! MANIFEST
13527 ____________________________________________________________________________
13528 [ 11951] By: jhi                                   on 2001/09/09  00:24:07
13529         Log: The Socket tests were wrong: they were assuming too much.
13530      Branch: perl
13531            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
13532 ____________________________________________________________________________
13533 [ 11950] By: jhi                                   on 2001/09/08  20:09:07
13534         Log: Retract the portability changes since they
13535              seem to have opened a can of worms... will
13536              go back to UNICOS/mk and do the bare minimum
13537              required to get the tests working.
13538      Branch: perl
13539            ! ext/Socket/Socket.xs
13540 ____________________________________________________________________________
13541 [ 11949] By: jhi                                   on 2001/09/08  19:48:20
13542         Log: PADOFFSET is used to cast pointers into integers,
13543              if pointers are 64 bits and U32 32 bits,
13544              bad things may happen, or at least warnings issued.
13545      Branch: perl
13546            ! op.h
13547 ____________________________________________________________________________
13548 [ 11948] By: jhi                                   on 2001/09/08  18:50:07
13549         Log: Still more Socket portability tweaking.
13550              Now Socket.t seems to be happy in all of
13551              Linux/x86, Tru64/alpha, Solaris/sparc,
13552              IRIX/MIPS (both 32-bit and 64-bit), and UNICOS/mk/alpha.
13553              
13554              Addendum: it seems that io_multihomed, io_sock, and hostent
13555              were broken in little-endians (linux/x86 and tru64/alpha)
13556              because of this change.  Argh.
13557      Branch: perl
13558            ! ext/Socket/Socket.xs
13559 ____________________________________________________________________________
13560 [ 11947] By: jhi                                   on 2001/09/08  17:23:23
13561         Log: More portability kicking on inet_ntoa().
13562      Branch: perl
13563            ! ext/Socket/Socket.xs
13564 ____________________________________________________________________________
13565 [ 11946] By: jhi                                   on 2001/09/08  15:09:58
13566         Log: Subject: [REPATCH] Re: [PATCH MANIFEST, lib/ExtUtils/Manifest.t] Another New Test
13567              From: Michael G Schwern <schwern@pobox.com> 
13568              Date: Fri, 7 Sep 2001 23:06:51 -0400
13569              Message-ID: <20010907230651.R606@blackrider>
13570      Branch: perl
13571            + lib/ExtUtils/Manifest.t
13572            ! MANIFEST lib/ExtUtils/MM_Unix.pm lib/ExtUtils/Manifest.pm
13573 ____________________________________________________________________________
13574 [ 11945] By: jhi                                   on 2001/09/08  14:49:15
13575         Log: Subject: Re: [PATCH MANIFEST, lib/ExtUtils/testlib.t] More Tests
13576              From: "chromatic" <chromatic@rmci.net>
13577              Date: Fri, 07 Sep 2001 17:53:15 -0600      
13578              Message-ID: <20010907235740.80566.qmail@onion.perl.org>              
13579      Branch: perl
13580            + lib/ExtUtils/testlib.t
13581            ! MANIFEST
13582 ____________________________________________________________________________
13583 [ 11944] By: jhi                                   on 2001/09/07  22:57:00
13584         Log: Thinko.
13585      Branch: perl
13586            ! lib/integer.t
13587 ____________________________________________________________________________
13588 [ 11943] By: jhi                                   on 2001/09/07  20:34:55
13589         Log: Subject: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
13590              From: "Craig A. Berry" <craigberry@mac.com>
13591              Date: Fri, 07 Sep 2001 15:30:03 -0500
13592              Message-Id: <5.1.0.14.0.20010907142644.03700c38@exchi01>
13593      Branch: perl
13594            ! lib/CGI/Carp.pm
13595 ____________________________________________________________________________
13596 [ 11942] By: jhi                                   on 2001/09/07  20:30:43
13597         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] (was Re: MakeMaker: MM_Unix rule excluding pods)
13598              From: Michael G Schwern <schwern@pobox.com>
13599              Date: Fri, 7 Sep 2001 15:38:13 -0400
13600              Message-ID: <20010907153813.K606@blackrider>
13601      Branch: perl
13602            ! lib/ExtUtils/MM_Unix.pm
13603 ____________________________________________________________________________
13604 [ 11941] By: jhi                                   on 2001/09/07  20:28:24
13605         Log: Subject: [PATCH perl.h mg.c pp_sys.c] Silence the remaing format warning
13606              From: Robin Barker <rmb1@cise.npl.co.uk>
13607              Date: Fri, 7 Sep 2001 18:28:23 +0100 (BST)
13608              Message-Id: <200109071728.SAA13569@tempest.npl.co.uk>
13609      Branch: perl
13610            ! Porting/pumpkin.pod mg.c perl.h pp_sys.c
13611 ____________________________________________________________________________
13612 [ 11940] By: jhi                                   on 2001/09/07  20:26:29
13613         Log: Clean up 1_compile.t; move tests to more consistent
13614              places (t/ subdirectories); add integer.t (much of
13615              the pragma is tested elsewhere but there is no one
13616              centralized place)
13617      Branch: perl
13618            + ext/Fcntl/t/fcntl.t ext/Fcntl/t/syslfs.t ext/POSIX/t/posix.t
13619            + ext/POSIX/t/sigaction.t lib/Env/t/array.t lib/Env/t/env.t
13620            + lib/File/Find/t/find.t lib/File/Find/t/taint.t lib/integer.t
13621            - ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t ext/POSIX/POSIX.t
13622            - ext/POSIX/sigaction.t lib/Env/array.t lib/Env/env.t
13623            - lib/File/Find/find.t lib/File/Find/taint.t
13624            ! MANIFEST t/lib/1_compile.t t/op/lfs.t
13625 ____________________________________________________________________________
13626 [ 11939] By: jhi                                   on 2001/09/07  17:25:32
13627         Log: Subject: Re: [PATCH lib/File/Find/taint.t] Use Test::More
13628              From: "chromatic" <chromatic@rmci.net>
13629              Date: Fri, 07 Sep 2001 10:17:40 -0600
13630              Message-ID: <20010907162205.84723.qmail@onion.perl.org>
13631      Branch: perl
13632            ! lib/File/Find/taint.t
13633 ____________________________________________________________________________
13634 [ 11938] By: jhi                                   on 2001/09/07  14:04:43
13635         Log: Update Changes.
13636      Branch: perl
13637            ! Changes patchlevel.h
13638 ____________________________________________________________________________
13639 [ 11937] By: jhi                                   on 2001/09/07  13:52:03
13640         Log: Rename the old threading tutorial, start a new one,
13641              regen toc.
13642      Branch: perl
13643            + pod/perlothrtut.pod
13644            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlthrtut.pod
13645            ! pod/perltoc.pod
13646 ____________________________________________________________________________
13647 [ 11936] By: jhi                                   on 2001/09/07  13:05:48
13648         Log: vars very much has a test.
13649      Branch: perl
13650            ! t/lib/1_compile.t
13651 ____________________________________________________________________________
13652 [ 11935] By: jhi                                   on 2001/09/07  12:52:06
13653         Log: Subject: Re: wince/perl.ico marked as binary
13654              From: Nicholas Clark <nick@ccl4.org>
13655              Date: Fri, 7 Sep 2001 13:54:40 +0100
13656              Message-ID: <20010907135439.D39150@plum.flirble.org>
13657              
13658              and wince/Makefile.ce change from Rainer Keuchel.
13659      Branch: perl
13660            + wince/makeico.pl
13661            ! MANIFEST wince/Makefile.ce
13662 ____________________________________________________________________________
13663 [ 11934] By: jhi                                   on 2001/09/07  12:43:50
13664         Log: Subject: Re: [PATCH regexec.c] more general .* and .*?
13665              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
13666              Date: Fri, 7 Sep 2001 09:41:10 -0400 (EDT)
13667              Message-ID: <Pine.GSO.4.21.0109070933530.7041-100000@crusoe.crusoe.net>
13668      Branch: perl
13669            ! regexec.c
13670 ____________________________________________________________________________
13671 [ 11933] By: jhi                                   on 2001/09/07  12:37:46
13672         Log: (Replaced by #11934)
13673              Subject: Re: [PATCH regexec.c] more general .* and .*?
13674              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
13675              Date: Fri, 7 Sep 2001 08:44:17 -0400 (EDT)
13676              Message-ID: <Pine.GSO.4.21.0109070836110.7041-100000@crusoe.crusoe.net>
13677      Branch: perl
13678            ! regexec.c
13679 ____________________________________________________________________________
13680 [ 11932] By: jhi                                   on 2001/09/07  12:27:14
13681         Log: The #11931 patching misbehaved.
13682      Branch: perl
13683            ! lib/Test/Harness/t/test-harness.t
13684 ____________________________________________________________________________
13685 [ 11931] By: jhi                                   on 2001/09/07  12:21:30
13686         Log: Subject: [PATCH lib/Test/Harness* t/TEST] Test::Harness 1.25 sync
13687              From: Michael G Schwern <schwern@pobox.com>
13688              Date: Fri, 7 Sep 2001 03:30:41 -0400
13689              Message-ID: <20010907033041.A2796@blackrider>
13690      Branch: perl
13691            + lib/Test/Harness/Changes lib/Test/Harness/t/base.t
13692            + lib/Test/Harness/t/ok.t lib/Test/Harness/t/test-harness.t
13693            + t/lib/sample-tests/header_at_end_fail
13694            + t/lib/sample-tests/skip_no_msg t/lib/sample-tests/todo_inline
13695            - lib/Test/Harness.t
13696            ! MANIFEST lib/Test/Harness.pm t/TEST
13697 ____________________________________________________________________________
13698 [ 11930] By: jhi                                   on 2001/09/07  11:59:17
13699         Log: Subject: [PATCH] Digest::MD5 update
13700              From: Gisle Aas <gisle@ActiveState.com>
13701              Date: 06 Sep 2001 23:32:56 -0700
13702              Message-ID: <lrofon5x47.fsf@caliper.ActiveState.com>
13703      Branch: perl
13704            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
13705            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
13706 ____________________________________________________________________________
13707 [ 11929] By: jhi                                   on 2001/09/07  11:23:05
13708         Log: Subject: [PATCH MANIFEST, lib/less.t] Add Tests for the less Pragma
13709              From: "chromatic" <chromatic@rmci.net>
13710              Date: Thu, 06 Sep 2001 23:11:44 -0600
13711              Message-ID: <20010907051609.91459.qmail@onion.perl.org>
13712      Branch: perl
13713            + lib/less.t
13714            ! MANIFEST t/lib/1_compile.t
13715 ____________________________________________________________________________
13716 [ 11928] By: jhi                                   on 2001/09/07  11:19:29
13717         Log: The binary file must somehow differently stored.
13718      Branch: perl
13719            - wince/perl.ico
13720            ! MANIFEST
13721 ____________________________________________________________________________
13722 [ 11927] By: jhi                                   on 2001/09/07  03:53:29
13723         Log: Add more modules to the list of modules that have tests,
13724              Schwern's wallet is getting more nervous.
13725              (Run t/lib/1_compile.t manually to see which modules
13726              are lacking tests, or the tests can't be run for some
13727              reason or another, such as the Net:: modules)
13728      Branch: perl
13729            ! t/lib/1_compile.t
13730 ____________________________________________________________________________
13731 [ 11926] By: jhi                                   on 2001/09/07  03:43:11
13732         Log: Try to make Socket::inet_ntoa() more robust.
13733      Branch: perl
13734            ! ext/Socket/Socket.t ext/Socket/Socket.xs pod/perldiag.pod
13735 ____________________________________________________________________________
13736 [ 11925] By: jhi                                   on 2001/09/07  01:57:58
13737         Log: Subject: Re: [PATCH lib/English.t] Test All Aliases (including %Errno)
13738              From: chromatic <chromatic@rmci.net>       
13739              Date: Wed, 5 Sep 2001 22:58:05 -0600                         
13740              Message-Id: <01090522580506.19590@firewheel>           
13741      Branch: perl
13742            ! lib/English.t
13743 ____________________________________________________________________________
13744 [ 11924] By: jhi                                   on 2001/09/07  01:55:05
13745         Log: Subject: Re: perlvar manpage and localizing special vars
13746              From: Stas Bekman <stas@stason.org>
13747              Date: Fri, 7 Sep 2001 10:10:24 +0800 (SGT)
13748              Message-ID: <Pine.LNX.4.33.0109071009240.19262-100000@stas.singnet.com.sg>
13749      Branch: perl
13750            ! pod/perlvar.pod
13751 ____________________________________________________________________________
13752 [ 11923] By: jhi                                   on 2001/09/07  01:49:36
13753         Log: Subject: [PATCH MakeMaker.pm] noise from make in ext/SDBM
13754              From: Robin Barker <rmb1@cise.npl.co.uk>
13755              Date: Thu, 6 Sep 2001 19:36:49 +0100 (BST)
13756              Message-Id: <200109061836.TAA08747@tempest.npl.co.uk>
13757      Branch: perl
13758            ! lib/ExtUtils/MakeMaker.pm
13759 ____________________________________________________________________________
13760 [ 11922] By: jhi                                   on 2001/09/06  18:09:08
13761         Log: Symbol missing; AIX unhappy.
13762      Branch: perl
13763            ! makedef.pl
13764 ____________________________________________________________________________
13765 [ 11921] By: jhi                                   on 2001/09/06  17:52:43
13766         Log: Add a test for [ID 20010906.019] perl crashes on "undef foo"
13767              Reported in 5.61, seems to work okay in blead.
13768      Branch: perl
13769            ! t/run/kill_perl.t
13770 ____________________________________________________________________________
13771 [ 11920] By: jhi                                   on 2001/09/06  14:35:09
13772         Log: Update Changes.
13773      Branch: perl
13774            ! Changes patchlevel.h
13775 ____________________________________________________________________________
13776 [ 11919] By: jhi                                   on 2001/09/06  14:20:10
13777         Log: Document the bad assumptions currently breaking
13778              the Socket.t tests 10, 11, and 13 in UNICOS.
13779      Branch: perl
13780            ! ext/Socket/Socket.xs
13781 ____________________________________________________________________________
13782 [ 11918] By: jhi                                   on 2001/09/06  14:07:45
13783         Log: Subject: [PATCH x2p] make OPTIMIZE=...
13784              From: Robin Barker <rmb1@cise.npl.co.uk>
13785              Date: Thu, 6 Sep 2001 13:31:37 +0100 (BST)
13786              Message-Id: <200109061231.NAA25265@tempest.npl.co.uk>
13787      Branch: perl
13788            ! x2p/Makefile.SH x2p/cflags.SH
13789 ____________________________________________________________________________
13790 [ 11917] By: jhi                                   on 2001/09/06  14:01:45
13791         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
13792              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
13793              Date: Thu, 6 Sep 2001 11:09:40 +0100
13794              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
13795              
13796              Subject: Re: [PATCH] for perlhack.pod - no p5p archive on deja/google    
13797              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
13798              Date: 6 Sep 2001 10:14:38 -0000
13799              Message-Id: <slrn9pej4m.1j8.rgarciasuarez@rafael.kazibao.net>   
13800      Branch: perl
13801            ! pod/perlfaq1.pod pod/perlhack.pod
13802 ____________________________________________________________________________
13803 [ 11916] By: jhi                                   on 2001/09/06  13:56:19
13804         Log: Subject: Extra NUL is Data::Dumper output - patch
13805              From: Tony Cook <tony@develop-help.com>
13806              Date: Thu, 6 Sep 2001 12:35:49 +1000 (EST)
13807              Message-ID: <Pine.LNX.4.10.10109061157210.9366-100000@develop-help.com>
13808      Branch: perl
13809            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
13810 ____________________________________________________________________________
13811 [ 11915] By: jhi                                   on 2001/09/06  13:51:16
13812         Log: Avoid redefinition warning
13813              Subroutine Cwd::fastcwd redefined at lib/XSLoader.pm line 97.
13814              from
13815              perl -w -Ilib -MCwd -e ''
13816      Branch: perl
13817            ! lib/Cwd.pm
13818 ____________________________________________________________________________
13819 [ 11914] By: jhi                                   on 2001/09/06  13:30:32
13820         Log: Update the is_tainted() example implementation.
13821      Branch: perl
13822            ! pod/perlsec.pod
13823 ____________________________________________________________________________
13824 [ 11913] By: jhi                                   on 2001/09/06  13:15:59
13825         Log: Missing) in #11912.
13826      Branch: perl
13827            ! lib/Test/Simple/t/fail.t
13828 ____________________________________________________________________________
13829 [ 11912] By: jhi                                   on 2001/09/06  13:08:48
13830         Log: Rewhack Test-Simple into core harness.
13831      Branch: perl
13832            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
13833            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
13834            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
13835            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
13836            ! lib/Test/Simple/t/skipall.t
13837 ____________________________________________________________________________
13838 [ 11911] By: jhi                                   on 2001/09/06  11:54:06
13839         Log: Workaround for the new Exporter 'feature'.
13840      Branch: perl
13841            ! lib/Test/More.pm
13842 ____________________________________________________________________________
13843 [ 11910] By: jhi                                   on 2001/09/06  11:52:56
13844         Log: Re-introduce pure-Perl fall-back for abs_path,
13845              re-introduce #11898.
13846      Branch: perl
13847            ! lib/Cwd.pm lib/File/Find.pm
13848 ____________________________________________________________________________
13849 [ 11909] By: jhi                                   on 2001/09/06  03:49:13
13850         Log: More tests.
13851      Branch: perl
13852            ! lib/Exporter.t
13853 ____________________________________________________________________________
13854 [ 11908] By: jhi                                   on 2001/09/06  03:38:22
13855         Log: Retract #11898 for now because it introduces
13856              a rather nasty depencency: when B is being built,
13857              MakeMaker is used.  MakeMaker uses File::Find.
13858              File::Find uses Cwd::getcwd()...which doesn't
13859              exist yet.
13860      Branch: perl
13861            ! lib/File/Find.pm
13862 ____________________________________________________________________________
13863 [ 11907] By: jhi                                   on 2001/09/06  03:20:02
13864         Log: New test welcome.
13865      Branch: perl
13866            + lib/Test/Simple/t/simple.t
13867 ____________________________________________________________________________
13868 [ 11906] By: jhi                                   on 2001/09/06  03:08:01
13869         Log: Old test begone.
13870      Branch: perl
13871            - lib/Attribute/Handlers/test.pl
13872 ____________________________________________________________________________
13873 [ 11905] By: jhi                                   on 2001/09/06  01:41:03
13874         Log: Test-Simple syncup from Schwern.
13875      Branch: perl
13876            + lib/Test/Simple/t/More.t lib/Test/Simple/t/fail-like.t
13877            + lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/skip.t
13878            + lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
13879            + lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
13880            + lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
13881            - lib/Test/More/Changes lib/Test/More/t/More.t
13882            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
13883            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
13884            - lib/Test/Simple/t/simple.t t/lib/Test/More/Catch.pm
13885            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
13886            ! lib/Test/Simple/Changes lib/Test/Simple/t/exit.t
13887            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
13888            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
13889            ! lib/Test/Simple/t/plan_is_noplan.t t/lib/Test/Simple/Catch.pm
13890            ! t/lib/Test/Simple/sample_tests/death.plx
13891            ! t/lib/Test/Simple/sample_tests/death_in_eval.plx
13892            ! t/lib/Test/Simple/sample_tests/extras.plx
13893            ! t/lib/Test/Simple/sample_tests/five_fail.plx
13894            ! t/lib/Test/Simple/sample_tests/last_minute_death.plx
13895            ! t/lib/Test/Simple/sample_tests/one_fail.plx
13896            ! t/lib/Test/Simple/sample_tests/require.plx
13897            ! t/lib/Test/Simple/sample_tests/success.plx
13898            ! t/lib/Test/Simple/sample_tests/too_few.plx
13899            ! t/lib/Test/Simple/sample_tests/two_fail.plx
13900 ____________________________________________________________________________
13901 [ 11904] By: pudge                                 on 2001/09/06  00:28:01
13902         Log: Integrate File::Find changes from bleadperl
13903      Branch: maint-5.6/macperl
13904            ! lib/File/Find.pm t/lib/filefind-taint.t
13905 ____________________________________________________________________________
13906 [ 11903] By: pudge                                 on 2001/09/06  00:22:29
13907         Log: Integrate 11847 from maint-5.6/perl
13908      Branch: maint-5.6/macperl
13909           !> sv.c
13910 ____________________________________________________________________________
13911 [ 11902] By: jhi                                   on 2001/09/05  23:27:57
13912         Log: In UNICOS division yada yada.
13913      Branch: perl
13914            ! t/op/override.t
13915 ____________________________________________________________________________
13916 [ 11901] By: jhi                                   on 2001/09/05  23:26:23
13917         Log: In UNICOS division is really lossy, better use
13918              a tolerance test.
13919      Branch: perl
13920            ! ext/Time/HiRes/HiRes.t
13921 ____________________________________________________________________________
13922 [ 11900] By: jhi                                   on 2001/09/05  23:22:38
13923         Log: In UNICOS sigaction() sets an extra flag
13924              ("the signal has been registered for all the processes in
13925              a multitasking group.")
13926      Branch: perl
13927            ! ext/POSIX/sigaction.t
13928 ____________________________________________________________________________
13929 [ 11899] By: jhi                                   on 2001/09/05  23:18:48
13930         Log: Documentation micropatch from Damian.
13931      Branch: perl
13932            ! lib/Attribute/Handlers.pm
13933 ____________________________________________________________________________
13934 [ 11898] By: jhi                                   on 2001/09/05  23:16:50
13935         Log: (Retracted by #11908)
13936              Subject: [PATCH] Re: [PATCH lib/File/Find.pm lib/File/Find/taint.t] Fixing those damned taint tests
13937              From: Michael G Schwern <schwern@pobox.com>
13938              Date: Wed, 5 Sep 2001 15:58:21 -0400
13939              Message-ID: <20010905155821.I632@blackrider>
13940      Branch: perl
13941            ! lib/File/Find.pm lib/File/Find/taint.t
13942 ____________________________________________________________________________
13943 [ 11897] By: jhi                                   on 2001/09/05  23:14:43
13944         Log: Subject: [PATCH lib/CGI/t/carp.t] Tests for CGI::Carp               
13945              From: Michael G Schwern <schwern@pobox.com>
13946              Date: Wed, 5 Sep 2001 19:16:31 -0400
13947              Message-ID: <20010905191631.E11386@blackrider>
13948      Branch: perl
13949            + lib/CGI/t/carp.t
13950            ! MANIFEST
13951 ____________________________________________________________________________
13952 [ 11896] By: jhi                                   on 2001/09/05  23:14:11
13953         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`       
13954              From: chromatic <chromatic@rmci.net>
13955              Date: Wed, 5 Sep 2001 18:08:07 -0600
13956              Message-Id: <01090518080700.19590@firewheel>
13957      Branch: perl
13958            ! lib/English.pm
13959 ____________________________________________________________________________
13960 [ 11895] By: jhi                                   on 2001/09/05  22:52:01
13961         Log: Fix a typo #11889 and add a test for the same.
13962      Branch: perl
13963            ! ext/Socket/Socket.t ext/Socket/Socket.xs
13964 ____________________________________________________________________________
13965 [ 11894] By: jhi                                   on 2001/09/05  22:43:26
13966         Log: Subject: [PATCH bleadperl] tweak warnings.t and kill_perl.t for VMS
13967              From: "Craig A. Berry" <craigberry@mac.com>
13968              Date: Wed, 05 Sep 2001 17:48:54 -0500
13969              Message-Id: <5.1.0.14.0.20010905145002.02b45218@exchi01>
13970      Branch: perl
13971            ! lib/warnings.t t/run/kill_perl.t
13972 ____________________________________________________________________________
13973 [ 11893] By: jhi                                   on 2001/09/05  22:36:35
13974         Log: Subject: [PATCH t/run/kill_perl.t] tying a bareword causes a segfault in 5.6.1
13975              From: Michael G Schwern <schwern@pobox.com>
13976              Date: Wed, 5 Sep 2001 17:22:25 -0400
13977              Message-ID: <20010905172225.C11386@blackrider>
13978      Branch: perl
13979            ! t/run/kill_perl.t
13980 ____________________________________________________________________________
13981 [ 11892] By: jhi                                   on 2001/09/05  22:34:55
13982         Log: Subject: [PATCH] Re: [ID 20010825.006] -DCRIPPLED_CC is broken
13983              From: Nicholas Clark <nick@ccl4.org>
13984              Date: Wed, 5 Sep 2001 20:54:24 +0100
13985              Message-ID: <20010905205424.C25120@plum.flirble.org>
13986      Branch: perl
13987            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h sv.c sv.h
13988 ____________________________________________________________________________
13989 [ 11891] By: jhi                                   on 2001/09/05  22:34:16
13990         Log: Forgotten thing.
13991      Branch: perl
13992            ! uconfig.h
13993 ____________________________________________________________________________
13994 [ 11890] By: jhi                                   on 2001/09/05  22:27:42
13995         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`
13996              From: chromatic <chromatic@rmci.net>               
13997              Date: Wed, 5 Sep 2001 13:22:08 -0600
13998              Message-Id: <01090513220807.10587@firewheel> 
13999      Branch: perl
14000            ! lib/English.pm
14001 ____________________________________________________________________________
14002 [ 11889] By: jhi                                   on 2001/09/05  22:23:06
14003         Log: inet_ntoa() tweaks:
14004              - don't allow addresses with > 255 characters
14005              - indent the HP-UX workaround
14006              - don't leak memory
14007      Branch: perl
14008            ! ext/Socket/Socket.xs
14009 ____________________________________________________________________________
14010 [ 11888] By: jhi                                   on 2001/09/05  16:26:17
14011         Log: Clear up a documentation confusion noticed by Xiaoyun Wu
14012              <xwu@theeducationcenter.com>
14013      Branch: perl
14014            ! lib/File/Find.pm
14015 ____________________________________________________________________________
14016 [ 11887] By: jhi                                   on 2001/09/05  15:40:03
14017         Log: Typo nits.
14018      Branch: perl
14019            ! lib/File/Find.pm
14020 ____________________________________________________________________________
14021 [ 11886] By: jhi                                   on 2001/09/05  15:30:11
14022         Log: -Wall nit.
14023      Branch: perl
14024            ! op.c
14025 ____________________________________________________________________________
14026 [ 11885] By: gbarr                                 on 2001/09/05  15:26:18
14027         Log: Update to Scalar-List-Utils 1.05
14028      Branch: perl
14029            ! ext/List/Util/ChangeLog ext/List/Util/README
14030            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
14031 ____________________________________________________________________________
14032 [ 11884] By: jhi                                   on 2001/09/05  13:05:14
14033         Log: Update Changes.
14034      Branch: perl
14035            ! Changes patchlevel.h
14036 ____________________________________________________________________________
14037 [ 11883] By: gbarr                                 on 2001/09/05  12:51:35
14038         Log: Update to Scalar-List-Utils 1.04
14039      Branch: perl
14040            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
14041            ! ext/List/Util/lib/List/Util.pm
14042            ! ext/List/Util/lib/Scalar/Util.pm
14043 ____________________________________________________________________________
14044 [ 11882] By: jhi                                   on 2001/09/05  12:29:44
14045         Log: Metaconfigify #11724.
14046      Branch: metaconfig
14047            ! U/threads/archname.U
14048 ____________________________________________________________________________
14049 [ 11881] By: jhi                                   on 2001/09/05  12:21:44
14050         Log: The MacOS reference is okay, no reason to hide it.
14051      Branch: perl
14052            ! lib/Cwd.pm
14053 ____________________________________________________________________________
14054 [ 11880] By: jhi                                   on 2001/09/05  12:20:49
14055         Log: Subject: [PATCH lib/Cwd.pm ext/Cwd/Makefile.PL] Full doc cleanup (was  Re: [PATCH lib/Cwd.pm]  Try this again.)
14056              From: Michael G Schwern <schwern@pobox.com>
14057              Date: Tue, 4 Sep 2001 15:30:10 -0400
14058              Message-ID: <20010904153010.H26466@blackrider> 
14059              
14060              (We'll see whether the ../../lib/Cwd.pm works in alien lands)
14061      Branch: perl
14062            ! ext/Cwd/Makefile.PL lib/Cwd.pm
14063 ____________________________________________________________________________
14064 [ 11879] By: jhi                                   on 2001/09/05  12:12:18
14065         Log: Subject: [PATCH lib/Cwd.pm] cwd() taint safe  (was Re: [PATCH lib/Cwd.pm ext/Cwd/Makefile.PL] Full doc cleanup (was  Re: [PATCH lib/Cwd.pm]  Try this again.))
14066              From: Michael G Schwern <schwern@pobox.com>
14067              Date: Tue, 4 Sep 2001 17:39:13 -0400
14068              Message-ID: <20010904173913.C626@blackrider>
14069      Branch: perl
14070            ! lib/Cwd.pm
14071 ____________________________________________________________________________
14072 [ 11878] By: jhi                                   on 2001/09/05  12:10:50
14073         Log: Subject: Re: Perl_pp_* in public API?
14074              From: "Craig A. Berry" <craigberry@mac.com>
14075              Date: Tue, 4 Sep 2001 21:51:29 -0500
14076              Message-Id: <a05101000b7bb3f558c8a@[172.16.52.1]>
14077      Branch: perl
14078            ! ext/List/Util/Util.xs
14079 ____________________________________________________________________________
14080 [ 11877] By: jhi                                   on 2001/09/05  12:07:53
14081         Log: From Damian: Class::Struct was unable to define
14082              recursive classes.  After the patch an object reference
14083              (rather than a hash) is required to initialize
14084              an object attribute.  If no such initializer is given to
14085              the constructor, object attributes are now default
14086              initialized to C<undef>.
14087      Branch: perl
14088            ! lib/Class/Struct.pm lib/Class/Struct.t
14089 ____________________________________________________________________________
14090 [ 11876] By: jhi                                   on 2001/09/05  11:51:24
14091         Log: Subject: Re: sv_catpvfn and sv_setpvfn
14092              From: Richard Soderberg <rs@oregonnet.com>
14093              Date: Tue, 4 Sep 2001 15:16:47 -0700
14094              Message-Id: <200109042216.PAA17858@oregonnet.com>
14095      Branch: perl
14096            ! pod/perlclib.pod pod/perlguts.pod
14097 ____________________________________________________________________________
14098 [ 11875] By: jhi                                   on 2001/09/05  11:48:14
14099         Log: NetWare updates from Ananth Kesari.
14100      Branch: perl
14101            ! NetWare/config.wc NetWare/netware.h NetWare/nw5.c
14102            ! NetWare/nw5thread.h
14103 ____________________________________________________________________________
14104 [ 11874] By: jhi                                   on 2001/09/05  11:30:59
14105         Log: Subject: [PATCH] oct and hex in glorious 64 bit (with less bugs) (was Re: hex and oct again (was Re: FreeBSD MD5 crypt? Re: crypt/hex/oct and Unicode?))
14106              From: Nicholas Clark <nick@ccl4.org>
14107              Date: Tue, 4 Sep 2001 22:42:50 +0100
14108              Message-ID: <20010904224250.P25120@plum.flirble.org>
14109      Branch: perl
14110            ! embed.h embed.pl numeric.c perl.c perl.h pod/perlclib.pod
14111            ! pod/perlfunc.pod pp.c proto.h regcomp.c t/op/64bitint.t
14112            ! t/op/oct.t toke.c
14113 ____________________________________________________________________________
14114 [ 11873] By: jhi                                   on 2001/09/04  21:03:17
14115         Log: Fix Cwd::getcwd() not being tainted, as noticed
14116              by Schwern.
14117      Branch: perl
14118            + ext/Cwd/t/cwd.t ext/Cwd/t/taint.t
14119            - ext/Cwd/Cwd.t
14120            ! MANIFEST ext/Cwd/Cwd.xs util.c
14121 ____________________________________________________________________________
14122 [ 11872] By: jhi                                   on 2001/09/04  20:00:50
14123         Log: Retract #11870 and volatilize the right destruct_level.
14124              Silly thinko pointed out by Sarathy.
14125      Branch: perl
14126            ! intrpvar.h perl.c
14127 ____________________________________________________________________________
14128 [ 11871] By: jhi                                   on 2001/09/04  19:45:59
14129         Log: At least a temporary fix for the mysterious scope core dumps
14130              in Tru64 from Graham.
14131      Branch: perl
14132            ! ext/List/Util/Util.xs
14133 ____________________________________________________________________________
14134 [ 11870] By: jhi                                   on 2001/09/04  19:01:48
14135         Log: (Retracted by #11872)
14136      Branch: perl
14137            ! intrpvar.h
14138 ____________________________________________________________________________
14139 [ 11869] By: jhi                                   on 2001/09/04  17:43:31
14140         Log: Quench a -Wall gripe noticed by Robin Barker.
14141      Branch: perl
14142            ! op.c
14143 ____________________________________________________________________________
14144 [ 11868] By: jhi                                   on 2001/09/04  16:38:07
14145         Log: Subject: [PATCH perl@11834] Unicode::UCD rewritten using Lingua::KO::Hangul::Util
14146              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
14147              Date: Wed, 05 Sep 2001 02:01:32 +0900
14148              Message-Id: <20010905015059.E684.BQW10602@nifty.com>
14149      Branch: perl
14150            ! lib/Unicode/UCD.pm
14151 ____________________________________________________________________________
14152 [ 11867] By: jhi                                   on 2001/09/04  16:35:27
14153         Log: Subject: Re: [PATCH gv.c] @& sets PL_sawampersand
14154              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
14155              Date: Tue, 4 Sep 2001 12:51:02 -0400 (EDT)
14156              Message-ID: <Pine.GSO.4.21.0109041250420.7601-100000@crusoe.crusoe.net>
14157      Branch: perl
14158            ! gv.c
14159 ____________________________________________________________________________
14160 [ 11866] By: jhi                                   on 2001/09/04  13:52:28
14161         Log: Update Changes.
14162      Branch: perl
14163            ! Changes patchlevel.h
14164 ____________________________________________________________________________
14165 [ 11865] By: jhi                                   on 2001/09/04  13:36:58
14166         Log: Add the \[$@%&*] prototype support.
14167      Branch: perl
14168            ! op.c pod/perlsub.pod t/comp/proto.t
14169 ____________________________________________________________________________
14170 [ 11864] By: jhi                                   on 2001/09/04  13:10:38
14171         Log: Subject: [PATCH lib/CGI/t/form.t] Cleanup
14172              From: Michael G Schwern <schwern@pobox.com>
14173              Date: Mon, 3 Sep 2001 18:59:01 -0400
14174              Message-ID: <20010903185901.Z9233@blackrider>
14175      Branch: perl
14176            ! lib/CGI/t/form.t
14177 ____________________________________________________________________________
14178 [ 11863] By: jhi                                   on 2001/09/04  13:06:39
14179         Log: Subject: [PATCH gv.c] @& sets PL_sawampersand
14180              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
14181              Date: Mon, 3 Sep 2001 12:36:20 -0400 (EDT)
14182              Message-ID: <Pine.GSO.4.21.0109031235240.7601-100000@crusoe.crusoe.net>
14183      Branch: perl
14184            ! gv.c
14185 ____________________________________________________________________________
14186 [ 11862] By: jhi                                   on 2001/09/04  13:05:23
14187         Log: More srand entry tweakage based on Randal's suggestion.
14188      Branch: perl
14189            ! pod/perlfunc.pod
14190 ____________________________________________________________________________
14191 [ 11861] By: jhi                                   on 2001/09/04  12:48:14
14192         Log: Subject: [PATCH] 'main' *is* a reserved word
14193              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14194              Date: Mon, 3 Sep 2001 22:55:41 +0200
14195              Message-ID: <20010903225541.A24097@rafael>
14196      Branch: perl
14197            ! toke.c
14198 ____________________________________________________________________________
14199 [ 11860] By: jhi                                   on 2001/09/04  12:46:30
14200         Log: Subject: [PATCH: bleedperl] s/ROOT\./_ROOT./ for VMS default install prefix appendage
14201              From: Peter Prymmer <pvhp@best.com>
14202              Date: Mon, 3 Sep 2001 13:43:04 -0700 (PDT)
14203              Message-ID: <Pine.BSF.4.21.0109031338300.5068-100000@shell8.ba.best.com>
14204      Branch: perl
14205            ! README.vms configure.com
14206 ____________________________________________________________________________
14207 [ 11859] By: jhi                                   on 2001/09/04  12:44:29
14208         Log: Subject: Re: A slightly better default seed?   
14209              From: Michael G Schwern <schwern@pobox.com>
14210              Date: Mon, 3 Sep 2001 18:08:15 -0400 
14211              Message-ID: <20010903180815.W9233@blackrider>
14212      Branch: perl
14213            ! t/op/srand.t
14214 ____________________________________________________________________________
14215 [ 11858] By: jhi                                   on 2001/09/04  12:41:59
14216         Log: Add sharedsv.o to microperl object files.
14217      Branch: perl
14218            ! Makefile.micro
14219 ____________________________________________________________________________
14220 [ 11857] By: jhi                                   on 2001/09/04  12:27:51
14221         Log: AUTHORS updates and
14222              
14223              Subject: [PATCH] Just some preening :-)        
14224              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
14225              Date: Tue, 4 Sep 2001 14:16:59 +0100
14226              Message-ID: <20010904141659.A10129@homer.diplex.co.uk>            
14227      Branch: perl
14228            ! AUTHORS ext/Data/Dumper/Changes lib/Text/Soundex.pm
14229 ____________________________________________________________________________
14230 [ 11856] By: jhi                                   on 2001/09/04  12:09:43
14231         Log: Typo fix and slight rewording.
14232      Branch: perl
14233            ! pod/perlfunc.pod
14234 ____________________________________________________________________________
14235 [ 11855] By: jhi                                   on 2001/09/04  12:04:16
14236         Log: Update the FAQ now that Scalar-List-Utils 1.03 has shuffle().
14237      Branch: perl
14238            ! pod/perlfaq4.pod
14239 ____________________________________________________________________________
14240 [ 11854] By: jhi                                   on 2001/09/03  20:12:21
14241         Log: The helper file changed name.
14242      Branch: perl
14243            ! MANIFEST
14244 ____________________________________________________________________________
14245 [ 11853] By: gbarr                                 on 2001/09/03  20:00:00
14246         Log: Update to Scalar-List-Utils 1.03
14247      Branch: perl
14248            + ext/List/Util/t/shuffle.t
14249            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs
14250            ! ext/List/Util/lib/List/Util.pm ext/List/Util/t/blessed.t
14251            ! ext/List/Util/t/dualvar.t ext/List/Util/t/first.t
14252            ! ext/List/Util/t/max.t ext/List/Util/t/maxstr.t
14253            ! ext/List/Util/t/min.t ext/List/Util/t/minstr.t
14254            ! ext/List/Util/t/readonly.t ext/List/Util/t/reduce.t
14255            ! ext/List/Util/t/reftype.t ext/List/Util/t/sum.t
14256            ! ext/List/Util/t/tainted.t ext/List/Util/t/weak.t
14257 ____________________________________________________________________________
14258 [ 11852] By: jhi                                   on 2001/09/03  19:50:57
14259         Log: Make crypt() do something more sane for Unicode
14260              (take crypt() of the low eight bits of the characters,
14261              instead of taking crypt() of the UTF-8 of the scalar);
14262              add a test for crypt().
14263      Branch: perl
14264            + t/op/crypt.t
14265            ! MANIFEST pod/perlfunc.pod pp.c
14266 ____________________________________________________________________________
14267 [ 11851] By: jhi                                   on 2001/09/03  19:19:35
14268         Log: Reorganize the srand entry.
14269      Branch: perl
14270            ! pod/perlfunc.pod
14271 ____________________________________________________________________________
14272 [ 11850] By: jhi                                   on 2001/09/03  18:54:51
14273         Log: Remove the tests that assume something about
14274              calling srand() without arguments multiple times.
14275      Branch: perl
14276            ! t/op/srand.t
14277 ____________________________________________________________________________
14278 [ 11849] By: jhi                                   on 2001/09/03  18:15:16
14279         Log: Upgrade to Math::BigInt 1.42.
14280      Branch: perl
14281            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
14282            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
14283            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
14284            ! lib/Math/BigInt/t/mbimbf.t
14285 ____________________________________________________________________________
14286 [ 11848] By: gsar                                  on 2001/09/03  17:07:54
14287         Log: integrate change#11847 from maint-5.6
14288              
14289              typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
14290      Branch: perl
14291            ! sv.c
14292 ____________________________________________________________________________
14293 [ 11847] By: gsar                                  on 2001/09/03  16:47:54
14294         Log: typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
14295      Branch: maint-5.6/perl
14296            ! sv.c
14297 ____________________________________________________________________________
14298 [ 11846] By: jhi                                   on 2001/09/03  15:12:58
14299         Log: As far as I can tell these functions have been Unicodified.
14300      Branch: perl
14301            ! doop.c
14302 ____________________________________________________________________________
14303 [ 11845] By: jhi                                   on 2001/09/03  15:11:27
14304         Log: Update to Storable 1.0.13.
14305      Branch: perl
14306            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
14307            ! ext/Storable/Storable.xs
14308 ____________________________________________________________________________
14309 [ 11844] By: jhi                                   on 2001/09/03  12:42:06
14310         Log: Patch the Filter::Simple test to work with
14311              the core test suite (since the FilterTest.pm
14312              is in t/lib, not in lib).
14313      Branch: perl
14314            ! lib/Filter/Simple/t/filter.t
14315 ____________________________________________________________________________
14316 [ 11843] By: jhi                                   on 2001/09/03  12:39:11
14317         Log: Damian's Filter::Simple test uses FilterTest, not MyFilter.
14318      Branch: perl
14319            + t/lib/FilterTest.pm
14320            - t/lib/MyFilter.pm
14321 ____________________________________________________________________________
14322 [ 11842] By: jhi                                   on 2001/09/03  12:17:30
14323         Log: Damian-o-rama: upgrade to Attribute::Handlers 0.75,
14324              Filter::Simple 0.61, NEXT 0.02, Switch 2.05, and
14325              Text::Balanced 1.86.
14326      Branch: perl
14327            + lib/Attribute/Handlers/t/multi.t lib/Filter/Simple/Changes
14328            + lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
14329            + lib/NEXT/Changes lib/NEXT/README lib/Switch/t/given.t
14330            + lib/Switch/t/nested.t lib/Switch/t/switch.t
14331            + lib/Text/Balanced/Changes lib/Text/Balanced/README
14332            + lib/Text/Balanced/t/extbrk.t lib/Text/Balanced/t/extcbk.t
14333            + lib/Text/Balanced/t/extdel.t lib/Text/Balanced/t/extmul.t
14334            + lib/Text/Balanced/t/extqlk.t lib/Text/Balanced/t/exttag.t
14335            + lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
14336            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
14337            - lib/Switch/t/switch_case.t lib/Text/Balanced.pod
14338            - lib/Text/Balanced/t/genxt.t lib/Text/Balanced/t/xbrak.t
14339            - lib/Text/Balanced/t/xcode.t lib/Text/Balanced/t/xdeli.t
14340            - lib/Text/Balanced/t/xmult.t lib/Text/Balanced/t/xquot.t
14341            - lib/Text/Balanced/t/xtagg.t lib/Text/Balanced/t/xvari.t
14342            ! MANIFEST lib/Attribute/Handlers.pm
14343            ! lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
14344            ! lib/Attribute/Handlers/demo/Demo.pm
14345            ! lib/Attribute/Handlers/demo/Descriptions.pm
14346            ! lib/Attribute/Handlers/demo/MyClass.pm
14347            ! lib/Attribute/Handlers/demo/demo.pl
14348            ! lib/Attribute/Handlers/demo/demo2.pl
14349            ! lib/Attribute/Handlers/demo/demo3.pl
14350            ! lib/Attribute/Handlers/demo/demo4.pl
14351            ! lib/Attribute/Handlers/demo/demo_call.pl
14352            ! lib/Attribute/Handlers/demo/demo_chain.pl
14353            ! lib/Attribute/Handlers/demo/demo_cycle.pl
14354            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
14355            ! lib/Attribute/Handlers/demo/demo_phases.pl
14356            ! lib/Attribute/Handlers/demo/demo_range.pl
14357            ! lib/Attribute/Handlers/demo/demo_rawdata.pl
14358            ! lib/Filter/Simple.pm lib/NEXT.pm lib/NEXT/test.pl
14359            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
14360            ! lib/Text/Balanced.pm
14361 ____________________________________________________________________________
14362 [ 11841] By: sky                                   on 2001/09/03  11:04:15
14363         Log: Forgot to add a file with Change #11840
14364      Branch: perl
14365            + t/op/srand.t
14366 ____________________________________________________________________________
14367 [ 11840] By: sky                                   on 2001/09/03  11:02:04
14368         Log: Subject: [PATCH t/op/srand.t t/op/rand.t pod/perlfunc.pod MANIFEST] Tests for srand()
14369              From: Michael G Schwern <schwern@pobox.com>
14370              Date: Mon, 3 Sep 2001 07:43:00 -0400
14371              Message-ID: <20010903074300.E9233@blackrider>
14372      Branch: perl
14373            ! MANIFEST pod/perlfunc.pod t/op/rand.t
14374 ____________________________________________________________________________
14375 [ 11839] By: sky                                   on 2001/09/03  10:47:11
14376         Log: Document the changes with regards to running of END blocks.
14377              And DESTROY on global objects are called in perl_destruct()!
14378      Branch: perl
14379            ! pod/perl572delta.pod pod/perlembed.pod
14380 ____________________________________________________________________________
14381 [ 11838] By: sky                                   on 2001/09/03  09:34:44
14382         Log: Subject: [PATCH t/op/time.t] Partial cleanup
14383              From: Michael G Schwern <schwern@pobox.com>
14384              Date: Mon, 3 Sep 2001 06:29:42 -0400
14385              Message-ID: <20010903062942.C9233@blackrider>
14386      Branch: perl
14387            ! t/op/time.t
14388 ____________________________________________________________________________
14389 [ 11837] By: sky                                   on 2001/09/03  09:30:02
14390         Log: Subject: [PATCH t/op/rand.t] Increase the repetitions
14391              From: Michael G Schwern <schwern@pobox.com>
14392              Date: Mon, 3 Sep 2001 06:24:13 -0400
14393              Message-ID: <20010903062413.B9233@blackrider>
14394      Branch: perl
14395            ! t/op/rand.t
14396 ____________________________________________________________________________
14397 [ 11836] By: sky                                   on 2001/09/03  07:56:47
14398         Log: Subject: [PATCH] CGI::Cookie, Apache & Switch tests
14399              From: Michael G Schwern <schwern@pobox.com>
14400              Date: Sun, 2 Sep 2001 21:38:43 -0400
14401              Message-ID: <20010902213843.L2711@blackrider>
14402      Branch: perl
14403            + lib/CGI/t/apache.t lib/CGI/t/cookie.t lib/CGI/t/switch.t
14404            ! MANIFEST
14405 ____________________________________________________________________________
14406 [ 11835] By: nick                                  on 2001/09/03  06:20:06
14407         Log: Integrate mainline
14408      Branch: perlio
14409           +> lib/Shell.t t/op/inccode.t t/run/kill_perl.t
14410            - t/op/misc.t
14411           !> (integrate 187 files)
14412 ____________________________________________________________________________
14413 [ 11834] By: jhi                                   on 2001/09/02  13:07:53
14414         Log: Update Changes.
14415      Branch: perl
14416            ! Changes patchlevel.h
14417 ____________________________________________________________________________
14418 [ 11833] By: jhi                                   on 2001/09/02  12:59:05
14419         Log: Slight tweaks.
14420      Branch: perl
14421            ! t/run/kill_perl.t
14422 ____________________________________________________________________________
14423 [ 11832] By: jhi                                   on 2001/09/02  12:41:12
14424         Log: Special casing had become a little bit more complex in Unicode 3.1.1.
14425      Branch: perl
14426            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
14427 ____________________________________________________________________________
14428 [ 11831] By: sky                                   on 2001/09/02  12:10:42
14429         Log: Change #11828 wasn't complete, this updates to intest path
14430      Branch: perl
14431            ! t/run/kill_perl.t
14432 ____________________________________________________________________________
14433 [ 11830] By: jhi                                   on 2001/09/02  11:56:18
14434         Log: 's's's.
14435      Branch: perl
14436            ! Changes
14437 ____________________________________________________________________________
14438 [ 11829] By: jhi                                   on 2001/09/02  11:54:22
14439         Log: Update Changes.
14440      Branch: perl
14441            ! Changes patchlevel.h
14442 ____________________________________________________________________________
14443 [ 11828] By: sky                                   on 2001/09/02  11:53:56
14444         Log: Subject: [PATCH] rm t/run/segfault.t; mv t/op/misc.t t/run/kill_perl.t
14445              From: Michael G Schwern <schwern@pobox.com>
14446              Date: Sat, 1 Sep 2001 20:18:58 -0400
14447              Message-ID: <20010901201858.X606@blackrider>
14448              +MANIFEST Fix
14449      Branch: perl
14450            + t/run/kill_perl.t
14451            - t/op/misc.t t/run/segfault.t
14452            ! MANIFEST
14453 ____________________________________________________________________________
14454 [ 11827] By: jhi                                   on 2001/09/02  11:46:47
14455         Log: Subject: [PATCH] lib/Time/Local.pm
14456              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
14457              Date: Sun, 2 Sep 2001 06:50:01 -0500
14458              Message-ID: <20010902065001.A21529@staff1.cso.uiuc.edu>
14459      Branch: perl
14460            ! lib/Time/Local.pm
14461 ____________________________________________________________________________
14462 [ 11826] By: jhi                                   on 2001/09/02  11:40:49
14463         Log: Tick off Unicode collation and the normalization from
14464              the todo list.
14465      Branch: perl
14466            ! pod/perltodo.pod
14467 ____________________________________________________________________________
14468 [ 11825] By: jhi                                   on 2001/09/02  11:16:24
14469         Log: Update to Unicode 3.1.1.
14470      Branch: perl
14471            ! lib/unicore/ArabLink.pl lib/unicore/ArabLnkGrp.pl
14472            ! lib/unicore/ArabShap.txt lib/unicore/CaseFold.txt
14473            ! lib/unicore/EAWidth.txt lib/unicore/PropList.html
14474            ! lib/unicore/PropList.txt lib/unicore/README.perl
14475            ! lib/unicore/ReadMe.txt lib/unicore/SpecCase.txt
14476            ! lib/unicore/rename lib/unicore/version
14477 ____________________________________________________________________________
14478 [ 11824] By: jhi                                   on 2001/09/02  10:32:30
14479         Log: Slight doc tweaks for the module.
14480      Branch: perl
14481            ! lib/Unicode/UCD.pm
14482 ____________________________________________________________________________
14483 [ 11823] By: jhi                                   on 2001/09/02  10:02:20
14484         Log: Rename the variable: it *used* to be (wrongly) that the
14485              code related to PL_reg_sv (so PL_reg_sv_utf8 was logical)
14486              but that is no more the case: PL_reg_match_utf8 is better.
14487      Branch: perl
14488            ! embedvar.h mg.c perlapi.c perlapi.h pp.c pp_hot.c regcomp.c
14489            ! regexec.c sv.c thrdvar.h
14490 ____________________________________________________________________________
14491 [ 11822] By: ams                                   on 2001/09/02  02:54:50
14492         Log: Subject: RE: [PATCH] Add a nextstate into empty blocks
14493              From: Ilmari Karonen <iltzu@sci.fi>
14494              Date: Sun, 19 Aug 2001 19:27:33 +0300 (EET DST)
14495              Message-Id: <Pine.SOL.3.96.1010819163840.8384B-100000@simpukka>
14496              (op/sub_lval.t updated to take new error message into account.)
14497      Branch: perl
14498            ! op.c t/op/sub_lval.t
14499 ____________________________________________________________________________
14500 [ 11821] By: gsar                                  on 2001/09/02  01:06:30
14501         Log: remove stray CRs in files; keep all files with UNIX line-ends
14502              (Porting/makerel adds CRs to the files that need it in the
14503              distribution)
14504      Branch: perl
14505            ! NetWare/t/NWScripts.pl README.dos
14506            ! ext/Encode/Encode/cns11643-1.enc
14507            ! ext/Encode/Encode/cns11643-2.enc ext/SDBM_File/Makefile.PL
14508            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
14509 ____________________________________________________________________________
14510 [ 11820] By: gsar                                  on 2001/09/02  00:56:44
14511         Log: some remnants of change#11803
14512      Branch: perl
14513            ! ext/ByteLoader/byterun.h perl.h
14514 ____________________________________________________________________________
14515 [ 11819] By: jhi                                   on 2001/09/01  23:40:36
14516         Log: Update to Unicode::Collate 0.08.
14517      Branch: perl
14518            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
14519            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
14520 ____________________________________________________________________________
14521 [ 11818] By: jhi                                   on 2001/09/01  23:02:09
14522         Log: Test tweaks.
14523      Branch: perl
14524            ! t/op/pat.t
14525 ____________________________________________________________________________
14526 [ 11817] By: pudge                                 on 2001/09/01  22:36:29
14527         Log: Fix test
14528      Branch: maint-5.6/macperl
14529            ! t/lib/b.t
14530 ____________________________________________________________________________
14531 [ 11816] By: pudge                                 on 2001/09/01  22:15:09
14532         Log: Misc. patches: fix tests script; add Mac::LowMem; quiet
14533              warnings in Config.pm with -W; increase default and
14534              minimum RAM; bump version number.
14535      Branch: maint-5.6/macperl
14536            + macos/lib/Mac/LowMem.pm
14537            ! macos/MPVersion.r macos/MacPerlTests.cmd macos/Makefile.mk
14538            ! macos/configpm macos/macperl/MacPerl.r
14539 ____________________________________________________________________________
14540 [ 11815] By: pudge                                 on 2001/09/01  22:10:49
14541         Log: Make syntax check report in MPW style, fix tests
14542              to use Mac::err=unix to get normal-style error
14543              messages.
14544      Branch: maint-5.6/macperl
14545            ! perl.c t/lib/b.t t/op/misc.t t/op/runlevel.t t/pod/testp2pt.pl
14546            ! t/pragma/strict.t t/pragma/subs.t t/pragma/warnings.t
14547 ____________________________________________________________________________
14548 [ 11814] By: pudge                                 on 2001/09/01  22:09:08
14549         Log: Make MPW-style errors optional (but the default); add
14550              MacPerl::ErrorFormat() function and Mac::err pragma
14551      Branch: maint-5.6/macperl
14552            + macos/ext/Mac/err/Makefile.PL macos/ext/Mac/err/err.pm
14553            + macos/ext/Mac/err/err.xs
14554            ! macos/ext/Mac/Makefile.mk macos/ext/MacPerl/MacPerl.xs
14555            ! macos/macish.c macos/macish.h macos/macperl.sym
14556 ____________________________________________________________________________
14557 [ 11813] By: pudge                                 on 2001/09/01  22:01:40
14558         Log: More module and test ports from Thomas Wegner et al
14559      Branch: maint-5.6/macperl
14560            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
14561            ! lib/File/DosGlob.pm lib/File/Spec/Mac.pm lib/File/Temp.pm
14562            ! t/lib/dosglob.t t/lib/filespec.t t/lib/ftmp-security.t
14563            ! t/op/magic.t
14564 ____________________________________________________________________________
14565 [ 11812] By: sky                                   on 2001/09/01  17:19:30
14566         Log: Subject: [PATCH t/op/concat.t] cleanup
14567              From: Michael G Schwern <schwern@pobox.com>
14568              Date: Sat, 1 Sep 2001 14:06:28 -0400
14569              Message-ID: <20010901140628.C606@blackrider>
14570      Branch: perl
14571            ! t/op/concat.t
14572 ____________________________________________________________________________
14573 [ 11811] By: sky                                   on 2001/09/01  12:25:29
14574         Log: Change #11805 didn't update the MANIFEST
14575      Branch: perl
14576            ! MANIFEST
14577 ____________________________________________________________________________
14578 [ 11810] By: sky                                   on 2001/09/01  11:52:44
14579         Log: Subject: [PATCH], was t/op/incode.t breaks make minitest
14580              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14581              Date: Sat, 1 Sep 2001 14:50:14 +0200
14582              Message-ID: <20010901145014.A691@rafael>
14583      Branch: perl
14584            ! t/op/inccode.t
14585 ____________________________________________________________________________
14586 [ 11809] By: sky                                   on 2001/09/01  11:49:22
14587         Log: Subject: PATCH: ExtUtils::MakeMaker
14588              From: Tony Bowden <tony@kasei.com>
14589              Date: Sat, 1 Sep 2001 10:33:53 +0100
14590              Message-ID: <20010901103353.A13863@soto.kasei.com>
14591              Manually applied
14592      Branch: perl
14593            ! lib/ExtUtils/MakeMaker.pm
14594 ____________________________________________________________________________
14595 [ 11808] By: sky                                   on 2001/09/01  11:39:13
14596         Log: Subject: [ID 20010831.002] Bug in Term::Cap on Solaris ansi terminal using CPAN::Shell
14597              From: mike808@users.sourceforge.net
14598              Date: Sat, 1 Sep 101 11:27:50 GMT
14599              Message-Id: <200108312123.QAA27476@smtp.networkusa.net>
14600              With little tweak
14601      Branch: perl
14602            ! lib/Term/Cap.pm
14603 ____________________________________________________________________________
14604 [ 11807] By: ams                                   on 2001/09/01  11:31:16
14605         Log: Subject: oct() and hex()
14606              From: Nicholas Clark <nick@ccl4.org>
14607              Date: Fri, 31 Aug 2001 23:14:13 +0100
14608              Message-Id: <20010831231413.J4950@plum.flirble.org>
14609      Branch: perl
14610            ! pod/perlclib.pod
14611 ____________________________________________________________________________
14612 [ 11806] By: pudge                                 on 2001/09/01  00:04:52
14613         Log: Integrate change 11801 from maintperl
14614      Branch: maint-5.6/macperl
14615            ! perl.c
14616 ____________________________________________________________________________
14617 [ 11805] By: sky                                   on 2001/08/31  21:35:10
14618         Log: Subject: Re: [ID 20010831.001] SEGV from ($a, b) = (1, 2)
14619              From: Michael G Schwern <schwern@pobox.com>
14620              Date: Fri, 31 Aug 2001 15:36:28 -0400
14621              Message-ID: <20010831153628.B598@blackrider>
14622              Check for things which used to segfault
14623      Branch: perl
14624            + t/run/segfault.t
14625 ____________________________________________________________________________
14626 [ 11804] By: gsar                                  on 2001/08/31  21:02:54
14627         Log: integrate change#11801 from maint-5.6
14628              
14629              remove age-old UNICOS "workaround" that introduces a static, and
14630              hence an egregious race condition for threaded builds (*sigh*
14631              beats me why this kludge wasn't guarded by a UNICOS-specific
14632              #define *sigh*)
14633      Branch: perl
14634            ! perl.c
14635 ____________________________________________________________________________
14636 [ 11803] By: gsar                                  on 2001/08/31  20:58:38
14637         Log: remove deprecated PERL_OBJECT cruft, it has long since stopped
14638              working in 5.7.x
14639      Branch: perl
14640            - objXSUB.h
14641            ! EXTERN.h MANIFEST Makefile.SH Makefile.micro NetWare/Makefile
14642            ! NetWare/config_h.PL NetWare/dl_netware.xs NetWare/interface.c
14643            ! NetWare/nw5.c NetWare/nw5sck.c NetWare/nw5thread.c
14644            ! NetWare/nwperlsys.c NetWare/nwperlsys.h Porting/makerel
14645            ! README.win32 XSUB.h bytecode.pl cv.h cygwin/cygwin.c
14646            ! emacs/ptags embed.h embed.pl embedvar.h epoc/epoc.c ext/B/B.xs
14647            ! ext/B/B/C.pm ext/ByteLoader/ByteLoader.xs
14648            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
14649            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
14650            ! ext/POSIX/POSIX.xs globals.c iperlsys.h lib/ExtUtils/Embed.pm
14651            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
14652            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
14653            ! lib/ExtUtils/xsubpp makedef.pl mg.c op.c perl.c perl.h
14654            ! perlapi.c perlapi.h perlio.c perly.c perly.y perly_c.diff
14655            ! pod/perlguts.pod pp_ctl.c pp_hot.c proto.h regcomp.c regexec.c
14656            ! scope.c sv.c sv.h toke.c universal.c vms/descrip_mms.template
14657            ! vms/perly_c.vms win32/Makefile win32/config_h.PL
14658            ! win32/dl_win32.xs win32/makefile.mk win32/perlhost.h
14659            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
14660            ! win32/win32thread.c wince/Makefile.ce wince/config_h.PL
14661            ! wince/dl_win32.xs wince/perllib.c wince/win32.h
14662            ! wince/win32thread.c wince/wince.c wince/wincesck.c xsutils.c
14663 ____________________________________________________________________________
14664 [ 11802] By: ams                                   on 2001/08/31  18:11:32
14665         Log: Subject: [DOC PATCH] Add perl4 warning messages to perldiag.pod
14666              From: "Philip Newton" <Philip.Newton@gmx.net>
14667              Date: Fri, 31 Aug 2001 21:12:56 +0200
14668              Message-Id: <20010831.211000@ID-11583.news.dfncis.de>
14669      Branch: perl
14670            ! pod/perldiag.pod
14671 ____________________________________________________________________________
14672 [ 11801] By: gsar                                  on 2001/08/31  17:49:03
14673         Log: remove age-old UNICOS "workaround" that introduces a static, and
14674              hence an egregious race condition for threaded builds (*sigh*
14675              beats me why this kludge wasn't guarded by a UNICOS-specific
14676              #define *sigh*)
14677      Branch: maint-5.6/perl
14678            ! perl.c
14679 ____________________________________________________________________________
14680 [ 11800] By: sky                                   on 2001/08/31  17:30:26
14681         Log: Fixes bug in change 11717 that bus errored on HP-UX 10.20
14682              Might break on platforms where bool is larger than 8 bites ???
14683      Branch: perl
14684            ! regcomp.c
14685 ____________________________________________________________________________
14686 [ 11799] By: ams                                   on 2001/08/31  12:15:44
14687         Log: Integrate 11778 into mainline.
14688      Branch: perl
14689            ! t/base/term.t
14690 ____________________________________________________________________________
14691 [ 11798] By: sky                                   on 2001/08/31  11:31:44
14692         Log: Change 11797 sneaked in a faulty regcomp.c change which wasn't
14693              supposed to happen.
14694      Branch: perl
14695            ! regcomp.c
14696 ____________________________________________________________________________
14697 [ 11797] By: sky                                   on 2001/08/31  11:28:17
14698         Log: Subject: Re: Problem in ext/Time/HiRest/HiRes.t 
14699              From: "John P. Linderman" <jpl@research.att.com>
14700              Date: Fri, 31 Aug 2001 08:20:35 -0400
14701              Message-Id: <200108311220.IAA54125@raptor.research.att.com>
14702              Fixes test 14 which could fail randomly in rare cases.
14703      Branch: perl
14704            ! ext/Time/HiRes/HiRes.t regcomp.c
14705 ____________________________________________________________________________
14706 [ 11796] By: ams                                   on 2001/08/31  01:13:07
14707         Log: Subject: [PATCH] Embaressing typo in Syslog's Makefile.PL
14708              From: Nicholas Clark <nick@ccl4.org>
14709              Date: Thu, 30 Aug 2001 23:21:50 +0100
14710              Message-Id: <20010830232150.D4950@plum.flirble.org>
14711      Branch: perl
14712            ! ext/Sys/Syslog/Makefile.PL
14713 ____________________________________________________________________________
14714 [ 11795] By: ams                                   on 2001/08/30  23:53:23
14715         Log: Subject: [PATCH pod/perlhack.pod] Yet another improvement to the
14716              patching example
14717              From: Michael G Schwern <schwern@pobox.com>
14718              Date: Thu, 30 Aug 2001 17:02:08 -0400
14719              Message-Id: <20010830170208.M2318@blackrider>
14720      Branch: perl
14721            ! pod/perlhack.pod
14722 ____________________________________________________________________________
14723 [ 11794] By: ams                                   on 2001/08/30  19:35:36
14724         Log: Subject: [PATCH] pp_modulo
14725              From: Nicholas Clark <nick@ccl4.org>
14726              Date: Thu, 30 Aug 2001 18:20:54 +0100
14727              Message-Id: <20010830182053.A4950@plum.flirble.org>
14728      Branch: perl
14729            ! pp.c t/op/64bitint.t
14730 ____________________________________________________________________________
14731 [ 11793] By: sky                                   on 2001/08/30  13:02:48
14732         Log: 11792 wasn't complete
14733      Branch: perl
14734            ! makedef.pl regcomp.c
14735 ____________________________________________________________________________
14736 [ 11792] By: sky                                   on 2001/08/30  12:21:11
14737         Log: Added checks for PL_custom* and Perl_custom* functions in makedef.pl
14738      Branch: perl
14739            ! makedef.pl
14740 ____________________________________________________________________________
14741 [ 11791] By: sky                                   on 2001/08/30  10:08:02
14742         Log: Due to braindamaged makedef.pl change 11758 broke makedef.pl
14743      Branch: perl
14744            ! config_h.SH
14745 ____________________________________________________________________________
14746 [ 11790] By: sky                                   on 2001/08/30  08:22:31
14747         Log: Introduces SvREPADTMP(sv) that marks a repad SvIV as a offset
14748              on the pad. Fixes coredumps in cleanups introduced by
14749              Change 11755  
14750      Branch: perl
14751            ! op.c perl.c sv.h
14752 ____________________________________________________________________________
14753 [ 11789] By: sky                                   on 2001/08/29  19:01:47
14754         Log: GCC on HP-UX 11 with 64bit support breaks inet_ntoa
14755              This is a replacement implmentation that works on HPUX.
14756              This bug should probably be fixed in GCC.
14757      Branch: perl
14758            ! ext/Socket/Socket.xs
14759 ____________________________________________________________________________
14760 [ 11788] By: ams                                   on 2001/08/29  17:35:33
14761         Log: Subject: [PATCH] pass all tests when compiling with -DNO_PERL_PRESERVE_IVUV
14762              From: Nicholas Clark <nick@ccl4.org>
14763              Date: Wed, 29 Aug 2001 18:21:56 +0100
14764              Message-Id: <20010829182156.O4950@plum.flirble.org>
14765      Branch: perl
14766            ! ext/Devel/Peek/Peek.t sv.c t/op/64bitint.t t/op/numconvert.t
14767 ____________________________________________________________________________
14768 [ 11787] By: sky                                   on 2001/08/29  10:42:54
14769         Log: Added test for pack_addr_in and unpack_addr_in
14770              Nitpik in test 10
14771      Branch: perl
14772            ! ext/Socket/Socket.t
14773 ____________________________________________________________________________
14774 [ 11786] By: sky                                   on 2001/08/29  10:28:14
14775         Log: Added three tests to test inet_ntoa/inet_aton and *packaddr*
14776              Trying to catch errors on HP-UX
14777      Branch: perl
14778            ! ext/Socket/Socket.t
14779 ____________________________________________________________________________
14780 [ 11785] By: sky                                   on 2001/08/29  09:07:03
14781         Log: make sure USE_THREADS is defined so external apps work
14782      Branch: perl
14783            ! config_h.SH
14784 ____________________________________________________________________________
14785 [ 11784] By: sky                                   on 2001/08/29  08:06:12
14786         Log: Subject: Re: The hitlist of untested modules.
14787              From: Jonathan Stowe <gellyfish@gellyfish.com>
14788              Date: Wed, 29 Aug 2001 09:25:49 +0100 (BST)
14789              Message-ID: <Pine.LNX.4.33.0108290923320.29273-100000@orpheus.gellyfish.com>
14790              Start of tests for Shell.pm (make Schwern poorer!)
14791      Branch: perl
14792            + lib/Shell.t
14793            ! MANIFEST
14794 ____________________________________________________________________________
14795 [ 11783] By: sky                                   on 2001/08/29  07:37:50
14796         Log: END{} can change the return value even if we die from BEGIN{}
14797      Branch: perl
14798            ! miniperlmain.c
14799 ____________________________________________________________________________
14800 [ 11782] By: ams                                   on 2001/08/29  06:32:17
14801         Log: Subject: Re: [PATCH] newer tests for the coderef-in-@INC !
14802              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14803              Date: Wed, 29 Aug 2001 09:18:17 +0200
14804              Message-Id: <20010829091817.A4453@rafael>
14805      Branch: perl
14806            ! t/op/inccode.t
14807 ____________________________________________________________________________
14808 [ 11781] By: pudge                                 on 2001/08/29  02:28:33
14809         Log: Delete xsubpp.patch, as full copy exists now
14810      Branch: maint-5.6/macperl
14811            - macos/xsubpp.patch
14812 ____________________________________________________________________________
14813 [ 11780] By: pudge                                 on 2001/08/29  02:26:03
14814         Log: Add Changes file
14815      Branch: maint-5.6/macperl
14816            + macos/Changes
14817 ____________________________________________________________________________
14818 [ 11779] By: pudge                                 on 2001/08/29  02:23:11
14819         Log: Add Mac version of xsubpp as separate file
14820      Branch: maint-5.6/macperl
14821            + macos/xsubpp
14822            ! macos/Makefile.mk
14823 ____________________________________________________________________________
14824 [ 11778] By: pudge                                 on 2001/08/29  02:14:57
14825         Log: Fix open of /dev/null for Mac OS
14826      Branch: maint-5.6/macperl
14827            ! t/base/term.t
14828 ____________________________________________________________________________
14829 [ 11777] By: pudge                                 on 2001/08/29  02:12:52
14830         Log: Various patches: enable more tests; skip CVS in PerlInstall;
14831              fix typemap for Mac::Processes; remove comments in MM_MacOS.pm
14832      Branch: maint-5.6/macperl
14833            ! macos/MacPerlTests.cmd macos/PerlInstall
14834            ! macos/ext/Mac/Processes/typemap macos/lib/ExtUtils/MM_MacOS.pm
14835 ____________________________________________________________________________
14836 [ 11776] By: pudge                                 on 2001/08/29  02:11:42
14837         Log: Allow for platforms to override formatting of errors
14838              on output from Matthias Neeracher (Mac files)
14839      Branch: maint-5.6/macperl
14840            ! macos/macish.c macos/macish.h
14841 ____________________________________________________________________________
14842 [ 11775] By: pudge                                 on 2001/08/29  01:59:32
14843         Log: Allow for platforms to override formatting of errors
14844              on output from Matthias Neeracher (core files)
14845      Branch: maint-5.6/macperl
14846            ! perl.h pp_ctl.c util.c
14847 ____________________________________________________________________________
14848 [ 11774] By: pudge                                 on 2001/08/29  01:29:43
14849         Log: Add some param checking, from reports by Kevin Reid.
14850      Branch: maint-5.6/macperl
14851            ! macos/ext/Mac/Controls/Controls.pm
14852            ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/Windows/Windows.pm
14853 ____________________________________________________________________________
14854 [ 11773] By: ams                                   on 2001/08/28  23:54:57
14855         Log: Subject: [PATCH] make coretest
14856              From: Paul Johnson <paul@pjcj.net>
14857              Date: Wed, 29 Aug 2001 00:11:38 +0200
14858              Message-Id: <20010829001138.B12169@pjcj.net>
14859              (Applied without the change to perlhack.pod. This should
14860              probably stay undocumented.)
14861      Branch: perl
14862            ! Makefile.SH t/TEST
14863 ____________________________________________________________________________
14864 [ 11772] By: sky                                   on 2001/08/28  13:01:20
14865         Log: Subject: [PATCH t/op/pack.t pod/perlhack.pod] Adding the failure diagnostic  
14866              From: Michael G Schwern <schwern@pobox.com>
14867              Date: Tue, 28 Aug 2001 09:57:39 -0400
14868              Message-ID: <20010828095738.E17775@blackrider>
14869      Branch: perl
14870            ! pod/perlhack.pod t/op/pack.t
14871 ____________________________________________________________________________
14872 [ 11771] By: sky                                   on 2001/08/28  11:20:13
14873         Log: Subject: [PATCH] put useful info in %INC for files loaded by a hook in @INC
14874              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14875              Date: Tue, 28 Aug 2001 14:23:43 +0200
14876              Message-ID: <20010828142343.A19299@rafael>
14877      Branch: perl
14878            ! pod/perlvar.pod pp_ctl.c
14879 ____________________________________________________________________________
14880 [ 11770] By: ams                                   on 2001/08/28  10:13:21
14881         Log: Subject: [PATCH] odd typo in op.h
14882              From: Nicholas Clark <nick@ccl4.org>
14883              Date: Tue, 28 Aug 2001 12:10:26 +0100
14884              Message-Id: <20010828121026.V4950@plum.flirble.org>
14885      Branch: perl
14886            ! op.h
14887 ____________________________________________________________________________
14888 [ 11769] By: sky                                   on 2001/08/28  08:09:16
14889         Log: Subject: [ID 20010827.008] no-foo options broken in B::Lint
14890              From: Ville "Skyttä" <scop@cs132170.pp.htv.fi>
14891              Date: Tue, 28 Aug 2001 02:22:20 +0300
14892              Message-Id: <200108272322.f7RNMKd02261@cs132170.pp.htv.fi>
14893      Branch: perl
14894            ! ext/B/B/Lint.pm
14895 ____________________________________________________________________________
14896 [ 11768] By: ams                                   on 2001/08/28  00:47:35
14897         Log: Subject: Re: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
14898              From: Michael G Schwern <schwern@pobox.com>
14899              Date: Mon, 27 Aug 2001 21:24:44 -0400
14900              Message-Id: <20010827212444.F12582@blackrider>
14901      Branch: perl
14902            ! pod/perlhack.pod t/op/pack.t
14903 ____________________________________________________________________________
14904 [ 11767] By: ams                                   on 2001/08/27  23:59:48
14905         Log: Subject: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
14906              From: Michael G Schwern <schwern@pobox.com>
14907              Date: Mon, 27 Aug 2001 20:12:29 -0400
14908              Message-Id: <20010827201229.D12582@blackrider>
14909      Branch: perl
14910            ! pod/perlhack.pod t/op/pack.t
14911 ____________________________________________________________________________
14912 [ 11766] By: ams                                   on 2001/08/27  23:39:40
14913         Log: Update Changes.
14914      Branch: perl
14915            ! Changes
14916 ____________________________________________________________________________
14917 [ 11765] By: ams                                   on 2001/08/27  22:53:10
14918         Log: Subject: Re: [PATCH] new tests for the coderef-in-@INC
14919              From: Michael G Schwern <schwern@pobox.com>
14920              Date: Mon, 27 Aug 2001 19:47:30 -0400
14921              Message-Id: <20010827194730.C12582@blackrider>
14922      Branch: perl
14923            ! t/op/inccode.t
14924 ____________________________________________________________________________
14925 [ 11764] By: ams                                   on 2001/08/27  22:46:21
14926         Log: Subject: [PATCH] new tests for the coderef-in-@INC
14927              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14928              Date: Mon, 27 Aug 2001 22:36:27 +0200
14929              Message-Id: <20010827223627.C690@rafael>
14930              
14931              Subject: Re: [PATCH] new tests for the coderef-in-@INC
14932              From: Nicholas Clark <nick@ccl4.org>
14933              Date: Tue, 28 Aug 2001 00:02:46 +0100
14934              Message-Id: <20010828000245.R4950@plum.flirble.org>
14935      Branch: perl
14936            + t/op/inccode.t
14937            ! MANIFEST
14938 ____________________________________________________________________________
14939 [ 11763] By: ams                                   on 2001/08/27  22:41:09
14940         Log: Subject: [PATCH lib/warnings.t] Removing 2>&1 requirement  (was Re:
14941              bleadperl on fire, Win95+4NT)
14942              From: Michael G Schwern <schwern@pobox.com>
14943              Date: Mon, 27 Aug 2001 16:54:42 -0400
14944              Message-Id: <20010827165442.F9436@blackrider>
14945      Branch: perl
14946            ! lib/warnings.t
14947 ____________________________________________________________________________
14948 [ 11762] By: sky                                   on 2001/08/27  19:19:17
14949         Log: Changed back Net/Ping.pm change #11759 since WNOHANG wasn't
14950              avaible at compile time. This broke the compilation of 
14951              Net/Ping.pm
14952      Branch: perl
14953            ! lib/Net/Ping.pm
14954 ____________________________________________________________________________
14955 [ 11761] By: sky                                   on 2001/08/27  18:34:48
14956         Log: Removed tripple definitions of CUSTOM_OP functions.
14957      Branch: perl
14958            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
14959 ____________________________________________________________________________
14960 [ 11760] By: sky                                   on 2001/08/27  18:21:27
14961         Log: Regen headers
14962      Branch: perl
14963            ! embed.h embedvar.h objXSUB.h opcode.h opnames.h perlapi.c
14964            ! perlapi.h proto.h
14965 ____________________________________________________________________________
14966 [ 11759] By: ams                                   on 2001/08/27  16:31:53
14967         Log: Subject: [PATCH] pod/perlfunc.pod, lib/Net/Ping.pm, ext/POSIX/POSIX.pod
14968              From: "chromatic" <chromatic@rmci.net>
14969              Date: Mon, 27 Aug 2001 11:17:09 -0600
14970              Message-Id: <20010827172111.89491.qmail@onion.perl.org>
14971      Branch: perl
14972            ! ext/POSIX/POSIX.pod lib/Net/Ping.pm pod/perlfunc.pod
14973 ____________________________________________________________________________
14974 [ 11758] By: sky                                   on 2001/08/27  15:16:42
14975         Log: Changes USE_THREADS to USE_5005THREADS in the entire source.
14976              Thanks to H. Merijn Brand for the patch.
14977              Some of the comments and or guards might be removable in perl.h now.
14978      Branch: perl
14979            ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
14980            ! Porting/Glossary Porting/config_H README.threads config_h.SH
14981            ! cop.h cv.h deb.c dosish.h dump.c embed.h embed.pl embedvar.h
14982            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/Deparse.pm
14983            ! ext/B/ramblings/runtime.porting ext/DynaLoader/dl_aix.xs
14984            ! ext/Thread/Thread.xs gv.c intrpvar.h mg.c miniperlmain.c
14985            ! objXSUB.h op.c os2/os2.c os2/os2ish.h perl.c perl.h perlapi.c
14986            ! perlvars.h pod/perlguts.pod pp.c pp.h pp_ctl.c pp_hot.c
14987            ! proto.h regexec.c scope.c sv.c sv.h thrdvar.h thread.h toke.c
14988            ! uconfig.h util.c vms/genconfig.pl vms/vms.c vos/config.alpha.h
14989            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
14990            ! win32/config_H.vc win32/perllib.c win32/win32.h
14991            ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
14992            ! wince/config.h wince/config_H.ce wince/win32.h
14993            ! wince/win32thread.c wince/win32thread.h wince/wincesck.c
14994 ____________________________________________________________________________
14995 [ 11757] By: sky                                   on 2001/08/27  13:39:16
14996         Log: Subject: GNU ld parses arguments different
14997              From: H.Merijn Brand <h.m.brand@hccnet.nl>
14998              Date: Mon, 27 Aug 2001 16:25:51 +0200
14999              Message-Id: <20010827162254.2EA6.H.M.BRAND@hccnet.nl>
15000      Branch: perl
15001            ! hints/hpux.sh
15002 ____________________________________________________________________________
15003 [ 11756] By: sky                                   on 2001/08/27  13:18:45
15004         Log: Subject: Custom Ops
15005              From: Simon Cozens <simon@netthink.co.uk>
15006              Date: Sat, 25 Aug 2001 17:45:09 +0100
15007              Message-ID: <20010825174509.A5752@netthink.co.uk>
15008              I also added a fix to Opcode.pm to quite test cases.
15009      Branch: perl
15010            ! dump.c embed.pl ext/Opcode/Opcode.pm intrpvar.h op.c op.h
15011            ! opcode.pl pod/perlguts.pod pp_ctl.c pp_sys.c run.c sv.c utf8.c
15012 ____________________________________________________________________________
15013 [ 11755] By: sky                                   on 2001/08/27  05:37:17
15014         Log: Plugs a memory leak on destruction of regular expressions
15015              introcued by #11274.
15016              PL_regex_padav now has an AV as it's first entry with a list
15017              of freed regex_padav slots that it will reuse on creating
15018              new PMOPs.
15019      Branch: perl
15020            ! op.c perl.c
15021 ____________________________________________________________________________
15022 [ 11754] By: ams                                   on 2001/08/26  14:38:52
15023         Log: Subject: [PATCH] t/io/binmode.t
15024              From: Nicholas Clark <nick@ccl4.org>
15025              Date: Sun, 26 Aug 2001 12:03:05 +0100
15026              Message-Id: <20010826120305.C4950@plum.flirble.org>
15027              
15028              (Also a nitpick in #11752 to t/op/universal.t)
15029      Branch: perl
15030            ! t/io/binmode.t t/op/universal.t
15031 ____________________________________________________________________________
15032 [ 11753] By: ams                                   on 2001/08/26  08:19:34
15033         Log: Subject: [PATCH] op/universal.t failing
15034              From: Nicholas Clark <nick@ccl4.org>
15035              Date: Sun, 26 Aug 2001 09:48:22 +0100
15036              Message-Id: <20010826094822.B4950@plum.flirble.org>
15037      Branch: perl
15038            ! t/op/universal.t
15039 ____________________________________________________________________________
15040 [ 11752] By: ams                                   on 2001/08/25  22:46:13
15041         Log: Subject: Re: 'can' with undefined subs
15042              From: Tony Bowden <tony@kasei.com>
15043              Date: Sat, 25 Aug 2001 14:58:17 +0100
15044              Message-Id: <20010825145817.A11788@soto.kasei.com>
15045              (Applied with minor modifications.)
15046      Branch: perl
15047            ! t/op/universal.t
15048 ____________________________________________________________________________
15049 [ 11751] By: ams                                   on 2001/08/25  18:28:43
15050         Log: Subject: Re: 'can' with undefined subs
15051              From: Tony Bowden <tony@kasei.com>
15052              Date: Sat, 25 Aug 2001 15:13:14 +0100
15053              Message-Id: <20010825151314.B11788@soto.kasei.com>
15054      Branch: perl
15055            ! lib/UNIVERSAL.pm
15056 ____________________________________________________________________________
15057 [ 11750] By: nick                                  on 2001/08/25  15:24:15
15058         Log: Integrate mainline
15059      Branch: perlio
15060           +> t/io/binmode.t
15061           !> (integrate 26 files)
15062 ____________________________________________________________________________
15063 [ 11749] By: nick                                  on 2001/08/25  14:55:41
15064         Log: Subject:  Re: [PATCH] Added wisdom to perlhack.pod
15065              From:  John Peacock <jpeacock@rowman.com>
15066              Date:  Wed, 22 Aug 2001 12:05:28 -0400
15067              Message-Id:  <3B83D848.7FD9C6EF@rowman.com>
15068      Branch: perl
15069            ! pod/perlhack.pod
15070 ____________________________________________________________________________
15071 [ 11748] By: nick                                  on 2001/08/25  14:53:04
15072         Log: Subject:  Re: [PATCH] (was Re: PerlIO regerssion tests?)
15073              From:  Michael G Schwern <schwern@pobox.com>
15074              Date:  Wed, 22 Aug 2001 19:22:45 -0400
15075              Message-Id:  <20010822192245.U619@blackrider>
15076      Branch: perl
15077            ! MANIFEST
15078 ____________________________________________________________________________
15079 [ 11747] By: nick                                  on 2001/08/25  14:52:33
15080         Log: Subject:  [PATCH] (was Re: PerlIO regerssion tests?)
15081              From:  Nicholas Clark <nick@ccl4.org>
15082              Date:  Wed, 22 Aug 2001 23:29:06 +0100
15083              Message-Id:  <20010822232906.Z82818@plum.flirble.org>
15084      Branch: perl
15085            + t/io/binmode.t
15086            ! perlio.c pod/perlfunc.pod
15087 ____________________________________________________________________________
15088 [ 11744] By: nick                                  on 2001/08/25  14:37:33
15089         Log: Subject:  [PATCH bleadperl] quiet down VC++ warnings in a2py.c and walk.c
15090              From:  Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
15091              Date:  Fri, 24 Aug 2001 22:10:42 +0200
15092              Message-Id:  <1065978076.20010824221042@tesla.rcub.bg.ac.yu>
15093      Branch: perl
15094            ! x2p/a2py.c x2p/walk.c
15095 ____________________________________________________________________________
15096 [ 11743] By: nick                                  on 2001/08/25  14:32:47
15097         Log: Subject:  [DOC PATCH] The coderef-in-@INC feature
15098              From:  Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15099              Date:  Fri, 24 Aug 2001 23:34:13 +0200
15100              Message-Id:  <20010824233413.A1285@rafael>
15101      Branch: perl
15102            ! pod/perlfunc.pod pod/perlvar.pod
15103 ____________________________________________________________________________
15104 [ 11742] By: ams                                   on 2001/08/25  13:16:02
15105         Log: Subject: [PATCH] Re: The coderef in @INC strikes back
15106              From: Nicholas Clark <nick@ccl4.org>
15107              Date: Sat, 25 Aug 2001 14:50:07 +0100
15108              Message-Id: <20010825145007.L41464@plum.flirble.org>
15109      Branch: perl
15110            ! pp_ctl.c
15111 ____________________________________________________________________________
15112 [ 11741] By: nick                                  on 2001/08/24  07:08:45
15113         Log: When applying patch via Porting/apply fails, do p4 refresh
15114              to get old files back.
15115      Branch: perl
15116            ! Porting/apply
15117 ____________________________________________________________________________
15118 [ 11740] By: ams                                   on 2001/08/24  04:47:24
15119         Log: #11739 was incomplete.
15120      Branch: perl
15121            ! pod/perldiag.pod
15122 ____________________________________________________________________________
15123 [ 11739] By: ams                                   on 2001/08/24  04:09:40
15124         Log: Subject: [DOC patch bleadperl] "misspelled" misspelled
15125              From: "Philip Newton" <Philip.Newton@gmx.net>
15126              Date: Fri, 24 Aug 2001 07:08:34 +0200
15127      Branch: perl
15128            ! pod/perldiag.pod
15129 ____________________________________________________________________________
15130 [ 11738] By: ams                                   on 2001/08/24  02:19:42
15131         Log: Fixed Doug Wilson's email address.
15132      Branch: perl
15133            ! AUTHORS
15134 ____________________________________________________________________________
15135 [ 11737] By: ams                                   on 2001/08/24  00:10:13
15136         Log: Subject: [DOC PATCH] Adding new warning in perldiag.pod
15137              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15138              Date: Thu, 23 Aug 2001 22:22:58 +0200
15139              Message-Id: <20010823222258.A901@rafael>
15140      Branch: perl
15141            ! pod/perldiag.pod
15142 ____________________________________________________________________________
15143 [ 11736] By: ams                                   on 2001/08/24  00:05:02
15144         Log: Subject: [PATCH perl@ ] add $Config('scriptdir'} on VMS
15145              From: "Craig A. Berry" <craigberry@mac.com>
15146              Date: Thu, 23 Aug 2001 19:07:45 -0500
15147              Message-Id: <a05101004b7ab4593bb24@[172.16.52.1]>
15148      Branch: perl
15149            ! configure.com
15150 ____________________________________________________________________________
15151 [ 11735] By: sky                                   on 2001/08/23  13:42:07
15152         Log: Backed out 11732, it breaks lib/strict.t 
15153      Branch: perl
15154            ! op.c
15155 ____________________________________________________________________________
15156 [ 11734] By: sky                                   on 2001/08/23  11:45:59
15157         Log: Removed toy from 17133 after Matt Sargeants request.
15158      Branch: perl
15159            ! pod/perlfaq4.pod
15160 ____________________________________________________________________________
15161 [ 11733] By: sky                                   on 2001/08/23  11:36:29
15162         Log: Subject: [PATCH perlfaq4] Faster permutation algorithms
15163              From: Robin Houston <robin@kitsite.com>
15164              Date: Wed, 22 Aug 2001 23:06:16 +0100
15165              Message-ID: <20010822230616.A254@robin.kitsite.com>
15166      Branch: perl
15167            ! pod/perlfaq4.pod
15168 ____________________________________________________________________________
15169 [ 11732] By: sky                                   on 2001/08/23  10:36:02
15170         Log: Subject: Re: [ID 20010822.001] Freeing pads after parse error
15171              From: Simon Cozens <simon@netthink.co.uk>
15172              Date: Thu, 23 Aug 2001 12:06:36 +0100
15173              Message-ID: <20010823120636.A9961@netthink.co.uk>
15174      Branch: perl
15175            ! op.c
15176 ____________________________________________________________________________
15177 [ 11731] By: gsar                                  on 2001/08/23  03:58:58
15178         Log: fix broken windows build
15179      Branch: perl
15180            ! perl.h
15181 ____________________________________________________________________________
15182 [ 11730] By: ams                                   on 2001/08/22  21:35:30
15183         Log: Subject: [PATCH] io/tell.t doesn't chdir t
15184              From: Nicholas Clark <nick@ccl4.org>
15185              Date: Wed, 22 Aug 2001 23:25:58 +0100
15186              Message-Id: <20010822232557.Y82818@plum.flirble.org>
15187      Branch: perl
15188            ! t/io/tell.t
15189 ____________________________________________________________________________
15190 [ 11729] By: ams                                   on 2001/08/22  20:32:21
15191         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
15192              questions)
15193              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
15194              Date: Wed, 22 Aug 2001 17:09:04 -0400
15195              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
15196              (Oops, forgot File::Spec::Unix in the previous patch.)
15197      Branch: perl
15198            ! lib/File/Spec/Unix.pm
15199 ____________________________________________________________________________
15200 [ 11728] By: ams                                   on 2001/08/22  20:25:41
15201         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
15202              questions)
15203              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
15204              Date: Wed, 22 Aug 2001 17:09:04 -0400
15205              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
15206      Branch: perl
15207            ! lib/File/Spec.pm
15208 ____________________________________________________________________________
15209 [ 11727] By: ams                                   on 2001/08/22  19:43:30
15210         Log: Subject: Re: [PATCH 1 of 3] $] is deprecated - eliminate from core tests
15211              From: John Peacock <jpeacock@rowman.com>
15212              Date: Wed, 22 Aug 2001 12:35:52 -0400
15213              Message-Id: <3B83DF68.5D89DC81@rowman.com>
15214              (Adds proper tests for $], notwithstanding Subject. +nitpick)
15215      Branch: perl
15216            ! t/op/ver.t
15217 ____________________________________________________________________________
15218 [ 11726] By: ams                                   on 2001/08/22  19:36:39
15219         Log: Subject: [ID 20010822.007] eval STRING & diagnostics.pm not mixing
15220              From: schwern@ool-18b93024.dyn.optonline.net (Michael G Schwern)
15221              Date: Wed, 22 Aug 2001 16:03:00 -0400 (EDT)
15222              Message-Id: <20010822200300.0D1638253@ool-18b93024.dyn.optonline.net>
15223      Branch: perl
15224            ! lib/diagnostics.pm lib/diagnostics.t
15225 ____________________________________________________________________________
15226 [ 11725] By: ams                                   on 2001/08/22  19:25:01
15227         Log: Subject: [PATCH] 64 bit integer preserving pp_divide
15228              From: Nicholas Clark <nick@ccl4.org>
15229              Date: Wed, 22 Aug 2001 20:59:05 +0100
15230              Message-Id: <20010822205905.U82818@plum.flirble.org>
15231      Branch: perl
15232            ! pp.c t/op/64bitint.t t/op/arith.t
15233 ____________________________________________________________________________
15234 [ 11724] By: ams                                   on 2001/08/22  10:02:33
15235         Log: Subject: Configure blooper
15236              From: H.Merijn Brand <h.m.brand@hccnet.nl>
15237              Date: Wed, 22 Aug 2001 12:38:35 +0200
15238              Message-Id: <20010822123750.A797.H.M.BRAND@hccnet.nl>
15239      Branch: perl
15240            ! Configure
15241 ____________________________________________________________________________
15242 [ 11723] By: ams                                   on 2001/08/21  16:17:53
15243         Log: Subject: [PATCH] installperl -help
15244              From: Nicholas Clark <nick@ccl4.org>
15245              Date: Tue, 21 Aug 2001 17:34:23 +0100
15246              Message-Id: <20010821173423.F82818@plum.flirble.org>
15247      Branch: perl
15248            ! installperl
15249 ____________________________________________________________________________
15250 [ 11722] By: ams                                   on 2001/08/20  07:46:31
15251         Log: Subject: [PATCH perlvar.pod] Rewrite $. entry and switch to -> syntax
15252              From: Ilmari Karonen <iltzu@sci.fi>
15253              Date: Mon, 20 Aug 2001 06:42:01 +0300 (EET DST)
15254              Message-Id: <Pine.SOL.3.96.1010820063126.28048A-100000@simpukka>
15255      Branch: perl
15256            ! pod/perlvar.pod
15257 ____________________________________________________________________________
15258 [ 11721] By: nick                                  on 2001/08/20  06:24:31
15259         Log: Integrate mainline
15260      Branch: perlio
15261           +> Porting/apply lib/Lingua/KO/Hangul/Util.pm
15262           +> lib/Lingua/KO/Hangul/Util/Changes
15263           +> lib/Lingua/KO/Hangul/Util/README
15264           +> lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
15265           +> lib/Unicode/Collate/Changes lib/Unicode/Collate/README
15266           +> lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
15267           +> lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
15268           +> lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
15269           +> lib/Unicode/Normalize/t/test.t
15270            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
15271           !> (integrate 55 files)
15272 ____________________________________________________________________________
15273 [ 11720] By: pudge                                 on 2001/08/19  19:00:16
15274         Log: Integrate Change #11599 from maint-5.6/perl
15275      Branch: maint-5.6/macperl
15276           !> README.win32
15277 ____________________________________________________________________________
15278 [ 11719] By: ams                                   on 2001/08/18  21:21:42
15279         Log: Add Porting/apply to MANIFEST.
15280      Branch: perl
15281            ! MANIFEST
15282 ____________________________________________________________________________
15283 [ 11718] By: sky                                   on 2001/08/18  14:38:01
15284         Log: PL_reentrant_buffer does not exist in 5005threaded perl.
15285              Better solution would be to make 5005threaded perl use
15286              the same system as ithreads do
15287      Branch: perl
15288            ! perl.h
15289 ____________________________________________________________________________
15290 [ 11717] By: jhi                                   on 2001/08/18  14:24:42
15291         Log: New try for ID 20010407.006: detach the semantics
15292              "was the last match target UTF8" into its own variable.
15293      Branch: perl
15294            ! embedvar.h intrpvar.h mg.c perlapi.h pod/perlapi.pod pp.c
15295            ! pp_hot.c regcomp.c regexec.c sv.c t/op/pat.t thrdvar.h
15296 ____________________________________________________________________________
15297 [ 11716] By: jhi                                   on 2001/08/18  12:11:14
15298         Log: UTF8 flag should be meaningful only when POK.
15299      Branch: perl
15300            ! dump.c
15301 ____________________________________________________________________________
15302 [ 11715] By: sky                                   on 2001/08/18  11:45:16
15303         Log: USE_THREADS and USE_ITHREADS are never true at the same time
15304      Branch: perl
15305            ! perl.h
15306 ____________________________________________________________________________
15307 [ 11714] By: jhi                                   on 2001/08/18  06:03:24
15308         Log: Retract #11712 for now.  The real fix would probably
15309              be something like making PL_reg_sv a copy (PV + UTF8)
15310              of the matched/substituted string (note: not just a SvPOK
15311              string, for example the stringified form of a ROK would
15312              be applicable)  Beware of leaks.
15313      Branch: perl
15314            ! pp_hot.c t/op/pat.t
15315 ____________________________________________________________________________
15316 [ 11713] By: jhi                                   on 2001/08/18  03:22:42
15317         Log: UTF8 wasn't printing for PVMGs.
15318      Branch: perl
15319            ! dump.c
15320 ____________________________________________________________________________
15321 [ 11712] By: jhi                                   on 2001/08/18  03:22:24
15322         Log: (Retracted by #11714)
15323              
15324              Okay analysis, debatable fix.  (The fix will inc
15325              the refcount of all temporary match objects,
15326              like for example tied(%h) =~ /^.../ from Tie/RefHash.t,
15327              which will then cause griping at untie() time
15328              ("inner references remain").
15329              
15330              Fix for ID 20010407.006: PL_reg_sv got wiped out
15331              by freetemps if the match target was a temporary
15332              (like function_call() =~ /.../), which in turn meant
15333              that the $1 et al stopped working if they had UTF-8
15334              in them.  Therefore bump up the refcount of PL_reg_sv.
15335      Branch: perl
15336            ! pp_hot.c t/op/pat.t
15337 ____________________________________________________________________________
15338 [ 11711] By: ams                                   on 2001/08/17  20:32:08
15339         Log: Subject: [PATCH] doesn't compile, was perl@11710
15340              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15341              Date: Fri, 17 Aug 2001 23:21:10 +0200
15342              Message-Id: <20010817232110.C7041@rafael> 
15343      Branch: perl
15344            ! sharedsv.c
15345 ____________________________________________________________________________
15346 [ 11710] By: jhi                                   on 2001/08/17  14:26:57
15347         Log: Update Changes.
15348      Branch: perl
15349            ! Changes patchlevel.h
15350 ____________________________________________________________________________
15351 [ 11709] By: jhi                                   on 2001/08/17  13:47:53
15352         Log: Upgrade to libnet 1.0704.
15353      Branch: perl
15354            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
15355            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Cmd.pm
15356            ! lib/Net/Config.pm lib/Net/Domain.pm lib/Net/FTP.pm
15357            ! lib/Net/FTP/A.pm lib/Net/FTP/I.pm lib/Net/FTP/dataconn.pm
15358            ! lib/Net/NNTP.pm lib/Net/Netrc.pm lib/Net/POP3.pm
15359            ! lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/Time.pm
15360            ! lib/Net/libnetFAQ.pod lib/Net/t/ftp.t
15361 ____________________________________________________________________________
15362 [ 11708] By: sky                                   on 2001/08/17  13:34:04
15363         Log: Let perl_clone copy PL_exit_flags
15364      Branch: perl
15365            ! sv.c
15366 ____________________________________________________________________________
15367 [ 11707] By: sky                                   on 2001/08/17  12:28:41
15368         Log: Protext sharedsv_space better. Extended EDIT and RELEASE macro
15369      Branch: perl
15370            ! sharedsv.c sharedsv.h
15371 ____________________________________________________________________________
15372 [ 11706] By: jhi                                   on 2001/08/17  11:59:28
15373         Log: The metaconfig unit change for #11705.
15374      Branch: metaconfig/U/perl
15375            ! Extensions.U
15376 ____________________________________________________________________________
15377 [ 11705] By: jhi                                   on 2001/08/17  11:58:48
15378         Log: Allow the threads extension to be found if present.
15379      Branch: perl
15380            ! Configure
15381 ____________________________________________________________________________
15382 [ 11704] By: nick                                  on 2001/08/17  11:47:54
15383         Log: Mail -> change script (pre-alpha)
15384      Branch: perl
15385            + Porting/apply
15386 ____________________________________________________________________________
15387 [ 11703] By: sky                                   on 2001/08/17  07:11:24
15388         Log: Fixed macros for localtime_r under USE_REENTRANT_API, also fixed for HP-UX 10.20
15389              Thanks to Tom Hospel for pointing out my error.
15390      Branch: perl
15391            ! op.h
15392 ____________________________________________________________________________
15393 [ 11702] By: sky                                   on 2001/08/17  04:18:11
15394         Log: Adds PERL_EXIT_DESTRUCT_END to PL_exit_flags which if set moves END block running to perl_destruct, changes prototype of perl_destruct to return exitstatus.
15395      Branch: perl
15396            ! embed.pl miniperlmain.c perl.c perl.h proto.h
15397 ____________________________________________________________________________
15398 [ 11701] By: jhi                                   on 2001/08/17  03:22:38
15399         Log: Integrate Lingua::KO::Hangul::Util 0.02, Unicode::Normalize,
15400              and Unicode::Collate 0.07, from SADAHIRO Tomoyuki.
15401      Branch: perl
15402            + lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
15403            + lib/Lingua/KO/Hangul/Util/README
15404            + lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
15405            + lib/Unicode/Collate/Changes lib/Unicode/Collate/README
15406            + lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
15407            + lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
15408            + lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
15409            + lib/Unicode/Normalize/t/test.t
15410            ! MANIFEST
15411 ____________________________________________________________________________
15412 [ 11700] By: jhi                                   on 2001/08/17  02:58:59
15413         Log: Subject: [PATCH perl@11683] IEEE float tweak for VMS
15414              Date: Thu, 16 Aug 2001 22:46:15 -0500
15415              From: "Craig A. Berry" <craigberry@mac.com>
15416              Message-Id: <5.1.0.14.0.20010816204836.01ab4e58@exchi01>
15417      Branch: perl
15418            ! configure.com numeric.c
15419 ____________________________________________________________________________
15420 [ 11699] By: jhi                                   on 2001/08/17  02:33:00
15421         Log: It seems that Tru64 has "naturally" threadsafe APIs only for
15422              of the usual suspects (like getpwent) but not for others
15423              (like localtime and rand).  The _r versions are available
15424              for all of them, so let's use them.
15425      Branch: perl
15426            ! perl.h
15427 ____________________________________________________________________________
15428 [ 11698] By: jhi                                   on 2001/08/17  01:53:02
15429         Log: (Accidental apply; thankfully empty.)
15430      Branch: perl
15431            ! hints/os390.sh
15432 ____________________________________________________________________________
15433 [ 11697] By: jhi                                   on 2001/08/17  01:50:55
15434         Log: Subject: Re: [ID 20010803.016] Possible regex bug in 5.6.1 
15435              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
15436              Date: Thu, 16 Aug 2001 16:27:49 +0100
15437              Message-Id: <200108161527.f7GFRnH09419@crypt.compulink.co.uk>
15438      Branch: perl
15439            ! regexec.c t/op/re_tests
15440 ____________________________________________________________________________
15441 [ 11696] By: jhi                                   on 2001/08/17  01:50:01
15442         Log: Subject: Re: [ID 20010814.004] pos() doesn't work when using =~m// in list context 
15443              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
15444              Date: Thu, 16 Aug 2001 18:50:01 +0100
15445              Message-Id: <200108161750.f7GHo1l22207@crypt.compulink.co.uk>
15446      Branch: perl
15447            ! pp_hot.c t/op/pat.t
15448 ____________________________________________________________________________
15449 [ 11695] By: jhi                                   on 2001/08/17  01:49:12
15450         Log: Subject: [PATCH] *time_r again
15451              From: "Arthur Bergman" <arthur@contiller.se>
15452              Date: Thu, 16 Aug 2001 16:01:54 +0200
15453              Message-ID: <00ca01c1265c$0175f940$21000a0a@vogw2kdev>
15454      Branch: perl
15455            ! op.h
15456 ____________________________________________________________________________
15457 [ 11694] By: jhi                                   on 2001/08/17  01:47:53
15458         Log: system() and backtick error handling cleanup from Craig A. Berry.
15459      Branch: perl
15460            ! vms/vms.c
15461 ____________________________________________________________________________
15462 [ 11693] By: gsar                                  on 2001/08/17  01:07:21
15463         Log: change#10334 leaks memory, copies string when it doesn't
15464              need to
15465      Branch: perl
15466            ! perl.c
15467 ____________________________________________________________________________
15468 [ 11692] By: jhi                                   on 2001/08/16  12:22:29
15469         Log: One more twist to the sprintf + utf8 testing.
15470      Branch: perl
15471            ! t/op/misc.t
15472 ____________________________________________________________________________
15473 [ 11691] By: jhi                                   on 2001/08/16  11:46:02
15474         Log: Fix for 20010407.008 sprintf removes utf8-ness.
15475      Branch: perl
15476            ! pp.c t/op/misc.t
15477 ____________________________________________________________________________
15478 [ 11690] By: jhi                                   on 2001/08/16  11:31:00
15479         Log: Subject: [PATCH] *time_r fixes
15480              From: "Arthur Bergman" <arthur@contiller.se>
15481              Message-ID: <00b901c1264e$1cbe6970$21000a0a@vogw2kdev>
15482              Date: Thu, 16 Aug 2001 14:22:27 +0200
15483      Branch: perl
15484            ! op.h
15485 ____________________________________________________________________________
15486 [ 11689] By: jhi                                   on 2001/08/16  11:29:30
15487         Log: Upgrade to CGI.pm 2.77.
15488      Branch: perl
15489            ! lib/CGI.pm lib/CGI/Fast.pm lib/CGI/Util.pm lib/CGI/t/form.t
15490            ! lib/CGI/t/function.t
15491 ____________________________________________________________________________
15492 [ 11688] By: jhi                                   on 2001/08/16  01:07:21
15493         Log: Document the bytes-to-Unicode upgrading.
15494      Branch: perl
15495            ! pod/perlunicode.pod
15496 ____________________________________________________________________________
15497 [ 11687] By: jhi                                   on 2001/08/16  00:29:29
15498         Log: Add a test for Unicode sprintf.
15499      Branch: perl
15500            ! t/op/misc.t
15501 ____________________________________________________________________________
15502 [ 11686] By: jhi                                   on 2001/08/16  00:20:40
15503         Log: Add Unicode tests for index/rindex.
15504      Branch: perl
15505            ! t/op/index.t
15506 ____________________________________________________________________________
15507 [ 11685] By: jhi                                   on 2001/08/15  22:51:53
15508         Log: Document a bit the art of minimizing the installation,
15509              based on the p5p discussion.
15510      Branch: perl
15511            ! INSTALL
15512 ____________________________________________________________________________
15513 [ 11684] By: nick                                  on 2001/08/15  15:03:31
15514         Log: Integrate mainline
15515      Branch: perlio
15516           +> sharedsv.c sharedsv.h
15517           !> (integrate 53 files)
15518 ____________________________________________________________________________
15519 [ 11683] By: jhi                                   on 2001/08/15  13:49:07
15520         Log: Update Changes.
15521      Branch: perl
15522            ! Changes patchlevel.h
15523 ____________________________________________________________________________
15524 [ 11682] By: jhi                                   on 2001/08/15  13:26:00
15525         Log: The #11673 necessitated a test tweak.
15526      Branch: perl
15527            ! t/io/utf8.t
15528 ____________________________________________________________________________
15529 [ 11681] By: jhi                                   on 2001/08/15  13:12:50
15530         Log: Also UNICOS is in the general case unable to silently
15531              handle fp overflows.
15532      Branch: perl
15533            ! numeric.c
15534 ____________________________________________________________________________
15535 [ 11680] By: jhi                                   on 2001/08/15  13:05:15
15536         Log: Try to get NV_MIN, NV_MAX, NV_MIN_10_EXP, NV_MAX_10_EXP,
15537              NV_EPSILON #defined.
15538      Branch: perl
15539            ! perl.h
15540 ____________________________________________________________________________
15541 [ 11679] By: jhi                                   on 2001/08/15  12:48:32
15542         Log: Re-establish the fp overflow detection for VAX VMS; there
15543              is no easy way to have the IEEE fp silent overflow semantics.
15544              (in Alpha VMS we still will use IEEE fp by default-- but it
15545              is still possible to configure Perl to use G_FLOAT)
15546      Branch: perl
15547            ! numeric.c
15548 ____________________________________________________________________________
15549 [ 11678] By: jhi                                   on 2001/08/15  12:27:41
15550         Log: Subject: [PATCH] pp_lock 
15551              From: "Arthur Bergman" <arthur@contiller.se>
15552              Date: Wed, 15 Aug 2001 11:52:16 +0200
15553              Message-ID: <008401c1256f$f75a91b0$21000a0a@vogw2kdev>
15554      Branch: perl
15555            ! pp.c
15556 ____________________________________________________________________________
15557 [ 11677] By: jhi                                   on 2001/08/15  12:26:44
15558         Log: Subject: Re: [ID 20010809.023] perlre misleads when stating that (?i) should be at front of pattern 
15559              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
15560              Date: Wed, 15 Aug 2001 11:32:11 +0100
15561              Message-Id: <200108151032.f7FAWBI30961@crypt.compulink.co.uk>
15562      Branch: perl
15563            ! regcomp.c t/op/re_tests
15564 ____________________________________________________________________________
15565 [ 11676] By: jhi                                   on 2001/08/15  12:25:29
15566         Log: Subject: Re: [ID 20010811.006] re_eval: logical leaks 
15567              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
15568              Date: Wed, 15 Aug 2001 10:33:49 +0100
15569              Message-Id: <200108150933.f7F9Xnr11222@crypt.compulink.co.uk>
15570      Branch: perl
15571            ! regexec.c t/op/re_tests
15572 ____________________________________________________________________________
15573 [ 11675] By: jhi                                   on 2001/08/15  03:28:20
15574         Log: Subject: Re: bug in File::Spec 0.82 (canonpath)
15575              From: Barrie Slaymaker <barries@slaysys.com>
15576              Date: Tue, 14 Aug 2001 14:32:25 -0400
15577              Message-ID: <20010814143225.A19822@jester.slaysys.com>
15578      Branch: perl
15579            ! lib/File/Spec.t lib/File/Spec/Unix.pm
15580 ____________________________________________________________________________
15581 [ 11674] By: jhi                                   on 2001/08/15  03:25:32
15582         Log: Subject: [PATCH: perl@11626] modify VMS default prefix for installation
15583              From: Peter Prymmer <pvhp@forte.com>
15584              Date: Tue, 14 Aug 2001 13:33:32 -0700 (PDT)
15585              Message-ID: <Pine.OSF.4.10.10108141327590.192110-100000@aspara.forte.com>
15586      Branch: perl
15587            ! README.vms configure.com
15588 ____________________________________________________________________________
15589 [ 11673] By: jhi                                   on 2001/08/15  03:16:14
15590         Log: Subject: [PATCH perl@11660] Warning incorrectly reported without -w
15591              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15592              Date: Tue, 14 Aug 2001 21:23:27 +0200
15593              Message-ID: <20010814212327.A1919@rafael>
15594      Branch: perl
15595            ! doio.c
15596 ____________________________________________________________________________
15597 [ 11672] By: jhi                                   on 2001/08/15  03:15:25
15598         Log: Subject: [PATCH bleadperl] fixing SDBM_File problems under win32
15599              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
15600              Date: Tue, 14 Aug 2001 22:30:11 +0200
15601              Message-ID: <4224685483.20010814223011@tesla.rcub.bg.ac.yu>
15602              
15603              Combination of nmake, quoting, and Perl expanded $( in here-doc.
15604      Branch: perl
15605            ! ext/SDBM_File/Makefile.PL
15606 ____________________________________________________________________________
15607 [ 11671] By: jhi                                   on 2001/08/14  13:44:40
15608         Log: Todo updates.
15609      Branch: perl
15610            ! pod/perltodo.pod
15611 ____________________________________________________________________________
15612 [ 11670] By: jhi                                   on 2001/08/14  13:10:36
15613         Log: Subject: [PATCH bleadperl CORE] removing sv.c warnings on VC++5.0
15614              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
15615              Date: Mon, 13 Aug 2001 23:15:01 +0200
15616              Message-ID: <6114148607.20010813231501@tesla.rcub.bg.ac.yu>
15617      Branch: perl
15618            ! sv.c
15619 ____________________________________________________________________________
15620 [ 11669] By: jhi                                   on 2001/08/14  13:07:09
15621         Log: Subject: [PATCH] [b-]showlex.t
15622              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
15623              Date: Sun, 12 Aug 2001 22:24:51 +0200
15624              Message-ID: <6510457078.20010812222451@tesla.rcub.bg.ac.yu>
15625              
15626              The 4nt command shell will expand the % in command line
15627              no matter what quoting is attempted, changed the % to @.
15628      Branch: perl
15629            ! ext/B/Showlex.t
15630 ____________________________________________________________________________
15631 [ 11668] By: jhi                                   on 2001/08/14  13:01:02
15632         Log: Subject: [PATCH] magic.t
15633              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
15634              Date: Sun, 12 Aug 2001 20:49:27 +0200
15635              Message-ID: <844732764.20010812204927@tesla.rcub.bg.ac.yu>
15636      Branch: perl
15637            ! t/op/magic.t
15638 ____________________________________________________________________________
15639 [ 11667] By: jhi                                   on 2001/08/14  12:35:17
15640         Log: Add sharedsv* to the DOSish platforms; plus add
15641              some WinCE files to the list of DOSish files.
15642      Branch: perl
15643            ! NetWare/Makefile Porting/makerel win32/Makefile
15644            ! win32/makefile.mk wince/Makefile.ce
15645 ____________________________________________________________________________
15646 [ 11666] By: jhi                                   on 2001/08/14  12:29:57
15647         Log: More DOSish files.
15648      Branch: perl
15649            ! Porting/makerel
15650 ____________________________________________________________________________
15651 [ 11665] By: jhi                                   on 2001/08/14  12:27:58
15652         Log: Strip CRs from the WinCE files.  Now we need to
15653              figure out in which CRs are really needed: probably
15654              Makefile.ce and the README files, at least, probably
15655              also the registry.bat.
15656      Branch: perl
15657            ! wince/Makefile.ce wince/README.compile wince/README.perlce
15658            ! wince/config.h wince/include/cectype.h wince/include/errno.h
15659            ! wince/include/sys/stat.h wince/include/sys/types.h
15660            ! wince/include/sys/utime.h wince/include/time.h wince/perl.rc
15661            ! wince/perldll.def wince/registry.bat wince/wince.h
15662            ! wince/xbuildall.ksh wince/xdistclean.ksh wince/xmakediffs.ksh
15663 ____________________________________________________________________________
15664 [ 11664] By: jhi                                   on 2001/08/14  12:05:09
15665         Log: Add some files to DOSish and writables.
15666      Branch: perl
15667            ! Porting/makerel
15668 ____________________________________________________________________________
15669 [ 11663] By: jhi                                   on 2001/08/14  03:08:07
15670         Log: Compile failure message tidying.
15671      Branch: perl
15672            ! t/lib/1_compile.t
15673 ____________________________________________________________________________
15674 [ 11662] By: jhi                                   on 2001/08/14  01:41:22
15675         Log: The new sharedsv* should be exported only if usethreads.
15676      Branch: perl
15677            ! makedef.pl
15678 ____________________________________________________________________________
15679 [ 11661] By: jhi                                   on 2001/08/14  00:25:30
15680         Log: Subject: [PATCH: perl@11626] URL updates for README.os390
15681              From: Peter Prymmer <pvhp@forte.com>
15682              Date: Mon, 13 Aug 2001 15:21:06 -0700 (PDT)
15683              Message-ID: <Pine.OSF.4.10.10108131517570.151295-100000@aspara.forte.com>
15684      Branch: perl
15685            ! README.os390
15686 ____________________________________________________________________________
15687 [ 11660] By: jhi                                   on 2001/08/13  12:54:54
15688         Log: Update Changes.
15689      Branch: perl
15690            ! Changes patchlevel.h
15691 ____________________________________________________________________________
15692 [ 11659] By: jhi                                   on 2001/08/13  12:45:21
15693         Log: Subject: [PATHC] sharedsv.[c|h]
15694              From: "Artur Bergman" <artur@contiller.se>
15695              Date: Mon, 13 Aug 2001 14:38:41 +0200
15696              Message-ID: <005401c123f4$e1f53360$21000a0a@vogw2kdev>  
15697              
15698              Subject: [PATCH] embed.pl
15699              From: Arthur Bergman <arthur@contiller.se>
15700              Date: Mon, 13 Aug 2001 14:38:14 +0200
15701              Message-ID: <B79D96D6.3088%arthur@contiller.se>
15702              
15703              Subject: [PATCH] sharedsv cleanups
15704              From: "Arthur Bergman" <arthur@contiller.se>
15705              Date: Mon, 13 Aug 2001 15:14:25 +0200
15706              Message-ID: <005a01c123f9$dfe525d0$21000a0a@vogw2kdev>  
15707              
15708              Plus few tweaks: _init needs to be Adp, the prototypes
15709              should not be revealed unless using ithreads, #endif FOO
15710              must be #endif /* FOO */, adding (parentheses) around
15711              do { } while doesn't work too well.
15712      Branch: perl
15713            + sharedsv.c sharedsv.h
15714            ! MANIFEST Makefile.SH embed.h embed.pl global.sym objXSUB.h
15715            ! perl.h perlapi.c pod/perlapi.pod proto.h
15716 ____________________________________________________________________________
15717 [ 11658] By: jhi                                   on 2001/08/13  12:00:08
15718         Log: Subject: Re: END {} blocks run in perl_run
15719              From: Arthur Bergman <arthur@contiller.se>
15720              Date: Mon, 13 Aug 2001 11:11:30 +0200
15721              Message-ID: <B79D6661.3068%arthur@contiller.se>
15722      Branch: perl
15723            ! perl.c
15724 ____________________________________________________________________________
15725 [ 11657] By: nick                                  on 2001/08/13  09:03:02
15726         Log: Integrate mainline
15727      Branch: perlio
15728           +> (branch 326 files)
15729            - (delete 330 files)
15730           !> (integrate 85 files)
15731 ____________________________________________________________________________
15732 [ 11656] By: jhi                                   on 2001/08/12  23:24:18
15733         Log: If you want you can now add -DUSE_UTF8_SCRIPTS to your cflags
15734              and the Perl will be built to do that by default (adding that
15735              will break scripts having non-UTF-8 binary data, such as Latin-1.)
15736      Branch: perl
15737            ! op.c toke.c utf8.h
15738 ____________________________________________________________________________
15739 [ 11655] By: jhi                                   on 2001/08/12  23:05:14
15740         Log: Unnecessary downgrades.
15741      Branch: perl
15742            ! doop.c
15743 ____________________________________________________________________________
15744 [ 11654] By: jhi                                   on 2001/08/12  22:56:47
15745         Log: Failure not true anymore (probably caused by my broken setup).
15746      Branch: perl
15747            ! t/op/pat.t
15748 ____________________________________________________________________________
15749 [ 11653] By: jhi                                   on 2001/08/12  22:46:12
15750         Log: Not quite so relicy as thought in #11651 (op/concat #4 and #5
15751              stopped working).
15752      Branch: perl
15753            ! op.h pp_ctl.c regcomp.c
15754 ____________________________________________________________________________
15755 [ 11652] By: jhi                                   on 2001/08/12  22:30:04
15756         Log: There is no IN_UTF8.
15757      Branch: perl
15758            ! utf8.h
15759 ____________________________________________________________________________
15760 [ 11651] By: jhi                                   on 2001/08/12  21:08:06
15761         Log: More (less) regex/utf8 relics.  (Toned down later in #11653.)
15762      Branch: perl
15763            ! op.c op.h pp_ctl.c regcomp.c
15764 ____________________________________________________________________________
15765 [ 11650] By: jhi                                   on 2001/08/12  20:17:32
15766         Log: Relic in op.c (no regex feature should depend on the utf8 pragma),
15767              and a test tweak.
15768      Branch: perl
15769            ! op.c t/pod/find.t
15770 ____________________________________________________________________________
15771 [ 11649] By: jhi                                   on 2001/08/12  18:45:52
15772         Log: Todo updates and fixes.
15773      Branch: perl
15774            ! pod/perltodo.pod
15775 ____________________________________________________________________________
15776 [ 11648] By: jhi                                   on 2001/08/12  18:43:50
15777         Log: Mark tests (and one module) having explicit Latin-1
15778              (and one file having explicit UTF-8) with an explicit
15779              'no utf8' (and one explicit 'use utf8').
15780              
15781              NOTE: t/op/pat.t #64 fails mysteriously under 'use utf8'.
15782      Branch: perl
15783            ! lib/CGI/t/html.t lib/Locale/Codes/t/languages.t
15784            ! lib/Locale/Language.pm lib/charnames.t lib/locale.t
15785            ! t/lib/locale/latin1 t/lib/locale/utf8 t/op/pat.t
15786 ____________________________________________________________________________
15787 [ 11647] By: jhi                                   on 2001/08/12  17:10:22
15788         Log: Subject: SV: END {} blocks run in perl_run
15789              From: "Arthur Bergman" <arthur@contiller.se>
15790              Date: Sun, 12 Aug 2001 00:34:28 +0200 
15791              Message-ID: <03fd01c122b5$c803c600$052aa8c0@foo>
15792      Branch: perl
15793            ! miniperlmain.c perl.c
15794 ____________________________________________________________________________
15795 [ 11646] By: jhi                                   on 2001/08/12  16:59:00
15796         Log: Typos in #11645.
15797      Branch: perl
15798            ! perl.h
15799 ____________________________________________________________________________
15800 [ 11645] By: jhi                                   on 2001/08/12  16:55:31
15801         Log: On ithreads default to use_reentrant except on naturally
15802              threadsafe platforms.
15803      Branch: perl
15804            ! perl.h
15805 ____________________________________________________________________________
15806 [ 11644] By: jhi                                   on 2001/08/12  15:45:43
15807         Log: (Hopefully) a fix for 20010723.004: make install needs
15808              write permission in build directory.  The problem was
15809              probably caused by overeager sprinkling of the lib/re.pm
15810              dependencies (which was done to guarantee lib/re.pm being
15811              uptodate for parallel makes: now solved by funneling that
15812              through an explicit recursive make in the preplibrary target).
15813      Branch: perl
15814            ! Makefile.SH
15815 ____________________________________________________________________________
15816 [ 11643] By: jhi                                   on 2001/08/12  14:16:44
15817         Log: Dispell the "use utf8" superstition.
15818      Branch: perl
15819            ! lib/utf8.pm pod/perlfunc.pod pod/perlretut.pod pod/perltoc.pod
15820            ! pod/perlunicode.pod
15821 ____________________________________________________________________________
15822 [ 11642] By: jhi                                   on 2001/08/12  13:56:42
15823         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
15824              From: "Abigail" <abigail@foad.org> 
15825              Date: Sat, 11 Aug 2001 23:49:49 +0200
15826              Message-ID: <20010811214950.23255.qmail@foad.org>
15827      Branch: perl
15828            ! t/op/taint.t
15829 ____________________________________________________________________________
15830 [ 11641] By: jhi                                   on 2001/08/12  13:56:18
15831         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
15832              From: Abhijit Menon-Sen <ams@wiw.org>
15833              Date: Sat, 11 Aug 2001 06:18:19 +0530
15834              Message-ID: <20010811061819.P526@lustre.dyn.wiw.org>
15835      Branch: perl
15836            ! mg.c
15837 ____________________________________________________________________________
15838 [ 11640] By: jhi                                   on 2001/08/12  13:45:58
15839         Log: Test for change #11639.
15840      Branch: perl
15841            ! t/op/tiehandle.t
15842 ____________________________________________________________________________
15843 [ 11639] By: jhi                                   on 2001/08/12  13:42:03
15844         Log: Subject: Re: Can't localize *FH, then tie it
15845              From: Abhijit Menon-Sen <ams@wiw.org>
15846              Date: Sun, 12 Aug 2001 16:08:06 +0530
15847              Message-ID: <20010812160806.A28712@lustre.dyn.wiw.org>
15848      Branch: perl
15849            ! pp_hot.c pp_sys.c
15850 ____________________________________________________________________________
15851 [ 11638] By: jhi                                   on 2001/08/12  03:30:07
15852         Log: Drop all the unnecessary "use utf8" clauses and some of
15853              the unnecessary "use bytes" ones.
15854              
15855              TODO: scour the documentation for unnecessary "use utf8"
15856              and prominently display it in perldelta when the time comes.
15857              ("use utf8" should be necessary ONLY if one wants the script
15858              to be in UTF-8.)  Also should be checked in some non-ASCII
15859              non-Latin-1 platform, like EBCDIC.
15860      Branch: perl
15861            ! t/comp/require.t t/io/utf8.t t/op/concat.t t/op/each.t
15862            ! t/op/pat.t t/op/regmesg.t t/op/sprintf.t t/op/tr.t
15863 ____________________________________________________________________________
15864 [ 11637] By: jhi                                   on 2001/08/11  17:55:36
15865         Log: Add t/op/lc.t to see if lc, uc, lcfirst, ucfirst, quotemeta work.
15866              Smoked out bugs (well, the same bug twice) from ucfirst and lcfirst
15867              in Unicode handling.
15868      Branch: perl
15869            + t/op/lc.t
15870            ! MANIFEST pp.c t/op/misc.t t/op/readdir.t
15871 ____________________________________________________________________________
15872 [ 11636] By: jhi                                   on 2001/08/11  17:14:06
15873         Log: Thinko: we want the flags for native cc, not gcc.
15874      Branch: perl
15875            ! hints/dec_osf.sh
15876 ____________________________________________________________________________
15877 [ 11635] By: jhi                                   on 2001/08/11  15:14:48
15878         Log: (retracted by 13077)
15879              Subject: [PATCH] Re: [ID 20010809.028] x operator not copying elements in 'for' list?
15880              From: Robin Houston <robin@kitsite.com>
15881              Date: Fri, 10 Aug 2001 14:42:02 +0100
15882              Message-ID: <20010810144202.A32754@puffinry.freeserve.co.uk>
15883      Branch: perl
15884            ! pp.c
15885 ____________________________________________________________________________
15886 [ 11634] By: jhi                                   on 2001/08/11  14:59:22
15887         Log: Subject: [PATCH] turn $a.=<F> into an RCATLINE
15888              From: Abhijit Menon-Sen <ams@wiw.org>
15889              Date: Sat, 11 Aug 2001 16:31:04 +0530
15890              Message-ID: <20010811163104.Q526@lustre.dyn.wiw.org>
15891      Branch: perl
15892            ! op.c
15893 ____________________________________________________________________________
15894 [ 11633] By: jhi                                   on 2001/08/11  14:58:07
15895         Log: Get rid of indread, from Abhijit Menon-Sen.
15896      Branch: perl
15897            ! pp_sys.c
15898 ____________________________________________________________________________
15899 [ 11632] By: jhi                                   on 2001/08/10  23:39:04
15900         Log: CRLFgngngn.
15901      Branch: perl
15902            ! win32/Makefile win32/makefile.mk
15903 ____________________________________________________________________________
15904 [ 11631] By: jhi                                   on 2001/08/10  23:37:43
15905         Log: Decommission Time::Piece; unnecessary Yet Another Time-Date Module.
15906      Branch: perl
15907            - ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
15908            - ext/Time/Piece/Piece.t ext/Time/Piece/Piece.xs
15909            - ext/Time/Piece/README ext/Time/Piece/Seconds.pm
15910            ! MANIFEST Porting/config.sh djgpp/config.over epoc/config.sh
15911            ! ext/POSIX/POSIX.pod hints/vmesa.sh pod/perlfaq4.pod
15912            ! pod/perllocale.pod pod/perltoc.pod t/lib/1_compile.t
15913            ! win32/Makefile win32/makefile.mk
15914 ____________________________________________________________________________
15915 [ 11630] By: jhi                                   on 2001/08/10  13:53:15
15916         Log: Avoid #elif (less portable than #else #if).
15917      Branch: perl
15918            ! handy.h
15919 ____________________________________________________________________________
15920 [ 11629] By: jhi                                   on 2001/08/10  13:49:53
15921         Log: Subject: patch for perlvar.pod
15922              From: mah@everybody.org (Mark A. Hershberger)
15923              Date: 08 Aug 2001 17:03:16 -0500
15924              Message-ID: <87g0b2w6or.fsf@mah.mcdermott.com>
15925      Branch: perl
15926            ! pod/perlvar.pod
15927 ____________________________________________________________________________
15928 [ 11628] By: jhi                                   on 2001/08/10  13:45:48
15929         Log: cpp commands must start (the # must be) at the column #0.
15930      Branch: perl
15931            ! op.c
15932 ____________________________________________________________________________
15933 [ 11627] By: jhi                                   on 2001/08/10  13:41:07
15934         Log: If using gcc -B/foo/bar makedepend would give
15935              unnecessary warnings about unused -B/foo/bar.
15936      Branch: perl
15937            ! makedepend.SH
15938 ____________________________________________________________________________
15939 [ 11626] By: jhi                                   on 2001/08/09  14:56:29
15940         Log: Update Changes.
15941      Branch: perl
15942            ! Changes patchlevel.h
15943 ____________________________________________________________________________
15944 [ 11625] By: jhi                                   on 2001/08/09  14:54:05
15945         Log: s/z/tz/
15946      Branch: perl
15947            ! pod/perlfaq2.pod
15948 ____________________________________________________________________________
15949 [ 11624] By: jhi                                   on 2001/08/09  14:52:52
15950         Log: Article nit.
15951      Branch: perl
15952            ! pod/perlfaq2.pod
15953 ____________________________________________________________________________
15954 [ 11623] By: jhi                                   on 2001/08/09  14:49:00
15955         Log: Rename lib/unicode files to lib/unicore to avoid
15956              conflicts between core lib/unicode and Unicode::
15957              files in case-ignoring filesystems.
15958      Branch: perl
15959            + (add 325 files)
15960            - (delete 324 files)
15961            ! MANIFEST lib/charnames.pm lib/utf8_heavy.pl pod/perlretut.pod
15962 ____________________________________________________________________________
15963 [ 11622] By: jhi                                   on 2001/08/09  13:33:47
15964         Log: Upgrade to Math::BigInt 1.41.
15965      Branch: perl
15966            ! lib/Math/BigInt.pm lib/Math/BigInt/t/bigintpm.t
15967 ____________________________________________________________________________
15968 [ 11621] By: jhi                                   on 2001/08/09  13:31:20
15969         Log: Subject: [PATCH] remove PL_na from typemap
15970              From: James <james@rf.net>
15971              Date: Mon, 06 Aug 2001 20:23:15 -0700
15972              Message-ID: <3B6F5F23.A31A81B1@rf.net>
15973              
15974              (had to be manually applied)
15975      Branch: perl
15976            ! lib/ExtUtils/typemap
15977 ____________________________________________________________________________
15978 [ 11620] By: jhi                                   on 2001/08/09  13:27:11
15979         Log: The metaconfig unit changes for #11618.
15980      Branch: metaconfig/U/perl
15981            + d_fpclassl.U i_fp.U
15982 ____________________________________________________________________________
15983 [ 11619] By: jhi                                   on 2001/08/09  13:25:21
15984         Log: Forgot this from #11618.
15985              
15986              NOTE: wince/config_H.ce needs updating.
15987      Branch: perl
15988            ! wince/config.ce
15989 ____________________________________________________________________________
15990 [ 11618] By: jhi                                   on 2001/08/09  13:21:51
15991         Log: Introduce more floating point classifying APIs;
15992              try to define (most importantly) Perl_is{inf,nan}(x).
15993              
15994              For this first cut, assume none such APIs exist in non-UNIXoid
15995              platforms-- this is of course too unkind: Win32 rumoredly has
15996              _fpclass() and _isnan(), and VMS/VOS very probably have some
15997              of the APIs available.     The only thing Perl uses at the moment
15998              is Perl_isnan() (has been in use for a while now).
15999              
16000              NOTE: the Win32 and NetWare config_h.?c need regenerating.
16001      Branch: perl
16002            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
16003            ! Porting/config_H config_h.SH configure.com epoc/config.sh
16004            ! hints/hpux.sh perl.h pod/perltoc.pod uconfig.h uconfig.sh
16005            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
16006            ! vos/config.ga.h win32/config.bc win32/config.gc
16007            ! win32/config.vc win32/config_H.bc win32/config_H.gc
16008            ! win32/config_H.vc wince/config.ce wince/config.h
16009 ____________________________________________________________________________
16010 [ 11617] By: jhi                                   on 2001/08/09  11:08:51
16011         Log: Integrate change #11519 from perlio:
16012              
16013              Avoid testing for (non-)existance of "encoding(xxxx)"
16014              layer is called "encoding" the (xxxx) is an argument.
16015      Branch: perl
16016           !> lib/open.pm
16017 ____________________________________________________________________________
16018 [ 11616] By: nick                                  on 2001/08/09  07:50:24
16019         Log: Integrate mainline
16020      Branch: perlio
16021           +> ext/PerlIO/t/via.t lib/Getopt/Long/CHANGES
16022           +> lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
16023           +> lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
16024           +> lib/Getopt/Long/t/gol-oo.t utils/perlivp.PL
16025            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
16026            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
16027           !> (integrate 79 files)
16028 ____________________________________________________________________________
16029 [ 11615] By: nick                                  on 2001/08/09  06:23:44
16030         Log: Avoid testing for (non-)existance of "encoding(xxxx)"
16031              layer is called "encoding" the (xxxx) is an argument.
16032      Branch: perlio
16033            ! lib/open.pm
16034 ____________________________________________________________________________
16035 [ 11614] By: jhi                                   on 2001/08/08  21:50:19
16036         Log: Subject: [PATCH bleadperl] Teach B::Concise about PADOP
16037              From: Paul Johnson <paul@pjcj.net>
16038              Date: Wed, 8 Aug 2001 23:54:17 +0200
16039              Message-ID: <20010808235417.O1006@pjcj.net>
16040      Branch: perl
16041            ! ext/B/B/Concise.pm
16042 ____________________________________________________________________________
16043 [ 11613] By: jhi                                   on 2001/08/08  13:22:13
16044         Log: Make VMS use IEEE math by default; reorder Tru64 hints
16045              so that -fprm d -ieee (the -ieee gives as e.g. IEEE 754
16046              exception semantics) is always set if using (the new) cc.
16047      Branch: perl
16048            ! configure.com hints/dec_osf.sh
16049 ____________________________________________________________________________
16050 [ 11612] By: jhi                                   on 2001/08/08  12:14:56
16051         Log: Subject: Re: [ID 20010806.008] tied hashes, invocation of FIRSTKEY
16052              From: Abhijit Menon-Sen <ams@wiw.org>
16053              Date: Tue, 7 Aug 2001 17:16:05 +0530
16054              Message-ID: <20010807171605.K526@lustre.dyn.wiw.org>
16055      Branch: perl
16056            ! pp_sys.c
16057 ____________________________________________________________________________
16058 [ 11611] By: jhi                                   on 2001/08/08  02:28:58
16059         Log: Subject: [PATCH perl@11597] fix t/run/exit.t for VMS
16060              From: "Craig A. Berry" <craigberry@mac.com>
16061              Date: Tue, 07 Aug 2001 22:27:47 -0500
16062              Message-Id: <5.1.0.14.0.20010806105326.02d22298@exchi01>
16063      Branch: perl
16064            ! t/run/exit.t
16065 ____________________________________________________________________________
16066 [ 11610] By: jhi                                   on 2001/08/08  00:12:00
16067         Log: Subject: [PATCH bleadperl] better VMS docs for $?, exit(), and system()
16068              From: "Craig A. Berry" <craigberry@mac.com>
16069              Date: Tue, 07 Aug 2001 20:01:53 -0500
16070              Message-Id: <5.1.0.14.0.20010807155648.01ba3c98@exchi01>
16071      Branch: perl
16072            ! pod/perlport.pod pod/perlvar.pod vms/perlvms.pod
16073 ____________________________________________________________________________
16074 [ 11609] By: jhi                                   on 2001/08/07  23:49:09
16075         Log: Update the magazine information.
16076      Branch: perl
16077            ! pod/perlfaq2.pod
16078 ____________________________________________________________________________
16079 [ 11608] By: jhi                                   on 2001/08/07  23:35:27
16080         Log: Ignore SIGFPE everywhere.
16081      Branch: perl
16082            ! hints/os390.sh hints/posix-bc.sh hints/uts.sh numeric.c perl.h
16083 ____________________________________________________________________________
16084 [ 11607] By: jhi                                   on 2001/08/07  23:07:04
16085         Log: With permission, change the licensing of the docs by
16086              TomC (and Gnat) to comply with the rest of Perl.
16087      Branch: perl
16088            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
16089            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
16090            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
16091            ! pod/perlfaq9.pod pod/perlopentut.pod pod/perltoot.pod
16092            ! pod/perltootc.pod
16093 ____________________________________________________________________________
16094 [ 11606] By: jhi                                   on 2001/08/07  22:50:04
16095         Log: Subject: [PATCH 5.6.x, 5.7.2] hints/openbsd.sh tweaks.
16096              From: Andy Dougherty <doughera@lafayette.edu>
16097              Date: Tue, 7 Aug 2001 15:49:33 -0400 (EDT)
16098              Message-ID: <Pine.SOL.4.10.10108071544040.2431-100000@maxwell.phys.lafayette.edu>
16099      Branch: perl
16100            ! hints/openbsd.sh
16101 ____________________________________________________________________________
16102 [ 11605] By: jhi                                   on 2001/08/07  22:49:18
16103         Log: Subject: [PATCH] Makefile.SH test_prep dependency
16104              From: Andy Dougherty <doughera@lafayette.edu>
16105              Date: Tue, 7 Aug 2001 15:44:01 -0400 (EDT)
16106              Message-ID: <Pine.SOL.4.10.10108071540190.2431-100000@maxwell.phys.lafayette.edu>
16107      Branch: perl
16108            ! Makefile.SH
16109 ____________________________________________________________________________
16110 [ 11604] By: jhi                                   on 2001/08/07  22:44:35
16111         Log: Don't autogenerate the headers et alia,
16112              make regen_headers explicitly.
16113      Branch: perl
16114            ! Makefile.SH
16115 ____________________________________________________________________________
16116 [ 11603] By: jhi                                   on 2001/08/07  22:33:48
16117         Log: Subject: Re: [ID 20010807.011] 5.6.1 coredumping on bleedperl embed.pl
16118              From: Gurusamy Sarathy <gsar@ActiveState.com> 
16119              Date: Tue, 07 Aug 2001 08:33:26 -0700
16120              Message-Id: <200108071533.f77FXQf01168@smtp3.ActiveState.com>
16121              
16122              Unnecessary dependency.
16123      Branch: perl
16124            ! embed.pl
16125 ____________________________________________________________________________
16126 [ 11602] By: jhi                                   on 2001/08/07  13:52:41
16127         Log: Subject: Re: [ID 20010806.006] Can't read coderef from tied variable
16128              From: Abhijit Menon-Sen <ams@wiw.org>
16129              Date: Tue, 7 Aug 2001 09:10:54 +0530
16130              Message-ID: <20010807091054.H526@lustre.dyn.wiw.org>
16131      Branch: perl
16132            ! pp_hot.c
16133 ____________________________________________________________________________
16134 [ 11601] By: jhi                                   on 2001/08/07  13:46:33
16135         Log: Subject: [PATCH perl@11597] B && BEGIN handling
16136              From: "James A. Duncan" <jduncan@fotango.com>
16137              Date: Mon, 6 Aug 2001 17:29:11 +0100
16138              Message-ID: <20010806172911.A2071@fotango.com>
16139              
16140              (the intrpvar.h addition moved to the end for bincompat)
16141      Branch: perl
16142            ! embedvar.h ext/B/B.xs intrpvar.h perl.c perlapi.h
16143 ____________________________________________________________________________
16144 [ 11600] By: jhi                                   on 2001/08/07  11:53:48
16145         Log: Integrate change #11598 from maintperl (fcrypt.c URL updates)
16146      Branch: perl
16147           !> README.win32
16148 ____________________________________________________________________________
16149 [ 11599] By: gsar                                  on 2001/08/07  06:31:39
16150         Log: fix URLs for fcrypt.c
16151      Branch: maint-5.6/perl
16152            ! README.win32
16153 ____________________________________________________________________________
16154 [ 11598] By: jhi                                   on 2001/08/06  15:02:48
16155         Log: Yet another way to say Infinity: HP-UX calls its "++".
16156      Branch: perl
16157            ! lib/Math/BigInt/t/bigintpm.t
16158 ____________________________________________________________________________
16159 [ 11597] By: jhi                                   on 2001/08/06  13:40:01
16160         Log: Update Changes.
16161      Branch: perl
16162            ! Changes patchlevel.h
16163 ____________________________________________________________________________
16164 [ 11596] By: jhi                                   on 2001/08/06  13:24:28
16165         Log: Advertise File::Temp, don't advertise POSIX::tmpnam().
16166      Branch: perl
16167            ! pod/perlfaq5.pod
16168 ____________________________________________________________________________
16169 [ 11595] By: jhi                                   on 2001/08/06  12:51:38
16170         Log: The #11593 wasn't right.
16171      Branch: perl
16172            ! lib/Math/BigInt/t/bigintpm.t
16173 ____________________________________________________________________________
16174 [ 11594] By: jhi                                   on 2001/08/06  12:34:15
16175         Log: Subject: [PATCH: perl@11564] introducing perlivp
16176              From: Prymmer/Kahn <pvhp@best.com>
16177              Date: Sun, 5 Aug 2001 22:00:14 -0700 (PDT)
16178              Message-ID: <Pine.BSF.4.21.0108052155110.7110-100000@shell8.ba.best.com>
16179              
16180              Subject: Re: [PATCH: perl@11564] introducing perlivp
16181              From: Prymmer/Kahn <pvhp@best.com>
16182              Date: Sun, 5 Aug 2001 22:32:59 -0700 (PDT)
16183              Message-ID: <Pine.BSF.4.21.0108052229470.9059-100000@shell8.ba.best.com>
16184      Branch: perl
16185            + utils/perlivp.PL
16186            ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
16187            ! win32/Makefile win32/makefile.mk
16188 ____________________________________________________________________________
16189 [ 11593] By: jhi                                   on 2001/08/05  23:10:52
16190         Log: libcs are confused what to call Infinity.
16191      Branch: perl
16192            ! lib/Math/BigInt/t/bigintpm.t
16193 ____________________________________________________________________________
16194 [ 11592] By: jhi                                   on 2001/08/05  23:07:50
16195         Log: Avoid SIGFPE in Tru64.
16196      Branch: perl
16197            ! numeric.c
16198 ____________________________________________________________________________
16199 [ 11591] By: jhi                                   on 2001/08/05  22:46:10
16200         Log: Upgrade to Math::BigInt 1.40.
16201              
16202              NOTE: this patch necessitates doing something about
16203              infinity handling since the new bigintpm.t tests use
16204              infinity, which causes SIGFPEs at least in Tru64.
16205      Branch: perl
16206            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
16207            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
16208            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
16209            ! lib/Math/BigInt/t/mbimbf.t
16210 ____________________________________________________________________________
16211 [ 11590] By: gsar                                  on 2001/08/05  21:57:43
16212         Log: remove hardcoded cmd shell in testsuite
16213      Branch: perl
16214            ! t/op/glob.t t/op/magic.t t/op/stat.t
16215 ____________________________________________________________________________
16216 [ 11589] By: gsar                                  on 2001/08/05  21:35:50
16217         Log: 4-arg select() was busted on windows because change#8178 didn't
16218              make it into mainline
16219      Branch: perl
16220            ! perl.h win32/include/sys/socket.h
16221 ____________________________________________________________________________
16222 [ 11588] By: jhi                                   on 2001/08/05  19:40:31
16223         Log: Rename the Getopt::Long tests to be as they are
16224              in the Getopt::Long official distribution.
16225      Branch: perl
16226            + lib/Getopt/Long/t/gol-basic.t lib/Getopt/Long/t/gol-compat.t
16227            + lib/Getopt/Long/t/gol-linkage.t lib/Getopt/Long/t/gol-oo.t
16228            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
16229            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
16230            ! MANIFEST
16231 ____________________________________________________________________________
16232 [ 11587] By: jhi                                   on 2001/08/05  19:38:07
16233         Log: Upgrade to Getopt::Long 2.26.
16234      Branch: perl
16235            + lib/Getopt/Long/CHANGES lib/Getopt/Long/README
16236            ! MANIFEST lib/Getopt/Long.pm
16237 ____________________________________________________________________________
16238 [ 11586] By: jhi                                   on 2001/08/05  19:26:50
16239         Log: Retract #10874 (the hack should be unnecessary by now)
16240      Branch: perl
16241            ! lib/Test/Harness.pm
16242 ____________________________________________________________________________
16243 [ 11585] By: gsar                                  on 2001/08/05  16:45:54
16244         Log: avoid temp file littering in tests
16245      Branch: perl
16246            ! ext/PerlIO/t/encoding.t lib/Memoize/t/errors.t
16247 ____________________________________________________________________________
16248 [ 11584] By: jhi                                   on 2001/08/05  16:42:50
16249         Log: Subject: warning in sv.c: double format, NV arg
16250              From: "Philip Newton" <Philip.Newton@gmx.net>
16251              Date: Sun, 5 Aug 2001 19:41:07 +0200
16252              Message-Id: <200108051735.f75HZ1L18235@chaos.wustl.edu>
16253      Branch: perl
16254            ! sv.c
16255 ____________________________________________________________________________
16256 [ 11583] By: gsar                                  on 2001/08/05  16:28:22
16257         Log: fix POSIX.t#13 for windos
16258      Branch: perl
16259            ! ext/POSIX/POSIX.t
16260 ____________________________________________________________________________
16261 [ 11582] By: jhi                                   on 2001/08/05  16:10:59
16262         Log: Add a test for PerlIO::Via.
16263      Branch: perl
16264            + ext/PerlIO/t/via.t
16265            ! MANIFEST ext/PerlIO/Via/Via.pm
16266 ____________________________________________________________________________
16267 [ 11581] By: gsar                                  on 2001/08/05  15:00:26
16268         Log: flock() and link() are not available on Windows 9x
16269      Branch: perl
16270            ! win32/config_sh.PL
16271 ____________________________________________________________________________
16272 [ 11580] By: jhi                                   on 2001/08/05  13:56:46
16273         Log: Some Tru64 C compilers have C++ components that confuse
16274              the ccversion parsing.
16275      Branch: perl
16276            ! hints/dec_osf.sh
16277 ____________________________________________________________________________
16278 [ 11579] By: jhi                                   on 2001/08/05  13:31:07
16279         Log: (Reintroduce #11125)
16280              
16281              Subject: MakeMaker should pass through DEFINE and INC to subdirs 
16282              From: Alan Burlison <Alan.Burlison@sun.com> 
16283              Date: Tue, 03 Jul 2001 15:20:13 +0100   
16284              Message-ID: <3B41D49D.A923D4F9@sun.com> 
16285      Branch: perl
16286            ! lib/ExtUtils/MM_Unix.pm
16287 ____________________________________________________________________________
16288 [ 11578] By: jhi                                   on 2001/08/05  03:17:20
16289         Log: Little pointer juggling for HP-UX cc to avoid
16290              "warning 524: Cast (non-lvalue) appears on left-hand side of assignment."
16291              followed by
16292              "error 1549: Modifiable lvalue required for assignment operator."
16293      Branch: perl
16294            ! hv.c
16295 ____________________________________________________________________________
16296 [ 11577] By: jhi                                   on 2001/08/04  18:09:38
16297         Log: Continuation of #11575: SANY_SEEN completely deprecated,
16298              plus more tests that unearthed a bug in @a = ($utf8 =~ /\C/g),
16299              plus a fix for the bug.
16300      Branch: perl
16301            ! pp_hot.c regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
16302 ____________________________________________________________________________
16303 [ 11576] By: jhi                                   on 2001/08/04  17:31:06
16304         Log: Subject: Re: [patch] rid "Scalars leaked" from perl_clone
16305              From: Doug MacEachern <dougm@covalent.net>
16306              Date: Sat, 4 Aug 2001 11:09:37 -0700 (PDT)
16307              Message-ID: <Pine.LNX.4.21.0108041102390.23972-100000@mako.covalent.net>
16308      Branch: perl
16309            ! sv.c
16310 ____________________________________________________________________________
16311 [ 11575] By: jhi                                   on 2001/08/04  17:28:55
16312         Log: Decouple SANY into SANY and CANY: the new SANY is /./s,
16313              the new CANY is the \C.  The problem reported and the
16314              test case supplied in
16315              
16316              Subject: UTF-8 bugs in string length & single line regex matches
16317              From: "Daniel P. Berrange" <dan@berrange.com>
16318              Date: Fri, 3 Aug 2001 11:39:33 +0100
16319              Message-ID: <20010803113932.A19318@berrange.com>
16320      Branch: perl
16321            ! regcomp.c regcomp.h regcomp.sym regexec.c regexp.h regnodes.h
16322            ! t/op/pat.t
16323 ____________________________________________________________________________
16324 [ 11574] By: jhi                                   on 2001/08/04  15:42:34
16325         Log: Subject: Re: [patch] ignore PL_curpm in PL_regex_padav cleanup
16326              From: Doug MacEachern <dougm@covalent.net>
16327              Date: Sat, 4 Aug 2001 09:43:02 -0700 (PDT)
16328              Message-ID: <Pine.LNX.4.21.0108040939050.23972-100000@mako.covalent.net>
16329      Branch: perl
16330            ! perl.c regexec.c
16331 ____________________________________________________________________________
16332 [ 11573] By: jhi                                   on 2001/08/04  14:20:26
16333         Log: The #11572 didn't up the test count.
16334      Branch: perl
16335            ! t/op/length.t
16336 ____________________________________________________________________________
16337 [ 11572] By: jhi                                   on 2001/08/04  14:12:45
16338         Log: Subject: UTF-8 bugs in string length & single line regex matches
16339              From: "Daniel P. Berrange" <dan@berrange.com>
16340              Date: Fri, 3 Aug 2001 11:39:33 +0100         
16341              Message-ID: <20010803113932.A19318@berrange.com>
16342              
16343              (the mg_length() fix)
16344      Branch: perl
16345            ! mg.c t/op/length.t
16346 ____________________________________________________________________________
16347 [ 11571] By: jhi                                   on 2001/08/04  14:10:39
16348         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
16349              From: Abhijit Menon-Sen <ams@wiw.org>
16350              Date: Sat, 4 Aug 2001 16:56:35 +0530
16351              Message-ID: <20010804165635.E526@lustre.dyn.wiw.org>
16352      Branch: perl
16353            ! hv.c
16354 ____________________________________________________________________________
16355 [ 11570] By: jhi                                   on 2001/08/04  14:09:59
16356         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
16357              From: Abhijit Menon-Sen <ams@wiw.org>
16358              Date: Sat, 4 Aug 2001 16:16:03 +0530
16359              Message-ID: <20010804161603.C526@lustre.dyn.wiw.org>
16360      Branch: perl
16361            ! hv.c
16362 ____________________________________________________________________________
16363 [ 11569] By: jhi                                   on 2001/08/04  14:09:09
16364         Log: Subject: Re: [patch] refcount re ops
16365              From: Abhijit Menon-Sen <ams@wiw.org>
16366              Date: Sat, 4 Aug 2001 08:54:55 +0530
16367              Message-ID: <20010804085455.B526@lustre.dyn.wiw.org>
16368      Branch: perl
16369            ! sv.c
16370 ____________________________________________________________________________
16371 [ 11568] By: jhi                                   on 2001/08/04  14:08:19
16372         Log: Subject: [patch] refcount re ops
16373              From: Doug MacEachern <dougm@covalent.net>
16374              Date: Fri, 3 Aug 2001 18:17:41 -0700 (PDT)
16375              Message-ID: <Pine.LNX.4.21.0108031814240.23972-100000@mako.covalent.net>
16376      Branch: perl
16377            ! regcomp.c sv.c
16378 ____________________________________________________________________________
16379 [ 11567] By: jhi                                   on 2001/08/03  23:52:56
16380         Log: Subject: [patch] ignore PL_curpm in PL_regex_padav cleanup
16381              From: Doug MacEachern <dougm@covalent.net>
16382              Date: Fri, 3 Aug 2001 17:37:53 -0700 (PDT)
16383              Message-ID: <Pine.LNX.4.21.0108031730040.23972-100000@mako.covalent.net>
16384      Branch: perl
16385            ! perl.c regexec.c
16386 ____________________________________________________________________________
16387 [ 11566] By: jhi                                   on 2001/08/03  20:45:10
16388         Log: Subject: [PATCH perl@11564] fix t/op/misc.t for VMS
16389              From: "Craig A. Berry" <craigberry@mac.com> 
16390              Date: Fri, 03 Aug 2001 16:16:16 -0500
16391              Message-Id: <5.1.0.14.0.20010803161026.03530e58@exchi01> 
16392      Branch: perl
16393            ! t/op/misc.t
16394 ____________________________________________________________________________
16395 [ 11565] By: jhi                                   on 2001/08/03  13:46:40
16396         Log: Subject: Re: [ID 20010731.105] MinGW can't compile win32.c on Windows 2000
16397              From: John Kristian <jmk2001@engineer.com>
16398              Date: Fri, 03 Aug 2001 00:59:08 -0700
16399              Message-id: <03a101c11bf2$2c9b5ee0$0100a8c0@JOHNKRISTIAN>
16400      Branch: perl
16401            ! win32/win32.c
16402 ____________________________________________________________________________
16403 [ 11564] By: jhi                                   on 2001/08/03  13:25:39
16404         Log: Update Changes.
16405      Branch: perl
16406            ! Changes patchlevel.h
16407 ____________________________________________________________________________
16408 [ 11563] By: jhi                                   on 2001/08/03  12:13:17
16409         Log: Subject: [PATCH perl@11523] fix Stash.t for VMS
16410              From: "Craig A. Berry" <craigberry@mac.com>
16411              Date: Thu, 02 Aug 2001 23:15:24 -0500
16412              Message-Id: <5.1.0.14.0.20010802230843.03530e58@mail.mac.com>
16413      Branch: perl
16414            ! ext/B/Stash.t
16415 ____________________________________________________________________________
16416 [ 11562] By: jhi                                   on 2001/08/03  12:11:57
16417         Log: Subject: [patch] plug PL_cshname leak
16418              From: Doug MacEachern <dougm@covalent.net>
16419              Date: Thu, 2 Aug 2001 20:59:04 -0700 (PDT)
16420              Message-ID: <Pine.LNX.4.21.0108022058020.8991-100000@mako.covalent.net>
16421      Branch: perl
16422            ! sv.c
16423 ____________________________________________________________________________
16424 [ 11561] By: jhi                                   on 2001/08/03  12:10:32
16425         Log: Subject: [patch] plug PL_sh_path leak
16426              From: Doug MacEachern <dougm@covalent.net>
16427              Date: Thu, 2 Aug 2001 20:54:08 -0700 (PDT)
16428              Message-ID: <Pine.LNX.4.21.0108022043040.8991-100000@mako.covalent.net>
16429      Branch: perl
16430            ! sv.c
16431 ____________________________________________________________________________
16432 [ 11560] By: jhi                                   on 2001/08/03  12:09:50
16433         Log: Subject: [patch] plug PL_regex_padav leaks
16434              From: Doug MacEachern <dougm@covalent.net>
16435              Date: Thu, 2 Aug 2001 20:24:55 -0700 (PDT)
16436              Message-ID: <Pine.LNX.4.21.0108022020100.8991-100000@mako.covalent.net>
16437      Branch: perl
16438            ! op.c op.h perl.c
16439 ____________________________________________________________________________
16440 [ 11559] By: jhi                                   on 2001/08/03  12:08:59
16441         Log: Subject: [patch] plug PL_origargv leak
16442              From: Doug MacEachern <dougm@covalent.net>
16443              Date: Thu, 2 Aug 2001 18:15:22 -0700 (PDT)
16444              Message-ID: <Pine.LNX.4.21.0108021813380.8991-100000@mako.covalent.net>
16445      Branch: perl
16446            ! perl.c
16447 ____________________________________________________________________________
16448 [ 11558] By: jhi                                   on 2001/08/03  12:07:58
16449         Log: Subject: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
16450              From: Abhijit Menon-Sen <ams@wiw.org>
16451              Date: Fri, 3 Aug 2001 06:38:11 +0530
16452              Message-ID: <20010803063811.A19266@lustre.dyn.wiw.org>
16453      Branch: perl
16454            ! hv.c
16455 ____________________________________________________________________________
16456 [ 11557] By: nick                                  on 2001/08/03  08:17:38
16457         Log: Integrate mainline
16458      Branch: perlio
16459           +> (branch 47 files)
16460            - lib/Switch/test.pl
16461           !> (integrate 49 files)
16462 ____________________________________________________________________________
16463 [ 11556] By: jhi                                   on 2001/08/02  22:46:22
16464         Log: Subject: [PATCH perl@11523] fix Showlex.t for VMS
16465              From: "Craig A. Berry" <craigberry@mac.com>
16466              Date: Thu, 02 Aug 2001 12:56:19 -0500
16467              Message-Id: <5.1.0.14.0.20010802124618.034c5008@exchi01>
16468      Branch: perl
16469            ! ext/B/Showlex.t
16470 ____________________________________________________________________________
16471 [ 11555] By: jhi                                   on 2001/08/02  22:29:34
16472         Log: Be more careful about non-existent files.
16473      Branch: perl
16474            ! lib/File/Copy.pm
16475 ____________________________________________________________________________
16476 [ 11554] By: jhi                                   on 2001/08/02  21:37:27
16477         Log: Subject: [PATCH resend] deparse empty formats
16478              From: Robin Houston <robin@kitsite.com> 
16479              Date: Thu, 2 Aug 2001 14:32:36 +0100
16480              Message-ID: <20010802143236.A894@robin.kitsite.com>
16481      Branch: perl
16482            ! ext/B/B/Deparse.pm
16483 ____________________________________________________________________________
16484 [ 11553] By: jhi                                   on 2001/08/02  16:37:32
16485         Log: Subject: [patch] ithreads + refto fix improvement
16486              From: Doug MacEachern <dougm@covalent.net>
16487              Date: Thu, 2 Aug 2001 09:41:53 -0700 (PDT)
16488              Message-ID: <Pine.LNX.4.21.0108020939030.8991-100000@mako.covalent.net>
16489      Branch: perl
16490            ! pp.c
16491 ____________________________________________________________________________
16492 [ 11552] By: jhi                                   on 2001/08/02  14:24:26
16493         Log: Readability nit from Abhijit.
16494      Branch: perl
16495            ! op.c
16496 ____________________________________________________________________________
16497 [ 11551] By: jhi                                   on 2001/08/02  14:22:31
16498         Log: setproctitle() API version nit from Anton Berezin.
16499      Branch: perl
16500            ! mg.c
16501 ____________________________________________________________________________
16502 [ 11550] By: jhi                                   on 2001/08/02  13:51:41
16503         Log: Add PerlCE to the docs.
16504      Branch: perl
16505            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
16506            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
16507 ____________________________________________________________________________
16508 [ 11549] By: jhi                                   on 2001/08/02  13:25:43
16509         Log: Integrate the PerlCE (WinCE Perl) port;
16510              kindly supplied by Rainer Keuchel <rkeuc@allgeier.com>.
16511      Branch: perl
16512            + README.ce wince/FindExt.pm wince/Makefile.ce
16513            + wince/README.compile wince/README.perlce wince/bin/exetype.pl
16514            + wince/bin/perlglob.pl wince/bin/pl2bat.pl wince/bin/runperl.pl
16515            + wince/bin/search.pl wince/config.ce wince/config.h
16516            + wince/config_H.ce wince/config_h.PL wince/config_sh.PL
16517            + wince/dl_win32.xs wince/include/arpa/inet.h
16518            + wince/include/cectype.h wince/include/errno.h
16519            + wince/include/netdb.h wince/include/sys/socket.h
16520            + wince/include/sys/stat.h wince/include/sys/types.h
16521            + wince/include/sys/utime.h wince/include/time.h wince/perl.ico
16522            + wince/perl.rc wince/perldll.def wince/perllib.c
16523            + wince/perlmain.c wince/registry.bat wince/runperl.c
16524            + wince/splittree.pl wince/win32.h wince/win32iop.h
16525            + wince/win32thread.c wince/win32thread.h wince/wince.c
16526            + wince/wince.h wince/wincesck.c wince/xbuildall.ksh
16527            + wince/xdistclean.ksh wince/xmakediffs.ksh
16528            ! MANIFEST perl.c perl.h perlio.c
16529 ____________________________________________________________________________
16530 [ 11548] By: jhi                                   on 2001/08/02  13:18:08
16531         Log: setproctitle() made simpler.  (This assumes the string is
16532              \0-terminated: if not, the three-arg form setproctitle(fmt, len, s)
16533              should be used.  Note len, not len + 1.)  BSD-fu from Anton
16534              Berezin.
16535      Branch: perl
16536            ! mg.c
16537 ____________________________________________________________________________
16538 [ 11547] By: jhi                                   on 2001/08/02  12:49:54
16539         Log: Subject: [PATCH] -Wall cleanup: op.c
16540              From: Richard Soderberg <rs@oregonnet.com>
16541              Date: Thu, 2 Aug 2001 00:17:09 -0700
16542              Message-Id: <200108020717.AAA26895@oregonnet.com>
16543              
16544              Subject: [PATCH] -Wall cleanup: sv.c
16545              From: Richard Soderberg <rs@oregonnet.com>
16546              Date: Thu, 2 Aug 2001 00:49:21 -0700
16547              Message-Id: <200108020749.AAA27492@oregonnet.com>
16548      Branch: perl
16549            ! op.c sv.c
16550 ____________________________________________________________________________
16551 [ 11546] By: jhi                                   on 2001/08/02  00:53:34
16552         Log: Update Changes.
16553      Branch: perl
16554            ! Changes patchlevel.h
16555 ____________________________________________________________________________
16556 [ 11545] By: jhi                                   on 2001/08/02  00:48:55
16557         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
16558              From: Doug MacEachern <dougm@covalent.net>
16559              Date: Wed, 1 Aug 2001 18:34:44 -0700 (PDT)
16560              Message-ID: <Pine.LNX.4.21.0108011830080.8991-100000@mako.covalent.net>
16561      Branch: perl
16562            ! op.c
16563 ____________________________________________________________________________
16564 [ 11544] By: jhi                                   on 2001/08/01  23:08:41
16565         Log: The #11541 didn't work under threads.
16566      Branch: perl
16567            ! op.c
16568 ____________________________________________________________________________
16569 [ 11543] By: jhi                                   on 2001/08/01  22:46:41
16570         Log: Subject: Re: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
16571              From: Hugo <hv@crypt.compulink.co.uk>
16572              Date: Fri, 22 Jun 2001 01:19:08 +0100 
16573              Message-Id: <200106220019.BAA03365@crypt.compulink.co.uk>
16574              
16575              (Skip tests if accept() failed)
16576      Branch: perl
16577            ! ext/IO/lib/IO/t/io_unix.t
16578 ____________________________________________________________________________
16579 [ 11542] By: jhi                                   on 2001/08/01  22:40:09
16580         Log: Subject: [ID 20010730.003] IRIX 6.5 already has struct sv in <sys/sema.h> (defined in perl.h)
16581              From: "Stian Seeberg" <sseeberg@nimsoft.no>
16582              Date: Mon, 30 Jul 2001 12:28:07 +0200
16583              Message-Id: <68236D3FC2D92347B466639324391D1A0432AB@PONDUS.nimsoft.no>
16584      Branch: perl
16585            ! perl.h
16586 ____________________________________________________________________________
16587 [ 11541] By: jhi                                   on 2001/08/01  22:38:31
16588         Log: Subject: Pluggable optimizer
16589              From: Simon Cozens <simon@netthink.co.uk>
16590              Date: Wed, 1 Aug 2001 13:57:02 -0700
16591              Message-ID: <20010801135702.I10442@netthink.co.uk>
16592      Branch: perl
16593            ! embedvar.h op.c perl.c perl.h perlapi.h sv.c thrdvar.h util.c
16594 ____________________________________________________________________________
16595 [ 11540] By: jhi                                   on 2001/08/01  22:29:54
16596         Log: Subject: [ID 20010801.039] perlre.pod message typo
16597              From: Autrijus Tang <autrijus@geb.elixus.org>
16598              Date: Thu, 2 Aug 2001 04:48:02 +0800 (CST)
16599              Message-Id: <200108012048.f71Km2r79890@geb.elixus.org>                         
16600      Branch: perl
16601            ! pod/perlre.pod
16602 ____________________________________________________________________________
16603 [ 11539] By: jhi                                   on 2001/08/01  16:32:52
16604         Log: Test for change #11536.
16605      Branch: perl
16606            ! t/op/tiehandle.t
16607 ____________________________________________________________________________
16608 [ 11538] By: jhi                                   on 2001/08/01  16:27:19
16609         Log: More test fixups for #11537.
16610      Branch: perl
16611            ! t/lib/warnings/4lint t/lib/warnings/9enabled
16612 ____________________________________________________________________________
16613 [ 11537] By: jhi                                   on 2001/08/01  16:26:25
16614         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
16615              From: Doug MacEachern <dougm@covalent.net>
16616              Date: Mon, 30 Jul 2001 17:38:50 -0700 (PDT)
16617              Message-ID: <Pine.LNX.4.21.0107301720310.25941-100000@mako.covalent.net>
16618      Branch: perl
16619            ! op.c t/TestInit.pm
16620 ____________________________________________________________________________
16621 [ 11536] By: jhi                                   on 2001/08/01  16:08:08
16622         Log: Subject: [patch] ithreads + refto bug
16623              From: Doug MacEachern <dougm@covalent.net>
16624              Date: Wed, 1 Aug 2001 09:47:28 -0700 (PDT)
16625              Message-ID: <Pine.LNX.4.21.0108010937240.7498-100000@mako.covalent.net>
16626              
16627              (Test in change #11539)
16628      Branch: perl
16629            ! pp.c
16630 ____________________________________________________________________________
16631 [ 11535] By: jhi                                   on 2001/08/01  16:05:56
16632         Log: Subject: [PATCH: perl@11523] fixups for t/harness
16633              From: Prymmer/Kahn <pvhp@best.com>
16634              Date: Wed, 1 Aug 2001 09:24:23 -0700 (PDT)
16635              Message-ID: <Pine.BSF.4.21.0108010910310.17655-100000@shell8.ba.best.com>
16636      Branch: perl
16637            ! t/harness
16638 ____________________________________________________________________________
16639 [ 11534] By: jhi                                   on 2001/08/01  16:00:45
16640         Log: Subject: [PATCH: perl@11523] add xsubpp and libnetcfg to installed *.bat files for win32 builds
16641              From: Prymmer/Kahn <pvhp@best.com>
16642              Date: Wed, 1 Aug 2001 09:07:13 -0700 (PDT)
16643              Message-ID: <Pine.BSF.4.21.0108010859230.17655-100000@shell8.ba.best.com>
16644      Branch: perl
16645            ! win32/Makefile win32/makefile.mk
16646 ____________________________________________________________________________
16647 [ 11533] By: jhi                                   on 2001/08/01  13:38:29
16648         Log: Need to know the number of tests.
16649      Branch: perl
16650            ! t/run/exit.t
16651 ____________________________________________________________________________
16652 [ 11532] By: jhi                                   on 2001/08/01  13:04:31
16653         Log: Subject: Re: new exit tests on VMS
16654              From: "Craig A. Berry" <craigberry@mac.com>
16655              Date: Tue, 31 Jul 2001 12:19:29 -0500
16656              Message-Id: <5.1.0.14.0.20010731114845.03743008@mail.telocity.com>
16657      Branch: perl
16658            ! t/run/exit.t
16659 ____________________________________________________________________________
16660 [ 11531] By: jhi                                   on 2001/08/01  12:46:43
16661         Log: Retract #11530 (the dTHX is needed under threads)
16662      Branch: perl
16663            ! perlio.c
16664 ____________________________________________________________________________
16665 [ 11530] By: jhi                                   on 2001/08/01  12:39:35
16666         Log: (Retracted by #11531)
16667      Branch: perl
16668            ! perlio.c
16669 ____________________________________________________________________________
16670 [ 11529] By: jhi                                   on 2001/08/01  12:32:22
16671         Log: Subject: [PATCH 1/4] -Wall cleanups: unixish.h
16672              From: Richard Soderberg <rs@crystalflame.net>
16673              Date: Tue, 31 Jul 2001 23:16:22 -0700 (PDT) 
16674              Message-ID: <Pine.LNX.4.21.0107312313490.24341-100000@oregonnet.com>
16675      Branch: perl
16676            ! unixish.h
16677 ____________________________________________________________________________
16678 [ 11528] By: jhi                                   on 2001/08/01  12:18:59
16679         Log: Subject: [PATCH 5.7.2] Allow for long long in h2xs 
16680              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16681              Date: Tue, 31 Jul 2001 05:39:09 -0400
16682              Message-ID: <20010731053909.A1810@math.ohio-state.edu>
16683              
16684              (with a note about the case of UV being equal to long long)
16685      Branch: perl
16686            ! utils/h2xs.PL
16687 ____________________________________________________________________________
16688 [ 11527] By: jhi                                   on 2001/07/31  23:49:04
16689         Log: Subject: [PATCH perl@11487] fix fs.t for VMS
16690              From: "Craig A. Berry" <craigberry@mac.com>
16691              Date: Tue, 31 Jul 2001 14:57:43 -0500
16692              Message-Id: <5.1.0.14.0.20010731145015.03743008@exchi01>
16693      Branch: perl
16694            ! t/io/fs.t
16695 ____________________________________________________________________________
16696 [ 11526] By: jhi                                   on 2001/07/31  23:47:57
16697         Log: Fix for
16698              
16699              Subject: [ID 20010116.001] File::Copy truncates orig file 
16700              From: arbor@al37al08.telecel.pt
16701              Date: Tue, 16 Jan 2001 11:43:02 GMT
16702              Message-Id: <200101161143.AA11184@al37al08.telecel.pt>
16703              
16704              (copy($foo, $foo) would truncate $foo)
16705      Branch: perl
16706            ! lib/File/Copy.pm lib/File/Copy.t
16707 ____________________________________________________________________________
16708 [ 11525] By: jhi                                   on 2001/07/31  23:01:01
16709         Log: Metaconfig unit change for #11524.
16710      Branch: metaconfig/U/perl
16711            ! Extras.U
16712 ____________________________________________________________________________
16713 [ 11524] By: jhi                                   on 2001/07/31  23:00:36
16714         Log: Multiple modules didn't work; plus typo fixes.
16715      Branch: perl
16716            ! Configure
16717 ____________________________________________________________________________
16718 [ 11523] By: jhi                                   on 2001/07/31  15:29:58
16719         Log: Update Changes.
16720      Branch: perl
16721            ! Changes patchlevel.h
16722 ____________________________________________________________________________
16723 [ 11522] By: jhi                                   on 2001/07/31  15:25:35
16724         Log: Regen perlapi.
16725      Branch: perl
16726            ! pod/perlapi.pod
16727 ____________________________________________________________________________
16728 [ 11521] By: jhi                                   on 2001/07/31  15:19:01
16729         Log: Subject: Re: [PATCH sv.c] mortal doc thinko
16730              From: Dave Mitchell <davem@fdgroup.co.uk>
16731              Date: Tue, 31 Jul 2001 11:52:42 +0100 (BST)
16732              Message-Id: <200107311052.LAA14427@gizmo.fdgroup.co.uk>
16733      Branch: perl
16734            ! sv.c
16735 ____________________________________________________________________________
16736 [ 11520] By: jhi                                   on 2001/07/31  15:17:43
16737         Log: Regen toc.
16738      Branch: perl
16739            ! pod/perltoc.pod
16740 ____________________________________________________________________________
16741 [ 11519] By: jhi                                   on 2001/07/31  15:17:17
16742         Log: Regen Porting stuff.
16743      Branch: perl
16744            ! Porting/Glossary Porting/config.sh Porting/config_H
16745 ____________________________________________________________________________
16746 [ 11518] By: jhi                                   on 2001/07/31  14:16:08
16747         Log: Subject: [PATCH 5.7.2] Allow for GNU-isms in h2xs
16748              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16749              Date: Tue, 31 Jul 2001 05:34:38 -0400
16750              Message-ID: <20010731053438.A1754@math.ohio-state.edu>
16751      Branch: perl
16752            ! utils/h2xs.PL
16753 ____________________________________________________________________________
16754 [ 11517] By: jhi                                   on 2001/07/31  14:15:01
16755         Log: Metaconfig unit change for #11516. 
16756      Branch: metaconfig/U/perl
16757            ! gccvers.U
16758 ____________________________________________________________________________
16759 [ 11516] By: jhi                                   on 2001/07/31  14:14:35
16760         Log: Add -Wall in cflags, not in Configure.
16761              (This way -Wall affects only the core and the core XS,
16762              not user modules' XS.  Concern from Paul Marquess,
16763              implementation idea from Andy Dougherty.)
16764      Branch: perl
16765            ! Configure cflags.SH
16766 ____________________________________________________________________________
16767 [ 11515] By: jhi                                   on 2001/07/31  13:57:15
16768         Log: Metaconfig unit changes for #11514.
16769      Branch: metaconfig
16770            + U/modified/sysman.U
16771            ! U/installdirs/man1dir.U
16772 ____________________________________________________________________________
16773 [ 11514] By: jhi                                   on 2001/07/31  13:56:26
16774         Log: Subject: Configure's detection of system manual
16775              From: Sean Dague <sean@dague.net> 
16776              Date: Sun, 13 May 2001 15:53:15 -0400
16777              Message-ID: <20010513155315.A15833@underhill.dague.net>
16778      Branch: perl
16779            ! Configure
16780 ____________________________________________________________________________
16781 [ 11513] By: jhi                                   on 2001/07/31  03:23:01
16782         Log: Subject: [ID 20010621.004] Typo in perlobj.pod
16783              From: Autrijus Tang <autrijus@autrijus.org> 
16784              Date: Thu, 21 Jun 2001 23:56:48 +0800
16785              Message-Id: <20010621235648.A57340@not.autrijus.org>
16786      Branch: perl
16787            ! pod/perlobj.pod
16788 ____________________________________________________________________________
16789 [ 11512] By: jhi                                   on 2001/07/31  03:13:35
16790         Log: Subject: Typo in DB_File.pm
16791              From: "Philip Newton" <Philip.Newton@gmx.net>
16792              Date: Tue, 31 Jul 2001 06:19:35 +0200
16793              Message-Id: <200107310413.f6V4DmL11900@chaos.wustl.edu>
16794      Branch: perl
16795            ! ext/DB_File/DB_File.pm
16796 ____________________________________________________________________________
16797 [ 11511] By: jhi                                   on 2001/07/31  03:01:49
16798         Log: Subject: Re: [ID 20010529.002] typos in man page perlre 
16799              From: "Stephen P. Potter" <spp@spotter.yi.org>
16800              Date: Wed, 30 May 2001 13:59:34 -0400
16801              Message-Id: <20010530175939.59DEC729E1@belgarath.spotter.yi.org>
16802      Branch: perl
16803            ! pod/perlre.pod
16804 ____________________________________________________________________________
16805 [ 11510] By: jhi                                   on 2001/07/31  02:13:58
16806         Log: eval "format foo=" would loop indefinitely; reported in
16807              
16808              Subject: A load of old rubbish
16809              From: Mike Guy <mjtg@cam.ac.uk>
16810              Date: Mon, 14 May 2001 16:12:22 +0100
16811              Message-Id: <E14zK1G-0003a2-00@virgo.cus.cam.ac.uk>
16812              
16813              (The core dumps reported in there already fixed.)
16814      Branch: perl
16815            ! toke.c
16816 ____________________________________________________________________________
16817 [ 11509] By: jhi                                   on 2001/07/31  00:37:49
16818         Log: Upgrade to Switch 2.04, now with Perl 6 given+when.
16819      Branch: perl
16820            + lib/Switch/Changes lib/Switch/README lib/Switch/t/given_when.t
16821            + lib/Switch/t/switch_case.t
16822            - lib/Switch/test.pl
16823            ! MANIFEST lib/Switch.pm
16824 ____________________________________________________________________________
16825 [ 11508] By: jhi                                   on 2001/07/31  00:17:38
16826         Log: Subject: [PATCH @11505] DB_File-1.78
16827              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
16828              Date: Mon, 30 Jul 2001 22:54:37 +0100
16829              Message-ID: <AIEAJICLCBDNAAOLLOKLGELNCLAA.Paul_Marquess@Yahoo.co.uk>
16830      Branch: perl
16831            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
16832            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
16833 ____________________________________________________________________________
16834 [ 11507] By: jhi                                   on 2001/07/30  23:11:10
16835         Log: Explain in more detail why -pipe and -fno-common are good.
16836      Branch: perl
16837            ! hints/darwin.sh
16838 ____________________________________________________________________________
16839 [ 11506] By: nick                                  on 2001/07/30  14:32:23
16840         Log: Integrate mainline
16841      Branch: perlio
16842           !> INSTALL Makefile.SH doio.c hints/darwin.sh
16843 ____________________________________________________________________________
16844 [ 11505] By: jhi                                   on 2001/07/30  14:14:39
16845         Log: Perl hasn't been putting man pages into $prefix/lib for
16846              a long time now; pointed out by Andy Dougherty. 
16847      Branch: perl
16848            ! hints/darwin.sh
16849 ____________________________________________________________________________
16850 [ 11504] By: jhi                                   on 2001/07/30  14:13:15
16851         Log: Document the extras Configure option.
16852      Branch: perl
16853            ! INSTALL
16854 ____________________________________________________________________________
16855 [ 11503] By: jhi                                   on 2001/07/30  13:52:14
16856         Log: Integrate change #11051 from macperl; O_RDONLY is not zero
16857              everywhere.
16858      Branch: perl
16859           !> doio.c
16860 ____________________________________________________________________________
16861 [ 11502] By: jhi                                   on 2001/07/30  13:45:27
16862         Log: Doubly guard against invoking CPAN if no extras defined,
16863              pointed out by H. Merijn Brand.
16864      Branch: perl
16865            ! Makefile.SH
16866 ____________________________________________________________________________
16867 [ 11501] By: pudge                                 on 2001/07/30  12:57:56
16868         Log: Fix O_RDONLY check to check for O_RDONLY.
16869      Branch: maint-5.6/macperl
16870            ! doio.c
16871 ____________________________________________________________________________
16872 [ 11500] By: pudge                                 on 2001/07/30  12:41:11
16873         Log: Integrate miscellaneous changes from maint-5.6/perl.
16874      Branch: maint-5.6/macperl
16875           !> MANIFEST t/TEST t/harness t/pod/testp2pt.pl t/run/runenv.t
16876 ____________________________________________________________________________
16877 [ 11499] By: nick                                  on 2001/07/30  06:52:42
16878         Log: Integrate mainline
16879      Branch: perlio
16880           +> macos/MacPerlTests.cmd macos/xsubpp.patch os2/perlrexx.c
16881           +> win32/sync_ext.pl
16882            - win32/sncfnmcs.pl
16883           !> (integrate 71 files)
16884 ____________________________________________________________________________
16885 [ 11498] By: jhi                                   on 2001/07/30  03:53:34
16886         Log: Update Changes.
16887      Branch: perl
16888            ! Changes patchlevel.h
16889 ____________________________________________________________________________
16890 [ 11497] By: jhi                                   on 2001/07/30  03:45:32
16891         Log: Now Configure -Dextras=Foo::Bar and "make install" will
16892              fetch and install Foo::Bar.
16893      Branch: perl
16894            ! Makefile.SH
16895 ____________________________________________________________________________
16896 [ 11496] By: jhi                                   on 2001/07/30  03:18:28
16897         Log: Metaconfig unit change for #11495.
16898      Branch: metaconfig/U/perl
16899            ! Extras.U
16900 ____________________________________________________________________________
16901 [ 11495] By: jhi                                   on 2001/07/30  03:18:01
16902         Log: extras.make, extras.test, and extras.install make targets.
16903      Branch: perl
16904            ! Configure Makefile.SH
16905 ____________________________________________________________________________
16906 [ 11494] By: jhi                                   on 2001/07/30  01:37:35
16907         Log: Metaconfig unit change for #11493.
16908      Branch: metaconfig/U/perl
16909            ! Extras.U
16910 ____________________________________________________________________________
16911 [ 11493] By: jhi                                   on 2001/07/30  01:37:14
16912         Log: Better to have the list of extras in $extras than 'define'.
16913      Branch: perl
16914            ! Configure
16915 ____________________________________________________________________________
16916 [ 11492] By: jhi                                   on 2001/07/30  01:33:16
16917         Log: The metaconfig unit change for #11490.
16918      Branch: metaconfig/U/perl
16919            + Extras.U
16920 ____________________________________________________________________________
16921 [ 11491] By: jhi                                   on 2001/07/30  01:32:54
16922         Log: Missed from #11490 (the required dependency).
16923      Branch: perl
16924            ! Makefile.SH
16925 ____________________________________________________________________________
16926 [ 11490] By: jhi                                   on 2001/07/30  01:32:02
16927         Log: Add the support of asking for extra modules or bundles of modules
16928              to be fetched from the CPAN and installed as a part of the Perl
16929              build process.  None of this installation is yet really done;
16930              only the list is asked, and saved away in extras.lst for
16931              the build and installation process to worry about later.
16932      Branch: perl
16933            ! Configure
16934 ____________________________________________________________________________
16935 [ 11489] By: jhi                                   on 2001/07/29  22:15:25
16936         Log: Beginnings of better Inf and NaN support.
16937              At least toke.c and sv.c still need quite a bit of work.
16938      Branch: perl
16939            ! numeric.c perl.h
16940 ____________________________________________________________________________
16941 [ 11488] By: jhi                                   on 2001/07/29  21:18:57
16942         Log: Top-level Makefile didn't honour OPTIMIZE.
16943      Branch: perl
16944            ! Makefile.SH
16945 ____________________________________________________________________________
16946 [ 11487] By: jhi                                   on 2001/07/29  20:56:04
16947         Log: Update Changes.
16948      Branch: perl
16949            ! Changes patchlevel.h
16950 ____________________________________________________________________________
16951 [ 11486] By: jhi                                   on 2001/07/29  20:38:09
16952         Log: Use Search::Dict 1.02 interface for charinfo().
16953      Branch: perl
16954            ! lib/UnicodeCD.pm
16955 ____________________________________________________________________________
16956 [ 11485] By: jhi                                   on 2001/07/29  20:37:11
16957         Log: Now also allow transforming the read lines before comparing them.
16958              (This will help UnicodeCD.) 
16959      Branch: perl
16960            ! lib/Search/Dict.pm
16961 ____________________________________________________________________________
16962 [ 11484] By: jhi                                   on 2001/07/29  20:03:13
16963         Log: Remove tiehandle code.
16964      Branch: perl
16965            ! lib/UnicodeCD.pm
16966 ____________________________________________________________________________
16967 [ 11483] By: jhi                                   on 2001/07/29  19:59:02
16968         Log: Allow specifying a comparison function for Search::Dict::look().
16969      Branch: perl
16970            ! lib/Search/Dict.pm
16971 ____________________________________________________________________________
16972 [ 11482] By: jhi                                   on 2001/07/29  18:55:04
16973         Log: Small UnicodeCD tweaks.
16974      Branch: perl
16975            ! lib/UnicodeCD.pm lib/UnicodeCD.t
16976 ____________________________________________________________________________
16977 [ 11481] By: jhi                                   on 2001/07/29  17:14:19
16978         Log: Subject: [PATCH @11446] UnicodeCD::charinfo
16979              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
16980              Date: Tue, 24 Jul 2001 01:51:32 +0900
16981              Message-Id: <20010724015114.CF4D.BQW10602@nifty.com>
16982      Branch: perl
16983            ! lib/UnicodeCD.pm lib/UnicodeCD.t
16984 ____________________________________________________________________________
16985 [ 11480] By: jhi                                   on 2001/07/29  16:55:58
16986         Log: Subject: [PATCH] installperl
16987              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
16988              Date: Fri, 27 Jul 2001 19:05:04 -0700
16989              Message-Id: <F7912758-82FC-11D5-BFC6-003065D59FBA@thor.sbay.org>
16990      Branch: perl
16991            ! installperl
16992 ____________________________________________________________________________
16993 [ 11479] By: jhi                                   on 2001/07/29  16:52:52
16994         Log: Subject: [PATCH] Set proper compatibility versions in core
16995              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
16996              Date: Fri, 27 Jul 2001 20:01:49 -0700
16997              Message-Id: <E3A6C66A-8304-11D5-BFC6-003065D59FBA@thor.sbay.org>
16998      Branch: perl
16999            ! Makefile.SH
17000 ____________________________________________________________________________
17001 [ 11478] By: jhi                                   on 2001/07/29  16:50:55
17002         Log: Metaconfig unit change for #11477.
17003      Branch: metaconfig/U/perl
17004            ! dlsrc.U
17005 ____________________________________________________________________________
17006 [ 11477] By: jhi                                   on 2001/07/29  16:50:35
17007         Log: Subject: [PATCH] Darwin: -fpic not so good
17008              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
17009              Date: Fri, 27 Jul 2001 18:57:38 -0700
17010              Message-Id: <EC1496A6-82FB-11D5-BFC6-003065D59FBA@thor.sbay.org>
17011      Branch: perl
17012            ! Configure
17013 ____________________________________________________________________________
17014 [ 11476] By: jhi                                   on 2001/07/29  16:44:03
17015         Log: Subject: [PATCH] Clean up Darwin hints
17016              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
17017              Date: Fri, 27 Jul 2001 19:13:15 -0700
17018              Message-Id: <1A70CA3F-82FE-11D5-BFC6-003065D59FBA@thor.sbay.org>
17019      Branch: perl
17020            ! hints/darwin.sh
17021 ____________________________________________________________________________
17022 [ 11475] By: jhi                                   on 2001/07/29  16:28:45
17023         Log: Subject: [PATCH split()] split()'s unused captures should be undef, not ''
17024              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
17025              Date: Fri, 27 Jul 2001 14:00:37 -0400 (EDT)
17026              Message-ID: <Pine.GSO.4.21.0107271358310.28213-100000@crusoe.crusoe.net>
17027      Branch: perl
17028            ! pod/perlfunc.pod pp.c t/op/split.t
17029 ____________________________________________________________________________
17030 [ 11474] By: jhi                                   on 2001/07/29  16:27:54
17031         Log: Subject: [PATCH perlvar.pod] $^N foolery as well
17032              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
17033              Date: Thu, 26 Jul 2001 20:03:12 -0400 (EDT)
17034              Message-ID: <Pine.GSO.4.21.0107261958380.28213-100000@crusoe.crusoe.net>
17035      Branch: perl
17036            ! pod/perlvar.pod
17037 ____________________________________________________________________________
17038 [ 11473] By: jhi                                   on 2001/07/29  16:27:00
17039         Log: Subject: [PATCH] fixes to constant.pm documentation
17040              From: Ilmari Karonen <iltzu@sci.fi>
17041              Date: Tue, 24 Jul 2001 16:44:24 +0300 (EET DST)
17042              Message-ID: <Pine.SOL.3.96.1010724163055.6822A-100000@simpukka>
17043      Branch: perl
17044            ! lib/constant.pm
17045 ____________________________________________________________________________
17046 [ 11472] By: jhi                                   on 2001/07/28  18:39:03
17047         Log: Subject: [DOC PATCH bleadperl] perlport.pod and C<..">>"...>
17048              From: "Philip Newton" <Philip.Newton@gmx.net>
17049              Date: Fri, 27 Jul 2001 07:51:10 +0200
17050              Message-Id: <200107270548.f6R5mJL09063@chaos.wustl.edu>
17051      Branch: perl
17052            ! pod/perlport.pod
17053 ____________________________________________________________________________
17054 [ 11471] By: nick                                  on 2001/07/26  06:23:32
17055         Log: Subject:  [PATCH] Doc fix for perlguts / threading
17056              From:  Arthur Bergman <arthur@contiller.se>
17057              Date:  Wed, 25 Jul 2001 11:28:23 +0200
17058              Message-Id:  <B7845DD6.2812%arthur@contiller.se>
17059      Branch: perl
17060            ! pod/perlguts.pod
17061 ____________________________________________________________________________
17062 [ 11470] By: nick                                  on 2001/07/26  06:21:06
17063         Log: Subject:  [DOC PATCH bleadperl] INSTALL: README for Unix systems exist
17064              From:  Philip Newton <Philip.Newton@gmx.net>
17065              Date:  Wed, 25 Jul 2001 08:19:47 +0200
17066              Message-Id:  <E15PHy4-0000cR-00@mserv1f.vianw.co.uk>
17067      Branch: perl
17068            ! INSTALL
17069 ____________________________________________________________________________
17070 [ 11469] By: nick                                  on 2001/07/26  06:20:25
17071         Log: Subject:  [DOC PATCH bleadperl] typo in INSTALL?
17072              From:  Philip Newton <Philip.Newton@gmx.net>
17073              Date:  Wed, 25 Jul 2001 08:12:48 +0200
17074              Message-Id:  <E15PHrJ-00003f-00@mserv1f.vianw.co.uk>
17075      Branch: perl
17076            ! INSTALL
17077 ____________________________________________________________________________
17078 [ 11468] By: jhi                                   on 2001/07/25  01:39:11
17079         Log: More +x.
17080      Branch: perl
17081            ! Porting/makerel
17082 ____________________________________________________________________________
17083 [ 11467] By: jhi                                   on 2001/07/24  16:05:34
17084         Log: Update Changes.
17085      Branch: perl
17086            ! Changes patchlevel.h
17087 ____________________________________________________________________________
17088 [ 11466] By: jhi                                   on 2001/07/24  15:40:28
17089         Log: Subject: [PATCH bleadperl os2/perlrexx.c] my C compiler has no HTML parser
17090              From: "Philip Newton" <Philip.Newton@gmx.net>
17091              Date: Tue, 24 Jul 2001 06:45:55 +0200
17092              Message-ID: <20010724.064500@ID-11583.news.dfncis.de>
17093      Branch: perl
17094            ! os2/perlrexx.c
17095 ____________________________________________________________________________
17096 [ 11465] By: jhi                                   on 2001/07/24  15:37:48
17097         Log: Subject: [PATCH: perl@11446] add io/fs.t to vmsperl test suite
17098              From: Peter Prymmer <pvhp@forte.com>
17099              Date: Mon, 23 Jul 2001 16:58:30 -0700 (PDT)
17100              Message-ID: <Pine.OSF.4.10.10107231643480.401242-100000@aspara.forte.com>
17101      Branch: perl
17102            ! pod/perlport.pod t/io/fs.t vms/test.com
17103 ____________________________________________________________________________
17104 [ 11464] By: jhi                                   on 2001/07/24  02:58:20
17105         Log: Workaround on Cwd bootstrap problem.
17106      Branch: perl
17107            ! lib/ExtUtils/MakeMaker.pm
17108 ____________________________________________________________________________
17109 [ 11463] By: jhi                                   on 2001/07/23  23:11:41
17110         Log: When in Rome, quote like the Romans do.
17111      Branch: perl
17112            ! cflags.SH
17113 ____________________________________________________________________________
17114 [ 11462] By: jhi                                   on 2001/07/23  23:04:02
17115         Log: Subject: [PATCH 5.7.2] OS/2 multi-architecture
17116              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17117              Date: Mon, 23 Jul 2001 19:29:49 -0400
17118              Message-ID: <20010723192949.A14802@math.ohio-state.edu>
17119      Branch: perl
17120            + os2/perlrexx.c
17121            ! MANIFEST configpm makedef.pl mg.c os2/Makefile.SHs
17122            ! os2/OS2/REXX/t/rx_vrexx.t os2/os2.c os2/os2ish.h perl.c
17123            ! t/op/write.t
17124 ____________________________________________________________________________
17125 [ 11461] By: jhi                                   on 2001/07/23  22:58:15
17126         Log: Subject: [PATCH 5.7.2] MakeMaker FIRST_MAKEFILE and subdir
17127              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17128              Date: Mon, 23 Jul 2001 18:43:42 -0400
17129              Message-ID: <20010723184342.A14494@math.ohio-state.edu>
17130      Branch: perl
17131            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
17132 ____________________________________________________________________________
17133 [ 11460] By: jhi                                   on 2001/07/23  22:54:52
17134         Log: Subject: [PATCH 5.7.2] MakeMaker subdir
17135              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17136              Date: Mon, 23 Jul 2001 18:33:16 -0400
17137              Message-ID: <20010723183316.A14298@math.ohio-state.edu>
17138      Branch: perl
17139            ! lib/ExtUtils/MakeMaker.pm
17140 ____________________________________________________________________________
17141 [ 11459] By: jhi                                   on 2001/07/23  22:52:02
17142         Log: Subject: [PATCH 5.7.2] OPTIMIZE= during perl make
17143              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17144              Date: Mon, 23 Jul 2001 18:20:35 -0400
17145              Message-ID: <20010723182035.A14192@math.ohio-state.edu>
17146      Branch: perl
17147            ! Makefile.SH cflags.SH
17148 ____________________________________________________________________________
17149 [ 11458] By: jhi                                   on 2001/07/23  22:41:19
17150         Log: Subject: [PATCH] Print CONFIGURE params in ExtUtils::MakeMaker output
17151              From: "David D. Kilzer" <ddkilzer@lubricants-oil.com>
17152              Date: Mon, 23 Jul 2001 11:32:17 -0500
17153              Message-ID: <20010723113217.A28614@elbonia.lubricants-oil.com>
17154      Branch: perl
17155            ! lib/ExtUtils/MakeMaker.pm
17156 ____________________________________________________________________________
17157 [ 11457] By: jhi                                   on 2001/07/23  21:22:36
17158         Log: Subject: [PATCH 5.7.2] debug reloading selfloaded stuff
17159              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17160              Date: Mon, 23 Jul 2001 18:13:20 -0400
17161              Message-ID: <20010723181320.A14005@math.ohio-state.edu>
17162      Branch: perl
17163            ! lib/perl5db.pl
17164 ____________________________________________________________________________
17165 [ 11456] By: jhi                                   on 2001/07/23  21:19:28
17166         Log: Subject: [PATCH 5.7.2] debugging selfloaded stuff
17167              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17168              Date: Mon, 23 Jul 2001 18:07:40 -0400
17169              Message-ID: <20010723180740.A13960@math.ohio-state.edu>
17170      Branch: perl
17171            ! op.c
17172 ____________________________________________________________________________
17173 [ 11455] By: jhi                                   on 2001/07/23  21:13:12
17174         Log: Subject: [PATCH perl@11446] util.c: return required in Perl_my_fork
17175              From: "Craig A. Berry" <craigberry@mac.com>
17176              Date: Mon, 23 Jul 2001 15:35:06 -0500
17177              Message-Id: <5.1.0.14.0.20010723152732.02ad4470@exchi01>
17178      Branch: perl
17179            ! util.c
17180 ____________________________________________________________________________
17181 [ 11454] By: jhi                                   on 2001/07/23  21:09:13
17182         Log: Subject: [PATCH perlfaq9.pod typo]
17183              From: "Larry Shatzer, Jr." <lshatzer@islanddata.com>
17184              Date: Mon, 23 Jul 2001 07:49:05 -0700
17185              Message-ID: <002f01c11386$a8539580$bb01a8c0@LSHATZER>
17186      Branch: perl
17187            ! pod/perlfaq9.pod
17188 ____________________________________________________________________________
17189 [ 11453] By: jhi                                   on 2001/07/23  21:06:42
17190         Log: Subject: win32\sncfnmcs.pl corrections
17191              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
17192              Date: Mon, 23 Jul 2001 12:56:54 +0200
17193              Message-ID: <E3FB32585BF1D411B9E900805FF51A080C1C5D@RU0022EXCH001U>
17194              
17195              Rename the script a little bit more sensibly.
17196      Branch: perl
17197            + win32/sync_ext.pl
17198            - win32/sncfnmcs.pl
17199            ! MANIFEST README.win32
17200 ____________________________________________________________________________
17201 [ 11452] By: jhi                                   on 2001/07/23  17:22:37
17202         Log: Test tweak.
17203      Branch: perl
17204            ! ext/B/Deparse.t
17205 ____________________________________________________________________________
17206 [ 11451] By: jhi                                   on 2001/07/23  17:10:52
17207         Log: Metaconfig unit tweak for #11450.
17208      Branch: metaconfig/U/perl
17209            ! Mksymlinks.U
17210 ____________________________________________________________________________
17211 [ 11450] By: jhi                                   on 2001/07/23  17:09:46
17212         Log: Too volatile failsafe check.
17213      Branch: perl
17214            ! Configure
17215 ____________________________________________________________________________
17216 [ 11449] By: jhi                                   on 2001/07/23  16:53:59
17217         Log: Further doc tweaks.
17218      Branch: perl
17219            ! lib/UnicodeCD.pm
17220 ____________________________________________________________________________
17221 [ 11448] By: jhi                                   on 2001/07/23  05:26:50
17222         Log: Doc tweaks.
17223      Branch: perl
17224            ! lib/UnicodeCD.pm
17225 ____________________________________________________________________________
17226 [ 11447] By: jhi                                   on 2001/07/23  04:57:49
17227         Log: Doc tweakery from Abhijit.
17228      Branch: perl
17229            ! Porting/repository.pod
17230 ____________________________________________________________________________
17231 [ 11446] By: jhi                                   on 2001/07/22  15:41:02
17232         Log: An accidental empty line.
17233      Branch: perl
17234            ! MANIFEST
17235 ____________________________________________________________________________
17236 [ 11445] By: jhi                                   on 2001/07/22  15:38:30
17237         Log: Missing MANIFESTations.
17238      Branch: perl
17239            ! MANIFEST
17240 ____________________________________________________________________________
17241 [ 11444] By: jhi                                   on 2001/07/22  15:30:10
17242         Log: Update Changes.
17243      Branch: perl
17244            ! Changes patchlevel.h
17245 ____________________________________________________________________________
17246 [ 11443] By: jhi                                   on 2001/07/22  15:02:11
17247         Log: Subject: Re: Typo in Porting/pumpkin/pod ?
17248              From: Mike Guy <mjtg@cam.ac.uk>
17249              Date: Fri, 20 Jul 2001 16:12:49 +0100
17250              Message-Id: <E15NbxR-0006HD-00@draco.cus.cam.ac.uk>
17251      Branch: perl
17252            ! Porting/pumpkin.pod
17253 ____________________________________________________________________________
17254 [ 11442] By: jhi                                   on 2001/07/22  14:58:33
17255         Log: Subject: Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
17256              From: Peter Prymmer <pvhp@forte.com>
17257              Date: Fri, 20 Jul 2001 17:04:55 -0700 (PDT)
17258              Message-ID: <Pine.OSF.4.10.10107201650510.144528-100000@aspara.forte.com>
17259      Branch: perl
17260            ! pod/perlhack.pod
17261 ____________________________________________________________________________
17262 [ 11441] By: jhi                                   on 2001/07/22  14:54:29
17263         Log: Subject: [PATCH Test.pm] Getting rid of the expected "UNEXPECTEDLY SUCCEEDED"
17264              From: Michael G Schwern <schwern@pobox.com>
17265              Date: Fri, 20 Jul 2001 20:22:35 -0400
17266              Message-ID: <20010720202235.O4498@blackrider>
17267      Branch: perl
17268            ! lib/Test.pm lib/Test/t/mix.t lib/Test/t/success.t
17269            ! lib/Test/t/todo.t
17270 ____________________________________________________________________________
17271 [ 11440] By: jhi                                   on 2001/07/22  14:51:14
17272         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]?
17273              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
17274              Message-Id: <200107210559.WAA09160@ventrue.corp.yahoo.com>
17275              Date: Fri, 20 Jul 2001 22:59:25 -0700 (PDT)
17276      Branch: perl
17277            ! ext/POSIX/POSIX.pod
17278 ____________________________________________________________________________
17279 [ 11439] By: jhi                                   on 2001/07/22  14:49:25
17280         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]? 
17281              From: Mark-Jason Dominus <mjd@plover.com>
17282              Date: Fri, 20 Jul 2001 23:16:54 -0400
17283              Message-ID: <20010721031654.21877.qmail@plover.com>
17284      Branch: perl
17285            ! ext/POSIX/POSIX.pod
17286 ____________________________________________________________________________
17287 [ 11438] By: jhi                                   on 2001/07/22  14:41:58
17288         Log: Subject: Re: [PATCH O.pm] avoid to clutter output with -l
17289              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17290              Date: Sun, 22 Jul 2001 14:56:09 +0200
17291              Message-ID: <20010722145609.A766@rafael>
17292      Branch: perl
17293            ! ext/B/O.pm
17294 ____________________________________________________________________________
17295 [ 11437] By: jhi                                   on 2001/07/22  14:39:07
17296         Log: Subject: regexec.c #define cleanup
17297              From: Mark-Jason Dominus <mjd@plover.com>
17298              Date: Sat, 21 Jul 2001 18:33:25 -0400
17299              Message-ID: <20010721223325.3069.qmail@plover.com>
17300      Branch: perl
17301            ! regexec.c
17302 ____________________________________________________________________________
17303 [ 11436] By: jhi                                   on 2001/07/22  14:36:43
17304         Log: Subject: [PATCH: perl@11373] Win32 update for t/io/fs.t (may effect NetWare)
17305              From: Prymmer/Kahn <pvhp@best.com>
17306              Date: Sat, 21 Jul 2001 12:08:29 -0700 (PDT)
17307              Message-ID: <Pine.BSF.4.21.0107211156160.17271-100000@shell8.ba.best.com>
17308      Branch: perl
17309            ! t/io/fs.t
17310 ____________________________________________________________________________
17311 [ 11435] By: jhi                                   on 2001/07/22  00:22:51
17312         Log: Typo in #11432.
17313      Branch: perl
17314            ! ext/POSIX/POSIX.t
17315 ____________________________________________________________________________
17316 [ 11434] By: jhi                                   on 2001/07/21  23:12:26
17317         Log: Integrate (manually) change #11424 from macperl.
17318      Branch: perl
17319            ! ext/Filter/t/call.t
17320 ____________________________________________________________________________
17321 [ 11433] By: jhi                                   on 2001/07/21  23:07:43
17322         Log: Integrate change #11408 from macperl.
17323      Branch: perl
17324           !> README.macos pod/perlport.pod
17325 ____________________________________________________________________________
17326 [ 11432] By: jhi                                   on 2001/07/21  23:02:30
17327         Log: Integrate change #11388 from macperl (the *.t parts needed hand massage).
17328      Branch: perl
17329           +> macos/MacPerlTests.cmd macos/xsubpp.patch
17330            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
17331            ! ext/DB_File/t/db-recno.t ext/NDBM_File/ndbm.t
17332            ! ext/POSIX/POSIX.t
17333 ____________________________________________________________________________
17334 [ 11431] By: gsar                                  on 2001/07/21  05:03:44
17335         Log: pod/*.t tests not picked up by t/TEST either
17336      Branch: maint-5.6/perl
17337            ! t/TEST
17338 ____________________________________________________________________________
17339 [ 11430] By: gsar                                  on 2001/07/21  04:58:12
17340         Log: better tweak for change#11429 (windows has both / and \ separated
17341              paths in @INC at that point)
17342      Branch: maint-5.6/perl
17343            ! t/pod/testp2pt.pl
17344 ____________________________________________________________________________
17345 [ 11429] By: gsar                                  on 2001/07/21  04:41:15
17346         Log: MacOS pod test tweak needs \Escape
17347      Branch: maint-5.6/perl
17348            ! t/pod/testp2pt.pl
17349 ____________________________________________________________________________
17350 [ 11428] By: gsar                                  on 2001/07/21  04:39:34
17351         Log: run/runenv.t needs fflushNULL sanity (t/TEST is too dumb to detect
17352              resulting duplicate output, but t/harness isn't)
17353      Branch: maint-5.6/perl
17354            ! t/run/runenv.t
17355 ____________________________________________________________________________
17356 [ 11427] By: gsar                                  on 2001/07/21  04:37:26
17357         Log: t/harness wasn't picking up all the tests
17358      Branch: maint-5.6/perl
17359            ! t/harness
17360 ____________________________________________________________________________
17361 [ 11426] By: gsar                                  on 2001/07/21  04:09:26
17362         Log: update MANIFEST for new file
17363      Branch: maint-5.6/perl
17364            ! MANIFEST
17365 ____________________________________________________________________________
17366 [ 11425] By: gsar                                  on 2001/07/21  04:07:46
17367         Log: integrate maint-5.6/macperl changes into maint-5.6/perl, with
17368              the exception of the macperl/macos/... tree
17369      Branch: maint-5.6/perl
17370           +> t/lib/filefind-taint.t
17371           !> (integrate 72 files)
17372 ____________________________________________________________________________
17373 [ 11424] By: pudge                                 on 2001/07/20  18:55:25
17374         Log: Fix test.
17375      Branch: maint-5.6/macperl
17376            ! macos/bundled_ext/Filter/t/call.t
17377 ____________________________________________________________________________
17378 [ 11423] By: gsar                                  on 2001/07/20  18:38:48
17379         Log: Make perl fork()-safe (in a slightly limited way) even on
17380              platforms that don't have pthread_atfork() (extension of
17381              the fix in change#11151).
17382              
17383              Note that this will not help extensions that call fork()
17384              directly in C, or that link to libraries that call fork()
17385              directly.  Such cases must be fixed to either call
17386              PerlProc_fork(), or call atfork_lock() in parent before the
17387              calling the function that forks and call atfork_unlock()
17388              in both parent and child immediately after the fork().
17389              (There are no worries if C code calls exec() in the child
17390              immediately after a fork().  Only cases where the child
17391              calls perl's API functions (including New()) after the
17392              fork() are problematic.)
17393              
17394              This change also eliminates the use of vfork() from perl,
17395              since all such uses were violating the severe restrictions
17396              on modifying the state of the process between the vfork()
17397              and the exec().
17398              
17399              This is a modified version of patches suggested by Abhijit
17400              Menon-Sen and Richard Soderberg.
17401      Branch: perl
17402            ! embed.h embed.pl global.sym iperlsys.h miniperlmain.c
17403            ! objXSUB.h perl.c perlapi.c pp_sys.c proto.h thread.h util.c
17404 ____________________________________________________________________________
17405 [ 11422] By: pudge                                 on 2001/07/20  18:16:37
17406         Log: Add Filter::Util::Call, Class::ISA, Digest, Filter::Simple,
17407              Switch, and Text::Balanced.
17408      Branch: maint-5.6/macperl
17409            + macos/bundled_ext/Filter/Util/Call/Call.pm
17410            + macos/bundled_ext/Filter/Util/Call/Call.xs
17411            + macos/bundled_ext/Filter/Util/Call/Makefile.PL
17412            + macos/bundled_ext/Filter/t/MyFilter.pm
17413            + macos/bundled_ext/Filter/t/call.t
17414            + macos/bundled_ext/Filter/t/filter-util.pl
17415            + macos/bundled_lib/blib/lib/Class/ISA.pm
17416            + macos/bundled_lib/blib/lib/Digest.pm
17417            + macos/bundled_lib/blib/lib/Filter/Simple.pm
17418            + macos/bundled_lib/blib/lib/Switch.pm
17419            + macos/bundled_lib/blib/lib/Text/Balanced.pm
17420            + macos/bundled_lib/blib/lib/Text/Balanced.pod
17421            + macos/bundled_lib/t/Class/ISA/test.pl
17422            + macos/bundled_lib/t/Digest/Digest.t
17423            + macos/bundled_lib/t/Filter/Simple/test.pl
17424            + macos/bundled_lib/t/Switch/test.pl
17425            + macos/bundled_lib/t/Text/Balanced/t/genxt.t
17426            + macos/bundled_lib/t/Text/Balanced/t/xbrak.t
17427            + macos/bundled_lib/t/Text/Balanced/t/xcode.t
17428            + macos/bundled_lib/t/Text/Balanced/t/xdeli.t
17429            + macos/bundled_lib/t/Text/Balanced/t/xmult.t
17430            + macos/bundled_lib/t/Text/Balanced/t/xquot.t
17431            + macos/bundled_lib/t/Text/Balanced/t/xtagg.t
17432            + macos/bundled_lib/t/Text/Balanced/t/xvari.t
17433 ____________________________________________________________________________
17434 [ 11421] By: pudge                                 on 2001/07/20  18:03:28
17435         Log: Add Filter::Util::Call to config/make files; edit utils
17436              to recognize the module (it was descended too far down).
17437              Bump version to 5.6.1a4.
17438      Branch: maint-5.6/macperl
17439            ! macos/InstallBLIB macos/MPVersion.r macos/Makefile.mk
17440            ! macos/config.sh macos/lib/ExtUtils/MM_MacOS.pm
17441            ! macos/macperl/Makefile.mk macos/xsubpp.patch
17442 ____________________________________________________________________________
17443 [ 11420] By: pudge                                 on 2001/07/20  18:02:05
17444         Log: Make DB_File the default for MLDBM on MacOS.
17445      Branch: maint-5.6/macperl
17446            ! macos/bundled_lib/blib/lib/MLDBM.pm
17447 ____________________________________________________________________________
17448 [ 11419] By: nick                                  on 2001/07/20  14:51:03
17449         Log: Subject:  [PATCH UnicodeCD.pm] Fix erronous documentation
17450              From:  Simon Cozens <simon@netthink.co.uk>
17451              Date:  Fri, 20 Jul 2001 11:42:35 -0400
17452              Message-Id:  <20010720114235.A5235@netthink.co.uk>
17453      Branch: perl
17454            ! lib/UnicodeCD.pm
17455 ____________________________________________________________________________
17456 [ 11418] By: nick                                  on 2001/07/20  14:48:12
17457         Log: Subject:  [PATCH regcomp.h] adds a comment
17458              From:  Abhijit Menon-Sen <ams@wiw.org>
17459              Date:  Fri, 20 Jul 2001 21:05:37 +0530
17460              Message-Id:  <20010720210537.A7678@lustre.dyn.wiw.org>
17461      Branch: perl
17462            ! regcomp.h
17463 ____________________________________________________________________________
17464 [ 11417] By: nick                                  on 2001/07/20  14:16:38
17465         Log: Subject:  [PATCH 5.7.2] INSTALL updates
17466              From:  Andy Dougherty <doughera@lafayette.edu>
17467              Date:  Fri, 20 Jul 2001 11:01:40 -0400 (EDT)
17468              Message-Id:  <Pine.SOL.4.10.10107201059510.16494-100000@maxwell.phys.lafayette.edu>
17469      Branch: perl
17470            ! INSTALL
17471 ____________________________________________________________________________
17472 [ 11416] By: nick                                  on 2001/07/20  06:44:44
17473         Log: Subject:  Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
17474              From:  Russ Allbery <rra@stanford.edu>
17475              Date:  19 Jul 2001 15:52:37 -0700
17476              Message-Id:  <ylvgko4jm2.fsf@windlord.stanford.edu>
17477      Branch: perl
17478            ! lib/Pod/Man.pm
17479 ____________________________________________________________________________
17480 [ 11415] By: nick                                  on 2001/07/20  06:35:11
17481         Log: Subject:  [PATCH] defer op_seq allocation
17482              From:  Abhijit Menon-Sen <ams@wiw.org>
17483              Date:  Thu, 19 Jul 2001 22:12:24 +0530
17484              Message-Id:  <20010719221224.A13786@lustre.dyn.wiw.org>
17485      Branch: perl
17486            ! op.c
17487 ____________________________________________________________________________
17488 [ 11414] By: nick                                  on 2001/07/20  06:23:36
17489         Log: Subject:  [PATCH] prototype for Time::HiRes::sleep()
17490              From:  Abhijit Menon-Sen <ams@wiw.org>
17491              Date:  Fri, 20 Jul 2001 01:18:50 +0530
17492              Message-Id:  <20010720011850.A19650@lustre.dyn.wiw.org>
17493              (Private e-mail)
17494      Branch: perl
17495            ! ext/Time/HiRes/HiRes.xs
17496 ____________________________________________________________________________
17497 [ 11413] By: nick                                  on 2001/07/20  06:18:53
17498         Log: Integrate mainline
17499      Branch: perlio
17500           +> ext/Encode/Encode/euc-jp-0212.enc t/lib/commonsense.t
17501            - t/base/commonsense.t
17502           !> MANIFEST doio.c ext/B/B/Deparse.pm ext/Encode/Encode/Tcl.pm
17503           !> ext/POSIX/POSIX.t ext/Time/HiRes/HiRes.xs gv.c hints/darwin.sh
17504           !> hints/rhapsody.sh numeric.c pod/perlfunc.pod pod/perlhack.pod
17505           !> pod/perlre.pod pp_sys.c sv.c t/README t/op/arith.t
17506           !> t/op/sprintf.t thread.h utils/h2xs.PL win32/perlhost.h
17507           !> win32/win32.c
17508 ____________________________________________________________________________
17509 [ 11412] By: nick                                  on 2001/07/19  06:44:27
17510         Log: Integrate win32/perlhost.h from maintenance branch.
17511              (Rest of $ENV{PATH} / system() fix.)
17512      Branch: perl
17513           !> win32/perlhost.h
17514 ____________________________________________________________________________
17515 [ 11411] By: nick                                  on 2001/07/19  06:41:34
17516         Log: Subject:  [DOC PATCH bleadperl] its vs it's in perlhack.pod
17517              From:  Philip Newton <Philip.Newton@gmx.net>
17518              Date:  Wed, 18 Jul 2001 21:43:57 +0200
17519              Message-Id:  <E15Mx9y-0007Oz-00@mserv1b.vianw.co.uk>
17520      Branch: perl
17521            ! pod/perlhack.pod
17522 ____________________________________________________________________________
17523 [ 11410] By: nick                                  on 2001/07/19  06:39:35
17524         Log: Subject:  Security hole in taint checking in open()
17525              From:  deekoo@tentacle.net
17526              Date:  Thu, 19 Jul 2001 00:03:46 -0700 (PDT)
17527              Message-Id:  <Pine.LNX.4.33.0107182248330.11996-100000@chaos.tentacle.net>
17528      Branch: perl
17529            ! doio.c
17530 ____________________________________________________________________________
17531 [ 11409] By: nick                                  on 2001/07/19  06:28:08
17532         Log: Subject:  [PATCH] Re: Time::HiRes qw(sleep) fails
17533              From:  Abhijit Menon-Sen <ams@wiw.org>
17534              Date:  Thu, 19 Jul 2001 04:30:43 +0530
17535              Message-Id:  <20010719043043.A10327@lustre.dyn.wiw.org>
17536      Branch: perl
17537            ! ext/Time/HiRes/HiRes.xs
17538 ____________________________________________________________________________
17539 [ 11408] By: pudge                                 on 2001/07/19  03:27:36
17540         Log: Update docs with latest implementation information and new URLs.
17541      Branch: maint-5.6/macperl
17542            ! README.macos pod/perlport.pod
17543 ____________________________________________________________________________
17544 [ 11407] By: pudge                                 on 2001/07/19  02:35:46
17545         Log: Add Time::HiRes, and add default Makefile.mk for Digest::MD5.
17546              Fix BuildRules to accept optimization variables.
17547      Branch: maint-5.6/macperl
17548            + macos/bundled_ext/Digest/MD5/Makefile.mk
17549            ! macos/BuildRules.mk macos/Makefile.mk
17550            ! macos/bundled_ext/Time/HiRes/HiRes.xs macos/config.sh
17551            ! macos/macish.c macos/macish.h macos/macperl/Makefile.mk
17552 ____________________________________________________________________________
17553 [ 11406] By: pudge                                 on 2001/07/19  01:11:39
17554         Log: Integrate changes 11399,11401
17555      Branch: maint-5.6/macperl
17556           !> win32/perlhost.h win32/win32.c
17557 ____________________________________________________________________________
17558 [ 11405] By: nick                                  on 2001/07/18  06:50:33
17559         Log: Integrate Sarathy's Win32 $ENV{'PATH'}/system fixes (11399, 11400)
17560              from perl5.6*
17561      Branch: perl
17562           !> win32/perlhost.h win32/win32.c
17563 ____________________________________________________________________________
17564 [ 11404] By: nick                                  on 2001/07/18  06:43:59
17565         Log: Subject:  Re: Perl 5.7.2 Has Been Released 
17566              From:  hv@crypt0.demon.co.uk
17567              Date:  Wed, 18 Jul 2001 05:58:46 +0100
17568              Message-Id:  <200107180458.f6I4wlJ19966@crypt0.demon.co.uk>
17569      Branch: perl
17570            ! ext/POSIX/POSIX.t
17571 ____________________________________________________________________________
17572 [ 11403] By: nick                                  on 2001/07/18  06:38:57
17573         Log: Subject:  Re: [ID 20010716.005] numeric conversions in 5.7.[12] changed from perl5.6.1 (leading whitespace) 
17574              From:  hv@crypt0.demon.co.uk
17575              Date:  Wed, 18 Jul 2001 05:21:54 +0100
17576              Message-Id:  <200107180421.f6I4Ltc00987@crypt0.demon.co.uk>
17577      Branch: perl
17578            ! numeric.c t/op/arith.t
17579 ____________________________________________________________________________
17580 [ 11402] By: nick                                  on 2001/07/18  06:19:17
17581         Log: Subject:  Doc patch: perlre should mention perlrequick and perlretut
17582              From:  mjd@plover.com
17583              Date:  17 Jul 2001 17:59:20 -0000
17584              Message-Id:  <20010717175920.8177.qmail@plover.com>
17585      Branch: perl
17586            ! pod/perlre.pod
17587 ____________________________________________________________________________
17588 [ 11401] By: gsar                                  on 2001/07/17  21:31:31
17589         Log: thinko in change#11400 (duh)
17590      Branch: maint-5.6/perl
17591            ! win32/perlhost.h
17592 ____________________________________________________________________________
17593 [ 11400] By: gsar                                  on 2001/07/17  19:46:34
17594         Log: change#11399 revealed another unrelated bug; this is just a temporary
17595              bandaid
17596      Branch: maint-5.6/perl
17597            ! win32/perlhost.h
17598 ____________________________________________________________________________
17599 [ 11399] By: gsar                                  on 2001/07/17  19:11:57
17600         Log: fix bugs in handling of the virtualized environment under windows;
17601              there were bugs in propagating any changes to %ENV down to the real
17602              environment when such changes happened in the toplevel process
17603              (thanks to Johan Holmberg <holmberg@iar.se> for the excellent
17604              problem identification, and for a part of the fix)
17605      Branch: maint-5.6/perl
17606            ! win32/perlhost.h win32/win32.c
17607 ____________________________________________________________________________
17608 [ 11398] By: nick                                  on 2001/07/17  08:26:35
17609         Log: Subject: Re: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
17610              From: Peter Prymmer <pvhp@forte.com>
17611              Date: Mon, 16 Jul 2001 16:43:14 -0700 (PDT)
17612              Message-Id: <Pine.OSF.4.10.10107161631300.464972-100000@aspara.forte.com>
17613              
17614              Move t/base/commonsense.t to t/lib/commonsense.t - base tests
17615              should not depend on existance of Config.pm
17616      Branch: perl
17617           +> t/lib/commonsense.t
17618            - t/base/commonsense.t
17619            ! MANIFEST t/README
17620 ____________________________________________________________________________
17621 [ 11397] By: nick                                  on 2001/07/17  08:09:58
17622         Log: Subject:  [PATCH pod/perlhack.pod] Sections on writing tests & patching core mods
17623              From:  Michael G Schwern <schwern@pobox.com>
17624              Date:  Mon, 16 Jul 2001 18:20:31 -0400
17625              Message-Id:  <20010716182031.A1128@blackrider>
17626      Branch: perl
17627            ! pod/perlhack.pod
17628 ____________________________________________________________________________
17629 [ 11396] By: nick                                  on 2001/07/17  08:04:11
17630         Log: Subject:  [PATCH perlfunc.pod] make printf refer to sprintf
17631              From:  Gwyn Judd <b.judd@xtra.co.nz>
17632              Date:  Tue, 17 Jul 2001 20:55:58 +1200
17633              Message-Id:  <20010717205558.A3107@thislove>
17634      Branch: perl
17635            ! pod/perlfunc.pod
17636 ____________________________________________________________________________
17637 [ 11395] By: nick                                  on 2001/07/17  08:02:22
17638         Log: Subject:  [PATCH: perl@11373] fix t/op/sprintf.t to not load %Config
17639              From:  Peter Prymmer <pvhp@forte.com>
17640              Date:  Mon, 16 Jul 2001 15:48:33 -0700 (PDT)
17641              Message-Id:  <Pine.OSF.4.10.10107161543400.464972-100000@aspara.forte.com>
17642      Branch: perl
17643            ! t/op/sprintf.t
17644 ____________________________________________________________________________
17645 [ 11394] By: nick                                  on 2001/07/17  07:57:06
17646         Log: Subject:  Re: [PATCH gv.c] allow ${"1f"} to be non-regex var 
17647              From:  Jeff 'Japhy' Pinyan <jeffp@crusoe.net>
17648              Date:  Mon, 16 Jul 2001 18:46:53 -0400 (EDT)
17649              Message-Id:  <Pine.GSO.4.21.0107161829390.1405-100000@crusoe.crusoe.net>
17650      Branch: perl
17651            ! gv.c
17652 ____________________________________________________________________________
17653 [ 11392] By: nick                                  on 2001/07/17  07:50:12
17654         Log: Subject:  [PATCH] fix PTHREAD_ATFORK croaking too early, too often
17655              From:  Coral <coral@moonlight.crystalflame.net>
17656              Date:  Mon, 16 Jul 2001 14:25:19 -0700 (PDT)
17657              Message-Id:  <200107162125.f6GLPJ345261@moonlight.crystalflame.net>
17658      Branch: perl
17659            ! pp_sys.c thread.h
17660 ____________________________________________________________________________
17661 [ 11391] By: nick                                  on 2001/07/17  07:34:28
17662         Log: Subject:  Re: [PATCH h2xs.PL ] use Test::More where appropriate (was Re:   
17663              From:  Jonathan Stowe <gellyfish@gellyfish.com>
17664              Date:  Mon, 16 Jul 2001 18:31:21 +0100 (BST)
17665              Message-Id:  <Pine.LNX.4.33.0107161827570.15520-100000@orpheus.gellyfish.com>
17666      Branch: perl
17667            ! utils/h2xs.PL
17668 ____________________________________________________________________________
17669 [ 11390] By: pudge                                 on 2001/07/16  23:54:44
17670         Log: Add in List::Util, Memoize, NEXT, and a bunch of tests for other
17671              modules.  Also added Mac::BuildTools, Mac::AppleEvents::Simple,
17672              and Mac::Apps::Launch, which don't work, and Time::HiRes and
17673              Time::Piece, which don't yet work.
17674      Branch: maint-5.6/macperl
17675            + (add 154 files)
17676 ____________________________________________________________________________
17677 [ 11389] By: pudge                                 on 2001/07/16  23:13:10
17678         Log: Fix %ENV to be tainted [SF bug #231848, Thomas Wegner].
17679              Also add hack to get around missing setenv for PERL5DB.
17680      Branch: maint-5.6/macperl
17681            ! macos/macish.c macos/macish.h
17682 ____________________________________________________________________________
17683 [ 11388] By: pudge                                 on 2001/07/16  23:11:26
17684         Log: Fix DB_File, and patch tests for it, and NDBM_File, and POSIX.
17685      Branch: maint-5.6/macperl
17686            ! macos/MacPerlTests.cmd macos/xsubpp.patch t/lib/db-btree.t
17687            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/ndbm.t t/lib/posix.t
17688 ____________________________________________________________________________
17689 [ 11387] By: pudge                                 on 2001/07/16  23:05:12
17690         Log: Fix up some configuration and make options, add extra
17691              extensions.
17692      Branch: maint-5.6/macperl
17693            ! macos/ExtBuildRules.mk macos/Makefile.mk macos/config.sh
17694            ! macos/macperl/Makefile.mk
17695 ____________________________________________________________________________
17696 [ 11386] By: pudge                                 on 2001/07/16  21:22:32
17697         Log: From Change 11374 in maintperl.
17698      Branch: maint-5.6/macperl
17699           !> utils/h2ph.PL
17700 ____________________________________________________________________________
17701 [ 11385] By: nick                                  on 2001/07/16  14:12:58
17702         Log: Back out change to h2xs till it passes its test.
17703      Branch: perl
17704            ! utils/h2xs.PL
17705 ____________________________________________________________________________
17706 [ 11384] By: nick                                  on 2001/07/16  14:00:10
17707         Log: Subject:  [PATCH h2xs.PL ] use Test::More where appropriate (was Re: [PATCH]
17708              From:  Jonathan Stowe <gellyfish@gellyfish.com>
17709              Date:  Mon, 16 Jul 2001 08:37:05 +0100 (BST)
17710              Message-Id:  <Pine.LNX.4.33.0107160830480.9915-100000@orpheus.gellyfish.com>
17711      Branch: perl
17712            ! utils/h2xs.PL
17713 ____________________________________________________________________________
17714 [ 11383] By: nick                                  on 2001/07/16  13:53:12
17715         Log: Subject:  [PATCH hints/darwin.sh] Don't override user-specified optimize flag
17716              From:  Robin Houston <robin@kitsite.com>
17717              Date:  Sun, 15 Jul 2001 18:22:31 +0100
17718              Message-Id:  <20010715182230.A11174@robin>
17719      Branch: perl
17720            ! hints/darwin.sh
17721 ____________________________________________________________________________
17722 [ 11382] By: nick                                  on 2001/07/16  13:52:49
17723         Log: Subject:  [PATCH perl@11372] re_dup
17724              From:  Radu Greab <radu@netsoft.ro>
17725              Date:  Sun, 15 Jul 2001 04:50:06 +0300
17726              Message-Id:  <15184.63182.656988.340591@ix.netsoft.ro>
17727      Branch: perl
17728            ! sv.c
17729 ____________________________________________________________________________
17730 [ 11379] By: nick                                  on 2001/07/16  13:35:39
17731         Log: Subject:  [PATCH B::Deparse] formats can't contain formats
17732              From:  Robin Houston <robin@kitsite.com>
17733              Date:  Sat, 14 Jul 2001 14:28:50 +0100
17734              Message-Id:  <20010714142850.A10205@robin>
17735      Branch: perl
17736            ! ext/B/B/Deparse.pm
17737 ____________________________________________________________________________
17738 [ 11378] By: nick                                  on 2001/07/16  13:30:36
17739         Log: Subject:  [PATCH @11359] Encode::Tcl.pm, EUC-JP with jis-x0212
17740              From:  Sadahiro Tomoyuki <BQW10602@nifty.com>
17741              Date:  Sat, 14 Jul 2001 22:17:42 +0900
17742              Message-Id:  <20010714221736.6CA3.BQW10602@nifty.com>
17743      Branch: perl
17744            + ext/Encode/Encode/euc-jp-0212.enc
17745            ! ext/Encode/Encode/Tcl.pm
17746 ____________________________________________________________________________
17747 [ 11377] By: nick                                  on 2001/07/16  13:17:28
17748         Log: Subject:  [PATCH 5.7.2] Remove useless ccflags hints
17749              From:  Andy Dougherty <doughera@lafayette.edu>
17750              Date:  Sun, 15 Jul 2001 22:52:54 -0400 (EDT)
17751              Message-Id:  <Pine.SOL.4.10.10107152250230.10344-100000@maxwell.phys.lafayette.edu>
17752      Branch: perl
17753            ! hints/darwin.sh hints/rhapsody.sh
17754 ____________________________________________________________________________
17755 [ 11376] By: nick                                  on 2001/07/16  09:05:00
17756         Log: Integrate mainline
17757      Branch: perlio
17758           +> ext/Encode/Encode/7bit-greek.enc
17759           +> ext/Encode/Encode/7bit-latin1.enc
17760           +> ext/Encode/Encode/cns11643-1.enc
17761           +> ext/Encode/Encode/cns11643-2.enc
17762           +> ext/Encode/Encode/iso2022-cn.enc
17763           +> ext/Encode/Encode/iso2022-jp1.enc
17764           +> ext/Encode/Encode/iso2022-jp2.enc
17765           !> Changes Configure MANIFEST Makefile.SH
17766           !> ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
17767           !> ext/Encode/Encode/iso2022-kr.enc ext/POSIX/POSIX.pm
17768           !> ext/PerlIO/Via/Via.pm handy.h myconfig.SH patchlevel.h
17769           !> pod/perlhack.pod pod/perlre.pod pod/perltoc.pod regcomp.c sv.c
17770           !> t/op/pat.t t/op/sprintf.t utils/h2ph.PL utils/h2xs.PL
17771 ____________________________________________________________________________
17772 [ 11375] By: gsar                                  on 2001/07/16  02:46:11
17773         Log: integrate change#11374 from maint-5.6
17774              
17775              make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
17776      Branch: perl
17777           !> utils/h2ph.PL
17778 ____________________________________________________________________________
17779 [ 11374] By: gsar                                  on 2001/07/16  02:10:51
17780         Log: make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
17781      Branch: maint-5.6/perl
17782            ! utils/h2ph.PL
17783 ____________________________________________________________________________
17784 [ 11373] By: jhi                                   on 2001/07/14  09:27:10
17785         Log: Update Changes.
17786      Branch: perl
17787            ! Changes patchlevel.h
17788 ____________________________________________________________________________
17789 [ 11372] By: jhi                                   on 2001/07/14  09:19:18
17790         Log: Subject: [PATCH h2xs.PL] use Getopt::Long (was Re: [PATCH] h2xs)
17791              From: Jonathan Stowe <gellyfish@gellyfish.com>
17792              Date: Sat, 14 Jul 2001 10:14:34 +0100 (BST)
17793              Message-ID: <Pine.LNX.4.33.0107141008350.9915-100000@orpheus.gellyfish.com>
17794      Branch: perl
17795            ! utils/h2xs.PL
17796 ____________________________________________________________________________
17797 [ 11371] By: jhi                                   on 2001/07/14  09:18:09
17798         Log: Subject: patch to add DEL to [:cntrl:]
17799              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
17800              Date: Fri, 13 Jul 2001 23:25:12 -0700 (PDT)
17801              Message-Id: <200107140625.XAA01517@ventrue.corp.yahoo.com>
17802      Branch: perl
17803            ! handy.h pod/perlre.pod regcomp.c t/op/pat.t
17804 ____________________________________________________________________________
17805 [ 11370] By: jhi                                   on 2001/07/14  01:33:17
17806         Log: Metaconfig unit change for #11369; plus a dependency nit.
17807      Branch: metaconfig
17808            ! U/compline/nblock_io.U
17809      Branch: metaconfig/U/perl
17810            ! Extensions.U
17811 ____________________________________________________________________________
17812 [ 11369] By: jhi                                   on 2001/07/14  01:32:33
17813         Log: #include <stdlib.h> so that exit() is prototyped,
17814              noticed by Hugo.
17815      Branch: perl
17816            ! Configure
17817 ____________________________________________________________________________
17818 [ 11368] By: jhi                                   on 2001/07/14  01:18:28
17819         Log: Subject: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
17820              From: Peter Prymmer <pvhp@forte.com>
17821              Date: Fri, 13 Jul 2001 19:15:45 -0700 (PDT)
17822              Message-ID: <Pine.OSF.4.10.10107131908370.270775-100000@aspara.forte.com>
17823      Branch: perl
17824            ! t/op/sprintf.t
17825 ____________________________________________________________________________
17826 [ 11367] By: jhi                                   on 2001/07/14  01:07:03
17827         Log: Subject: [PATCH: perl@11359] fixup for Encode/Tcl.t on ruthless filesystems
17828              From: Peter Prymmer <pvhp@forte.com>
17829              Date: Fri, 13 Jul 2001 19:00:20 -0700 (PDT)
17830              Message-ID: <Pine.OSF.4.10.10107131856280.270775-100000@aspara.forte.com>
17831      Branch: perl
17832            ! ext/Encode/Encode/Tcl.t
17833 ____________________________________________________________________________
17834 [ 11366] By: jhi                                   on 2001/07/13  22:48:47
17835         Log: Add information about gcc 3.0 basic block profiling.
17836      Branch: perl
17837            ! Makefile.SH pod/perlhack.pod pod/perltoc.pod
17838 ____________________________________________________________________________
17839 [ 11365] By: jhi                                   on 2001/07/13  21:22:20
17840         Log: Subject: Error in lib/PerlIO/Via.pm ?
17841              From: Mark-Jason Dominus <mjd@plover.com>
17842              Date: Fri, 13 Jul 2001 15:55:41 -0400
17843              Message-ID: <20010713195541.26751.qmail@plover.com>
17844      Branch: perl
17845            ! ext/PerlIO/Via/Via.pm
17846 ____________________________________________________________________________
17847 [ 11364] By: jhi                                   on 2001/07/13  21:21:23
17848         Log: Move both usemymalloc and d_bincompat5005 to the Platfom
17849              section from the Compiler section.
17850      Branch: perl
17851            ! myconfig.SH
17852 ____________________________________________________________________________
17853 [ 11363] By: jhi                                   on 2001/07/13  21:19:34
17854         Log: Handle glibc style of constant definitions using enum
17855              with intervening #defines; from Brendan O'Dea.
17856      Branch: perl
17857            ! utils/h2ph.PL
17858 ____________________________________________________________________________
17859 [ 11362] By: jhi                                   on 2001/07/13  21:17:40
17860         Log: Add LC_MESSAGES to the locale_h export tag (it already is
17861              in the Makefile.PL and thusly eligible for an XS constant)
17862              (see also maintperl #10543)
17863      Branch: perl
17864            ! ext/POSIX/POSIX.pm
17865 ____________________________________________________________________________
17866 [ 11361] By: jhi                                   on 2001/07/13  15:12:37
17867         Log: Subject: Re: [patch] re_dup
17868              From: Abhijit Menon-Sen <ams@wiw.org>
17869              Date: Fri, 13 Jul 2001 21:41:09 +0530
17870              Message-ID: <20010713214109.A3328@lustre.dyn.wiw.org>
17871      Branch: perl
17872            ! sv.c
17873 ____________________________________________________________________________
17874 [ 11360] By: jhi                                   on 2001/07/13  15:11:45
17875         Log: Subject: [patch] re_dup
17876              From: Doug MacEachern <dougm@covalent.net>
17877              Date: Fri, 13 Jul 2001 08:51:24 -0700 (PDT)
17878              Message-ID: <Pine.LNX.4.21.0107130848530.28844-100000@mako.covalent.net>
17879      Branch: perl
17880            ! sv.c
17881 ____________________________________________________________________________
17882 [ 11359] By: jhi                                   on 2001/07/13  14:30:32
17883         Log: Update Changes.
17884      Branch: perl
17885            ! Changes patchlevel.h
17886 ____________________________________________________________________________
17887 [ 11358] By: jhi                                   on 2001/07/13  14:26:36
17888         Log: Subject: [PATCH @11328] Encode::Tcl.pm for iso-2022-(?:jp-[12]|cn)
17889              From: SADAHIRO Tomoyuki <BQW10602@nifty.com> 
17890              Date: Sat, 14 Jul 2001 00:06:30 +0900
17891              Message-Id: <20010713235522.8406.BQW10602@nifty.com>
17892      Branch: perl
17893            + ext/Encode/Encode/7bit-greek.enc
17894            + ext/Encode/Encode/7bit-latin1.enc
17895            + ext/Encode/Encode/cns11643-1.enc
17896            + ext/Encode/Encode/cns11643-2.enc
17897            + ext/Encode/Encode/iso2022-cn.enc
17898            + ext/Encode/Encode/iso2022-jp1.enc
17899            + ext/Encode/Encode/iso2022-jp2.enc
17900            ! MANIFEST ext/Encode/Encode/Tcl.pm
17901            ! ext/Encode/Encode/iso2022-kr.enc
17902 ____________________________________________________________________________
17903 [ 11357] By: nick                                  on 2001/07/13  14:24:06
17904         Log: Blind integrate mainline (as of 5.7.2?)
17905      Branch: perlio
17906           !> AUTHORS Changes Porting/config.sh Porting/config_H
17907           !> README.netware ext/PerlIO/t/encoding.t makedef.pl patchlevel.h
17908           !> pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
17909           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
17910           !> win32/makefile.mk
17911 ____________________________________________________________________________
17912 [ 11355] By: jhi                                   on 2001/07/13  13:13:46
17913         Log: Snip away the devel patchlevel.
17914      Branch: perl
17915            ! patchlevel.h
17916 ____________________________________________________________________________
17917 [ 11354] By: jhi                                   on 2001/07/13  13:12:01
17918         Log: Bump the version to 5.7.2.
17919      Branch: perl
17920            ! Porting/config.sh Porting/config_H patchlevel.h
17921            ! pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
17922            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
17923            ! win32/makefile.mk
17924 ____________________________________________________________________________
17925 [ 11353] By: jhi                                   on 2001/07/13  13:00:00
17926         Log: Update Changes.
17927      Branch: perl
17928            ! Changes
17929 ____________________________________________________________________________
17930 [ 11352] By: jhi                                   on 2001/07/13  12:54:49
17931         Log: Reword.
17932      Branch: perl
17933            ! AUTHORS
17934 ____________________________________________________________________________
17935 [ 11351] By: jhi                                   on 2001/07/13  12:52:47
17936         Log: AUTHORS update.
17937      Branch: perl
17938            ! AUTHORS
17939 ____________________________________________________________________________
17940 [ 11350] By: jhi                                   on 2001/07/13  12:24:36
17941         Log: Ignore PL_regex_pad and PL_regex_padav from symbols
17942              unless ithreads.
17943      Branch: perl
17944            ! makedef.pl
17945 ____________________________________________________________________________
17946 [ 11349] By: jhi                                   on 2001/07/13  11:54:10
17947         Log: Integrate perlio.
17948      Branch: perl
17949           !> win32/distclean.bat
17950 ____________________________________________________________________________
17951 [ 11348] By: jhi                                   on 2001/07/13  11:49:50
17952         Log: Test the encoding transform only iff we have PerlIO,
17953              noticed by H. Merijn Brand.
17954      Branch: perl
17955            ! ext/PerlIO/t/encoding.t
17956 ____________________________________________________________________________
17957 [ 11347] By: jhi                                   on 2001/07/13  11:40:13
17958         Log: README.netware tweaks from Ananth Kesari.
17959      Branch: perl
17960            ! README.netware
17961 ____________________________________________________________________________
17962 [ 11346] By: nick                                  on 2001/07/13  09:18:51
17963         Log: Win32/distclean.bat - Down-case all MANIFEST and File::Find results so 
17964              to avoid /unicode vs /Unicode issues.
17965      Branch: perlio
17966            ! win32/distclean.bat
17967 ____________________________________________________________________________
17968 [ 11345] By: nick                                  on 2001/07/13  06:24:18
17969         Log: Integrate mainline
17970      Branch: perlio
17971           +> README.uts lib/UnicodeCD.pm lib/UnicodeCD.t
17972            - lib/Unicode/UCD.pm lib/Unicode/UCD.t lib/unicode/distinct.pm
17973           !> (integrate 63 files)
17974 ____________________________________________________________________________
17975 [ 11344] By: jhi                                   on 2001/07/13  04:50:22
17976         Log: Add d_bincompat5005 information to perl -V.
17977      Branch: perl
17978            ! myconfig.SH
17979 ____________________________________________________________________________
17980 [ 11343] By: jhi                                   on 2001/07/13  03:42:05
17981         Log: Subject: Re: [PATCH] Re: Memory corruption? Read-only $_?
17982              From: Abhijit Menon-Sen <ams@wiw.org>
17983              Date: Fri, 13 Jul 2001 07:12:36 +0530
17984              Message-ID: <20010713071236.C5669@lustre.dyn.wiw.org>
17985      Branch: perl
17986            ! sv.c
17987 ____________________________________________________________________________
17988 [ 11342] By: jhi                                   on 2001/07/13  03:36:22
17989         Log: Remove unicode::distinct, as per Inaba Hiroto.
17990      Branch: perl
17991            - lib/unicode/distinct.pm
17992            ! MANIFEST hv.c perl.h pod/perlmodlib.pod pod/perltoc.pod sv.c
17993            ! t/lib/1_compile.t
17994 ____________________________________________________________________________
17995 [ 11341] By: jhi                                   on 2001/07/13  00:05:53
17996         Log: Paging for Dr Octothorpe.
17997      Branch: perl
17998            ! pod/perlfaq4.pod
17999 ____________________________________________________________________________
18000 [ 11340] By: jhi                                   on 2001/07/12  23:53:44
18001         Log: cut-n-paste error noticed by mjd.
18002      Branch: perl
18003            ! pod/perlfaq4.pod
18004 ____________________________________________________________________________
18005 [ 11339] By: jhi                                   on 2001/07/12  23:39:42
18006         Log: Subject: [PATCH: perl@11328] update the octal situation in perlfaq4.pod
18007              From: Peter Prymmer <pvhp@forte.com>
18008              Date: Thu, 12 Jul 2001 17:04:22 -0700 (PDT)
18009              Message-ID: <Pine.OSF.4.10.10107121703040.219875-100000@aspara.forte.com>
18010      Branch: perl
18011            ! pod/perlfaq4.pod
18012 ____________________________________________________________________________
18013 [ 11338] By: jhi                                   on 2001/07/12  23:38:49
18014         Log: Subject: Re: [randy@qualcomm.com: Corrections for ' repository - Using the Perl repository ']
18015              From: Randall Gellens <randy@qualcomm.com>
18016              Date: Thu, 12 Jul 2001 16:56:23 -0700
18017              Message-Id: <p05100301b773e9751c04@[129.46.176.61]>
18018      Branch: perl
18019            ! Porting/repository.pod
18020 ____________________________________________________________________________
18021 [ 11337] By: jhi                                   on 2001/07/12  23:35:06
18022         Log: Make PTHREAD_ATFORK() to croak if HAS_FORK, noop otherwise.
18023      Branch: perl
18024            ! thread.h
18025 ____________________________________________________________________________
18026 [ 11336] By: jhi                                   on 2001/07/12  23:23:39
18027         Log: Subject: [PATCH] pthread_atfork on FreeBSD - Part 1: #ifdef HAS_PTHREAD_ATFORK  
18028              From: coral <coral@moonlight.crystalflame.net>
18029              Date: Thu, 12 Jul 2001 16:16:50 -0700 (PDT)
18030              Message-Id: <200107122316.f6CNGoq09171@moonlight.crystalflame.net>
18031      Branch: perl
18032            ! thread.h
18033 ____________________________________________________________________________
18034 [ 11335] By: jhi                                   on 2001/07/12  23:23:14
18035         Log: Metaconfig unit change for #11134.
18036      Branch: metaconfig
18037            + U/threads/d_pthread_atfork.U
18038 ____________________________________________________________________________
18039 [ 11334] By: jhi                                   on 2001/07/12  23:22:42
18040         Log: Add HAS_PTHREAD_ATFORK.
18041      Branch: perl
18042            ! Configure NetWare/config.wc NetWare/config_H.wc
18043            ! Porting/Glossary Porting/config.sh Porting/config_H
18044            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
18045            ! uconfig.h uconfig.sh vos/config.alpha.def vos/config.alpha.h
18046            ! vos/config.ga.def vos/config.ga.h win32/config.bc
18047            ! win32/config.gc win32/config.vc win32/config_H.bc
18048            ! win32/config_H.gc win32/config_H.vc
18049 ____________________________________________________________________________
18050 [ 11333] By: jhi                                   on 2001/07/12  22:58:35
18051         Log: Subject: [PATCH] File::Copy fails on tied handles
18052              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
18053              Date: Thu, 12 Jul 2001 15:18:51 -0700
18054              Message-ID: <35A280DF784CD411A06B0008C7B130ADB5505B@sdex04.sd.intuit.com>
18055      Branch: perl
18056            ! lib/File/Copy.pm
18057 ____________________________________________________________________________
18058 [ 11332] By: jhi                                   on 2001/07/12  22:57:04
18059         Log: Subject: [PATCH] Langinfo.t
18060              From: Nicholas Clark <nick@ccl4.org>
18061              Date: Thu, 12 Jul 2001 23:55:38 +0100
18062              Message-ID: <20010712235538.M5827@plum.flirble.org>
18063      Branch: perl
18064            ! ext/I18N/Langinfo/Langinfo.t
18065 ____________________________________________________________________________
18066 [ 11331] By: jhi                                   on 2001/07/12  22:56:09
18067         Log: Subject: [PATCH: perl@11328] informational tweaks to perl572delta.pod
18068              From: Peter Prymmer <pvhp@forte.com>
18069              Date: Thu, 12 Jul 2001 16:38:00 -0700 (PDT)
18070              Message-ID: <Pine.OSF.4.10.10107121633340.219875-100000@aspara.forte.com>
18071      Branch: perl
18072            ! pod/perl572delta.pod
18073 ____________________________________________________________________________
18074 [ 11330] By: jhi                                   on 2001/07/12  22:55:23
18075         Log: Subject: [PATCH] Re: Memory corruption? Read-only $_?
18076              From: Abhijit Menon-Sen <ams@wiw.org>
18077              Date: Fri, 13 Jul 2001 05:21:16 +0530
18078              Message-ID: <20010713052116.B5669@lustre.dyn.wiw.org>
18079      Branch: perl
18080            ! sv.c
18081 ____________________________________________________________________________
18082 [ 11329] By: jhi                                   on 2001/07/12  22:54:39
18083         Log: Subject: [PATCH 20010712.005] Re: Perl bug with "delete" on arrays
18084              From: Abhijit Menon-Sen <ams@wiw.org>
18085              Date: Fri, 13 Jul 2001 03:04:25 +0530
18086              Message-ID: <20010713030425.A5669@lustre.dyn.wiw.org>
18087      Branch: perl
18088            ! av.c
18089 ____________________________________________________________________________
18090 [ 11328] By: gsar                                  on 2001/07/12  19:02:01
18091         Log: s/^M$//g
18092      Branch: perl
18093            ! win32/Makefile win32/makefile.mk
18094 ____________________________________________________________________________
18095 [ 11327] By: jhi                                   on 2001/07/12  18:54:09
18096         Log: Update Changes.
18097      Branch: perl
18098            ! Changes patchlevel.h
18099 ____________________________________________________________________________
18100 [ 11326] By: jhi                                   on 2001/07/12  18:17:18
18101         Log: Typo spotted by Philip Newton.
18102      Branch: perl
18103            ! pod/perl572delta.pod
18104 ____________________________________________________________________________
18105 [ 11325] By: jhi                                   on 2001/07/12  18:11:42
18106         Log: Subject: [PATCH] fixes perl_clone of perl_clone
18107              From: Artur Bergman <artur@contiller.se>
18108              Date: Thu, 12 Jul 2001 20:57:09 +0200
18109              Message-ID: <B773BFA4.236B%artur@contiller.se>
18110      Branch: perl
18111            ! sv.c
18112 ____________________________________________________________________________
18113 [ 11324] By: jhi                                   on 2001/07/12  18:09:17
18114         Log: Add README.uts from Hal Morris.
18115      Branch: perl
18116            + README.uts
18117            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perl572delta.pod
18118            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
18119 ____________________________________________________________________________
18120 [ 11323] By: jhi                                   on 2001/07/12  17:48:33
18121         Log: Subject: Re: AIX 4.3.3 w/ vac 5.0 [ FATAL in B ]
18122              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18123              Date: Thu, 12 Jul 2001 20:32:37 +0200
18124              Message-Id: <20010712201743.E108.H.M.BRAND@hccnet.nl>
18125      Branch: perl
18126            ! hints/aix.sh
18127 ____________________________________________________________________________
18128 [ 11322] By: jhi                                   on 2001/07/12  17:44:29
18129         Log: Subject: Patch: document reg_data.what member
18130              From: Mark-Jason Dominus <mjd@plover.com>
18131              Message-ID: <20010712182532.14821.qmail@plover.com>
18132              Date: Thu, 12 Jul 2001 14:25:32 -0400
18133      Branch: perl
18134            ! regcomp.c regcomp.h
18135 ____________________________________________________________________________
18136 [ 11321] By: jhi                                   on 2001/07/12  17:43:18
18137         Log: Subject: [PATCH] Perl_re_dup()
18138              From: Abhijit Menon-Sen <ams@wiw.org>
18139              Date: Thu, 12 Jul 2001 23:54:32 +0530
18140              Message-ID: <20010712235432.J24707@lustre.dyn.wiw.org>
18141      Branch: perl
18142            ! embed.h embed.pl perlapi.c proto.h sv.c
18143 ____________________________________________________________________________
18144 [ 11320] By: jhi                                   on 2001/07/12  17:18:54
18145         Log: Regen Configure, modlib, toc.
18146      Branch: perl
18147            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18148            ! pod/perlmodlib.pod pod/perltoc.pod
18149 ____________________________________________________________________________
18150 [ 11319] By: jhi                                   on 2001/07/12  17:08:15
18151         Log: The problem seems to be in PerlIO::Layer::->find() not
18152              accepting the ":encoding(blurflur)" arguments.
18153      Branch: perl
18154            ! lib/PerlIO.pm lib/open.pm
18155 ____________________________________________________________________________
18156 [ 11318] By: jhi                                   on 2001/07/12  16:58:11
18157         Log: AIX doc update.
18158      Branch: perl
18159            ! README.aix pod/perl572delta.pod
18160 ____________________________________________________________________________
18161 [ 11317] By: jhi                                   on 2001/07/12  16:39:11
18162         Log: Subject: AIX README update
18163              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18164              Date: Thu, 12 Jul 2001 19:28:30 +0200
18165              Message-Id: <20010712192620.E0F9.H.M.BRAND@hccnet.nl>
18166      Branch: perl
18167            ! README.aix
18168 ____________________________________________________________________________
18169 [ 11316] By: jhi                                   on 2001/07/12  16:37:15
18170         Log: Subject: [PATCH ext/IO/lib/IO/t/io_unix.t] for QNX6
18171              From: Norton Allen <allen@huarp.harvard.edu>
18172              Date: Thu, 12 Jul 2001 11:30:51 -0400 (edt)
18173              Message-Id: <200107121530.LAA12631@bottesini.harvard.edu>
18174      Branch: perl
18175            ! ext/IO/lib/IO/t/io_unix.t
18176 ____________________________________________________________________________
18177 [ 11315] By: jhi                                   on 2001/07/12  16:35:53
18178         Log: Subject: [PATCH README.qnx hints/qnx.sh]
18179              From: Norton Allen <allen@huarp.harvard.edu>
18180              Date: Thu, 12 Jul 2001 11:29:19 -0400 (edt)
18181              Message-Id: <200107121529.LAA23411@bottesini.harvard.edu>
18182      Branch: perl
18183            ! README.qnx hints/qnx.sh
18184 ____________________________________________________________________________
18185 [ 11314] By: jhi                                   on 2001/07/12  16:13:15
18186         Log: Subject: [patch] faster PM_GETRE
18187              From: Doug MacEachern <dougm@covalent.net>
18188              Date: Thu, 12 Jul 2001 10:13:27 -0700 (PDT)
18189              Message-ID: <Pine.LNX.4.21.0107121011530.28844-100000@mako.covalent.net>
18190      Branch: perl
18191            ! op.h
18192 ____________________________________________________________________________
18193 [ 11313] By: jhi                                   on 2001/07/12  16:12:23
18194         Log: Subject: Re: [PATCH] Threadsafe PMOPs! We might still win this war.
18195              From: Doug MacEachern <dougm@covalent.net>
18196              Date: Thu, 12 Jul 2001 10:11:28 -0700 (PDT)
18197              Message-ID: <Pine.LNX.4.21.0107121010160.28844-100000@mako.covalent.net>
18198      Branch: perl
18199            ! op.c
18200 ____________________________________________________________________________
18201 [ 11312] By: jhi                                   on 2001/07/12  16:07:22
18202         Log: Tell where the nice Estonian database is.
18203      Branch: perl
18204            ! lib/open.pm
18205 ____________________________________________________________________________
18206 [ 11311] By: jhi                                   on 2001/07/12  16:05:31
18207         Log: Retract #11309 since #11310 is a better fix.
18208      Branch: perl
18209            ! t/lib/1_compile.t
18210 ____________________________________________________________________________
18211 [ 11310] By: gsar                                  on 2001/07/12  15:50:40
18212         Log: fix for failing fork.t#12 on windows (win32_execvp() tweak in
18213              change#11300 needs to return the status of failed win32_spawnvp())
18214              
18215              fix various open.pm bugs: '\0' isn't the same as "\0", so it wasn't
18216              splitting correctly; remove unused variables; 'require' at run time
18217              rather than 'use' at compile time for I18N::Langinfo, since it
18218              isn't everyware
18219      Branch: perl
18220            ! lib/open.pm win32/win32.c
18221 ____________________________________________________________________________
18222 [ 11309] By: jhi                                   on 2001/07/12  15:29:55
18223         Log: Temporary workaround.
18224      Branch: perl
18225            ! t/lib/1_compile.t
18226 ____________________________________________________________________________
18227 [ 11308] By: jhi                                   on 2001/07/12  14:44:51
18228         Log: UCD typo in #11306 and add also more known-to-be-tested
18229              modules to the skip list.
18230      Branch: perl
18231            ! t/lib/1_compile.t
18232 ____________________________________________________________________________
18233 [ 11307] By: jhi                                   on 2001/07/12  14:38:38
18234         Log: Rename Unicode::UCD to UnicodeCD to avoid
18235              messups with case-insensitive filesystems.
18236      Branch: perl
18237            + lib/UnicodeCD.pm lib/UnicodeCD.t
18238            - lib/Unicode/UCD.pm lib/Unicode/UCD.t
18239            ! MANIFEST pod/perl572delta.pod t/lib/1_compile.t
18240 ____________________________________________________________________________
18241 [ 11306] By: jhi                                   on 2001/07/12  13:32:05
18242         Log: Subject: [ID 20010711.005] in Tie::Array, SPLICE ignores context, breaking SHIFT 
18243              From: daniel@biz.bitpusher.com
18244              Date: Wed, 11 Jul 2001 23:25:47 -0700
18245              Message-Id: <200107120625.f6C6PkJ13065@biz.bitpusher.com>
18246      Branch: perl
18247            ! lib/Tie/Array.pm t/op/splice.t
18248 ____________________________________________________________________________
18249 [ 11305] By: jhi                                   on 2001/07/12  13:05:46
18250         Log: Subject: [PATCH] More accurate line numbers in messages
18251              From: Paul Johnson <paul@pjcj.net>
18252              Date: Thu, 12 Jul 2001 04:14:11 +0200
18253              Message-ID: <20010712041411.A3467@pjcj.net>
18254              
18255              (With prototyping and multiplicity tweaks.)
18256      Branch: perl
18257            ! dump.c embed.h embed.pl t/lib/warnings/util util.c
18258 ____________________________________________________________________________
18259 [ 11304] By: nick                                  on 2001/07/12  12:53:40
18260         Log: Integrate mainline
18261      Branch: perlio
18262           !> ext/ByteLoader/bytecode.h hints/aix.sh pod/perl572delta.pod
18263           !> regexec.c thread.h
18264 ____________________________________________________________________________
18265 [ 11303] By: jhi                                   on 2001/07/12  12:46:20
18266         Log: Cut-and-pasto in #11298.
18267      Branch: perl
18268            ! ext/ByteLoader/bytecode.h
18269 ____________________________________________________________________________
18270 [ 11302] By: jhi                                   on 2001/07/12  12:42:35
18271         Log: Update the AIX known problems section.
18272      Branch: perl
18273            ! pod/perl572delta.pod
18274 ____________________________________________________________________________
18275 [ 11301] By: jhi                                   on 2001/07/12  12:36:46
18276         Log: Subject: Re: HiRes on AIX 4.2 in threaded mode
18277              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18278              Date: Thu, 12 Jul 2001 12:16:16 +0200
18279              Message-Id: <20010712114215.E0D9.H.M.BRAND@hccnet.nl>
18280      Branch: perl
18281            ! hints/aix.sh
18282 ____________________________________________________________________________
18283 [ 11300] By: jhi                                   on 2001/07/12  12:35:44
18284         Log: Integrate perlio.
18285      Branch: perl
18286           !> makedef.pl win32/win32.c
18287 ____________________________________________________________________________
18288 [ 11299] By: jhi                                   on 2001/07/12  12:33:57
18289         Log: Subject: [PATCH] fix for PMOP threadness failures
18290              From: Artur Bergman <artur@contiller.se>
18291              Date: Thu, 12 Jul 2001 09:48:06 +0200
18292              Message-ID: <B77322D6.22DD%artur@contiller.se>
18293      Branch: perl
18294            ! regexec.c
18295 ____________________________________________________________________________
18296 [ 11298] By: jhi                                   on 2001/07/12  12:27:47
18297         Log: Subject: RE: Win32 Failure, was Re: perl@11278 - LAST CALL FOR 5.7.2
18298              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
18299              Date: Thu, 12 Jul 2001 09:09:48 +0200
18300              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808CE70@RU0022EXCH001U> 
18301              
18302              More parentheses to keep bcc happy.
18303      Branch: perl
18304            ! ext/ByteLoader/bytecode.h
18305 ____________________________________________________________________________
18306 [ 11297] By: jhi                                   on 2001/07/12  12:24:50
18307         Log: Subject: Re: [patch] pthread_atfork bandaid
18308              From: Doug MacEachern <dougm@covalent.net>
18309              Date: Wed, 11 Jul 2001 23:43:17 -0700 (PDT)
18310              Message-ID: <Pine.LNX.4.21.0107112342330.28844-100000@mako.covalent.net>
18311      Branch: perl
18312            ! thread.h
18313 ____________________________________________________________________________
18314 [ 11296] By: nick                                  on 2001/07/12  11:55:48
18315         Log: Exclude reentrant_buffer from .def file
18316      Branch: perlio
18317            ! makedef.pl
18318 ____________________________________________________________________________
18319 [ 11295] By: nick                                  on 2001/07/12  11:11:44
18320         Log: Honour void-ness of my_exit()
18321      Branch: perlio
18322            ! win32/win32.c
18323 ____________________________________________________________________________
18324 [ 11294] By: nick                                  on 2001/07/12  07:51:04
18325         Log: Integrate mainline
18326      Branch: perlio
18327           +> uts/sprintf_wrap.c
18328           !> (integrate 35 files)
18329 ____________________________________________________________________________
18330 [ 11293] By: jhi                                   on 2001/07/12  04:58:08
18331         Log: Retract #11289.
18332      Branch: perl
18333            ! embed.h embed.pl perl.c proto.h thread.h
18334 ____________________________________________________________________________
18335 [ 11292] By: jhi                                   on 2001/07/12  04:47:43
18336         Log: Now the :locale pseudolayer *almost* works...
18337      Branch: perl
18338            ! lib/open.pm
18339 ____________________________________________________________________________
18340 [ 11291] By: jhi                                   on 2001/07/12  04:36:47
18341         Log: Locale encoding tweaks.
18342      Branch: perl
18343            ! lib/open.pm
18344 ____________________________________________________________________________
18345 [ 11290] By: jhi                                   on 2001/07/12  04:25:53
18346         Log: Subject: Re: [PATCH: perl@11181] UCD.t fails LATIN|Latin test
18347              From: Mark-Jason Dominus <mjd@plover.com>
18348              Date: Thu, 12 Jul 2001 00:59:31 -0400
18349              Message-ID: <20010712045931.8543.qmail@plover.com>
18350              
18351              Remove the chmod/umask leading zero warning.
18352      Branch: perl
18353            ! lib/warnings.pm pod/perldiag.pod pod/perllexwarn.pod
18354            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
18355 ____________________________________________________________________________
18356 [ 11289] By: jhi                                   on 2001/07/12  04:16:41
18357         Log: (Retracted by #11289.)
18358      Branch: perl
18359            ! embed.h embed.pl perl.c proto.h thread.h
18360 ____________________________________________________________________________
18361 [ 11288] By: jhi                                   on 2001/07/12  03:45:11
18362         Log: Needed by #11283.
18363      Branch: perl
18364            ! intrpvar.h
18365 ____________________________________________________________________________
18366 [ 11287] By: jhi                                   on 2001/07/12  03:40:04
18367         Log: Metaconfig unit change for #11286.
18368      Branch: metaconfig/U/perl
18369            ! patchlevel.U
18370 ____________________________________________________________________________
18371 [ 11286] By: jhi                                   on 2001/07/12  03:39:18
18372         Log: Subject: Re: [PATCH Configure] perl -V broken
18373              From: Andy Dougherty <doughera@lafayette.edu>
18374              Date: Wed, 11 Jul 2001 13:30:27 -0400 (EDT)
18375              Message-ID: <Pine.SOL.4.10.10107111329060.2021-100000@maxwell.phys.lafayette.edu>
18376      Branch: perl
18377            ! Configure myconfig.SH
18378 ____________________________________________________________________________
18379 [ 11285] By: jhi                                   on 2001/07/12  03:27:28
18380         Log: Retract #11166 (and #11237).
18381      Branch: perl
18382            ! dump.c embed.h lib/warnings.pm op.c op.h opcode.h opcode.pl
18383            ! pod/perldiag.pod pp.sym pp_proto.h t/lib/warnings/op
18384            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
18385 ____________________________________________________________________________
18386 [ 11284] By: jhi                                   on 2001/07/12  02:36:42
18387         Log: UTS tweaks for Hal Morris.
18388      Branch: perl
18389            + uts/sprintf_wrap.c
18390            ! MANIFEST hints/uts.sh perl.h
18391 ____________________________________________________________________________
18392 [ 11283] By: jhi                                   on 2001/07/12  00:52:36
18393         Log: Subject: [PATCH] Use reentrant API glibc
18394              From: Artur Bergman <artur@contiller.se>
18395              Date: Thu, 12 Jul 2001 00:58:21 +0200
18396              Message-ID: <B772A6AD.2288%artur@contiller.se>
18397      Branch: perl
18398            ! embedvar.h intrpvar.h op.h perl.c perlapi.h pod/perlapi.pod
18399            ! sv.c
18400 ____________________________________________________________________________
18401 [ 11282] By: jhi                                   on 2001/07/12  00:35:27
18402         Log: Subject: Re: ActivePerl 628 + warnings + fork + exec = spurious "Can't exec"?
18403              From: barries <barries@slaysys.com>
18404              Date: Wed, 11 Jul 2001 15:11:46 -0400
18405              Message-ID: <20010711151146.G24560@jester.slaysys.com>
18406      Branch: perl
18407            ! pp_sys.c t/lib/warnings/doio win32/win32.c
18408 ____________________________________________________________________________
18409 [ 11281] By: jhi                                   on 2001/07/12  00:32:17
18410         Log: Subject: [patch] pthread_atfork bandaid
18411              From: Doug MacEachern <dougm@covalent.net>
18412              Date: Wed, 11 Jul 2001 08:59:12 -0700 (PDT)
18413              Message-ID: <Pine.LNX.4.21.0107110855070.11688-100000@mako.covalent.net>
18414      Branch: perl
18415            ! miniperlmain.c perl.c
18416 ____________________________________________________________________________
18417 [ 11280] By: jhi                                   on 2001/07/12  00:31:34
18418         Log: Subject: [patch] perl_clone leaks
18419              From: Doug MacEachern <dougm@covalent.net>
18420              Date: Wed, 11 Jul 2001 08:43:32 -0700 (PDT)
18421              Message-ID: <Pine.LNX.4.21.0107110842390.11688-100000@mako.covalent.net>
18422      Branch: perl
18423            ! sv.c
18424 ____________________________________________________________________________
18425 [ 11279] By: nick                                  on 2001/07/11  15:49:38
18426         Log: Integrate mainline
18427      Branch: perlio
18428           +> ext/Encode/Encode/HZ.enc ext/PerlIO/t/encoding.t
18429           +> ext/Time/HiRes/hints/dynixptx.pl lib/Math/BigInt/Calc.pm
18430           +> lib/Math/BigInt/t/bigintc.t lib/Term/ANSIColor/ChangeLog
18431           +> lib/Term/ANSIColor/README
18432           !> (integrate 54 files)
18433 ____________________________________________________________________________
18434 [ 11278] By: jhi                                   on 2001/07/11  13:52:20
18435         Log: Update Changes.
18436      Branch: perl
18437            ! Changes patchlevel.h
18438 ____________________________________________________________________________
18439 [ 11277] By: jhi                                   on 2001/07/11  13:31:43
18440         Log: Subject: blead kit timestamps && the problem with running perl embed.pl
18441              From: Peter Prymmer <pvhp@forte.com>
18442              Date: Tue, 10 Jul 2001 19:33:00 -0700 (PDT)
18443              Message-ID: <Pine.OSF.4.10.10107101906360.137455-100000@aspara.forte.com>
18444              
18445              Backport of embed.pl to 5.003.
18446      Branch: perl
18447            ! embed.pl
18448 ____________________________________________________________________________
18449 [ 11276] By: jhi                                   on 2001/07/11  13:18:07
18450         Log: Subject: Re: POSIX test #14 on UTS 
18451              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
18452              Date: Wed, 11 Jul 2001 03:02:14 +0100
18453              Message-Id: <200107110202.f6B22Ea10727@crypt.compulink.co.uk>
18454      Branch: perl
18455            ! ext/POSIX/POSIX.t
18456 ____________________________________________________________________________
18457 [ 11275] By: jhi                                   on 2001/07/11  13:15:49
18458         Log: Make the I32 an IV to preserve structure alignment and size.
18459      Branch: perl
18460            ! op.h
18461 ____________________________________________________________________________
18462 [ 11274] By: jhi                                   on 2001/07/11  13:13:27
18463         Log: Subject: [PATCH] Threadsafe PMOPs! We might still win this war.
18464              From: "Artur Bergman" <artur@contiller.se>
18465              Date: Wed, 11 Jul 2001 14:23:37 +0200
18466              Message-ID: <000b01c10a04$4fa16a10$21000a0a@vogw2kdev>
18467              
18468              Threadsafe PMOPs for ithreads, waiting for AMS's Perl_re_dup().
18469      Branch: perl
18470            ! embedvar.h intrpvar.h op.c op.h perl.c perlapi.h
18471            ! pod/perlapi.pod sv.c
18472 ____________________________________________________________________________
18473 [ 11273] By: jhi                                   on 2001/07/11  03:53:28
18474         Log: Tweak until Pod::Parser gets updated.
18475      Branch: perl
18476            ! t/pod/special_seqs.xr
18477 ____________________________________________________________________________
18478 [ 11272] By: jhi                                   on 2001/07/11  00:46:05
18479         Log: File::Spec usage tweak.
18480      Branch: perl
18481            ! lib/ExtUtils.t
18482 ____________________________________________________________________________
18483 [ 11271] By: jhi                                   on 2001/07/11  00:37:19
18484         Log: Integrate #11263 from macperl; macos and macosx updates.
18485      Branch: perl
18486           !> pod/perlport.pod
18487 ____________________________________________________________________________
18488 [ 11270] By: jhi                                   on 2001/07/11  00:33:27
18489         Log: Subject: [PATCH: perl@11238] dynixptx updates for osvers='4.5.2'
18490              From: Peter Prymmer <pvhp@forte.com>
18491              Date: Tue, 10 Jul 2001 15:29:45 -0700 (PDT)
18492              Message-ID: <Pine.OSF.4.10.10107101519160.137455-100000@aspara.forte.com>
18493      Branch: perl
18494            + ext/Time/HiRes/hints/dynixptx.pl
18495            ! MANIFEST hints/dynixptx.sh
18496 ____________________________________________________________________________
18497 [ 11269] By: jhi                                   on 2001/07/11  00:32:16
18498         Log: Subject: [PATCH] ExtUtils::Constant (was Re: funny numconvert test in perl@11006 (was Re: report on BS2000 wit h perl@11006))
18499              From: Nicholas Clark <nick@ccl4.org>
18500              Date: Tue, 10 Jul 2001 23:17:43 +0100
18501              Message-ID: <20010710231742.B59620@plum.flirble.org>
18502      Branch: perl
18503            ! lib/ExtUtils.t lib/ExtUtils/Constant.pm
18504 ____________________________________________________________________________
18505 [ 11268] By: jhi                                   on 2001/07/11  00:30:56
18506         Log: Subject: [DOC PATCH] Pluggable runops
18507              From: Paul Johnson <paul@pjcj.net>
18508              Date: Tue, 10 Jul 2001 21:53:28 +0200
18509              Message-ID: <20010710215328.B26577@pjcj.net>
18510      Branch: perl
18511            ! pod/perlguts.pod
18512 ____________________________________________________________________________
18513 [ 11267] By: jhi                                   on 2001/07/11  00:29:59
18514         Log: Subject: [PATCH] Authors
18515              From: Artur Bergman <artur@contiller.se>
18516              Date: Tue, 10 Jul 2001 20:39:12 +0200
18517              Message-ID: <B771186F.21CD%artur@contiller.se>
18518      Branch: perl
18519            ! AUTHORS
18520 ____________________________________________________________________________
18521 [ 11266] By: jhi                                   on 2001/07/11  00:29:13
18522         Log: Subject: Re: [PATCH] Small fix to pp_gmtime
18523              From: Doug MacEachern <dougm@covalent.net>
18524              Date: Tue, 10 Jul 2001 11:19:43 -0700 (PDT)
18525              Message-ID: <Pine.LNX.4.21.0107101118020.10475-100000@mako.covalent.net>
18526      Branch: perl
18527            ! pp_ctl.c
18528 ____________________________________________________________________________
18529 [ 11265] By: jhi                                   on 2001/07/11  00:28:15
18530         Log: Subject: doc patch; times() in scalar context
18531              From: mjd@plover.com
18532              Date: 10 Jul 2001 18:01:17 -0000
18533              Message-ID: <20010710180117.12477.qmail@plover.com>
18534      Branch: perl
18535            ! pod/perlfunc.pod
18536 ____________________________________________________________________________
18537 [ 11264] By: jhi                                   on 2001/07/11  00:27:17
18538         Log: Subject: [PATCH] Small fix to pp_gmtime
18539              From: Artur Bergman <artur@contiller.se>
18540              Date: Tue, 10 Jul 2001 19:54:52 +0200
18541              Message-ID: <B7710E0B.21C5%artur@contiller.se>
18542      Branch: perl
18543            ! pp_sys.c
18544 ____________________________________________________________________________
18545 [ 11263] By: pudge                                 on 2001/07/10  21:06:10
18546         Log: Integrate changes from mainline perl, add notes about
18547              Mac OS X and Mac OS.
18548      Branch: maint-5.6/macperl
18549            ! pod/perlport.pod
18550 ____________________________________________________________________________
18551 [ 11262] By: jhi                                   on 2001/07/10  15:21:26
18552         Log: A proof of the dangers of package; ?
18553      Branch: perl
18554            ! t/lib/warnings/op
18555 ____________________________________________________________________________
18556 [ 11261] By: jhi                                   on 2001/07/10  15:02:27
18557         Log: Regen toc and modlib.
18558      Branch: perl
18559            ! pod/perlmodlib.pod pod/perltoc.pod
18560 ____________________________________________________________________________
18561 [ 11260] By: jhi                                   on 2001/07/10  15:00:37
18562         Log: Add compexcl(), casefold(), and casespec() interfaces;
18563              and make all interfaces to return hash references instead
18564              of hashes. 
18565      Branch: perl
18566            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
18567 ____________________________________________________________________________
18568 [ 11259] By: jhi                                   on 2001/07/10  13:50:17
18569         Log: Subject: [PATCH bleadperl] Math::Big* doc patches (and some code)
18570              From: "Philip Newton" <Philip.Newton@gmx.net>
18571              Date: Tue, 10 Jul 2001 09:55:59 +0200
18572              Message-ID: <20010710.095300@ID-11583.news.dfncis.de>
18573              
18574              Subject: [DOC PATCH bleadperl] detypo Math::BigInt docs
18575              From: "Philip Newton" <Philip.Newton@gmx.net>
18576              Date: Tue, 10 Jul 2001 09:56:37 +0200
18577              Message-ID: <20010710.095600@ID-11583.news.dfncis.de>
18578      Branch: perl
18579            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
18580            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintpm.t
18581 ____________________________________________________________________________
18582 [ 11258] By: jhi                                   on 2001/07/10  13:47:20
18583         Log: Subject: [patch] undef &xsub for 1,2
18584              From: Doug MacEachern <dougm@covalent.net>
18585              Date: Mon, 9 Jul 2001 20:16:49 -0700 (PDT)
18586              Message-ID: <Pine.LNX.4.21.0107092012570.1913-100000@mako.covalent.net>
18587              
18588              (This version of the patch with a comment from Gisle.)
18589      Branch: perl
18590            ! op.c
18591 ____________________________________________________________________________
18592 [ 11257] By: jhi                                   on 2001/07/10  13:45:44
18593         Log: Mention package; deprecation and the Win32 problems.
18594      Branch: perl
18595            ! pod/perl572delta.pod
18596 ____________________________________________________________________________
18597 [ 11256] By: jhi                                   on 2001/07/10  13:45:12
18598         Log: Subject: [PATCH] deprecate package with no arguments
18599              From: Robin Houston <robin@kitsite.com>
18600              Date: Tue, 10 Jul 2001 13:33:40 +0100
18601              Message-ID: <20010710133340.A13452@robin.kitsite.com>
18602      Branch: perl
18603            ! op.c pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/op
18604 ____________________________________________________________________________
18605 [ 11255] By: jhi                                   on 2001/07/10  13:16:11
18606         Log: Upgrade to podlators 1.10.
18607      Branch: perl
18608            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
18609            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
18610            ! pod/pod2man.PL pod/pod2text.PL
18611 ____________________________________________________________________________
18612 [ 11254] By: jhi                                   on 2001/07/10  13:09:34
18613         Log: Upgrade to Term::ANSIColor 1.04.
18614      Branch: perl
18615            + lib/Term/ANSIColor/ChangeLog lib/Term/ANSIColor/README
18616            ! MANIFEST lib/Term/ANSIColor.pm lib/Term/ANSIColor/test.pl
18617 ____________________________________________________________________________
18618 [ 11253] By: jhi                                   on 2001/07/10  12:59:27
18619         Log: Integrate perlio (the right fix for the ":layer(args)")
18620      Branch: perl
18621           !> perlio.c
18622 ____________________________________________________________________________
18623 [ 11252] By: nick                                  on 2001/07/10  06:58:14
18624         Log: Fix open(...,"...:layer(xxx)",...)
18625              - use memEQ not strEQ as there is '(' not '\0'
18626      Branch: perlio
18627            ! perlio.c
18628 ____________________________________________________________________________
18629 [ 11251] By: jhi                                   on 2001/07/10  04:04:18
18630         Log: Telling the number of tests helps.
18631      Branch: perl
18632            ! ext/PerlIO/t/encoding.t
18633 ____________________________________________________________________________
18634 [ 11250] By: jhi                                   on 2001/07/10  03:55:38
18635         Log: Require I18N::Langinfo, not use.
18636      Branch: perl
18637            ! lib/open.pm
18638 ____________________________________________________________________________
18639 [ 11249] By: jhi                                   on 2001/07/10  03:50:18
18640         Log: Add a test for for PerlIO ":encoding(...)" layer.
18641      Branch: perl
18642            + ext/PerlIO/t/encoding.t
18643            ! MANIFEST ext/Encode/Encode.pm
18644 ____________________________________________________________________________
18645 [ 11248] By: jhi                                   on 2001/07/10  02:06:57
18646         Log: PerlIO ":encoding(foobar)" temporary fix.
18647              Not really correct, I think, since the change means
18648              that prefixes match.
18649      Branch: perl
18650            ! perlio.c
18651 ____________________________________________________________________________
18652 [ 11247] By: jhi                                   on 2001/07/10  01:38:11
18653         Log: Update to Math::BigInt 1.36.  The biggest news is
18654              the separation of the backend; now the pure Perl
18655              implementation is in Math::BigInt::Calc, but one
18656              can plugin, say, Math::BigInt::BitVect, and get
18657              considerable speedup.
18658      Branch: perl
18659            + lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintc.t
18660            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
18661            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
18662            ! lib/Math/BigInt/t/mbimbf.t
18663 ____________________________________________________________________________
18664 [ 11246] By: jhi                                   on 2001/07/10  01:19:55
18665         Log: Subject: Re: compatibility question
18666              From: Peter Prymmer <pvhp@forte.com>
18667              Date: Mon, 9 Jul 2001 18:04:33 -0700 (PDT)
18668              Message-ID: <Pine.OSF.4.10.10107091619360.86512-100000@aspara.forte.com>
18669      Branch: perl
18670            ! lib/ExtUtils/MM_VMS.pm
18671 ____________________________________________________________________________
18672 [ 11245] By: jhi                                   on 2001/07/10  01:18:04
18673         Log: Subject: [PATCH ext/File/Glob/t/basic.t]
18674              From: Norton Allen <allen@huarp.harvard.edu>
18675              Date: Mon, 9 Jul 2001 17:16:15 -0400 (edt)
18676              Message-Id: <200107092116.RAA12010@bottesini.harvard.edu>
18677      Branch: perl
18678            ! ext/File/Glob/t/basic.t
18679 ____________________________________________________________________________
18680 [ 11244] By: jhi                                   on 2001/07/10  01:16:27
18681         Log: Subject: [PATCH] Encode::Tcl. add "HZ" encoding and bugfix
18682              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
18683              Date: Tue, 10 Jul 2001 00:29:55 +0900
18684              Message-Id: <20010710002756.B497.BQW10602@nifty.com>
18685      Branch: perl
18686            + ext/Encode/Encode/HZ.enc
18687            ! MANIFEST ext/Encode/Encode/7bit-kana.enc
18688            ! ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
18689            ! ext/Encode/Encode/iso2022-jp.enc
18690            ! ext/Encode/Encode/iso2022-kr.enc
18691 ____________________________________________________________________________
18692 [ 11243] By: pudge                                 on 2001/07/09  22:16:12
18693         Log: Add in all them there macos/ files.
18694      Branch: maint-5.6/macperl
18695            + (add 577 files)
18696 ____________________________________________________________________________
18697 [ 11242] By: jhi                                   on 2001/07/09  20:26:04
18698         Log: Add the new modules to the list of having those own tests.
18699      Branch: perl
18700            ! t/lib/1_compile.t
18701 ____________________________________________________________________________
18702 [ 11241] By: jhi                                   on 2001/07/09  19:09:58
18703         Log: Add INOUT to control both ways at the same time.
18704      Branch: perl
18705            ! lib/open.pm
18706 ____________________________________________________________________________
18707 [ 11240] By: nick                                  on 2001/07/09  16:33:50
18708         Log: Integrate mainline
18709      Branch: perlio
18710           +> ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
18711           +> ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
18712           !> (integrate 41 files)
18713 ____________________________________________________________________________
18714 [ 11239] By: jhi                                   on 2001/07/09  16:14:35
18715         Log: More encoding mapping magic.
18716      Branch: perl
18717            ! lib/open.pm
18718 ____________________________________________________________________________
18719 [ 11238] By: jhi                                   on 2001/07/09  14:40:43
18720         Log: Update Changes.
18721      Branch: perl
18722            ! Changes patchlevel.h
18723 ____________________________________________________________________________
18724 [ 11237] By: jhi                                   on 2001/07/09  14:27:27
18725         Log: (Retracted by #11285).
18726              
18727              Subject: [PATCH] OPpCONST_OCTAL fixes
18728              From: Abhijit Menon-Sen <ams@wiw.org>
18729              Date: Mon, 9 Jul 2001 07:38:45 +0530
18730              Message-ID: <20010709073845.A25406@lustre.dyn.wiw.org>
18731      Branch: perl
18732            ! op.c
18733 ____________________________________________________________________________
18734 [ 11236] By: jhi                                   on 2001/07/09  14:10:07
18735         Log: Add a pseudolayer ":locale" to the open pragma which
18736              will get the encoding from the locale.  Yet undocumented
18737              because I can't get the PerlIO :encoding(foobar) to work.
18738      Branch: perl
18739            ! ext/Encode/Encode.pm lib/open.pm
18740 ____________________________________________________________________________
18741 [ 11235] By: jhi                                   on 2001/07/09  13:38:43
18742         Log: Add more encoding mappings.
18743      Branch: perl
18744            ! ext/Encode/Encode.pm
18745 ____________________________________________________________________________
18746 [ 11234] By: jhi                                   on 2001/07/09  13:24:54
18747         Log: Document that using :encoding layer requires using Encode.
18748      Branch: perl
18749            ! ext/Encode/Encode.pm lib/PerlIO.pm
18750 ____________________________________________________________________________
18751 [ 11233] By: jhi                                   on 2001/07/09  13:19:34
18752         Log: Netware tweak from Ananth Kesari.
18753      Branch: perl
18754            ! NetWare/netware.h
18755 ____________________________________________________________________________
18756 [ 11232] By: gsar                                  on 2001/07/09  04:40:07
18757         Log: t/harness doesn't know about run/*.t
18758      Branch: perl
18759            ! t/harness
18760 ____________________________________________________________________________
18761 [ 11231] By: gsar                                  on 2001/07/09  04:36:30
18762         Log: run/exit.t busted on windows
18763      Branch: perl
18764            ! t/run/exit.t
18765 ____________________________________________________________________________
18766 [ 11230] By: gsar                                  on 2001/07/09  04:14:54
18767         Log: fix a couple of UCD.t tests that fail due to bad case
18768      Branch: perl
18769            ! lib/Unicode/UCD.t
18770 ____________________________________________________________________________
18771 [ 11229] By: gsar                                  on 2001/07/09  03:57:06
18772         Log: test skip logic was broken
18773      Branch: perl
18774            ! ext/I18N/Langinfo/Langinfo.t
18775 ____________________________________________________________________________
18776 [ 11228] By: gsar                                  on 2001/07/09  03:42:20
18777         Log: remove *.pdb files on windows upon $(MAKE) clean (fixes
18778              failure of ExtUtils.t#27 when built in debug mode)
18779      Branch: perl
18780            ! lib/ExtUtils/MM_Win32.pm
18781 ____________________________________________________________________________
18782 [ 11227] By: gsar                                  on 2001/07/09  02:11:04
18783         Log: I18N::Langinfo is not available on windows
18784      Branch: perl
18785            ! win32/FindExt.pm
18786 ____________________________________________________________________________
18787 [ 11226] By: gsar                                  on 2001/07/09  01:55:23
18788         Log: save a dTHX
18789      Branch: perl
18790            ! ext/POSIX/POSIX.xs
18791 ____________________________________________________________________________
18792 [ 11225] By: jhi                                   on 2001/07/08  23:42:37
18793         Log: Update Changes.
18794      Branch: perl
18795            ! Changes patchlevel.h
18796 ____________________________________________________________________________
18797 [ 11224] By: jhi                                   on 2001/07/08  23:05:41
18798         Log: Guard the nl_langinfo() with HAS_NL_LANGINFO 
18799              as pointed out by Sarathy.
18800      Branch: perl
18801            ! ext/I18N/Langinfo/Langinfo.xs
18802 ____________________________________________________________________________
18803 [ 11223] By: jhi                                   on 2001/07/08  22:59:01
18804         Log: Retract #11212.
18805      Branch: perl
18806            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
18807 ____________________________________________________________________________
18808 [ 11222] By: jhi                                   on 2001/07/08  17:41:22
18809         Log: Bump up the VERSION of Cwd.xs.
18810      Branch: perl
18811            ! ext/Cwd/Makefile.PL
18812 ____________________________________________________________________________
18813 [ 11221] By: jhi                                   on 2001/07/08  17:13:38
18814         Log: Retract #11220, the problem wasn't the missing leading zero.
18815              Here's the problem:
18816              $ ./perl -we 'chmod(oct("755"), ".")'
18817              Non-octal literal mode (493) specified at -e line 1.
18818              (Did you mean 0493 instead?)
18819      Branch: perl
18820            ! lib/ExtUtils/MM_Unix.pm
18821 ____________________________________________________________________________
18822 [ 11220] By: jhi                                   on 2001/07/08  17:05:55
18823         Log: (Retracted by #11221)
18824              Change the PERM_RW and PERM_RWX to 0644 and 0755
18825              (add the leading zero).
18826      Branch: perl
18827            ! lib/ExtUtils/MM_Unix.pm
18828 ____________________________________________________________________________
18829 [ 11219] By: jhi                                   on 2001/07/08  16:17:32
18830         Log: Integrate changes #11193, 11205, 11209 from macperl.
18831              
18832              Fix up AutoLoader to fudge for Mac paths in import().
18833              
18834              Allow symbols in try_symbol() to begin with "_".
18835              
18836              Small portability fix for Mac OS.
18837      Branch: perl
18838           !> lib/AutoLoader.pm lib/Cwd.pm makedef.pl
18839 ____________________________________________________________________________
18840 [ 11218] By: jhi                                   on 2001/07/08  16:10:30
18841         Log: Metaconfig unit change for #11217.
18842      Branch: metaconfig/U/perl
18843            ! Extensions.U
18844 ____________________________________________________________________________
18845 [ 11217] By: jhi                                   on 2001/07/08  16:10:07
18846         Log: Detypo, problem noticed by Gerrit P. Haase.
18847      Branch: perl
18848            ! Configure config_h.SH
18849 ____________________________________________________________________________
18850 [ 11216] By: jhi                                   on 2001/07/08  15:58:35
18851         Log: Cwd cleanups.
18852      Branch: perl
18853            ! ext/Cwd/Cwd.xs
18854 ____________________________________________________________________________
18855 [ 11215] By: jhi                                   on 2001/07/08  15:52:57
18856         Log: Slight tweaks on #11213.
18857      Branch: perl
18858            ! toke.c
18859 ____________________________________________________________________________
18860 [ 11214] By: jhi                                   on 2001/07/08  14:32:28
18861         Log: A missing dTHX noticed by Gerrit P. Haase.
18862      Branch: perl
18863            ! ext/POSIX/POSIX.xs
18864 ____________________________________________________________________________
18865 [ 11213] By: jhi                                   on 2001/07/08  14:24:44
18866         Log: Subject: [PATCH toke.c] Simplify yytoke()
18867              From: Simon Cozens <simon@netthink.co.uk>
18868              Date: Sun, 8 Jul 2001 13:24:34 +0100
18869              Message-ID: <20010708132434.A9448@deep-dark-truthful-mirror>
18870              
18871              Split out pending_ident().
18872      Branch: perl
18873            ! embed.h embed.pl pod/perlapi.pod proto.h toke.c
18874 ____________________________________________________________________________
18875 [ 11212] By: jhi                                   on 2001/07/08  14:17:10
18876         Log: (Retracted by #11223.)
18877              Subject: [PATCH] Re: Problem with Safe.pm and Perl 5.004
18878              Date: Wed, 05 Nov 1997 17:22:34 -0600
18879              From: Graham Barr <gbarr@ti.com>
18880              Message-Id: <3460FFBA.6DA51F46@ti.com>
18881      Branch: perl
18882            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
18883 ____________________________________________________________________________
18884 [ 11211] By: jhi                                   on 2001/07/08  13:53:38
18885         Log: Fix I18N::Langinfo nits noticed but Philip Newton.
18886      Branch: perl
18887            ! ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
18888            ! pod/perllocale.pod
18889 ____________________________________________________________________________
18890 [ 11210] By: jhi                                   on 2001/07/08  01:34:09
18891         Log: Really do the test under the C locale.
18892      Branch: perl
18893            ! ext/I18N/Langinfo/Langinfo.t
18894 ____________________________________________________________________________
18895 [ 11209] By: pudge                                 on 2001/07/08  01:19:25
18896         Log: Small portability fix for Mac OS.
18897      Branch: maint-5.6/macperl
18898            ! lib/Cwd.pm
18899 ____________________________________________________________________________
18900 [ 11208] By: jhi                                   on 2001/07/08  01:14:58
18901         Log: Metaconfig unit change for #11207.
18902      Branch: metaconfig/U/perl
18903            ! Extensions.U
18904 ____________________________________________________________________________
18905 [ 11207] By: jhi                                   on 2001/07/08  01:14:02
18906         Log: Add I18N::Langinfo, which is basically a wrapper around
18907              nl_langinfo(), which is an additional way to query locale
18908              specific information.
18909      Branch: perl
18910            + ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
18911            + ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
18912            ! Configure MANIFEST pod/perl572delta.pod pod/perllocale.pod
18913 ____________________________________________________________________________
18914 [ 11206] By: pudge                                 on 2001/07/08  00:56:29
18915         Log: Bugfixes for some tests.  commonsense.t not in perl 5.6,
18916              used in File::Find tests; replace with if.t.
18917      Branch: maint-5.6/macperl
18918            ! t/lib/filefind-taint.t t/lib/filefind.t t/op/taint.t
18919            ! t/pragma/warn/op
18920 ____________________________________________________________________________
18921 [ 11205] By: pudge                                 on 2001/07/07  23:55:56
18922         Log: Allow symbols in try_symbol() to begin with "_".
18923      Branch: maint-5.6/macperl
18924            ! makedef.pl
18925 ____________________________________________________________________________
18926 [ 11204] By: pudge                                 on 2001/07/07  23:53:37
18927         Log: Sync up the File::Find changes from the rewrite by
18928              Thomas Wegner, et al.
18929      Branch: maint-5.6/macperl
18930            + t/lib/filefind-taint.t
18931            ! lib/File/Find.pm t/lib/filefind.t
18932 ____________________________________________________________________________
18933 [ 11203] By: pudge                                 on 2001/07/07  23:43:06
18934         Log: Subject: [PATCHES] :t:pod: and :lib:Pod: stuff
18935              From: Thomas Wegner <wegner_thomas@yahoo.com>
18936              Date: Thu, 5 Jul 2001 20:31:25 +0200
18937              Message-Id: <p04320400b76a0fc8dea5@[149.225.100.38]>
18938      Branch: maint-5.6/macperl
18939            ! lib/Pod/Find.pm t/pod/find.t t/pod/testp2pt.pl
18940 ____________________________________________________________________________
18941 [ 11202] By: pudge                                 on 2001/07/07  23:38:36
18942         Log: Some more test portability fixes.
18943      Branch: maint-5.6/macperl
18944            ! t/lib/filecopy.t t/pragma/warn/pp_sys
18945 ____________________________________________________________________________
18946 [ 11201] By: jhi                                   on 2001/07/07  22:52:38
18947         Log: The #11200 removed wrong (non-existent) target.  Duh.
18948      Branch: perl
18949            ! Makefile.SH
18950 ____________________________________________________________________________
18951 [ 11200] By: jhi                                   on 2001/07/07  22:44:14
18952         Log: Zap the lib/re.pm before creating it.
18953      Branch: perl
18954            ! Makefile.SH
18955 ____________________________________________________________________________
18956 [ 11199] By: pudge                                 on 2001/07/07  20:54:35
18957         Log: Another test.  Please ignore.
18958      Branch: maint-5.6/macperl
18959            ! README.macos
18960 ____________________________________________________________________________
18961 [ 11198] By: pudge                                 on 2001/07/07  20:44:12
18962         Log: Portability fixes for a lot of tests, especially IO-related
18963              tests, and warnings, and the harness script.
18964      Branch: maint-5.6/macperl
18965            ! t/harness t/io/argv.t t/io/dup.t t/io/fs.t t/io/inplace.t
18966            ! t/io/iprefix.t t/io/open.t t/io/openpid.t t/lib/filepath.t
18967            ! t/lib/findbin.t t/lib/io_dup.t t/lib/socket.t t/op/die_exit.t
18968            ! t/op/misc.t t/op/read.t t/op/readdir.t t/op/runlevel.t
18969            ! t/op/stat.t t/op/subst_wamp.t t/op/taint.t
18970            ! t/pragma/diagnostics.t t/pragma/subs.t t/pragma/warn/doio
18971            ! t/pragma/warn/mg t/pragma/warn/op t/pragma/warn/pp_sys
18972            ! t/pragma/warnings.t
18973 ____________________________________________________________________________
18974 [ 11197] By: jhi                                   on 2001/07/07  20:32:28
18975         Log: Subject: [PATCH] lib/h2xs.t (was Re: [PATCH] h2xs)
18976              From: Nicholas Clark <nick@ccl4.org>
18977              Date: Sat, 7 Jul 2001 21:00:17 +0100
18978              Message-ID: <20010707210017.H59620@plum.flirble.org>
18979      Branch: perl
18980            ! lib/h2xs.t
18981 ____________________________________________________________________________
18982 [ 11196] By: jhi                                   on 2001/07/07  20:26:36
18983         Log: The UNICOS/mk SysV IPC problem has been fixed.
18984      Branch: perl
18985            ! pod/perl572delta.pod
18986 ____________________________________________________________________________
18987 [ 11195] By: jhi                                   on 2001/07/07  19:59:51
18988         Log: Slight update tweaks on perlunicode.pod.
18989      Branch: perl
18990            ! pod/perlunicode.pod
18991 ____________________________________________________________________________
18992 [ 11194] By: jhi                                   on 2001/07/07  17:53:03
18993         Log: Subject: Doc patch DB_File.pm: use umask-friendly modes
18994              From: Mark-Jason Dominus <mjd@plover.com>
18995              Date: Sat, 07 Jul 2001 13:04:04 -0400
18996              Message-ID: <20010707170404.32694.qmail@plover.com>
18997      Branch: perl
18998            ! ext/DB_File/DB_File.pm
18999 ____________________________________________________________________________
19000 [ 11193] By: pudge                                 on 2001/07/07  17:26:28
19001         Log: Fix up AutoLoader to fudge for Mac paths in import().
19002      Branch: maint-5.6/macperl
19003            ! lib/AutoLoader.pm
19004 ____________________________________________________________________________
19005 [ 11192] By: jhi                                   on 2001/07/07  17:03:06
19006         Log: Try to force the lib/re.pm to be there before entering
19007              the extensions builds, should help for parallel makes.
19008      Branch: perl
19009            ! Makefile.SH
19010 ____________________________________________________________________________
19011 [ 11191] By: jhi                                   on 2001/07/07  15:26:16
19012         Log: Subject: Re: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
19013              From: Norton Allen <allen@huarp.harvard.edu>
19014              Date: Fri, 6 Jul 2001 12:01:14 -0400 (edt)
19015              Message-Id: <200107061601.MAA00597@bottesini.harvard.edu>
19016      Branch: perl
19017            ! ext/POSIX/POSIX.xs
19018 ____________________________________________________________________________
19019 [ 11190] By: jhi                                   on 2001/07/07  15:22:08
19020         Log: Subject: [PATCH] Re: op/arith.t
19021              From: Nicholas Clark <nick@ccl4.org>
19022              Date: Sat, 7 Jul 2001 13:04:54 +0100
19023              Message-ID: <20010707130454.D59620@plum.flirble.org>
19024      Branch: perl
19025            ! numeric.c toke.c
19026 ____________________________________________________________________________
19027 [ 11189] By: jhi                                   on 2001/07/07  15:20:44
19028         Log: Subject: [PATCH] h2xs
19029              From: Nicholas Clark <nick@ccl4.org>
19030              Date: Fri, 6 Jul 2001 23:25:14 +0100
19031              Message-ID: <20010706232514.X59620@plum.flirble.org>
19032      Branch: perl
19033            ! utils/h2xs.PL
19034 ____________________________________________________________________________
19035 [ 11188] By: jhi                                   on 2001/07/07  15:12:36
19036         Log: Subject: Re: bleedperl perl_alloc..free leakage
19037              From: Radu Greab <radu@netsoft.ro>
19038              Date: Fri, 6 Jul 2001 19:48:54 +0300
19039              Message-ID: <15173.60406.308246.456184@ix.netsoft.ro>
19040              
19041              Leak-be-gone.
19042      Branch: perl
19043            ! op.c
19044 ____________________________________________________________________________
19045 [ 11187] By: pudge                                 on 2001/07/07  02:11:36
19046         Log: Test again.  Please ignore.
19047      Branch: maint-5.6/macperl
19048            ! README.macos
19049 ____________________________________________________________________________
19050 [ 11186] By: pudge                                 on 2001/07/07  02:08:13
19051         Log: Test.  Please ignore.
19052      Branch: maint-5.6/macperl
19053            ! README.macos
19054 ____________________________________________________________________________
19055 [ 11185] By: pudge                                 on 2001/07/06  23:46:57
19056         Log: Include changes already sent in separately as patches,
19057              before branch was created.
19058      Branch: maint-5.6/macperl
19059            ! ext/File/Glob/bsd_glob.c ext/IO/lib/IO/Dir.pm gv.c
19060            ! lib/DirHandle.pm lib/File/Basename.pm lib/File/Copy.pm
19061            ! lib/File/Find.pm lib/diagnostics.pm perl.c t/base/term.t
19062            ! t/comp/cpp.t t/comp/multiline.t t/comp/script.t t/comp/term.t
19063            ! t/lib/anydbm.t t/lib/autoloader.t t/lib/dirhand.t
19064            ! t/lib/filefind.t t/lib/io_dir.t t/lib/selfloader.t
19065            ! t/op/anonsub.t t/op/closure.t t/op/defins.t t/op/die_exit.t
19066            ! t/op/exec.t t/op/goto.t t/op/misc.t t/op/pack.t t/op/regexp.t
19067            ! t/op/regexp_noamp.t t/op/split.t t/op/write.t
19068            ! t/pragma/strict.t
19069 ____________________________________________________________________________
19070 [ 11184] By: jhi                                   on 2001/07/06  16:41:30
19071         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
19072              From: Norton Allen <allen@huarp.harvard.edu>
19073              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
19074              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
19075      Branch: perl
19076            ! utf8.h
19077 ____________________________________________________________________________
19078 [ 11183] By: nick                                  on 2001/07/06  16:27:40
19079         Log: Integrate mainline
19080      Branch: perlio
19081           +> (branch 42 files)
19082            - NetWare/perlsdio.h ext/util/mkbootstrap lib/Net/DummyInetd.pm
19083            - lib/Net/PH.pm lib/Net/SNPP.pm lib/Net/t/ph.t
19084            - win32/bin/mdelete.bat
19085           !> (integrate 215 files)
19086 ____________________________________________________________________________
19087 [ 11182] By: jhi                                   on 2001/07/06  15:57:16
19088         Log: The #11166 needed also these updated.
19089      Branch: perl
19090            ! lib/warnings.pm warnings.h
19091 ____________________________________________________________________________
19092 [ 11181] By: jhi                                   on 2001/07/06  13:24:42
19093         Log: Update Changes.
19094      Branch: perl
19095            ! Changes patchlevel.h
19096 ____________________________________________________________________________
19097 [ 11180] By: jhi                                   on 2001/07/06  13:20:08
19098         Log: Regen toc.
19099      Branch: perl
19100            ! pod/perltoc.pod
19101 ____________________________________________________________________________
19102 [ 11179] By: jhi                                   on 2001/07/06  12:57:13
19103         Log: Nit from Abhijit.
19104      Branch: perl
19105            ! lib/CPAN.pm
19106 ____________________________________________________________________________
19107 [ 11178] By: jhi                                   on 2001/07/06  12:53:04
19108         Log: Retract #11172.
19109      Branch: perl
19110            ! t/op/method.t
19111 ____________________________________________________________________________
19112 [ 11177] By: jhi                                   on 2001/07/06  12:44:51
19113         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
19114              From: Norton Allen <allen@huarp.harvard.edu>
19115              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
19116              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
19117      Branch: perl
19118            ! lib/Cwd.pm
19119 ____________________________________________________________________________
19120 [ 11176] By: jhi                                   on 2001/07/06  12:42:45
19121         Log: (Accidentally empty check-in.)
19122      Branch: perl
19123            ! utf8.h
19124 ____________________________________________________________________________
19125 [ 11175] By: jhi                                   on 2001/07/06  12:29:56
19126         Log: Retract #11165 since Sarathy pointed out it'll not
19127              work properly under threads, the problem should be
19128              solved using "the savestack, either via SSNEW() or
19129              using a newSVpv()+SAVEFREESV() combo."
19130      Branch: perl
19131            ! ext/POSIX/POSIX.xs
19132 ____________________________________________________________________________
19133 [ 11174] By: jhi                                   on 2001/07/06  12:27:31
19134         Log: Retract #11125 since NI-S pointed out it'll not work in
19135              cases where the extension has their own handcrafted INC
19136              et alia.
19137      Branch: perl
19138            ! lib/ExtUtils/MM_Unix.pm
19139 ____________________________________________________________________________
19140 [ 11173] By: jhi                                   on 2001/07/06  12:20:50
19141         Log: Subject: RE: [PATCH] -I and MakeMaker again
19142              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
19143              Date: Fri, 6 Jul 2001 09:18:29 +0200
19144              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808C221@RU0022EXCH001U>
19145      Branch: perl
19146            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_VMS.pm
19147            ! lib/ExtUtils/MM_Win32.pm
19148 ____________________________________________________________________________
19149 [ 11172] By: jhi                                   on 2001/07/06  12:18:39
19150         Log: (Retracted by #11178)
19151              Subject: [PATCH t/op/method.t] SUPER:: strangeness
19152              From: Piers Cawley <pdcawley@iterative-software.com>
19153              Date: 06 Jul 2001 10:49:01 +0100
19154              Message-ID: <m2ith6xu9e.fsf@despairon.bofh.org.uk>
19155      Branch: perl
19156            ! t/op/method.t
19157 ____________________________________________________________________________
19158 [ 11171] By: jhi                                   on 2001/07/06  01:38:55
19159         Log: VOS README update from Paul Green.
19160      Branch: perl
19161            ! README.vos
19162 ____________________________________________________________________________
19163 [ 11170] By: jhi                                   on 2001/07/06  01:19:33
19164         Log: Subject: [PATCH README.qnx hints/qnx.sh]
19165              From: Norton Allen <allen@huarp.harvard.edu>
19166              Message-Id: <200107051755.NAA21422@bottesini.harvard.edu>
19167              Date: Thu, 5 Jul 2001 13:55:11 -0400 (edt)
19168      Branch: perl
19169            ! README.qnx hints/qnx.sh
19170 ____________________________________________________________________________
19171 [ 11169] By: jhi                                   on 2001/07/06  01:17:43
19172         Log: Subject: [PATCH] Doc patch for Tie::Hash
19173              From: Artur Bergman <artur@contiller.se>
19174              Date: Thu, 05 Jul 2001 22:51:18 +0200
19175              Message-ID: <B76A9FE6.1F04%artur@contiller.se>
19176      Branch: perl
19177            ! lib/Tie/Hash.pm
19178 ____________________________________________________________________________
19179 [ 11168] By: jhi                                   on 2001/07/06  01:16:27
19180         Log: Subject: [PATCH] perlfaq4.pod
19181              From: "Liney, Dave" <dave.liney@gbr.conoco.com>
19182              Message-ID: <1BB544A41666D311836C00902751FF6D01FD2D07@LONEX02>
19183              Date: Thu, 5 Jul 2001 18:44:10 +0100 
19184      Branch: perl
19185            ! pod/perlfaq4.pod
19186 ____________________________________________________________________________
19187 [ 11167] By: jhi                                   on 2001/07/06  01:14:41
19188         Log: Subject: [PATCH B::Deparse] Make warnings handling more robust
19189              From: Robin Houston <robin@kitsite.com>
19190              Date: Thu, 5 Jul 2001 18:33:21 +0100
19191              Message-ID: <20010705183321.A27345@robin.kitsite.com>
19192      Branch: perl
19193            ! ext/B/B/Deparse.pm
19194 ____________________________________________________________________________
19195 [ 11166] By: jhi                                   on 2001/07/06  01:11:50
19196         Log: (Retracted by #11285.)
19197              
19198              Subject: Re: [PATCH] mkdir() mode argument is missing initial 0
19199              From: Abhijit Menon-Sen <ams@wiw.org>
19200              Date: Fri, 6 Jul 2001 01:26:32 +0530
19201              Message-ID: <20010706012632.A28327@lustre.dyn.wiw.org>
19202      Branch: perl
19203            ! dump.c op.c op.h opcode.h opcode.pl pod/perldiag.pod pp.sym
19204            ! pp_proto.h t/lib/warnings/op t/lib/warnings/toke toke.c
19205            ! warnings.pl
19206 ____________________________________________________________________________
19207 [ 11165] By: jhi                                   on 2001/07/06  00:19:26
19208         Log: (Retracted by #11175)
19209              Subject: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
19210              From: Norton Allen <allen@huarp.harvard.edu>
19211              Message-Id: <200107051734.NAA13375@bottesini.harvard.edu>
19212              Date: Thu, 5 Jul 2001 13:34:51 -0400 (edt)
19213      Branch: perl
19214            ! ext/POSIX/POSIX.xs
19215 ____________________________________________________________________________
19216 [ 11164] By: jhi                                   on 2001/07/06  00:14:57
19217         Log: Unterminated C< (noticed by Richard Hatch), and few other
19218              small Unicode doc tweaks.
19219      Branch: perl
19220            ! pod/perlretut.pod
19221 ____________________________________________________________________________
19222 [ 11163] By: jhi                                   on 2001/07/05  19:33:34
19223         Log: More flexible argument understanding; add charblocks() and
19224              charscripts(); make charblock() and charscript() two-way;
19225              add charinrange(); separate the $Unicode::UCD::VERSION and
19226              the version of the Unicode by adding UnicodeVersion().
19227      Branch: perl
19228            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
19229 ____________________________________________________________________________
19230 [ 11162] By: jhi                                   on 2001/07/05  13:38:36
19231         Log: Update Unicode::UCD on \p{In...}.
19232      Branch: perl
19233            ! lib/Unicode/UCD.pm
19234 ____________________________________________________________________________
19235 [ 11161] By: jhi                                   on 2001/07/05  13:26:00
19236         Log: Subject: Re: [PATCH lib/ExtUtils.t] Extra Files for QNX
19237              From: Norton Allen <allen@huarp.harvard.edu>
19238              Date: Thu, 5 Jul 2001 09:57:14 -0400 (edt)
19239              Message-Id: <200107051357.JAA06285@bottesini.harvard.edu>
19240      Branch: perl
19241            ! lib/ExtUtils/MM_Unix.pm
19242 ____________________________________________________________________________
19243 [ 11160] By: jhi                                   on 2001/07/05  13:06:53
19244         Log: POSIX-BC tweaks from Thomas Dorner.
19245      Branch: perl
19246            ! hints/posix-bc.sh perlio.h
19247 ____________________________________________________________________________
19248 [ 11159] By: jhi                                   on 2001/07/05  04:17:18
19249         Log: Module updates for the delta.
19250      Branch: perl
19251            ! pod/perl572delta.pod
19252 ____________________________________________________________________________
19253 [ 11158] By: jhi                                   on 2001/07/05  03:45:19
19254         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sock.t] for QNX
19255              From: Norton Allen <allen@huarp.harvard.edu>
19256              Message-Id: <200107050259.WAA06843@bottesini.harvard.edu>
19257              Date: Wed, 4 Jul 2001 22:59:00 -0400 (edt)
19258      Branch: perl
19259            ! ext/IO/lib/IO/t/io_sock.t
19260 ____________________________________________________________________________
19261 [ 11157] By: jhi                                   on 2001/07/05  03:44:19
19262         Log: Subject: [PATCH perldiag.pod] Quick fixes
19263              From: Simon Cozens <simon@netthink.co.uk>
19264              Date: Wed, 4 Jul 2001 20:22:12 +0100
19265              Message-ID: <20010704202212.A3690@deep-dark-truthful-mirror>
19266      Branch: perl
19267            ! pod/perldiag.pod
19268 ____________________________________________________________________________
19269 [ 11156] By: jhi                                   on 2001/07/05  03:43:28
19270         Log: (retracted by #13533)
19271              
19272              Subject: [PATCH perl@11099]Re: [ID 20010704.003] Taint mode breaks global match
19273              From: Radu Greab <radu@netsoft.ro>
19274              Date: Wed, 4 Jul 2001 22:13:31 +0300
19275              Message-ID: <15171.27355.895094.128142@ix.netsoft.ro>
19276      Branch: perl
19277            ! op.c sv.c t/op/pos.t
19278 ____________________________________________________________________________
19279 [ 11155] By: jhi                                   on 2001/07/05  03:40:24
19280         Log: Subject: [PATCH] -I and MakeMaker again
19281              From: Michael G Schwern <schwern@pobox.com>
19282              Date: Wed, 4 Jul 2001 15:03:07 -0400
19283              Message-ID: <20010704150307.I20340@blackrider>
19284              
19285              (and retract #11145)
19286      Branch: perl
19287            ! ext/util/make_ext lib/ExtUtils/MM_Unix.pm
19288            ! lib/ExtUtils/MakeMaker.pm
19289 ____________________________________________________________________________
19290 [ 11154] By: jhi                                   on 2001/07/05  03:32:43
19291         Log: Subject: Re: PERFORCE change 11142 for review
19292              From: "Philip Newton" <Philip.Newton@gmx.net>
19293              Date: Wed, 4 Jul 2001 20:46:26 +0200
19294              Message-Id: <200107041841.VAA25380@taas.iki.fi>
19295      Branch: perl
19296            ! lib/ExtUtils/MakeMaker.pm
19297 ____________________________________________________________________________
19298 [ 11153] By: jhi                                   on 2001/07/05  03:29:21
19299         Log: Subject: Re: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
19300              From: Jonathan Stowe <gellyfish@gellyfish.com>
19301              Date: Mon, 2 Jul 2001 20:45:53 +0100 (BST)
19302              Message-ID: <Pine.LNX.4.33.0107022042570.8640-100000@orpheus.gellyfish.com>
19303      Branch: perl
19304            ! utils/pl2pm.PL
19305 ____________________________________________________________________________
19306 [ 11152] By: gsar                                  on 2001/07/05  00:52:57
19307         Log: fix the binary compatibility issue when building with/without
19308              usemymalloc by exporting Perl_malloc() et al as simple wrappers
19309              around the system functions (this allows most extensions built
19310              using one mode to coexist with perls built in the other mode)
19311              
19312              XXX the Perl_mfree() wrapper might need to do return(free()) on
19313              platforms where Free_t isn't "void"
19314      Branch: perl
19315            ! embed.h embed.pl makedef.pl proto.h util.c
19316 ____________________________________________________________________________
19317 [ 11151] By: gsar                                  on 2001/07/05  00:42:49
19318         Log: perl built with USE_ITHREADS can deadlock during fork() or backticks
19319              since it doesn't ensure threads other than the one calling fork()
19320              aren't holding any locks; the fix is to use pthread_atfork() to
19321              hold global locks
19322              
19323              building perl with -Dusemymalloc exacerbates the problem since
19324              Perl_malloc() holds a mutex, and perl's exec() calls New()
19325              
19326              XXX the code in win32thread.h may be needed on platforms that have
19327              no pthread_atfork()
19328      Branch: perl
19329            ! perl.c thread.h win32/win32thread.h
19330 ____________________________________________________________________________
19331 [ 11150] By: pudge                                 on 2001/07/04  20:07:54
19332         Log: Integrate #11009 from maintperl.
19333      Branch: maint-5.6/macperl
19334           !> lib/ExtUtils/Manifest.pm
19335 ____________________________________________________________________________
19336 [ 11149] By: pudge                                 on 2001/07/04  19:54:46
19337         Log: Flexing my Perforce muscles.
19338      Branch: maint-5.6/macperl
19339            ! README.macos
19340 ____________________________________________________________________________
19341 [ 11148] By: jhi                                   on 2001/07/04  17:14:51
19342         Log: Update Changes.
19343      Branch: perl
19344            ! Changes patchlevel.h
19345 ____________________________________________________________________________
19346 [ 11147] By: jhi                                   on 2001/07/04  16:41:25
19347         Log: Metaconfig unit change for #11146.
19348      Branch: metaconfig/U/perl
19349            ! d_fcntl_can_lock.U
19350 ____________________________________________________________________________
19351 [ 11146] By: jhi                                   on 2001/07/04  16:36:31
19352         Log: Somehow the #ifdefs of the added code (in #11093) made
19353              HP-UX to fail the fcntl locking test, without the ifdefs
19354              the test seems to be working again.  Reason unknown:
19355              HP-UX cc doesn't complain either way.
19356      Branch: perl
19357            ! Configure
19358 ____________________________________________________________________________
19359 [ 11145] By: jhi                                   on 2001/07/04  16:08:00
19360         Log: (Retracted by #11155) PERLRUNINST needed in some spots.
19361      Branch: perl
19362            ! lib/ExtUtils/MM_Unix.pm
19363 ____________________________________________________________________________
19364 [ 11144] By: jhi                                   on 2001/07/04  16:07:35
19365         Log: gcc -Wall nit.
19366      Branch: perl
19367            ! pp_hot.c
19368 ____________________________________________________________________________
19369 [ 11143] By: jhi                                   on 2001/07/04  15:08:26
19370         Log: When removing tests updating the test count is a good idea, too.
19371      Branch: perl
19372            ! lib/Net/t/require.t
19373 ____________________________________________________________________________
19374 [ 11142] By: jhi                                   on 2001/07/04  14:57:51
19375         Log: Document #11134 and add the new symbols to the list of
19376              of MakeMaker known ones.
19377      Branch: perl
19378            ! lib/ExtUtils/MakeMaker.pm
19379 ____________________________________________________________________________
19380 [ 11141] By: jhi                                   on 2001/07/04  14:34:11
19381         Log: Microperl update.
19382      Branch: perl
19383            ! uconfig.h
19384 ____________________________________________________________________________
19385 [ 11140] By: jhi                                   on 2001/07/04  14:32:27
19386         Log: Update the libnet tests as per #11138.
19387      Branch: perl
19388            - lib/Net/t/ph.t
19389            ! MANIFEST lib/Net/t/require.t
19390 ____________________________________________________________________________
19391 [ 11139] By: jhi                                   on 2001/07/04  14:14:33
19392         Log: Regen toc and modlib.
19393      Branch: perl
19394            ! pod/perlmodlib.pod pod/perltoc.pod
19395 ____________________________________________________________________________
19396 [ 11138] By: jhi                                   on 2001/07/04  14:10:38
19397         Log: Remove DummyInetd, PH, and SNPP from the libnet, as per
19398              Graham's request.
19399      Branch: perl
19400            - lib/Net/DummyInetd.pm lib/Net/PH.pm lib/Net/SNPP.pm
19401            ! MANIFEST
19402 ____________________________________________________________________________
19403 [ 11137] By: jhi                                   on 2001/07/04  14:06:35
19404         Log: Add the OS/390 harness results to the delta.
19405      Branch: perl
19406            ! pod/perl572delta.pod
19407 ____________________________________________________________________________
19408 [ 11136] By: jhi                                   on 2001/07/04  13:59:01
19409         Log: Avoid the two study tests in OS/390 until the bug has been solved.
19410      Branch: perl
19411            ! t/op/study.t
19412 ____________________________________________________________________________
19413 [ 11135] By: jhi                                   on 2001/07/04  13:49:08
19414         Log: DOS/DJGPP tweaks from Laszlo Molnar.
19415      Branch: perl
19416            ! AUTHORS djgpp/djgppsed.sh hints/dos_djgpp.sh t/op/write.t
19417 ____________________________________________________________________________
19418 [ 11134] By: jhi                                   on 2001/07/04  13:47:46
19419         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm and others] Fixing extra -I's with PERL_CORE
19420              From: Michael G Schwern <schwern@pobox.com>
19421              Date: Wed, 4 Jul 2001 00:01:16 -0400
19422              Message-ID: <20010704000116.C591@blackrider>
19423      Branch: perl
19424            ! ext/util/make_ext lib/ExtUtils.t lib/ExtUtils/MM_Unix.pm
19425 ____________________________________________________________________________
19426 [ 11133] By: jhi                                   on 2001/07/04  01:55:20
19427         Log: The #11132 missed singleton characters (not part
19428              of a unilo..unihi range) in Unicode scripts.
19429      Branch: perl
19430            ! lib/unicode/In/0.pl lib/unicode/In/1.pl lib/unicode/In/10.pl
19431            ! lib/unicode/In/11.pl lib/unicode/In/12.pl lib/unicode/In/13.pl
19432            ! lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
19433            ! lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/20.pl
19434            ! lib/unicode/In/21.pl lib/unicode/In/24.pl lib/unicode/In/29.pl
19435            ! lib/unicode/In/3.pl lib/unicode/In/30.pl lib/unicode/In/34.pl
19436            ! lib/unicode/In/35.pl lib/unicode/In/37.pl lib/unicode/In/39.pl
19437            ! lib/unicode/In/4.pl lib/unicode/In/5.pl lib/unicode/In/6.pl
19438            ! lib/unicode/In/8.pl lib/unicode/In/9.pl lib/unicode/Scripts.pl
19439            ! lib/unicode/mktables.PL t/op/pat.t
19440 ____________________________________________________________________________
19441 [ 11132] By: jhi                                   on 2001/07/04  01:32:11
19442         Log: Support preferentially the Unicode 'scripts' definition
19443              in the \p{In...} notation since according to Unicode the
19444              scripts concept is more natural for matching than using
19445              the somewhat artificial block names.  The block names are
19446              still available, though, and if there's a name conflict,
19447              the scripts one wins and the blocks one has to do with
19448              'Block' appended to its name.  For more information see
19449              
19450              http://www.unicode.org/unicode/reports/tr24/
19451      Branch: perl
19452            + lib/unicode/In/100.pl lib/unicode/In/101.pl
19453            + lib/unicode/In/102.pl lib/unicode/In/103.pl
19454            + lib/unicode/In/104.pl lib/unicode/In/105.pl
19455            + lib/unicode/In/106.pl lib/unicode/In/107.pl
19456            + lib/unicode/In/108.pl lib/unicode/In/109.pl
19457            + lib/unicode/In/110.pl lib/unicode/In/111.pl
19458            + lib/unicode/In/112.pl lib/unicode/In/113.pl
19459            + lib/unicode/In/114.pl lib/unicode/In/115.pl
19460            + lib/unicode/In/116.pl lib/unicode/In/117.pl
19461            + lib/unicode/In/118.pl lib/unicode/In/119.pl
19462            + lib/unicode/In/120.pl lib/unicode/In/121.pl
19463            + lib/unicode/In/122.pl lib/unicode/In/123.pl
19464            + lib/unicode/In/124.pl lib/unicode/In/125.pl
19465            + lib/unicode/In/126.pl lib/unicode/In/127.pl
19466            + lib/unicode/In/128.pl lib/unicode/In/129.pl
19467            + lib/unicode/In/130.pl lib/unicode/In/131.pl
19468            + lib/unicode/In/132.pl lib/unicode/In/133.pl
19469            + lib/unicode/In/134.pl lib/unicode/In/135.pl
19470            + lib/unicode/In/96.pl lib/unicode/In/97.pl lib/unicode/In/98.pl
19471            + lib/unicode/In/99.pl lib/unicode/Scripts.pl
19472            ! (edit 106 files)
19473 ____________________________________________________________________________
19474 [ 11131] By: jhi                                   on 2001/07/03  23:02:02
19475         Log: Better document the difference between a block and a script.
19476      Branch: perl
19477            ! lib/Unicode/UCD.pm
19478 ____________________________________________________________________________
19479 [ 11130] By: jhi                                   on 2001/07/03  22:49:15
19480         Log: Subject: [ perl 5.6.1 ] CPAN.pm doc patch
19481              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
19482              Date: Tue, 3 Jul 2001 15:04:23 -0500
19483              Message-ID: <20010703150423.C9787@chaos.wustl.edu>
19484      Branch: perl
19485            ! lib/CPAN.pm
19486 ____________________________________________________________________________
19487 [ 11129] By: jhi                                   on 2001/07/03  22:45:41
19488         Log: Add tests for charscript().
19489      Branch: perl
19490            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
19491 ____________________________________________________________________________
19492 [ 11128] By: jhi                                   on 2001/07/03  20:41:54
19493         Log: Add charscript() to get the UTR#24 script names of characters.
19494      Branch: perl
19495            ! lib/Unicode/UCD.pm
19496 ____________________________________________________________________________
19497 [ 11127] By: jhi                                   on 2001/07/03  19:53:29
19498         Log: Todo updates.
19499      Branch: perl
19500            ! pod/perltodo.pod
19501 ____________________________________________________________________________
19502 [ 11126] By: jhi                                   on 2001/07/03  19:45:30
19503         Log: Unicode::UCD updates.
19504      Branch: perl
19505            ! lib/Unicode/UCD.pm
19506 ____________________________________________________________________________
19507 [ 11125] By: jhi                                   on 2001/07/03  16:12:20
19508         Log: (Retracted by #11174)
19509              Subject: MakeMaker should pass through DEFINE and INC to subdirs
19510              From: Alan Burlison <Alan.Burlison@sun.com>
19511              Date: Tue, 03 Jul 2001 15:20:13 +0100
19512              Message-ID: <3B41D49D.A923D4F9@sun.com>
19513      Branch: perl
19514            ! lib/ExtUtils/MM_Unix.pm
19515 ____________________________________________________________________________
19516 [ 11124] By: jhi                                   on 2001/07/03  16:06:53
19517         Log: Subject: Patch needed for UTS
19518              From: hom00@utsglobal.com (Hal Morris)
19519              Date: Tue, 3 Jul 2001 09:38:22 -0700 (PDT)
19520              Message-Id: <200107031638.JAA11998@cepheus.utsglobal.com>
19521              
19522              Replace #11113 with a better version.
19523      Branch: perl
19524            ! perl.h
19525 ____________________________________________________________________________
19526 [ 11123] By: jhi                                   on 2001/07/03  16:04:49
19527         Log: Subject: Re: POINTERRIGOR
19528              From: Andy Dougherty <doughera@lafayette.edu>
19529              Date: Tue, 3 Jul 2001 11:49:28 -0400 (EDT)
19530              Message-ID: <Pine.SOL.4.10.10107031040030.1982-100000@maxwell.phys.lafayette.edu>
19531      Branch: perl
19532            ! util.c
19533 ____________________________________________________________________________
19534 [ 11122] By: jhi                                   on 2001/07/03  16:03:31
19535         Log: Subject: Re: [PATCH @11016] Fixes compile errors in four files
19536              From: "Philip Newton" <pnewton@gmx.de>
19537              Date: Tue, 3 Jul 2001 17:03:34 +0200
19538              Message-ID: <3B41FAE6.29564.660E117@localhost>
19539      Branch: perl
19540            ! pp_hot.c
19541 ____________________________________________________________________________
19542 [ 11121] By: jhi                                   on 2001/07/03  13:26:08
19543         Log: Typos.
19544      Branch: perl
19545            ! INSTALL
19546 ____________________________________________________________________________
19547 [ 11120] By: jhi                                   on 2001/07/03  11:34:47
19548         Log: Subject: [PATCH 5.6.1] debugger fixes
19549              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19550              Date: Tue, 3 Jul 2001 03:38:18 -0400
19551              Message-ID: <20010703033818.A16788@math.ohio-state.edu>
19552              
19553              The $^S is working again.
19554      Branch: perl
19555            ! lib/perl5db.pl
19556 ____________________________________________________________________________
19557 [ 11119] By: jhi                                   on 2001/07/03  11:33:27
19558         Log: Subject: Re: [PATCH 5.6.1] OS/2 improvements
19559              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19560              Date: Tue, 3 Jul 2001 03:34:06 -0400
19561              Message-ID: <20010703033406.A16776@math.ohio-state.edu>
19562      Branch: perl
19563            ! os2/OS2/Process/Process.pm
19564 ____________________________________________________________________________
19565 [ 11118] By: jhi                                   on 2001/07/03  11:29:54
19566         Log: Subject: [PATCH bleadperl] Bad lishp in change 11084
19567              From: "Philip Newton" <Philip.Newton@gmx.net>
19568              Date: Tue, 3 Jul 2001 09:11:27 +0200
19569              Message-Id: <200107030706.KAA04596@taas.iki.fi>
19570      Branch: perl
19571            ! lib/FindBin.pm
19572 ____________________________________________________________________________
19573 [ 11117] By: jhi                                   on 2001/07/03  11:25:14
19574         Log: Delta delta.
19575      Branch: perl
19576            ! pod/perl572delta.pod
19577 ____________________________________________________________________________
19578 [ 11116] By: jhi                                   on 2001/07/02  23:06:50
19579         Log: Metaconfig unit change for 11115.
19580      Branch: metaconfig
19581            ! U/modified/libc.U
19582 ____________________________________________________________________________
19583 [ 11115] By: jhi                                   on 2001/07/02  23:06:27
19584         Log: Whitespace allowed at the ends of /lib/syscalls.exp lines
19585              (from Richard Hatch) (this was the cause of pipes() and
19586              times() myeteriously not being found)
19587      Branch: perl
19588            ! Configure
19589 ____________________________________________________________________________
19590 [ 11114] By: jhi                                   on 2001/07/02  22:58:41
19591         Log: Retract #10142, the real culprit found by Richard Hatch,
19592              coming soon to Configure near you.
19593      Branch: perl
19594            ! hints/aix.sh
19595 ____________________________________________________________________________
19596 [ 11113] By: jhi                                   on 2001/07/02  22:56:09
19597         Log: (Replaced by #11124) UTS workaround from Hal Morris.
19598      Branch: perl
19599            ! perl.h
19600 ____________________________________________________________________________
19601 [ 11112] By: jhi                                   on 2001/07/02  22:53:29
19602         Log: Subject: [PATCH] grok not grocking correctly
19603              From: Nicholas Clark <nick@ccl4.org>
19604              Date: Tue, 3 Jul 2001 00:19:08 +0100
19605              Message-ID: <20010703001908.H59620@plum.flirble.org>
19606      Branch: perl
19607            ! numeric.c
19608 ____________________________________________________________________________
19609 [ 11111] By: jhi                                   on 2001/07/02  22:48:42
19610         Log: Subject: [PATCH Deparse.t] test just-posted patches
19611              From: Robin Houston <robin@kitsite.com>
19612              Date: Mon, 2 Jul 2001 23:46:15 +0100
19613              Message-Id: <E15HCUN-0000Rh-00.2001-07-02-23-48-19@mail18.svr.pol.co.uk>
19614      Branch: perl
19615            ! ext/B/Deparse.t
19616 ____________________________________________________________________________
19617 [ 11110] By: jhi                                   on 2001/07/02  22:27:10
19618         Log: Subject: [PATCH toke.c] autosplit into @F
19619              From: Robin Houston <robin@kitsite.com>
19620              Date: Mon, 2 Jul 2001 23:18:20 +0100
19621              Message-Id: <E15HC3M-0007jL-00.2001-07-02-23-20-24@mail18.svr.pol.co.uk>
19622      Branch: perl
19623            ! perl.c toke.c
19624 ____________________________________________________________________________
19625 [ 11109] By: jhi                                   on 2001/07/02  22:25:03
19626         Log: Subject: [PATCH B::Deparse] hash key auto-quoting
19627              From: Robin Houston <robin@kitsite.com>
19628              Date: Mon, 2 Jul 2001 23:00:48 +0100
19629              Message-Id: <E15HBmR-0006mc-00.2001-07-02-23-02-55@mail18.svr.pol.co.uk>
19630      Branch: perl
19631            ! ext/B/B/Deparse.pm
19632 ____________________________________________________________________________
19633 [ 11108] By: jhi                                   on 2001/07/02  19:21:18
19634         Log: Subject: Re: [PATCH perlsnap] '-' !~ /\w/
19635              From: "Philip Newton" <Philip.Newton@gmx.net>
19636              Date: Mon, 2 Jul 2001 22:06:22 +0200
19637              (no Message-Id)
19638      Branch: perl
19639            ! ext/NDBM_File/hints/linux.pl
19640 ____________________________________________________________________________
19641 [ 11107] By: jhi                                   on 2001/07/02  19:19:25
19642         Log: Subject: Re: Fixed pack problem - sort of
19643              From: Nicholas Clark <nick@ccl4.org>
19644              Date: Mon, 2 Jul 2001 20:59:20 +0100
19645              Message-ID: <20010702205919.F59620@plum.flirble.org>
19646      Branch: perl
19647            ! pp_pack.c t/op/pack.t
19648 ____________________________________________________________________________
19649 [ 11106] By: jhi                                   on 2001/07/02  19:18:28
19650         Log: Subject: Re: [PATCH 5.6.1] OS/2 cwd
19651              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19652              Date: Mon, 2 Jul 2001 15:45:41 -0400
19653              Message-ID: <20010702154541.B24295@math.ohio-state.edu>
19654      Branch: perl
19655            ! os2/os2.c
19656 ____________________________________________________________________________
19657 [ 11105] By: jhi                                   on 2001/07/02  19:17:27
19658         Log: (Mistaken retraction)
19659      Branch: perl
19660            ! utils/pl2pm.PL
19661 ____________________________________________________________________________
19662 [ 11104] By: jhi                                   on 2001/07/02  18:56:15
19663         Log: Detypo in #11103.
19664      Branch: perl
19665            ! utils/pl2pm.PL
19666 ____________________________________________________________________________
19667 [ 11103] By: jhi                                   on 2001/07/02  18:54:53
19668         Log: Subject: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
19669              From: Jonathan Stowe <gellyfish@gellyfish.com>
19670              Date: Mon, 2 Jul 2001 19:17:21 +0100 (BST)
19671              Message-ID: <Pine.LNX.4.33.0107021904530.7401-100000@orpheus.gellyfish.com>
19672      Branch: perl
19673            ! utils/pl2pm.PL
19674 ____________________________________________________________________________
19675 [ 11102] By: jhi                                   on 2001/07/02  18:16:09
19676         Log: Subject: [PATCH perl@11059] UCD.pm: if at first you don't succeed, croak?
19677              From: "Craig A. Berry" <craigberry@mac.com>
19678              Date: Mon, 02 Jul 2001 14:11:23 -0500
19679              Message-Id: <5.1.0.14.0.20010702140058.01b6c9c0@exchi01>
19680      Branch: perl
19681            ! lib/Unicode/UCD.pm
19682 ____________________________________________________________________________
19683 [ 11101] By: jhi                                   on 2001/07/02  18:14:51
19684         Log: Subject: [PATCH] Re: op/numconvert.t failures
19685              From: Nicholas Clark <nick@ccl4.org>
19686              Date: Mon, 2 Jul 2001 20:10:48 +0100
19687              Message-ID: <20010702201048.E59620@plum.flirble.org>
19688      Branch: perl
19689            ! t/op/numconvert.t
19690 ____________________________________________________________________________
19691 [ 11100] By: jhi                                   on 2001/07/02  17:51:44
19692         Log: Update Changes.
19693      Branch: perl
19694            ! Changes patchlevel.h
19695 ____________________________________________________________________________
19696 [ 11099] By: jhi                                   on 2001/07/02  17:46:31
19697         Log: Retract #11055, didn't help much (2736 bytes vs 2725 bytes leaked).
19698              The real fix must be more involved.  The line of code all the leaky
19699              call stacks seem to go through is op.c:2949, the PmopSTASH_set()
19700              line of Perl_newPMOP().
19701      Branch: perl
19702            ! op.h
19703 ____________________________________________________________________________
19704 [ 11098] By: jhi                                   on 2001/07/02  17:37:44
19705         Log: Based on
19706              
19707              Subject: Re: sizeof(struct sembuf)
19708              From: Nicholas Clark <nick@ccl4.org>
19709              Date: Sun, 1 Jul 2001 22:26:48 +0100
19710              Message-ID: <20010701222648.W59620@plum.flirble.org>
19711              
19712              but do semop() always the slow way.
19713      Branch: perl
19714            ! doio.c
19715 ____________________________________________________________________________
19716 [ 11097] By: jhi                                   on 2001/07/02  17:22:14
19717         Log: Subject: [PATCH] Encode/Tcl.t, for esc-seq encodings
19718              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
19719              Date: Tue, 03 Jul 2001 00:56:30 +0900
19720              Message-Id: <20010703005600.2225.BQW10602@nifty.com>
19721      Branch: perl
19722            ! ext/Encode/Encode/Tcl.t
19723 ____________________________________________________________________________
19724 [ 11096] By: jhi                                   on 2001/07/02  17:11:24
19725         Log: Subject: [PATCH] Encode/Tcl.pm, continuous sequences
19726              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
19727              Date: Tue, 03 Jul 2001 00:55:46 +0900
19728              Message-Id: <20010703005516.2222.BQW10602@nifty.com>
19729      Branch: perl
19730            ! ext/Encode/Encode/Tcl.pm
19731 ____________________________________________________________________________
19732 [ 11095] By: jhi                                   on 2001/07/02  17:07:14
19733         Log: Regen api and toc.
19734      Branch: perl
19735            ! pod/perlapi.pod pod/perltoc.pod
19736 ____________________________________________________________________________
19737 [ 11094] By: jhi                                   on 2001/07/02  16:29:42
19738         Log: Metaconfig unit change for #11093.
19739      Branch: metaconfig/U/perl
19740            ! d_fcntl_can_lock.U
19741 ____________________________________________________________________________
19742 [ 11093] By: jhi                                   on 2001/07/02  16:28:56
19743         Log: The fcntl locking test may hang if NFS locking messed up;
19744              break out with alarm(10).
19745      Branch: perl
19746            ! Configure
19747 ____________________________________________________________________________
19748 [ 11092] By: jhi                                   on 2001/07/02  14:11:31
19749         Log: Move the mdelete.bat from win32/bin to win32.
19750      Branch: perl
19751            ! MANIFEST
19752 ____________________________________________________________________________
19753 [ 11091] By: jhi                                   on 2001/07/02  14:10:01
19754         Log: Typo in #11083.
19755      Branch: perl
19756            ! ext/Time/Piece/Piece.t
19757 ____________________________________________________________________________
19758 [ 11090] By: jhi                                   on 2001/07/02  13:36:58
19759         Log: Netware tweaks from Guruprasad.
19760      Branch: perl
19761            - NetWare/perlsdio.h
19762            ! MANIFEST NetWare/Makefile NetWare/interface.c
19763            ! NetWare/interface.h NetWare/iperlhost.h NetWare/nwtinfo.h
19764            ! perlsdio.h
19765 ____________________________________________________________________________
19766 [ 11089] By: jhi                                   on 2001/07/02  13:25:40
19767         Log: Subject: Re: [PATH] shared -> unique;
19768              From: Abhijit Menon-Sen <ams@wiw.org>
19769              Date: Wed, 27 Jun 2001 03:51:27 +0530
19770              Message-ID: <20010627035127.A17623@lustre.lustre.dyn.wiw.org>
19771      Branch: perl
19772            ! dump.c gv.c gv.h op.c pp_sys.c sv.c toke.c xsutils.c
19773 ____________________________________________________________________________
19774 [ 11088] By: jhi                                   on 2001/07/02  13:24:27
19775         Log: Subject: Re: AIX / gcc-3.0
19776              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19777              Date: Mon, 02 Jul 2001 15:20:21 +0200
19778              Message-Id: <20010702151904.49BB.H.M.BRAND@hccnet.nl>
19779      Branch: perl
19780            ! hints/aix.sh
19781 ____________________________________________________________________________
19782 [ 11087] By: jhi                                   on 2001/07/02  13:23:21
19783         Log: Subject: Re: Bug report: split splits on wrong pattern
19784              From: Abhijit Menon-Sen <ams@wiw.org>
19785              Message-ID: <20010702163133.A23186@lustre.dyn.wiw.org>
19786              Date: Mon, 2 Jul 2001 16:31:33 +0530
19787      Branch: perl
19788            ! pp_ctl.c
19789 ____________________________________________________________________________
19790 [ 11086] By: jhi                                   on 2001/07/02  13:22:30
19791         Log: Subject: [PATCH 5.6.1] test harness
19792              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19793              Date: Mon, 2 Jul 2001 06:29:21 -0400
19794              Message-ID: <20010702062921.A1810@math.ohio-state.edu>
19795      Branch: perl
19796            ! lib/Test/Harness.pm
19797 ____________________________________________________________________________
19798 [ 11085] By: jhi                                   on 2001/07/02  13:21:39
19799         Log: Subject: [PATCH 5.6.1] debugger goof
19800              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19801              Date: Mon, 2 Jul 2001 06:27:22 -0400
19802              Message-ID: <20010702062722.A1746@math.ohio-state.edu>
19803      Branch: perl
19804            ! lib/perl5db.pl
19805 ____________________________________________________________________________
19806 [ 11084] By: jhi                                   on 2001/07/02  13:20:50
19807         Log: Subject: [PATCH 5.6.1] OS/2 cwd
19808              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19809              Date: Mon, 2 Jul 2001 06:21:17 -0400
19810              Message-ID: <20010702062117.A1401@math.ohio-state.edu>
19811      Branch: perl
19812            ! lib/Cwd.pm lib/File/Find/taint.t lib/FindBin.pm os2/os2.c
19813 ____________________________________________________________________________
19814 [ 11083] By: jhi                                   on 2001/07/02  13:19:18
19815         Log: Make #11082 more OS/2-specific.
19816      Branch: perl
19817            ! ext/Time/Piece/Piece.t
19818 ____________________________________________________________________________
19819 [ 11082] By: jhi                                   on 2001/07/02  13:14:36
19820         Log: Subject: [PATCH 5.6.1] OS/2 gmtime()
19821              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19822              Date: Mon, 2 Jul 2001 06:06:34 -0400
19823              Message-ID: <20010702060634.A1356@math.ohio-state.edu>
19824      Branch: perl
19825            ! ext/Time/Piece/Piece.t
19826 ____________________________________________________________________________
19827 [ 11081] By: jhi                                   on 2001/07/02  13:13:08
19828         Log: Subject: [PATCH B::Deparse] version number & changes
19829              From: Robin Houston <robin@kitsite.com>  
19830              Date: Sun, 1 Jul 2001 17:17:29 +0100
19831              Message-ID: <20010701171729.A30678@puffinry.freeserve.co.uk>
19832      Branch: perl
19833            ! ext/B/B/Deparse.pm
19834 ____________________________________________________________________________
19835 [ 11080] By: jhi                                   on 2001/07/02  13:11:48
19836         Log: Subject: a small fix.
19837              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
19838              Date: Mon, 2 Jul 2001 12:17:53 +0200
19839              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B35@RU0022EXCH001U>
19840      Branch: perl
19841            ! ext/Thread/Thread.xs
19842 ____________________________________________________________________________
19843 [ 11079] By: jhi                                   on 2001/07/02  13:10:39
19844         Log: Subject: RE: perl@10907
19845              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
19846              Date: Mon, 2 Jul 2001 12:06:16 +0200
19847              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B2C@RU0022EXCH001U>
19848              
19849              Borland C vs PerlIO.
19850      Branch: perl
19851            ! win32/config.bc win32/config_H.bc
19852 ____________________________________________________________________________
19853 [ 11078] By: jhi                                   on 2001/07/02  13:03:44
19854         Log: Subject: [PATCH] Report /pro/3gl/CPAN/perl-5.7.1
19855              From: "H.M. Brand" <merijn@l1.procura.nl>
19856              Date: Mon, 02 Jul 2001 11:18:57 +0200
19857              Message-Id: <20010702100811.4999.MERIJN@l1.procura.nl>
19858      Branch: perl
19859            ! t/op/write.t
19860 ____________________________________________________________________________
19861 [ 11077] By: jhi                                   on 2001/07/02  12:58:27
19862         Log: Subject: [PATCH] Deleting ext/util/mkbootstrap
19863              From: Michael G Schwern <schwern@pobox.com>
19864              Date: Mon, 2 Jul 2001 00:26:24 -0400
19865              Message-ID: <20010702002624.A18302@blackrider>
19866      Branch: perl
19867            - ext/util/mkbootstrap
19868 ____________________________________________________________________________
19869 [ 11076] By: jhi                                   on 2001/07/02  12:56:20
19870         Log: Subject: [PATCH op.h] v minor comment tweak
19871              From: Robin Houston <robin@puffinry.freeserve.co.uk>
19872              Date: Mon, 2 Jul 2001 00:42:01 +0100
19873              Message-Id: <E15GqxK-0006WZ-00.2001-07-02-00-48-46@mail18.svr.pol.co.uk>
19874      Branch: perl
19875            ! op.h
19876 ____________________________________________________________________________
19877 [ 11075] By: jhi                                   on 2001/07/02  12:53:48
19878         Log: SysV IPC semops use native shorts, not forced-to-16-bit-shorts.
19879      Branch: perl
19880            ! pod/perlfunc.pod
19881 ____________________________________________________________________________
19882 [ 11074] By: jhi                                   on 2001/07/02  12:52:28
19883         Log: Subject: Re: sizeof(struct sembuf)
19884              From: Nicholas Clark <nick@ccl4.org>
19885              Date: Sun, 1 Jul 2001 19:23:16 +0100
19886              Message-ID: <20010701192316.V59620@plum.flirble.org>
19887              
19888              s/signaling/signalling/
19889      Branch: perl
19890            ! pod/perlfunc.pod
19891 ____________________________________________________________________________
19892 [ 11073] By: jhi                                   on 2001/07/02  12:49:51
19893         Log: Subject: [PATCH perlsnap] Suggestion for mnemonic for $^N
19894              From: "Philip Newton" <Philip.Newton@gmx.net>
19895              Date: Sun, 1 Jul 2001 09:37:56 +0200
19896              Message-Id: <200107010733.KAA03920@taas.iki.fi>
19897      Branch: perl
19898            ! pod/perlvar.pod
19899 ____________________________________________________________________________
19900 [ 11072] By: jhi                                   on 2001/07/02  12:48:03
19901         Log: Subject: [PATCH perlsnap] /^qnx|nto$/ --> /^(?:qnx|nto)$/
19902              From: "Philip Newton" <Philip.Newton@gmx.net>
19903              Date: Sun, 1 Jul 2001 09:37:56 +0200
19904              Message-Id: <200107010733.KAA03925@taas.iki.fi>
19905      Branch: perl
19906            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
19907 ____________________________________________________________________________
19908 [ 11071] By: jhi                                   on 2001/07/02  12:45:12
19909         Log: Metaconfig unit change for #11070.
19910      Branch: metaconfig
19911            ! U/compline/randfunc.U
19912 ____________________________________________________________________________
19913 [ 11070] By: jhi                                   on 2001/07/02  12:43:58
19914         Log: Subject: [PATCH perlsnap] its --> it's --> its
19915              From: "Philip Newton" <Philip.Newton@gmx.net>
19916              Date: Sun, 1 Jul 2001 09:37:56 +0200
19917              Message-Id: <200107010733.KAA03914@taas.iki.fi>
19918      Branch: perl
19919            ! Porting/config_H
19920 ____________________________________________________________________________
19921 [ 11069] By: jhi                                   on 2001/07/02  12:01:52
19922         Log: Sync with Sarathy; integrate with perlio.
19923      Branch: perl
19924           !> gv.c
19925 ____________________________________________________________________________
19926 [ 11068] By: gsar                                  on 2001/07/02  08:07:54
19927         Log: regenerate win32/config_H.?c files
19928      Branch: perl
19929            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
19930 ____________________________________________________________________________
19931 [ 11067] By: gsar                                  on 2001/07/02  08:03:55
19932         Log: rename s/sv_getcwd/getcwd_sv/ for better conformance to existing
19933              naming discipline
19934              
19935              win32 fix: enable getcwd_sv() to work on windows (POSIX.t was failing
19936              because of this)
19937              
19938              fix a warning about "fd" being used without being set in Cwd.xs
19939      Branch: perl
19940            ! embed.h embed.pl ext/Cwd/Cwd.xs ext/POSIX/POSIX.t
19941            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
19942            ! pod/perlapi.pod proto.h util.c win32/config.bc win32/config.gc
19943            ! win32/config.vc
19944 ____________________________________________________________________________
19945 [ 11066] By: gsar                                  on 2001/07/02  07:12:10
19946         Log: win32 fixes: fix various syntax errors ("no preprocessor directives
19947              within macro arguments") and warnings ("unary minus applied to
19948              unsigned type", among others)
19949      Branch: perl
19950            ! gv.c hv.c op.c pp.c sv.c toke.c
19951 ____________________________________________________________________________
19952 [ 11065] By: gsar                                  on 2001/07/02  06:26:22
19953         Log: win32 fixes: more spurious CRs
19954      Branch: perl
19955            ! win32/mdelete.bat
19956 ____________________________________________________________________________
19957 [ 11064] By: gsar                                  on 2001/07/02  06:25:22
19958         Log: win32 tweaks: remove extra CRs from makefile.mk; move mdelete.bat
19959              from win32/bin (or it gets deleted by distclean); don't delete
19960              lib/Cwd.pm during distclean; mdelete.bat doesn't work properly on
19961              NT (should be made Win9x specific, and added to makefile.mk)
19962      Branch: perl
19963           +> win32/mdelete.bat
19964            - win32/bin/mdelete.bat
19965            ! win32/Makefile win32/makefile.mk
19966 ____________________________________________________________________________
19967 [ 11063] By: nick                                  on 2001/07/01  18:54:09
19968         Log: Quick for for #ifdef mess
19969      Branch: perlio
19970            ! gv.c
19971 ____________________________________________________________________________
19972 [ 11062] By: nick                                  on 2001/07/01  18:47:42
19973         Log: Raw integrate - does not build #if mess in gv.c
19974      Branch: perlio
19975           !> (integrate 29 files)
19976 ____________________________________________________________________________
19977 [ 11061] By: jhi                                   on 2001/07/01  15:20:38
19978         Log: Make 'compile' target a little less broken.
19979              Still very broken, though: -Wall warnings from
19980              the generated code, boot_Foo prototypes missing,
19981              can't autoload Fcntl::SEEK_CUR et alia, ...
19982      Branch: perl
19983            ! ext/B/B/C.pm pod/Makefile.SH t/TEST utils/Makefile
19984            ! utils/perlcc.PL x2p/Makefile.SH
19985 ____________________________________________________________________________
19986 [ 11060] By: jhi                                   on 2001/07/01  14:04:20
19987         Log: Upgrade to Storable 1.0.12, from Raphael Manfredi.
19988      Branch: perl
19989            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
19990            ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
19991 ____________________________________________________________________________
19992 [ 11059] By: jhi                                   on 2001/07/01  05:02:59
19993         Log: Update Changes.
19994      Branch: perl
19995            ! Changes patchlevel.h
19996 ____________________________________________________________________________
19997 [ 11058] By: jhi                                   on 2001/07/01  04:57:05
19998         Log: Still one typo, regen toc.
19999      Branch: perl
20000            ! lib/Unicode/UCD.pm pod/perltoc.pod
20001 ____________________________________________________________________________
20002 [ 11057] By: jhi                                   on 2001/07/01  04:54:35
20003         Log: Detypos and regen toc.
20004      Branch: perl
20005            ! README.os2 lib/Unicode/UCD.pm pod/perltoc.pod
20006 ____________________________________________________________________________
20007 [ 11056] By: jhi                                   on 2001/07/01  04:26:08
20008         Log: VERSION tweak.
20009      Branch: perl
20010            ! ext/List/Util/lib/List/Util.pm
20011 ____________________________________________________________________________
20012 [ 11055] By: jhi                                   on 2001/06/30  22:18:37
20013         Log: Attempt at plugging the leak under ithreads detected by Doug.
20014      Branch: perl
20015            ! op.h
20016 ____________________________________________________________________________
20017 [ 11054] By: jhi                                   on 2001/06/30  21:33:29
20018         Log: gcc -Wall lint after #11051.
20019      Branch: perl
20020            ! pp_sys.c
20021 ____________________________________________________________________________
20022 [ 11053] By: jhi                                   on 2001/06/30  21:13:55
20023         Log: Integrate perlio.
20024      Branch: perl
20025           !> lib/File/Find/taint.t
20026 ____________________________________________________________________________
20027 [ 11052] By: jhi                                   on 2001/06/30  21:07:38
20028         Log: Don't use the v-strings for module VERSIONs.
20029      Branch: perl
20030            ! lib/Unicode/UCD.pm
20031 ____________________________________________________________________________
20032 [ 11051] By: jhi                                   on 2001/06/30  20:59:57
20033         Log: Code cleanup based on turning off the -woffs in IRIX.
20034              Not all of the gripes cleaned up (hairy code in hv.c and
20035              regcomp.c; unused newsp, gimme, and optype from cop.h macros;
20036              unused 'key' arguments in ?DBM_File.xs) (and the -woffs left
20037              to the IRIX hints)
20038      Branch: perl
20039            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs
20040            ! ext/IPC/SysV/SysV.xs ext/List/Util/Util.xs
20041            ! ext/PerlIO/Scalar/Scalar.xs gv.c mg.c op.c perlio.c pp_sys.c
20042            ! regcomp.c sv.c
20043 ____________________________________________________________________________
20044 [ 11050] By: nick                                  on 2001/06/30  20:46:46
20045         Log: Jeffrey Friedl's <jfriedl@yahoo.com> fix for lib/File/Find/taint.t
20046      Branch: perlio
20047            ! lib/File/Find/taint.t
20048 ____________________________________________________________________________
20049 [ 11049] By: nick                                  on 2001/06/30  18:13:33
20050         Log: Integrate mainline
20051      Branch: perlio
20052           +> NetWare/nwstdio.h NetWare/perlsdio.h
20053           +> ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
20054           +> ext/Encode/Encode/7bit-kr.enc lib/Unicode/UCD.pm
20055           +> lib/Unicode/UCD.t t/run/exit.t
20056           !> (integrate 60 files)
20057 ____________________________________________________________________________
20058 [ 11048] By: jhi                                   on 2001/06/30  16:23:39
20059         Log: Delta delta.
20060      Branch: perl
20061            ! pod/perl572delta.pod
20062 ____________________________________________________________________________
20063 [ 11047] By: jhi                                   on 2001/06/30  16:03:40
20064         Log: More VERSION tuning: to avoid unnecessary Perl upgrades
20065              by CPAN.pm, use rather _00.
20066      Branch: perl
20067            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Dir.pm
20068            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
20069            ! ext/IO/lib/IO/Socket/UNIX.pm ext/IPC/SysV/Msg.pm
20070            ! ext/IPC/SysV/Semaphore.pm ext/IPC/SysV/SysV.pm
20071            ! ext/Time/HiRes/HiRes.pm lib/CGI/Pretty.pm lib/CPAN/Nox.pm
20072            ! lib/ExtUtils/Embed.pm lib/Test.pm
20073 ____________________________________________________________________________
20074 [ 11046] By: jhi                                   on 2001/06/30  15:53:22
20075         Log: Add a simple Unicode character database interface, Unicode::UCD.
20076      Branch: perl
20077            + lib/Unicode/UCD.pm lib/Unicode/UCD.t
20078            ! MANIFEST
20079 ____________________________________________________________________________
20080 [ 11045] By: jhi                                   on 2001/06/30  13:42:37
20081         Log: Subject: [PATCH] op/numconver.t
20082              From: Nicholas Clark <nick@ccl4.org>
20083              Date: Sat, 30 Jun 2001 15:40:10 +0100
20084              Message-ID: <20010630154010.I59620@plum.flirble.org>
20085      Branch: perl
20086            ! t/op/numconvert.t
20087 ____________________________________________________________________________
20088 [ 11044] By: jhi                                   on 2001/06/30  13:29:25
20089         Log: The $^N is now taken (by #11038).
20090      Branch: perl
20091            ! t/base/lex.t
20092 ____________________________________________________________________________
20093 [ 11043] By: jhi                                   on 2001/06/30  13:15:59
20094         Log: The #11040 had slipped to a wrong function...
20095      Branch: perl
20096            ! sv.c
20097 ____________________________________________________________________________
20098 [ 11042] By: jhi                                   on 2001/06/30  13:08:25
20099         Log: In 64-bit AIX 5L (oslevel 5.1.0.0, ccversion 5.0.2.0)
20100              the Configure library symbol probe mysteriously finds all
20101              symbols but those of pipe() and times().
20102      Branch: perl
20103            ! hints/aix.sh
20104 ____________________________________________________________________________
20105 [ 11041] By: jhi                                   on 2001/06/30  13:01:25
20106         Log: Subject: [PATCH] (was Re: not OK: perl@11006 on HP-UX B.11.00)
20107              From: Nicholas Clark <nick@ccl4.org>
20108              Date: Fri, 29 Jun 2001 23:49:07 +0100
20109              Message-ID: <20010629234907.D59620@plum.flirble.org>
20110      Branch: perl
20111            ! lib/ExtUtils.t
20112 ____________________________________________________________________________
20113 [ 11040] By: jhi                                   on 2001/06/30  13:00:24
20114         Log: Subject: [PATCH] weakref fix 2, not yet there
20115              From: Artur Bergman <artur@contiller.se>
20116              Date: Sat, 30 Jun 2001 01:18:16 +0200
20117              Message-ID: <B762D957.1CC9%artur@contiller.se>
20118      Branch: perl
20119            ! sv.c
20120 ____________________________________________________________________________
20121 [ 11039] By: jhi                                   on 2001/06/30  12:59:25
20122         Log: Subject: [PATCH t/run/exit.t] Another shot at testing exit codes.
20123              From: Michael G Schwern <schwern@pobox.com>
20124              Date: Fri, 29 Jun 2001 19:39:11 -0400
20125              Message-ID: <20010629193910.D25304@blackrider>
20126      Branch: perl
20127            + t/run/exit.t
20128            ! MANIFEST
20129 ____________________________________________________________________________
20130 [ 11038] By: jhi                                   on 2001/06/30  12:58:16
20131         Log: Add support for $^N, the most-recently closed group.
20132      Branch: perl
20133            ! embedvar.h gv.c mg.c perlapi.h pod/perlretut.pod
20134            ! pod/perltoc.pod pod/perlvar.pod regexec.c regexp.h t/op/pat.t
20135            ! thrdvar.h
20136 ____________________________________________________________________________
20137 [ 11037] By: jhi                                   on 2001/06/30  12:53:40
20138         Log: Subject: [ID 20010630.001] Editorial nits in README.solaris
20139              From: lvirden@cas.org
20140              Date: Sat, 30 Jun 2001 04:12:36 -0400 (EDT)
20141              Message-Id: <200106300812.f5U8CaG10447@lwv26awu.cas.org>
20142              
20143              Subject: [ID 20010630.002] Another editorial tweak to README.solaris
20144              From: lvirden@cas.org
20145              Date: Sat, 30 Jun 2001 04:17:55 -0400 (EDT)
20146              Message-Id: <200106300817.f5U8HtN10626@lwv26awu.cas.org>
20147      Branch: perl
20148            ! README.solaris
20149 ____________________________________________________________________________
20150 [ 11036] By: jhi                                   on 2001/06/30  12:51:45
20151         Log: Subject: [PATCH] Encode.pm to use escape-sequence encoding
20152              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
20153              Date: Sat, 30 Jun 2001 07:33:37 +0900
20154              Message-Id: <20010630073226.7C79.BQW10602@nifty.com>
20155              
20156              Subject: Re: [PATCH] Encode.pm to use escape-sequence encoding
20157              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
20158              Date: Sat, 30 Jun 2001 21:38:14 +0900
20159              Message-Id: <20010630213554.F67A.BQW10602@nifty.com>
20160      Branch: perl
20161            + ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
20162            + ext/Encode/Encode/7bit-kr.enc
20163            ! MANIFEST ext/Encode/Encode/Tcl.pm
20164 ____________________________________________________________________________
20165 [ 11035] By: jhi                                   on 2001/06/30  12:44:51
20166         Log: NetWare tweaks from Guruprasad.
20167      Branch: perl
20168            + NetWare/nwstdio.h NetWare/perlsdio.h
20169            ! MANIFEST NetWare/Makefile NetWare/config.wc
20170            ! NetWare/config_H.wc NetWare/nwperlsys.c NetWare/nwperlsys.h
20171            ! NetWare/t/Readme.txt
20172 ____________________________________________________________________________
20173 [ 11034] By: jhi                                   on 2001/06/29  23:28:16
20174         Log: More module $VERSION bump-ups.
20175      Branch: perl
20176            ! ext/Devel/Peek/Peek.pm lib/ExtUtils/Embed.pm
20177            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Manifest.pm
20178            ! lib/ExtUtils/Mksymlists.pm lib/IPC/Open3.pm
20179 ____________________________________________________________________________
20180 [ 11033] By: jhi                                   on 2001/06/29  21:25:23
20181         Log: Doc update due to #11032.
20182      Branch: perl
20183            ! pod/perl572delta.pod
20184 ____________________________________________________________________________
20185 [ 11032] By: jhi                                   on 2001/06/29  21:19:44
20186         Log: Subject: [PATCH: perl@11006] s/div/lib\$ediv/ in Time::HiRes for VAX
20187              From: Peter Prymmer <pvhp@forte.com>
20188              Date: Fri, 29 Jun 2001 14:02:16 -0700 (PDT)
20189              Message-ID: <Pine.OSF.4.10.10106291337520.65853-100000@aspara.forte.com>
20190      Branch: perl
20191            ! ext/Time/HiRes/HiRes.xs
20192 ____________________________________________________________________________
20193 [ 11031] By: jhi                                   on 2001/06/29  14:31:53
20194         Log: -lpthreads missing in AIX.
20195      Branch: perl
20196            ! hints/aix.sh
20197 ____________________________________________________________________________
20198 [ 11030] By: jhi                                   on 2001/06/29  14:08:12
20199         Log: Subject: [PATCH] CLONE && weakrefs
20200              From: Artur Bergman <artur@contiller.se>
20201              Date: Fri, 29 Jun 2001 17:02:00 +0200
20202              Message-ID: <B7626508.1CA0%artur@contiller.se>
20203      Branch: perl
20204            ! sv.c
20205 ____________________________________________________________________________
20206 [ 11029] By: jhi                                   on 2001/06/29  14:06:50
20207         Log: Subject: Re: Bug report: split splits on wrong pattern
20208              From: Radu Greab <radu@netsoft.ro>
20209              Date: Wed, 27 Jun 2001 21:50:52 +0300
20210              Message-ID: <15162.11020.279064.471031@ix.netsoft.ro>
20211      Branch: perl
20212            ! pp_ctl.c t/op/split.t
20213 ____________________________________________________________________________
20214 [ 11028] By: jhi                                   on 2001/06/29  13:47:38
20215         Log: Metaconfig unit change for #11027.
20216      Branch: metaconfig/U/perl
20217            ! d_modfl.U
20218 ____________________________________________________________________________
20219 [ 11027] By: jhi                                   on 2001/06/29  13:47:03
20220         Log: I thought this Configure glitch for AIX was just recently fixed?
20221      Branch: perl
20222            ! Configure
20223 ____________________________________________________________________________
20224 [ 11026] By: jhi                                   on 2001/06/29  13:14:07
20225         Log: Update Changes.
20226      Branch: perl
20227            ! Changes patchlevel.h
20228 ____________________________________________________________________________
20229 [ 11025] By: jhi                                   on 2001/06/29  13:07:57
20230         Log: Subject: Re: perl@10967, File::Find, and Cwd
20231              From: Mike Guy <mjtg@cam.ac.uk>
20232              Date: Fri, 29 Jun 2001 14:56:49 +0100
20233              Message-Id: <E15FylN-0004LT-00@draco.cus.cam.ac.uk>
20234      Branch: perl
20235            ! lib/File/Find/taint.t
20236 ____________________________________________________________________________
20237 [ 11024] By: jhi                                   on 2001/06/29  12:39:23
20238         Log: Update the sv_pvprintify() spec.
20239      Branch: perl
20240            ! pod/perltodo.pod
20241 ____________________________________________________________________________
20242 [ 11023] By: jhi                                   on 2001/06/29  12:33:33
20243         Log: Known test failures update.
20244      Branch: perl
20245            ! pod/perl572delta.pod
20246 ____________________________________________________________________________
20247 [ 11022] By: jhi                                   on 2001/06/29  12:24:32
20248         Log: Based on
20249              
20250              Subject: [PATCH @11016] More );) fixes
20251              From: Richard Soderberg <rs@crystalflame.net>
20252              Date: Fri, 29 Jun 2001 04:09:24 -0700 (PDT)
20253              Message-ID: <Pine.LNX.4.21.0106290408200.12037-100000@oregonnet.com> 
20254      Branch: perl
20255            ! ext/Thread/Thread.xs ext/Thread/typemap
20256 ____________________________________________________________________________
20257 [ 11021] By: jhi                                   on 2001/06/29  12:21:51
20258         Log: Subject: [PATCH @11016] Fixes compile errors in four files
20259              From: Richard Soderberg <rs@crystalflame.net>
20260              Date: Fri, 29 Jun 2001 03:35:11 -0700 (PDT)
20261              Message-ID: <Pine.LNX.4.21.0106290333270.9768-100000@oregonnet.com>
20262      Branch: perl
20263            ! mg.c pp.c pp_hot.c util.c
20264 ____________________________________________________________________________
20265 [ 11020] By: jhi                                   on 2001/06/29  12:05:54
20266         Log: AIX hints tweaking continues, from Merijn Brand.
20267      Branch: perl
20268            ! hints/aix.sh
20269 ____________________________________________________________________________
20270 [ 11019] By: jhi                                   on 2001/06/29  12:05:10
20271         Log: HP-UX needs gccversion sooner, from Merijn Brand.
20272      Branch: perl
20273            ! hints/hpux.sh
20274 ____________________________________________________________________________
20275 [ 11018] By: jhi                                   on 2001/06/29  11:52:31
20276         Log: Subject: [PATCH 5.6.1] OS/2 docs
20277              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20278              Date: Fri, 29 Jun 2001 02:34:12 -0400
20279              Message-ID: <20010629023412.A6033@math.ohio-state.edu>
20280      Branch: perl
20281            ! README.os2 os2/Changes
20282 ____________________________________________________________________________
20283 [ 11017] By: nick                                  on 2001/06/29  10:20:30
20284         Log: Integrate mainline
20285      Branch: perlio
20286           +> (branch 37 files)
20287            - ext/ODBM_File/sdbm.t
20288           !> (integrate 211 files)
20289 ____________________________________________________________________________
20290 [ 11016] By: jhi                                   on 2001/06/29  03:38:56
20291         Log: Bump up the VERSIONs of modules that have changed since 5.6.0,
20292              the modules found using a script written by Larry Schatzer Jr.
20293      Branch: perl
20294            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
20295            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm
20296            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
20297            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
20298            ! ext/IPC/SysV/SysV.pm ext/Opcode/Opcode.pm ext/Opcode/Safe.pm
20299            ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
20300            ! lib/AutoSplit.pm lib/Benchmark.pm lib/CGI/Pretty.pm
20301            ! lib/CPAN/Nox.pm lib/Exporter.pm lib/ExtUtils/Command.pm
20302            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Packlist.pm
20303            ! lib/File/Compare.pm lib/FileHandle.pm lib/Math/Complex.pm
20304            ! lib/Math/Trig.pm lib/Pod/Html.pm lib/Symbol.pm
20305            ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
20306            ! lib/Tie/Array.pm lib/attributes.pm lib/autouse.pm lib/base.pm
20307            ! lib/constant.pm lib/fields.pm lib/strict.pm
20308 ____________________________________________________________________________
20309 [ 11015] By: jhi                                   on 2001/06/29  02:55:58
20310         Log: The latest JPL from the anoncvs.
20311      Branch: perl
20312            ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
20313 ____________________________________________________________________________
20314 [ 11014] By: jhi                                   on 2001/06/29  02:16:55
20315         Log: In EBCDIC assume UTF-EBCDIC, not UTF-8.
20316      Branch: perl
20317            ! t/op/pat.t
20318 ____________________________________________________________________________
20319 [ 11013] By: jhi                                   on 2001/06/28  23:14:53
20320         Log: Worrying about insecure directories now is a bit too late.
20321      Branch: perl
20322            ! lib/File/Find/taint.t
20323 ____________________________________________________________________________
20324 [ 11012] By: jhi                                   on 2001/06/28  21:36:36
20325         Log: Cannot DIE() in a void function,
20326              from Richard Hatch <rhatch@austin.ibm.com>.
20327      Branch: perl
20328            ! ext/IPC/SysV/SysV.xs
20329 ____________________________________________________________________________
20330 [ 11011] By: jhi                                   on 2001/06/28  19:32:13
20331         Log: Subject: [PATCH: perl@11006] s/qdiv/div/ in Time::HiRes for VAX
20332              From: Peter Prymmer <pvhp@forte.com>
20333              Date: Thu, 28 Jun 2001 13:00:18 -0700 (PDT)
20334              Message-ID: <Pine.OSF.4.10.10106281125220.508935-100000@aspara.forte.com>
20335              
20336              (unfinished: time/hires tests 3, 5, 14 failing, but better
20337              than wholesale failure)
20338      Branch: perl
20339            ! ext/Time/HiRes/HiRes.xs
20340 ____________________________________________________________________________
20341 [ 11010] By: jhi                                   on 2001/06/28  19:10:54
20342         Log: Subject: [PATCH 5.6.1] OS/2 improvements
20343              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20344              Date: Thu, 28 Jun 2001 16:03:14 -0400
20345              Message-ID: <20010628160314.A17906@math.ohio-state.edu>
20346      Branch: perl
20347            + os2/os2_base.t
20348            ! MANIFEST hints/os2.sh makedef.pl os2/OS2/PrfDB/PrfDB.xs
20349            ! os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
20350            ! os2/OS2/REXX/REXX.xs os2/dl_os2.c os2/dlfcn.h os2/os2.c
20351            ! os2/os2ish.h
20352 ____________________________________________________________________________
20353 [ 11009] By: jhi                                   on 2001/06/28  18:54:14
20354         Log: Subject: Incrementing Extutils::Manifest's $VERSION
20355              From: Michael G Schwern <schwern@pobox.com>
20356              Date: Thu, 28 Jun 2001 13:13:49 -0400
20357              Message-ID: <20010628131349.A14738@blackrider>
20358      Branch: maint-5.6/perl
20359            ! lib/ExtUtils/Manifest.pm
20360 ____________________________________________________________________________
20361 [ 11008] By: jhi                                   on 2001/06/28  18:52:20
20362         Log: AIX tweak from Merijn Brand.
20363      Branch: perl
20364            ! hints/aix.sh
20365 ____________________________________________________________________________
20366 [ 11007] By: jhi                                   on 2001/06/28  17:46:27
20367         Log: Create the macperl branch.
20368      Branch: maint-5.6/macperl
20369           +> (branch 1728 files)
20370 ____________________________________________________________________________
20371 [ 11006] By: jhi                                   on 2001/06/28  14:46:21
20372         Log: Update Changes.
20373      Branch: perl
20374            ! Changes patchlevel.h
20375 ____________________________________________________________________________
20376 [ 11005] By: jhi                                   on 2001/06/28  14:40:11
20377         Log: More Perforce lore.
20378      Branch: perl
20379            ! Porting/repository.pod
20380 ____________________________________________________________________________
20381 [ 11004] By: jhi                                   on 2001/06/28  14:12:50
20382         Log: Metaconfig unit changes for #11003.
20383      Branch: metaconfig/U/perl
20384            + d_nl_langinfo.U i_langinfo.U
20385 ____________________________________________________________________________
20386 [ 11003] By: jhi                                   on 2001/06/28  14:12:27
20387         Log: Add Configure probes for nl_langinfo() and <langinfo.h>.
20388              Expected not to exist in non-UNIX excepting in VMS, where
20389              according to a quick web survey they just might.
20390      Branch: perl
20391            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
20392            ! Porting/config_H config_h.SH configure.com epoc/config.sh
20393            ! perl.h uconfig.h uconfig.sh vos/config.alpha.def
20394            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
20395            ! win32/config.bc win32/config.gc win32/config.vc
20396 ____________________________________________________________________________
20397 [ 11002] By: jhi                                   on 2001/06/28  13:39:11
20398         Log: One shouldn't use XBS5_ILP32_OFFBIG_CFLAGS et alia
20399              in AIX is one is doing a 64-bit build.
20400      Branch: perl
20401            ! hints/aix.sh
20402 ____________________________________________________________________________
20403 [ 11001] By: jhi                                   on 2001/06/28  13:28:37
20404         Log: Metaconfig unit changes for #11000.
20405      Branch: metaconfig/U/perl
20406            ! use64bits.U uselfs.U
20407 ____________________________________________________________________________
20408 [ 11000] By: jhi                                   on 2001/06/28  13:21:16
20409         Log: Move use64bitint and use64bitall before uselargefiles.
20410      Branch: perl
20411            ! Configure
20412 ____________________________________________________________________________
20413 [ 10999] By: jhi                                   on 2001/06/28  03:49:07
20414         Log: Subject: [ID 20010625.009] open(FILE,"+foo") [PATCH]
20415              From: Robert Spier <rspier@pobox.com>
20416              Message-ID: <15162.41164.618712.841415@rls.cx>
20417              Date: Wed, 27 Jun 2001 23:13:16 -0400
20418      Branch: perl
20419            ! doio.c
20420 ____________________________________________________________________________
20421 [ 10998] By: jhi                                   on 2001/06/28  03:42:57
20422         Log: Subject: [PATCH: perl@10996] avoid overflow in numeric.c:S_mulexp10() on VAX
20423              From: Peter Prymmer <pvhp@forte.com>
20424              Date: Wed, 27 Jun 2001 19:25:49 -0700 (PDT)
20425              Message-ID: <Pine.OSF.4.10.10106271922120.465082-100000@aspara.forte.com>
20426      Branch: perl
20427            ! numeric.c
20428 ____________________________________________________________________________
20429 [ 10997] By: jhi                                   on 2001/06/28  03:42:12
20430         Log: Subject: [patch perl@10996] "fix" VAX Digest/MD5, Fcntl, brokennes in SDBM
20431              From: Peter Prymmer <pvhp@forte.com>
20432              Date: Wed, 27 Jun 2001 17:33:33 -0700 (PDT)
20433              Message-ID: <Pine.OSF.4.10.10106271705390.467850-100000@aspara.forte.com>
20434      Branch: perl
20435            ! configure.com ext/Digest/MD5/Makefile.PL
20436 ____________________________________________________________________________
20437 [ 10996] By: jhi                                   on 2001/06/27  20:34:11
20438         Log: Update Changes.
20439      Branch: perl
20440            ! Changes patchlevel.h
20441 ____________________________________________________________________________
20442 [ 10995] By: jhi                                   on 2001/06/27  20:06:28
20443         Log: Tiny EPOC updates.
20444      Branch: perl
20445            ! epoc/config.sh
20446 ____________________________________________________________________________
20447 [ 10994] By: jhi                                   on 2001/06/27  19:55:16
20448         Log: The Test::More and Test::Simple tests required help
20449              thanks to our schizophrenic test scheme.
20450      Branch: perl
20451            ! lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
20452            ! lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
20453            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
20454            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
20455            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
20456 ____________________________________________________________________________
20457 [ 10993] By: jhi                                   on 2001/06/27  17:17:30
20458         Log: Upgrade to Test::Simple 0.09.
20459      Branch: perl
20460            + lib/Test/Simple/Changes
20461            ! MANIFEST lib/Test/Simple.pm lib/Test/Simple/t/exit.t
20462            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
20463            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
20464            ! lib/Test/Simple/t/plan_is_noplan.t
20465 ____________________________________________________________________________
20466 [ 10992] By: jhi                                   on 2001/06/27  17:11:28
20467         Log: Upgrade to Test::More 0.07.
20468      Branch: perl
20469            + lib/Test/More/Changes
20470            ! MANIFEST lib/Test/More.pm lib/Test/More/t/fail-like.t
20471            ! lib/Test/More/t/fail.t lib/Test/More/t/plan_is_noplan.t
20472            ! lib/Test/More/t/skipall.t
20473 ____________________________________________________________________________
20474 [ 10991] By: jhi                                   on 2001/06/27  17:04:13
20475         Log: Subject: Re: [PATCH] gcc-3.0 warnings on HP-UX
20476              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20477              Date: Wed, 27 Jun 2001 18:40:04 +0200
20478              Message-Id: <20010627182601.7261.H.M.BRAND@hccnet.nl>
20479      Branch: perl
20480            ! hints/hpux.sh
20481 ____________________________________________________________________________
20482 [ 10990] By: jhi                                   on 2001/06/27  17:02:55
20483         Log: Subject: [PATCH README.qnx hints/qnx.sh]
20484              From: Norton Allen <allen@huarp.harvard.edu>
20485              Date: Wed, 27 Jun 2001 13:46:03 -0400 (edt)
20486              Message-Id: <200106271746.NAA02789@bottesini.harvard.edu>
20487      Branch: perl
20488            ! README.qnx hints/qnx.sh
20489 ____________________________________________________________________________
20490 [ 10989] By: jhi                                   on 2001/06/27  14:33:53
20491         Log: Subject: [PATCH] two little documentation nits
20492              From: Abhijit Menon-Sen <ams@wiw.org>
20493              Date: Wed, 27 Jun 2001 20:07:50 +0530
20494              Message-ID: <20010627200750.A15756@lustre.lustre.dyn.wiw.org>
20495      Branch: perl
20496            ! sv.c sv.h
20497 ____________________________________________________________________________
20498 [ 10988] By: jhi                                   on 2001/06/27  13:33:32
20499         Log: Subject: [PATCH File/Spec/Unix.pm ExtUtils/MM_Unix.pm] for QNX
20500              From: Norton Allen <allen@huarp.harvard.edu>
20501              Date: Wed, 27 Jun 2001 10:33:05 -0400 (edt)
20502              Message-Id: <200106271433.KAA04947@bottesini.harvard.edu>
20503      Branch: perl
20504            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
20505 ____________________________________________________________________________
20506 [ 10987] By: jhi                                   on 2001/06/27  12:14:36
20507         Log: Subject: [PATCH vms/test.com] Adding TODO tests (was:  Re: a report on perl@10930 results on a couple of Alphas)
20508              From: Michael G Schwern <schwern@pobox.com>
20509              Date: Wed, 27 Jun 2001 02:34:58 -0400
20510              Message-ID: <20010627023458.K23874@blackrider>
20511      Branch: perl
20512            ! vms/test.com
20513 ____________________________________________________________________________
20514 [ 10986] By: jhi                                   on 2001/06/27  12:01:49
20515         Log: Add perl_clone_host() for Netware.
20516      Branch: perl
20517            ! NetWare/nw5.c
20518 ____________________________________________________________________________
20519 [ 10985] By: jhi                                   on 2001/06/27  11:56:53
20520         Log: GCC 3.0 hints for HP-UX.
20521      Branch: perl
20522            ! hints/hpux.sh
20523 ____________________________________________________________________________
20524 [ 10984] By: jhi                                   on 2001/06/27  11:55:06
20525         Log: In some Linux distributions the libndbm is broken
20526              (no null key support), therefore link with libgdbm
20527              (if available), since it has a working ndbm emulation,
20528              from Jonathan Stowe.
20529      Branch: perl
20530            + ext/NDBM_File/hints/linux.pl
20531            ! MANIFEST
20532 ____________________________________________________________________________
20533 [ 10983] By: jhi                                   on 2001/06/27  11:48:56
20534         Log: Subject: [PATCH perl@10930] find.t hack for VMS
20535              From: "Craig A. Berry" <craigberry@mac.com>
20536              Date: Tue, 26 Jun 2001 23:40:25 -0500
20537              Message-Id: <a05101000b75f10cdc80f@[192.168.56.145]>
20538      Branch: perl
20539            ! lib/File/Find/find.t
20540 ____________________________________________________________________________
20541 [ 10982] By: jhi                                   on 2001/06/27  11:47:30
20542         Log: AUTHORS updates.
20543      Branch: perl
20544            ! AUTHORS
20545 ____________________________________________________________________________
20546 [ 10981] By: jhi                                   on 2001/06/27  11:46:02
20547         Log: Metaconfig unit change like #10980.
20548      Branch: metaconfig
20549            ! U/compline/d_stdstdio.U
20550 ____________________________________________________________________________
20551 [ 10980] By: jhi                                   on 2001/06/27  11:45:29
20552         Log: "lose the it's", from Abhijit Menon-Sen.
20553              ("It's" not searched, pods not searched.)
20554      Branch: perl
20555            ! Porting/Glossary Porting/config_H README.qnx config_h.SH
20556            ! emacs/cperl-mode.el ext/IPC/SysV/Semaphore.pm
20557            ! ext/List/Util/lib/Scalar/Util.pm hints/next_3.sh hints/qnx.sh
20558            ! lib/CPAN/Nox.pm lib/ExtUtils/Embed.pm lib/ExtUtils/MM_NW5.pm
20559            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
20560            ! lib/ExtUtils/MM_Win32.pm lib/Net/DummyInetd.pm win32/win32.c
20561 ____________________________________________________________________________
20562 [ 10979] By: jhi                                   on 2001/06/27  11:36:40
20563         Log: "lose the looses", from Abhijit Menon-Sen.
20564      Branch: perl
20565            ! ext/B/B/Assembler.pm gv.c
20566 ____________________________________________________________________________
20567 [ 10978] By: jhi                                   on 2001/06/27  11:35:38
20568         Log: Catch FP exceptions also in z/OS (aka OS/390), from Peter Prymmer.
20569      Branch: perl
20570            ! hints/os390.sh
20571 ____________________________________________________________________________
20572 [ 10977] By: jhi                                   on 2001/06/27  11:33:28
20573         Log: DEC C 5.3 on the VAX simply doesn't seem to like
20574              compiling the MD5 extension, disable it there for now,
20575              from Peter Prymmer.
20576      Branch: perl
20577            ! configure.com
20578 ____________________________________________________________________________
20579 [ 10976] By: jhi                                   on 2001/06/26  21:35:40
20580         Log: Subject: Re: [PATCH perlfaq3.pod] and a question about it.
20581              From: Jonathan Stowe <gellyfish@gellyfish.com>
20582              Date: Tue, 26 Jun 2001 20:53:40 +0100 (BST)
20583              Message-ID: <Pine.LNX.4.33.0106262052060.10849-100000@orpheus.gellyfish.com>
20584      Branch: perl
20585            ! pod/perlfaq3.pod
20586 ____________________________________________________________________________
20587 [ 10975] By: jhi                                   on 2001/06/26  21:32:41
20588         Log: Subject: [PATCH 5.6.1] perlxs misprints
20589              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20590              Date: Tue, 26 Jun 2001 17:20:00 -0400
20591              Message-ID: <20010626172000.A26951@math.ohio-state.edu>
20592      Branch: perl
20593            ! pod/perlxs.pod
20594 ____________________________________________________________________________
20595 [ 10974] By: jhi                                   on 2001/06/26  21:31:51
20596         Log: Subject: [PATCH 5.6.1] xsubpp flags from the command line
20597              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20598              Date: Tue, 26 Jun 2001 17:27:07 -0400
20599              Message-ID: <20010626172707.A27097@math.ohio-state.edu>
20600      Branch: perl
20601            ! lib/ExtUtils/MM_Unix.pm
20602 ____________________________________________________________________________
20603 [ 10973] By: jhi                                   on 2001/06/26  21:27:05
20604         Log: Subject: [PATCH 5.6.1] OPTIMIZE=-g
20605              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20606              Date: Tue, 26 Jun 2001 17:23:24 -0400
20607              Message-ID: <20010626172324.A27003@math.ohio-state.edu>
20608      Branch: perl
20609            ! hints/os2.sh lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
20610 ____________________________________________________________________________
20611 [ 10972] By: jhi                                   on 2001/06/26  20:27:19
20612         Log: Better place for nop IN_LOCALE_NUMERIC, pointed out
20613              by Olaf Flebbe.
20614      Branch: perl
20615            ! perl.h
20616 ____________________________________________________________________________
20617 [ 10971] By: jhi                                   on 2001/06/26  19:59:41
20618         Log: Detypo.
20619      Branch: perl
20620            ! lib/Memoize/t/tie_sdbm.t
20621 ____________________________________________________________________________
20622 [ 10970] By: jhi                                   on 2001/06/26  19:10:19
20623         Log: perl_clone_host() needs PERL_IMPLICIT_SYS.
20624      Branch: perl
20625            ! win32/perllib.c
20626 ____________________________________________________________________________
20627 [ 10969] By: jhi                                   on 2001/06/26  17:21:31
20628         Log: Subject: [patch] perl_clone+CvFILE
20629              From: Doug MacEachern <dougm@covalent.net>
20630              Date: Tue, 26 Jun 2001 09:01:16 -0700 (PDT)
20631              Message-ID: <Pine.LNX.4.21.0106260900480.28420-100000@mako.covalent.net>
20632      Branch: perl
20633            ! sv.c
20634 ____________________________________________________________________________
20635 [ 10968] By: jhi                                   on 2001/06/26  16:48:32
20636         Log: Subject: Re: SDBM on VMS (was Re: a report on perl@10930 results on a couple of Alphas)
20637              From: Mark-Jason Dominus <mjd@plover.com>
20638              Date: Tue, 26 Jun 2001 12:33:01 -0400
20639              Message-ID: <20010626163301.31298.qmail@plover.com>
20640      Branch: perl
20641            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
20642 ____________________________________________________________________________
20643 [ 10967] By: jhi                                   on 2001/06/26  14:21:49
20644         Log: Update Changes.
20645      Branch: perl
20646            ! Changes patchlevel.h
20647 ____________________________________________________________________________
20648 [ 10966] By: jhi                                   on 2001/06/26  14:08:34
20649         Log: Also catfile() needs now to explicitly exported.
20650      Branch: perl
20651            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
20652 ____________________________________________________________________________
20653 [ 10965] By: jhi                                   on 2001/06/26  13:57:54
20654         Log: Regen toc.
20655      Branch: perl
20656            ! pod/perltoc.pod
20657 ____________________________________________________________________________
20658 [ 10964] By: jhi                                   on 2001/06/26  13:56:11
20659         Log: Nonexistent pod command.
20660      Branch: perl
20661            ! pod/perl572delta.pod
20662 ____________________________________________________________________________
20663 [ 10963] By: jhi                                   on 2001/06/26  13:50:53
20664         Log: Be more portable in the quest for tmpdir.
20665      Branch: perl
20666            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
20667 ____________________________________________________________________________
20668 [ 10962] By: jhi                                   on 2001/06/26  13:43:51
20669         Log: Be more portable in finding out the home directory,
20670              and use File::Spec to do the concat.
20671              (Come to think of it, couldn't File::Spec provide
20672              for a ->homedir method?)
20673      Branch: perl
20674            ! lib/Net/Config.pm
20675 ____________________________________________________________________________
20676 [ 10961] By: jhi                                   on 2001/06/26  13:37:30
20677         Log: Doc patch for #10959.
20678      Branch: perl
20679            ! pod/perlfunc.pod
20680 ____________________________________________________________________________
20681 [ 10960] By: jhi                                   on 2001/06/26  13:33:07
20682         Log: Subject: Re: [DOC PATCH bleadperl] Document $count = () = $string =~ /\d+/g
20683              From: "Philip Newton" <pnewton@gmx.de>
20684              Date: Tue, 26 Jun 2001 16:26:47 +0200
20685              Message-ID: <3B38B7C7.32635.1E8DC14@localhost>
20686      Branch: perl
20687            ! pod/perldata.pod
20688 ____________________________________________________________________________
20689 [ 10959] By: jhi                                   on 2001/06/26  13:31:57
20690         Log: Subject: [PATH] shared -> unique;
20691              From: "Artur Bergman" <artur@contiller.se>
20692              Date: Tue, 26 Jun 2001 16:18:40 +0200
20693              Message-ID: <002001c0fe4a$e623ba30$21000a0a@vogw2kdev>
20694              
20695              Because "shared" isn't: it's read-only.
20696      Branch: perl
20697            ! toke.c xsutils.c
20698 ____________________________________________________________________________
20699 [ 10958] By: jhi                                   on 2001/06/26  13:28:27
20700         Log: Escape multiline croak messages.
20701      Branch: perl
20702            ! t/op/ver.t
20703 ____________________________________________________________________________
20704 [ 10957] By: jhi                                   on 2001/06/26  13:18:34
20705         Log: No more pragma/*.t for minitest.
20706      Branch: perl
20707            ! Makefile.SH
20708 ____________________________________________________________________________
20709 [ 10956] By: jhi                                   on 2001/06/26  13:18:00
20710         Log: AUTHORS updates.
20711      Branch: perl
20712            ! AUTHORS
20713 ____________________________________________________________________________
20714 [ 10955] By: jhi                                   on 2001/06/26  13:17:05
20715         Log: delta updates.
20716      Branch: perl
20717            ! pod/perl572delta.pod
20718 ____________________________________________________________________________
20719 [ 10954] By: jhi                                   on 2001/06/26  12:36:07
20720         Log: Subject: [PATCH] Adds perl_clone_host under IMPLICIT SYS
20721              From: Artur Bergman <artur@contiller.se> 
20722              Date: Tue, 26 Jun 2001 15:32:53 +0200
20723              Message-ID: <B75E5BA5.1A7C%artur@contiller.se>
20724      Branch: perl
20725            ! makedef.pl sv.c sv.h win32/perllib.c
20726 ____________________________________________________________________________
20727 [ 10953] By: jhi                                   on 2001/06/26  12:33:55
20728         Log: Subject: [PATCH ext/Time/HiRes/Makefile.PL perl@10929] Test Fails on SCO
20729              From: Jonathan Stowe <gellyfish@gellyfish.com>
20730              Date: Tue, 26 Jun 2001 10:29:57 +0100 (BST)
20731              Message-ID: <Pine.LNX.4.33.0106261021540.18774-100000@orpheus.gellyfish.com>
20732              
20733              SCO OpenServer 5.0.5 needs an explicit -lc for usleep().
20734      Branch: perl
20735            + ext/Time/HiRes/hints/sco.pl
20736            ! MANIFEST
20737 ____________________________________________________________________________
20738 [ 10952] By: jhi                                   on 2001/06/26  11:57:44
20739         Log: Subject: [PATCH 5.6.1] static build
20740              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20741              Date: Tue, 26 Jun 2001 04:22:25 -0400
20742              Message-ID: <20010626042225.A2604@math.ohio-state.edu>
20743      Branch: perl
20744            ! ext/List/Util/Makefile.PL lib/ExtUtils.t
20745            ! lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
20746 ____________________________________________________________________________
20747 [ 10951] By: jhi                                   on 2001/06/26  11:55:59
20748         Log: DJGPP patches from Laszlo Molnar.
20749      Branch: perl
20750            ! djgpp/djgpp.c perl.c util.c
20751 ____________________________________________________________________________
20752 [ 10950] By: jhi                                   on 2001/06/26  11:54:32
20753         Log: Netware patches from Ananth Kesari.
20754      Branch: perl
20755            ! NetWare/Makefile NetWare/config_H.wc NetWare/nw5sck.c
20756            ! NetWare/nw5sck.h NetWare/nwperlsys.c NetWare/nwperlsys.h
20757            ! NetWare/nwtinfo.h
20758 ____________________________________________________________________________
20759 [ 10949] By: jhi                                   on 2001/06/26  11:49:09
20760         Log: Detypo.
20761      Branch: perl
20762            ! ext/Errno/Errno_pm.PL
20763 ____________________________________________________________________________
20764 [ 10948] By: jhi                                   on 2001/06/26  03:44:29
20765         Log: There seems to be two ways of spelling the $^O in *STEP.
20766      Branch: perl
20767            ! ext/Errno/Errno_pm.PL
20768 ____________________________________________________________________________
20769 [ 10947] By: jhi                                   on 2001/06/26  03:01:01
20770         Log: OpenSTEP has gcc 2.7.2.1 which recognizes but does not implement
20771              the -dM flag, from Daniel Ashton <jdashton@AshtonFam.org>.
20772      Branch: perl
20773            ! ext/Errno/Errno_pm.PL
20774 ____________________________________________________________________________
20775 [ 10946] By: jhi                                   on 2001/06/26  02:50:46
20776         Log: Known bugs update.
20777      Branch: perl
20778            ! pod/perl572delta.pod
20779 ____________________________________________________________________________
20780 [ 10945] By: jhi                                   on 2001/06/26  01:15:39
20781         Log: The default installation of Cygwin has 500 as root's uid.
20782      Branch: perl
20783            ! lib/User/pwent.t
20784 ____________________________________________________________________________
20785 [ 10944] By: jhi                                   on 2001/06/26  01:12:39
20786         Log: Be even more relaxed (re-allow having only one entry).
20787      Branch: perl
20788            ! t/op/grent.t t/op/pwent.t
20789 ____________________________________________________________________________
20790 [ 10943] By: jhi                                   on 2001/06/26  01:03:30
20791         Log: Test failure updates.
20792      Branch: perl
20793            ! pod/perl572delta.pod
20794 ____________________________________________________________________________
20795 [ 10942] By: jhi                                   on 2001/06/25  23:32:05
20796         Log: MPE/iX test tweaks from Mark Bixby.
20797      Branch: perl
20798            ! ext/POSIX/POSIX.t ext/Storable/t/lock.t ext/Time/HiRes/HiRes.t
20799            ! t/io/fs.t t/op/stat.t
20800 ____________________________________________________________________________
20801 [ 10941] By: jhi                                   on 2001/06/25  22:18:31
20802         Log: Microperl findings.
20803      Branch: perl
20804            ! perl.h pp_sys.c
20805 ____________________________________________________________________________
20806 [ 10940] By: jhi                                   on 2001/06/25  21:59:29
20807         Log: Touch uconfig.h.
20808      Branch: perl
20809            ! uconfig.h
20810 ____________________________________________________________________________
20811 [ 10939] By: jhi                                   on 2001/06/25  21:32:52
20812         Log: Subject: [PATCH] Proposed fix for Pod::Man
20813              From: Rob Napier <rnapier@employees.org>
20814              Date: Mon, 25 Jun 2001 15:49:24 -0400
20815              Message-ID: <20010625154924.N27568@rnapier-u5.cisco.com>
20816              
20817              Cater for Solaris nroff brokenness (shortchanges daisywheel
20818              printers, but hey, we also no more support PDPs.)
20819      Branch: perl
20820            ! lib/Pod/Man.pm
20821 ____________________________________________________________________________
20822 [ 10938] By: jhi                                   on 2001/06/25  21:14:41
20823         Log: Typo in #10937.
20824      Branch: perl
20825            ! ext/POSIX/sigaction.t
20826 ____________________________________________________________________________
20827 [ 10937] By: jhi                                   on 2001/06/25  19:42:02
20828         Log: SIGCONT not trappable in VMS.
20829      Branch: perl
20830            ! ext/POSIX/sigaction.t
20831 ____________________________________________________________________________
20832 [ 10936] By: jhi                                   on 2001/06/25  19:28:13
20833         Log: Subject: [DRAFT] Encode-Tcl.t
20834              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
20835              Date: Tue, 26 Jun 2001 03:38:08 +0900
20836              Message-Id: <20010626033550.BC35.BQW10602@nifty.com>
20837      Branch: perl
20838            + ext/Encode/Encode/Tcl.t
20839            ! MANIFEST ext/Encode/Encode/Tcl.pm
20840 ____________________________________________________________________________
20841 [ 10935] By: jhi                                   on 2001/06/25  18:40:03
20842         Log: Because of #10932 retract also the perlfunc hunk of #10910.
20843      Branch: perl
20844            ! pod/perlfunc.pod
20845 ____________________________________________________________________________
20846 [ 10934] By: jhi                                   on 2001/06/25  18:27:19
20847         Log: Tweak the XSFUNCTION, from Doug MacEachern, as suggested
20848              by Ilya Zakharevich in
20849              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2001-05/msg01582.html
20850      Branch: perl
20851            ! XSUB.h
20852 ____________________________________________________________________________
20853 [ 10933] By: jhi                                   on 2001/06/25  18:25:26
20854         Log: Typo in #10889.
20855      Branch: perl
20856            ! hints/uts.sh
20857 ____________________________________________________________________________
20858 [ 10932] By: jhi                                   on 2001/06/25  18:23:30
20859         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
20860              From: Abhijit Menon-Sen <ams@wiw.org>
20861              Date: Mon, 25 Jun 2001 23:45:45 +0530
20862              Message-ID: <20010625234545.A5022@lustre.linux.in>
20863      Branch: perl
20864            ! lib/overload.t opcode.h opcode.pl t/op/flip.t
20865 ____________________________________________________________________________
20866 [ 10931] By: jhi                                   on 2001/06/25  17:50:38
20867         Log: Subject: [PATCH lib/Test.pm] Re: "Deprecated interface" ??
20868              From: Michael G Schwern <schwern@pobox.com>
20869              Date: Mon, 25 Jun 2001 14:35:51 -0400
20870              Message-ID: <20010625143551.H13819@blackrider>
20871      Branch: perl
20872            ! lib/Test.pm
20873 ____________________________________________________________________________
20874 [ 10930] By: jhi                                   on 2001/06/25  14:33:46
20875         Log: Update Changes.
20876      Branch: perl
20877            ! Changes patchlevel.h
20878 ____________________________________________________________________________
20879 [ 10929] By: jhi                                   on 2001/06/25  14:17:57
20880         Log: Regen toc and modlib.
20881      Branch: perl
20882            ! pod/perlmodlib.pod pod/perltoc.pod
20883 ____________________________________________________________________________
20884 [ 10928] By: jhi                                   on 2001/06/25  14:13:09
20885         Log: Enclose the new symbols in START_EXTERN_C and END_EXTERN_C
20886              for the benefit of C++ compilers, as suggested by Guruprasad.
20887      Branch: perl
20888            ! embed.pl proto.h
20889 ____________________________________________________________________________
20890 [ 10927] By: jhi                                   on 2001/06/25  14:11:59
20891         Log: Subject: [PATCH ] Re: [ID 20010625.003] perlfaq5 correction
20892              From: Jonathan Stowe <gellyfish@gellyfish.com>
20893              Date: Mon, 25 Jun 2001 14:39:43 +0100 (BST)
20894              Message-ID: <Pine.LNX.4.33.0106251438080.14795-100000@orpheus.gellyfish.com>
20895      Branch: perl
20896            ! pod/perlfaq5.pod
20897 ____________________________________________________________________________
20898 [ 10926] By: jhi                                   on 2001/06/25  14:04:07
20899         Log: Missed from #10925.
20900      Branch: perl
20901            ! gv.c
20902 ____________________________________________________________________________
20903 [ 10925] By: jhi                                   on 2001/06/25  14:00:06
20904         Log: Subject: [PATCH] Re: CvFILE corruption under ithreads
20905              From: Robin Houston <robin@kitsite.com>
20906              Date: Sat, 19 May 2001 16:19:34 +0100
20907              Message-ID: <20010519161934.A12751@puffinry.freeserve.co.uk>
20908      Branch: perl
20909            ! cv.h gv.h op.c
20910 ____________________________________________________________________________
20911 [ 10924] By: jhi                                   on 2001/06/25  13:58:18
20912         Log: Netware README tweak.
20913      Branch: perl
20914            ! README.netware
20915 ____________________________________________________________________________
20916 [ 10923] By: jhi                                   on 2001/06/25  13:57:13
20917         Log: Subject: [PATCH] Re: overload.t fails
20918              From: Abhijit Menon-Sen <ams@wiw.org>
20919              Date: Mon, 25 Jun 2001 14:52:20 +0530
20920              Message-ID: <20010625145220.A24114@lustre.linux.in>
20921      Branch: perl
20922            ! lib/overload.t
20923 ____________________________________________________________________________
20924 [ 10922] By: jhi                                   on 2001/06/25  13:56:20
20925         Log: Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
20926              From: Mike Guy <mjtg@cam.ac.uk>
20927              Date: Mon, 25 Jun 2001 11:43:23 +0100
20928              Message-Id: <E15ETpz-0007AD-00@draco.cus.cam.ac.uk>
20929      Branch: perl
20930            ! lib/Carp.pm
20931 ____________________________________________________________________________
20932 [ 10921] By: jhi                                   on 2001/06/25  13:50:02
20933         Log: Subject: Re: [PATCH 5.6.1] OS2 syslog
20934              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20935              Date: Sun, 24 Jun 2001 05:17:05 -0400
20936              Message-ID: <20010624051704.A27604@math.ohio-state.edu>
20937      Branch: perl
20938            ! os2/os2ish.h
20939 ____________________________________________________________________________
20940 [ 10920] By: jhi                                   on 2001/06/25  13:49:13
20941         Log: Subject: [PATCH 5.6.1] crypt() on OS/2
20942              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20943              Date: Mon, 25 Jun 2001 05:52:27 -0400
20944              Message-ID: <20010625055227.A24635@math.ohio-state.edu>
20945      Branch: perl
20946            ! hints/os2.sh
20947 ____________________________________________________________________________
20948 [ 10919] By: jhi                                   on 2001/06/25  13:48:30
20949         Log: Subject: Re: [PATCH 5.6.1] OS2 system() broken
20950              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20951              Date: Mon, 25 Jun 2001 05:23:35 -0400
20952              Message-ID: <20010625052334.A24320@math.ohio-state.edu>
20953      Branch: perl
20954            ! os2/os2.c
20955 ____________________________________________________________________________
20956 [ 10918] By: jhi                                   on 2001/06/25  13:47:46
20957         Log: Subject: Re: [PATCH 5.6.1] OS2::DLL
20958              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20959              Date: Mon, 25 Jun 2001 05:04:32 -0400
20960              Message-ID: <20010625050432.A24128@math.ohio-state.edu>
20961      Branch: perl
20962            ! os2/OS2/REXX/DLL/DLL.pm
20963 ____________________________________________________________________________
20964 [ 10917] By: jhi                                   on 2001/06/25  13:44:14
20965         Log: Subject: Re: [PATCH 5.6.1] $^E on OS/2
20966              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20967              Date: Mon, 25 Jun 2001 05:02:36 -0400
20968              Message-ID: <20010625050235.A24046@math.ohio-state.edu>
20969      Branch: perl
20970            ! mg.c os2/dl_os2.c os2/os2.c
20971 ____________________________________________________________________________
20972 [ 10916] By: jhi                                   on 2001/06/25  13:41:20
20973         Log: Subject: Re: [PATCH 5.6.1] misprints
20974              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20975              Date: Mon, 25 Jun 2001 04:50:50 -0400
20976              Message-ID: <20010625045049.A23965@math.ohio-state.edu>
20977      Branch: perl
20978            ! os2/os2.c pp_sys.c
20979 ____________________________________________________________________________
20980 [ 10915] By: jhi                                   on 2001/06/25  13:39:59
20981         Log: Add Test::More and Test::Simple to the delta.
20982      Branch: perl
20983            ! pod/perl572delta.pod
20984 ____________________________________________________________________________
20985 [ 10914] By: jhi                                   on 2001/06/25  13:38:08
20986         Log: Add Test::More, from Michael G Schwern.
20987      Branch: perl
20988            + lib/Test/More.pm lib/Test/More/t/More.t
20989            + lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
20990            + lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
20991            + t/lib/Test/More/Catch.pm
20992            ! MANIFEST
20993 ____________________________________________________________________________
20994 [ 10913] By: jhi                                   on 2001/06/25  13:35:41
20995         Log: Add Test::Simple from Michael G Schwern.
20996      Branch: perl
20997            + lib/Test/Simple.pm lib/Test/Simple/t/exit.t
20998            + lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
20999            + lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
21000            + lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/simple.t
21001            + t/lib/Test/Simple/Catch.pm
21002            + t/lib/Test/Simple/sample_tests/death.plx
21003            + t/lib/Test/Simple/sample_tests/death_in_eval.plx
21004            + t/lib/Test/Simple/sample_tests/extras.plx
21005            + t/lib/Test/Simple/sample_tests/five_fail.plx
21006            + t/lib/Test/Simple/sample_tests/last_minute_death.plx
21007            + t/lib/Test/Simple/sample_tests/one_fail.plx
21008            + t/lib/Test/Simple/sample_tests/require.plx
21009            + t/lib/Test/Simple/sample_tests/success.plx
21010            + t/lib/Test/Simple/sample_tests/too_few.plx
21011            + t/lib/Test/Simple/sample_tests/two_fail.plx
21012            ! MANIFEST
21013 ____________________________________________________________________________
21014 [ 10912] By: jhi                                   on 2001/06/25  13:31:57
21015         Log: Subject: [PATCH perl@10907] RETURN requires dSP in pp_sys.c
21016              From: "Craig A. Berry" <craigberry@mac.com>
21017              Date: Sun, 24 Jun 2001 23:41:36 -0500
21018              Message-Id: <a0510100db75c6d44e34c@[172.16.52.1]>
21019      Branch: perl
21020            ! pp_sys.c
21021 ____________________________________________________________________________
21022 [ 10911] By: jhi                                   on 2001/06/25  13:05:00
21023         Log: Upgrade to Attribute::Handlers 0.70.
21024      Branch: perl
21025            + lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
21026            ! MANIFEST lib/Attribute/Handlers.pm
21027 ____________________________________________________________________________
21028 [ 10910] By: jhi                                   on 2001/06/25  00:09:27
21029         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
21030              From: Abhijit Menon-Sen <ams@wiw.org>
21031              Date: Sat, 23 Jun 2001 05:17:44 +0530
21032              Message-ID: <20010623051744.A18583@lustre.linux.in>
21033              
21034              (Can't think of a good place to put tests.)
21035      Branch: perl
21036            ! opcode.pl pod/perlfunc.pod t/op/flip.t toke.c
21037 ____________________________________________________________________________
21038 [ 10909] By: jhi                                   on 2001/06/24  23:45:13
21039         Log: Subject: [PATCH] t/op/pat.t typo fix
21040              From: Richard Soderberg <rs@crystalflame.net>
21041              Date: Sun, 24 Jun 2001 12:07:42 -0700 (PDT)
21042              Message-ID: <Pine.LNX.4.21.0106241207320.17075-100000@oregonnet.com>
21043      Branch: perl
21044            ! t/op/pat.t
21045 ____________________________________________________________________________
21046 [ 10908] By: jhi                                   on 2001/06/24  22:24:49
21047         Log: Move the pack warnings to their own file, as pointed
21048              out by Spider.
21049      Branch: perl
21050            + t/lib/warnings/pp_pack
21051            ! MANIFEST t/lib/warnings/pp
21052 ____________________________________________________________________________
21053 [ 10907] By: jhi                                   on 2001/06/24  19:55:15
21054         Log: Update Changes.
21055      Branch: perl
21056            ! Changes patchlevel.h
21057 ____________________________________________________________________________
21058 [ 10906] By: jhi                                   on 2001/06/24  19:50:40
21059         Log: Partially fix a problem noticed by IRIX compiler:
21060              the initialization of parse_start was bypassed by
21061              several gotos.  Now initialized to zero, which may
21062              not be the best choice.
21063      Branch: perl
21064            ! regcomp.c
21065 ____________________________________________________________________________
21066 [ 10905] By: jhi                                   on 2001/06/24  19:43:25
21067         Log: Relax the group and password tests back to moaning only
21068              if no matches at all are found.  (Even with a small sample
21069              I could find many sites where there are, umm, anomalies in
21070              the said databases.)       
21071      Branch: perl
21072            ! t/op/grent.t t/op/pwent.t
21073 ____________________________________________________________________________
21074 [ 10904] By: jhi                                   on 2001/06/24  18:45:55
21075         Log: Argh.  How hard it can be to re-apply a patch manually? :-)
21076      Branch: perl
21077            ! pp_ctl.c
21078 ____________________________________________________________________________
21079 [ 10903] By: jhi                                   on 2001/06/24  18:40:52
21080         Log: De-cut-and-pasto in #10902.
21081      Branch: perl
21082            ! pp_ctl.c
21083 ____________________________________________________________________________
21084 [ 10902] By: jhi                                   on 2001/06/24  18:35:18
21085         Log: The #10771 didn't take?
21086      Branch: perl
21087            ! pp_ctl.c
21088 ____________________________________________________________________________
21089 [ 10901] By: jhi                                   on 2001/06/24  18:29:50
21090         Log: Undo the filetests part of #10900, under multiplicity
21091              weird errors take place.
21092      Branch: perl
21093            ! pp_sys.c
21094 ____________________________________________________________________________
21095 [ 10900] By: jhi                                   on 2001/06/24  18:20:36
21096         Log: Misplaces dSPs and the like revealed by MPE/iX and Cygwin.
21097      Branch: perl
21098            ! ext/Cwd/Cwd.xs ext/Devel/Peek/Peek.xs pp_sys.c
21099 ____________________________________________________________________________
21100 [ 10899] By: jhi                                   on 2001/06/24  17:00:34
21101         Log: (Replaced by #10922)
21102              
21103              Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
21104              From: Tony Bowden <tony@kasei.com>
21105              Date: Sun, 24 Jun 2001 17:32:40 +0100
21106              Message-ID: <20010624173240.A16293@blackstar.co.uk>
21107              
21108              Document (well, mention) shortmess() and longmess()
21109              to rob people of their fun of reinventing the weel.
21110      Branch: perl
21111            ! lib/Carp.pm
21112 ____________________________________________________________________________
21113 [ 10898] By: jhi                                   on 2001/06/24  16:51:40
21114         Log: Subject: Patch: pp_system() bounces out of Cygwin subsystem
21115              From: Brian Jepson <bjepson@oreilly.com>
21116              Date: Sun, 24 Jun 2001 12:13:21 -0400 (EDT)
21117              Message-ID: <Pine.GSO.4.21.0106241044110.15051-200000@sol.east.ora.com>
21118      Branch: perl
21119            ! pp_sys.c
21120 ____________________________________________________________________________
21121 [ 10897] By: jhi                                   on 2001/06/24  16:38:23
21122         Log: Subject: [PATCH CPAN.pm] missing DATE_OF_02
21123              From: Robin Barker <rmb1@cise.npl.co.uk> 
21124              Date: Fri, 22 Jun 2001 19:25:56 +0100 (BST)
21125              Message-Id: <200106221825.TAA16884@tempest.npl.co.uk>
21126      Branch: perl
21127            ! lib/CPAN.pm
21128 ____________________________________________________________________________
21129 [ 10896] By: jhi                                   on 2001/06/24  16:36:32
21130         Log: Memoize patch from mjd.
21131      Branch: perl
21132            ! lib/Memoize/t/tie_storable.t
21133 ____________________________________________________________________________
21134 [ 10895] By: jhi                                   on 2001/06/24  16:33:59
21135         Log: Spec the sv_pvprintify() a bit more.
21136      Branch: perl
21137            ! pod/perltodo.pod
21138 ____________________________________________________________________________
21139 [ 10894] By: jhi                                   on 2001/06/24  14:43:36
21140         Log: Upgrade to Memoize 0.65.
21141      Branch: perl
21142            + lib/Memoize/t/array_confusion.t
21143            ! MANIFEST lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
21144            ! lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
21145            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
21146            ! lib/Memoize/README lib/Memoize/SDBM_File.pm
21147            ! lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
21148            ! lib/Memoize/t/errors.t lib/Memoize/t/expire.t
21149            ! lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
21150            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
21151            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
21152            ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
21153            ! lib/Memoize/t/tie_storable.t
21154 ____________________________________________________________________________
21155 [ 10893] By: jhi                                   on 2001/06/24  14:21:09
21156         Log: Metaconfig unit change for #10892.
21157      Branch: metaconfig
21158            ! U/modified/Options.U
21159 ____________________________________________________________________________
21160 [ 10892] By: jhi                                   on 2001/06/24  14:20:38
21161         Log: Subject: Re: [PATCH 5.6.1] OS2 Configure
21162              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21163              Date: Sun, 24 Jun 2001 05:24:40 -0400
21164              Message-ID: <20010624052440.A27698@math.ohio-state.edu>
21165      Branch: perl
21166            ! Configure hints/os2.sh
21167 ____________________________________________________________________________
21168 [ 10891] By: jhi                                   on 2001/06/24  13:50:26
21169         Log: Subject: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of 
21170              From: Mike Guy <mjtg@cam.ac.uk>
21171              Date: Sun, 24 Jun 2001 15:28:39 +0100
21172              Message-Id: <E15EAsR-0007Bi-00@draco.cus.cam.ac.uk>
21173              
21174              Fix an ancient (5.002) bug.
21175      Branch: perl
21176            ! lib/Carp/Heavy.pm
21177 ____________________________________________________________________________
21178 [ 10890] By: jhi                                   on 2001/06/24  13:44:43
21179         Log: The #10881 was too vigorous in pp_system() in moving 'unused'
21180              variables.
21181      Branch: perl
21182            ! pp_sys.c
21183 ____________________________________________________________________________
21184 [ 10889] By: jhi                                   on 2001/06/24  13:24:00
21185         Log: Make UTS as per #10888.
21186      Branch: perl
21187            ! hints/uts.sh
21188 ____________________________________________________________________________
21189 [ 10888] By: jhi                                   on 2001/06/24  13:21:23
21190         Log: Factor the PERL_SYS_INIT() code, from Hugo van der Sanden.
21191      Branch: perl
21192            ! hints/freebsd.sh hints/posix-bc.sh hints/sco.sh
21193            ! mpeix/mpeixish.h perl.h unixish.h
21194 ____________________________________________________________________________
21195 [ 10887] By: jhi                                   on 2001/06/24  13:15:45
21196         Log: AUTHORS update.
21197      Branch: perl
21198            ! AUTHORS
21199 ____________________________________________________________________________
21200 [ 10886] By: jhi                                   on 2001/06/24  13:14:31
21201         Log: Subject: Encode::Tcl for multibyte doesnot work
21202              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
21203              Date: Sun, 24 Jun 2001 22:48:21 +0900
21204              Message-Id: <20010624223252.6658.BQW10602@nifty.com>
21205      Branch: perl
21206            ! ext/Encode/Encode/Tcl.pm
21207 ____________________________________________________________________________
21208 [ 10885] By: jhi                                   on 2001/06/24  13:12:46
21209         Log: Subject: [PATCH] Remove tautology in error messages
21210              From: Mike Guy <mjtg@cam.ac.uk>
21211              Date: Sun, 24 Jun 2001 13:31:00 +0100
21212              Message-Id: <E15E92a-0006em-00@draco.cus.cam.ac.uk>
21213      Branch: perl
21214            ! pp_sys.c
21215 ____________________________________________________________________________
21216 [ 10884] By: jhi                                   on 2001/06/24  13:11:36
21217         Log: Darwin needs -traditional-cpp for cppflags to build Errno. 
21218      Branch: perl
21219            ! hints/darwin.sh
21220 ____________________________________________________________________________
21221 [ 10883] By: jhi                                   on 2001/06/24  13:09:55
21222         Log: Subject: Re: [PATCH 5.6.1] test suite
21223              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21224              Date: Sun, 24 Jun 2001 05:47:05 -0400
21225              Message-ID: <20010624054705.A27890@math.ohio-state.edu>
21226              
21227              Test suite fixes.
21228      Branch: perl
21229            ! ext/POSIX/sigaction.t lib/File/stat.t perl.c t/io/utf8.t
21230 ____________________________________________________________________________
21231 [ 10882] By: jhi                                   on 2001/06/24  13:07:46
21232         Log: Subject: Re: [PATCH 5.6.1] OS2 warnings
21233              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21234              Date: Sun, 24 Jun 2001 05:37:19 -0400
21235              Message-ID: <20010624053719.A27866@math.ohio-state.edu>
21236      Branch: perl
21237            ! os2/dl_os2.c os2/os2.c os2/os2ish.h
21238 ____________________________________________________________________________
21239 [ 10881] By: jhi                                   on 2001/06/24  13:05:24
21240         Log: Subject: Re: [PATCH 5.6.1] pp_sys.c warnings
21241              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21242              Date: Sun, 24 Jun 2001 05:34:50 -0400
21243              Message-ID: <20010624053450.A27856@math.ohio-state.edu>
21244              
21245              Pacify compiler warnings.
21246      Branch: perl
21247            ! pp_sys.c
21248 ____________________________________________________________________________
21249 [ 10880] By: jhi                                   on 2001/06/24  13:02:30
21250         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
21251              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21252              Date: Sun, 24 Jun 2001 05:21:18 -0400
21253              Message-ID: <20010624052118.A27615@math.ohio-state.edu>
21254              
21255              Enable compression of executables during link time.
21256      Branch: perl
21257            ! hints/os2.sh
21258 ____________________________________________________________________________
21259 [ 10879] By: jhi                                   on 2001/06/24  13:00:47
21260         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
21261              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21262              Date: Sun, 24 Jun 2001 05:15:11 -0400
21263              Message-ID: <20010624051511.A27544@math.ohio-state.edu>
21264              
21265              Add ordinals to the export list for Perl DLL.
21266              (Breaks intra-version DLL compatibility.)
21267      Branch: perl
21268            ! makedef.pl
21269 ____________________________________________________________________________
21270 [ 10878] By: jhi                                   on 2001/06/24  02:12:04
21271         Log: Allow (displaying and) re-editing the Subject in perlbug.
21272              Also abstract the Subject quality control into a function.
21273      Branch: perl
21274            ! utils/perlbug.PL
21275 ____________________________________________________________________________
21276 [ 10877] By: jhi                                   on 2001/06/24  01:40:53
21277         Log: Display $ENV{CYGWIN} in perlbug if set (like #10875 for perl -V).
21278      Branch: perl
21279            ! utils/perlbug.PL
21280 ____________________________________________________________________________
21281 [ 10876] By: jhi                                   on 2001/06/24  01:37:05
21282         Log: Regen toc and modlib.
21283      Branch: perl
21284            ! pod/perlmodlib.pod pod/perltoc.pod
21285 ____________________________________________________________________________
21286 [ 10875] By: jhi                                   on 2001/06/24  01:29:33
21287         Log: In Cygwin display the $ENV{CYGWIN} under perl -V, as suggested
21288              by John Peacock.  (Can be 'ntea' which means emulate UNIX file
21289              attribute semantics as much as possible, or 'ntsec' which uses
21290              native NTFS semantics.)  (See also #10877.)
21291      Branch: perl
21292            ! perl.c
21293 ____________________________________________________________________________
21294 [ 10874] By: jhi                                   on 2001/06/23  23:57:28
21295         Log: (Retracted by #11586)
21296              
21297              Hack to get rid of the UNEXPECTEDLY succeeded message for now.
21298      Branch: perl
21299            ! lib/Test/Harness.pm
21300 ____________________________________________________________________________
21301 [ 10873] By: jhi                                   on 2001/06/23  23:36:56
21302         Log: Just zap the -uPerlio.
21303      Branch: perl
21304            ! ext/B/Stash.t
21305 ____________________________________________________________________________
21306 [ 10872] By: jhi                                   on 2001/06/23  21:29:10
21307         Log: Do not test PerlIO if PerlIO not used.
21308      Branch: perl
21309            ! ext/PerlIO/PerlIO.t
21310 ____________________________________________________________________________
21311 [ 10871] By: jhi                                   on 2001/06/23  21:12:49
21312         Log: Regen perlapi.
21313      Branch: perl
21314            ! pod/perlapi.pod
21315 ____________________________________________________________________________
21316 [ 10870] By: jhi                                   on 2001/06/23  21:03:31
21317         Log: Subject: [PATCH] Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
21318              From: Nicholas Clark <nick@ccl4.org>
21319              Date: Sat, 23 Jun 2001 22:55:47 +0100
21320              Message-ID: <20010623225547.Z98663@plum.flirble.org>
21321      Branch: perl
21322            ! numeric.c
21323 ____________________________________________________________________________
21324 [ 10869] By: jhi                                   on 2001/06/23  17:13:21
21325         Log: Subject: [PATCH: perl@10825] MacOS fixups for new lib/h2xs.t
21326              From: Prymmer/Kahn <pvhp@best.com>
21327              Date: Sat, 23 Jun 2001 11:08:52 -0700 (PDT)
21328              Message-ID: <Pine.BSF.4.21.0106231105380.25634-100000@shell8.ba.best.com>
21329      Branch: perl
21330            ! lib/h2xs.t
21331 ____________________________________________________________________________
21332 [ 10868] By: jhi                                   on 2001/06/23  16:04:38
21333         Log: cygwin needs cygwin1.dll in PATH or cwd to run external programs.
21334              cygwin does not taint cwd, just like win32.
21335      Branch: perl
21336            ! lib/File/Find/taint.t t/op/taint.t
21337 ____________________________________________________________________________
21338 [ 10867] By: jhi                                   on 2001/06/23  15:39:15
21339         Log: Retract #10865, the patch should be unnecessary.
21340              (But seemingly helpful in Cygwin?  Strange.)
21341      Branch: perl
21342            ! lib/Memoize/t/tie_ndbm.t
21343 ____________________________________________________________________________
21344 [ 10866] By: jhi                                   on 2001/06/23  15:06:30
21345         Log: Misplaced test file; plus Cygwin filesystem semantics.
21346      Branch: perl
21347            + ext/SDBM_File/sdbm.t
21348            - ext/ODBM_File/sdbm.t
21349            ! MANIFEST
21350 ____________________________________________________________________________
21351 [ 10865] By: jhi                                   on 2001/06/23  15:01:02
21352         Log: (Retracted by #10867.)
21353      Branch: perl
21354            ! lib/Memoize/t/tie_ndbm.t
21355 ____________________________________________________________________________
21356 [ 10864] By: jhi                                   on 2001/06/23  14:25:43
21357         Log: Metaconfig unit change for #10863.
21358      Branch: metaconfig/U/perl
21359            ! Extensions.U
21360 ____________________________________________________________________________
21361 [ 10863] By: jhi                                   on 2001/06/23  14:25:20
21362         Log: In Cygwin do not build NDBM_File and ODBM_File unless
21363              -lndbm and -ldbm are available.
21364      Branch: perl
21365            ! Configure config_h.SH
21366 ____________________________________________________________________________
21367 [ 10862] By: jhi                                   on 2001/06/23  14:02:14
21368         Log: More Cygwin filesystem semantics.
21369      Branch: perl
21370            ! t/io/fs.t t/op/stat.t
21371 ____________________________________________________________________________
21372 [ 10861] By: jhi                                   on 2001/06/23  13:38:00
21373         Log: More DOSish permission semantics for Cygwin.
21374      Branch: perl
21375            ! lib/AnyDBM_File.t
21376 ____________________________________________________________________________
21377 [ 10860] By: jhi                                   on 2001/06/23  13:32:41
21378         Log: Cygwin too has different permission semantics.
21379      Branch: perl
21380            ! ext/GDBM_File/gdbm.t
21381 ____________________________________________________________________________
21382 [ 10859] By: jhi                                   on 2001/06/23  13:30:06
21383         Log: The group (and assumedly passwd) databases can have
21384              only one entry (this is the case in cygwin).
21385      Branch: perl
21386            ! t/op/grent.t t/op/pwent.t
21387 ____________________________________________________________________________
21388 [ 10858] By: jhi                                   on 2001/06/23  13:16:26
21389         Log: Also in Cygwin use Socket to figure out domainname
21390              (if any) (avoids trying to call external 'domainname',
21391              which doesn't at the moment exist in Cygwin)
21392      Branch: perl
21393            ! lib/Net/Domain.pm
21394 ____________________________________________________________________________
21395 [ 10857] By: jhi                                   on 2001/06/23  12:48:32
21396         Log: Remove also the lib$Foo.def, not just $Foo.def.
21397      Branch: perl
21398            ! lib/ExtUtils/MM_Unix.pm
21399 ____________________________________________________________________________
21400 [ 10856] By: jhi                                   on 2001/06/23  12:21:53
21401         Log: In UTS do signal(SIGFPE, SIG_IGN) in PERL_SYS_INIT().
21402      Branch: perl
21403            ! unixish.h
21404 ____________________________________________________________________________
21405 [ 10855] By: jhi                                   on 2001/06/23  12:14:15
21406         Log: Fix for ID 20010619.003, the [[:print:]] is not supposed
21407              to match the whole isprint(), only the space character.
21408      Branch: perl
21409            ! handy.h pod/perlre.pod t/op/pat.t
21410 ____________________________________________________________________________
21411 [ 10854] By: nick                                  on 2001/06/23  08:09:33
21412         Log: Integrate mainline
21413      Branch: perlio
21414           !> Configure ext/IPC/SysV/Semaphore.pm hints/unicos.sh
21415           !> lib/ExtUtils.t lib/File/Find/taint.t
21416           !> lib/Math/BigInt/t/bigintpm.t lib/Net/netent.t
21417           !> lib/Net/protoent.t lib/Net/servent.t mg.c t/op/mkdir.t
21418           !> t/op/sprintf.t vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
21419 ____________________________________________________________________________
21420 [ 10853] By: jhi                                   on 2001/06/23  03:48:09
21421         Log: Make also the bigintpm.t (like op/sprintf.t) be less demanding
21422              with its floats    in os390 and s390 (UTS).
21423      Branch: perl
21424            ! lib/Math/BigInt/t/bigintpm.t
21425 ____________________________________________________________________________
21426 [ 10852] By: jhi                                   on 2001/06/23  03:38:53
21427         Log: Add also UTS (s390) to the non-IEEE float platforms.
21428      Branch: perl
21429            ! t/op/sprintf.t
21430 ____________________________________________________________________________
21431 [ 10851] By: jhi                                   on 2001/06/23  03:36:04
21432         Log: Subject: RFC: what are applicable standards for exponent sizes?
21433              From: Peter Prymmer <pvhp@forte.com>
21434              Date: Tue, 19 Jun 2001 17:18:06 -0700 (PDT)
21435              Message-ID: <Pine.OSF.4.10.10106191712070.361736-100000@aspara.forte.com>
21436      Branch: perl
21437            ! t/op/sprintf.t
21438 ____________________________________________________________________________
21439 [ 10850] By: jhi                                   on 2001/06/23  03:29:04
21440         Log: Subject: [PATCH: perl@10825] build (and test!) VMS::Stdio on VMS
21441              From: Peter Prymmer <pvhp@forte.com>
21442              Date: Fri, 22 Jun 2001 19:08:23 -0700 (PDT)
21443              Message-ID: <Pine.OSF.4.10.10106221903270.24012-100000@aspara.forte.com>
21444      Branch: perl
21445            ! vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
21446 ____________________________________________________________________________
21447 [ 10849] By: jhi                                   on 2001/06/23  03:27:21
21448         Log: Subject: [PATCH: perl@10825] correction to lib/ExtUtils.t patch
21449              From: Peter Prymmer <pvhp@forte.com>
21450              Date: Fri, 22 Jun 2001 17:56:01 -0700 (PDT)
21451              Message-ID: <Pine.OSF.4.10.10106221754180.24012-100000@aspara.forte.com>
21452      Branch: perl
21453            ! lib/ExtUtils.t
21454 ____________________________________________________________________________
21455 [ 10848] By: jhi                                   on 2001/06/22  21:51:31
21456         Log: Retract #10845.
21457      Branch: perl
21458            ! lib/File/Find/taint.t
21459 ____________________________________________________________________________
21460 [ 10847] By: jhi                                   on 2001/06/22  21:50:38
21461         Log: Yet another error message.
21462      Branch: perl
21463            ! t/op/mkdir.t
21464 ____________________________________________________________________________
21465 [ 10846] By: jhi                                   on 2001/06/22  21:48:39
21466         Log: The croak message for nonexistent socket functions may vary.
21467      Branch: perl
21468            ! lib/Net/netent.t lib/Net/protoent.t lib/Net/servent.t
21469 ____________________________________________________________________________
21470 [ 10845] By: jhi                                   on 2001/06/22  21:42:38
21471         Log: (Retracted by #10848.)
21472      Branch: perl
21473            ! lib/File/Find/taint.t
21474 ____________________________________________________________________________
21475 [ 10844] By: jhi                                   on 2001/06/22  21:32:58
21476         Log: Integrate perlio.
21477      Branch: perl
21478           !> lib/File/Find/taint.t t/op/write.t
21479 ____________________________________________________________________________
21480 [ 10843] By: nick                                  on 2001/06/22  21:24:51
21481         Log: Back out debug in taint.t
21482      Branch: perlio
21483            ! lib/File/Find/taint.t
21484 ____________________________________________________________________________
21485 [ 10842] By: jhi                                   on 2001/06/22  21:20:02
21486         Log: setitimer() does not exist in Unicos, despite of what
21487              Configure thinks, from Mark P. Lutz.
21488      Branch: perl
21489            ! hints/unicos.sh
21490 ____________________________________________________________________________
21491 [ 10841] By: nick                                  on 2001/06/22  21:19:36
21492         Log: Skip cwd test on Win32 ???
21493      Branch: perlio
21494            ! lib/File/Find/taint.t
21495 ____________________________________________________________________________
21496 [ 10840] By: jhi                                   on 2001/06/22  21:17:34
21497         Log: Casting this way seems to keep both 64-bitint x86 FreeBSD
21498              and Tru64 gcc -Wall happy.
21499      Branch: perl
21500            ! mg.c
21501 ____________________________________________________________________________
21502 [ 10839] By: jhi                                   on 2001/06/22  21:15:32
21503         Log: The packs must be done in native shorts, fix from Mark P. Lutz.
21504      Branch: perl
21505            ! ext/IPC/SysV/Semaphore.pm
21506 ____________________________________________________________________________
21507 [ 10838] By: jhi                                   on 2001/06/22  21:12:02
21508         Log: Metaconfig unit change for #10837.
21509      Branch: metaconfig/U/perl
21510            ! Cross.U
21511 ____________________________________________________________________________
21512 [ 10837] By: jhi                                   on 2001/06/22  21:09:42
21513         Log: Cleanup of the cross-compilation unit.
21514      Branch: perl
21515            ! Configure
21516 ____________________________________________________________________________
21517 [ 10836] By: nick                                  on 2001/06/22  20:45:12
21518         Log: Skip |- based op/write.t on Win32 as well as VMS
21519      Branch: perlio
21520            ! t/op/write.t
21521 ____________________________________________________________________________
21522 [ 10835] By: jhi                                   on 2001/06/22  20:44:20
21523         Log: Integrate perlio.
21524      Branch: perl
21525           !> util.c
21526 ____________________________________________________________________________
21527 [ 10834] By: nick                                  on 2001/06/22  20:41:54
21528         Log: Integrate mainline
21529      Branch: perlio
21530           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
21531           !> config_h.SH pp_sys.c uconfig.h util.c vos/config.alpha.h
21532           !> vos/config.ga.h
21533 ____________________________________________________________________________
21534 [ 10833] By: nick                                  on 2001/06/22  20:22:58
21535         Log: Patcho fix.
21536      Branch: perlio
21537            ! util.c
21538 ____________________________________________________________________________
21539 [ 10832] By: jhi                                   on 2001/06/22  20:13:02
21540         Log: Metaconfig unit changes for #10831.
21541      Branch: metaconfig
21542            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
21543 ____________________________________________________________________________
21544 [ 10831] By: jhi                                   on 2001/06/22  20:12:29
21545         Log: Subject: [PATCH 5.7.x] Further tiny bcopy cleanup
21546              From: Andy Dougherty <doughera@lafayette.edu>
21547              Date: Fri, 22 Jun 2001 14:29:51 -0400 (EDT)
21548              Message-ID: <Pine.SOL.4.10.10106221417030.28044-100000@maxwell.phys.lafayette.edu>
21549      Branch: perl
21550            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
21551            ! config_h.SH uconfig.h vos/config.alpha.h vos/config.ga.h
21552 ____________________________________________________________________________
21553 [ 10830] By: jhi                                   on 2001/06/22  19:50:15
21554         Log: MPE/iX prototype nits from Mark Bixby.
21555      Branch: perl
21556            ! pp_sys.c
21557 ____________________________________________________________________________
21558 [ 10829] By: jhi                                   on 2001/06/22  16:25:16
21559         Log: Detypo.
21560      Branch: perl
21561            ! util.c
21562 ____________________________________________________________________________
21563 [ 10828] By: nick                                  on 2001/06/22  15:33:37
21564         Log: Integrate mainline (in near desperate attempt to get Win32 to build...)
21565      Branch: perlio
21566           +> lib/h2xs.t
21567           !> AUTHORS Changes MANIFEST Makefile.SH NetWare/t/NWScripts.pl
21568           !> ext/B/Deparse.t ext/POSIX/POSIX.xs lib/ExtUtils.t
21569           !> lib/ExtUtils/Constant.pm lib/I18N/LangTags.pm
21570           !> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/test.pl
21571           !> lib/Locale/Maketext.pm lib/Locale/Maketext.pod
21572           !> lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
21573           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm patchlevel.h
21574           !> t/op/write.t t/pod/plainer.t utils/h2xs.PL vms/vms.c
21575           !> vms/vmsish.h
21576 ____________________________________________________________________________
21577 [ 10827] By: jhi                                   on 2001/06/22  14:15:26
21578         Log: Subject: [PATCH perl@10800] sigaction workaround for VMS
21579              Date: Fri, 22 Jun 2001 10:08:35 -0500
21580              From: "Craig A. Berry" <craigberry@mac.com>
21581              Message-Id: <a05101001b75908704194@[192.168.56.145]>
21582      Branch: perl
21583            ! vms/vms.c vms/vmsish.h
21584 ____________________________________________________________________________
21585 [ 10826] By: jhi                                   on 2001/06/22  13:35:37
21586         Log: NetWare scripts tweak from Ananth Kesari.
21587      Branch: perl
21588            ! NetWare/t/NWScripts.pl
21589 ____________________________________________________________________________
21590 [ 10825] By: jhi                                   on 2001/06/22  13:00:55
21591         Log: Update Changes.
21592      Branch: perl
21593            ! Changes patchlevel.h
21594 ____________________________________________________________________________
21595 [ 10824] By: jhi                                   on 2001/06/22  12:46:56
21596         Log: Add .i and .s targets.
21597      Branch: perl
21598            ! Makefile.SH
21599 ____________________________________________________________________________
21600 [ 10823] By: jhi                                   on 2001/06/22  12:25:20
21601         Log: Upgrade to Locale::Maketext 1.03.
21602      Branch: perl
21603            ! lib/Locale/Maketext.pm lib/Locale/Maketext.pod
21604            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
21605 ____________________________________________________________________________
21606 [ 10822] By: jhi                                   on 2001/06/22  12:23:57
21607         Log: Upgrade to I18N::LangTags 0.26.
21608      Branch: perl
21609            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
21610            ! lib/I18N/LangTags/test.pl
21611 ____________________________________________________________________________
21612 [ 10821] By: jhi                                   on 2001/06/22  12:16:41
21613         Log: The #10792 didn't take, and s/sighni/signi/, as noticed by
21614              Philip Newton.
21615      Branch: perl
21616            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
21617            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
21618 ____________________________________________________________________________
21619 [ 10820] By: jhi                                   on 2001/06/22  12:13:37
21620         Log: Subject: [PATCH: perl@10800] trigraphs and tests for h2xs
21621              From: Prymmer/Kahn <pvhp@best.com>
21622              Date: Fri, 22 Jun 2001 00:03:24 -0700 (PDT)
21623              Message-ID: <Pine.BSF.4.21.0106212354510.6026-100000@shell8.ba.best.com>
21624      Branch: perl
21625            + lib/h2xs.t
21626            ! MANIFEST utils/h2xs.PL
21627 ____________________________________________________________________________
21628 [ 10819] By: jhi                                   on 2001/06/22  12:11:56
21629         Log: Subject: [PATCH: perl@10800] nmake specific cleanliness for lib/ExtUtils.t
21630              From: Prymmer/Kahn <pvhp@best.com>
21631              Date: Thu, 21 Jun 2001 23:53:27 -0700 (PDT)
21632              Message-ID: <Pine.BSF.4.21.0106212346540.6026-100000@shell8.ba.best.com>
21633      Branch: perl
21634            ! lib/ExtUtils.t
21635 ____________________________________________________________________________
21636 [ 10818] By: jhi                                   on 2001/06/22  12:11:08
21637         Log: Subject: [PATCH: perl@10800] clean up after t/pod/plainer.t on Win32
21638              From: Prymmer/Kahn <pvhp@best.com>
21639              Date: Thu, 21 Jun 2001 23:45:15 -0700 (PDT)
21640              Message-ID: <Pine.BSF.4.21.0106212341510.6026-100000@shell8.ba.best.com>
21641      Branch: perl
21642            ! t/pod/plainer.t
21643 ____________________________________________________________________________
21644 [ 10817] By: jhi                                   on 2001/06/22  12:10:05
21645         Log: AUTHORS update.
21646      Branch: perl
21647            ! AUTHORS
21648 ____________________________________________________________________________
21649 [ 10816] By: jhi                                   on 2001/06/22  12:08:24
21650         Log: Subject: should POSIX.xs use XSRETURN_UNDEF in sigaction?
21651              From: "Craig A. Berry" <craigberry@mac.com>
21652              Date: Thu, 21 Jun 2001 18:20:38 -0500
21653              Message-Id: <5.1.0.14.0.20010621180227.02a8e930@exchi01>
21654      Branch: perl
21655            ! ext/POSIX/POSIX.xs
21656 ____________________________________________________________________________
21657 [ 10815] By: jhi                                   on 2001/06/22  12:07:19
21658         Log: Subject: [PATCH perl@10765] fix Deparse.t and write.t for VMS
21659              From: "Craig A. Berry" <craigberry@mac.com>
21660              Date: Thu, 21 Jun 2001 09:58:52 -0500
21661              Message-Id: <5.1.0.14.0.20010620172532.033cdb88@exchi01>
21662      Branch: perl
21663            ! ext/B/Deparse.t t/op/write.t
21664 ____________________________________________________________________________
21665 [ 10814] By: nick                                  on 2001/06/22  08:13:09
21666         Log: Integrate mainline.
21667      Branch: perlio
21668           !> (integrate 46 files)
21669 ____________________________________________________________________________
21670 [ 10813] By: jhi                                   on 2001/06/22  02:48:58
21671         Log: Change the prefixes only if $prefix is unset,
21672              as originally patched by Marcel Grunauer.
21673      Branch: perl
21674            ! hints/darwin.sh hints/rhapsody.sh
21675 ____________________________________________________________________________
21676 [ 10812] By: jhi                                   on 2001/06/22  02:44:41
21677         Log: Subject: Re: Patch for hints/darwin.sh
21678              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
21679              Date: Thu, 21 Jun 2001 11:23:46 -0700
21680              Message-Id: <200106211823.OAA01089@melbourne-city-street.mit.edu>
21681      Branch: perl
21682            ! hints/darwin.sh hints/rhapsody.sh
21683 ____________________________________________________________________________
21684 [ 10811] By: jhi                                   on 2001/06/22  02:34:27
21685         Log: Add .PHONY targets for non-file targets,
21686              from Wilfredo Sánchez.  Should help saying
21687              "make install" on case-insensitive filesystems.
21688      Branch: perl
21689            ! Makefile.SH
21690 ____________________________________________________________________________
21691 [ 10810] By: jhi                                   on 2001/06/22  02:01:23
21692         Log: Subject: Re: Automated smoke report for patch 10764 (truncated)
21693              From: Doug MacEachern <dougm@covalent.net>
21694              Date: Thu, 21 Jun 2001 19:32:05 -0700 (PDT)
21695              Message-ID: <Pine.LNX.4.21.0106211925020.17261-100000@mako.covalent.net>
21696              
21697              plus reword the getcwd() comment, plus use getcwd() buffer
21698              size minus one.
21699      Branch: perl
21700            ! util.c
21701 ____________________________________________________________________________
21702 [ 10809] By: jhi                                   on 2001/06/22  01:16:58
21703         Log: More gprofing from Doug MacEachern.
21704      Branch: perl
21705            ! Makefile.SH
21706 ____________________________________________________________________________
21707 [ 10808] By: jhi                                   on 2001/06/22  01:15:11
21708         Log: Metaconfig unit change for #10807.
21709      Branch: metaconfig/U/perl
21710            ! d_sfio.U
21711 ____________________________________________________________________________
21712 [ 10807] By: jhi                                   on 2001/06/22  01:14:43
21713         Log: Tell that you are removing the unneeded -lsfio.
21714      Branch: perl
21715            ! Configure
21716 ____________________________________________________________________________
21717 [ 10806] By: jhi                                   on 2001/06/22  01:03:14
21718         Log: More MPE/iX tweaks from Mark Bixby.
21719      Branch: perl
21720            ! perl.c t/op/magic.t
21721 ____________________________________________________________________________
21722 [ 10805] By: jhi                                   on 2001/06/21  22:41:11
21723         Log: The fchdir() proto is supposed to live in <unistd.h>.
21724      Branch: perl
21725            ! ext/Cwd/Cwd.xs
21726 ____________________________________________________________________________
21727 [ 10804] By: jhi                                   on 2001/06/21  22:24:42
21728         Log: This town is too small for the Cwd extension and me,
21729              it would seem...
21730      Branch: perl
21731            ! ext/Cwd/Cwd.xs
21732 ____________________________________________________________________________
21733 [ 10803] By: jhi                                   on 2001/06/21  21:54:00
21734         Log: Metaconfig unit change for #10802.
21735      Branch: metaconfig/U/perl
21736            ! d_modfl.U
21737 ____________________________________________________________________________
21738 [ 10802] By: jhi                                   on 2001/06/21  21:53:37
21739         Log: More d'ohs.
21740      Branch: perl
21741            ! Configure
21742 ____________________________________________________________________________
21743 [ 10801] By: jhi                                   on 2001/06/21  21:38:38
21744         Log: Off-by-one.  I'm so classic.
21745      Branch: perl
21746            ! util.c
21747 ____________________________________________________________________________
21748 [ 10800] By: jhi                                   on 2001/06/21  20:10:19
21749         Log: Update Changes.
21750      Branch: perl
21751            ! Changes patchlevel.h
21752 ____________________________________________________________________________
21753 [ 10799] By: jhi                                   on 2001/06/21  20:03:54
21754         Log: Subject: Documentation patch for Net::FTP
21755              From: Marcel Grunauer <marcel@codewerk.com>
21756              Date: Wed, 20 Jun 2001 23:03:26 +0200
21757              Message-Id: <20010620210309.DCMT6087.viemta06@localhost>
21758      Branch: perl
21759            ! lib/Net/FTP.pm
21760 ____________________________________________________________________________
21761 [ 10798] By: jhi                                   on 2001/06/21  20:01:14
21762         Log: Retract the #10417 mg.c and embed.pl parts because of
21763              strange SEGVs in 64bit x86 FreeBSD observed by
21764              Nicholas Clark.
21765      Branch: perl
21766            ! embed.pl mg.c perlapi.c pod/perlintern.pod proto.h
21767 ____________________________________________________________________________
21768 [ 10797] By: jhi                                   on 2001/06/21  19:40:34
21769         Log: Add fchdir() probe (in non-UNIX systems assume it doesn't exist).
21770      Branch: perl
21771            ! Configure NetWare/config.wc NetWare/config_H.wc
21772            ! Porting/Glossary Porting/config.sh Porting/config_H
21773            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
21774            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
21775            ! vos/config.ga.h win32/config.bc win32/config.gc
21776            ! win32/config.vc win32/config_H.bc win32/config_H.gc
21777            ! win32/config_H.vc
21778 ____________________________________________________________________________
21779 [ 10796] By: jhi                                   on 2001/06/21  19:08:28
21780         Log: Cwd tweak from Doug MacEachern.
21781      Branch: perl
21782            ! ext/Cwd/Cwd.xs
21783 ____________________________________________________________________________
21784 [ 10795] By: jhi                                   on 2001/06/21  19:03:48
21785         Log: Protect the fchdir() and lstat() with ifdefs.
21786              fchdir() needs a Configure probe.
21787      Branch: perl
21788            ! ext/Cwd/Cwd.xs
21789 ____________________________________________________________________________
21790 [ 10794] By: nick                                  on 2001/06/21  17:11:35
21791         Log: Integrate mainline
21792      Branch: perlio
21793           +> ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
21794           +> ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
21795           +> lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
21796           +> lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
21797           +> lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
21798           +> lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
21799           +> lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
21800           +> lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
21801            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
21802            - lib/File/Glob/case.t lib/File/Glob/global.t
21803            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
21804            - lib/File/Temp/posix.t lib/File/Temp/security.t
21805            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
21806            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
21807            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
21808            - lib/Text/Wrap/wrap.t
21809           !> (integrate 41 files)
21810 ____________________________________________________________________________
21811 [ 10793] By: jhi                                   on 2001/06/21  17:01:26
21812         Log: Subject: [PATCH perl@10765] fix Cwd.xs for VMS
21813              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
21814              Date: Thu, 21 Jun 2001 13:04:54 -0500
21815              Message-Id: <5.1.0.14.0.20010621124127.029fe120@exchi01>
21816      Branch: perl
21817            ! ext/Cwd/Cwd.xs
21818 ____________________________________________________________________________
21819 [ 10792] By: jhi                                   on 2001/06/21  16:13:57
21820         Log: Subject: [PATCH pod] overlong =item
21821              From: Robin Barker <rmb1@cise.npl.co.uk>
21822              Date: Thu, 21 Jun 2001 18:08:04 +0100 (BST)
21823              Message-Id: <200106211708.SAA08097@tempest.npl.co.uk>
21824      Branch: perl
21825            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
21826            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
21827 ____________________________________________________________________________
21828 [ 10791] By: jhi                                   on 2001/06/21  16:10:51
21829         Log: Subject: [PATCH perlio.c] format 
21830              From: Robin Barker <rmb1@cise.npl.co.uk>
21831              Date: Thu, 21 Jun 2001 18:05:02 +0100 (BST)
21832              Message-Id: <200106211705.SAA08067@tempest.npl.co.uk>
21833      Branch: perl
21834            ! perlio.c
21835 ____________________________________________________________________________
21836 [ 10790] By: jhi                                   on 2001/06/21  15:52:04
21837         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
21838              From: Radu Greab <radu@netsoft.ro>
21839              Date: Thu, 21 Jun 2001 19:06:02 +0300
21840              Message-ID: <15154.7018.376419.295092@ix.netsoft.ro>
21841      Branch: perl
21842            ! pod/perlapi.pod sv.c
21843 ____________________________________________________________________________
21844 [ 10789] By: jhi                                   on 2001/06/21  14:48:25
21845         Log: The metaconfig unit changes for #10788.
21846      Branch: metaconfig/U/perl
21847            ! Cross.U fflushall.U
21848 ____________________________________________________________________________
21849 [ 10788] By: jhi                                   on 2001/06/21  14:47:48
21850         Log: Cross-configuration changes: make $from to rm the files
21851              before copying them over (this means that he rm can be
21852              removed from the fflushall test), create $targetmkdir      
21853              (not documented in install since it is supposed to internal
21854              use only), make $run to copy over the executable only if
21855              a stamp file .xok doesn't already exist (to avoid unnecessary
21856              copying of the executable)
21857      Branch: perl
21858            ! Configure Makefile.SH
21859 ____________________________________________________________________________
21860 [ 10787] By: nick                                  on 2001/06/21  14:16:18
21861         Log: Integrate mainline
21862      Branch: perlio
21863           +> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
21864           +> lib/I18N/LangTags/README lib/Locale/Maketext/ChangeLog
21865           +> lib/Locale/Maketext/README lib/Locale/Maketext/test.pl
21866            - lib/I18N/LangTags/List.pod lib/Locale/Maketext.t
21867           !> (integrate 34 files)
21868 ____________________________________________________________________________
21869 [ 10786] By: jhi                                   on 2001/06/21  13:59:32
21870         Log: Re-add the files as text.
21871      Branch: perl
21872            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
21873 ____________________________________________________________________________
21874 [ 10785] By: jhi                                   on 2001/06/21  13:57:55
21875         Log: Delete the binary files.
21876      Branch: perl
21877            - t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
21878 ____________________________________________________________________________
21879 [ 10784] By: jhi                                   on 2001/06/21  13:49:47
21880         Log: Subject: [PATCH 5.7.x] Unnecessary pod2man calls in new extensions
21881              From: Andy Dougherty <doughera@lafayette.edu>
21882              Date: Thu, 21 Jun 2001 10:44:05 -0400 (EDT)
21883              Message-ID: <Pine.SOL.4.10.10106211040180.26439-100000@maxwell.phys.lafayette.edu>
21884      Branch: perl
21885            ! ext/Digest/MD5/Makefile.PL ext/List/Util/Makefile.PL
21886            ! ext/MIME/Base64/Makefile.PL ext/PerlIO/Scalar/Makefile.PL
21887            ! ext/PerlIO/Via/Makefile.PL ext/Time/HiRes/Makefile.PL
21888            ! ext/Time/Piece/Makefile.PL ext/XS/Typemap/Makefile.PL
21889 ____________________________________________________________________________
21890 [ 10783] By: jhi                                   on 2001/06/21  13:46:50
21891         Log: Subject: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
21892              From: 0000-Admin <root@egg.karlov.mff.cuni.cz>(0000)
21893              Date: Wed, 20 Jun 2001 14:11:49 +0200 (MET DST) 
21894              Message-Id: <200106201211.f5KCBnm24320@egg.karlov.mff.cuni.cz>
21895              
21896              Setting umask to something friendlier.
21897      Branch: perl
21898            ! installman installperl
21899 ____________________________________________________________________________
21900 [ 10782] By: jhi                                   on 2001/06/21  13:42:17
21901         Log: Shuffle around tests to (ext|lib)/.../t/ subdirectories.
21902              Resort MANIFEST with sort -f, looks much better.
21903      Branch: perl
21904            + ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
21905            + ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
21906            + lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
21907            + lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
21908            + lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
21909            + lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
21910            + lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
21911            + lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
21912            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
21913            - lib/File/Glob/case.t lib/File/Glob/global.t
21914            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
21915            - lib/File/Temp/posix.t lib/File/Temp/security.t
21916            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
21917            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
21918            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
21919            - lib/Text/Wrap/wrap.t
21920            ! MANIFEST
21921 ____________________________________________________________________________
21922 [ 10781] By: jhi                                   on 2001/06/21  13:16:04
21923         Log: Upgrade to I18N::LangTags 0.25.
21924      Branch: perl
21925            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
21926            ! lib/I18N/LangTags/List.pm
21927 ____________________________________________________________________________
21928 [ 10780] By: jhi                                   on 2001/06/21  13:12:54
21929         Log: Subject: [PATCH] Step 2: Use the new PM_GETRE/SETRE macros everywhere.
21930              From: Richard Soderberg <rs@crystalflame.net>
21931              Date: Thu, 21 Jun 2001 07:01:22 -0700 (PDT)
21932              Message-ID: <Pine.LNX.4.21.0106210657400.1693-100000@oregonnet.com>
21933      Branch: perl
21934            ! dump.c ext/B/B.xs ext/B/B/C.pm ext/ByteLoader/bytecode.h mg.c
21935            ! op.c pp.c pp_ctl.c pp_hot.c regexec.c
21936 ____________________________________________________________________________
21937 [ 10779] By: jhi                                   on 2001/06/21  12:59:57
21938         Log: Test obsoleted by change #10777.
21939      Branch: perl
21940            ! t/op/sub_lval.t
21941 ____________________________________________________________________________
21942 [ 10778] By: jhi                                   on 2001/06/21  12:52:37
21943         Log: Case of confused test numbering.
21944      Branch: perl
21945            ! t/op/pat.t
21946 ____________________________________________________________________________
21947 [ 10777] By: jhi                                   on 2001/06/21  12:30:57
21948         Log: Subject: Re: Opinion on undef lvalue
21949              From: Abhijit Menon-Sen <ams@wiw.org>
21950              Date: Sun, 17 Jun 2001 13:04:46 +0530
21951              Message-ID: <20010617130446.B27925@lustre.linux.in>
21952              
21953              Allow lvalue subs to return undef in array context.
21954      Branch: perl
21955            ! pp_hot.c
21956 ____________________________________________________________________________
21957 [ 10776] By: jhi                                   on 2001/06/21  12:27:48
21958         Log: Just a guess that using the same hack for cygwin as
21959              for win32 might help.
21960      Branch: perl
21961            ! lib/File/Find/find.t
21962 ____________________________________________________________________________
21963 [ 10775] By: jhi                                   on 2001/06/21  12:25:58
21964         Log: NetWare tweaks from Guruprasad.
21965      Branch: perl
21966            ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
21967            ! NetWare/config_H.wc NetWare/nw5sck.c NetWare/nw5sck.h
21968            ! NetWare/nwperlsys.c NetWare/t/NWModify.pl
21969            ! NetWare/t/NWScripts.pl NetWare/t/Readme.txt
21970 ____________________________________________________________________________
21971 [ 10774] By: jhi                                   on 2001/06/21  12:21:17
21972         Log: Subject: Re: perl@10722: Bogus warnings on REs 
21973              From: Hugo <hv@crypt.compulink.co.uk>
21974              Date: Thu, 21 Jun 2001 09:51:17 +0100
21975              Message-Id: <200106210851.JAA01942@crypt.compulink.co.uk>
21976              
21977              Unroll to avoid a UTS compiler bug.
21978      Branch: perl
21979            ! regcomp.c
21980 ____________________________________________________________________________
21981 [ 10773] By: jhi                                   on 2001/06/21  12:13:13
21982         Log: Subject: Re: [PATCH] Make /o work under i?threads
21983              From: Artur Bergman <artur@contiller.se>
21984              Date: Thu, 21 Jun 2001 14:38:03 +0200
21985              Message-ID: <B757B74A.184D%artur@contiller.se>
21986      Branch: perl
21987            ! t/op/pat.t
21988 ____________________________________________________________________________
21989 [ 10772] By: jhi                                   on 2001/06/21  12:12:23
21990         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
21991              From: Artur Bergman <artur@contiller.se> 
21992              Date: Thu, 21 Jun 2001 14:27:33 +0200
21993              Message-ID: <B757B4D4.1849%artur@contiller.se>
21994              
21995              Plus extra parentheses.
21996      Branch: perl
21997            ! op.h
21998 ____________________________________________________________________________
21999 [ 10771] By: jhi                                   on 2001/06/21  12:10:29
22000         Log: Subject: [PATCH] Make /o work under i?threads
22001              From: Richard Soderberg <rs@crystalflame.net>
22002              Date: Thu, 21 Jun 2001 05:21:43 -0700 (PDT)
22003              Message-ID: <Pine.LNX.4.21.0106210518210.2479-100000@oregonnet.com>
22004      Branch: perl
22005            ! pp_ctl.c
22006 ____________________________________________________________________________
22007 [ 10770] By: jhi                                   on 2001/06/21  12:09:28
22008         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
22009              From: Artur Bergman <artur@contiller.se>
22010              Date: Thu, 21 Jun 2001 14:04:54 +0200
22011              Message-ID: <B757AF86.1842%artur@contiller.se>
22012      Branch: perl
22013            ! op.h
22014 ____________________________________________________________________________
22015 [ 10769] By: jhi                                   on 2001/06/21  12:08:03
22016         Log: Subject: Re: perl@10765: sv.c not OK on win32
22017              From: Artur Bergman <artur@contiller.se>
22018              Date: Thu, 21 Jun 2001 10:31:06 +0200
22019              Message-ID: <B7577D69.182C%artur@contiller.se>
22020      Branch: perl
22021            ! sv.c
22022 ____________________________________________________________________________
22023 [ 10768] By: jhi                                   on 2001/06/21  12:03:56
22024         Log: Subject: [PATCH 5.6.1] OS2 getpw*, getgr*
22025              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22026              Date: Thu, 21 Jun 2001 06:23:56 -0400
22027              Message-ID: <20010621062356.A8619@math.ohio-state.edu>
22028              
22029              Subject: Re: [PATCH 5.6.1] OS2 getpw*, getgr*
22030              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22031              Date: Thu, 21 Jun 2001 06:32:21 -0400
22032              Message-ID: <20010621063221.A8823@math.ohio-state.edu>
22033      Branch: perl
22034            ! lib/File/Glob/basic.t makedef.pl os2/os2.c os2/os2ish.h
22035 ____________________________________________________________________________
22036 [ 10767] By: jhi                                   on 2001/06/21  12:00:07
22037         Log: Subject: [PATCH] make syslog test more verbose
22038              From: Robert Spier <rspier@pobox.com>
22039              Date: Thu, 21 Jun 2001 00:54:32 -0400
22040              Message-ID: <15153.32264.295807.333073@rls.cx>
22041      Branch: perl
22042            ! ext/Sys/Syslog/syslog.t
22043 ____________________________________________________________________________
22044 [ 10766] By: jhi                                   on 2001/06/20  23:27:57
22045         Log: Subject: op/study.t refinements
22046              From: Hugo <hv@crypt.compulink.co.uk>
22047              Date: Thu, 21 Jun 2001 00:29:07 +0100
22048              Message-Id: <200106202329.AAA31397@crypt.compulink.co.uk>
22049      Branch: perl
22050            ! t/op/study.t
22051 ____________________________________________________________________________
22052 [ 10765] By: jhi                                   on 2001/06/20  19:51:47
22053         Log: Update Changes.
22054      Branch: perl
22055            ! Changes patchlevel.h
22056 ____________________________________________________________________________
22057 [ 10764] By: jhi                                   on 2001/06/20  19:00:23
22058         Log: Subject: Re: [PATCH] djgpp updates
22059              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
22060              Date: Wed, 20 Jun 2001 10:05:15 +0200
22061              Message-ID: <20010620100515.L5600@libra.eth.ericsson.se>
22062      Branch: perl
22063            ! djgpp/config.over
22064 ____________________________________________________________________________
22065 [ 10763] By: jhi                                   on 2001/06/20  18:58:06
22066         Log: Fix for ID 20010619.002 "When building hash, hash keys that
22067              are function calls are not being called", from Abhijit.
22068      Branch: perl
22069            ! t/base/lex.t toke.c
22070 ____________________________________________________________________________
22071 [ 10762] By: jhi                                   on 2001/06/20  18:45:00
22072         Log: Upgrade to Locale::Maketext 1.02, from Sean Burke.
22073      Branch: perl
22074            + lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
22075            + lib/Locale/Maketext/test.pl
22076            - lib/Locale/Maketext.t
22077            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
22078            ! lib/Locale/Maketext/TPJ13.pod
22079 ____________________________________________________________________________
22080 [ 10761] By: jhi                                   on 2001/06/20  18:44:15
22081         Log: Metaconfig unit change for #10760.
22082      Branch: metaconfig
22083            ! U/modified/Cppsym.U
22084 ____________________________________________________________________________
22085 [ 10760] By: jhi                                   on 2001/06/20  18:42:04
22086         Log: Do not remove the ccsym* Cppsym* files since
22087              they are useful for metaconfig units coming after us.
22088              (This is the Configure nit mentioned in #10752.)
22089      Branch: perl
22090            ! Configure
22091 ____________________________________________________________________________
22092 [ 10759] By: jhi                                   on 2001/06/20  18:02:18
22093         Log: Update to I18N::LangTags 0.24, from Sean Burke.
22094      Branch: perl
22095            + lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
22096            + lib/I18N/LangTags/README
22097            - lib/I18N/LangTags/List.pod
22098            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/test.pl
22099 ____________________________________________________________________________
22100 [ 10758] By: jhi                                   on 2001/06/20  17:34:43
22101         Log: Regen headers.
22102      Branch: perl
22103            ! embed.h embedvar.h global.sym perlapi.c perlapi.h
22104            ! pod/perlapi.pod proto.h
22105 ____________________________________________________________________________
22106 [ 10757] By: jhi                                   on 2001/06/20  17:23:08
22107         Log: Subject: [PATCH] Fixes case of CvDEPTH for perl_clone
22108              From: Artur Bergman <artur@contiller.se>
22109              Date: Wed, 20 Jun 2001 11:31:32 +0200
22110              Message-ID: <B7563A14.17D8%artur@contiller.se>
22111      Branch: perl
22112            ! embed.pl hv.c intrpvar.h sv.c sv.h
22113 ____________________________________________________________________________
22114 [ 10756] By: jhi                                   on 2001/06/20  17:13:26
22115         Log: Subject: Fix for [ID 20010124.001] POSIX::errno unreliable
22116              From: Tim Sweetman <tim@aldigital.co.uk> 
22117              Date: Wed, 13 Jun 2001 14:25:17 +0100 
22118              Message-ID: <3B2769BD.68B4F4B3@aldigital.co.uk> 
22119      Branch: perl
22120            ! ext/POSIX/POSIX.t lib/AutoLoader.pm
22121 ____________________________________________________________________________
22122 [ 10755] By: nick                                  on 2001/06/20  16:12:37
22123         Log: Integrate mainline
22124      Branch: perlio
22125           !> embed.h embed.pl ext/Cwd/Cwd.xs ext/Filter/t/call.t
22126           !> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
22127           !> ext/POSIX/POSIX.xs hints/mpeix.sh lib/File/Temp/security.t
22128           !> lib/FileHandle.t mpeix/mpeixish.h mpeix/relink objXSUB.h
22129           !> perlapi.c pod/perldiag.pod pp_sys.c proto.h t/op/pwent.t
22130           !> t/op/study.t util.c
22131 ____________________________________________________________________________
22132 [ 10754] By: gsar                                  on 2001/06/20  15:22:27
22133         Log: missing ld entry in Config.pm on Windows (makefile.mk had it,
22134              but not Makefile)
22135      Branch: maint-5.6/perl
22136            ! win32/Makefile
22137 ____________________________________________________________________________
22138 [ 10753] By: jhi                                   on 2001/06/20  14:03:20
22139         Log: Security tweak on readlink().
22140      Branch: perl
22141            ! pp_sys.c
22142 ____________________________________________________________________________
22143 [ 10752] By: jhi                                   on 2001/06/20  14:00:23
22144         Log: MPE/iX fixes from Mark Bixby (a Configure fix is also needed.)
22145      Branch: perl
22146            ! ext/Filter/t/call.t ext/IO/lib/IO/t/io_sock.t hints/mpeix.sh
22147            ! lib/File/Temp/security.t lib/FileHandle.t mpeix/mpeixish.h
22148            ! mpeix/relink t/op/pwent.t
22149 ____________________________________________________________________________
22150 [ 10751] By: jhi                                   on 2001/06/20  13:57:27
22151         Log: Reinstate #10725 (with probe for alarm()).
22152      Branch: perl
22153            ! t/op/study.t
22154 ____________________________________________________________________________
22155 [ 10750] By: jhi                                   on 2001/06/20  13:53:46
22156         Log: Replace our implementation of realpath() with OpenBSD's
22157              (src/lib/libc/stdlib/realpath.c 1.4).
22158      Branch: perl
22159            ! embed.h embed.pl ext/Cwd/Cwd.xs objXSUB.h perlapi.c
22160            ! pod/perldiag.pod proto.h util.c
22161 ____________________________________________________________________________
22162 [ 10749] By: jhi                                   on 2001/06/20  13:07:49
22163         Log: Integrate perlio.
22164      Branch: perl
22165           !> perlio.c
22166 ____________________________________________________________________________
22167 [ 10748] By: jhi                                   on 2001/06/20  13:07:18
22168         Log: No point in going into memory-saving contortions
22169              with getcwd() since there's a danger of buffer overflow.
22170              Also make the POSIX extension to use sv_getcwd().
22171              Finally, a missed proto.h fragment.
22172      Branch: perl
22173            ! ext/POSIX/POSIX.xs proto.h util.c
22174 ____________________________________________________________________________
22175 [ 10747] By: nick                                  on 2001/06/20  12:38:26
22176         Log: Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.
22177      Branch: perlio
22178            ! perlio.c
22179 ____________________________________________________________________________
22180 [ 10746] By: jhi                                   on 2001/06/20  11:51:10
22181         Log: Subject: Re: Bug in IO::Socket::INET module (repeat)
22182              From: Graham Barr <gbarr@pobox.com>
22183              Date: Wed, 20 Jun 2001 11:05:49 +0100
22184              Message-ID: <20010620110549.I19188@pobox.com>
22185              
22186              reported in        
22187              
22188              Subject: Bug in IO::Socket::INET module (repeat)
22189              From: "Harmon S. Nine" <hnine@netarx.com>
22190              Date: Tue, 19 Jun 2001 09:41:35 -0400
22191              Message-ID: <3B2F568F.8080605@netarx.com>
22192              
22193              The bug was that the IO::Socket::INET constructor
22194              did not allow a 'LocalPort' of 0.
22195      Branch: perl
22196            ! ext/IO/lib/IO/Socket/INET.pm
22197 ____________________________________________________________________________
22198 [ 10745] By: nick                                  on 2001/06/20  08:56:39
22199         Log: Integrate mainline.
22200      Branch: perlio
22201           !> (integrate 37 files)
22202 ____________________________________________________________________________
22203 [ 10744] By: jhi                                   on 2001/06/20  04:54:53
22204         Log: After some reading I don't think we can blindly
22205              use systems' realpath().  Too many security problems,
22206              too many buggy implementations.
22207              
22208              TODO: the realpath() emulation code in util.c doesn't
22209              seem fully operational?  (readlink(), for example?)
22210      Branch: perl
22211            ! Configure Makefile.micro Porting/Glossary Porting/config.sh
22212            ! Porting/config_H config_h.SH embed.h embed.pl global.sym
22213            ! objXSUB.h perlapi.c pod/perldiag.pod pod/perltoc.pod uconfig.h
22214            ! uconfig.sh util.c vos/config.alpha.def vos/config.alpha.h
22215            ! vos/config.ga.def vos/config.ga.h win32/config_H.bc
22216            ! win32/config_H.gc win32/config_H.vc
22217 ____________________________________________________________________________
22218 [ 10743] By: jhi                                   on 2001/06/20  00:48:48
22219         Log: Metaconfig unit change for #10738.
22220      Branch: metaconfig
22221            ! U/compline/d_gconvert.U
22222 ____________________________________________________________________________
22223 [ 10742] By: jhi                                   on 2001/06/20  00:48:20
22224         Log: Integrate change #10739 from maintperl:
22225              
22226              C<eval "/x$\r\n/x"> fails to compile correctly 
22227      Branch: perl
22228           !> t/op/pat.t toke.c
22229 ____________________________________________________________________________
22230 [ 10741] By: jhi                                   on 2001/06/20  00:41:05
22231         Log: Retract #10725 (Hugo asked NOT to apply the patch)
22232      Branch: perl
22233            ! t/op/study.t
22234 ____________________________________________________________________________
22235 [ 10740] By: jhi                                   on 2001/06/19  23:58:25
22236         Log: The test.third results were funnily named because of the
22237              new test scheme.
22238      Branch: perl
22239            ! t/TEST
22240 ____________________________________________________________________________
22241 [ 10739] By: gsar                                  on 2001/06/19  23:49:15
22242         Log: C<eval "/x$\r\n/x"> fails to compile correctly
22243      Branch: maint-5.6/perl
22244            ! t/op/pat.t toke.c
22245 ____________________________________________________________________________
22246 [ 10738] By: jhi                                   on 2001/06/19  23:04:15
22247         Log: Subject: [ID 20010619.012] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED) 
22248              From: Spider Boardman <spider@Orb.Nashua.NH.US>
22249              Date: Tue, 19 Jun 2001 19:15:40 -0400
22250              Message-Id: <200106192315.TAA18531@Orb.Nashua.NH.US>
22251              
22252              The bigintpm.t #1183 failing in Tru64 (and also Cygwin)
22253              because "1e+129" being expected but "1.e+129" being returned.
22254              The culprit (at least in Tru64) is the use of gcvt().
22255      Branch: perl
22256            ! Configure
22257 ____________________________________________________________________________
22258 [ 10737] By: jhi                                   on 2001/06/19  22:56:52
22259         Log: Subject: [PATCH perl@10722] test hunting on VMS
22260              From: "Craig A. Berry" <craigberry@mac.com>
22261              Message-Id: <5.1.0.14.0.20010619183530.01c4bdb8@exchi01>
22262              Date: Tue, 19 Jun 2001 18:59:01 -0500
22263      Branch: perl
22264            ! vms/test.com
22265 ____________________________________________________________________________
22266 [ 10736] By: jhi                                   on 2001/06/19  21:32:29
22267         Log: Subject: [PATCH] s/typos//
22268              From: Abhijit Menon-Sen <ams@wiw.org>
22269              Date: Wed, 20 Jun 2001 02:15:02 +0530
22270              Message-ID: <20010620021502.A14541@lustre.linux.in>
22271              
22272              Without the op.h s/bearword/bareword/ hunk, see
22273              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-02/msg00370.html
22274      Branch: perl
22275            ! util.c
22276 ____________________________________________________________________________
22277 [ 10735] By: jhi                                   on 2001/06/19  21:26:43
22278         Log: Metaconfig unit change for #10732 and #10733.
22279      Branch: metaconfig/U/perl
22280            ! fflushall.U
22281 ____________________________________________________________________________
22282 [ 10734] By: jhi                                   on 2001/06/19  21:24:41
22283         Log: Subject: [PATCH perl@10722] build ext/Socket dynamically on VMS
22284              From: "Craig A. Berry" <craigberry@mac.com>
22285              Date: Tue, 19 Jun 2001 17:19:48 -0500
22286              Message-Id: <5.1.0.14.0.20010619165650.01bd8478@exchi01>
22287      Branch: perl
22288            ! configure.com vms/descrip_mms.template
22289 ____________________________________________________________________________
22290 [ 10733] By: jhi                                   on 2001/06/19  19:57:44
22291         Log: Subject: [ID 20010619.011] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
22292              From: Spider Boardman <spider@Orb.Nashua.NH.US>
22293              Date: Tue, 19 Jun 2001 16:48:07 -0400
22294              Message-Id: <200106192048.QAA20849@Orb.Nashua.NH.US>
22295              
22296              Further fixes to fflush(NULL) detection.
22297      Branch: perl
22298            ! Configure
22299 ____________________________________________________________________________
22300 [ 10732] By: jhi                                   on 2001/06/19  19:38:20
22301         Log: AIX test -s hangs with non-existent files?
22302              (A genuine logic bug in Configure, but AIX also broken?)
22303      Branch: perl
22304            ! Configure
22305 ____________________________________________________________________________
22306 [ 10731] By: jhi                                   on 2001/06/19  19:17:35
22307         Log: AUTHORS updates.
22308      Branch: perl
22309            ! AUTHORS
22310 ____________________________________________________________________________
22311 [ 10730] By: jhi                                   on 2001/06/19  19:03:07
22312         Log: Subject: [ID 20010619.007] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
22313              From: Spider Boardman <spider@Orb.Nashua.NH.US>
22314              Date: Tue, 19 Jun 2001 15:33:25 -0400
22315              Message-Id: <200106191933.PAA08415@Orb.Nashua.NH.US>
22316      Branch: perl
22317            ! ext/POSIX/POSIX.t lib/warnings.t perlio.c t/lib/1_compile.t
22318            ! t/lib/warnings/pp
22319 ____________________________________________________________________________
22320 [ 10729] By: jhi                                   on 2001/06/19  18:34:10
22321         Log: Integrate perlio.
22322      Branch: perl
22323           !> lib/File/Find/find.t win32/distclean.bat
22324 ____________________________________________________________________________
22325 [ 10728] By: nick                                  on 2001/06/19  18:24:53
22326         Log: Hack File/Find/find.t to use File::Spec::Unix on Win32.
22327      Branch: perlio
22328            ! lib/File/Find/find.t win32/distclean.bat
22329 ____________________________________________________________________________
22330 [ 10727] By: jhi                                   on 2001/06/19  18:07:31
22331         Log: Furthwer tweak the fdopen() spot as suggseted by Jeff Pinyan;
22332              also add information how to find out whether one has PerlIO.
22333      Branch: perl
22334            ! pod/perlfunc.pod
22335 ____________________________________________________________________________
22336 [ 10726] By: jhi                                   on 2001/06/19  17:59:30
22337         Log: Subject: [ID 20010619.005] two typos in pod/perlfunc.pod
22338              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
22339              Date: Tue, 19 Jun 2001 11:36:32 -0700 (PDT)
22340              Message-Id: <200106191836.LAA21471@ventrue.corp.yahoo.com>
22341      Branch: perl
22342            ! pod/perlfunc.pod
22343 ____________________________________________________________________________
22344 [ 10725] By: jhi                                   on 2001/06/19  17:28:30
22345         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
22346              From: Hugo <hv@crypt.compulink.co.uk>
22347              Date: Tue, 19 Jun 2001 12:37:30 +0100
22348              Message-Id: <200106191137.MAA15185@crypt.compulink.co.uk>
22349      Branch: perl
22350            ! t/op/study.t
22351 ____________________________________________________________________________
22352 [ 10724] By: jhi                                   on 2001/06/19  17:22:20
22353         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
22354              From: Hugo <hv@crypt.compulink.co.uk>
22355              Message-Id: <200106191215.NAA17691@crypt.compulink.co.uk>
22356              Date: Tue, 19 Jun 2001 13:15:17 +0100
22357      Branch: perl
22358            ! util.c
22359 ____________________________________________________________________________
22360 [ 10723] By: nick                                  on 2001/06/19  14:46:15
22361         Log: Integrate mainline
22362      Branch: perlio
22363           +> ext/IPC/SysV/ipcsysv.t ext/Thread/create.tx ext/Thread/die.tx
22364           +> ext/Thread/die2.tx ext/Thread/io.tx ext/Thread/join.tx
22365           +> ext/Thread/join2.tx ext/Thread/list.tx ext/Thread/lock.tx
22366           +> ext/Thread/queue.tx ext/Thread/specific.tx ext/Thread/sync.tx
22367           +> ext/Thread/sync2.tx ext/Thread/unsync.tx ext/Thread/unsync2.tx
22368           +> ext/Thread/unsync3.tx ext/Thread/unsync4.tx
22369            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
22370            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
22371            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
22372            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
22373            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
22374            - ext/Thread/unsync4.t
22375           !> Changes MANIFEST NetWare/Makefile NetWare/config.wc
22376           !> djgpp/config.over djgpp/fixpmain
22377           !> ext/DynaLoader/DynaLoader_pm.PL ext/IPC/SysV/t/msg.t
22378           !> ext/IPC/SysV/t/sem.t handy.h hv.c lib/ExtUtils/MM_Unix.pm
22379           !> patchlevel.h perl.h utils/libnetcfg.PL win32/Makefile
22380 ____________________________________________________________________________
22381 [ 10722] By: jhi                                   on 2001/06/19  11:55:30
22382         Log: Update Changes.
22383      Branch: perl
22384            ! Changes patchlevel.h
22385 ____________________________________________________________________________
22386 [ 10721] By: jhi                                   on 2001/06/19  11:29:34
22387         Log: The existence shall be MANIFESted.
22388      Branch: perl
22389            ! MANIFEST
22390 ____________________________________________________________________________
22391 [ 10720] By: jhi                                   on 2001/06/19  10:58:09
22392         Log: The old libnet.cfg is first searched from the current directory,
22393              only then from the module path.
22394      Branch: perl
22395            ! utils/libnetcfg.PL
22396 ____________________________________________________________________________
22397 [ 10719] By: jhi                                   on 2001/06/19  10:55:59
22398         Log: NetWare tweaks from Guruprasad.
22399      Branch: perl
22400            ! NetWare/Makefile NetWare/config.wc
22401 ____________________________________________________________________________
22402 [ 10718] By: jhi                                   on 2001/06/19  10:54:22
22403         Log: Subject: [PATCH] djgpp updates
22404              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
22405              Date: Tue, 19 Jun 2001 10:59:06 +0200
22406              Message-ID: <20010619105906.C5600@libra.eth.ericsson.se>
22407      Branch: perl
22408            ! djgpp/config.over djgpp/fixpmain
22409 ____________________________________________________________________________
22410 [ 10717] By: jhi                                   on 2001/06/19  10:53:20
22411         Log: Subject: [PATCH: perl@10689]let MS VC 5 resolve _PerlIO_win32
22412              From: Prymmer/Kahn <pvhp@best.com>
22413              Date: Mon, 18 Jun 2001 23:48:52 -0700 (PDT)
22414              Message-ID: <Pine.BSF.4.21.0106182345100.17670-100000@shell8.ba.best.com>
22415      Branch: perl
22416            ! win32/Makefile
22417 ____________________________________________________________________________
22418 [ 10716] By: jhi                                   on 2001/06/19  10:52:25
22419         Log: The INT32_MIN_BROKEN and INT64_MIN_BROKEN tweaks needs
22420              to happen right after the inclusion of <inttypes.h>,
22421              from Edward Moy.
22422      Branch: perl
22423            ! handy.h perl.h
22424 ____________________________________________________________________________
22425 [ 10715] By: jhi                                   on 2001/06/19  10:49:21
22426         Log: Subject: [patch] preserve @DynaLoader::dl_{librefs,modules}
22427              From: Doug MacEachern <dougm@covalent.net>
22428              Date: Mon, 18 Jun 2001 22:13:38 -0700 (PDT)
22429              Message-ID: <Pine.LNX.4.21.0106182210570.22114-100000@mako.covalent.net>
22430      Branch: perl
22431            ! ext/DynaLoader/DynaLoader_pm.PL
22432 ____________________________________________________________________________
22433 [ 10714] By: jhi                                   on 2001/06/19  10:48:19
22434         Log: Revert #10656 for perfomance reasons but leave in the
22435              use of Hv*() macros -- in comments, so that grepping the
22436              source is easier, from Abhijit.  (Also add the ENV_HV_NAME speedup
22437              suggested by Sarathy, also by Abhijit.)
22438      Branch: perl
22439            ! hv.c
22440 ____________________________________________________________________________
22441 [ 10713] By: jhi                                   on 2001/06/19  10:46:08
22442         Log: Subject: [patch] .s MakeMaker suffix
22443              From: Doug MacEachern <dougm@covalent.net>
22444              Date: Mon, 18 Jun 2001 21:23:11 -0700 (PDT)
22445              Message-ID: <Pine.LNX.4.21.0106182120250.22114-100000@mako.covalent.net>
22446      Branch: perl
22447            ! lib/ExtUtils/MM_Unix.pm
22448 ____________________________________________________________________________
22449 [ 10712] By: jhi                                   on 2001/06/19  10:34:35
22450         Log: One test lost in the big shuffle restored.
22451      Branch: perl
22452            + ext/IPC/SysV/ipcsysv.t
22453            ! MANIFEST ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
22454 ____________________________________________________________________________
22455 [ 10711] By: jhi                                   on 2001/06/19  10:25:46
22456         Log: Rename the old non-standard threads tests so that
22457              they won't be invoked.
22458      Branch: perl
22459            + ext/Thread/create.tx ext/Thread/die.tx ext/Thread/die2.tx
22460            + ext/Thread/io.tx ext/Thread/join.tx ext/Thread/join2.tx
22461            + ext/Thread/list.tx ext/Thread/lock.tx ext/Thread/queue.tx
22462            + ext/Thread/specific.tx ext/Thread/sync.tx ext/Thread/sync2.tx
22463            + ext/Thread/unsync.tx ext/Thread/unsync2.tx
22464            + ext/Thread/unsync3.tx ext/Thread/unsync4.tx
22465            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
22466            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
22467            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
22468            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
22469            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
22470            - ext/Thread/unsync4.t
22471            ! MANIFEST
22472 ____________________________________________________________________________
22473 [ 10710] By: jhi                                   on 2001/06/19  10:18:41
22474         Log: Integrate perlio.
22475      Branch: perl
22476           !> win32/config_sh.PL
22477 ____________________________________________________________________________
22478 [ 10709] By: nick                                  on 2001/06/19  08:18:18
22479         Log: Integrate mainline
22480      Branch: perlio
22481           +> (branch 40 files)
22482            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
22483            - lib/strict/subs lib/strict/vars lib/warnings/1global
22484            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
22485            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
22486            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
22487            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
22488            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
22489            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
22490            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
22491            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
22492            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
22493            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
22494            - lib/warnings/utf8 lib/warnings/util
22495           !> (integrate 57 files)
22496 ____________________________________________________________________________
22497 [ 10708] By: nick                                  on 2001/06/19  07:57:10
22498         Log: Get Win32 known_extensions and extensions right in config.sh and hence Config.pm
22499      Branch: perlio
22500            ! win32/config_sh.PL
22501 ____________________________________________________________________________
22502 [ 10707] By: nick                                  on 2001/06/19  07:05:07
22503         Log: Perly.y and related file fixes to keep mainframe yacc (and bison) happy.
22504      Branch: perl
22505            ! perly.c perly.y perly_c.diff vms/perly_c.vms
22506 ____________________________________________________________________________
22507 [ 10706] By: jhi                                   on 2001/06/19  02:58:26
22508         Log: More perl572delta tweaks.
22509      Branch: perl
22510            ! pod/perl572delta.pod
22511 ____________________________________________________________________________
22512 [ 10705] By: jhi                                   on 2001/06/19  01:53:40
22513         Log: Update perl572delta.
22514      Branch: perl
22515            ! pod/perl572delta.pod
22516 ____________________________________________________________________________
22517 [ 10704] By: jhi                                   on 2001/06/19  01:28:40
22518         Log: VOS updates from Paul Green.
22519      Branch: perl
22520            ! vos/Changes vos/build.cm vos/perl.bind
22521 ____________________________________________________________________________
22522 [ 10703] By: jhi                                   on 2001/06/19  01:03:53
22523         Log: Update the vos/config.*.* files.
22524      Branch: perl
22525            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
22526            ! vos/config.ga.h
22527 ____________________________________________________________________________
22528 [ 10702] By: jhi                                   on 2001/06/19  01:03:32
22529         Log: Add a makefile for more painless adding of symbols to the
22530              VOS headers while in UNIX (in VOS the vos/configure_perl.cm
22531              takes care of the adding)
22532      Branch: perl
22533            + vos/Makefile
22534 ____________________________________________________________________________
22535 [ 10701] By: jhi                                   on 2001/06/19  00:51:44
22536         Log: Make libnetcfg by default display the libnet configuration,
22537              -c to change, add -i for old config, document all options,
22538              regen toc.
22539      Branch: perl
22540            ! pod/perltoc.pod pod/perlutil.pod utils/libnetcfg.PL
22541 ____________________________________________________________________________
22542 [ 10700] By: jhi                                   on 2001/06/18  23:45:12
22543         Log: gcc -Wall sweep.
22544      Branch: perl
22545            ! ext/IO/IO.xs ext/Time/Piece/Piece.xs
22546 ____________________________________________________________________________
22547 [ 10699] By: jhi                                   on 2001/06/18  23:19:53
22548         Log: So there.
22549      Branch: perl
22550            ! universal.c
22551 ____________________________________________________________________________
22552 [ 10698] By: jhi                                   on 2001/06/18  23:10:22
22553         Log: Document the need for sv_printify().
22554              
22555              Document that 'use utf8' has been considered.
22556              
22557              (An unfinished, gcc 3.0 -Wall nit fix also slipped in, gack.)
22558      Branch: perl
22559            ! pod/perltodo.pod universal.c
22560 ____________________________________________________________________________
22561 [ 10697] By: jhi                                   on 2001/06/18  22:50:53
22562         Log: Subject: Re: [PATCH] Re: [PATCH] Re: perl@10611
22563              From: Nicholas Clark <nick@ccl4.org>
22564              Date: Mon, 18 Jun 2001 23:29:23 +0100
22565              Message-ID: <20010618232923.I98663@plum.flirble.org>
22566      Branch: perl
22567            ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
22568            ! ext/Sys/Syslog/Makefile.PL
22569 ____________________________________________________________________________
22570 [ 10696] By: jhi                                   on 2001/06/18  22:39:32
22571         Log: Subject: [PATCH: 5.6.1] perl5db.pl v1.07 + docs
22572              From: Scott.L.Miller@Compaq.com
22573              Date: Mon, 18 Jun 2001 10:12:27 -0500
22574              Message-ID: <86256A6F.00538A54.00@omacmta01.custom-edge.com>
22575      Branch: perl
22576            ! lib/perl5db.pl pod/perldebug.pod
22577 ____________________________________________________________________________
22578 [ 10695] By: jhi                                   on 2001/06/18  22:35:13
22579         Log: Subject: [PATCH lib/Carp/Heavy.pm] malformed POSIX negation
22580              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
22581              Date: Mon, 18 Jun 2001 16:52:24 -0400 (EDT)
22582              Message-ID: <Pine.GSO.4.21.0106181650590.17386-100000@crusoe.crusoe.net>
22583      Branch: perl
22584            ! lib/Carp/Heavy.pm
22585 ____________________________________________________________________________
22586 [ 10694] By: jhi                                   on 2001/06/18  22:34:06
22587         Log: Subject: [PATCH] Documentation changes for CLONE
22588              From: Artur Bergman <artur@contiller.se>
22589              Date: Mon, 18 Jun 2001 22:06:37 +0200
22590              Message-ID: <B7542BEC.1719%artur@contiller.se>
22591      Branch: perl
22592            ! pod/perlmod.pod pod/perlsub.pod
22593 ____________________________________________________________________________
22594 [ 10693] By: jhi                                   on 2001/06/18  22:31:38
22595         Log: Subject: Re: configure.com
22596              From: "Craig A. Berry" <craigberry@mac.com>
22597              Date: Mon, 18 Jun 2001 16:04:38 -0500
22598              Message-Id: <5.1.0.14.0.20010618154549.0318c090@mail.mac.com>
22599      Branch: perl
22600            ! configure.com
22601 ____________________________________________________________________________
22602 [ 10692] By: jhi                                   on 2001/06/18  22:30:43
22603         Log: Subject: PL_nullstash + perl_clone()
22604              From: Doug MacEachern <dougm@covalent.net>
22605              Date: Mon, 18 Jun 2001 16:24:22 -0700 (PDT)
22606              Message-ID: <Pine.LNX.4.21.0106181621040.11974-100000@mako.covalent.net>
22607      Branch: perl
22608            ! sv.c
22609 ____________________________________________________________________________
22610 [ 10691] By: jhi                                   on 2001/06/18  22:26:20
22611         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
22612              From: davem@fdgroup.co.uk
22613              Date: Mon, 18 Jun 2001 21:29:45 +0100 (BST)
22614              Message-Id: <200106182029.VAA06503@gizmo.fdgroup.co.uk>
22615      Branch: perl
22616            ! embed.pl pod/perlapi.pod
22617 ____________________________________________________________________________
22618 [ 10690] By: jhi                                   on 2001/06/18  22:17:05
22619         Log: More cross-compilation defaults gleaned from -Dcc
22620              if it is CPU-OS-gcc.
22621      Branch: metaconfig
22622            ! U/modified/libc.U
22623      Branch: metaconfig/U/perl
22624            ! Cross.U
22625      Branch: perl
22626            ! Configure INSTALL
22627 ____________________________________________________________________________
22628 [ 10689] By: jhi                                   on 2001/06/18  13:59:47
22629         Log: Update Changes.
22630      Branch: perl
22631            ! Changes patchlevel.h
22632 ____________________________________________________________________________
22633 [ 10688] By: jhi                                   on 2001/06/18  13:44:18
22634         Log: Subject: [PATCH 5.7.1] sv.c documentation
22635              From: davem@fdgroup.co.uk
22636              Date: Mon, 18 Jun 2001 00:47:52 +0100 (BST)
22637              Message-Id: <200106172347.AAA05475@gizmo.fdgroup.co.uk>
22638      Branch: perl
22639            ! embed.pl pod/perlapi.pod pod/perlguts.pod pod/perlintern.pod
22640            ! sv.c sv.h
22641 ____________________________________________________________________________
22642 [ 10687] By: jhi                                   on 2001/06/18  13:38:03
22643         Log: Subject: [PATCH bleadperl DOC] $@ Clarification in pod/perlvar.pod
22644              From: "Jon Gunnip" <jongunnip@hotmail.com>
22645              Date: Sun, 17 Jun 2001 18:24:29 -0400
22646              Message-ID: <F136EXUIEAOeIiGXix40000e3a7@hotmail.com>
22647      Branch: perl
22648            ! pod/perlvar.pod
22649 ____________________________________________________________________________
22650 [ 10686] By: jhi                                   on 2001/06/18  13:32:13
22651         Log: Move the locale/strict/warnings helper files back
22652              under the t/lib; this way the amount of non-installabled
22653              stuff under lib/ stays smaller.
22654      Branch: perl
22655            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/strict/refs
22656            + t/lib/strict/subs t/lib/strict/vars t/lib/warnings/1global
22657            + t/lib/warnings/2use t/lib/warnings/3both t/lib/warnings/4lint
22658            + t/lib/warnings/5nolint t/lib/warnings/6default
22659            + t/lib/warnings/7fatal t/lib/warnings/8signal
22660            + t/lib/warnings/9enabled t/lib/warnings/av t/lib/warnings/doio
22661            + t/lib/warnings/doop t/lib/warnings/gv t/lib/warnings/hv
22662            + t/lib/warnings/malloc t/lib/warnings/mg t/lib/warnings/op
22663            + t/lib/warnings/perl t/lib/warnings/perlio t/lib/warnings/perly
22664            + t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
22665            + t/lib/warnings/pp_sys t/lib/warnings/regcomp
22666            + t/lib/warnings/regexec t/lib/warnings/run t/lib/warnings/sv
22667            + t/lib/warnings/taint t/lib/warnings/toke
22668            + t/lib/warnings/universal t/lib/warnings/utf8
22669            + t/lib/warnings/util
22670            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
22671            - lib/strict/subs lib/strict/vars lib/warnings/1global
22672            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
22673            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
22674            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
22675            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
22676            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
22677            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
22678            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
22679            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
22680            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
22681            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
22682            - lib/warnings/utf8 lib/warnings/util
22683            ! MANIFEST installperl lib/locale.t lib/strict.t
22684 ____________________________________________________________________________
22685 [ 10685] By: jhi                                   on 2001/06/18  13:11:49
22686         Log: Split off the pack/unpack code, from Nicholas Clark.
22687      Branch: perl
22688            + pp_pack.c
22689            ! MANIFEST Makefile.SH Makefile.micro cflags.SH embed.h embed.pl
22690            ! objXSUB.h perlapi.c pod/perlhack.pod pp.c proto.h
22691            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
22692 ____________________________________________________________________________
22693 [ 10684] By: jhi                                   on 2001/06/18  12:25:55
22694         Log: Guard the SysV IPC tests against being invoked in
22695              SysV-IPC-less places.
22696      Branch: perl
22697            ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
22698 ____________________________________________________________________________
22699 [ 10683] By: nick                                  on 2001/06/18  12:24:42
22700         Log: Integrate mainline (new test scheme now ok on Linux).
22701      Branch: perlio
22702           +> lib/warnings.t
22703           !> dump.c sv.c
22704 ____________________________________________________________________________
22705 [ 10682] By: jhi                                   on 2001/06/18  12:20:50
22706         Log: Add the locale.c and numeric.c to the microperl sources.
22707      Branch: perl
22708            ! Makefile.micro win32/Makefile
22709 ____________________________________________________________________________
22710 [ 10681] By: jhi                                   on 2001/06/18  11:57:45
22711         Log: Subject: [PATCH dump.c] FLAGS = (...,OUR,TYPED,...)
22712              From: Abhijit Menon-Sen <ams@wiw.org>
22713              Date: Mon, 18 Jun 2001 14:23:44 +0530
22714              Message-ID: <20010618142344.A13136@lustre.linux.in>
22715      Branch: perl
22716            ! dump.c
22717 ____________________________________________________________________________
22718 [ 10680] By: jhi                                   on 2001/06/18  11:56:12
22719         Log: Subject: Re: [PATCH] more anonymous stash cleanups
22720              From: Abhijit Menon-Sen <ams@wiw.org>
22721              Date: Mon, 18 Jun 2001 15:50:32 +0530
22722              Message-ID: <20010618155032.A13223@lustre.linux.in>
22723              
22724              Plus the comment left in as suggested by NI-S.
22725      Branch: perl
22726            ! sv.c
22727 ____________________________________________________________________________
22728 [ 10679] By: jhi                                   on 2001/06/18  11:49:27
22729         Log: One missed file.
22730      Branch: perl
22731            + lib/warnings.t
22732 ____________________________________________________________________________
22733 [ 10678] By: nick                                  on 2001/06/18  08:05:29
22734         Log: Integrate mainline (part2 - the deletes)
22735      Branch: perlio
22736            - lib/Text/Abbrev/t/abbrev.t t/lib/anydbm.t t/lib/b-stash.t
22737            - t/lib/bigfltpm.t t/lib/bigintpm.t t/lib/cwd.t t/lib/db-btree.t
22738            - t/lib/db-hash.t t/lib/db-recno.t t/lib/extutils.t
22739            - t/lib/filefind.t t/lib/filehand.t t/lib/filter-util.t
22740            - t/lib/findtaint.t t/lib/ftmp-security.t t/lib/gdbm.t
22741            - t/lib/glob-basic.t t/lib/glob-case.t t/lib/io_dup.t
22742            - t/lib/io_poll.t t/lib/io_sel.t t/lib/io_taint.t t/lib/mbimbf.t
22743            - t/lib/ndbm.t t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t
22744            - t/lib/open3.t t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t
22745            - t/lib/syslfs.t t/pragma/locale.t t/pragma/strict.t
22746            - t/pragma/subs.t t/pragma/warn/mg t/pragma/warnings.t
22747 ____________________________________________________________________________
22748 [ 10677] By: nick                                  on 2001/06/18  08:04:44
22749         Log: Integrate mainline (part1)
22750      Branch: perlio
22751           +> (branch 376 files)
22752            - (delete 219 files)
22753           !> (integrate 151 files)
22754 ____________________________________________________________________________
22755 [ 10676] By: jhi                                   on 2001/06/18  04:17:15
22756         Log: The Grand Trek: move the *.t files from t/ to lib/ and ext/.
22757              No doubt I made some mistakes like missed some files or
22758              misnamed some files.  The naming rules were more or less:
22759              (1) if the module is from CPAN, follows its ways, be it
22760              t/*.t or test.pl.
22761              (2) otherwise if there are multiple tests for a module
22762              put them in a t/
22763              (3) otherwise if there's only one test put it in Module.t
22764              (4) helper files go to module/ (locale, strict, warnings)
22765              (5) use longer filenames now that we can (but e.g. the
22766              compat-0.6.t and the Text::Balanced test files still
22767              were renamed to be more civil against the 8.3 people)
22768              installperl was updated appropriately not to install the
22769              *.t files or the help files from under lib.
22770              
22771              TODO: some helper files still remain under t/ that could
22772              follow their 'masters'.  UPDATE: On second thoughts, why
22773              should they.  They can continue to live under t/lib, and
22774              in fact the locale/strict/warnings helpers that were moved
22775              could be moved back.  This way the amount of non-installable
22776              stuff under lib/ stays smaller.
22777      Branch: perl
22778            + (add 253 files)
22779            - (delete 254 files)
22780            ! MANIFEST installperl lib/Test/Harness.pm t/TEST t/harness
22781 ____________________________________________________________________________
22782 [ 10675] By: jhi                                   on 2001/06/18  03:15:02
22783         Log: The warning no more comes from util.c, it comes from numeric.c.
22784      Branch: perl
22785            ! README.tru64
22786 ____________________________________________________________________________
22787 [ 10674] By: jhi                                   on 2001/06/18  00:56:22
22788         Log: Subject: Re: anyone good at casting spells?
22789              From: Spider Boardman <spider@Orb.Nashua.NH.US>
22790              Date: Sun, 17 Jun 2001 21:21:04 -0400
22791              Message-Id: <200106180121.VAA10195@Orb.Nashua.NH.US> 
22792      Branch: perl
22793            ! ext/POSIX/POSIX.xs hv.h
22794 ____________________________________________________________________________
22795 [ 10673] By: jhi                                   on 2001/06/17  22:24:53
22796         Log: Protect the (original) thread tests against testing if no 5.005
22797              threads have been configured.
22798      Branch: perl
22799            ! ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
22800            ! ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
22801            ! ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
22802            ! ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
22803            ! ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
22804            ! ext/Thread/unsync4.t
22805 ____________________________________________________________________________
22806 [ 10672] By: jhi                                   on 2001/06/17  22:09:28
22807         Log: Try the new test scanning scheme on Text::Abbrev.
22808      Branch: perl
22809            + lib/Text/Abbrev.t
22810            - lib/Text/Abbrev/t/abbrev.t
22811            ! MANIFEST
22812 ____________________________________________________________________________
22813 [ 10671] By: jhi                                   on 2001/06/17  22:07:08
22814         Log: Change the scan policy of the *.t and test.pl files,
22815              now the *.t do not need to live in a t/ directory.
22816      Branch: perl
22817            ! t/TEST t/harness
22818 ____________________________________________________________________________
22819 [ 10670] By: jhi                                   on 2001/06/17  20:32:35
22820         Log: Subject: [PATCH perlfaq7.pod] fix dangling L<perlobj/"WARNING">
22821              From: Ilmari Karonen <iltzu@sci.fi>
22822              Date: Mon, 18 Jun 2001 00:30:21 +0300 (EET DST)
22823              Message-ID: <Pine.SOL.3.96.1010618002009.6629A-100000@simpukka>
22824      Branch: perl
22825            ! pod/perlfaq7.pod
22826 ____________________________________________________________________________
22827 [ 10669] By: jhi                                   on 2001/06/17  20:30:22
22828         Log: Quench the warnings from Tru64; the HP-UX is still
22829              broken because it really, REALLY, doesn't like the
22830              HvARRAY() being lvalue:
22831              
22832              cc: "hv.c", line 192: warning 524: Cast (non-lvalue) appears on left-hand side of assignment.
22833              cc: "hv.c", line 192: error 1549: Modifiable lvalue required for assignment operator.
22834      Branch: perl
22835            ! hv.c
22836 ____________________________________________________________________________
22837 [ 10668] By: jhi                                   on 2001/06/17  19:13:24
22838         Log: Integrate change #10667 from maintperl:
22839              
22840              change#10449 broke the special-case that makes lexicals inside the
22841              eval"" within DB::DB() visible
22842      Branch: perl
22843           !> op.c
22844 ____________________________________________________________________________
22845 [ 10667] By: gsar                                  on 2001/06/17  19:08:27
22846         Log: change#10449 broke the special-case that makes lexicals inside the
22847              eval"" within DB::DB() visible
22848      Branch: maint-5.6/perl
22849            ! op.c
22850 ____________________________________________________________________________
22851 [ 10666] By: jhi                                   on 2001/06/17  17:50:07
22852         Log: Still spurious output; indent the code a bit.
22853              
22854              TODO1: separate the utility functions like MkDir
22855              into a helper script?
22856              
22857              TODO2: I see a lot of repetition in the filepath()
22858              and dirpath() calls.
22859      Branch: perl
22860            ! t/lib/filefind.t t/lib/findtaint.t
22861 ____________________________________________________________________________
22862 [ 10665] By: jhi                                   on 2001/06/17  16:59:42
22863         Log: Regen modlib, toc.
22864      Branch: perl
22865            ! pod/perlmodlib.pod pod/perltoc.pod
22866 ____________________________________________________________________________
22867 [ 10664] By: jhi                                   on 2001/06/17  16:55:28
22868         Log: Add libnetcfg to perlutil.
22869      Branch: perl
22870            ! pod/perlutil.pod
22871 ____________________________________________________________________________
22872 [ 10663] By: jhi                                   on 2001/06/17  16:53:29
22873         Log: Initial integration of libnet-1.0703.
22874              The Configure script renamed as libnetcfg, will be
22875              installed along other utilities.
22876      Branch: perl
22877            + lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.eg
22878            + lib/Net/Config.pm lib/Net/Domain.pm lib/Net/DummyInetd.pm
22879            + lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/FTP/E.pm
22880            + lib/Net/FTP/I.pm lib/Net/FTP/L.pm lib/Net/FTP/dataconn.pm
22881            + lib/Net/Hostname.eg lib/Net/NNTP.pm lib/Net/Netrc.pm
22882            + lib/Net/PH.pm lib/Net/POP3.pm lib/Net/README.config
22883            + lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/SNPP.pm
22884            + lib/Net/Time.pm lib/Net/demos/ftp lib/Net/demos/inetd
22885            + lib/Net/demos/nntp lib/Net/demos/nntp.mirror
22886            + lib/Net/demos/pop3 lib/Net/demos/smtp.self lib/Net/demos/snpp
22887            + lib/Net/demos/time lib/Net/libnet.ppd lib/Net/libnetFAQ.pod
22888            + lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
22889            + lib/Net/t/ph.t lib/Net/t/require.t lib/Net/t/smtp.t
22890            + utils/libnetcfg.PL
22891            ! MANIFEST utils.lst utils/Makefile
22892 ____________________________________________________________________________
22893 [ 10662] By: jhi                                   on 2001/06/17  15:37:32
22894         Log: Less potentially test-harness-confusing output.
22895      Branch: perl
22896            ! lib/Memoize/t/expire_module_t.t
22897 ____________________________________________________________________________
22898 [ 10661] By: jhi                                   on 2001/06/17  15:31:04
22899         Log: The final print annoys make test.
22900      Branch: perl
22901            ! t/lib/filefind.t t/lib/findtaint.t
22902 ____________________________________________________________________________
22903 [ 10660] By: jhi                                   on 2001/06/17  14:00:21
22904         Log: Add an option for handling dangling symbolic links.
22905      Branch: perl
22906            ! lib/File/Find.pm t/lib/filefind.t
22907 ____________________________________________________________________________
22908 [ 10659] By: jhi                                   on 2001/06/17  13:45:48
22909         Log: Subject: Re: [MacPerl-Porters] Re: [PATCH] File::Find for bleadperl, Mac OS  etc.
22910              From: Thomas Wegner <wegner_thomas@yahoo.com>
22911              Date: Sun, 17 Jun 2001 14:43:11 +0200
22912              Message-Id: <p04320400b751fb74714a@[149.225.10.45]>
22913      Branch: perl
22914            + t/lib/findtaint.t
22915            ! MANIFEST lib/File/Find.pm t/lib/filefind.t
22916 ____________________________________________________________________________
22917 [ 10658] By: jhi                                   on 2001/06/17  13:13:25
22918         Log: Subject: [PATCH ExtUtils/MM_Unix.pm perl@10654] Remove tmon.out in make clean
22919              From: Jonathan Stowe <gellyfish@gellyfish.com>
22920              Date: Sun, 17 Jun 2001 11:26:21 +0100 (BST)
22921              Message-ID: <Pine.LNX.4.33.0106171120540.28753-100000@orpheus.gellyfish.com>
22922      Branch: perl
22923            ! lib/ExtUtils/MM_Unix.pm
22924 ____________________________________________________________________________
22925 [ 10657] By: jhi                                   on 2001/06/17  13:12:25
22926         Log: Subject: [PATCH] more anonymous stash cleanups
22927              From: Abhijit Menon-Sen <ams@wiw.org>
22928              Date: Sun, 17 Jun 2001 11:44:06 +0530
22929              Message-ID: <20010617114406.A25203@lustre.linux.in>
22930      Branch: perl
22931            ! op.c
22932 ____________________________________________________________________________
22933 [ 10656] By: jhi                                   on 2001/06/17  13:11:11
22934         Log: Subject: [PATCH #1/7] xhv_array (was Re: Using xhv_foo instead of HvFOO)
22935              From: Abhijit Menon-Sen <ams@wiw.org>
22936              Date: Sun, 17 Jun 2001 08:02:59 +0530
22937              Message-ID: <20010617080259.A28776@lustre.linux.in>
22938              
22939              Subject: [PATCH #2/7] xhv_eiter
22940              From: Abhijit Menon-Sen <ams@wiw.org>
22941              Date: Sun, 17 Jun 2001 08:13:18 +0530
22942              Message-ID: <20010617081318.B28776@lustre.linux.in>
22943              
22944              Subject: [PATCH #3/7] xhv_fill
22945              From: Abhijit Menon-Sen <ams@wiw.org>
22946              Date: Sun, 17 Jun 2001 08:25:16 +0530
22947              Message-ID: <20010617082516.C28776@lustre.linux.in>
22948              
22949              Subject: [PATCH #4/7] xhv_keys
22950              From: Abhijit Menon-Sen <ams@wiw.org>
22951              Date: Sun, 17 Jun 2001 08:36:17 +0530
22952              Message-ID: <20010617083617.D28776@lustre.linux.in>
22953              
22954              Subject: [PATCH #5/7] xhv_max
22955              From: Abhijit Menon-Sen <ams@wiw.org>
22956              Date: Sun, 17 Jun 2001 08:39:48 +0530
22957              Message-ID: <20010617083948.E28776@lustre.linux.in>
22958              
22959              Subject: [PATCH #6,7/7] xhv_pmroot, xhv_riter
22960              From: Abhijit Menon-Sen <ams@wiw.org>
22961              Date: Sun, 17 Jun 2001 08:51:11 +0530
22962              Message-ID: <20010617085111.F28776@lustre.linux.in>
22963      Branch: perl
22964            ! hv.c
22965 ____________________________________________________________________________
22966 [ 10655] By: jhi                                   on 2001/06/16  23:32:03
22967         Log: Update Changes.
22968      Branch: perl
22969            ! Changes patchlevel.h
22970 ____________________________________________________________________________
22971 [ 10654] By: jhi                                   on 2001/06/16  23:18:37
22972         Log: Subject: [PATCH] Re: DYNAMIC_ENV_FETCH HvNAME abuse.
22973              From: Abhijit Menon-Sen <ams@wiw.org>
22974              Date: Sat, 16 Jun 2001 07:41:19 +0530
22975              Message-ID: <20010616074119.A24720@lustre.linux.in>
22976      Branch: perl
22977            ! hv.c perl.c vms/vmsish.h win32/win32.h
22978 ____________________________________________________________________________
22979 [ 10653] By: jhi                                   on 2001/06/16  23:15:11
22980         Log: Document tests failing when threaded, since we now have more.
22981      Branch: perl
22982            ! pod/perl572delta.pod
22983 ____________________________________________________________________________
22984 [ 10652] By: jhi                                   on 2001/06/16  23:12:19
22985         Log: -Wall cleanup.
22986      Branch: perl
22987            ! ext/Thread/Thread.xs
22988 ____________________________________________________________________________
22989 [ 10651] By: jhi                                   on 2001/06/16  23:06:55
22990         Log: pthread_attr_setstacksize() isn't absolutely necessary
22991              to call, only iff THREAD_CREATE_NEEDS_STACK.
22992      Branch: perl
22993            ! ext/Thread/Thread.xs
22994 ____________________________________________________________________________
22995 [ 10650] By: jhi                                   on 2001/06/16  22:58:48
22996         Log: -Wall strays.
22997      Branch: perl
22998            ! perl.c util.c
22999 ____________________________________________________________________________
23000 [ 10649] By: jhi                                   on 2001/06/16  22:47:40
23001         Log: Add workaround for Darwin's (Mac OS X's) INT32_MIN
23002              (and INT64_MIN) brokenness.
23003      Branch: perl
23004            ! hints/darwin.sh perl.h
23005 ____________________________________________________________________________
23006 [ 10648] By: jhi                                   on 2001/06/16  22:27:48
23007         Log: Subject: [PATCH] Re: [PATCH] Re: perl@10611
23008              From: Nicholas Clark <nick@ccl4.org>
23009              Date: Sun, 17 Jun 2001 00:16:05 +0100
23010              Message-ID: <20010617001605.V98663@plum.flirble.org>
23011      Branch: perl
23012            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.pm
23013            ! ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
23014            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
23015 ____________________________________________________________________________
23016 [ 10647] By: jhi                                   on 2001/06/16  22:24:47
23017         Log: Add perlnetware to docs; regen toc; supply skeleton
23018              docs for some Memoize submodules.
23019      Branch: perl
23020            ! lib/Memoize/AnyDBM_File.pm lib/Memoize/ExpireFile.pm
23021            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
23022            ! lib/Memoize/SDBM_File.pm lib/Memoize/Storable.pm
23023            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
23024            ! win32/Makefile win32/makefile.mk
23025 ____________________________________________________________________________
23026 [ 10646] By: jhi                                   on 2001/06/16  22:06:52
23027         Log: pod cleanup.
23028      Branch: perl
23029            ! README.netware
23030 ____________________________________________________________________________
23031 [ 10645] By: jhi                                   on 2001/06/16  21:47:00
23032         Log: Integrate Memoize 0.64.  Few tweaks were required in
23033              the test scripts.  Note that the speed and expire*
23034              tests take several dozen seconds to run.
23035      Branch: perl
23036            + lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
23037            + lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
23038            + lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
23039            + lib/Memoize/README lib/Memoize/SDBM_File.pm
23040            + lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
23041            + lib/Memoize/t/array.t lib/Memoize/t/correctness.t
23042            + lib/Memoize/t/errors.t lib/Memoize/t/expire.t
23043            + lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
23044            + lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
23045            + lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
23046            + lib/Memoize/t/speed.t lib/Memoize/t/tie.t
23047            + lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
23048            + lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
23049            + lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
23050            ! MANIFEST t/lib/1_compile.t
23051 ____________________________________________________________________________
23052 [ 10644] By: jhi                                   on 2001/06/16  20:35:49
23053         Log: Document the cross-compilation options.
23054      Branch: perl
23055            ! Cross/README INSTALL
23056 ____________________________________________________________________________
23057 [ 10643] By: jhi                                   on 2001/06/16  19:46:38
23058         Log: NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.
23059      Branch: perl
23060            + NetWare/CLIBsdio.h NetWare/CLIBstr.h NetWare/CLIBstuf.c
23061            + NetWare/CLIBstuf.h NetWare/Main.c NetWare/Makefile
23062            + NetWare/NWTInfo.c NetWare/NWUtil.c NetWare/Nwmain.c
23063            + NetWare/Nwpipe.c NetWare/bat/BldNWExt.bat
23064            + NetWare/bat/Buildtype.bat NetWare/bat/MPKBuild.bat
23065            + NetWare/bat/SetNWBld.bat NetWare/bat/Setmpksdk.bat
23066            + NetWare/bat/Setnlmsdk.bat NetWare/bat/Setwatcom.bat
23067            + NetWare/bat/ToggleD2.bat NetWare/bat/ToggleXDC.bat
23068            + NetWare/config.wc NetWare/config_H.wc NetWare/config_h.PL
23069            + NetWare/config_sh.PL NetWare/deb.h NetWare/dl_netware.xs
23070            + NetWare/intdef.h NetWare/interface.c NetWare/interface.h
23071            + NetWare/iperlhost.h NetWare/netware.h NetWare/nw5.c
23072            + NetWare/nw5iop.h NetWare/nw5sck.c NetWare/nw5sck.h
23073            + NetWare/nw5thread.c NetWare/nw5thread.h NetWare/nwperlsys.c
23074            + NetWare/nwperlsys.h NetWare/nwpipe.h NetWare/nwplglob.c
23075            + NetWare/nwplglob.h NetWare/nwtinfo.h NetWare/nwutil.h
23076            + NetWare/t/NWModify.pl NetWare/t/NWScripts.pl
23077            + NetWare/t/Readme.txt NetWare/testnlm/echo/echo.c
23078            + NetWare/testnlm/type/type.c NetWare/win32ish.h README.netware
23079            + lib/ExtUtils/MM_NW5.pm
23080            ! MANIFEST XSUB.h dosish.h ext/Errno/Errno_pm.PL ext/IO/IO.xs
23081            ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs installperl iperlsys.h
23082            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
23083            ! lib/File/Copy.pm lib/File/Find.pm lib/perl5db.pl makedef.pl
23084            ! perl.c perl.h perlio.c perlio.h pp_sys.c t/comp/multiline.t
23085            ! t/comp/script.t t/io/argv.t t/io/dup.t t/io/fs.t
23086            ! t/io/inplace.t t/io/iprefix.t t/io/tell.t t/lib/anydbm.t
23087            ! t/lib/b-stash.t t/lib/cwd.t t/lib/db-btree.t t/lib/db-hash.t
23088            ! t/lib/db-recno.t t/lib/filehand.t t/lib/filter-util.t
23089            ! t/lib/ftmp-security.t t/lib/gdbm.t t/lib/glob-basic.t
23090            ! t/lib/glob-case.t t/lib/io_dup.t t/lib/io_poll.t
23091            ! t/lib/io_sel.t t/lib/io_taint.t t/lib/ndbm.t
23092            ! t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t t/lib/open3.t
23093            ! t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t t/lib/syslfs.t
23094            ! t/op/anonsub.t t/op/closure.t t/op/die_exit.t t/op/exec.t
23095            ! t/op/fork.t t/op/goto.t t/op/groups.t t/op/lfs.t t/op/magic.t
23096            ! t/op/misc.t t/op/rand.t t/op/runlevel.t t/op/split.t
23097            ! t/op/stat.t t/op/sysio.t t/op/taint.t t/op/write.t
23098            ! t/pragma/locale.t t/pragma/strict.t t/pragma/subs.t
23099            ! t/pragma/warn/mg t/pragma/warnings.t thread.h toke.c util.c
23100            ! util.h x2p/a2py.c
23101 ____________________________________________________________________________
23102 [ 10642] By: jhi                                   on 2001/06/16  19:16:04
23103         Log: Resort MANIFEST.
23104      Branch: perl
23105            ! MANIFEST
23106 ____________________________________________________________________________
23107 [ 10641] By: jhi                                   on 2001/06/16  18:52:26
23108         Log: Integrate perlio.
23109      Branch: perl
23110           +> win32/win32io.c
23111           !> MANIFEST perlio.c perliol.h win32/makefile.mk
23112 ____________________________________________________________________________
23113 [ 10640] By: nick                                  on 2001/06/16  18:38:31
23114         Log: Disable :win32 layer as default till I get it working
23115      Branch: perlio
23116            ! MANIFEST perlio.c
23117 ____________________________________________________________________________
23118 [ 10639] By: jhi                                   on 2001/06/16  18:35:46
23119         Log: Try the new scheme by moving the Text::Abbrev test
23120              to a new place under lib.
23121      Branch: perl
23122            + lib/Text/Abbrev/t/abbrev.t
23123            - t/lib/abbrev.t
23124            ! MANIFEST
23125 ____________________________________________________________________________
23126 [ 10638] By: jhi                                   on 2001/06/16  18:34:30
23127         Log: Make the code even more dynamical so that testname
23128              suffix length can change.
23129      Branch: perl
23130            ! lib/Test/Harness.pm t/TEST
23131 ____________________________________________________________________________
23132 [ 10637] By: jhi                                   on 2001/06/16  18:16:28
23133         Log: Allow for deeper t/ and also a single test.pl.
23134      Branch: perl
23135            ! t/TEST t/harness
23136 ____________________________________________________________________________
23137 [ 10636] By: jhi                                   on 2001/06/16  18:13:59
23138         Log: #define fix from Nicholas Clark.
23139      Branch: perl
23140            ! ext/POSIX/POSIX.xs
23141 ____________________________________________________________________________
23142 [ 10635] By: jhi                                   on 2001/06/16  17:50:43
23143         Log: Initialization is nice.
23144      Branch: perl
23145            ! lib/Test/Harness.pm
23146 ____________________________________________________________________________
23147 [ 10634] By: jhi                                   on 2001/06/16  17:38:53
23148         Log: Make t/TEST and t/harness to test also the t/ tests
23149              under the main lib/ and ext/ directories.  Fix Test::Harness
23150              to dynamically change the width of its "foo/bar....ok" output.
23151      Branch: perl
23152            ! lib/Test/Harness.pm t/TEST t/TestInit.pm t/harness
23153 ____________________________________________________________________________
23154 [ 10633] By: jhi                                   on 2001/06/16  16:58:57
23155         Log: Subject: [PATCH] Re: perl@10611 
23156              From: Nicholas Clark <nick@ccl4.org>
23157              Date: Sat, 16 Jun 2001 16:52:47 +0100
23158              Message-ID: <20010616165247.O98663@plum.flirble.org>
23159              
23160              The .xs parts, too.
23161      Branch: perl
23162            ! ext/GDBM_File/GDBM_File.xs ext/POSIX/POSIX.xs
23163            ! ext/Socket/Socket.xs ext/Sys/Syslog/Syslog.xs
23164 ____________________________________________________________________________
23165 [ 10632] By: nick                                  on 2001/06/16  16:44:35
23166         Log: Work-in-progress win32 layer semi-functional, checking 
23167              for UNIX breakage.
23168      Branch: perlio
23169            ! perlio.c perliol.h win32/makefile.mk win32/win32io.c
23170 ____________________________________________________________________________
23171 [ 10631] By: jhi                                   on 2001/06/16  16:40:30
23172         Log: Subject: [PATCH] Re: perl@10611 
23173              From: Nicholas Clark <nick@ccl4.org>
23174              Date: Sat, 16 Jun 2001 16:52:47 +0100
23175              Message-ID: <20010616165247.O98663@plum.flirble.org>
23176      Branch: perl
23177            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/Makefile.PL
23178            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs
23179            ! ext/Socket/Makefile.PL ext/Socket/Socket.xs
23180            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
23181            ! lib/ExtUtils/Constant.pm
23182 ____________________________________________________________________________
23183 [ 10630] By: jhi                                   on 2001/06/16  15:11:38
23184         Log: Metaconfig unit change for #10629.
23185      Branch: metaconfig
23186            ! U/modified/Finish.U
23187 ____________________________________________________________________________
23188 [ 10629] By: jhi                                   on 2001/06/16  15:11:10
23189         Log: The extraction changed directories.
23190      Branch: perl
23191            ! Configure
23192 ____________________________________________________________________________
23193 [ 10628] By: jhi                                   on 2001/06/16  14:59:38
23194         Log: Math::BigInt 1.35 from Tels.
23195      Branch: perl
23196            + t/lib/mbimbf.t
23197            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
23198            ! t/lib/bigfltpm.t t/lib/bigintpm.t
23199 ____________________________________________________________________________
23200 [ 10627] By: nick                                  on 2001/06/16  14:54:52
23201         Log: Work in progress UNIX-side edit of win32 PerLIO layer
23202      Branch: perlio
23203            + win32/win32io.c
23204            ! perlio.c win32/makefile.mk
23205 ____________________________________________________________________________
23206 [ 10626] By: jhi                                   on 2001/06/16  14:01:50
23207         Log: Subject: [PATCH 5.6.1] os2/diff-configure
23208              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23209              Date: Fri, 15 Jun 2001 01:19:36 -0400
23210              Message-ID: <20010615011936.A26982@math.ohio-state.edu>
23211              
23212              Empty all of it because I think #10624 made even the
23213              last patch hunk unnecessary.
23214      Branch: perl
23215            ! os2/diff.configure
23216 ____________________________________________________________________________
23217 [ 10625] By: jhi                                   on 2001/06/16  13:58:34
23218         Log: Metaconfig unit change for 10624.
23219      Branch: metaconfig
23220            ! U/modified/libc.U
23221      Branch: perl
23222            ! config_h.SH
23223 ____________________________________________________________________________
23224 [ 10624] By: jhi                                   on 2001/06/16  13:58:13
23225         Log: Move the initialization of libnames to the beginning so
23226              that can one 'seed' it (as OS/2 does.)
23227      Branch: perl
23228            ! Configure
23229 ____________________________________________________________________________
23230 [ 10623] By: jhi                                   on 2001/06/16  13:47:54
23231         Log: Subject: [PATCH 5.6.1] OS2::DLL patch
23232              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23233              Date: Fri, 15 Jun 2001 19:10:57 -0400
23234              Message-ID: <20010615191057.A8050@math.ohio-state.edu>
23235      Branch: perl
23236            ! os2/OS2/REXX/DLL/DLL.pm
23237 ____________________________________________________________________________
23238 [ 10622] By: jhi                                   on 2001/06/16  13:29:42
23239         Log: Subject: [PATCH perl@10611] make VMS find util.c's offspring 
23240              From: "Craig A. Berry" <craigberry@mac.com>
23241              Date: Fri, 15 Jun 2001 17:00:03 -0500
23242              Message-Id: <a05101007b750342599be@[172.16.52.1]>
23243      Branch: perl
23244            ! vms/descrip_mms.template
23245 ____________________________________________________________________________
23246 [ 10621] By: jhi                                   on 2001/06/16  13:28:37
23247         Log: Subject: [PATCH perl@10611] get extutils.t working on VMS (again)
23248              From: "Craig A. Berry" <craigberry@mac.com>
23249              Date: Fri, 15 Jun 2001 18:39:42 -0500
23250              Message-Id: <a05101008b7503dc9dc2f@[172.16.52.1]>
23251      Branch: perl
23252            ! lib/File/Spec/VMS.pm t/lib/extutils.t
23253 ____________________________________________________________________________
23254 [ 10620] By: jhi                                   on 2001/06/16  13:25:06
23255         Log: Integrate perlio.
23256      Branch: perl
23257           !> embed.h embed.pl lib/open.pm perl.c perlio.c proto.h
23258           !> t/io/utf8.t t/lib/io_scalar.t
23259 ____________________________________________________________________________
23260 [ 10619] By: nick                                  on 2001/06/15  21:05:19
23261         Log: Generated files
23262      Branch: perlio
23263            ! embed.h proto.h
23264 ____________________________________________________________________________
23265 [ 10618] By: nick                                  on 2001/06/15  20:27:42
23266         Log: Fix open.pm to work via XS-implemented method calls rather
23267              than *open::layers variables which caused all the HV/AV hassle.
23268      Branch: perlio
23269            ! embed.pl lib/open.pm perl.c perlio.c t/io/utf8.t
23270            ! t/lib/io_scalar.t
23271 ____________________________________________________________________________
23272 [ 10617] By: jhi                                   on 2001/06/15  18:50:53
23273         Log: Integrate perlio.
23274      Branch: perl
23275           !> lib/ExtUtils/Constant.pm
23276 ____________________________________________________________________________
23277 [ 10616] By: nick                                  on 2001/06/15  18:46:47
23278         Log: pTHX_ / aTHX_ for ExtUtils/Constant.pm
23279      Branch: perlio
23280            ! lib/ExtUtils/Constant.pm
23281 ____________________________________________________________________________
23282 [ 10615] By: jhi                                   on 2001/06/15  18:36:43
23283         Log: Integrate perlio.
23284      Branch: perl
23285           !> ext/Socket/Socket.xs
23286 ____________________________________________________________________________
23287 [ 10614] By: nick                                  on 2001/06/15  18:33:37
23288         Log: MULTIPLICITY fix for Socket.xs
23289      Branch: perlio
23290            ! ext/Socket/Socket.xs
23291 ____________________________________________________________________________
23292 [ 10613] By: jhi                                   on 2001/06/15  16:34:06
23293         Log: Subject: Re: perl@10611
23294              From: Doug MacEachern <dougm@covalent.net>
23295              Date: Fri, 15 Jun 2001 10:10:33 -0700 (PDT)
23296              Message-ID: <Pine.LNX.4.21.0106151007420.10871-100000@mako.covalent.net>
23297      Branch: perl
23298            ! ext/Socket/Socket.xs
23299 ____________________________________________________________________________
23300 [ 10612] By: nick                                  on 2001/06/15  16:14:38
23301         Log: Raw integrate on mainline - MULTIPLICITY issues with Socket.xs
23302      Branch: perlio
23303           !> Changes ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
23304           !> ext/Socket/Socket.pm ext/Socket/Socket.xs
23305           !> lib/ExtUtils/Constant.pm lib/File/Find.pm opcode.pl
23306           !> patchlevel.h perlio.c t/lib/extutils.t t/lib/filefind.t
23307           !> t/lib/gdbm.t t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
23308           !> utils/h2ph.PL
23309 ____________________________________________________________________________
23310 [ 10611] By: jhi                                   on 2001/06/15  14:29:04
23311         Log: Update Changes.
23312      Branch: perl
23313            ! Changes patchlevel.h
23314 ____________________________________________________________________________
23315 [ 10610] By: jhi                                   on 2001/06/15  14:20:33
23316         Log: Upping the test count.
23317      Branch: perl
23318            ! t/lib/filefind.t
23319 ____________________________________________________________________________
23320 [ 10609] By: jhi                                   on 2001/06/15  14:13:29
23321         Log: Integrate perlio.
23322      Branch: perl
23323           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
23324 ____________________________________________________________________________
23325 [ 10608] By: jhi                                   on 2001/06/15  14:12:31
23326         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
23327              From: andreas.koenig@anima.de (Andreas J. Koenig)
23328              Date: 15 Jun 2001 13:30:39 +0200
23329              Message-ID: <m3hexikmjk.fsf@ak-71.mind.de>
23330              
23331              Record the grim history.
23332      Branch: perl
23333            ! lib/File/Find.pm
23334 ____________________________________________________________________________
23335 [ 10607] By: jhi                                   on 2001/06/15  14:08:19
23336         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
23337              From: Brian McCauley <nobull@mail.com>
23338              Date: 15 Jun 2001 07:51:26 +0100
23339              Message-Id: <200106150923.f5F9NpG02725@wcl-l.bham.ac.uk>
23340      Branch: perl
23341            ! lib/File/Find.pm t/lib/filefind.t
23342 ____________________________________________________________________________
23343 [ 10606] By: nick                                  on 2001/06/15  14:00:08
23344         Log: regen_config_h for Win32.
23345      Branch: perlio
23346            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
23347 ____________________________________________________________________________
23348 [ 10605] By: jhi                                   on 2001/06/15  13:49:55
23349         Log: Subject: [PATCH: perl@10576] handle tri graphs in h2ph.PL -> h2ph*
23350              From: Peter Prymmer <pvhp@forte.com>
23351              Date: Thu, 14 Jun 2001 16:25:33 -0700 (PDT)
23352              Message-ID: <Pine.OSF.4.10.10106141608080.110974-100000@aspara.forte.com>
23353      Branch: perl
23354            ! t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
23355 ____________________________________________________________________________
23356 [ 10604] By: jhi                                   on 2001/06/15  13:45:03
23357         Log: Some filesystems require writability for rename/unlink.
23358      Branch: perl
23359            ! opcode.pl
23360 ____________________________________________________________________________
23361 [ 10603] By: jhi                                   on 2001/06/15  13:41:34
23362         Log: Subject: Re: [PATCH} perlio and threading @ 10576 + report 
23363              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
23364              Date: Fri, 15 Jun 2001 12:08:53 +0200
23365              Message-Id: <20010615120320.F009.H.M.BRAND@hccnet.nl>
23366      Branch: perl
23367            ! perlio.c
23368 ____________________________________________________________________________
23369 [ 10602] By: jhi                                   on 2001/06/15  13:27:04
23370         Log: Subject: Re: [PATCH] opcode.pl is chmod'ing the original source tree
23371              From: Mike Guy <mjtg@cam.ac.uk>
23372              Date: Fri, 15 Jun 2001 14:11:49 +0100
23373              Message-Id: <E15AtO9-0006Nd-00@draco.cus.cam.ac.uk>
23374      Branch: perl
23375            ! opcode.pl
23376 ____________________________________________________________________________
23377 [ 10601] By: jhi                                   on 2001/06/15  13:21:18
23378         Log: Subject: [PATCH ?] INADDR_ANY INADDR_BROADCAST INADDR_LOOPBACK INADDR_NONE
23379              From: Nicholas Clark <nick@ccl4.org>
23380              Date: Thu, 14 Jun 2001 23:52:56 +0100
23381              Message-ID: <20010614235256.G98663@plum.flirble.org>
23382      Branch: perl
23383            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
23384            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
23385 ____________________________________________________________________________
23386 [ 10600] By: jhi                                   on 2001/06/15  13:16:56
23387         Log: Subject: Re: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
23388              From: Russ Allbery <rra@stanford.edu>
23389              Date: 14 Jun 2001 13:24:43 -0700
23390              Message-ID: <ylzobaizck.fsf@windlord.stanford.edu>
23391      Branch: perl
23392            ! ext/GDBM_File/GDBM_File.pm
23393 ____________________________________________________________________________
23394 [ 10599] By: jhi                                   on 2001/06/15  13:15:26
23395         Log: Subject: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
23396              From: Nicholas Clark <nick@ccl4.org>
23397              Date: Thu, 14 Jun 2001 20:37:47 +0100
23398              Message-ID: <20010614203747.F98663@plum.flirble.org>
23399      Branch: perl
23400            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
23401            ! t/lib/gdbm.t
23402 ____________________________________________________________________________
23403 [ 10598] By: jhi                                   on 2001/06/15  13:13:13
23404         Log: Integrate perlio.
23405      Branch: perl
23406           !> makedef.pl sv.c
23407 ____________________________________________________________________________
23408 [ 10597] By: nick                                  on 2001/06/15  11:08:13
23409         Log: Check that HVs with HvNAME() != NULL are really stashes before
23410              treating them as such. Also be more defensive on the GvCV.
23411              Win32 fork and dprof now working again. 
23412      Branch: perlio
23413            ! sv.c
23414 ____________________________________________________________________________
23415 [ 10596] By: nick                                  on 2001/06/15  10:11:20
23416         Log: Integrate mainline.
23417      Branch: perlio
23418           +> Cross/README
23419           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
23420           !> Porting/config_H config_h.SH configure.com epoc/config.sh
23421           !> hints/linux.sh pod/perltoc.pod uconfig.h uconfig.sh
23422           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
23423           !> vos/config.ga.h win32/config.bc win32/config.gc
23424           !> win32/config.vc win32/config_H.bc win32/config_H.gc
23425           !> win32/config_H.vc
23426 ____________________________________________________________________________
23427 [ 10595] By: nick                                  on 2001/06/15  09:37:17
23428         Log: Skip Perl_my_bcopy in .def file as we do not provide it.
23429              - Win32 (VC++) now builds but fails:
23430              filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
23431              fork.t     - No &___ENV_HV_NAME___::CLONE method ???
23432              write.t    - open(...,"|-") not implemented on Win32 
23433      Branch: perlio
23434            ! makedef.pl
23435 ____________________________________________________________________________
23436 [ 10594] By: jhi                                   on 2001/06/15  00:17:16
23437         Log: Integrate perlio.
23438      Branch: perl
23439           !> perlio.c win32/makefile.mk
23440 ____________________________________________________________________________
23441 [ 10593] By: jhi                                   on 2001/06/15  00:16:44
23442         Log: Metaconfig unit changes for #10592.
23443      Branch: metaconfig
23444            + U/modified/i_varhdr.U U/modified/startsh.U
23445            - U/a_dvisory/crosscompile.U U/target/Target.U
23446            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
23447            ! U/compline/bitpbyte.U U/compline/byteorder.U
23448            ! U/compline/ccflags.U U/compline/charsize.U
23449            ! U/compline/d_casti32.U U/compline/d_castneg.U
23450            ! U/compline/d_closedir.U U/compline/d_fd_set.U
23451            ! U/compline/d_gconvert.U U/compline/d_gnulibc.U
23452            ! U/compline/d_keepsig.U U/compline/d_open3.U
23453            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
23454            ! U/compline/d_sanemcmp.U U/compline/d_scannl.U
23455            ! U/compline/d_sgndchr.U U/compline/d_sigsetjmp.U
23456            ! U/compline/d_stdstdio.U U/compline/d_vprintf.U
23457            ! U/compline/doublesize.U U/compline/floatsize.U
23458            ! U/compline/nblock_io.U U/compline/orderlib.U
23459            ! U/compline/ptrsize.U U/compline/ssizetype.U U/ebcdic/ebcdic.U
23460            ! U/modified/Cppsym.U U/modified/Oldconfig.U U/modified/Signal.U
23461            ! U/modified/d_getpgrp.U U/modified/d_longdbl.U
23462            ! U/modified/d_longlong.U U/modified/d_setpgrp.U
23463            ! U/modified/d_strtoul.U U/modified/d_union_semun.U
23464            ! U/modified/spitshell.U U/threads/archname.U
23465            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
23466            ! U/typedefs/gidsize.U U/typedefs/lseektype.U
23467            ! U/typedefs/pidsign.U U/typedefs/pidsize.U
23468            ! U/typedefs/sizesize.U U/typedefs/ssizesize.U
23469            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
23470      Branch: metaconfig/U/perl
23471            + Cross.U
23472            ! d_dlsymun.U d_fcntl_can_lock.U d_modfl.U d_printfed.U
23473            ! d_strtoll.U d_strtoull.U d_strtouq.U d_u32align.U dlsrc.U
23474            ! fflushall.U fpossize.U gccvers.U i_db.U longdblfio.U
23475            ! need_va_copy.U perlxv.U quadfio.U selectminbits.U
23476            ! stdio_streams.U uselfs.U
23477 ____________________________________________________________________________
23478 [ 10592] By: jhi                                   on 2001/06/15  00:15:52
23479         Log: The first steps towards cross-compilation.
23480              
23481              Abstract execution of compiled test executables with $run,
23482              and abstract transfer of files with $to and $from.
23483              
23484              Under cross-compilation the $run, $to, and $from will point
23485              to appropriate wrapper scripts, by default ssh and scp,
23486              but also rsh, rcp, and cp are supported.  If not
23487              cross-compiling, they will be set to '', ':', and ':',
23488              respectively.
23489              
23490              With these patches I was able to get Configure for
23491              iPAQ ARM Linux on an Intel Linux about 95% right
23492              (only a few tests failed to execute or they produced
23493              incorrect results), and I was able to compile
23494              a functional miniperl.
23495              
23496              The symbol crosscompile renamed to be usecrosscompile,
23497              the corresponding C symbol from CROSSCOMPILE to
23498              USE_CROSS_COMPILE.
23499      Branch: perl
23500            ! Configure Cross/README Makefile.SH Porting/Glossary
23501            ! Porting/config.sh Porting/config_H config_h.SH configure.com
23502            ! epoc/config.sh hints/linux.sh pod/perltoc.pod uconfig.h
23503            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
23504            ! vos/config.ga.def vos/config.ga.h win32/config.bc
23505            ! win32/config.gc win32/config.vc win32/config_H.bc
23506            ! win32/config_H.gc win32/config_H.vc
23507 ____________________________________________________________________________
23508 [ 10591] By: nick                                  on 2001/06/14  20:00:12
23509         Log: Steps along the road toward Win32 building again.
23510      Branch: perlio
23511            ! perlio.c win32/makefile.mk
23512 ____________________________________________________________________________
23513 [ 10590] By: jhi                                   on 2001/06/14  16:11:11
23514         Log: Integrate perlio.
23515      Branch: perl
23516           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
23517 ____________________________________________________________________________
23518 [ 10589] By: nick                                  on 2001/06/14  13:54:07
23519         Log: Routine regen_config_h for Win32
23520      Branch: perlio
23521            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
23522 ____________________________________________________________________________
23523 [ 10588] By: jhi                                   on 2001/06/14  12:30:46
23524         Log: Integrate perlio.
23525      Branch: perl
23526           +> perlyline.pl
23527           !> MANIFEST Makefile.SH perly.c t/lib/filefind.t
23528 ____________________________________________________________________________
23529 [ 10587] By: jhi                                   on 2001/06/14  12:23:24
23530         Log: A placeholder.
23531      Branch: perl
23532            + Cross/README
23533 ____________________________________________________________________________
23534 [ 10586] By: nick                                  on 2001/06/14  08:25:07
23535         Log: Add new step to run_byacc which:
23536              A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
23537              B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
23538      Branch: perlio
23539            + perlyline.pl
23540            ! MANIFEST Makefile.SH perly.c
23541 ____________________________________________________________________________
23542 [ 10585] By: nick                                  on 2001/06/14  08:22:29
23543         Log: Integrate mainline
23544      Branch: perlio
23545           +> locale.c numeric.c
23546           !> Changes cygwin/Makefile.SHs embed.h embed.pl
23547           !> ext/re/Makefile.PL lib/Math/BigFloat.pm lib/Math/BigInt.pm
23548           !> objXSUB.h opcode.pl patchlevel.h perlapi.c pod/perlapi.pod
23549           !> proto.h t/lib/bigfltpm.t t/lib/bigintpm.t util.c
23550           !> x2p/Makefile.SH
23551 ____________________________________________________________________________
23552 [ 10584] By: nick                                  on 2001/06/14  08:05:53
23553         Log: Hack to remove insecure directories from PATH so test will run.
23554      Branch: perlio
23555            ! t/lib/filefind.t
23556 ____________________________________________________________________________
23557 [ 10583] By: jhi                                   on 2001/06/14  03:11:16
23558         Log: The test doesn't work (yet?), Math::BigInt::round_mode() is missing.
23559      Branch: perl
23560            - t/lib/mbimbf.t
23561            ! MANIFEST
23562 ____________________________________________________________________________
23563 [ 10582] By: jhi                                   on 2001/06/14  03:04:51
23564         Log: Detypo.
23565      Branch: perl
23566            ! x2p/Makefile.SH
23567 ____________________________________________________________________________
23568 [ 10581] By: jhi                                   on 2001/06/14  03:03:14
23569         Log: de-$CONFIG continues.
23570      Branch: perl
23571            ! cygwin/Makefile.SHs x2p/Makefile.SH
23572 ____________________________________________________________________________
23573 [ 10580] By: jhi                                   on 2001/06/13  23:56:59
23574         Log: Subject: [PATCH] opcode.pl is chmod'ing the original source tree
23575              From: Nicholas Clark <nick@ccl4.org>
23576              Date: Wed, 13 Jun 2001 21:20:13 +0100
23577              Message-ID: <20010613212013.D98663@plum.flirble.org>
23578      Branch: perl
23579            ! opcode.pl
23580 ____________________________________________________________________________
23581 [ 10579] By: jhi                                   on 2001/06/13  23:55:29
23582         Log: Subject: splitting util.c
23583              From: Hugo <hv@crypt.compulink.co.uk>
23584              Date: Thu, 14 Jun 2001 00:41:08 +0100
23585              Message-Id: <200106132341.AAA24935@crypt.compulink.co.uk>
23586      Branch: perl
23587            + locale.c numeric.c
23588            ! MANIFEST Makefile.SH embed.h embed.pl objXSUB.h perlapi.c
23589            ! pod/perlapi.pod proto.h util.c
23590 ____________________________________________________________________________
23591 [ 10578] By: jhi                                   on 2001/06/13  23:45:11
23592         Log: Upgrade to Math::BigInt 1.34 from Tels.
23593      Branch: perl
23594            + t/lib/mbimbf.t
23595            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
23596            ! t/lib/bigfltpm.t t/lib/bigintpm.t
23597 ____________________________________________________________________________
23598 [ 10577] By: nick                                  on 2001/06/13  19:02:48
23599         Log: Integrate mainline. Storable fail has gone, insecure dependancy still there.
23600      Branch: perlio
23601           !> (integrate 125 files)
23602 ____________________________________________________________________________
23603 [ 10576] By: jhi                                   on 2001/06/13  18:10:01
23604         Log: Update Changes.
23605      Branch: perl
23606            ! Changes patchlevel.h
23607 ____________________________________________________________________________
23608 [ 10575] By: jhi                                   on 2001/06/13  18:05:09
23609         Log: Subject: Re: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
23610              From: "Craig A. Berry" <craigberry@mac.com>
23611              Date: Wed, 13 Jun 2001 13:24:28 -0500
23612              Message-Id: <5.1.0.14.0.20010613131907.01bbc210@mail.mac.com>
23613      Branch: perl
23614            ! ext/re/Makefile.PL
23615 ____________________________________________________________________________
23616 [ 10574] By: jhi                                   on 2001/06/13  17:34:36
23617         Log: Mc.u.c. for #10573.
23618      Branch: metaconfig
23619            ! U/threads/usethreads.U
23620 ____________________________________________________________________________
23621 [ 10573] By: jhi                                   on 2001/06/13  17:34:00
23622         Log: It would be also be good if I could type.
23623      Branch: perl
23624            ! Configure
23625 ____________________________________________________________________________
23626 [ 10572] By: jhi                                   on 2001/06/13  17:26:29
23627         Log: Metaconfig unit change for #10571.
23628      Branch: metaconfig
23629            ! U/threads/usethreads.U
23630 ____________________________________________________________________________
23631 [ 10571] By: jhi                                   on 2001/06/13  17:26:05
23632         Log: A non-empty default is a good thing.
23633      Branch: perl
23634            ! Configure
23635 ____________________________________________________________________________
23636 [ 10570] By: jhi                                   on 2001/06/13  17:15:16
23637         Log: Metaconfig unit change for #10569.
23638      Branch: metaconfig
23639            ! U/threads/usethreads.U
23640 ____________________________________________________________________________
23641 [ 10569] By: jhi                                   on 2001/06/13  17:14:17
23642         Log: Add Configure directive -Dusereentrant for Artur's ithreads work,
23643              extremely experimental, not even prompted for.
23644      Branch: perl
23645            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
23646            ! config_h.SH configure.com epoc/config.sh perl.h uconfig.h
23647            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
23648            ! win32/config.bc win32/config.gc win32/config.vc
23649 ____________________________________________________________________________
23650 [ 10568] By: jhi                                   on 2001/06/13  16:22:27
23651         Log: FAQ tweak for Vanina Arca <varca@baufest.com>.
23652      Branch: perl
23653            ! pod/perlfaq6.pod
23654 ____________________________________________________________________________
23655 [ 10567] By: jhi                                   on 2001/06/13  16:20:23
23656         Log: Integrate perlio; conflicts, accept Nick's versions.
23657      Branch: perl
23658           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
23659           !> ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
23660 ____________________________________________________________________________
23661 [ 10566] By: jhi                                   on 2001/06/13  16:17:42
23662         Log: Subject: Re: ext/ + -Wall
23663              From: Doug MacEachern <dougm@covalent.net>
23664              Date: Wed, 13 Jun 2001 10:02:16 -0700 (PDT)
23665              Message-ID: <Pine.LNX.4.21.0106130959050.24181-100000@mako.covalent.net>
23666      Branch: perl
23667            ! XSUB.h lib/ExtUtils/xsubpp perl.h
23668 ____________________________________________________________________________
23669 [ 10565] By: jhi                                   on 2001/06/13  16:16:07
23670         Log: Similar logic as DB_File.xs, using the modern macros and
23671              defines them to older ones for older Perls where PERL_VERSION
23672              is not defined, from Doug MacEachern.
23673      Branch: perl
23674            ! ext/Storable/Storable.xs
23675 ____________________________________________________________________________
23676 [ 10564] By: nick                                  on 2001/06/13  15:22:01
23677         Log: Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
23678              and using that instead (name lookups are sequential search for now).
23679      Branch: perlio
23680            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
23681            ! ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
23682 ____________________________________________________________________________
23683 [ 10563] By: jhi                                   on 2001/06/13  14:07:43
23684         Log: Subject: [PATCH] Re: [ID 20010526.001] localized glob loses value when assigned to
23685              From: "Richard Soderberg" <rs@crystalflame.net>
23686              Date: Sat, 26 May 2001 06:44:20 -0700
23687              Message-ID: <NAEKLNAAHLMBPMPNBMLECECHDFAA.rs@crystalflame.net>
23688      Branch: perl
23689            ! sv.c t/op/glob.t
23690 ____________________________________________________________________________
23691 [ 10562] By: jhi                                   on 2001/06/13  13:55:10
23692         Log: Subject: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
23693              From: "Craig A. Berry" <craigberry@mac.com>
23694              Date: Tue, 12 Jun 2001 23:55:26 -0500
23695              Message-Id: <a05101002b74ca0013cf5@[192.168.56.160]>
23696      Branch: perl
23697            ! ext/re/Makefile.PL ext/re/re.xs
23698 ____________________________________________________________________________
23699 [ 10561] By: jhi                                   on 2001/06/13  13:44:58
23700         Log: Hide __attribute__((unused)) behind PERL_UNUSED_DECL as
23701              suggested by NI-S.
23702      Branch: perl
23703            ! XSUB.h malloc.c perl.h
23704 ____________________________________________________________________________
23705 [ 10560] By: jhi                                   on 2001/06/13  13:35:42
23706         Log: Regen toc.
23707      Branch: perl
23708            ! pod/perltoc.pod
23709 ____________________________________________________________________________
23710 [ 10559] By: jhi                                   on 2001/06/13  12:53:18
23711         Log: Subject: [patch] perl.gprof control
23712              From: Doug MacEachern <dougm@covalent.net>
23713              Date: Tue, 12 Jun 2001 23:05:44 -0700 (PDT)
23714              Message-ID: <Pine.LNX.4.21.0106122247380.24181-100000@mako.covalent.net>
23715      Branch: perl
23716            ! miniperlmain.c perl.h
23717 ____________________________________________________________________________
23718 [ 10558] By: jhi                                   on 2001/06/13  12:51:47
23719         Log: Subject: Re: ext/ + -Wall
23720              From: Doug MacEachern <dougm@covalent.net>
23721              Date: Tue, 12 Jun 2001 22:04:50 -0700 (PDT)
23722              Message-ID: <Pine.LNX.4.21.0106122151180.24181-100000@mako.covalent.net>
23723              
23724              Document ax and break up dXSARGS.
23725      Branch: perl
23726            ! XSUB.h pod/perlapi.pod
23727 ____________________________________________________________________________
23728 [ 10557] By: jhi                                   on 2001/06/13  12:39:55
23729         Log: More AIX tweakage from Merijn.
23730      Branch: perl
23731            ! hints/aix.sh
23732 ____________________________________________________________________________
23733 [ 10556] By: jhi                                   on 2001/06/13  03:26:58
23734         Log: Subject: [PATCH perl@10538] make VMS autosplit earlier in build
23735              From: "Craig A. Berry" <craigberry@mac.com>
23736              Date: Tue, 12 Jun 2001 22:57:45 -0500
23737              Message-Id: <a05101001b74c943d7af4@[192.168.56.160]>
23738      Branch: perl
23739            ! vms/descrip_mms.template
23740 ____________________________________________________________________________
23741 [ 10555] By: jhi                                   on 2001/06/13  02:50:43
23742         Log: Subject: Re: hacking util.c, attrs.xs, and re.xs to compile on VMS
23743              From: "Craig A. Berry" <craigberry@mac.com>
23744              Date: Tue, 12 Jun 2001 22:21:39 -0500
23745              Message-Id: <a05101000b74c8698483b@[172.16.52.1]>
23746      Branch: perl
23747            ! configure.com util.c
23748 ____________________________________________________________________________
23749 [ 10554] By: jhi                                   on 2001/06/13  02:23:16
23750         Log: New AIX dynaloading code from Jens-Uwe Mager.
23751              Does break binary compatibility.
23752      Branch: perl
23753            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
23754 ____________________________________________________________________________
23755 [ 10553] By: jhi                                   on 2001/06/13  02:10:16
23756         Log: VMS DEC C compiler found nits by Peter Prymmer.
23757      Branch: perl
23758            ! util.c
23759 ____________________________________________________________________________
23760 [ 10552] By: jhi                                   on 2001/06/13  01:36:12
23761         Log: Subject: [PATCH: perl@10538] fix for file locking and filecomp test
23762              From: Peter Prymmer <pvhp@forte.com>
23763              Date: Tue, 12 Jun 2001 19:34:08 -0700 (PDT)
23764              Message-ID: <Pine.OSF.4.10.10106121927580.15174-100000@aspara.forte.com>
23765      Branch: perl
23766            ! t/lib/filecomp.t
23767 ____________________________________________________________________________
23768 [ 10551] By: jhi                                   on 2001/06/13  01:26:53
23769         Log: I wonder how many $CONFIGs still lurk in the shadows.
23770      Branch: perl
23771            ! pod/Makefile.SH x2p/cflags.SH
23772 ____________________________________________________________________________
23773 [ 10550] By: jhi                                   on 2001/06/13  01:25:12
23774         Log: Grok three kinds of line endings, should fix [ID 20010612.003]
23775      Branch: perl
23776            ! pod/checkpods.PL
23777 ____________________________________________________________________________
23778 [ 10549] By: jhi                                   on 2001/06/13  01:05:28
23779         Log: Use __attribute__((unused)) to silence -Wall on unused ax.
23780      Branch: perl
23781            ! XSUB.h ext/DB_File/DB_File.xs lib/ExtUtils/xsubpp
23782 ____________________________________________________________________________
23783 [ 10548] By: jhi                                   on 2001/06/13  00:41:28
23784         Log: Subject: [patch] rid local_patches warnings
23785              From: Doug MacEachern <dougm@covalent.net>
23786              Date: Tue, 12 Jun 2001 10:26:34 -0700 (PDT)
23787              Message-ID: <Pine.LNX.4.21.0106121024470.24181-100000@mako.covalent.net>
23788      Branch: perl
23789            ! ext/List/Util/Util.xs ext/Storable/Storable.xs
23790 ____________________________________________________________________________
23791 [ 10547] By: jhi                                   on 2001/06/13  00:40:29
23792         Log: Subject: Re: ext/ + -Wall
23793              From: Doug MacEachern <dougm@covalent.net>
23794              Date: Tue, 12 Jun 2001 09:38:09 -0700 (PDT)
23795              Message-ID: <Pine.LNX.4.21.0106120927100.24181-100000@mako.covalent.net>
23796      Branch: perl
23797            ! ext/attrs/attrs.xs
23798 ____________________________________________________________________________
23799 [ 10546] By: jhi                                   on 2001/06/13  00:39:06
23800         Log: Subject: [PATCH] perlretut.pod: unterminated C<>
23801              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
23802              Date: Tue, 12 Jun 2001 14:36:20 -0400
23803              Message-ID: <20010612143619.A37113@linguist.thayer.dartmouth.edu>
23804      Branch: perl
23805            ! pod/perlretut.pod
23806 ____________________________________________________________________________
23807 [ 10545] By: jhi                                   on 2001/06/13  00:38:02
23808         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
23809              From: Mike Guy <mjtg@cam.ac.uk>
23810              Date: Tue, 12 Jun 2001 19:10:31 +0100
23811              Message-Id: <E159scZ-0000r2-00@draco.cus.cam.ac.uk>
23812              
23813              Subject: Re: [ID 20010612.001] out of memory during regex compilation
23814              From: Mike Guy <mjtg@cam.ac.uk>
23815              Date: Tue, 12 Jun 2001 19:21:01 +0100
23816              Message-Id: <E159smj-0000wY-00@draco.cus.cam.ac.uk>
23817      Branch: perl
23818            ! pod/perlop.pod
23819 ____________________________________________________________________________
23820 [ 10544] By: jhi                                   on 2001/06/13  00:34:39
23821         Log: AIX tweaks from Merijn H. Brand.
23822      Branch: perl
23823            ! hints/aix.sh
23824 ____________________________________________________________________________
23825 [ 10543] By: jhi                                   on 2001/06/13  00:11:42
23826         Log: Subject: [PATCH] 5.6.1 -- add LC_MESSAGES constant to POSIX module
23827              From: "Brendan O'Dea" <bod@compusol.com.au>
23828              Date: Wed, 13 Jun 2001 05:16:47 +1000
23829              Message-ID: <20010613051647.A8945@compusol.com.au>
23830      Branch: maint-5.6/perl
23831            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
23832 ____________________________________________________________________________
23833 [ 10542] By: jhi                                   on 2001/06/13  00:07:50
23834         Log: Subject: Small bcopy cleanup
23835              From: Andy Dougherty <doughera@lafayette.edu>
23836              Date: Tue, 12 Jun 2001 17:11:52 -0400 (EDT)
23837              Message-ID: <Pine.SOL.4.10.10106121706360.11034-100000@maxwell.phys.lafayette.edu>
23838      Branch: perl
23839            ! embed.h embed.pl objXSUB.h perlapi.c proto.h util.c x2p/a2p.h
23840 ____________________________________________________________________________
23841 [ 10541] By: jhi                                   on 2001/06/13  00:05:18
23842         Log: Subject: [PATCH] Re: ext/ + -Wall
23843              From: Nicholas Clark <nick@ccl4.org>
23844              Date: Wed, 13 Jun 2001 00:04:30 +0100
23845              Message-ID: <20010613000430.M5901@plum.flirble.org>
23846      Branch: perl
23847            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
23848 ____________________________________________________________________________
23849 [ 10540] By: jhi                                   on 2001/06/13  00:02:25
23850         Log: Subject: [PATCH] Re: [PATCH] ExtUtils::Constant
23851              From: Nicholas Clark <nick@ccl4.org>
23852              Date: Tue, 12 Jun 2001 23:53:07 +0100
23853              Message-ID: <20010612235307.L5901@plum.flirble.org>
23854      Branch: perl
23855            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
23856 ____________________________________________________________________________
23857 [ 10539] By: jhi                                   on 2001/06/12  23:59:10
23858         Log: MPE/iX tweaks from Mark Bixby.
23859      Branch: perl
23860            ! hints/mpeix.sh mpeix/mpeixish.h util.c
23861 ____________________________________________________________________________
23862 [ 10538] By: jhi                                   on 2001/06/12  14:16:15
23863         Log: Update Changes.
23864      Branch: perl
23865            ! Changes patchlevel.h
23866 ____________________________________________________________________________
23867 [ 10537] By: jhi                                   on 2001/06/12  14:11:26
23868         Log: One less -Wall whine (found under DEBUGGING).
23869      Branch: perl
23870            ! x2p/Makefile.SH x2p/a2p.c
23871 ____________________________________________________________________________
23872 [ 10536] By: jhi                                   on 2001/06/12  13:32:09
23873         Log: s/case-independent/case-insensitive/g
23874      Branch: perl
23875            ! pod/perldebug.pod
23876 ____________________________________________________________________________
23877 [ 10535] By: jhi                                   on 2001/06/12  13:27:28
23878         Log: As suggested in    
23879              
23880              Subject: Re: ext/ + -Wall
23881              From: Gurusamy Sarathy <gsar@ActiveState.com>
23882              Date: Mon, 11 Jun 2001 23:34:31 -0700
23883              Message-Id: <200106120634.f5C6YVM07246@smtp3.ActiveState.com>
23884      Branch: perl
23885            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs globals.c
23886            ! perl.h
23887 ____________________________________________________________________________
23888 [ 10534] By: jhi                                   on 2001/06/12  13:13:27
23889         Log: Subject: ext/ + -Wall
23890              From: Doug MacEachern <dougm@covalent.net>
23891              Date: Mon, 11 Jun 2001 22:19:45 -0700 (PDT)
23892              Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net>
23893      Branch: perl
23894            ! ext/ByteLoader/ByteLoader.xs ext/DB_File/DB_File.xs
23895            ! ext/DB_File/version.c ext/Devel/DProf/DProf.xs
23896            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
23897            ! ext/Encode/Encode.xs ext/File/Glob/bsd_glob.c
23898            ! ext/Filter/Util/Call/Call.xs ext/GDBM_File/GDBM_File.xs
23899            ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
23900            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
23901            ! ext/PerlIO/Via/Via.xs ext/Time/HiRes/HiRes.xs
23902            ! ext/Time/Piece/Piece.xs ext/attrs/attrs.xs globals.c
23903            ! lib/ExtUtils/xsubpp
23904 ____________________________________________________________________________
23905 [ 10533] By: jhi                                   on 2001/06/12  12:52:57
23906         Log: Subject: [PATCH] anonymous stashes
23907              From: Abhijit Menon-Sen <ams@wiw.org>
23908              Date: Tue, 12 Jun 2001 12:47:04 +0530
23909              Message-ID: <20010612124704.A29029@lustre.linux.in>
23910      Branch: perl
23911            ! dump.c gv.c sv.c xsutils.c
23912 ____________________________________________________________________________
23913 [ 10532] By: jhi                                   on 2001/06/12  12:37:36
23914         Log: One more test for $^S.
23915      Branch: perl
23916            ! t/op/magic.t
23917 ____________________________________________________________________________
23918 [ 10531] By: jhi                                   on 2001/06/12  12:35:02
23919         Log: Subject: [PATCH 20010612.002] $^S almost entirely broken with 5.6.1
23920              From: Abhijit Menon-Sen <ams@wiw.org>
23921              Date: Tue, 12 Jun 2001 17:35:55 +0530
23922              Message-ID: <20010612173555.A32426@lustre.linux.in>
23923      Branch: perl
23924            ! mg.c t/op/magic.t
23925 ____________________________________________________________________________
23926 [ 10530] By: jhi                                   on 2001/06/12  12:31:11
23927         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
23928              From: Mike Guy <mjtg@cam.ac.uk>
23929              Date: Tue, 12 Jun 2001 13:14:15 +0100
23930              Message-Id: <E159n3n-0000xa-00@draco.cus.cam.ac.uk>
23931      Branch: perl
23932            ! pod/perlop.pod
23933 ____________________________________________________________________________
23934 [ 10529] By: jhi                                   on 2001/06/12  12:21:06
23935         Log: AUTHORS updates.
23936      Branch: perl
23937            ! AUTHORS
23938 ____________________________________________________________________________
23939 [ 10528] By: jhi                                   on 2001/06/12  12:19:47
23940         Log: Subject: [PATCH] rhapsody/darwin minor cleanup
23941              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
23942              Content-Transfer-Encoding: 7bit
23943              Message-Id: <200106121009.GAA01968@melbourne-city-street.mit.edu>
23944      Branch: perl
23945            ! Makefile.SH hints/darwin.sh hints/rhapsody.sh
23946 ____________________________________________________________________________
23947 [ 10527] By: jhi                                   on 2001/06/12  11:58:53
23948         Log: Subject: [MacPerl-Porters] Re: [PATCH] Mac OS Compatability for bleadperl
23949              From: "Philip Newton" <Philip.Newton@gmx.net>
23950              Date: Mon, 11 Jun 2001 07:08:03 +0200
23951              Message-Id: <200106120802.LAA08992@taas.iki.fi>
23952      Branch: perl
23953            ! t/base/term.t
23954 ____________________________________________________________________________
23955 [ 10526] By: jhi                                   on 2001/06/12  01:35:34
23956         Log: Cleanup the a2p.c for -Wall.
23957      Branch: perl
23958            ! x2p/Makefile.SH x2p/a2p.c
23959 ____________________________________________________________________________
23960 [ 10525] By: jhi                                   on 2001/06/12  01:10:56
23961         Log: File::Find update for MacOS from Chris Nandor.
23962      Branch: perl
23963            ! lib/File/Find.pm t/lib/filefind.t
23964 ____________________________________________________________________________
23965 [ 10524] By: jhi                                   on 2001/06/12  00:29:20
23966         Log: gcc -Wall nits picked out by a non-UNIX system
23967              (courtesy of Mark Bixby)
23968      Branch: perl
23969            ! doio.c ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_mpeix.xs
23970            ! ext/IO/IO.xs ext/PerlIO/Via/Via.xs ext/Socket/Socket.xs
23971            ! pp_sys.c util.c
23972 ____________________________________________________________________________
23973 [ 10523] By: jhi                                   on 2001/06/11  22:34:03
23974         Log: Metaconfig unit change for #10522.  (The d_modfl changes
23975              placate metalint.)
23976      Branch: metaconfig/U/perl
23977            ! d_modfl.U d_u32align.U
23978 ____________________________________________________________________________
23979 [ 10522] By: jhi                                   on 2001/06/11  22:33:00
23980         Log: Buglet found by Mark Bixby: "./try >&2 >/dev/null" should
23981              be "./try 2>&1 >/dev/null".
23982      Branch: perl
23983            ! Configure
23984 ____________________________________________________________________________
23985 [ 10521] By: jhi                                   on 2001/06/11  19:49:54
23986         Log: Subject: [PATCH perl@10517] DCL quoting syntax drives pumpking mad
23987              From: "Craig A. Berry" <craigberry@mac.com>
23988              Date: Mon, 11 Jun 2001 14:00:32 -0500
23989              Message-Id: <5.1.0.14.0.20010611134750.03985cb8@exchi01>
23990      Branch: perl
23991            ! configure.com
23992 ____________________________________________________________________________
23993 [ 10520] By: jhi                                   on 2001/06/11  17:55:47
23994         Log: Move the full \p\P lists to perlunicode.
23995      Branch: perl
23996            ! pod/perlretut.pod pod/perlunicode.pod
23997 ____________________________________________________________________________
23998 [ 10519] By: jhi                                   on 2001/06/11  17:10:00
23999         Log: VOS build tweak for 5.6.1 from Paul Green.
24000      Branch: maint-5.6/perl
24001            ! vos/build.cm
24002 ____________________________________________________________________________
24003 [ 10518] By: jhi                                   on 2001/06/11  17:07:03
24004         Log: Subject: [PATCH perl@10476] no PerlIO at startup time on VMS
24005              From: "Craig A. Berry" <craigberry@mac.com>
24006              Date: Fri, 8 Jun 2001 18:08:18 -0500
24007              Message-Id: <a05101000b746f9dd4fca@[192.168.56.145]>
24008      Branch: perl
24009            ! vms/vms.c
24010 ____________________________________________________________________________
24011 [ 10517] By: jhi                                   on 2001/06/11  14:52:01
24012         Log: Update Changes.
24013      Branch: perl
24014            ! Changes patchlevel.h
24015 ____________________________________________________________________________
24016 [ 10516] By: jhi                                   on 2001/06/11  14:46:33
24017         Log: Add the modfl_pow32_bug (anti)definition also to VOS headers.
24018      Branch: perl
24019            ! vos/config.alpha.h vos/config.ga.h
24020 ____________________________________________________________________________
24021 [ 10515] By: jhi                                   on 2001/06/11  14:39:05
24022         Log: VOS updates from Paul Green for @10476.
24023      Branch: perl
24024            ! README.vos vos/Changes vos/build.cm vos/compile_perl.cm
24025            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
24026            ! vos/config.ga.h vos/configure_perl.cm
24027 ____________________________________________________________________________
24028 [ 10514] By: jhi                                   on 2001/06/11  12:58:43
24029         Log: Subject: [PATCH] Not many people know this ...
24030              From: Mike Guy <mjtg@cam.ac.uk>
24031              Date: Mon, 11 Jun 2001 14:55:15 +0100
24032              Message-Id: <E159S9z-00015D-00@draco.cus.cam.ac.uk>
24033      Branch: perl
24034            ! pod/perldebug.pod
24035 ____________________________________________________________________________
24036 [ 10513] By: jhi                                   on 2001/06/11  12:30:06
24037         Log: Add final commas to lists as suggested by Philip Newton.
24038      Branch: perl
24039            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
24040 ____________________________________________________________________________
24041 [ 10512] By: jhi                                   on 2001/06/11  12:28:49
24042         Log: Subject: [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl
24043              Date: Sun, 10 Jun 2001 23:35:38 -0400
24044              From: Chris Nandor <pudge@pobox.com>
24045              Message-Id: <p05100306b749ec0eaade@[10.0.1.177]>
24046      Branch: perl
24047            ! lib/DirHandle.pm lib/File/Basename.pm lib/diagnostics.pm
24048            ! perl.c t/base/term.t t/comp/cpp.t t/comp/multiline.t
24049            ! t/comp/script.t t/lib/anydbm.t t/lib/autoloader.t
24050            ! t/lib/dirhand.t t/lib/selfloader.t t/op/anonsub.t
24051            ! t/op/closure.t t/op/defins.t t/op/exec.t t/op/goto.t
24052            ! t/op/pack.t t/op/regexp.t t/op/regexp_noamp.t t/op/split.t
24053            ! t/op/write.t t/pragma/strict.t
24054 ____________________________________________________________________________
24055 [ 10511] By: jhi                                   on 2001/06/11  12:13:31
24056         Log: Subject: [RESEND] [PATCH] Mac OS lib patches for bleadperl
24057              From: Chris Nandor <pudge@pobox.com>
24058              Date: Mon, 11 Jun 2001 08:24:28 -0400
24059              Message-Id: <p05100303b74a66faf625@[10.0.1.177]>
24060      Branch: perl
24061            ! ext/IO/lib/IO/Dir.pm lib/File/Copy.pm t/lib/filecopy.t
24062            ! t/lib/io_dir.t
24063 ____________________________________________________________________________
24064 [ 10510] By: jhi                                   on 2001/06/11  12:03:16
24065         Log: One more run_byacc (a hand-tweaked version had slipped in).
24066      Branch: perl
24067            ! perly.c vms/perly_c.vms
24068 ____________________________________________________________________________
24069 [ 10509] By: nick                                  on 2001/06/11  07:49:15
24070         Log: Integrate mainline
24071      Branch: perlio
24072           !> Makefile.SH embed.h embed.pl global.sym
24073           !> lib/ExtUtils/Constant.pm lib/ExtUtils/Manifest.pm objXSUB.h
24074           !> perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
24075           !> perly_c.diff pod/perl572delta.pod pod/perlapi.pod proto.h sv.c
24076           !> t/lib/extutils.t util.c vms/perly_c.vms vms/perly_h.vms
24077 ____________________________________________________________________________
24078 [ 10508] By: jhi                                   on 2001/06/10  22:38:05
24079         Log: Subject: [PATCH] ExtUtils::Manifest not -w clean
24080              From: Mike Guy <mjtg@cam.ac.uk>
24081              Reply-To: mjtg@cam.ac.uk
24082              Message-Id: <E159Ei8-0006Tz-00@draco.cus.cam.ac.uk>
24083      Branch: perl
24084            ! lib/ExtUtils/Manifest.pm
24085 ____________________________________________________________________________
24086 [ 10507] By: jhi                                   on 2001/06/10  22:37:16
24087         Log: Subject: [PATCH] ExtUtils::Constant
24088              From: Nicholas Clark <nick@ccl4.org>
24089              Date: Sun, 10 Jun 2001 23:25:41 +0100
24090              Message-ID: <20010610232540.C76396@plum.flirble.org>
24091      Branch: perl
24092            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
24093 ____________________________________________________________________________
24094 [ 10506] By: jhi                                   on 2001/06/10  20:57:20
24095         Log: Integrate perlio.
24096      Branch: perl
24097           !> iperlsys.h
24098 ____________________________________________________________________________
24099 [ 10505] By: jhi                                   on 2001/06/10  18:37:57
24100         Log: Move the grok_number and its lieutenant grok_numeric_radix
24101              from sv.c statics to util.c and public.
24102      Branch: perl
24103            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c
24104            ! perlapi.h pod/perlapi.pod proto.h sv.c util.c
24105 ____________________________________________________________________________
24106 [ 10504] By: nick                                  on 2001/06/10  17:47:06
24107         Log: Fix (valid) -Wall warnings in perlio.c
24108      Branch: perlio
24109            ! iperlsys.h
24110 ____________________________________________________________________________
24111 [ 10503] By: jhi                                   on 2001/06/10  17:38:28
24112         Log: Update perly_c.diff, update perly.fixer to edit away
24113              some of the -Wall noise.
24114      Branch: perl
24115            ! perly.c perly.fixer perly_c.diff vms/perly_c.vms
24116 ____________________________________________________________________________
24117 [ 10502] By: jhi                                   on 2001/06/10  17:09:42
24118         Log: Check the version of byacc.
24119      Branch: perl
24120            ! Makefile.SH
24121 ____________________________________________________________________________
24122 [ 10501] By: jhi                                   on 2001/06/10  17:00:08
24123         Log: Subject: [PATCH] perly.y overhaul
24124              From: Simon Cozens <simon@netthink.co.uk>
24125              Date: Sun, 10 Jun 2001 16:56:54 +0100
24126              Message-ID: <20010610165654.A16597@deep-dark-truthful-mirror.pmb.ox.ac.uk>
24127              
24128              Plus make run_byacc.
24129      Branch: perl
24130            ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
24131 ____________________________________________________________________________
24132 [ 10500] By: jhi                                   on 2001/06/10  16:07:28
24133         Log: Integrate perlio.
24134      Branch: perl
24135           !> perlio.c perlsfio.h
24136 ____________________________________________________________________________
24137 [ 10499] By: nick                                  on 2001/06/10  15:01:08
24138         Log: Integrate mainline
24139      Branch: perlio
24140           !> Changes Configure embed.h embed.pl patchlevel.h proto.h sv.c
24141           !> t/pragma/locale.t util.c
24142 ____________________________________________________________________________
24143 [ 10498] By: jhi                                   on 2001/06/10  13:49:23
24144         Log: Put some meat on the perl572delta bones.  The list of
24145              selected bug fixes needs more work, as does still the
24146              whole document.
24147      Branch: perl
24148            ! pod/perl572delta.pod
24149 ____________________________________________________________________________
24150 [ 10497] By: nick                                  on 2001/06/10  12:27:51
24151         Log: Paper over a crack or two with USE_SFIO
24152      Branch: perlio
24153            ! perlio.c perlsfio.h
24154 ____________________________________________________________________________
24155 [ 10496] By: jhi                                   on 2001/06/10  11:04:22
24156         Log: Update Changes.
24157      Branch: perl
24158            ! Changes patchlevel.h
24159 ____________________________________________________________________________
24160 [ 10495] By: jhi                                   on 2001/06/10  10:55:34
24161         Log: Subject: Re: pragma/locale.t #107
24162              From: Hugo <hv@crypt.compulink.co.uk>
24163              Date: Sun, 10 Jun 2001 11:23:30 +0100
24164              Message-Id: <200106101023.LAA32085@crypt.compulink.co.uk>
24165              
24166              Encapsulate the scan of the decimal radix separator.
24167      Branch: perl
24168            ! embed.h embed.pl proto.h sv.c
24169 ____________________________________________________________________________
24170 [ 10494] By: jhi                                   on 2001/06/10  03:00:17
24171         Log: Try to grok numbers both with the locale specific separator
24172              and with the usual "." (if different from the lss); add a test
24173              to locale.t to do also a little bit of math in addition to just
24174              equalness testing; remove extraneous logic as suggested in
24175              
24176              Subject: Re: pragma/locale.t #107
24177              From: Nicholas Clark <nick@ccl4.org>
24178              Date: Sat, 9 Jun 2001 22:37:36 +0100
24179              Message-ID: <20010609223735.Y76396@plum.flirble.org>
24180      Branch: perl
24181            ! sv.c t/pragma/locale.t
24182 ____________________________________________________________________________
24183 [ 10493] By: jhi                                   on 2001/06/10  01:25:23
24184         Log: Metaconfig unit change for #10492.
24185      Branch: metaconfig/U/perl
24186            ! Extensions.U
24187 ____________________________________________________________________________
24188 [ 10492] By: jhi                                   on 2001/06/10  01:23:59
24189         Log: Subject: [PATCH] Don't build Thread.pm if USEITHREADS
24190              From: Artur Bergman <artur@contiller.se> 
24191              Date: Sat, 09 Jun 2001 21:03:51 +0200
24192              Message-ID: <B7483FB6.1398%artur@contiller.se>
24193      Branch: perl
24194            ! Configure
24195 ____________________________________________________________________________
24196 [ 10491] By: jhi                                   on 2001/06/10  01:15:40
24197         Log: Integrate perlio.
24198      Branch: perl
24199           !> perlsfio.h
24200 ____________________________________________________________________________
24201 [ 10490] By: jhi                                   on 2001/06/10  01:08:26
24202         Log: Do locale specific separator if only in locale.
24203      Branch: perl
24204            ! util.c
24205 ____________________________________________________________________________
24206 [ 10489] By: nick                                  on 2001/06/09  19:13:25
24207         Log: Make XS/Typemap compile (but fail) with sfio
24208      Branch: perlio
24209            ! perlsfio.h
24210 ____________________________________________________________________________
24211 [ 10488] By: nick                                  on 2001/06/09  19:12:51
24212         Log: Re-integrate mainline
24213      Branch: perlio
24214           !> embed.h embed.pl embedvar.h intrpvar.h perl.h perlapi.h
24215           !> proto.h sv.c util.c
24216 ____________________________________________________________________________
24217 [ 10487] By: nick                                  on 2001/06/09  16:26:29
24218         Log: Integrate mainline
24219      Branch: perlio
24220           !> (integrate 31 files)
24221 ____________________________________________________________________________
24222 [ 10486] By: jhi                                   on 2001/06/09  16:11:51
24223         Log: Subject: [PATCH] New attempt to clone callack
24224              From: Artur Bergman <artur@contiller.se> 
24225              Date: Thu, 07 Jun 2001 11:52:16 +0200
24226              Message-ID: <B7451B6F.12B7%artur@contiller.se>
24227      Branch: perl
24228            ! embedvar.h intrpvar.h perlapi.h sv.c
24229 ____________________________________________________________________________
24230 [ 10485] By: jhi                                   on 2001/06/09  15:23:52
24231         Log: Numeric conversion tweaks suggested by Hugo and Nicholas.
24232      Branch: perl
24233            ! embed.h embed.pl perl.h proto.h sv.c util.c
24234 ____________________________________________________________________________
24235 [ 10484] By: jhi                                   on 2001/06/09  14:47:25
24236         Log: Subject: Re: pragma/locale.t #107
24237              From: Nicholas Clark <nick@ccl4.org>
24238              Date: Sat, 9 Jun 2001 16:26:10 +0100
24239              Message-ID: <20010609162609.V76396@plum.flirble.org>
24240              
24241              A missing NVification.
24242      Branch: perl
24243            ! sv.c
24244 ____________________________________________________________________________
24245 [ 10483] By: jhi                                   on 2001/06/08  19:40:32
24246         Log: Redo the #10482, there already was a test script for formats.
24247      Branch: perl
24248            - t/io/format.t
24249            ! MANIFEST t/op/write.t
24250 ____________________________________________________________________________
24251 [ 10482] By: jhi                                   on 2001/06/08  19:34:45
24252         Log: Twisted format testing, from Merijn.
24253      Branch: perl
24254            + t/io/format.t
24255            ! MANIFEST
24256 ____________________________________________________________________________
24257 [ 10481] By: jhi                                   on 2001/06/08  19:21:56
24258         Log: More \p{In...} testing, combined with \N{...}.
24259      Branch: perl
24260            ! lib/utf8_heavy.pl t/op/pat.t
24261 ____________________________________________________________________________
24262 [ 10480] By: jhi                                   on 2001/06/08  14:16:06
24263         Log: Metaconfig changes for #10479.
24264      Branch: metaconfig
24265            ! U/Glossary.patch
24266      Branch: metaconfig/U/perl
24267            ! d_modfl.U
24268 ____________________________________________________________________________
24269 [ 10479] By: jhi                                   on 2001/06/08  14:15:32
24270         Log: Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.
24271      Branch: perl
24272            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
24273            ! config_h.SH configure.com epoc/config.sh pp.c uconfig.h
24274            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
24275            ! win32/config.bc win32/config.gc win32/config.vc
24276 ____________________________________________________________________________
24277 [ 10478] By: jhi                                   on 2001/06/08  12:20:41
24278         Log: Subject: Re: [PATCH perl@10439] fix old $^S description in perlvms.pod
24279              From: "Craig A. Berry" <craigberry@mac.com>
24280              Date: Thu, 7 Jun 2001 14:27:20 -0500
24281              Message-Id: <a05100e01b7458075db7d@[172.16.52.1]>
24282      Branch: perl
24283            ! vms/perlvms.pod
24284 ____________________________________________________________________________
24285 [ 10477] By: jhi                                   on 2001/06/08  12:19:00
24286         Log: Subject: [PATCH] Unresolved symbol in ext/re/re.xs
24287              From: Gisle Aas <gisle@ActiveState.com>
24288              Date: 07 Jun 2001 17:04:29 -0700
24289              Message-ID: <lrae3jsupe.fsf@caliper.ActiveState.com>
24290      Branch: perl
24291            ! ext/re/re.xs
24292 ____________________________________________________________________________
24293 [ 10476] By: jhi                                   on 2001/06/08  01:35:42
24294         Log: Update Changes.
24295      Branch: perl
24296            ! Changes patchlevel.h
24297 ____________________________________________________________________________
24298 [ 10475] By: jhi                                   on 2001/06/08  00:53:45
24299         Log: Regen Glossary et alia.
24300      Branch: perl
24301            ! Porting/Glossary Porting/config.sh Porting/config_H
24302 ____________________________________________________________________________
24303 [ 10474] By: jhi                                   on 2001/06/07  22:06:38
24304         Log: Metaconfig unit changes for #10473.
24305      Branch: metaconfig/U/perl
24306            ! d_modfl.U
24307 ____________________________________________________________________________
24308 [ 10473] By: jhi                                   on 2001/06/07  22:06:16
24309         Log: Harumph, also AIX will spill its guts (i.e. dump core)
24310              if an executable contains modfl() but it hasn't been
24311              compiled right (in the case of AIX, with cc -qlongdouble).
24312      Branch: perl
24313            ! Configure
24314 ____________________________________________________________________________
24315 [ 10472] By: gsar                                  on 2001/06/07  20:04:28
24316         Log: integrate change#10471 from mainline
24317              
24318              in change#10451, check that CvOUTSIDE is a CV before looking in
24319              (it can apparently be SVt_NULL during global destruction)
24320      Branch: maint-5.6/perl
24321           !> op.c
24322 ____________________________________________________________________________
24323 [ 10471] By: gsar                                  on 2001/06/07  20:01:31
24324         Log: in change#10451, check that CvOUTSIDE is a CV before looking in
24325              (it can apparently be SVt_NULL during global destruction)
24326      Branch: perl
24327            ! op.c
24328 ____________________________________________________________________________
24329 [ 10470] By: jhi                                   on 2001/06/07  12:17:51
24330         Log: Subject: Re: [PATCH perl@10439] diagnostics and long C<=item>s
24331              From: Robin Barker <rmb1@cise.npl.co.uk>
24332              Date: Thu, 7 Jun 2001 13:01:06 +0100 (BST)
24333              Message-Id: <200106071201.NAA13627@tempest.npl.co.uk>
24334      Branch: perl
24335            ! lib/diagnostics.pm pod/perldiag.pod
24336 ____________________________________________________________________________
24337 [ 10469] By: jhi                                   on 2001/06/07  12:16:12
24338         Log: Subject: [PATCH perl@10439] long =item
24339              From: Robin Barker <rmb1@cise.npl.co.uk>
24340              Date: Thu, 7 Jun 2001 12:34:08 +0100 (BST)
24341              Message-Id: <200106071134.MAA10288@tempest.npl.co.uk>
24342      Branch: perl
24343            ! README.amiga lib/Attribute/Handlers.pm
24344            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
24345 ____________________________________________________________________________
24346 [ 10468] By: jhi                                   on 2001/06/07  12:08:56
24347         Log: Subject: [PATCH 5.7.1 pod/perlguts.pod] IOK vs pIOK docs
24348              Date: Thu, 7 Jun 2001 10:09:59 +0100 (BST)
24349              Reply-To: Dave Mitchell <davem@fdgroup.co.uk>
24350              Message-Id: <200106070909.KAA25610@gizmo.fdgroup.co.uk>
24351      Branch: perl
24352            ! pod/perlguts.pod
24353 ____________________________________________________________________________
24354 [ 10467] By: jhi                                   on 2001/06/07  12:04:26
24355         Log: Integrate perlio.
24356      Branch: perl
24357           !> sv.c
24358 ____________________________________________________________________________
24359 [ 10466] By: nick                                  on 2001/06/07  10:25:40
24360         Log: MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
24361              whitespace tweaks.
24362              Still coredumps in pragma/overload.t - what a nice hard fail that is...
24363      Branch: perlio
24364            ! sv.c
24365 ____________________________________________________________________________
24366 [ 10465] By: nick                                  on 2001/06/07  08:41:58
24367         Log: Raw integrate of mainline for S_grok_number debug
24368              (sv.c has MULTIPLICITY issues as well as whatever else ...)
24369      Branch: perlio
24370            - plan9/perlplan9.doc plan9/perlplan9.pod
24371           !> (integrate 46 files)
24372 ____________________________________________________________________________
24373 [ 10464] By: jhi                                   on 2001/06/06  23:33:58
24374         Log: The proper prototyping for #10463.
24375      Branch: perl
24376            ! embed.h embed.pl proto.h sv.c
24377 ____________________________________________________________________________
24378 [ 10463] By: jhi                                   on 2001/06/06  23:15:30
24379         Log: Subject: Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
24380              From: Nicholas Clark <nick@ccl4.org>
24381              Date: Thu, 7 Jun 2001 00:29:59 +0100
24382              Message-ID: <20010607002959.Z76396@plum.flirble.org>
24383      Branch: perl
24384            ! sv.c
24385 ____________________________________________________________________________
24386 [ 10462] By: jhi                                   on 2001/06/06  23:13:19
24387         Log: Subject: [PATCH perl@10439] fix old $^S description in perlvms.pod
24388              From: "Craig A. Berry" <craigberry@mac.com>
24389              Date: Wed, 06 Jun 2001 17:54:30 -0500
24390              Message-Id: <5.1.0.14.0.20010606174814.03c2c880@exchi01>
24391      Branch: perl
24392            ! vms/perlvms.pod
24393 ____________________________________________________________________________
24394 [ 10461] By: jhi                                   on 2001/06/06  23:10:00
24395         Log: Podify the remaining README.platform files;
24396              merge README.plan9 and plan9/perlplan9.pod;
24397              delete plan9/perlplan9.* (the perlplan.doc needs to
24398              be regenerated in Plan 9); make the =head1 and =head2
24399              in the README.platform to be a little more verbose
24400              (skipped README.os2 not to anger Ilya) so that they
24401              look better in the toc; regen toc.
24402      Branch: perl
24403            - plan9/perlplan9.doc plan9/perlplan9.pod
24404            ! MANIFEST README.aix README.amiga README.apollo README.beos
24405            ! README.bs2000 README.cygwin README.dgux README.dos README.epoc
24406            ! README.hpux README.hurd README.machten README.macos
24407            ! README.micro README.mint README.mpeix README.os390
24408            ! README.plan9 README.qnx README.solaris README.threads
24409            ! README.tru64 README.vmesa README.vms README.vos README.win32
24410            ! plan9/mkfile pod/buildtoc.PL pod/perl.pod pod/perlport.pod
24411            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
24412 ____________________________________________________________________________
24413 [ 10460] By: jhi                                   on 2001/06/06  20:58:53
24414         Log: Subject: [PATCH] Re: Bug in perlguts documentation?
24415              From: Mike Guy <mjtg@cam.ac.uk>
24416              Reply-To: mjtg@cam.ac.uk
24417              Message-Id: <E157fiS-0006Q7-00@draco.cus.cam.ac.uk>
24418      Branch: perl
24419            ! pod/perlguts.pod
24420 ____________________________________________________________________________
24421 [ 10459] By: jhi                                   on 2001/06/06  20:58:15
24422         Log: Subject: [PATCH] Re: [ID 20010604.015] taint + comma = false insecurity
24423              From: Mike Guy <mjtg@cam.ac.uk>
24424              Reply-To: mjtg@cam.ac.uk
24425              Message-Id: <E157flx-0006Uz-00@draco.cus.cam.ac.uk>
24426      Branch: perl
24427            ! pod/perlsec.pod
24428 ____________________________________________________________________________
24429 [ 10458] By: jhi                                   on 2001/06/06  20:56:04
24430         Log: Disable long doubles from pre-5.0 Tru64s.
24431      Branch: perl
24432            ! README.tru64 hints/dec_osf.sh
24433 ____________________________________________________________________________
24434 [ 10457] By: jhi                                   on 2001/06/06  20:49:23
24435         Log: The #10455 exposed that modfl() is fundamentally busted
24436              (as in: dumps core) in pre-5.0 Tru64, so better avoid even
24437              testing it.
24438      Branch: perl
24439            ! hints/dec_osf.sh
24440 ____________________________________________________________________________
24441 [ 10456] By: jhi                                   on 2001/06/06  20:48:35
24442         Log: Metaconfig unit change for #10455.
24443      Branch: metaconfig/U/perl
24444            ! d_modfl.U
24445 ____________________________________________________________________________
24446 [ 10455] By: jhi                                   on 2001/06/06  20:48:09
24447         Log: Configure check for geborken modfl(), inspired by
24448              
24449              Subject: Re: [20010118.017] op/int.t failure 
24450              From: Hugo <hv@crypt.compulink.co.uk>
24451              Date: Tue, 05 Jun 2001 13:43:27 +0100
24452              Message-Id: <200106051243.NAA15525@crypt.compulink.co.uk>
24453      Branch: perl
24454            ! Configure
24455 ____________________________________________________________________________
24456 [ 10454] By: jhi                                   on 2001/06/06  11:45:08
24457         Log: Integrate changes #10450 and #10451 from maintperl:
24458              
24459              optimize change#10448 slightly (don't repeat search in eval""s lexical
24460              scope, since that has already been searched)
24461              
24462              change#9108 needs subtler treatment for case of closures created
24463              within eval""
24464      Branch: perl
24465           !> op.c t/op/misc.t
24466 ____________________________________________________________________________
24467 [ 10453] By: jhi                                   on 2001/06/06  11:42:10
24468         Log: MakeMaker magic to compile (when no dynamic loading)
24469              List/Util.xsc as (ListUtil.c and) ListUtil.o since
24470              POSIX-BC (BS2000) linker has an evil limitation of
24471              being unable to include in the same executable several
24472              object files with the same name - case-insensitively -
24473              because otherwise we conflict with util.c.
24474              Strictly speaking currently required only in POSIX-BC
24475              but probably will do no harm elsewhere where static
24476              linking is required.
24477      Branch: perl
24478            ! ext/List/Util/Makefile.PL
24479 ____________________________________________________________________________
24480 [ 10452] By: nick                                  on 2001/06/06  08:59:51
24481         Log: Integrate mainline.
24482      Branch: perlio
24483           +> lib/Attribute/Handlers/demo/Demo.pm
24484           +> lib/Attribute/Handlers/demo/Descriptions.pm
24485           +> lib/Attribute/Handlers/demo/MyClass.pm
24486           +> lib/Attribute/Handlers/demo/demo.pl
24487           +> lib/Attribute/Handlers/demo/demo2.pl
24488           +> lib/Attribute/Handlers/demo/demo3.pl
24489           +> lib/Attribute/Handlers/demo/demo4.pl
24490           +> lib/Attribute/Handlers/demo/demo_call.pl
24491           +> lib/Attribute/Handlers/demo/demo_chain.pl
24492           +> lib/Attribute/Handlers/demo/demo_cycle.pl
24493           +> lib/Attribute/Handlers/demo/demo_hashdir.pl
24494           +> lib/Attribute/Handlers/demo/demo_phases.pl
24495           +> lib/Attribute/Handlers/demo/demo_range.pl
24496           +> lib/Attribute/Handlers/demo/demo_rawdata.pl t/op/override.t
24497           +> uts/strtol_wrap.c
24498           !> (integrate 91 files)
24499 ____________________________________________________________________________
24500 [ 10451] By: gsar                                  on 2001/06/06  07:11:36
24501         Log: change#9108 needs subtler treatment for case of closures created
24502              within eval""
24503      Branch: maint-5.6/perl
24504            ! op.c t/op/misc.t
24505 ____________________________________________________________________________
24506 [ 10450] By: gsar                                  on 2001/06/06  05:47:25
24507         Log: optimize change#10448 slightly (don't repeat search in eval""s lexical
24508              scope, since that has already been searched)
24509      Branch: maint-5.6/perl
24510            ! op.c
24511 ____________________________________________________________________________
24512 [ 10449] By: jhi                                   on 2001/06/06  01:33:31
24513         Log: Integrate change #10448 from maintperl; lexicals
24514              outside an eval"" weren't resolved correctly inside a subroutine
24515              definition inside the eval"" if they were not already referenced
24516              in the toplevel of the eval""-ed code
24517      Branch: perl
24518           !> cop.h op.c pp_ctl.c t/op/misc.t
24519 ____________________________________________________________________________
24520 [ 10448] By: gsar                                  on 2001/06/06  01:03:26
24521         Log: fix yet another bug of hoary vintage found by change#10394: lexicals
24522              outside an eval"" weren't resolved correctly inside a subroutine
24523              definition inside the eval"" if they were not already referenced
24524              in the toplevel of the eval""-ed code
24525      Branch: maint-5.6/perl
24526            ! cop.h op.c pp_ctl.c t/op/misc.t
24527 ____________________________________________________________________________
24528 [ 10447] By: jhi                                   on 2001/06/06  00:51:04
24529         Log: Subject: [PATCH] perl570delta.pod
24530              From: Peter Scott <Peter@PSDT.com> 
24531              Date: Tue, 05 Jun 2001 18:51:02 -0700
24532              Message-Id: <4.3.2.7.2.20010605183619.00a94400@psdt.com>
24533      Branch: perl
24534            ! pod/perl570delta.pod
24535 ____________________________________________________________________________
24536 [ 10446] By: jhi                                   on 2001/06/05  23:45:05
24537         Log: The fudge factor is no more needed.  I hope.
24538      Branch: perl
24539            ! t/lib/posix.t
24540 ____________________________________________________________________________
24541 [ 10445] By: jhi                                   on 2001/06/05  23:19:19
24542         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms 
24543              From: Hugo <hv@crypt.compulink.co.uk>
24544              Date: Tue, 05 Jun 2001 12:58:19 +0100
24545              Message-Id: <200106051158.MAA04605@crypt.compulink.co.uk>
24546      Branch: perl
24547            ! util.c
24548 ____________________________________________________________________________
24549 [ 10444] By: jhi                                   on 2001/06/05  11:09:01
24550         Log: Make up prototypes only for those who have the functions
24551              but not the prototypes.
24552      Branch: perl
24553            ! perl.h
24554 ____________________________________________________________________________
24555 [ 10443] By: jhi                                   on 2001/06/05  11:02:13
24556         Log: Subject: Re: Not OK: perl@10439 on win32 
24557              From: Prymmer/Kahn <pvhp@best.com> 
24558              Date: Mon, 4 Jun 2001 22:11:02 -0700 (PDT)
24559              Message-ID: <Pine.BSF.4.21.0106042136410.26316-100000@shell8.ba.best.com>
24560      Branch: perl
24561            ! perl.h util.c
24562 ____________________________________________________________________________
24563 [ 10442] By: jhi                                   on 2001/06/05  00:55:46
24564         Log: The metaconfig units changes for #10441.
24565      Branch: metaconfig
24566            ! U/modified/Extract.U U/modified/Extractall.U
24567            ! U/modified/Finish.U
24568 ____________________________________________________________________________
24569 [ 10441] By: jhi                                   on 2001/06/05  00:55:17
24570         Log: Extraction of the *.SH wasn't quite working with -Dmksymlinks.
24571      Branch: perl
24572            ! Configure
24573 ____________________________________________________________________________
24574 [ 10440] By: jhi                                   on 2001/06/05  00:28:27
24575         Log: Unnecessary fuzziness undone, noted by Mike Guy.
24576      Branch: perl
24577            ! t/op/tr.t
24578 ____________________________________________________________________________
24579 [ 10439] By: jhi                                   on 2001/06/04  17:14:31
24580         Log: Update Changes.
24581      Branch: perl
24582            ! Changes patchlevel.h
24583 ____________________________________________________________________________
24584 [ 10438] By: jhi                                   on 2001/06/04  17:10:16
24585         Log: Test case for 'eval "a.b.c.d.e.f;sub"' save stack imbalance
24586              bug found by Ilmari Karonen; the bug fixed by Sarathy's lexical
24587              leakage patch.
24588      Branch: perl
24589            ! t/op/misc.t
24590 ____________________________________________________________________________
24591 [ 10437] By: jhi                                   on 2001/06/04  17:01:06
24592         Log: Test case for #10433/#10424.
24593      Branch: perl
24594            ! t/op/misc.t
24595 ____________________________________________________________________________
24596 [ 10436] By: jhi                                   on 2001/06/04  16:54:21
24597         Log: Subject: One fix for strtoul not setting errno
24598              From: hom00@utsglobal.com (Hal Morris)
24599              Date: Sat, 2 Jun 2001 09:23:11 -0700 (PDT)
24600              Message-Id: <200106021623.JAA06906@cepheus.utsglobal.com>
24601      Branch: perl
24602            + uts/strtol_wrap.c
24603            ! MANIFEST hints/uts.sh
24604 ____________________________________________________________________________
24605 [ 10435] By: jhi                                   on 2001/06/04  16:54:01
24606         Log: Metaconfig units changes for #10434.
24607      Branch: metaconfig
24608            ! U/modified/Cppsym.U
24609      Branch: metaconfig/U/perl
24610            + d_dbminitproto.U d_flockproto.U d_sockatmarkproto.U
24611            + d_syscallproto.U d_usleepproto.U
24612            ! longdblfio.U quadfio.U
24613 ____________________________________________________________________________
24614 [ 10434] By: jhi                                   on 2001/06/04  16:48:33
24615         Log: Configure tweaks; add prototype probes, make the cpp symbols
24616              probe to cast, not whine; test for %Ld and %Lf before %lld and
24617              %llf because the L is the ANSI way.
24618      Branch: perl
24619            ! Configure config_h.SH configure.com epoc/config.sh
24620            ! ext/ODBM_File/ODBM_File.xs perl.h pod/perltoc.pod uconfig.h
24621            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
24622            ! win32/config.bc win32/config.gc win32/config.vc x2p/str.c
24623 ____________________________________________________________________________
24624 [ 10433] By: jhi                                   on 2001/06/04  16:45:23
24625         Log: Sigh.  This is what #10424 was supposed to check in.
24626      Branch: perl
24627            ! op.c sv.c sv.h
24628 ____________________________________________________________________________
24629 [ 10432] By: jhi                                   on 2001/06/04  16:29:40
24630         Log: More verbose failure.
24631      Branch: perl
24632            ! t/op/ver.t
24633 ____________________________________________________________________________
24634 [ 10431] By: jhi                                   on 2001/06/04  16:21:55
24635         Log: The .pm changes to go with #10428.
24636      Branch: perl
24637            ! ext/Fcntl/Fcntl.pm ext/Socket/Socket.pm
24638            ! ext/Sys/Syslog/Syslog.pm
24639 ____________________________________________________________________________
24640 [ 10430] By: jhi                                   on 2001/06/04  16:05:20
24641         Log: On second thoughts show to utf8 skippage message only
24642              on failures, it's too confusing otherwise,
24643      Branch: perl
24644            ! t/pragma/locale.t
24645 ____________________________________________________________________________
24646 [ 10429] By: jhi                                   on 2001/06/04  14:47:50
24647         Log: Do not import anything from Encode.
24648      Branch: perl
24649            ! ext/MIME/Base64/QuotedPrint.pm
24650 ____________________________________________________________________________
24651 [ 10428] By: jhi                                   on 2001/06/04  14:45:47
24652         Log: The #10402 didn't take.  Weird.
24653      Branch: perl
24654            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
24655            ! ext/Sys/Syslog/Syslog.xs
24656 ____________________________________________________________________________
24657 [ 10427] By: jhi                                   on 2001/06/04  12:55:39
24658         Log: Eradicate traces of 'asciirange' re subpragma.
24659      Branch: perl
24660            ! ext/B/B/Deparse.pm ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm
24661            ! pod/perldiag.pod
24662 ____________________________________________________________________________
24663 [ 10426] By: jhi                                   on 2001/06/04  12:44:05
24664         Log: use is a compile-time thing.
24665      Branch: perl
24666            ! ext/MIME/Base64/QuotedPrint.pm
24667 ____________________________________________________________________________
24668 [ 10425] By: jhi                                   on 2001/06/04  12:39:44
24669         Log: Subject: [PATCH perl@10419] -Wall casting patch
24670              From: Robin Barker <rmb1@cise.npl.co.uk>
24671              Date: Mon, 4 Jun 2001 14:27:28 +0100 (BST)
24672              Message-Id: <200106041327.OAA15338@tempest.npl.co.uk>
24673      Branch: perl
24674            ! ext/Devel/DProf/DProf.xs mg.c
24675 ____________________________________________________________________________
24676 [ 10424] By: jhi                                   on 2001/06/04  12:23:30
24677         Log: Subject: [PATCH #2] introducing SVpad_TYPED
24678              From: Abhijit Menon-Sen <ams@wiw.org>
24679              Date: Mon, 4 Jun 2001 12:26:02 +0530
24680              Message-ID: <20010604122602.A5775@lustre.linux.in>
24681      Branch: perl
24682            ! op.c sv.c sv.h
24683 ____________________________________________________________________________
24684 [ 10423] By: gsar                                  on 2001/06/04  05:12:18
24685         Log: testsuite for change#10192 (from Gisle Aas)
24686      Branch: perl
24687            + t/op/override.t
24688            ! MANIFEST
24689 ____________________________________________________________________________
24690 [ 10422] By: gsar                                  on 2001/06/04  02:32:03
24691         Log: integrate changes#10414-10416 from mainline
24692              
24693              Potential buffer overrun if the radix separator is more than
24694              one byte.  Also, under locales, prefer the locale-specific
24695              separator over the old boring ".".
24696              
24697              "10.", that is, decimal numbers can have no decimal part at all.
24698              
24699              The non-locale places need love, too.
24700      Branch: maint-5.6/perl
24701           !> perl.h sv.c
24702 ____________________________________________________________________________
24703 [ 10421] By: jhi                                   on 2001/06/04  02:25:53
24704         Log: Missed from #10420.
24705      Branch: perl
24706            ! epoc/config.sh
24707 ____________________________________________________________________________
24708 [ 10420] By: jhi                                   on 2001/06/04  02:19:58
24709         Log: Missed HAS_SETRESGID_PROTO.  No serious harm done since
24710              often this prototype goes with HAS_SETRESUID_PROTO.
24711      Branch: perl
24712            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
24713            ! config_h.SH configure.com perl.h uconfig.h
24714 ____________________________________________________________________________
24715 [ 10419] By: jhi                                   on 2001/06/04  00:24:55
24716         Log: Update Changes.
24717      Branch: perl
24718            ! Changes patchlevel.h
24719 ____________________________________________________________________________
24720 [ 10418] By: jhi                                   on 2001/06/03  23:58:04
24721         Log: -Wall "subscript has type `char'" cleanup.
24722      Branch: perl
24723            ! ext/File/Glob/bsd_glob.c x2p/a2py.c x2p/str.c x2p/walk.c
24724 ____________________________________________________________________________
24725 [ 10417] By: jhi                                   on 2001/06/03  23:37:17
24726         Log: Various "cast to pointer from integer of different size"
24727              picked up by gcc -Wall (in Tru64 where pointers are 64 bits
24728              wide but I32 (int) only 32 bits wide).
24729              
24730              WARNING: the classnum and tagnum changes in Storable.xs
24731              may not be wise, they may be breaking binary compatibility
24732              (in 64-bit platforms), asked Raphael Manfredi about the changes.
24733      Branch: perl
24734            ! embed.pl ext/Devel/DProf/DProf.xs ext/Storable/Storable.xs
24735            ! mg.c proto.h
24736 ____________________________________________________________________________
24737 [ 10416] By: jhi                                   on 2001/06/03  23:15:24
24738         Log: The non-locale places need love, too.
24739      Branch: perl
24740            ! perl.h
24741 ____________________________________________________________________________
24742 [ 10415] By: jhi                                   on 2001/06/03  23:10:55
24743         Log: "10.", that is, decimal numbers can have no decimal part at all.
24744      Branch: perl
24745            ! perl.h
24746 ____________________________________________________________________________
24747 [ 10414] By: jhi                                   on 2001/06/03  22:49:55
24748         Log: Potential buffer overrun if the radix separator is more than
24749              one byte.  Also, under locales, prefer the locale-specific
24750              separator over the old boring ".".
24751      Branch: perl
24752            ! perl.h sv.c
24753 ____________________________________________________________________________
24754 [ 10413] By: jhi                                   on 2001/06/03  22:42:10
24755         Log: Integrate change #10412 from maintperl; locale is now
24756              per-cop, not per-op; plus retweak the locale.t to always
24757              list the skipped utf8 locales.
24758      Branch: perl
24759            ! t/pragma/locale.t
24760           !> embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
24761           !> pp.sym pp_ctl.c pp_proto.h pp_sys.c util.c
24762 ____________________________________________________________________________
24763 [ 10412] By: gsar                                  on 2001/06/03  22:23:16
24764         Log: rationalize locale handling to fix the bugs uncovered by change#10394
24765              
24766              the major issue was that the runtime was looking at PL_hints rather
24767              than op_private to notice whether locale was enabled
24768              
24769              the secondary issue was that many locale-sensitive numeric ops didn't
24770              have HINT_LOCALE propagated into their op_private
24771              
24772              HINT_LOCALE is now propagated per-statement (i.e., via PL_curcop)
24773              instead of per-op, just like HINT_BYTE and the hints for lexical
24774              warnings (this makes the hint available to every op via PL_curcop)
24775              
24776              pragma/locale.t may need to be reworked with these fixes in mind
24777              (it currently passes its tests)
24778      Branch: maint-5.6/perl
24779            ! embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
24780            ! pp.sym pp_ctl.c pp_proto.h pp_sys.c t/pragma/locale.t util.c
24781 ____________________________________________________________________________
24782 [ 10411] By: jhi                                   on 2001/06/03  17:50:49
24783         Log: More verbose debugging.
24784      Branch: perl
24785            ! t/pragma/locale.t
24786 ____________________________________________________________________________
24787 [ 10410] By: jhi                                   on 2001/06/03  17:36:40
24788         Log: Subject: RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
24789              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
24790              Date: Sat, 2 Jun 2001 22:53:33 +0100
24791              Message-ID: <000601c0ebae$77d10dc0$99dcfea9@bfs.phone.com>
24792      Branch: perl
24793            ! regcomp.c t/pragma/warn/regcomp
24794 ____________________________________________________________________________
24795 [ 10409] By: jhi                                   on 2001/06/03  17:27:13
24796         Log: Mention that lexicalizing $a or $b is a bad idea if one
24797              wants to use sort().
24798      Branch: perl
24799            ! pod/perlvar.pod
24800 ____________________________________________________________________________
24801 [ 10408] By: jhi                                   on 2001/06/03  16:52:41
24802         Log: Tweak the test to be happy if the accuracy is 'good enough'.
24803      Branch: perl
24804            ! t/lib/posix.t
24805 ____________________________________________________________________________
24806 [ 10407] By: jhi                                   on 2001/06/03  16:50:33
24807         Log: Upgrade to Attribute::Handlers 0.70.
24808              
24809              NOTE: this unearthed the "too late for CHECK block" bug,
24810              that's why the 1_compile.t change.
24811      Branch: perl
24812            + lib/Attribute/Handlers/demo/Demo.pm
24813            + lib/Attribute/Handlers/demo/Descriptions.pm
24814            + lib/Attribute/Handlers/demo/MyClass.pm
24815            + lib/Attribute/Handlers/demo/demo.pl
24816            + lib/Attribute/Handlers/demo/demo2.pl
24817            + lib/Attribute/Handlers/demo/demo3.pl
24818            + lib/Attribute/Handlers/demo/demo4.pl
24819            + lib/Attribute/Handlers/demo/demo_call.pl
24820            + lib/Attribute/Handlers/demo/demo_chain.pl
24821            + lib/Attribute/Handlers/demo/demo_cycle.pl
24822            + lib/Attribute/Handlers/demo/demo_hashdir.pl
24823            + lib/Attribute/Handlers/demo/demo_phases.pl
24824            + lib/Attribute/Handlers/demo/demo_range.pl
24825            + lib/Attribute/Handlers/demo/demo_rawdata.pl
24826            ! MANIFEST lib/Attribute/Handlers.pm t/lib/1_compile.t
24827            ! t/lib/attrhand.t
24828 ____________________________________________________________________________
24829 [ 10406] By: jhi                                   on 2001/06/03  16:40:03
24830         Log: One less -Wall whine.
24831      Branch: perl
24832            ! regcomp.c
24833 ____________________________________________________________________________
24834 [ 10405] By: jhi                                   on 2001/06/03  16:30:34
24835         Log: Integrate change #10404 from maintperl; eval.t was in pre-10394 mood.
24836      Branch: perl
24837           !> t/op/eval.t
24838 ____________________________________________________________________________
24839 [ 10404] By: gsar                                  on 2001/06/03  16:23:07
24840         Log: eval.t was relying on pre-change#10394 buggy behavior (lexicals
24841              aren't "normally" visible inside eval""s contained in subs unless
24842              a cloned reference to them already exists)
24843              
24844              strangely enough, t/harness didn't show this up as a failure
24845              (harness needs fixing?)
24846      Branch: maint-5.6/perl
24847            ! t/op/eval.t
24848 ____________________________________________________________________________
24849 [ 10403] By: jhi                                   on 2001/06/03  16:22:59
24850         Log: Update to Text::Balanced 1.85.
24851      Branch: perl
24852            ! lib/Text/Balanced.pm t/lib/tb-xvari.t
24853 ____________________________________________________________________________
24854 [ 10402] By: jhi                                   on 2001/06/03  16:18:09
24855         Log: Subject: [PATCH] Re: ext/Socket/Socket.xs
24856              From: Nicholas Clark <nick@ccl4.org>
24857              Date: Sun, 3 Jun 2001 17:54:36 +0100
24858              Message-ID: <20010603175436.E76396@plum.flirble.org> 
24859      Branch: perl
24860            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
24861            ! ext/Sys/Syslog/Syslog.xs
24862 ____________________________________________________________________________
24863 [ 10401] By: jhi                                   on 2001/06/03  16:09:33
24864         Log: Unused variables.
24865      Branch: perl
24866            ! util.c
24867 ____________________________________________________________________________
24868 [ 10400] By: jhi                                   on 2001/06/03  16:04:26
24869         Log: Subject: [PATCH] APIfy op_clear 
24870              From: Simon Cozens <simon@netthink.co.uk>
24871              Date: Sun, 3 Jun 2001 13:51:46 +0100
24872              Message-ID: <20010603135146.A9984@deep-dark-truthful-mirror.pmb.ox.ac.uk>
24873              
24874              (despite the subject line, op_null is APIfied by the patch)
24875      Branch: perl
24876            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
24877 ____________________________________________________________________________
24878 [ 10399] By: jhi                                   on 2001/06/03  15:51:35
24879         Log: Subject: [PATCH] t/lib/extutils.t
24880              From: Nicholas Clark <nick@ccl4.org>
24881              Date: Sat, 2 Jun 2001 23:57:05 +0100
24882              Message-ID: <20010602235705.Q12698@plum.flirble.org>
24883      Branch: perl
24884            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
24885 ____________________________________________________________________________
24886 [ 10398] By: jhi                                   on 2001/06/03  15:34:11
24887         Log: Subject: [PATCH: perl@10360] update two win32 Makefiles
24888              From: Prymmer/Kahn <pvhp@best.com>
24889              Date: Sun, 3 Jun 2001 08:55:14 -0700 (PDT)
24890              Message-ID: <Pine.BSF.4.21.0106030845550.21619-100000@shell8.ba.best.com>
24891      Branch: perl
24892            ! win32/Makefile win32/makefile.mk
24893 ____________________________________________________________________________
24894 [ 10397] By: jhi                                   on 2001/06/03  15:12:13
24895         Log: Subject: Re: 'decimal digits' macro? 
24896              From: Hugo <hv@crypt.compulink.co.uk>
24897              Date: Sun, 03 Jun 2001 04:26:36 +0100
24898              Message-Id: <200106030326.EAA18786@crypt.compulink.co.uk>
24899      Branch: perl
24900            ! handy.h t/lib/posix.t t/op/tr.t
24901 ____________________________________________________________________________
24902 [ 10396] By: jhi                                   on 2001/06/03  15:10:49
24903         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
24904              From: Hugo <hv@crypt.compulink.co.uk>
24905              Date: Sun, 03 Jun 2001 14:56:30 +0100
24906              Message-Id: <200106031356.OAA12517@crypt.compulink.co.uk>
24907      Branch: perl
24908            ! util.c
24909 ____________________________________________________________________________
24910 [ 10395] By: jhi                                   on 2001/06/03  14:59:41
24911         Log: Integrate change #10394 from maintperl; lexical file scope leakage.
24912      Branch: perl
24913           !> perly.c perly.y t/op/misc.t t/pragma/warn/universal
24914           !> vms/perly_c.vms
24915 ____________________________________________________________________________
24916 [ 10394] By: gsar                                  on 2001/06/03  03:05:43
24917         Log: fix leakage of lexicals at file scope into subroutines that were
24918              declared before them; this appears to be a longstanding bug that
24919              meant that lexicals at file scope were never "deintroduced", meaning
24920              their scope range was never properly closed, and their visibility
24921              extended to all subsequent eval""s or requires
24922              
24923              added a test case
24924              
24925              seems to also fix a case of bogus duplicate warnings
24926      Branch: maint-5.6/perl
24927            ! perly.c perly.y t/op/misc.t t/pragma/warn/universal
24928            ! vms/perly_c.vms
24929 ____________________________________________________________________________
24930 [ 10393] By: jhi                                   on 2001/06/02  16:55:03
24931         Log: More VMS tweaks from Craig A. Berry.
24932      Branch: perl
24933            ! configure.com t/lib/extutils.t
24934 ____________________________________________________________________________
24935 [ 10392] By: jhi                                   on 2001/06/02  16:48:26
24936         Log: -Wall cleanup continues.
24937      Branch: perl
24938            ! README.tru64 embed.h embed.pl ext/NDBM_File/NDBM_File.xs
24939            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
24940            ! ext/Storable/Storable.xs ext/Sys/Hostname/Hostname.xs
24941            ! ext/Sys/Syslog/Syslog.xs perl.c proto.h regcomp.c regexec.c
24942            ! run.c toke.c util.c
24943 ____________________________________________________________________________
24944 [ 10391] By: jhi                                   on 2001/06/02  13:29:47
24945         Log: The metaconfig unit change for #10390.
24946      Branch: metaconfig/U/perl
24947            ! gccvers.U
24948 ____________________________________________________________________________
24949 [ 10390] By: jhi                                   on 2001/06/02  13:29:12
24950         Log: Drop the -ansi from the default gcc flags.
24951              
24952              Off_t/off_t is a struct in Solaris with largefiles, and with -ansi
24953              that struct cannot be compared with a flat integer, such as STRLEN.
24954              The -ansi will also cause a lot of noise in Solaris because of:
24955              /usr/include/sys/resource.h:148: warning: `struct rlimit64' declared inside parameter list
24956      Branch: perl
24957            ! Configure
24958 ____________________________________________________________________________
24959 [ 10389] By: jhi                                   on 2001/06/02  13:14:57
24960         Log: Integrate perlio.
24961      Branch: perl
24962           !> pod/perlapi.pod util.c
24963 ____________________________________________________________________________
24964 [ 10388] By: nick                                  on 2001/06/02  08:01:12
24965         Log: Integrate mainline
24966      Branch: perlio
24967           +> lib/Attribute/Handlers.pm t/lib/attrhand.t
24968           !> MANIFEST configure.com ext/MIME/Base64/QuotedPrint.pm
24969           !> lib/File/Find.pm pod/perlmodlib.pod pod/perltoc.pod
24970           !> t/lib/1_compile.t t/lib/mimeqp.t
24971 ____________________________________________________________________________
24972 [ 10387] By: nick                                  on 2001/06/02  07:39:17
24973         Log: Tweak util.c's atof2 for MULTIPLICITY
24974      Branch: perlio
24975            ! util.c
24976 ____________________________________________________________________________
24977 [ 10386] By: nick                                  on 2001/06/02  07:38:33
24978         Log: Integrate mainline
24979      Branch: perlio
24980           !> (integrate 41 files)
24981 ____________________________________________________________________________
24982 [ 10385] By: jhi                                   on 2001/06/01  22:12:48
24983         Log: Add Attribute::Handlers 0.61 from Damian Conway.
24984      Branch: perl
24985            + lib/Attribute/Handlers.pm t/lib/attrhand.t
24986            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod t/lib/1_compile.t
24987 ____________________________________________________________________________
24988 [ 10384] By: jhi                                   on 2001/06/01  21:53:14
24989         Log: Subject: [PATCH: perl@10328] allow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machines
24990              From: Peter Prymmer <pvhp@forte.com>
24991              Date: Fri, 1 Jun 2001 15:49:22 -0700 (PDT)
24992              Message-ID: <Pine.OSF.4.10.10106011545140.323662-100000@aspara.forte.com>
24993      Branch: perl
24994            ! ext/MIME/Base64/QuotedPrint.pm t/lib/mimeqp.t
24995 ____________________________________________________________________________
24996 [ 10383] By: jhi                                   on 2001/06/01  21:36:11
24997         Log: Subject: [PATCH File::Find] 'do 1' and puzzling (?>...)
24998              From: Jeff Pinyan <jeffp@crusoe.net>
24999              Date: Fri, 1 Jun 2001 14:13:56 -0400 (EDT)
25000              Message-ID: <Pine.GSO.4.21.0106011412520.21027-100000@crusoe.crusoe.net>
25001      Branch: perl
25002            ! lib/File/Find.pm
25003 ____________________________________________________________________________
25004 [ 10382] By: jhi                                   on 2001/06/01  21:35:02
25005         Log: Subject: [PATCH perl@10381] configure.com tweaks
25006              From: "Craig A. Berry" <craigberry@mac.com>
25007              Date: Fri, 1 Jun 2001 13:55:43 -0500
25008              Message-Id: <a05100e00b73d942aa9da@[172.16.52.1]>
25009      Branch: perl
25010            ! configure.com
25011 ____________________________________________________________________________
25012 [ 10381] By: jhi                                   on 2001/06/01  16:37:21
25013         Log: Update Changes.
25014      Branch: perl
25015            ! Changes patchlevel.h
25016 ____________________________________________________________________________
25017 [ 10380] By: jhi                                   on 2001/06/01  16:19:18
25018         Log: Subject: [PATCH] Re: [ID 20010529.004] program doesn't work unless in debug mode
25019              From: Mike Guy <mjtg@cam.ac.uk>
25020              Date: Fri, 01 Jun 2001 18:17:02 +0100
25021              Message-Id: <E155sXm-0001C2-00@draco.cus.cam.ac.uk>
25022      Branch: perl
25023            ! lib/perl5db.pl
25024 ____________________________________________________________________________
25025 [ 10379] By: jhi                                   on 2001/06/01  16:13:28
25026         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
25027              From: Hugo <hv@crypt.compulink.co.uk>
25028              Date: Thu, 31 May 2001 20:49:48 +0100
25029              Message-Id: <200105311949.UAA02798@crypt.compulink.co.uk>
25030      Branch: perl
25031            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c proto.h
25032            ! util.c
25033 ____________________________________________________________________________
25034 [ 10378] By: jhi                                   on 2001/06/01  15:56:35
25035         Log: Zero() is not available in x2p (or, rather, some of its
25036              implementations like memzero() might not be available.)
25037      Branch: perl
25038            ! x2p/hash.c
25039 ____________________________________________________________________________
25040 [ 10377] By: jhi                                   on 2001/06/01  15:44:48
25041         Log: Subject: [PATCH x2p/hash.c] bzero -> memset
25042              From: Michael G Schwern <schwern@pobox.com>
25043              Date: Fri, 1 Jun 2001 12:00:29 +0100
25044              Message-ID: <20010601120029.F29027@blackrider.blackstar.co.uk>
25045              
25046              (But use Zero() instead of memset.)
25047      Branch: perl
25048            ! x2p/hash.c
25049 ____________________________________________________________________________
25050 [ 10376] By: jhi                                   on 2001/06/01  15:39:52
25051         Log: Subject: Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
25052              From: Jeff Pinyan <jeffp@crusoe.net>
25053              Date: Fri, 1 Jun 2001 10:33:55 -0400 (EDT)
25054              Message-ID: <Pine.GSO.4.21.0106011032080.21027-100000@crusoe.crusoe.net>
25055      Branch: perl
25056            ! pod/perldiag.pod regcomp.c t/op/pat.t
25057 ____________________________________________________________________________
25058 [ 10375] By: jhi                                   on 2001/06/01  15:36:35
25059         Log: Retract #10324 and #10333; not needed.
25060      Branch: perl
25061            ! hints/irix_6.sh hints/linux.sh
25062 ____________________________________________________________________________
25063 [ 10374] By: jhi                                   on 2001/06/01  15:35:19
25064         Log: The #10370 wasn't quite right.
25065      Branch: perl
25066            ! ext/XS/Typemap/Typemap.xs
25067 ____________________________________________________________________________
25068 [ 10373] By: jhi                                   on 2001/06/01  15:34:49
25069         Log: The metaconfig units changes for #10372.
25070      Branch: metaconfig/U/perl
25071            + d_realpath.U d_sresgproto.U d_sresuproto.U
25072            ! gccvers.U i_db.U
25073 ____________________________________________________________________________
25074 [ 10372] By: jhi                                   on 2001/06/01  15:34:24
25075         Log: Configure tweaks; record the Berkeley DB version,
25076              probe for realpath(), for setresuid() and setresgid()
25077              prototypes; use realpath() (try to be paranoid enough),
25078              use the setres[ug]id prototypes because glibc has the functions
25079              but not their prototypes; add -Wall -ansi to gcc ccflags;
25080              regen toc.
25081      Branch: perl
25082            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
25083            ! config_h.SH configure.com epoc/config.sh
25084            ! ext/DB_File/DB_File.xs perl.h pod/perlapi.pod pod/perltoc.pod
25085            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
25086            ! vos/config.ga.def win32/config.bc win32/config.gc
25087            ! win32/config.vc
25088 ____________________________________________________________________________
25089 [ 10371] By: jhi                                   on 2001/06/01  12:50:05
25090         Log: Subject: Re: [PATCH xsutils.c] Quieting warnings
25091              From: Michael G Schwern <schwern@pobox.com>
25092              Date: Fri, 1 Jun 2001 11:28:14 +0100
25093              Message-ID: <20010601112814.B29027@blackrider.blackstar.co.uk>
25094      Branch: perl
25095            ! lib/attributes.pm xsutils.c
25096 ____________________________________________________________________________
25097 [ 10370] By: jhi                                   on 2001/06/01  12:48:55
25098         Log: Subject: [PATCH] Fix -Wall on XS::Typemap
25099              From: Tim Jenness <t.jenness@jach.hawaii.edu>
25100              Date: Thu, 31 May 2001 16:15:37 -1000 (HST)
25101              Message-ID: <Pine.LNX.4.33.0105311610110.9337-100000@lapaki.jach.hawaii.edu>
25102      Branch: perl
25103            ! ext/XS/Typemap/Typemap.xs
25104 ____________________________________________________________________________
25105 [ 10369] By: jhi                                   on 2001/06/01  12:47:21
25106         Log: Subject: [patch] Cwd.xs optimizations/abstraction
25107              From: Doug MacEachern <dougm@covalent.net>
25108              Date: Thu, 31 May 2001 17:37:37 -0700 (PDT)
25109              Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net> 
25110      Branch: perl
25111            ! embed.h embed.pl ext/Cwd/Cwd.xs global.sym lib/Cwd.pm
25112            ! objXSUB.h perlapi.c pod/perlapi.pod proto.h util.c
25113 ____________________________________________________________________________
25114 [ 10368] By: jhi                                   on 2001/06/01  12:32:00
25115         Log: Subject: Re: Why t/lib/extutils.t is failing  (was Re: [PATCH] Re: [PATCH] Re: [SPAM] Re: [SPAM] Re: [EGGS] Re: [BACON] Re: [TOAST] Re: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!])
25116              From: Nicholas Clark <nick@ccl4.org>
25117              Date: Thu, 31 May 2001 23:56:40 +0100
25118              Message-ID: <20010531235640.F12698@plum.flirble.org>
25119              
25120              Make the test work also under only static extensions
25121              (sh Configure -Uusedl fakes this nicely)
25122      Branch: perl
25123            ! t/lib/extutils.t
25124 ____________________________________________________________________________
25125 [ 10367] By: jhi                                   on 2001/06/01  12:27:53
25126         Log: Subject: [PATCH hv.c] Eliminating trigraph
25127              From: Michael G Schwern <schwern@pobox.com>
25128              Message-ID: <20010601114955.E29027@blackrider.blackstar.co.uk>
25129              Date: Fri, 1 Jun 2001 11:49:56 +0100
25130      Branch: perl
25131            ! hv.c
25132 ____________________________________________________________________________
25133 [ 10366] By: jhi                                   on 2001/06/01  12:14:57
25134         Log: Subject: Re: [PATCH] Tests for File::Compare 
25135              From: "Philip Newton" <Philip.Newton@gmx.net>
25136              Date: Thu, 31 May 2001 19:44:05 +0200
25137              Message-Id: <200105311748.f4VHmCt18269@chaos.wustl.edu>
25138              
25139              Unnecessary "quotation marks".
25140      Branch: perl
25141            ! t/lib/filecomp.t
25142 ____________________________________________________________________________
25143 [ 10365] By: jhi                                   on 2001/06/01  12:13:26
25144         Log: Integrate perlio.
25145      Branch: perl
25146           !> lib/ExtUtils/MM_Win32.pm t/lib/filecomp.t
25147 ____________________________________________________________________________
25148 [ 10364] By: nick                                  on 2001/06/01  10:13:31
25149         Log: Cleanup dll.base and dll.exp created by GCC builds.
25150      Branch: perlio
25151            ! lib/ExtUtils/MM_Win32.pm
25152 ____________________________________________________________________________
25153 [ 10363] By: nick                                  on 2001/06/01  10:02:17
25154         Log: Make filecomp test work on CRLF platforms by adding binmode.
25155      Branch: perlio
25156            ! t/lib/filecomp.t
25157 ____________________________________________________________________________
25158 [ 10362] By: nick                                  on 2001/06/01  08:37:17
25159         Log: Integrate mainline
25160      Branch: perlio
25161           !> Changes Configure patchlevel.h perlio.c
25162 ____________________________________________________________________________
25163 [ 10361] By: jhi                                   on 2001/05/31  15:09:34
25164         Log: panic:claustrophobia.
25165      Branch: perl
25166            ! perlio.c
25167 ____________________________________________________________________________
25168 [ 10360] By: jhi                                   on 2001/05/31  13:04:25
25169         Log: Update Changes.
25170      Branch: perl
25171            ! Changes patchlevel.h
25172 ____________________________________________________________________________
25173 [ 10359] By: nick                                  on 2001/05/31  12:35:50
25174         Log: Integrate mainline.
25175      Branch: perlio
25176           +> t/lib/filecomp.t
25177           !> AUTHORS MANIFEST ext/Storable/Storable.xs gv.c perl.c perl.h
25178           !> pp_ctl.c sv.c t/lib/1_compile.t toke.c util.c
25179 ____________________________________________________________________________
25180 [ 10358] By: jhi                                   on 2001/05/31  12:35:05
25181         Log: Integrate perlio.
25182      Branch: perl
25183           !> t/pragma/warn/toke win32/config_H.bc win32/config_H.gc
25184           !> win32/config_H.vc
25185 ____________________________________________________________________________
25186 [ 10357] By: jhi                                   on 2001/05/31  12:34:04
25187         Log: Metaconfig unit change for #10356.
25188      Branch: metaconfig
25189            ! U/installdirs/inc_version_list.U
25190 ____________________________________________________________________________
25191 [ 10356] By: jhi                                   on 2001/05/31  12:33:41
25192         Log: Allow Configure -Dinc_version_list='5.6.0/$archname 5.6.0' ...
25193              (idea from Sarathy; implementation from Andy)
25194      Branch: perl
25195            ! Configure
25196 ____________________________________________________________________________
25197 [ 10355] By: jhi                                   on 2001/05/31  12:18:06
25198         Log: More AUTHORS.
25199      Branch: perl
25200            ! AUTHORS
25201 ____________________________________________________________________________
25202 [ 10354] By: jhi                                   on 2001/05/31  12:16:24
25203         Log: Subject: Re: [PATCH] Tests for File::Compare
25204              From: Alexander Gough <alexander.gough@st-hughs.oxford.ac.uk>
25205              Date: Thu, 31 May 2001 13:26:34 +0100 (GMT)
25206              Message-Id: <E155RX8-0004X2-00@wing1.herald.ox.ac.uk>
25207      Branch: perl
25208            + t/lib/filecomp.t
25209            ! MANIFEST t/lib/1_compile.t
25210 ____________________________________________________________________________
25211 [ 10353] By: jhi                                   on 2001/05/31  12:11:24
25212         Log: Subject: [PATCH] DEBUG_* macro cleanups
25213              From: Abhijit Menon-Sen <ams@wiw.org>
25214              Date: Thu, 31 May 2001 12:16:22 +0530
25215              Message-ID: <20010531121622.B4829@lustre.linux.in>
25216              
25217              Subject: Re: [PATCH] DEBUG_* macro cleanups
25218              From: Abhijit Menon-Sen <ams@wiw.org>
25219              Date: Thu, 31 May 2001 13:57:01 +0530
25220              Message-ID: <20010531135701.A21775@lustre.linux.in>
25221              
25222              (The DEBUG_ definitions in perl.h changed to use the
25223              STMT_START and STMT_END.)
25224      Branch: perl
25225            ! perl.h pp_ctl.c sv.c toke.c
25226 ____________________________________________________________________________
25227 [ 10352] By: jhi                                   on 2001/05/31  11:53:31
25228         Log: Subject: [PATCH] -Wall cleanups: perl.c, gv.c, Storable.xs
25229              From: Abhijit Menon-Sen <ams@wiw.org>
25230              Date: Thu, 31 May 2001 08:27:55 +0530
25231              Message-ID: <20010531082755.A10018@lustre.linux.in>
25232      Branch: perl
25233            ! ext/Storable/Storable.xs gv.c perl.c
25234 ____________________________________________________________________________
25235 [ 10351] By: jhi                                   on 2001/05/31  11:45:16
25236         Log: Subject: [PATCH] AUTHORS
25237              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
25238              Date: Thu, 31 May 2001 01:27:59 -0500
25239              Message-ID: <20010531012758.A1595@staff1.cso.uiuc.edu>
25240              
25241              Subject: Re: [PATCH] AUTHORS
25242              From: "Philip Newton" <Philip.Newton@gmx.net>
25243              Date: Thu, 31 May 2001 10:08:06 +0200
25244              (Message-Id missing?)
25245      Branch: perl
25246            ! AUTHORS
25247 ____________________________________________________________________________
25248 [ 10350] By: nick                                  on 2001/05/31  11:40:43
25249         Log: win32 - dmake regen_config_h
25250      Branch: perlio
25251            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
25252 ____________________________________________________________________________
25253 [ 10349] By: jhi                                   on 2001/05/31  11:38:27
25254         Log: Subject: Re: [PATCH util.c] More warning cleanups.
25255              From: "Philip Newton" <Philip.Newton@gmx.net>
25256              Date: Thu, 31 May 2001 07:41:36 +0200
25257              Message-Id: <200105310538.IAA25458@taku.hut.fi>
25258              
25259              Undo C++-ism that snekt in.
25260      Branch: perl
25261            ! util.c
25262 ____________________________________________________________________________
25263 [ 10348] By: nick                                  on 2001/05/31  11:36:46
25264         Log: Tolerate Win32 numerics
25265      Branch: perlio
25266            ! t/pragma/warn/toke
25267 ____________________________________________________________________________
25268 [ 10347] By: jhi                                   on 2001/05/31  11:29:40
25269         Log: Integrate perlio.
25270      Branch: perl
25271           !> perlio.c win32/win32.h
25272 ____________________________________________________________________________
25273 [ 10346] By: nick                                  on 2001/05/31  10:54:55
25274         Log: Hack to restore Win32 pseudo fork broken by Multiple Interpreter
25275              perlio.c change 10255.
25276      Branch: perlio
25277            ! perlio.c
25278 ____________________________________________________________________________
25279 [ 10345] By: nick                                  on 2001/05/31  10:01:57
25280         Log: Conditionaly put back some "unused" dTHX which are used
25281              with PERL_IMPLICIT_SYS
25282      Branch: perlio
25283            ! perlio.c
25284 ____________________________________________________________________________
25285 [ 10344] By: nick                                  on 2001/05/31  10:00:59
25286         Log: Fix Win32 for new spelling IN_BYTES 
25287      Branch: perlio
25288            ! win32/win32.h
25289 ____________________________________________________________________________
25290 [ 10343] By: nick                                  on 2001/05/31  08:01:32
25291         Log: perlio.c -Wall cleaner under MULTIPLICITY
25292              - still minor noise with linux stdio
25293      Branch: perlio
25294            ! perlio.c
25295 ____________________________________________________________________________
25296 [ 10342] By: nick                                  on 2001/05/31  07:52:23
25297         Log: Integrate mainline.
25298      Branch: perlio
25299           !> (integrate 42 files)
25300 ____________________________________________________________________________
25301 [ 10341] By: jhi                                   on 2001/05/31  01:39:02
25302         Log: AUTHORS updates.
25303      Branch: perl
25304            ! AUTHORS
25305 ____________________________________________________________________________
25306 [ 10340] By: jhi                                   on 2001/05/31  00:19:29
25307         Log: Subject: [PATCH: perl@10328] new md5sum for modified MD5.xs file
25308              From: Peter Prymmer <pvhp@forte.com>
25309              Date: Wed, 30 May 2001 17:57:20 -0700 (PDT)
25310              Message-ID: <Pine.OSF.4.10.10105301753210.129765-100000@aspara.forte.com>
25311      Branch: perl
25312            ! t/lib/md5-file.t
25313 ____________________________________________________________________________
25314 [ 10339] By: jhi                                   on 2001/05/31  00:16:44
25315         Log: Salvage bits and pieces from the experimental 'utf8 everywhere'
25316              patch: rename HINT_BYTE and IN_BYTE to HINT_BYTES and IN_BYTES
25317              to match the pragma name; various robustness cleanups.
25318      Branch: perl
25319            ! lib/utf8_heavy.pl mg.c perl.h pp.c pp_ctl.c pp_sys.c regexec.c
25320            ! sv.c toke.c utf8.c utf8.h utfebcdic.h
25321 ____________________________________________________________________________
25322 [ 10338] By: jhi                                   on 2001/05/30  23:56:14
25323         Log: More -Wall sweeping.
25324      Branch: perl
25325            ! av.c doio.c ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs
25326            ! ext/Devel/Peek/Peek.xs ext/Encode/Encode.xs
25327            ! ext/List/Util/Util.xs gv.c op.c pp.c pp_ctl.c pp_hot.c
25328            ! regcomp.c sv.c toke.c utf8.c
25329 ____________________________________________________________________________
25330 [ 10337] By: jhi                                   on 2001/05/30  23:20:23
25331         Log: Subject: [PATCH] (was Re: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1)
25332              From: Nicholas Clark <nick@ccl4.org>
25333              Date: Wed, 30 May 2001 22:34:41 +0100
25334              Message-ID: <20010530223441.Y86445@plum.flirble.org>
25335      Branch: perl
25336            ! t/op/cmp.t
25337 ____________________________________________________________________________
25338 [ 10336] By: jhi                                   on 2001/05/30  23:18:48
25339         Log: It's is not, it isn't ain't, and it's it's, not its,
25340              if you mean it is. If you don't, it's its. Then too,
25341              it's hers. It isn't her's. It isn't our's either.
25342              It's ours, and likewise yours and theirs.
25343              -- Oxford University Press, Edpress News
25344      Branch: perl
25345            ! lib/autouse.pm
25346 ____________________________________________________________________________
25347 [ 10335] By: jhi                                   on 2001/05/30  23:12:30
25348         Log: More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.
25349      Branch: perl
25350            ! doop.c ext/ByteLoader/bytecode.h ext/DB_File/DB_File.xs mg.c
25351            ! perl.c perlio.c regexec.c universal.c util.c x2p/a2py.c
25352            ! x2p/str.c x2p/walk.c xsutils.c
25353 ____________________________________________________________________________
25354 [ 10334] By: jhi                                   on 2001/05/30  22:52:41
25355         Log: Subject: [PATCH perl.c t/run/runenv.t] (was Re: [[ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
25356              From: Michael G Schwern <schwern@pobox.com>
25357              Date: Wed, 30 May 2001 17:10:38 +0100
25358              Message-ID: <20010530171038.L670@blackrider.blackstar.co.uk>
25359              
25360              Subject: Re: [PATCH perl.c t/run/runenv.t] (was Re: [ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
25361              From: Abhijit Menon-Sen <ams@wiw.org>
25362              Date: Wed, 30 May 2001 23:16:13 +0530
25363              Message-ID: <20010530231613.A31933@lustre.linux.in>
25364      Branch: perl
25365            ! perl.c t/run/runenv.t
25366 ____________________________________________________________________________
25367 [ 10333] By: jhi                                   on 2001/05/30  22:25:02
25368         Log: (Retracted by #10375.)
25369              
25370              IRIX hints patch from Merijn Broeren.
25371              
25372              TODO: (this and the earlier Linux hints patch) should be solved
25373              at Configure level.  Merijn: -ldb should not be used on any platform
25374              for perl, just when linking DBFile itself. Trying to be helpful here
25375              is counterproductive.
25376      Branch: perl
25377            ! hints/irix_6.sh
25378 ____________________________________________________________________________
25379 [ 10332] By: jhi                                   on 2001/05/30  22:11:13
25380         Log: Subject: Re: [PATCH doop.c] unused variable in Perl_do_join
25381              From: Nicholas Clark <nick@ccl4.org>
25382              Date: Wed, 30 May 2001 23:20:58 +0100
25383              Message-ID: <20010530232058.B86445@plum.flirble.org>
25384      Branch: perl
25385            ! doop.c
25386 ____________________________________________________________________________
25387 [ 10331] By: jhi                                   on 2001/05/30  22:09:49
25388         Log: Subject: Re: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
25389              From: Michael G Schwern <schwern@pobox.com> 
25390              Date: Wed, 30 May 2001 15:24:20 +0100
25391              Message-ID: <20010530152420.H670@blackrider.blackstar.co.uk>
25392      Branch: perl
25393            ! t/pragma/autouse.t
25394 ____________________________________________________________________________
25395 [ 10330] By: jhi                                   on 2001/05/30  22:02:21
25396         Log: The regex trick wasn't a good idea.
25397      Branch: perl
25398            ! pod/perlfaq4.pod
25399 ____________________________________________________________________________
25400 [ 10329] By: nick                                  on 2001/05/30  18:34:35
25401         Log: Integrate mainline
25402      Branch: perlio
25403           !> (integrate 40 files)
25404 ____________________________________________________________________________
25405 [ 10328] By: jhi                                   on 2001/05/30  14:28:39
25406         Log: Update Changes.
25407      Branch: perl
25408            ! Changes patchlevel.h
25409 ____________________________________________________________________________
25410 [ 10327] By: jhi                                   on 2001/05/30  14:07:01
25411         Log: The metaconfig unit change for #10325.
25412      Branch: metaconfig
25413            + U/modified/afs.U
25414 ____________________________________________________________________________
25415 [ 10326] By: jhi                                   on 2001/05/30  14:06:36
25416         Log: More -Wall cleanup from Schwern; the EBCDIC MD5.xs checksum
25417              is now wrong.
25418      Branch: perl
25419            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
25420 ____________________________________________________________________________
25421 [ 10325] By: jhi                                   on 2001/05/30  14:04:28
25422         Log: Introduce $Config{afsroot}.
25423      Branch: perl
25424            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
25425            ! config_h.SH epoc/config.sh uconfig.sh win32/config.bc
25426            ! win32/config.gc win32/config.vc
25427 ____________________________________________________________________________
25428 [ 10324] By: jhi                                   on 2001/05/30  13:49:44
25429         Log: (Retracted by #10375.)
25430              
25431              Linux DB tweak from Merijn Broeren <merijnb@iloquent.nl>.
25432      Branch: perl
25433            ! hints/linux.sh
25434 ____________________________________________________________________________
25435 [ 10323] By: jhi                                   on 2001/05/30  13:49:29
25436         Log: AFS patches from Merijn Broeren <merijnb@iloquent.nl>.
25437              (Also Configure tweaks needed; coming up soon.)
25438      Branch: perl
25439            ! t/io/fs.t t/lib/glob-basic.t t/op/stat.t
25440 ____________________________________________________________________________
25441 [ 10322] By: jhi                                   on 2001/05/30  13:37:56
25442         Log: Subject: [PATCH lib/perl5db.pl] Conditional breakpoints
25443              From: Michael G Schwern <schwern@pobox.com>
25444              Date: Sun, 27 May 2001 10:29:43 +0100
25445              Message-ID: <20010527102942.J711@blackrider.blackstar.co.uk>
25446      Branch: perl
25447            ! lib/perl5db.pl
25448 ____________________________________________________________________________
25449 [ 10321] By: jhi                                   on 2001/05/30  13:36:28
25450         Log: Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,
25451              and Abhijit Menon-Sen.
25452      Branch: perl
25453            ! av.c doio.c doop.c dump.c ext/Digest/MD5/MD5.xs malloc.c op.c
25454            ! perl.c pp_sys.c regcomp.c
25455 ____________________________________________________________________________
25456 [ 10320] By: jhi                                   on 2001/05/30  13:35:27
25457         Log: Fix the BOOT section to call myU2time properly.
25458      Branch: perl
25459            ! ext/Time/HiRes/HiRes.xs
25460 ____________________________________________________________________________
25461 [ 10319] By: jhi                                   on 2001/05/30  13:06:09
25462         Log: Subject: Re: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
25463              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
25464              Date: Wed, 30 May 2001 09:44:29 -0400
25465              Message-ID: <20010530094429.B133085@linguist.thayer.dartmouth.edu>
25466              
25467              Detypo; plus add one more trick.
25468      Branch: perl
25469            ! pod/perlfaq4.pod
25470 ____________________________________________________________________________
25471 [ 10318] By: jhi                                   on 2001/05/30  12:47:11
25472         Log: Subject: Re: [PATCH lib/autouse.pm t/pragma/autouse.t]  (was Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed)
25473              From: Michael G Schwern <schwern@pobox.com>
25474              Date: Wed, 30 May 2001 14:39:06 +0100
25475              Message-ID: <20010530143906.E670@blackrider.blackstar.co.uk>
25476      Branch: perl
25477            ! lib/autouse.pm t/pragma/autouse.t
25478 ____________________________________________________________________________
25479 [ 10317] By: jhi                                   on 2001/05/30  12:46:02
25480         Log: Subject: Re: AIX and gcc (moving targets)
25481              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
25482              Date: Wed, 30 May 2001 15:25:08 +0200
25483              Message-Id: <20010530152117.7097.H.M.BRAND@hccnet.nl>
25484      Branch: perl
25485            ! ext/Time/HiRes/HiRes.xs
25486 ____________________________________________________________________________
25487 [ 10316] By: jhi                                   on 2001/05/30  12:40:46
25488         Log: Subject: [PATCH t/TEST] sorting tests
25489              From: Michael G Schwern <schwern@pobox.com>
25490              Date: Wed, 30 May 2001 10:24:02 +0100
25491              Message-ID: <20010530102402.Q670@blackrider.blackstar.co.uk>
25492      Branch: perl
25493            ! t/TEST
25494 ____________________________________________________________________________
25495 [ 10315] By: jhi                                   on 2001/05/30  12:37:43
25496         Log: Subject: [ID 20010529.002] typos in man page perlre
25497              From: bart@cg681574-a.adubn1.nj.home.com 
25498              Date: Tue, 29 May 2001 13:58:59 -0500
25499              Message-Id: <E154ohn-00053j-00@debian.adubn1.nj.home.com>
25500      Branch: perl
25501            ! pod/perlre.pod
25502 ____________________________________________________________________________
25503 [ 10314] By: jhi                                   on 2001/05/30  12:33:53
25504         Log: Subject: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
25505              From: "Craig A. Berry" <craigberry@mac.com>
25506              Date: Tue, 29 May 2001 23:23:45 -0500
25507              Message-Id: <a05100e01b73a21721dee@[192.168.56.153]>
25508      Branch: perl
25509            ! t/lib/extutils.t t/pragma/autouse.t
25510 ____________________________________________________________________________
25511 [ 10313] By: jhi                                   on 2001/05/30  12:32:17
25512         Log: Subject: Re: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (patch to t/lib/filefind.t as requested)
25513              From: David Dyck <dcd@tc.fluke.com>
25514              Date: Tue, 29 May 2001 22:05:28 -0700 (PDT)
25515              Message-ID: <Pine.LNX.4.33.0105292200060.26992-100000@dd.tc.fluke.com>
25516      Branch: perl
25517            ! t/lib/filefind.t
25518 ____________________________________________________________________________
25519 [ 10312] By: jhi                                   on 2001/05/30  12:31:02
25520         Log: AIX hints update for gcc from Merijn H. Brand.
25521      Branch: perl
25522            ! hints/aix.sh
25523 ____________________________________________________________________________
25524 [ 10311] By: jhi                                   on 2001/05/30  12:18:20
25525         Log: Retract #10295 and #10296: a more generic solution
25526              is needed (there's something funny with gcc on AIX).
25527      Branch: perl
25528            ! ext/POSIX/Makefile.PL ext/Storable/Makefile.PL
25529 ____________________________________________________________________________
25530 [ 10310] By: jhi                                   on 2001/05/30  12:08:07
25531         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
25532              From: Hugo <hv@crypt.compulink.co.uk>
25533              Date: Wed, 30 May 2001 11:59:19 +0100
25534              Message-Id: <200105301059.LAA03182@crypt.compulink.co.uk>
25535              
25536              localizing $@ has unfortunate semantics - if you die past
25537              a local $@, the die message is lost.
25538      Branch: perl
25539            ! lib/utf8_heavy.pl
25540 ____________________________________________________________________________
25541 [ 10309] By: nick                                  on 2001/05/30  08:23:02
25542         Log: Integrate mainline (autouse works again.)
25543      Branch: perlio
25544           !> ext/Time/Piece/Piece.pm hints/os2.sh lib/File/Find.pm
25545           !> lib/autouse.pm pod/perlfaq4.pod pod/perlfaq6.pod
25546           !> pod/perlvar.pod t/op/cmp.t
25547 ____________________________________________________________________________
25548 [ 10308] By: jhi                                   on 2001/05/30  01:55:02
25549         Log: Subject: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (with proposed patch)
25550              From: David Dyck <dcd@tc.fluke.com>
25551              Date: Tue, 29 May 2001 12:19:38 -0700 (PDT)
25552              Message-Id: <Pine.LNX.4.33.0105291216510.17409-100000@dd.tc.fluke.com>
25553      Branch: perl
25554            ! lib/File/Find.pm
25555 ____________________________________________________________________________
25556 [ 10307] By: jhi                                   on 2001/05/30  01:47:22
25557         Log: Subject: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1
25558              From: Nicholas Clark <nick@ccl4.org>
25559              Date: Tue, 29 May 2001 23:16:09 +0100
25560              Message-ID: <20010529231609.U86445@plum.flirble.org>
25561              
25562              Make the test output slightly clearer by distinguishing
25563              between '' and undef.
25564      Branch: perl
25565            ! t/op/cmp.t
25566 ____________________________________________________________________________
25567 [ 10306] By: jhi                                   on 2001/05/30  01:45:12
25568         Log: Subject: [PATCH 5.6.1] flushNULL OS/2
25569              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25570              Date: Tue, 29 May 2001 19:15:19 -0400
25571              Message-ID: <20010529191519.A16020@math.ohio-state.edu>
25572      Branch: perl
25573            ! hints/os2.sh
25574 ____________________________________________________________________________
25575 [ 10305] By: jhi                                   on 2001/05/30  01:42:36
25576         Log: Subject: perlvar.pod addition
25577              From: Peter Gessner <peter.gessner@post.rwth-aachen.de>
25578              Date: Fri, 25 May 2001 20:23:12 +0200
25579              Message-ID: <3B0EA310.B265C048@post.rwth-aachen.de>
25580              
25581              Subject: Re: perlvar.pod addition
25582              From: "Abigail" <abigail@foad.org> 
25583              Date: Fri, 25 May 2001 22:00:39 +0200
25584              Message-ID: <20010525200039.28029.qmail@foad.org>
25585              
25586              Mention $a and $b in perlvar.
25587      Branch: perl
25588            ! pod/perlvar.pod
25589 ____________________________________________________________________________
25590 [ 10304] By: jhi                                   on 2001/05/30  01:36:37
25591         Log: Subject: [PATCH] perlvar.pod -- why isn't @F here?
25592              From: Jeff Pinyan <jeffp@crusoe.net>
25593              Date: Tue, 29 May 2001 22:27:51 -0400 (EDT)
25594              Message-ID: <Pine.GSO.4.21.0105292227150.1961-100000@crusoe.crusoe.net>
25595      Branch: perl
25596            ! pod/perlvar.pod
25597 ____________________________________________________________________________
25598 [ 10303] By: jhi                                   on 2001/05/30  01:35:31
25599         Log: Subject: Re: [PATCH] perlfaq6.pod -- case-aware s///
25600              From: Jeff Pinyan <jeffp@crusoe.net>
25601              Date: Tue, 29 May 2001 18:03:27 -0400 (EDT)
25602              Message-ID: <Pine.GSO.4.21.0105291802330.1961-100000@crusoe.crusoe.net>
25603      Branch: perl
25604            ! pod/perlfaq6.pod
25605 ____________________________________________________________________________
25606 [ 10302] By: jhi                                   on 2001/05/29  20:18:49
25607         Log: Mention Time::localtime and Time::gmtime.
25608      Branch: perl
25609            ! ext/Time/Piece/Piece.pm
25610 ____________________________________________________________________________
25611 [ 10301] By: jhi                                   on 2001/05/29  20:13:54
25612         Log: Subject: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
25613              From: Michael G Schwern <schwern@pobox.com>
25614              Date: Tue, 29 May 2001 18:51:32 +0100
25615              Message-ID: <20010529185132.C706@blackrider.blackstar.co.uk>
25616      Branch: perl
25617            ! pod/perlfaq4.pod
25618 ____________________________________________________________________________
25619 [ 10300] By: jhi                                   on 2001/05/29  20:12:09
25620         Log: Retract #10243.
25621      Branch: perl
25622            ! lib/autouse.pm
25623 ____________________________________________________________________________
25624 [ 10299] By: nick                                  on 2001/05/29  18:41:19
25625         Log: Post weekend integrate mainline (fails one test pragma/autouse).
25626      Branch: perlio
25627           +> (branch 29 files)
25628           !> (integrate 91 files)
25629 ____________________________________________________________________________
25630 [ 10298] By: jhi                                   on 2001/05/29  16:29:19
25631         Log: Update Changes.
25632      Branch: perl
25633            ! Changes patchlevel.h
25634 ____________________________________________________________________________
25635 [ 10297] By: jhi                                   on 2001/05/29  16:25:47
25636         Log: Fix Perl_swash_init & Perl_swash_fetch to save ERRSV (= $@)
25637              before Perl_load_module/Perl_call_method and restore the value
25638              after if !SvTRUE(ERRSV).  (from Inaba Hiroto)
25639      Branch: perl
25640            ! utf8.c
25641 ____________________________________________________________________________
25642 [ 10296] By: jhi                                   on 2001/05/29  16:01:53
25643         Log: Subject: Re: AIX and gcc (moving targets)
25644              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
25645              Date: Tue, 29 May 2001 17:59:40 +0200
25646              Message-Id: <20010529175841.7078.H.M.BRAND@hccnet.nl>
25647      Branch: perl
25648            ! ext/Storable/Makefile.PL
25649 ____________________________________________________________________________
25650 [ 10295] By: jhi                                   on 2001/05/29  15:59:05
25651         Log: Subject: Re: AIX and gcc (moving targets)
25652              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
25653              Date: Tue, 29 May 2001 12:32:57 +0200
25654              Message-Id: <20010529115151.9FE0.H.M.BRAND@hccnet.nl>
25655      Branch: perl
25656            ! ext/POSIX/Makefile.PL
25657 ____________________________________________________________________________
25658 [ 10294] By: jhi                                   on 2001/05/29  15:53:43
25659         Log: Subject: [PATCH lib/Test/Harness.pm t/lib/test-harness.t] Syncing with 1.21
25660              From: Michael G Schwern <schwern@pobox.com>
25661              Date: Tue, 29 May 2001 09:53:29 +0100
25662              Message-ID: <20010529095329.T675@blackrider.blackstar.co.uk>
25663              
25664              (#10280 retracted)
25665      Branch: perl
25666            ! lib/Test/Harness.pm t/lib/test-harness.t
25667 ____________________________________________________________________________
25668 [ 10293] By: jhi                                   on 2001/05/29  15:46:10
25669         Log: Subject: [PATCH t/TEST lib/Test.pm t/lib/Test/*.t] Syncing with Test-1.17
25670              From: Michael G Schwern <schwern@pobox.com>
25671              Date: Tue, 29 May 2001 09:19:52 +0100
25672              Message-ID: <20010529091952.R675@blackrider.blackstar.co.uk>
25673      Branch: perl
25674            + t/lib/Test/fail.t t/lib/Test/mix.t t/lib/Test/onfail.t
25675            + t/lib/Test/qr.t t/lib/Test/skip.t t/lib/Test/success.t
25676            + t/lib/Test/todo.t
25677            ! MANIFEST lib/Test.pm t/TEST
25678 ____________________________________________________________________________
25679 [ 10292] By: jhi                                   on 2001/05/29  15:34:08
25680         Log: From: Michael G Schwern <schwern@pobox.com>
25681              Subject: Re: [PATCH t/TEST] Allowing deeper test subdirectories
25682              Date: Tue, 29 May 2001 08:26:09 +0100
25683              Message-ID: <20010529082609.P675@blackrider.blackstar.co.uk>
25684      Branch: perl
25685            ! t/TEST
25686 ____________________________________________________________________________
25687 [ 10291] By: jhi                                   on 2001/05/29  15:29:37
25688         Log: Add tests for Time::gmtime and Time::localtime.
25689      Branch: perl
25690            + t/lib/time-gmtime.t t/lib/time-localtime.t
25691            ! MANIFEST t/lib/1_compile.t
25692 ____________________________________________________________________________
25693 [ 10290] By: jhi                                   on 2001/05/29  15:15:44
25694         Log: Add test for File::stat.
25695      Branch: perl
25696            + t/lib/filestat.t
25697            ! MANIFEST t/lib/1_compile.t
25698 ____________________________________________________________________________
25699 [ 10289] By: jhi                                   on 2001/05/29  15:05:38
25700         Log: Add test for Net::servent.
25701      Branch: perl
25702            + t/lib/net-sent.t
25703            ! MANIFEST t/lib/1_compile.t
25704 ____________________________________________________________________________
25705 [ 10288] By: jhi                                   on 2001/05/29  14:57:15
25706         Log: Add test for Net::protoent.
25707      Branch: perl
25708            + t/lib/net-pent.t
25709            ! MANIFEST t/lib/1_compile.t
25710 ____________________________________________________________________________
25711 [ 10287] By: jhi                                   on 2001/05/29  14:53:10
25712         Log: Add test for Net::netent.
25713      Branch: perl
25714            + t/lib/net-nent.t
25715            ! MANIFEST t/lib/1_compile.t
25716 ____________________________________________________________________________
25717 [ 10286] By: jhi                                   on 2001/05/29  14:31:57
25718         Log: Add test for User::grent.  Portability doubtful.
25719      Branch: perl
25720            + t/lib/user-grent.t
25721            ! MANIFEST t/lib/1_compile.t
25722 ____________________________________________________________________________
25723 [ 10285] By: jhi                                   on 2001/05/29  14:24:20
25724         Log: Add test for User::pwent.
25725              Probably will fall down somewhere for portability reasons.
25726      Branch: perl
25727            + t/lib/user-pwent.t
25728            ! MANIFEST t/lib/1_compile.t
25729 ____________________________________________________________________________
25730 [ 10284] By: jhi                                   on 2001/05/29  13:26:43
25731         Log: Metaconfig units changes for #10283.
25732      Branch: metaconfig
25733            ! U/installdirs/inc_version_list.U U/installdirs/perl5.U
25734            ! U/installdirs/siteman1.U U/installdirs/siteman3.U
25735            ! U/installdirs/sitescript.U U/modified/Signal.U
25736 ____________________________________________________________________________
25737 [ 10283] By: jhi                                   on 2001/05/29  13:26:24
25738         Log: Subject: [PATCH 5.6.1] signal names in Configure
25739              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25740              Date: Tue, 29 May 2001 03:52:25 -0400
25741              Message-ID: <20010529035225.A9400@math.ohio-state.edu>
25742              
25743              Subject: [PATCH 5.6.1] older perl in Configure
25744              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25745              Date: Tue, 29 May 2001 03:55:40 -0400
25746              Message-ID: <20010529035539.A9411@math.ohio-state.edu>
25747              
25748              Subject: [PATCH 5.6.1] goofs in Configure
25749              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25750              Date: Tue, 29 May 2001 04:13:07 -0400
25751              Message-ID: <20010529041307.A9658@math.ohio-state.edu>
25752              
25753              Configure portability tweaks.
25754      Branch: perl
25755            ! Configure
25756 ____________________________________________________________________________
25757 [ 10282] By: jhi                                   on 2001/05/29  12:41:41
25758         Log: Subject: [PATCH 5.6.1] extLibpath for OS/2
25759              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25760              Date: Tue, 29 May 2001 04:07:06 -0400
25761              Message-ID: <20010529040706.A9579@math.ohio-state.edu>
25762      Branch: perl
25763            ! os2/os2.c
25764 ____________________________________________________________________________
25765 [ 10281] By: jhi                                   on 2001/05/29  12:40:31
25766         Log: Subject: [PATCH 5.6.1] extra static libs for OS/2
25767              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25768              Date: Tue, 29 May 2001 04:01:38 -0400
25769              Message-ID: <20010529040138.A9482@math.ohio-state.edu>
25770      Branch: perl
25771            ! hints/os2.sh os2/Makefile.SHs
25772 ____________________________________________________________________________
25773 [ 10280] By: jhi                                   on 2001/05/29  12:38:48
25774         Log: Subject: Re: [PATCH 5.6.1] Test::Harness clumsy
25775              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25776              Date: Tue, 29 May 2001 03:50:18 -0400
25777              Message-ID: <20010529035018.A9387@math.ohio-state.edu>
25778      Branch: perl
25779            ! lib/Test/Harness.pm
25780 ____________________________________________________________________________
25781 [ 10279] By: jhi                                   on 2001/05/29  12:34:53
25782         Log: Additional safeguard against $@ getting trampled; idea from Hugo.
25783      Branch: perl
25784            ! lib/utf8_heavy.pl
25785 ____________________________________________________________________________
25786 [ 10278] By: jhi                                   on 2001/05/29  02:15:24
25787         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
25788              From: Hugo <hv@crypt.compulink.co.uk>
25789              Date: Tue, 29 May 2001 03:03:45 +0100
25790              Message-Id: <200105290203.DAA00825@crypt.compulink.co.uk>
25791              
25792              Explanation why the $@ always gets the UTF8 flag when under use utf8--
25793              because we told it to have the flag when under use utf8.
25794      Branch: perl
25795            ! pp_ctl.c
25796 ____________________________________________________________________________
25797 [ 10277] By: jhi                                   on 2001/05/29  00:51:34
25798         Log: At least a partial fix for 20010528.004.
25799      Branch: perl
25800            ! lib/utf8_heavy.pl
25801 ____________________________________________________________________________
25802 [ 10276] By: jhi                                   on 2001/05/29  00:42:59
25803         Log: Subject: Re: Report /pro/3gl/CPAN/perl-5.7.1
25804              From: Nicholas Clark <nick@ccl4.org> 
25805              Date: Mon, 28 May 2001 23:39:38 +0100
25806              Message-ID: <20010528233938.M86445@plum.flirble.org>
25807              
25808              More portable non-zero UV.
25809      Branch: perl
25810            ! t/lib/extutils.t
25811 ____________________________________________________________________________
25812 [ 10275] By: jhi                                   on 2001/05/29  00:40:28
25813         Log: Subject: [PATCH] (was Re: Why t/lib/extutils.t is failing ...
25814              From: Nicholas Clark <nick@ccl4.org>
25815              Date: Mon, 28 May 2001 22:46:09 +0100
25816              Message-ID: <20010528224608.L86445@plum.flirble.org>
25817              
25818              Test also "make clean".
25819      Branch: perl
25820            ! t/lib/extutils.t
25821 ____________________________________________________________________________
25822 [ 10274] By: jhi                                   on 2001/05/29  00:39:18
25823         Log: Subject: Re: Would -Wno-unused -Wall be better?
25824              From: Michael G Schwern <schwern@pobox.com>
25825              Date: Tue, 29 May 2001 00:55:54 +0100
25826              Message-ID: <20010529005553.B675@blackrider.blackstar.co.uk>
25827      Branch: perl
25828            ! pp.h
25829 ____________________________________________________________________________
25830 [ 10273] By: jhi                                   on 2001/05/29  00:36:06
25831         Log: Add a test for 20010528.007, fixed in #10272.
25832      Branch: perl
25833            ! t/op/misc.t toke.c
25834 ____________________________________________________________________________
25835 [ 10272] By: jhi                                   on 2001/05/29  00:21:12
25836         Log: Subject: Re: [ID 20010528.007] "\x{" causes panic:constant overflowed allocated space 
25837              From: Hugo <hv@crypt.compulink.co.uk>
25838              Date: Tue, 29 May 2001 00:23:23 +0100
25839              Message-Id: <200105282323.AAA07930@crypt.compulink.co.uk>
25840      Branch: perl
25841            ! toke.c
25842 ____________________________________________________________________________
25843 [ 10271] By: jhi                                   on 2001/05/28  22:52:11
25844         Log: Subject: Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
25845              From: Michael G Schwern <schwern@pobox.com>
25846              Date: Tue, 29 May 2001 00:42:59 +0100
25847              Message-ID: <20010529004259.A675@blackrider.blackstar.co.uk>
25848      Branch: perl
25849            ! t/pragma/autouse.t
25850 ____________________________________________________________________________
25851 [ 10270] By: jhi                                   on 2001/05/28  21:44:06
25852         Log: Some shells seemingly arrange the signal handlers differently
25853              (bug id 20010521.004).
25854      Branch: perl
25855            ! t/lib/sigaction.t
25856 ____________________________________________________________________________
25857 [ 10269] By: jhi                                   on 2001/05/28  20:34:21
25858         Log: Regen perlmodlib.
25859      Branch: perl
25860            ! pod/perlmodlib.pod
25861 ____________________________________________________________________________
25862 [ 10268] By: jhi                                   on 2001/05/28  19:08:45
25863         Log: Update Changes.
25864      Branch: perl
25865            ! Changes patchlevel.h
25866 ____________________________________________________________________________
25867 [ 10267] By: jhi                                   on 2001/05/28  19:03:54
25868         Log: Subject: [PATCH] perlnewmod.pod to reflect DLSI(P) change
25869              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
25870              Date: Mon, 28 May 2001 14:56:35 -0500
25871              Message-ID: <20010528145635.L8487@chaos.wustl.edu>
25872      Branch: perl
25873            ! pod/perlnewmod.pod
25874 ____________________________________________________________________________
25875 [ 10266] By: jhi                                   on 2001/05/28  18:35:03
25876         Log: Regen toc.
25877      Branch: perl
25878            ! pod/perltoc.pod
25879 ____________________________________________________________________________
25880 [ 10265] By: jhi                                   on 2001/05/28  18:33:32
25881         Log: Subject: [PATCH] RE: [20000223.001] no test cases for splice(@array) 
25882              From: "Richard Soderberg" <rs@crystalflame.net>
25883              Date: Mon, 28 May 2001 12:31:23 -0700
25884              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFLDFAA.rs@crystalflame.net>
25885      Branch: perl
25886            ! t/op/splice.t
25887 ____________________________________________________________________________
25888 [ 10264] By: jhi                                   on 2001/05/28  17:59:00
25889         Log: The #10260 was too bold: locales and utf8 still do not mix.
25890      Branch: perl
25891            ! t/pragma/locale.t
25892 ____________________________________________________________________________
25893 [ 10263] By: jhi                                   on 2001/05/28  17:52:25
25894         Log: Subject: [PATCH] Pod nitpicks
25895              From: "Richard Soderberg" <rs@crystalflame.net>
25896              Date: Mon, 28 May 2001 10:08:58 -0700
25897              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net>
25898      Branch: perl
25899            ! pod/perl571delta.pod pod/perlapi.pod sv.h
25900 ____________________________________________________________________________
25901 [ 10262] By: jhi                                   on 2001/05/28  17:50:05
25902         Log: Upgrade to I18N::LangTags 0.22.
25903      Branch: perl
25904            + lib/I18N/LangTags/List.pod
25905            ! MANIFEST lib/I18N/LangTags.pm
25906 ____________________________________________________________________________
25907 [ 10261] By: jhi                                   on 2001/05/28  17:23:40
25908         Log: A slightly more serious bug found by -Mutf8; op/misc and
25909              lib/complex dumped core.
25910      Branch: perl
25911            ! regexec.c
25912 ____________________________________________________________________________
25913 [ 10260] By: jhi                                   on 2001/05/28  16:58:11
25914         Log: Various buglets shaken out by -Mutf8.
25915      Branch: perl
25916            ! t/io/utf8.t t/lib/charnames.t t/lib/lc-language.t
25917            ! t/pragma/locale.t
25918 ____________________________________________________________________________
25919 [ 10259] By: jhi                                   on 2001/05/28  15:48:46
25920         Log: STDERR looks much like STDOUT.  (Subtest #2 wasn't really okay.)
25921      Branch: perl
25922            ! t/lib/carp.t
25923 ____________________________________________________________________________
25924 [ 10258] By: jhi                                   on 2001/05/28  15:32:41
25925         Log: Subject: [PATCH] todo patch
25926              From: Artur Bergman <artur@contiller.se> 
25927              Date: Mon, 28 May 2001 17:03:51 +0200
25928              Message-ID: <B7383577.F34%artur@contiller.se>
25929      Branch: perl
25930            ! pod/perltodo.pod
25931 ____________________________________________________________________________
25932 [ 10257] By: jhi                                   on 2001/05/28  15:31:25
25933         Log: Subject: typo in perlguts.pod
25934              From: "John P. Linderman" <jpl@research.att.com>
25935              Date: Mon, 28 May 2001 09:35:47 -0400 (EDT)
25936              Message-Id: <200105281335.JAA27851@raptor.research.att.com>
25937      Branch: perl
25938            ! pod/perlguts.pod
25939 ____________________________________________________________________________
25940 [ 10256] By: jhi                                   on 2001/05/28  15:30:42
25941         Log: Subject: AIX and gcc (moving targets)
25942              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
25943              Date: Mon, 28 May 2001 12:54:04 +0200
25944              Message-Id: <20010528124531.9FAB.H.M.BRAND@hccnet.nl>
25945      Branch: perl
25946            ! hints/aix.sh
25947 ____________________________________________________________________________
25948 [ 10255] By: jhi                                   on 2001/05/28  15:28:55
25949         Log: Subject: Re: perlio + multiple perl_alloc..destruct
25950              From: Doug MacEachern <dougm@covalent.net>
25951              Date: Sun, 27 May 2001 13:47:13 -0700 (PDT)
25952              Message-ID: <Pine.LNX.4.21.0105271340370.5938-100000@mako.covalent.net>
25953      Branch: perl
25954            ! perlio.c
25955 ____________________________________________________________________________
25956 [ 10254] By: jhi                                   on 2001/05/28  15:27:49
25957         Log: The #10251 wasn't quite up-to-the-code.
25958      Branch: perl
25959            ! t/op/misc.t
25960 ____________________________________________________________________________
25961 [ 10253] By: jhi                                   on 2001/05/28  15:26:39
25962         Log: Test case for bug 20010526.004, fixed in #10252.
25963      Branch: perl
25964            ! t/op/taint.t
25965 ____________________________________________________________________________
25966 [ 10252] By: jhi                                   on 2001/05/28  15:26:14
25967         Log: Subject: Re: [ID 20010526.004] Taint looses value
25968              From: Hugo <hv@crypt.compulink.co.uk>
25969              Date: Sun, 27 May 2001 20:39:32 +0100
25970              Message-Id: <200105271939.UAA27591@crypt.compulink.co.uk>
25971      Branch: perl
25972            ! sv.c
25973 ____________________________________________________________________________
25974 [ 10251] By: jhi                                   on 2001/05/28  15:13:40
25975         Log: Test case for 20010422.005, fixed by #10250.
25976      Branch: perl
25977            ! t/op/misc.t
25978 ____________________________________________________________________________
25979 [ 10250] By: jhi                                   on 2001/05/28  15:11:16
25980         Log: Subject: [PATCH] Re: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaults on FreeBSD 
25981              From: Spider Boardman <spider@Orb.Nashua.NH.US>
25982              Date: Mon, 28 May 2001 06:39:12 -0400
25983              Message-Id: <200105281039.GAA03962@Orb.Nashua.NH.US>
25984      Branch: perl
25985            ! toke.c
25986 ____________________________________________________________________________
25987 [ 10249] By: jhi                                   on 2001/05/28  15:09:24
25988         Log: Linerewrapping.
25989      Branch: perl
25990            ! lib/open.pm
25991 ____________________________________________________________________________
25992 [ 10248] By: jhi                                   on 2001/05/28  15:09:07
25993         Log: Updates on the modules list.
25994      Branch: perl
25995            ! t/lib/1_compile.t
25996 ____________________________________________________________________________
25997 [ 10247] By: jhi                                   on 2001/05/28  15:03:35
25998         Log: Add a test for PerlIO.
25999              
26000              (I probably got the crlf/raw thing wrong for clrfy platforms...)
26001      Branch: perl
26002            + t/lib/perlio.t
26003            ! MANIFEST lib/PerlIO.pm
26004 ____________________________________________________________________________
26005 [ 10246] By: jhi                                   on 2001/05/28  14:24:08
26006         Log: Add a test for carp et alia.
26007      Branch: perl
26008            + t/lib/carp.t
26009            ! MANIFEST
26010 ____________________________________________________________________________
26011 [ 10245] By: jhi                                   on 2001/05/28  13:42:55
26012         Log: Adding the new test would be swell.
26013      Branch: perl
26014            + t/pragma/autouse.t
26015 ____________________________________________________________________________
26016 [ 10244] By: jhi                                   on 2001/05/28  13:42:34
26017         Log: Add a test for the autouse pragma.
26018      Branch: perl
26019            ! MANIFEST
26020 ____________________________________________________________________________
26021 [ 10243] By: jhi                                   on 2001/05/28  13:26:25
26022         Log: Subject: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
26023              From: dLux <dlux@spam.sch.bme.hu>
26024              Date: Sun, 27 May 2001 16:14:26 +0200
26025              Message-Id: <E1541JK-0000YC-00@dl.sch.bme.hu>
26026      Branch: perl
26027            ! lib/autouse.pm
26028 ____________________________________________________________________________
26029 [ 10242] By: jhi                                   on 2001/05/28  13:21:50
26030         Log: Subject: [PATCH #2] RE: [ID 20010528.002] dprofpp: "-R" does not work
26031              From: "Richard Soderberg" <rs@crystalflame.net>
26032              Date: Mon, 28 May 2001 03:56:36 -0700
26033              Message-ID: <NAEKLNAAHLMBPMPNBMLEEEFADFAA.rs@crystalflame.net>
26034      Branch: perl
26035            ! utils/dprofpp.PL
26036 ____________________________________________________________________________
26037 [ 10241] By: jhi                                   on 2001/05/28  13:18:56
26038         Log: Subject: Re: [ID 20010522.003] Time::Local module bug
26039              From: "Stephen P. Potter" <spp@spotter.yi.org>
26040              Date: Tue, 22 May 2001 11:40:25 -0400
26041              Message-Id: <20010522154030.584F4729E2@belgarath.spotter.yi.org>
26042              
26043              Subject: Re: [ID 20010522.003] Time::Local module bug
26044              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu> 
26045              Date: Tue, 22 May 2001 11:50:19 -0400
26046              Message-ID: <20010522115019.D48634@linguist.thayer.dartmouth.edu>
26047      Branch: perl
26048            ! lib/Time/Local.pm
26049 ____________________________________________________________________________
26050 [ 10240] By: jhi                                   on 2001/05/27  22:44:49
26051         Log: The PERL_DL_NONLAZY can have whitespace in front.
26052      Branch: perl
26053            ! t/lib/extutils.t
26054 ____________________________________________________________________________
26055 [ 10239] By: jhi                                   on 2001/05/27  21:23:21
26056         Log: Document strftime() and strptime().
26057      Branch: perl
26058            ! ext/POSIX/POSIX.pod ext/Time/Piece/Piece.pm t/lib/time-piece.t
26059 ____________________________________________________________________________
26060 [ 10238] By: jhi                                   on 2001/05/27  20:29:07
26061         Log: Make Time::Piece::strptime() to be a function, not a method.
26062      Branch: perl
26063            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
26064 ____________________________________________________________________________
26065 [ 10237] By: jhi                                   on 2001/05/27  20:22:09
26066         Log: Tweak the test to be more portable.
26067      Branch: perl
26068            ! t/lib/extutils.t
26069 ____________________________________________________________________________
26070 [ 10236] By: jhi                                   on 2001/05/27  19:15:54
26071         Log: Subject: PATCH: Re: Re: Attributes that tie
26072              From: Leon Brocard <acme@astray.com>
26073              Date: Sun, 27 May 2001 12:37:29 +0100
26074              Message-ID: <20010527123729.A22663@ns0.astray.com>
26075              
26076              Document that variable attributes are not currently usable
26077              for tieing.  (An ugly limitation that should be fixed.)
26078      Branch: perl
26079            ! lib/attributes.pm
26080 ____________________________________________________________________________
26081 [ 10235] By: jhi                                   on 2001/05/27  19:03:31
26082         Log: Microperl tweaks.
26083      Branch: perl
26084            ! Makefile.micro uconfig.h uconfig.sh
26085 ____________________________________________________________________________
26086 [ 10234] By: jhi                                   on 2001/05/27  18:22:09
26087         Log: Add make target for microperl (kind of silly, but convenient).
26088      Branch: perl
26089            ! Makefile.SH
26090 ____________________________________________________________________________
26091 [ 10233] By: jhi                                   on 2001/05/27  18:18:56
26092         Log: O_APPEND and O_TRUNC are not portable.  (Not available e.g.
26093              for microperl.)
26094      Branch: perl
26095            ! doio.c
26096 ____________________________________________________________________________
26097 [ 10232] By: jhi                                   on 2001/05/27  17:57:18
26098         Log: Subject: [PATCH] [ID 19991013.005] utime undef, undef, @files  
26099              From: rspier@pobox.com (Robert Spier)
26100              Date: Sat, 26 May 2001 20:05:23 -0400
26101              Message-ID: <15120.17603.148648.12430@rls.cx>
26102              
26103              Subject: Re: [PATCH] [ID 19991013.005] utime undef, undef, @files
26104              From: rspier@pobox.com (Robert Spier)
26105              Date: Sun, 27 May 2001 00:23:12 -0400
26106              Message-ID: <15120.33072.511966.767230@rls.cx>
26107      Branch: perl
26108            ! doio.c pod/perlfunc.pod
26109 ____________________________________________________________________________
26110 [ 10231] By: jhi                                   on 2001/05/27  15:45:20
26111         Log: Regen toc.  (And add the README.tru64 from #10230 to MANIFEST.)
26112      Branch: perl
26113            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
26114 ____________________________________________________________________________
26115 [ 10230] By: jhi                                   on 2001/05/27  15:41:06
26116         Log: Add README.tru64.
26117      Branch: perl
26118            + README.tru64
26119 ____________________________________________________________________________
26120 [ 10229] By: jhi                                   on 2001/05/27  13:50:57
26121         Log: Integrate Locale::Maketext 1.01 from Sean Burke.
26122      Branch: perl
26123            + lib/Locale/Maketext.pm lib/Locale/Maketext.pod
26124            + lib/Locale/Maketext/TPJ13.pod t/lib/lc-maketext.t
26125            ! MANIFEST
26126 ____________________________________________________________________________
26127 [ 10228] By: jhi                                   on 2001/05/27  13:43:38
26128         Log: Integrate I18N::LangTags from Sean Burke.
26129              
26130              TODO: the language list from RFC 3066 needs to be integrated
26131              and made available somehow.  The list is included in the
26132              I18N-LangTags 0.21 distribution, but it is undocumented
26133              and unconnected to the module.
26134      Branch: perl
26135            + lib/I18N/LangTags.pm t/lib/i18n-langtags.t
26136            ! MANIFEST
26137 ____________________________________________________________________________
26138 [ 10227] By: jhi                                   on 2001/05/27  01:41:33
26139         Log: Allow 'eval "v200"' to work (part of 20000323.059); fix as
26140              envisioned by Sarathy.
26141      Branch: perl
26142            ! t/op/ver.t toke.c
26143 ____________________________________________________________________________
26144 [ 10226] By: jhi                                   on 2001/05/27  00:28:34
26145         Log: Subject: [ID 20010525.001] Pod typo nits fixed
26146              From: lvirden@cas.org
26147              Date: Fri, 25 May 2001 06:57:43 -0400 (EDT)
26148              Message-Id: <200105251057.f4PAvhY13003@lwv26awu.cas.org>
26149              
26150              minus the perlsolaris decimation plus the
26151              
26152              Subject: Re: [ID 20010525.001] Pod typo nits fixed
26153              From: "Philip Newton" <Philip.Newton@gmx.net>
26154              Date: Fri, 25 May 2001 18:05:55 +0200
26155              Message-Id: <200105251604.f4PG4kt15034@chaos.wustl.edu>
26156      Branch: perl
26157            ! README.amiga README.cygwin README.mpeix pod/perl5005delta.pod
26158            ! pod/perldebtut.pod pod/perlebcdic.pod pod/perlfaq3.pod
26159            ! pod/perlhack.pod pod/perltoc.pod pod/perltodo.pod
26160            ! pod/perlutil.pod pod/perlxstut.pod
26161 ____________________________________________________________________________
26162 [ 10225] By: jhi                                   on 2001/05/26  22:38:16
26163         Log: return clauses are nice.
26164      Branch: perl
26165            ! sv.c
26166 ____________________________________________________________________________
26167 [ 10224] By: jhi                                   on 2001/05/26  22:35:31
26168         Log: Subject: change 10199 backwards?
26169              From: Doug MacEachern <dougm@covalent.net>
26170              Date: Sat, 26 May 2001 11:26:07 -0700 (PDT)
26171              Message-ID: <Pine.LNX.4.21.0105261118510.22038-100000@mako.covalent.net>
26172      Branch: perl
26173            ! sv.c
26174 ____________________________________________________________________________
26175 [ 10223] By: jhi                                   on 2001/05/26  22:31:46
26176         Log: Subject: Re: 5.6.*, bleadperl: bugs in pp_concat
26177              From: Hugo <hv@crypt.compulink.co.uk>
26178              Date: Sat, 26 May 2001 17:05:12 +0100
26179              Message-Id: <200105261605.RAA12295@crypt.compulink.co.uk>
26180      Branch: perl
26181            + t/op/gmagic.t
26182            ! MANIFEST doop.c embed.h embed.pl global.sym
26183            ! lib/File/Basename.pm objXSUB.h perlapi.c pod/perlapi.pod
26184            ! pp_hot.c proto.h sv.c sv.h t/pragma/warn/pp_hot
26185 ____________________________________________________________________________
26186 [ 10222] By: jhi                                   on 2001/05/26  22:10:38
26187         Log: Regen headers for #10221.
26188      Branch: perl
26189            ! global.sym objXSUB.h perlapi.c
26190 ____________________________________________________________________________
26191 [ 10221] By: jhi                                   on 2001/05/26  22:06:06
26192         Log: Subject: [ID 20010506.012] Patch for 5.6.1 embed.pl (shared libperl&mod_perl)
26193              From: Juha Laiho <juha.laiho@Elma.Net>
26194              Date: Thu, 3 May 2001 09:51:30 +0300
26195              Message-Id: <200105030651.JAA327254@tokka.elma.fi>
26196      Branch: perl
26197            ! embed.pl
26198 ____________________________________________________________________________
26199 [ 10220] By: jhi                                   on 2001/05/26  22:01:30
26200         Log: Subject: Re: [PATCH] Re: stability of sort()?
26201              From: "John P. Linderman" <jpl@research.att.com>
26202              Date: Sat, 26 May 2001 13:27:19 -0400
26203              Message-Id: <200105261727.NAA06654@raptor.research.att.com>
26204      Branch: perl
26205            ! pod/perlfunc.pod
26206 ____________________________________________________________________________
26207 [ 10219] By: jhi                                   on 2001/05/26  14:02:34
26208         Log: Integrate perlio.
26209      Branch: perl
26210           !> pod/perlguts.pod
26211 ____________________________________________________________________________
26212 [ 10218] By: jhi                                   on 2001/05/26  13:39:52
26213         Log: Subject: [PATCH perl@10210] PerlIO for VMS
26214              From: "Craig A. Berry" <craigberry@mac.com>
26215              Date: Sat, 26 May 2001 09:34:11 -0500
26216              Message-Id: <a05100e0ab734816701a5@[172.16.52.1]>
26217      Branch: perl
26218            ! configure.com doio.c iperlsys.h perlio.c perlio.h perliol.h
26219            ! perlsdio.h vms/ext/Stdio/Stdio.xs vms/gen_shrfls.pl vms/vms.c
26220            ! vms/vmsish.h
26221 ____________________________________________________________________________
26222 [ 10217] By: jhi                                   on 2001/05/26  13:19:05
26223         Log: Subject: patch to fix: [ID 20010524.004] perl5db.pl version 1.12  doesn't stop on breakpoints
26224              From: David Dyck <dcd@tc.fluke.com>
26225              Date: Fri, 25 May 2001 00:03:04 -0700 (PDT)
26226              Message-ID: <Pine.LNX.4.33.0105242354030.17331-100000@dd.tc.fluke.com>
26227      Branch: perl
26228            ! lib/perl5db.pl
26229 ____________________________________________________________________________
26230 [ 10216] By: jhi                                   on 2001/05/26  13:17:47
26231         Log: Subject: utf8 regexp tests
26232              From: Hugo <hv@crypt.compulink.co.uk>
26233              Date: Fri, 25 May 2001 22:35:01 +0100
26234              Message-Id: <200105252135.WAA03197@crypt.compulink.co.uk>
26235      Branch: perl
26236            ! t/op/regexp.t
26237 ____________________________________________________________________________
26238 [ 10215] By: jhi                                   on 2001/05/26  13:15:40
26239         Log: Subject: [PATCH] Re: stability of sort()?
26240              From: Nicholas Clark <nick@ccl4.org>
26241              Date: Fri, 25 May 2001 22:40:19 +0100
26242              Message-ID: <20010525224019.B86445@plum.flirble.org>
26243      Branch: perl
26244            ! pod/perlfunc.pod
26245 ____________________________________________________________________________
26246 [ 10214] By: jhi                                   on 2001/05/26  13:14:30
26247         Log: Subject: Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH]
26248              From: John Peacock <jpeacock@rowman.com>
26249              Date: Thu, 24 May 2001 22:14:01 -0400
26250              Message-ID: <3B0DBFE9.A7C49084@rowman.com>
26251      Branch: perl
26252            ! mg.c scope.c sv.c
26253 ____________________________________________________________________________
26254 [ 10213] By: jhi                                   on 2001/05/26  13:08:56
26255         Log: Subject: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
26256              From: Nicholas Clark <nick@ccl4.org>
26257              Date: Sun, 20 May 2001 19:24:13 +0100
26258              Message-ID: <20010520192413.G83222@plum.flirble.org>
26259      Branch: perl
26260            + lib/ExtUtils/Constant.pm t/lib/extutils.t
26261            ! MANIFEST utils/h2xs.PL
26262 ____________________________________________________________________________
26263 [ 10212] By: nick                                  on 2001/05/26  09:49:28
26264         Log: Change perlguts docs to not suggest PUSHi etc. for multiple results,
26265              add a few more notes there on use of mortals on the stack.
26266      Branch: perlio
26267            ! pod/perlguts.pod
26268 ____________________________________________________________________________
26269 [ 10211] By: nick                                  on 2001/05/26  09:05:36
26270         Log: Integrate mainline
26271      Branch: perlio
26272           +> t/lib/fcntl.t t/pragma/vars.t
26273           !> (integrate 49 files)
26274 ____________________________________________________________________________
26275 [ 10210] By: jhi                                   on 2001/05/25  12:29:16
26276         Log: Update Changes.
26277      Branch: perl
26278            ! Changes patchlevel.h
26279 ____________________________________________________________________________
26280 [ 10209] By: jhi                                   on 2001/05/25  12:24:45
26281         Log: Based on
26282              
26283              Subject: [PATCH pp.c] Wrapping pack("C",256)
26284              From: Simon Cozens <simon@netthink.co.uk>
26285              Date: Sat, 12 May 2001 17:58:41 +0100
26286              Message-ID: <20010512175841.A6132@netthink.co.uk>
26287      Branch: perl
26288            ! pod/perldiag.pod pp.c t/pragma/warn/pp
26289 ____________________________________________________________________________
26290 [ 10208] By: jhi                                   on 2001/05/25  01:37:03
26291         Log: Subject: [PATCH] 5.6.1 Term::Cap -- add terminfo fallback
26292              From: "Brendan O'Dea" <bod@compusol.com.au>
26293              Date: Fri, 25 May 2001 11:18:29 +1000
26294              Message-ID: <20010525111829.A28411@compusol.com.au>
26295              
26296              (Slightly modified.)
26297      Branch: perl
26298            ! lib/Term/Cap.pm
26299 ____________________________________________________________________________
26300 [ 10207] By: jhi                                   on 2001/05/25  01:12:14
26301         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string 
26302              From: Hugo <hv@crypt.compulink.co.uk>
26303              Date: Fri, 25 May 2001 02:13:25 +0100
26304              Message-Id: <200105250113.CAA23158@crypt.compulink.co.uk>
26305      Branch: perl
26306            ! t/op/misc.t
26307 ____________________________________________________________________________
26308 [ 10206] By: jhi                                   on 2001/05/25  01:07:59
26309         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
26310              From: Inaba Hiroto <hiroto.inaba@toshiba.co.jp>
26311              Date: Fri, 25 May 2001 10:25:36 +0900
26312              Message-Id: <200105250124.KAA19571@toshiba.co.jp> 
26313      Branch: perl
26314            ! regcomp.c regexec.c
26315 ____________________________________________________________________________
26316 [ 10205] By: jhi                                   on 2001/05/25  01:07:00
26317         Log: Subject: [PATCH #2] stash autovivification and method call error messages
26318              From: Ilmari Karonen <iltzu@sci.fi>
26319              Date: Thu, 24 May 2001 01:51:48 +0300 (EET DST)
26320              Message-ID: <Pine.SOL.3.96.1010524013737.18819D-100000@simpukka>
26321      Branch: perl
26322            ! gv.c pp_hot.c t/op/method.t
26323 ____________________________________________________________________________
26324 [ 10204] By: jhi                                   on 2001/05/25  01:03:50
26325         Log: Add make target and documentation for gprof profiling.
26326      Branch: perl
26327            ! Makefile.SH pod/perlhack.pod
26328 ____________________________________________________________________________
26329 [ 10203] By: jhi                                   on 2001/05/24  21:09:36
26330         Log: Subject: Don't think about UTF8 
26331              From: Mike Guy <mjtg@cam.ac.uk> 
26332              Date: Tue, 22 May 2001 14:35:39 +0100
26333              Message-Id: <E152CK3-00028O-00@virgo.cus.cam.ac.uk>
26334      Branch: perl
26335            ! sv.h
26336 ____________________________________________________________________________
26337 [ 10202] By: jhi                                   on 2001/05/24  21:07:25
26338         Log: Subject: [ID 20010524.002] find2perl bug in fileglob_to_re
26339              From: Geraint A Edwards <gedge@serf.org> 
26340              Date: Thu, 24 May 2001 22:51:24 +0100
26341              Message-Id: <20010524225124.A34981@cymru.serf.org>
26342      Branch: perl
26343            ! x2p/find2perl.PL
26344 ____________________________________________________________________________
26345 [ 10201] By: jhi                                   on 2001/05/24  21:02:30
26346         Log: DB_File has its own attribute story.
26347      Branch: perl
26348            ! ext/DB_File/DB_File.xs
26349 ____________________________________________________________________________
26350 [ 10200] By: jhi                                   on 2001/05/24  19:54:21
26351         Log: Subject: Re: Making perl with -Wall
26352              From: Andy Dougherty <doughera@lafayette.edu>
26353              Date: Thu, 24 May 2001 14:33:37 -0400 (EDT)
26354              Message-ID: <Pine.SOL.4.10.10105241415460.2443-100000@maxwell.phys.lafayette.edu>
26355      Branch: perl
26356            ! perl.h
26357 ____________________________________________________________________________
26358 [ 10199] By: jhi                                   on 2001/05/24  15:15:03
26359         Log: Subject: RE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc(SvRV(sstr)) wasn't checking SvWEAKREF
26360              From: "Richard Soderberg" <rs@crystalflame.net>
26361              Date: Thu, 24 May 2001 08:58:16 -0700
26362              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEPODEAA.rs@crystalflame.net>
26363      Branch: perl
26364            ! sv.c
26365 ____________________________________________________________________________
26366 [ 10198] By: jhi                                   on 2001/05/24  15:10:04
26367         Log: IV/UV casting fixes from Nicholas Clark.
26368      Branch: perl
26369            ! perl.h pp_sys.c util.c
26370 ____________________________________________________________________________
26371 [ 10197] By: jhi                                   on 2001/05/24  14:19:44
26372         Log: Subject: Re: Making perl with -Wall
26373              From: Michael G Schwern <schwern@pobox.com>
26374              Date: Thu, 24 May 2001 15:40:28 +0100
26375              Message-ID: <20010524154028.B1988@blackrider.blackstar.co.uk>
26376      Branch: perl
26377            ! malloc.c perl.h
26378 ____________________________________________________________________________
26379 [ 10196] By: jhi                                   on 2001/05/24  14:04:41
26380         Log: Subject: [PATCH] Re: [ID 20010521.004] Two test suite failures on this platform with latest rsync 
26381              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
26382              Date: Tue, 22 May 2001 11:49:37 +0200
26383              Message-Id: <20010522114044.BC4E.H.M.BRAND@hccnet.nl>
26384      Branch: metaconfig
26385            ! U/modified/Oldsym.U
26386      Branch: metaconfig/U/perl
26387            ! patchlevel.U
26388      Branch: perl
26389            ! Configure config_h.SH myconfig.SH
26390 ____________________________________________________________________________
26391 [ 10195] By: jhi                                   on 2001/05/24  13:25:04
26392         Log: Under versiononly install also the scripts with the version suffix.
26393              (e.g. .../bin/h2xs5.7.1)
26394      Branch: perl
26395            ! installperl
26396 ____________________________________________________________________________
26397 [ 10194] By: jhi                                   on 2001/05/24  13:02:49
26398         Log: Subject: [PATCH] Stop segfault in mg.c:636
26399              From: "Richard Soderberg" <rs@crystalflame.net>
26400              Date: Thu, 24 May 2001 05:51:52 -0700
26401              Message-ID: <NAEKLNAAHLMBPMPNBMLEGEPGDEAA.rs@crystalflame.net>
26402      Branch: perl
26403            ! mg.c
26404 ____________________________________________________________________________
26405 [ 10193] By: jhi                                   on 2001/05/24  12:37:13
26406         Log: Iteration continues; hopefully convergently.
26407      Branch: perl
26408            ! t/lib/b-stash.t
26409 ____________________________________________________________________________
26410 [ 10192] By: jhi                                   on 2001/05/24  12:36:35
26411         Log: Subject: [PATCH] CORE::GLOBAL::require override happens too early
26412              From: Gisle Aas <gisle@ActiveState.com>
26413              Date: 23 May 2001 16:13:10 -0700
26414              Message-ID: <lrofsjfym1.fsf@caliper.ActiveState.com>
26415      Branch: perl
26416            ! op.c toke.c
26417 ____________________________________________________________________________
26418 [ 10191] By: jhi                                   on 2001/05/24  12:25:12
26419         Log: Subject: [PATCH] lib/dumpvar.pl, lib/perl5db.pl - fix warnings
26420              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
26421              Date: Thu, 24 May 2001 05:05:22 -0500
26422              Message-ID: <20010524050522.A18997@staff1.cso.uiuc.edu>
26423      Branch: perl
26424            ! lib/dumpvar.pl lib/perl5db.pl
26425 ____________________________________________________________________________
26426 [ 10190] By: jhi                                   on 2001/05/24  12:24:07
26427         Log: Subject: Re: [ID 20010524.001] perl5db.pl   x @INC  doesn't work like it used to
26428              From: David Dyck <dcd@tc.fluke.com>
26429              Date: Thu, 24 May 2001 01:42:09 -0700 (PDT)
26430              Message-ID: <Pine.LNX.4.33.0105240134580.5179-100000@dd.tc.fluke.com>
26431      Branch: perl
26432            ! lib/perl5db.pl
26433 ____________________________________________________________________________
26434 [ 10189] By: jhi                                   on 2001/05/23  22:43:31
26435         Log: Tiny pod nits on READMEs, mostly whitespace issues.
26436      Branch: perl
26437            ! README.amiga README.dos README.macos README.mpeix README.vmesa
26438            ! README.win32
26439 ____________________________________________________________________________
26440 [ 10188] By: jhi                                   on 2001/05/23  22:26:03
26441         Log: The DG/UX part of the 20010521.005.
26442      Branch: perl
26443            ! README.dgux
26444 ____________________________________________________________________________
26445 [ 10187] By: jhi                                   on 2001/05/23  22:04:05
26446         Log: Subject: Re: [ID 20000716.007] \G in a m//g expression causes problems 
26447              From: Hugo <hv@crypt.compulink.co.uk>
26448              Date: Mon, 21 May 2001 16:32:02 +0100
26449              Message-Id: <200105211532.QAA03999@crypt.compulink.co.uk>
26450      Branch: perl
26451            ! regcomp.c t/op/misc.t
26452 ____________________________________________________________________________
26453 [ 10186] By: jhi                                   on 2001/05/23  21:42:15
26454         Log: Subject: [PATCH] Extra UNIVERSAL tests
26455              From: Mike Guy <mjtg@cam.ac.uk>
26456              Date: Wed, 23 May 2001 12:29:20 +0100
26457              Message-Id: <E152WpM-0001yP-00@virgo.cus.cam.ac.uk>
26458      Branch: perl
26459            ! t/op/universal.t
26460 ____________________________________________________________________________
26461 [ 10185] By: jhi                                   on 2001/05/23  21:38:48
26462         Log: Subject: [PATCH] Remove EQ keyword
26463              From: Mike Guy <mjtg@cam.ac.uk>
26464              Message-Id: <E152Vhp-00072x-00@virgo.cus.cam.ac.uk>
26465              Date: Wed, 23 May 2001 11:17:29 +0100
26466      Branch: perl
26467            ! keywords.h keywords.pl
26468 ____________________________________________________________________________
26469 [ 10184] By: jhi                                   on 2001/05/23  21:29:41
26470         Log: Subject: [PATCH] lib/perl5db.pl
26471              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
26472              Date: Wed, 23 May 2001 02:18:03 -0500
26473              Message-ID: <20010523021803.A21965@staff1.cso.uiuc.edu>
26474      Branch: perl
26475            ! lib/perl5db.pl
26476 ____________________________________________________________________________
26477 [ 10183] By: jhi                                   on 2001/05/23  21:27:54
26478         Log: Subject: [PATCH lib/Term/Cap.pm] Avoid -W warnings in Tgetent and Tputs
26479              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
26480              Date: Tue, 22 May 2001 23:34:41 -0500
26481              Message-ID: <20010522233441.A12431@staff1.cso.uiuc.edu>
26482      Branch: perl
26483            ! lib/Term/Cap.pm
26484 ____________________________________________________________________________
26485 [ 10182] By: jhi                                   on 2001/05/23  21:24:30
26486         Log: Subject: [PATCH emacs/e2ctags.pl] big speedup
26487              From: davem@fdgroup.co.uk
26488              Date: Tue, 22 May 2001 22:08:09 +0100 (BST)
26489              Message-Id: <200105222108.WAA09442@gizmo.fdgroup.co.uk>
26490      Branch: perl
26491            ! emacs/e2ctags.pl
26492 ____________________________________________________________________________
26493 [ 10181] By: jhi                                   on 2001/05/23  21:23:29
26494         Log: Subject: [PATCH lib/vars.pm] Sensible minimum version
26495              From: Michael G Schwern <schwern@pobox.com>
26496              Date: Tue, 22 May 2001 14:15:09 +0100
26497              Message-ID: <20010522141509.J701@blackrider.blackstar.co.uk>
26498      Branch: perl
26499            ! lib/vars.pm
26500 ____________________________________________________________________________
26501 [ 10180] By: jhi                                   on 2001/05/23  21:22:14
26502         Log: Subject: [PATCH lib/vars.pm] Odd code nit
26503              From: Michael G Schwern <schwern@pobox.com>
26504              Date: Tue, 22 May 2001 14:14:28 +0100
26505              Message-ID: <20010522141427.I701@blackrider.blackstar.co.uk>
26506      Branch: perl
26507            ! lib/vars.pm
26508 ____________________________________________________________________________
26509 [ 10179] By: jhi                                   on 2001/05/23  21:19:51
26510         Log: Use the new use vars feature.
26511      Branch: perl
26512            ! t/lib/b-stash.t
26513 ____________________________________________________________________________
26514 [ 10178] By: jhi                                   on 2001/05/23  21:19:28
26515         Log: Subject: [PATCH] vars.pm to support qualified variables (was Re: [ID 20010521.001])
26516              From: Mike Guy <mjtg@cam.ac.uk>
26517              Sender: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
26518              Date: Tue, 22 May 2001 13:11:39 +0100
26519      Branch: perl
26520            + t/pragma/vars.t
26521            ! MANIFEST lib/vars.pm t/lib/1_compile.t
26522 ____________________________________________________________________________
26523 [ 10177] By: jhi                                   on 2001/05/23  21:01:48
26524         Log: -qlongdouble considered harmful by Merijn.
26525      Branch: perl
26526            ! hints/aix.sh
26527 ____________________________________________________________________________
26528 [ 10176] By: jhi                                   on 2001/05/21  13:21:21
26529         Log: Update Changes.
26530      Branch: perl
26531            ! Changes patchlevel.h
26532 ____________________________________________________________________________
26533 [ 10175] By: jhi                                   on 2001/05/21  13:17:28
26534         Log: Add a test of its very own for Fcntl.  Hopefully portable.
26535      Branch: perl
26536            + t/lib/fcntl.t
26537            ! MANIFEST
26538 ____________________________________________________________________________
26539 [ 10174] By: jhi                                   on 2001/05/21  12:45:41
26540         Log: Must be trickier for 'minitest' not to die.
26541      Branch: perl
26542            ! t/op/taint.t
26543 ____________________________________________________________________________
26544 [ 10173] By: jhi                                   on 2001/05/21  11:24:43
26545         Log: Can't declare other people's variables.
26546      Branch: perl
26547            ! t/lib/b-stash.t
26548 ____________________________________________________________________________
26549 [ 10172] By: jhi                                   on 2001/05/20  20:33:08
26550         Log: Fix for ID 20010519.003: sysopen() wasn't tainting :-(
26551      Branch: perl
26552            ! doio.c t/op/taint.t
26553 ____________________________________________________________________________
26554 [ 10171] By: jhi                                   on 2001/05/20  20:18:45
26555         Log: The OS/2 variable needs to be declared.
26556      Branch: perl
26557            ! t/lib/b-stash.t
26558 ____________________________________________________________________________
26559 [ 10170] By: nick                                  on 2001/05/20  16:48:29
26560         Log: Integrate mainline
26561      Branch: perlio
26562           !> (integrate 41 files)
26563 ____________________________________________________________________________
26564 [ 10169] By: jhi                                   on 2001/05/20  11:50:20
26565         Log: Small perlsec updates: clarify the taintedness of filename
26566              globbing; suggest using Scalar::Util::tainted().
26567      Branch: perl
26568            ! pod/perlsec.pod
26569 ____________________________________________________________________________
26570 [ 10168] By: jhi                                   on 2001/05/20  11:24:11
26571         Log: Subject: [PATCH 5.7.1@10135] [LARGE!] symbolic magic
26572              From: Dave Mitchell <davem@fdgroup.co.uk>
26573              Date: Sat, 19 May 2001 20:12:56 +0100 (BST)
26574              Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk>
26575      Branch: perl
26576            ! av.c cc_runtime.h doop.c dump.c gv.c hv.c mg.c op.c perl.c
26577            ! perl.h perlio.c pod/perlguts.pod pp.c pp_ctl.c pp_hot.c
26578            ! pp_sys.c regexec.c scope.c sv.c t/lib/peek.t taint.c util.c
26579            ! xsutils.c
26580 ____________________________________________________________________________
26581 [ 10167] By: jhi                                   on 2001/05/20  11:12:14
26582         Log: Subject: [PATCH 5.6.1] DLL descriptions on OS/2
26583              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26584              Date: Sat, 19 May 2001 04:08:46 -0400
26585              Message-ID: <20010519040846.A16969@math.ohio-state.edu>
26586      Branch: perl
26587            ! lib/ExtUtils/Mksymlists.pm makedef.pl
26588 ____________________________________________________________________________
26589 [ 10166] By: jhi                                   on 2001/05/20  11:08:27
26590         Log: Subject: [PATCH 5.6.1] DLL name mangling on OS/2
26591              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26592              Date: Sat, 19 May 2001 04:30:45 -0400
26593              Message-ID: <20010519043045.A17033@math.ohio-state.edu>
26594      Branch: perl
26595            ! os2/os2.c
26596 ____________________________________________________________________________
26597 [ 10165] By: jhi                                   on 2001/05/20  11:07:06
26598         Log: Subject: [PATCH 5.6.1] build bugs OS/2
26599              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26600              Date: Sat, 19 May 2001 04:35:28 -0400
26601              Message-ID: <20010519043528.A17363@math.ohio-state.edu>
26602      Branch: perl
26603            ! os2/Makefile.SHs os2/os2.c
26604 ____________________________________________________________________________
26605 [ 10164] By: jhi                                   on 2001/05/20  11:06:01
26606         Log: Subject: [PATCH 5.6.1] Mis-Failing tests
26607              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26608              Date: Sat, 19 May 2001 04:04:23 -0400
26609              Message-ID: <20010519040423.A16861@math.ohio-state.edu>
26610              
26611              (In bleadperl patched b-stash.t instead of b.t)
26612      Branch: perl
26613            ! t/lib/b-stash.t t/lib/bigfltpm.t
26614 ____________________________________________________________________________
26615 [ 10163] By: jhi                                   on 2001/05/20  10:59:46
26616         Log: Subject: [PATCH 5.6.1] perl5db
26617              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26618              Date: Sat, 19 May 2001 03:49:09 -0400
26619              Message-ID: <20010519034909.A14902@math.ohio-state.edu>
26620      Branch: perl
26621            ! lib/perl5db.pl
26622 ____________________________________________________________________________
26623 [ 10162] By: jhi                                   on 2001/05/20  10:58:18
26624         Log: Subject: [PATCH] require $mod where $mod has touched numeric context
26625              From: Gisle Aas <gisle@ActiveState.com>
26626              Date: 18 May 2001 14:24:51 -0700
26627              Message-ID: <lr3da2cpuk.fsf@caliper.ActiveState.com>
26628      Branch: perl
26629            ! pp_ctl.c
26630 ____________________________________________________________________________
26631 [ 10161] By: jhi                                   on 2001/05/20  10:57:00
26632         Log: Subject: [PATCH] Chomp should not always stringify
26633              From: Gisle Aas <gisle@ActiveState.com>
26634              Date: 18 May 2001 07:55:25 -0700
26635              Message-ID: <lrk83eogf6.fsf@caliper.ActiveState.com>
26636      Branch: perl
26637            ! doop.c t/op/chop.t
26638 ____________________________________________________________________________
26639 [ 10160] By: jhi                                   on 2001/05/20  10:49:40
26640         Log: Integrate perlio.
26641      Branch: perl
26642           !> pod/perlfunc.pod
26643 ____________________________________________________________________________
26644 [ 10159] By: nick                                  on 2001/05/20  09:39:46
26645         Log: Document some more of open's features.
26646      Branch: perlio
26647            ! pod/perlfunc.pod
26648 ____________________________________________________________________________
26649 [ 10158] By: gsar                                  on 2001/05/18  18:43:38
26650         Log: back out change#10153 (it has compatibility issues such as the
26651              changed behavior of /[~%@+-]/, and after talking to Jarkko, the
26652              benefit for 5.6.x doesn't seem worth the risk)
26653      Branch: maint-5.6/perl
26654            ! toke.c
26655 ____________________________________________________________________________
26656 [ 10157] By: jhi                                   on 2001/05/18  17:05:40
26657         Log: \$escaping the $vars in !GROK!THIS! section is a good idea.
26658      Branch: perl
26659            ! x2p/s2p.PL
26660 ____________________________________________________________________________
26661 [ 10156] By: jhi                                   on 2001/05/18  12:06:40
26662         Log: Update Changes.
26663      Branch: perl
26664            ! Changes patchlevel.h
26665 ____________________________________________________________________________
26666 [ 10155] By: jhi                                   on 2001/05/18  11:58:57
26667         Log: Integrate change #10144 from maintperl.
26668              
26669              s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
26670      Branch: perl
26671           !> win32/config.bc win32/config.gc win32/config.vc
26672           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
26673 ____________________________________________________________________________
26674 [ 10154] By: nick                                  on 2001/05/18  07:23:03
26675         Log: Integrate mainline.
26676      Branch: perlio
26677           +> README.dgux t/lib/i18n-collate.t utils.lst
26678           !> (integrate 49 files)
26679 ____________________________________________________________________________
26680 [ 10153] By: jhi                                   on 2001/05/18  00:41:51
26681         Log: Integrate change #7224 from mainline into maintperl.
26682              
26683              Allow @+ and @- to be doublequoted, from Simon Cozens. 
26684              (Approved by Larry, see Tom's comment in 20000830.005.)
26685      Branch: maint-5.6/perl
26686           !> toke.c
26687 ____________________________________________________________________________
26688 [ 10152] By: jhi                                   on 2001/05/17  23:18:15
26689         Log: Subject: [PATCH bleadperl] small lookbehind fix
26690              From: Hugo <hv@crypt.compulink.co.uk>
26691              Date: Fri, 18 May 2001 00:07:19 +0100
26692              Message-Id: <200105172307.AAA06142@crypt.compulink.co.uk>
26693      Branch: perl
26694            ! regexec.c
26695 ____________________________________________________________________________
26696 [ 10151] By: jhi                                   on 2001/05/17  22:00:06
26697         Log: Detypos.
26698      Branch: perl
26699            ! installman utils.lst
26700 ____________________________________________________________________________
26701 [ 10150] By: jhi                                   on 2001/05/17  20:32:48
26702         Log: Add better debug to glob/basic #8 as suggested by Nick Clark
26703              in 20001222.001.
26704      Branch: perl
26705            ! t/lib/glob-basic.t
26706 ____________________________________________________________________________
26707 [ 10149] By: jhi                                   on 2001/05/17  20:08:58
26708         Log: Subject: [PATCH] Test for bug 20010515.004
26709              From: Benjamin Sugars <bsugars@canoe.ca>
26710              Date: Thu, 17 May 2001 15:48:18 -0400 (EDT)
26711              Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca>
26712      Branch: perl
26713            ! t/op/misc.t
26714 ____________________________________________________________________________
26715 [ 10148] By: jhi                                   on 2001/05/17  20:06:23
26716         Log: Integrate #10145 from maintperl.
26717              
26718              fix for ID 20010515.004 (needs test)
26719      Branch: perl
26720           !> pp_hot.c
26721 ____________________________________________________________________________
26722 [ 10147] By: jhi                                   on 2001/05/17  19:10:46
26723         Log: Thinko noticed by Doug MacEachern.
26724      Branch: perl
26725            ! thread.h
26726 ____________________________________________________________________________
26727 [ 10146] By: jhi                                   on 2001/05/17  17:30:37
26728         Log: Subject: Re: [PATCH] HERE mark in regex
26729              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
26730              Date: Thu, 17 May 2001 12:20:33 -0400
26731              Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu> 
26732      Branch: perl
26733            ! t/op/re_tests
26734 ____________________________________________________________________________
26735 [ 10145] By: gsar                                  on 2001/05/17  16:59:55
26736         Log: fix for ID 20010515.004 (needs test)
26737      Branch: maint-5.6/perl
26738            ! pp_hot.c
26739 ____________________________________________________________________________
26740 [ 10144] By: gsar                                  on 2001/05/17  16:39:02
26741         Log: s/CONFIGDOTSH/PERL_CONFIG_SH/g
26742      Branch: maint-5.6/perl
26743            ! win32/config.bc win32/config.gc win32/config.vc
26744            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
26745 ____________________________________________________________________________
26746 [ 10143] By: jhi                                   on 2001/05/17  14:21:08
26747         Log: Macrofy the getspecific (and use it also in util.c)
26748      Branch: perl
26749            ! thread.h util.c
26750 ____________________________________________________________________________
26751 [ 10142] By: jhi                                   on 2001/05/17  01:43:50
26752         Log: Use the unchecked thread-specific key fetch also in Tru64.
26753      Branch: perl
26754            ! thread.h
26755 ____________________________________________________________________________
26756 [ 10141] By: jhi                                   on 2001/05/17  01:41:07
26757         Log: Subject: [PATCH 5.6.1]Quick thread speedup
26758              From: Dan Sugalski <dan@sidhe.org> 
26759              Date: Wed, 16 May 2001 18:05:19 -0400
26760              Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48>
26761      Branch: perl
26762            ! thread.h util.c
26763 ____________________________________________________________________________
26764 [ 10140] By: jhi                                   on 2001/05/16  19:58:29
26765         Log: I think this is quite enough testing for a deprecated feature.
26766      Branch: perl
26767            + t/lib/i18n-collate.t
26768            ! MANIFEST t/lib/1_compile.t
26769 ____________________________________________________________________________
26770 [ 10139] By: jhi                                   on 2001/05/16  18:47:03
26771         Log: More HP-UX lore from Jeff Okamoto.
26772      Branch: perl
26773            ! README.hpux
26774 ____________________________________________________________________________
26775 [ 10138] By: jhi                                   on 2001/05/16  18:21:04
26776         Log: Sort utils.lst for easier maintenance.
26777      Branch: perl
26778            ! utils.lst
26779 ____________________________________________________________________________
26780 [ 10137] By: jhi                                   on 2001/05/16  18:12:01
26781         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
26782              From: Tim Jenness <t.jenness@jach.hawaii.edu>
26783              Date: Wed, 16 May 2001 08:59:59 -1000 (HST)
26784              Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu>
26785              
26786              Add pod2latex to utils.lst.
26787      Branch: perl
26788            ! MANIFEST utils.lst
26789 ____________________________________________________________________________
26790 [ 10136] By: jhi                                   on 2001/05/16  18:00:00
26791         Log: Subject: Re: [PATCH] HERE mark in regex
26792              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
26793              Date: Wed, 16 May 2001 13:04:43 -0400
26794              Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu> 
26795      Branch: perl
26796            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
26797            ! t/op/regmesg.t t/pragma/warn/regcomp
26798 ____________________________________________________________________________
26799 [ 10135] By: jhi                                   on 2001/05/16  17:51:50
26800         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
26801              From: Simon Cozens <simon@netthink.co.uk>
26802              Date: Wed, 16 May 2001 18:02:08 +0100
26803              Message-ID: <20010516180208.A6458@netthink.co.uk>
26804      Branch: perl
26805            ! installman utils.lst
26806 ____________________________________________________________________________
26807 [ 10134] By: jhi                                   on 2001/05/16  17:47:26
26808         Log: Subject: Re: [ID 20010515.001] -DPERL_Y2KWARN doesn't do what it should (Not OK: perl v5.7.1 +DEVEL10104 on i586-linux 2.2.16-22 (UNINST
26809              From: "Philip Newton" <pnewton@gmx.de>
26810              Date: Tue, 15 May 2001 15:09:30 +0200
26811              Message-ID: <3B0146AA.2839.17BFDA6@localhost>
26812              
26813              Test case for #10128.
26814      Branch: perl
26815            ! t/pragma/warn/pp_hot
26816 ____________________________________________________________________________
26817 [ 10133] By: jhi                                   on 2001/05/16  15:12:52
26818         Log: Update Changes.
26819      Branch: perl
26820            ! Changes patchlevel.h
26821 ____________________________________________________________________________
26822 [ 10132] By: jhi                                   on 2001/05/16  14:50:55
26823         Log: Deprecate pseudo-hashes.
26824      Branch: perl
26825            ! pod/perl572delta.pod pod/perlref.pod pod/perltodo.pod
26826 ____________________________________________________________________________
26827 [ 10131] By: jhi                                   on 2001/05/16  14:26:01
26828         Log: HP-UX hints update from Merijn.
26829      Branch: perl
26830            ! hints/hpux.sh
26831 ____________________________________________________________________________
26832 [ 10130] By: jhi                                   on 2001/05/16  14:23:01
26833         Log: README.hpux update from Merijn.
26834      Branch: perl
26835            ! README.hpux
26836 ____________________________________________________________________________
26837 [ 10129] By: jhi                                   on 2001/05/16  14:18:56
26838         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
26839              From: Simon Cozens <simon@netthink.co.uk>
26840              Date: Wed, 16 May 2001 15:57:55 +0100
26841              Message-ID: <20010516155755.A4728@netthink.co.uk>
26842      Branch: perl
26843            + utils.lst
26844            ! MANIFEST installman installperl
26845 ____________________________________________________________________________
26846 [ 10128] By: jhi                                   on 2001/05/16  14:15:36
26847         Log: Subject: Re: [ID 20010515.001] -DPERL_Y2KWARN doesn't do what it should (Not OK: perl v5.7.1 +DEVEL10104 on i586-linux 2.2.16-22 (UNINST
26848              From: "Philip Newton" <pnewton@gmx.de>
26849              Date: Tue, 15 May 2001 16:31:05 +0200
26850              Message-ID: <3B0159C9.1905.1C6AEF9@localhost>
26851              
26852              Fix PERL_Y2KWARN test to check before rather than after appending.
26853      Branch: perl
26854            ! pp_hot.c
26855 ____________________________________________________________________________
26856 [ 10127] By: jhi                                   on 2001/05/16  14:08:15
26857         Log: Regen Porting stuff.
26858      Branch: perl
26859            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
26860            ! config_h.SH
26861 ____________________________________________________________________________
26862 [ 10126] By: jhi                                   on 2001/05/16  13:41:50
26863         Log: Metaconfig unit change for #10125.
26864      Branch: metaconfig
26865            ! U/modified/Oldconfig.U
26866 ____________________________________________________________________________
26867 [ 10125] By: jhi                                   on 2001/05/16  13:41:35
26868         Log: Use OSVERS.
26869      Branch: perl
26870            ! Configure config_h.SH perl.c
26871 ____________________________________________________________________________
26872 [ 10124] By: jhi                                   on 2001/05/16  13:41:09
26873         Log: Regen toc.
26874      Branch: perl
26875            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
26876 ____________________________________________________________________________
26877 [ 10123] By: jhi                                   on 2001/05/16  13:25:38
26878         Log: Adding the README.dgux to the MANIFEST would be a good idea.
26879      Branch: perl
26880            ! MANIFEST
26881 ____________________________________________________________________________
26882 [ 10122] By: jhi                                   on 2001/05/16  13:08:33
26883         Log: Move the stack desire definition to thread.h.
26884      Branch: perl
26885            ! ext/Thread/Thread.xs thread.h
26886 ____________________________________________________________________________
26887 [ 10121] By: jhi                                   on 2001/05/16  13:00:12
26888         Log: DG-UX threading patches, including a README.dgux,
26889              from Takis Psarogiannakopoulos.
26890      Branch: perl
26891            + README.dgux
26892            ! config_h.SH ext/Thread/Thread.xs hints/dgux.sh perl.c
26893 ____________________________________________________________________________
26894 [ 10120] By: jhi                                   on 2001/05/16  12:55:33
26895         Log: Subject: [PATCH B::Deparse] More on /x regexes
26896              From: Robin Houston <robin@kitsite.com>
26897              Date: Tue, 15 May 2001 19:09:35 +0100
26898              Message-ID: <20010515190935.A27268@penderel>
26899      Branch: perl
26900            ! ext/B/B/Deparse.pm
26901 ____________________________________________________________________________
26902 [ 10119] By: jhi                                   on 2001/05/16  12:45:29
26903         Log: Document that the core time() may be rounding rather
26904              than truncating, would have saved at least my confusion.
26905      Branch: perl
26906            ! ext/Time/HiRes/HiRes.pm
26907 ____________________________________________________________________________
26908 [ 10118] By: jhi                                   on 2001/05/16  12:37:57
26909         Log: Subject: perl-current/t/time-hires.t
26910              From: John Peacock <jpeacock@rowman.com>
26911              Date: Fri, 11 May 2001 14:09:41 -0400
26912              Message-ID: <3AFC2AE5.5E787E54@rowman.com>
26913      Branch: perl
26914            ! t/lib/time-hires.t
26915 ____________________________________________________________________________
26916 [ 10117] By: jhi                                   on 2001/05/15  13:40:33
26917         Log: Subject: [PATCH dump.c] Op private flags
26918              From: Simon Cozens <simon@netthink.co.uk>
26919              Date: Sun, 13 May 2001 20:20:36 +0100
26920              Message-ID: <20010513202036.A21896@netthink.co.uk>
26921      Branch: perl
26922            ! dump.c
26923 ____________________________________________________________________________
26924 [ 10116] By: jhi                                   on 2001/05/15  13:28:26
26925         Log: Upgrade to Switch 2.03.
26926      Branch: perl
26927            ! lib/Switch.pm
26928 ____________________________________________________________________________
26929 [ 10115] By: jhi                                   on 2001/05/15  13:19:01
26930         Log: Integrate change #10113 from mainline: rename CONFIGDOTSH
26931              to PERL_CONFIG_SH and use it consistently.
26932      Branch: maint-5.6/perl
26933           !> Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
26934           !> configpm configure.com makeaperl.SH makedepend.SH makedir.SH
26935           !> myconfig.SH writemain.SH
26936 ____________________________________________________________________________
26937 [ 10114] By: jhi                                   on 2001/05/15  13:13:21
26938         Log: Metaconfig units changes for #10113.
26939      Branch: metaconfig
26940            ! U/modified/Config_h.U U/modified/Extract.U U/modified/Oldsym.U
26941 ____________________________________________________________________________
26942 [ 10113] By: jhi                                   on 2001/05/15  13:12:40
26943         Log: The problem described in 20010514.031 still wasn't
26944              fully cured, there were remnants of $CONFIG when
26945              $CONFIGDOTSH was expected.  Now renamed to PERL_CONFIG_SH
26946              to avoid future conflicts.
26947      Branch: perl
26948            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
26949            ! configpm configure.com makeaperl.SH makedepend.SH makedir.SH
26950            ! myconfig.SH writemain.SH
26951 ____________________________________________________________________________
26952 [ 10112] By: jhi                                   on 2001/05/15  11:55:44
26953         Log: Half of #10107 got lost.
26954      Branch: perl
26955            ! ext/B/B/Deparse.pm
26956 ____________________________________________________________________________
26957 [ 10111] By: nick                                  on 2001/05/15  08:39:14
26958         Log: Integrate mainline.
26959      Branch: perlio
26960           +> ext/POSIX/hints/uts.pl
26961            - Todo Todo-5.6 t/camel-III/vstring.t
26962           !> (integrate 48 files)
26963 ____________________________________________________________________________
26964 [ 10110] By: jhi                                   on 2001/05/15  02:04:05
26965         Log: Subject: [PATCH TestInit.pm] Give Deparse tester a fair chance
26966              From: Robin Houston <robin@kitsite.com>
26967              Date: Mon, 14 May 2001 22:27:08 +0100
26968              Message-ID: <20010514222708.A22963@penderel>
26969      Branch: perl
26970            ! t/TestInit.pm
26971 ____________________________________________________________________________
26972 [ 10109] By: jhi                                   on 2001/05/15  02:03:12
26973         Log: Subject: [PATCH B::Deparse] Lvaluable method calls
26974              From: Robin Houston <robin@kitsite.com>
26975              Date: Mon, 14 May 2001 22:16:43 +0100
26976              Message-ID: <20010514221643.A22437@penderel>
26977      Branch: perl
26978            ! ext/B/B/Deparse.pm
26979 ____________________________________________________________________________
26980 [ 10108] By: jhi                                   on 2001/05/15  02:02:17
26981         Log: Subject: [PATCH B::Deparse] C<$foo =~ give_me_a_regex>; /x modifier
26982              From: Robin Houston <robin@kitsite.com>
26983              Date: Mon, 14 May 2001 22:03:44 +0100
26984              Message-ID: <20010514220344.A20643@penderel>
26985      Branch: perl
26986            ! ext/B/B/Deparse.pm
26987 ____________________________________________________________________________
26988 [ 10107] By: jhi                                   on 2001/05/15  02:01:24
26989         Log: Subject: [PATCH B::Deparse] "${foo}_bar"
26990              From: Robin Houston <robin@kitsite.com>
26991              Date: Mon, 14 May 2001 22:10:07 +0100
26992              Message-ID: <20010514221007.A21118@penderel>
26993      Branch: perl
26994            ! ext/B/B/Deparse.pm
26995 ____________________________________________________________________________
26996 [ 10106] By: jhi                                   on 2001/05/15  01:41:26
26997         Log: Fix for 20010514.037; substr() didn't invalidate the locale
26998              collation magic.
26999      Branch: perl
27000            ! pp.c
27001 ____________________________________________________________________________
27002 [ 10105] By: jhi                                   on 2001/05/14  18:18:24
27003         Log: Update Changes.
27004      Branch: perl
27005            ! Changes patchlevel.h
27006 ____________________________________________________________________________
27007 [ 10104] By: jhi                                   on 2001/05/14  18:09:07
27008         Log: Retract #10094.
27009      Branch: perl
27010            ! lib/Pod/Text.pm
27011 ____________________________________________________________________________
27012 [ 10103] By: jhi                                   on 2001/05/14  15:20:58
27013         Log: Integrate change #10100 from maintperl.
27014              
27015              PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
27016              bug ID 20010514.027)
27017      Branch: perl
27018           !> mg.c pp_ctl.c
27019 ____________________________________________________________________________
27020 [ 10102] By: jhi                                   on 2001/05/14  15:19:21
27021         Log: Document the deprecatedness of suidperl.
27022      Branch: perl
27023            ! INSTALL pod/perlfaq1.pod
27024 ____________________________________________________________________________
27025 [ 10101] By: jhi                                   on 2001/05/14  14:54:31
27026         Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy
27027              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
27028              Date: Mon, 14 May 2001 09:38:59 -0400
27029              Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu>
27030      Branch: perl
27031            ! lib/ExtUtils/MM_Unix.pm
27032 ____________________________________________________________________________
27033 [ 10100] By: gsar                                  on 2001/05/14  14:43:50
27034         Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
27035              bug ID 20010514.027)
27036              
27037              TODO: this needs a testsuite addition
27038      Branch: maint-5.6/perl
27039            ! mg.c pp_ctl.c
27040 ____________________________________________________________________________
27041 [ 10099] By: jhi                                   on 2001/05/14  13:42:38
27042         Log: More DWIMminess for Class::Struct: calling the array or hash
27043              accessors only with one argument, an array or a hash reference,
27044              sets the underlying array or hash.  This mirrors nicely also
27045              the usage in the constructor.
27046              From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
27047      Branch: perl
27048            ! lib/Class/Struct.pm t/lib/class-struct.t
27049 ____________________________________________________________________________
27050 [ 10098] By: jhi                                   on 2001/05/14  13:10:34
27051         Log: Reference cmp'ing should go through the whole stringification
27052              process shebang, as pointed out by Sarathy in #10091.
27053      Branch: perl
27054            ! pp.c
27055 ____________________________________________________________________________
27056 [ 10097] By: jhi                                   on 2001/05/14  12:54:31
27057         Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo
27058              From: Simon Cozens <simon@netthink.co.uk>
27059              Date: Sat, 12 May 2001 16:36:27 +0100
27060              Message-ID: <20010512163627.A5522@netthink.co.uk>
27061              
27062              with some additions salvaged from Todo and Todo-5.6 before
27063              retiring them.
27064      Branch: perl
27065            - Todo Todo-5.6
27066            ! MANIFEST pod/perltodo.pod
27067 ____________________________________________________________________________
27068 [ 10096] By: jhi                                   on 2001/05/14  12:37:01
27069         Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h>
27070              From: "Golubev I. N." <gin@mo.msk.ru>
27071              Date: Mon, 07 May 2001 14:33:34 (GMT)
27072              Message-Id: <02453af6b23e63-gin@mo.msk.ru>
27073      Branch: perl
27074            ! perl.h
27075 ____________________________________________________________________________
27076 [ 10095] By: jhi                                   on 2001/05/14  12:34:24
27077         Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy
27078              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
27079              Date: Mon, 7 May 2001 09:35:57 -0600 (MDT)
27080              Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com>
27081      Branch: perl
27082            ! lib/ExtUtils/MM_Unix.pm
27083 ____________________________________________________________________________
27084 [ 10094] By: jhi                                   on 2001/05/14  12:32:44
27085         Log: (Retracted by #10104.)
27086              
27087              Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)]
27088              From: barries <barries@slaysys.com>
27089              Date: Sat, 12 May 2001 01:28:10 -0400
27090              Message-ID: <20010512012810.B26358@jester.slaysys.com>
27091      Branch: perl
27092            ! lib/Pod/Text.pm
27093 ____________________________________________________________________________
27094 [ 10093] By: jhi                                   on 2001/05/14  12:30:38
27095         Log: Subject: [PATCH] Incorrect line numbers in AutoSplit
27096              From: Mike Guy <mjtg@cam.ac.uk>
27097              Date: Sat, 12 May 2001 19:24:33 +0100
27098              Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk>
27099      Branch: perl
27100            ! lib/AutoSplit.pm
27101 ____________________________________________________________________________
27102 [ 10092] By: jhi                                   on 2001/05/14  12:29:21
27103         Log: Yet another HP-UX hints tweak from Merijn.
27104      Branch: perl
27105            ! hints/hpux.sh
27106 ____________________________________________________________________________
27107 [ 10091] By: gsar                                  on 2001/05/14  04:38:32
27108         Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV
27109              isn't defined (changes#9366,9368,9370 from mainline without the
27110              pp_scmp() change)
27111      Branch: maint-5.6/perl
27112            ! pp.c pp.h pp_hot.c
27113 ____________________________________________________________________________
27114 [ 10090] By: jhi                                   on 2001/05/12  13:39:43
27115         Log: The sorting seems to happen now automatically.
27116      Branch: perl
27117            ! t/lib/glob-basic.t
27118 ____________________________________________________________________________
27119 [ 10089] By: jhi                                   on 2001/05/12  03:38:15
27120         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
27121              From: Benjamin Sugars <bsugars@canoe.ca>
27122              Date: Fri, 11 May 2001 11:36:04 -0400 (EDT)
27123              Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca>
27124      Branch: perl
27125            ! pod/perlfunc.pod
27126 ____________________________________________________________________________
27127 [ 10088] By: jhi                                   on 2001/05/12  03:37:00
27128         Log: Subject: Re: undef(&foo) does not work for XS functions
27129              From: Doug MacEachern <dougm@covalent.net>
27130              Date: Fri, 11 May 2001 16:52:29 -0700 (PDT)
27131              Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net>
27132      Branch: perl
27133            ! op.c
27134 ____________________________________________________________________________
27135 [ 10087] By: jhi                                   on 2001/05/12  03:35:58
27136         Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC
27137              From: Peter Prymmer <pvhp@forte.com>
27138              Date: Fri, 11 May 2001 17:38:43 -0700 (PDT)
27139              Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
27140      Branch: perl
27141            ! t/op/append.t
27142 ____________________________________________________________________________
27143 [ 10086] By: jhi                                   on 2001/05/11  14:23:08
27144         Log: Update Changes.
27145      Branch: perl
27146            ! Changes patchlevel.h
27147 ____________________________________________________________________________
27148 [ 10085] By: jhi                                   on 2001/05/11  14:08:20
27149         Log: Remove the 'asciir' re subpragma.  Should instead implement
27150              the 'physical vs logical' range scheme:
27151              
27152              \xAA-\xCC is a native physical range, you want that range of
27153              codepoints in your native encoding.  In EBCDIC the codepoints
27154              in the gaps (between i-j and r-s) should be included.
27155              
27156              \x{AA}-\x{CC} is a physical Unicode range, you want that range of
27157              codepoints in Unicode.
27158              
27159              a-z is a logical range, you want that range of 'logical' codepoints
27160              in your native encoding.  In EBCDIC the codepoints in the gaps
27161              (between i-j and r-s) should not be included.
27162              
27163              Mixed cases (a-\xAA, etc) should either be errors, or maybe
27164              the 'logical' endpoints should be converted to native/Unicode
27165              codepoints, and the range handled as a physical range.
27166              
27167              'Logical endpoints' are to be recognized only in the A-Z, a-z,
27168              and 0-9 ranges.  Probably a warning should be given for mixed
27169              cases like A-z or a-9 (since such expressions are encoding
27170              dependent), with a recommendation to use physical ranges.
27171      Branch: perl
27172            ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t
27173            ! t/op/regexp.t
27174 ____________________________________________________________________________
27175 [ 10084] By: jhi                                   on 2001/05/11  13:56:16
27176         Log: Make the test to cleanup the test directory tree
27177              both before and after the testing so that we always
27178              have a clean slate to work with.
27179      Branch: perl
27180            ! t/lib/filefind.t
27181 ____________________________________________________________________________
27182 [ 10083] By: jhi                                   on 2001/05/11  13:46:30
27183         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
27184              From: Jon Eveland <jweveland@yahoo.com>
27185              Date: Fri, 11 May 2001 07:36:28 -0700 (PDT)
27186              Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com>
27187      Branch: perl
27188            ! pod/perlfunc.pod
27189 ____________________________________________________________________________
27190 [ 10082] By: jhi                                   on 2001/05/11  13:45:06
27191         Log: Merge the camel-III/vstring.t with op/ver.t.
27192      Branch: perl
27193            - t/camel-III/vstring.t
27194            ! MANIFEST t/TEST t/harness t/op/ver.t
27195 ____________________________________________________________________________
27196 [ 10081] By: jhi                                   on 2001/05/11  13:15:55
27197         Log: Add test.deparse make target.
27198      Branch: perl
27199            ! Makefile.SH
27200 ____________________________________________________________________________
27201 [ 10080] By: jhi                                   on 2001/05/11  12:52:49
27202         Log: Subject: [PATCH B::Deparse] $foo->bar(0)
27203              From: Robin Houston <robin@kitsite.com>
27204              Date: Fri, 11 May 2001 12:02:22 +0100
27205              Message-ID: <20010511120222.A11529@penderel>
27206      Branch: perl
27207            ! ext/B/B/Deparse.pm t/op/method.t
27208 ____________________________________________________________________________
27209 [ 10079] By: jhi                                   on 2001/05/11  01:59:06
27210         Log: A nicely working combination for UTS from Hal Morris.
27211      Branch: perl
27212            + ext/POSIX/hints/uts.pl
27213            ! MANIFEST hints/uts.sh
27214 ____________________________________________________________________________
27215 [ 10078] By: jhi                                   on 2001/05/11  01:15:04
27216         Log: i_ieeefp=undef for UTS.
27217      Branch: perl
27218            ! hints/uts.sh
27219 ____________________________________________________________________________
27220 [ 10077] By: jhi                                   on 2001/05/10  22:42:35
27221         Log: Subject: RE: rand(0) is rand(1)
27222              From: Larry Shatzer <lshatzer@islanddata.com>
27223              Date: Thu, 10 May 2001 11:09:27 -0700
27224              Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com>
27225      Branch: perl
27226            ! pod/perlfunc.pod
27227 ____________________________________________________________________________
27228 [ 10076] By: jhi                                   on 2001/05/10  22:36:50
27229         Log: Subject: [patch] make op_{clear,null} public
27230              From: Doug MacEachern <dougm@covalent.net>
27231              Date: Thu, 10 May 2001 15:54:09 -0700 (PDT)
27232              Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net>
27233      Branch: perl
27234            ! embed.h embed.pl op.c proto.h
27235 ____________________________________________________________________________
27236 [ 10075] By: jhi                                   on 2001/05/10  22:28:36
27237         Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support
27238              From: Robin Houston <robin@kitsite.com>
27239              Date: Thu, 10 May 2001 18:54:59 +0100
27240              Message-ID: <20010510185459.A5995@penderel>
27241      Branch: perl
27242            ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t
27243 ____________________________________________________________________________
27244 [ 10074] By: jhi                                   on 2001/05/10  22:23:41
27245         Log: Subject: [PATCH B::Deparse] t/op/64bitint.t
27246              From: Robin Houston <robin@kitsite.com>
27247              Date: Thu, 10 May 2001 12:56:39 +0100
27248              Message-ID: <20010510125639.A2119@penderel>
27249      Branch: perl
27250            ! ext/B/B/Deparse.pm
27251 ____________________________________________________________________________
27252 [ 10073] By: jhi                                   on 2001/05/10  14:26:01
27253         Log: Retract #10070, not ready yet.
27254      Branch: perl
27255            ! ext/B/B/Deparse.pm
27256 ____________________________________________________________________________
27257 [ 10072] By: jhi                                   on 2001/05/10  13:40:24
27258         Log: The metaconfig unit change for #10071.
27259      Branch: metaconfig
27260            ! U/modified/mallocsrc.U
27261 ____________________________________________________________________________
27262 [ 10071] By: jhi                                   on 2001/05/10  13:39:57
27263         Log: The #9525+#9526 didn't allow for overriding usemymalloc.
27264      Branch: perl
27265            ! Configure
27266 ____________________________________________________________________________
27267 [ 10070] By: jhi                                   on 2001/05/10  13:18:42
27268         Log: (Retracted by #10073)
27269              
27270              Subject: Re: [PATCH t/TEST] B::Deparse tester 
27271              From: Hugo <hv@crypt.compulink.co.uk>
27272              Date: Thu, 10 May 2001 05:48:09 +0100
27273              Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk>
27274      Branch: perl
27275            ! ext/B/B/Deparse.pm
27276 ____________________________________________________________________________
27277 [ 10069] By: jhi                                   on 2001/05/10  12:24:06
27278         Log: Add a for(func()) test.
27279      Branch: perl
27280            ! t/cmd/for.t
27281 ____________________________________________________________________________
27282 [ 10068] By: jhi                                   on 2001/05/10  12:16:00
27283         Log: Subject: [PATCH B::Deparse] our() lists and foreach loops
27284              From: Robin Houston <robin@kitsite.com>
27285              Date: Thu, 10 May 2001 13:50:08 +0100
27286              Message-ID: <20010510135008.A2454@penderel>
27287      Branch: perl
27288            ! ext/B/B/Deparse.pm
27289 ____________________________________________________________________________
27290 [ 10067] By: jhi                                   on 2001/05/10  01:45:03
27291         Log: A thinko in #10065.
27292      Branch: perl
27293            ! hv.c
27294 ____________________________________________________________________________
27295 [ 10066] By: jhi                                   on 2001/05/10  01:33:12
27296         Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration
27297              From: Robin Houston <robin@kitsite.com>
27298              Date: Thu, 10 May 2001 02:10:34 +0100
27299              Message-ID: <20010510021034.A19421@penderel>
27300      Branch: perl
27301            ! ext/B/B.xs ext/B/B/Deparse.pm
27302 ____________________________________________________________________________
27303 [ 10065] By: jhi                                   on 2001/05/10  01:30:43
27304         Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware
27305              From: Doug MacEachern <dougm@covalent.net>
27306              Date: Mon, 7 May 2001 09:50:58 -0700 (PDT)
27307              Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net>
27308      Branch: perl
27309            ! hv.c
27310 ____________________________________________________________________________
27311 [ 10064] By: jhi                                   on 2001/05/09  23:13:29
27312         Log: One more workaround for the UTS compiler from Hal Morris.
27313      Branch: perl
27314            ! perl.h
27315 ____________________________________________________________________________
27316 [ 10063] By: jhi                                   on 2001/05/09  23:09:53
27317         Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV
27318              From: Robin Houston <robin@kitsite.com>
27319              Date: Thu, 10 May 2001 01:02:08 +0100
27320              Message-ID: <20010510010208.A18200@penderel>
27321      Branch: perl
27322            ! ext/B/B/Debug.pm
27323 ____________________________________________________________________________
27324 [ 10062] By: jhi                                   on 2001/05/09  23:06:25
27325         Log: Subject: [PATCH] Simplify deb_curcv() a bit
27326              From: Benjamin Sugars <bsugars@canoe.ca>
27327              Date: Wed, 9 May 2001 18:14:34 -0400 (EDT)
27328              Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca>
27329      Branch: perl
27330            ! run.c
27331 ____________________________________________________________________________
27332 [ 10061] By: jhi                                   on 2001/05/09  23:05:28
27333         Log: Subject: [PATCH] Additional test case for PerlIO::Scalar
27334              From: Benjamin Sugars <bsugars@canoe.ca>
27335              Date: Wed, 9 May 2001 18:03:45 -0400 (EDT)
27336              Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
27337      Branch: perl
27338            ! t/lib/io_scalar.t
27339 ____________________________________________________________________________
27340 [ 10060] By: jhi                                   on 2001/05/09  23:04:38
27341         Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047
27342              From: Peter Prymmer <pvhp@forte.com>
27343              Date: Wed, 9 May 2001 12:08:02 -0700 (PDT)
27344              Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
27345      Branch: perl
27346            ! t/lib/md5-file.t
27347 ____________________________________________________________________________
27348 [ 10059] By: jhi                                   on 2001/05/09  23:03:52
27349         Log: Subject: [PATCH t/TEST] B::Deparse tester
27350              From: Robin Houston <robin@kitsite.com>
27351              Date: Wed, 9 May 2001 19:17:50 +0100
27352              Message-ID: <20010509191750.A16940@penderel>
27353      Branch: perl
27354            ! ext/B/O.pm t/TEST
27355 ____________________________________________________________________________
27356 [ 10058] By: jhi                                   on 2001/05/09  23:02:56
27357         Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text
27358              From: Jeff Pinyan <jeffp@crusoe.net>
27359              Date: Wed, 9 May 2001 14:36:25 -0400 (EDT)
27360              Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net>
27361      Branch: perl
27362            ! lib/Pod/Html.pm
27363 ____________________________________________________________________________
27364 [ 10057] By: nick                                  on 2001/05/09  18:37:56
27365         Log: Integrate mainline.
27366      Branch: perlio
27367           !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs
27368           !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c
27369 ____________________________________________________________________________
27370 [ 10056] By: jhi                                   on 2001/05/09  16:44:44
27371         Log: Update Changes.
27372      Branch: perl
27373            ! Changes patchlevel.h
27374 ____________________________________________________________________________
27375 [ 10055] By: jhi                                   on 2001/05/09  16:26:47
27376         Log: Integrate perlio.
27377      Branch: perl
27378           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
27379 ____________________________________________________________________________
27380 [ 10054] By: jhi                                   on 2001/05/09  16:25:42
27381         Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar
27382              From: Benjamin Sugars <bsugars@canoe.ca>
27383              Date: Wed, 9 May 2001 12:42:30 -0400 (EDT)
27384              Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca>
27385      Branch: perl
27386            ! perlio.c
27387 ____________________________________________________________________________
27388 [ 10053] By: jhi                                   on 2001/05/09  16:24:37
27389         Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar
27390              From: Benjamin Sugars <bsugars@canoe.ca>
27391              Date: Tue, 8 May 2001 17:09:44 -0400 (EDT)
27392              Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca>
27393      Branch: perl
27394            ! ext/PerlIO/Scalar/Scalar.xs
27395 ____________________________________________________________________________
27396 [ 10052] By: jhi                                   on 2001/05/09  16:19:04
27397         Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly
27398              From: Jeff Pinyan <jeffp@crusoe.net>
27399              Date: Wed, 9 May 2001 12:35:24 -0400 (EDT)
27400              Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net>
27401      Branch: perl
27402            ! lib/Pod/Html.pm
27403 ____________________________________________________________________________
27404 [ 10051] By: jhi                                   on 2001/05/09  15:30:17
27405         Log: EPOC tweak from Olaf Flebbe.
27406      Branch: perl
27407            ! epoc/epocish.h
27408 ____________________________________________________________________________
27409 [ 10050] By: nick                                  on 2001/05/09  14:37:57
27410         Log: win32, regen_config_h
27411      Branch: perlio
27412            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
27413 ____________________________________________________________________________
27414 [ 10049] By: jhi                                   on 2001/05/09  12:33:39
27415         Log: Integrate perlio.
27416      Branch: perl
27417           !> pp_sys.c
27418 ____________________________________________________________________________
27419 [ 10048] By: nick                                  on 2001/05/09  11:59:50
27420         Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
27421              and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
27422      Branch: perlio
27423            ! pp_sys.c
27424 ____________________________________________________________________________
27425 [ 10047] By: jhi                                   on 2001/05/09  10:50:12
27426         Log: Integrate perlio.
27427      Branch: perl
27428           !> run.c
27429 ____________________________________________________________________________
27430 [ 10046] By: jhi                                   on 2001/05/09  10:49:34
27431         Log: Subject: Re: Less warnings during configure
27432              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
27433              Date: Wed, 09 May 2001 13:12:49 +0200
27434              Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl>
27435      Branch: perl
27436            ! hints/hpux.sh
27437 ____________________________________________________________________________
27438 [ 10045] By: nick                                  on 2001/05/09  09:56:59
27439         Log: MULTIPLICITY/DEBUGGING build fix.
27440      Branch: perlio
27441            ! run.c
27442 ____________________________________________________________________________
27443 [ 10044] By: nick                                  on 2001/05/09  09:46:37
27444         Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue).
27445      Branch: perlio
27446           +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t
27447            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
27448           !> (integrate 65 files)
27449 ____________________________________________________________________________
27450 [ 10043] By: jhi                                   on 2001/05/08  22:41:49
27451         Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
27452              From: Robin Houston <robin@kitsite.com>
27453              Date: Tue, 8 May 2001 19:38:00 +0100
27454              Message-ID: <20010508193800.A4389@penderel>
27455              
27456              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
27457              From: Robin Houston <robin@kitsite.com>
27458              Date: Tue, 8 May 2001 20:03:57 +0100
27459              Message-ID: <20010508200357.A4614@penderel>
27460              
27461              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
27462              From: Robin Houston <robin@kitsite.com>
27463              Date: Wed, 9 May 2001 00:12:05 +0100
27464              Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk>
27465      Branch: perl
27466            ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op
27467 ____________________________________________________________________________
27468 [ 10042] By: jhi                                   on 2001/05/08  22:09:35
27469         Log: Retract #10031.
27470      Branch: perl
27471            ! pod/perlfunc.pod
27472 ____________________________________________________________________________
27473 [ 10041] By: jhi                                   on 2001/05/08  18:27:34
27474         Log: The metaconfig unit changes for #10040.
27475      Branch: metaconfig/U/perl
27476            ! Checkcc.U d_dlsymun.U dlsrc.U
27477 ____________________________________________________________________________
27478 [ 10040] By: jhi                                   on 2001/05/08  18:24:47
27479         Log: The Configure half of
27480              
27481              Subject: Less warnings during configure
27482              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
27483              Date: Tue, 08 May 2001 08:44:02 +0200
27484              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
27485      Branch: perl
27486            ! Configure
27487 ____________________________________________________________________________
27488 [ 10039] By: jhi                                   on 2001/05/08  16:48:31
27489         Log: Subject: Less warnings during configure
27490              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
27491              Date: Tue, 08 May 2001 08:44:02 +0200
27492              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
27493      Branch: perl
27494            ! hints/hpux.sh
27495 ____________________________________________________________________________
27496 [ 10038] By: jhi                                   on 2001/05/08  16:32:07
27497         Log: Don't forget to whine about \d__\d.
27498      Branch: perl
27499            ! t/pragma/warn/toke toke.c
27500 ____________________________________________________________________________
27501 [ 10037] By: jhi                                   on 2001/05/08  16:07:05
27502         Log: Allow underscores also in the exponent part.
27503      Branch: perl
27504            ! t/pragma/warn/toke toke.c
27505 ____________________________________________________________________________
27506 [ 10036] By: jhi                                   on 2001/05/08  13:33:55
27507         Log: CodeMagicCD doesn't look like an *I*DE.
27508      Branch: perl
27509            ! pod/perlfaq3.pod
27510 ____________________________________________________________________________
27511 [ 10035] By: jhi                                   on 2001/05/08  13:27:48
27512         Log: Add Open Perl IDE, remove Perl Code Magic (the site seems
27513              to be consistently down).
27514      Branch: perl
27515            ! pod/perlfaq3.pod
27516 ____________________________________________________________________________
27517 [ 10034] By: jhi                                   on 2001/05/08  13:21:07
27518         Log: Upgrade to Text::Balanced 1.84.
27519      Branch: perl
27520            ! lib/Text/Balanced.pm t/lib/tb-xbrak.t
27521 ____________________________________________________________________________
27522 [ 10033] By: jhi                                   on 2001/05/08  12:41:53
27523         Log: Subject: Re: [PATCH] Find the last of the missing pad variables 
27524              From: Benjamin Sugars <bsugars@canoe.ca>
27525              Date: Tue, 8 May 2001 09:14:30 -0400 (EDT)
27526              Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca>
27527      Branch: perl
27528            ! run.c
27529 ____________________________________________________________________________
27530 [ 10032] By: jhi                                   on 2001/05/08  12:40:28
27531         Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t
27532              From: Peter Prymmer <pvhp@forte.com>
27533              Date: Mon, 7 May 2001 18:13:06 -0700 (PDT)
27534              Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
27535      Branch: perl
27536            ! t/pod/plainer.t
27537 ____________________________________________________________________________
27538 [ 10031] By: jhi                                   on 2001/05/08  12:35:25
27539         Log: (Retracted by #10042)
27540              
27541              Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin
27542              From: "Philip Newton" <pnewton@gmx.de>
27543              Date: Tue, 8 May 2001 09:18:10 +0200
27544              Message-ID: <3AF7B9D2.28861.603732@localhost>
27545      Branch: perl
27546            ! pod/perlfunc.pod
27547 ____________________________________________________________________________
27548 [ 10030] By: jhi                                   on 2001/05/08  12:32:23
27549         Log: Subject: [PATCH B::Deparse] Document known bugs
27550              From: Robin Houston <robin@kitsite.com>
27551              Date: Tue, 8 May 2001 01:53:34 +0100
27552              Message-ID: <20010508015334.A32394@penderel>
27553      Branch: perl
27554            ! ext/B/B/Deparse.pm
27555 ____________________________________________________________________________
27556 [ 10029] By: jhi                                   on 2001/05/08  12:28:28
27557         Log: Subject: Re: Perl book, magazine and website updates.
27558              From: "Philip Newton" <pnewton@gmx.de>
27559              Date: Mon, 7 May 2001 17:03:58 +0200
27560              Message-ID: <3AF6D57E.5387.1E29930@localhost>
27561      Branch: perl
27562            ! pod/perlfaq2.pod
27563 ____________________________________________________________________________
27564 [ 10028] By: jhi                                   on 2001/05/07  23:53:30
27565         Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t
27566              From: Peter Prymmer <pvhp@forte.com>
27567              Date: Mon, 7 May 2001 17:50:48 -0700 (PDT)
27568              Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com> 
27569      Branch: perl
27570            ! t/io/fflush.t
27571 ____________________________________________________________________________
27572 [ 10027] By: jhi                                   on 2001/05/07  23:22:48
27573         Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine
27574              From: Robin Houston <robin@kitsite.com>
27575              Date: Tue, 8 May 2001 01:14:55 +0100
27576              Message-ID: <20010508011455.A32162@penderel>
27577      Branch: perl
27578            ! ext/B/B/Deparse.pm
27579 ____________________________________________________________________________
27580 [ 10026] By: jhi                                   on 2001/05/07  23:15:05
27581         Log: Typo in #10025.
27582      Branch: perl
27583            ! hints/uts.sh
27584 ____________________________________________________________________________
27585 [ 10025] By: jhi                                   on 2001/05/07  21:15:35
27586         Log: cc, cflags, and optimize tweaks for UTS from Hal Morris.
27587      Branch: perl
27588            ! hints/uts.sh
27589 ____________________________________________________________________________
27590 [ 10024] By: jhi                                   on 2001/05/07  20:58:40
27591         Log: Subject: Re: [ID 20010506.045] question about hash syntax
27592              From: Peter Scott <Peter@PSDT.com>
27593              Date: Sun, 06 May 2001 13:10:40 -0700
27594              Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com>
27595      Branch: perl
27596            ! pod/perl56delta.pod
27597 ____________________________________________________________________________
27598 [ 10023] By: jhi                                   on 2001/05/07  20:41:26
27599         Log: Configure should figure out the list of dynamic extensions
27600              just fine in UTS-- and in fact it does, as reported by Hal Morris.
27601      Branch: perl
27602            ! hints/uts.sh
27603 ____________________________________________________________________________
27604 [ 10022] By: jhi                                   on 2001/05/07  20:24:11
27605         Log: Update Changes.
27606      Branch: perl
27607            ! Changes patchlevel.h
27608 ____________________________________________________________________________
27609 [ 10021] By: jhi                                   on 2001/05/07  20:11:31
27610         Log: Subject: [PATCH regcomp.c] Insecure regexes
27611              From: Robin Houston <robin@kitsite.com>
27612              Date: Mon, 7 May 2001 21:56:12 +0100
27613              Message-ID: <20010507215612.A31114@penderel>
27614      Branch: perl
27615            ! regcomp.c
27616 ____________________________________________________________________________
27617 [ 10020] By: jhi                                   on 2001/05/07  20:02:30
27618         Log: Drop the foobar.perl.com references for now until Simon
27619              gets them sorted out.
27620      Branch: perl
27621            ! pod/perlfaq2.pod
27622 ____________________________________________________________________________
27623 [ 10019] By: jhi                                   on 2001/05/07  19:54:33
27624         Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp
27625              From: Prymmer/Kahn <pvhp@best.com>
27626              Date: Mon, 7 May 2001 07:47:21 -0700 (PDT)
27627              Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com>
27628      Branch: perl
27629            ! lib/Devel/SelfStubber.pm
27630 ____________________________________________________________________________
27631 [ 10018] By: jhi                                   on 2001/05/07  19:53:10
27632         Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1 
27633              From: Prymmer/Kahn <pvhp@best.com>
27634              Date: Sun, 6 May 2001 21:34:56 -0700 (PDT)
27635              Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
27636      Branch: perl
27637            ! win32/Makefile
27638 ____________________________________________________________________________
27639 [ 10017] By: jhi                                   on 2001/05/07  19:35:10
27640         Log: s/WebTechnique's/WebTechniques/
27641      Branch: perl
27642            ! pod/perlfaq2.pod
27643 ____________________________________________________________________________
27644 [ 10016] By: jhi                                   on 2001/05/07  12:26:29
27645         Log: Llama 3 updates from Randal.
27646      Branch: perl
27647            ! pod/perlfaq2.pod
27648 ____________________________________________________________________________
27649 [ 10015] By: jhi                                   on 2001/05/07  01:34:38
27650         Log: Subject: [PATCH] Help -Dt show correct pad variables
27651              From: Benjamin Sugars <ben.sugars@home.com>
27652              Date: Sun, 6 May 2001 12:54:13 -0400 (EDT)
27653              Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain>
27654      Branch: perl
27655            ! embed.h embed.pl proto.h run.c
27656 ____________________________________________________________________________
27657 [ 10014] By: jhi                                   on 2001/05/07  01:23:56
27658         Log: Subject: [PATCH] Document C<our $foo : shared>
27659              From: Benjamin Sugars <ben.sugars@home.com>
27660              Date: Sun, 6 May 2001 19:00:55 -0400 (EDT)
27661              Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain>
27662      Branch: perl
27663            ! pod/perlfunc.pod
27664 ____________________________________________________________________________
27665 [ 10013] By: jhi                                   on 2001/05/07  01:22:22
27666         Log: Subject: [PATCH B::Deparse] undefined folded constants
27667              From: Robin Houston <robin@kitsite.com>
27668              Date: Sun, 6 May 2001 17:19:09 +0100
27669              Message-ID: <20010506171909.A7046@penderel>
27670      Branch: perl
27671            ! ext/B/B/Deparse.pm
27672 ____________________________________________________________________________
27673 [ 10012] By: jhi                                   on 2001/05/07  00:57:38
27674         Log: Subject: [PATCH B::Deparse] use Foo (sub {...});
27675              From: Robin Houston <robin@kitsite.com>
27676              Message-ID: <20010506164654.A6848@penderel>
27677              Date: Sun, 6 May 2001 16:46:54 +0100
27678      Branch: perl
27679            ! ext/B/B/Deparse.pm
27680 ____________________________________________________________________________
27681 [ 10011] By: jhi                                   on 2001/05/07  00:52:18
27682         Log: Subject: [PATCH t/op/my_stash.t] Naughty?
27683              From: Robin Houston <robin@kitsite.com>
27684              Date: Sun, 6 May 2001 14:47:02 +0100
27685              Message-ID: <20010506144702.A6308@penderel>
27686      Branch: perl
27687            ! t/op/my_stash.t
27688 ____________________________________________________________________________
27689 [ 10010] By: jhi                                   on 2001/05/06  15:07:51
27690         Log: Subject: Perl book, magazine and website updates.
27691              From: Simon Cozens <simon@netthink.co.uk>
27692              Date: Sun, 6 May 2001 16:55:36 +0100
27693              Message-ID: <20010506165536.A1795@netthink.co.uk>
27694      Branch: perl
27695            ! pod/perlbook.pod pod/perlfaq2.pod
27696 ____________________________________________________________________________
27697 [ 10009] By: jhi                                   on 2001/05/06  14:11:40
27698         Log: Tweaks on the Tru64 prof options.
27699      Branch: perl
27700            ! pod/perlhack.pod
27701 ____________________________________________________________________________
27702 [ 10008] By: jhi                                   on 2001/05/06  13:51:49
27703         Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance
27704              From: Robin Houston <robin@kitsite.com>
27705              Date: Sun, 6 May 2001 14:40:51 +0100
27706              Message-ID: <20010506144051.A6279@penderel>
27707      Branch: perl
27708            ! t/pod/testp2pt.pl
27709 ____________________________________________________________________________
27710 [ 10007] By: jhi                                   on 2001/05/06  13:49:31
27711         Log: Subject: [PATCH B::Deparse] scoping
27712              From: Robin Houston <robin@kitsite.com>
27713              Date: Sun, 6 May 2001 14:36:56 +0100
27714              Message-ID: <20010506143656.A4006@penderel>
27715      Branch: perl
27716            ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t
27717 ____________________________________________________________________________
27718 [ 10006] By: jhi                                   on 2001/05/06  13:24:12
27719         Log: Document the undefinedness of bitshifting out of range.
27720      Branch: perl
27721            ! pod/perlop.pod
27722 ____________________________________________________________________________
27723 [ 10005] By: jhi                                   on 2001/05/06  13:03:17
27724         Log: Retract #10003 and update the IDE descriptions a bit.
27725      Branch: perl
27726            ! pod/perlfaq3.pod
27727 ____________________________________________________________________________
27728 [ 10004] By: jhi                                   on 2001/05/06  03:02:41
27729         Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update
27730              From: Prymmer/Kahn <pvhp@best.com>
27731              Date: Sat, 5 May 2001 20:30:49 -0700 (PDT)
27732              Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
27733      Branch: perl
27734            ! win32/Makefile win32/buildext.pl win32/config.bc
27735            ! win32/config.gc win32/config.vc
27736 ____________________________________________________________________________
27737 [ 10003] By: jhi                                   on 2001/05/05  20:24:44
27738         Log: (Retracted by #10005.)
27739      Branch: perl
27740            ! pod/perlfaq3.pod
27741 ____________________________________________________________________________
27742 [ 10002] By: jhi                                   on 2001/05/05  19:23:36
27743         Log: It's "psed", not "sed".
27744      Branch: perl
27745            ! x2p/s2p.PL
27746 ____________________________________________________________________________
27747 [ 10001] By: jhi                                   on 2001/05/05  18:35:38
27748         Log: Update Changes.
27749      Branch: perl
27750            ! Changes patchlevel.h
27751 ____________________________________________________________________________
27752 [ 10000] By: jhi                                   on 2001/05/05  18:32:15
27753         Log: Subject: Re: bleadperl make install fails due to "psed"
27754              From: andreas.koenig@anima.de (Andreas J. Koenig)
27755              Date: 05 May 2001 18:23:28 +0200
27756              Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de>
27757      Branch: perl
27758            ! x2p/Makefile.SH x2p/s2p.PL
27759 ____________________________________________________________________________
27760 [  9999] By: jhi                                   on 2001/05/05  18:28:09
27761         Log: AUTHORS updates.
27762      Branch: perl
27763            ! AUTHORS
27764 ____________________________________________________________________________
27765 [  9998] By: jhi                                   on 2001/05/05  18:16:00
27766         Log: Updates on the pods related to the modules included since 5.6.
27767              
27768              TODO: perltodo really could use major updating.
27769      Branch: perl
27770            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod
27771            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
27772            ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod
27773            ! pod/perlsyn.pod pod/perltodo.pod
27774 ____________________________________________________________________________
27775 [  9997] By: jhi                                   on 2001/05/05  17:35:17
27776         Log: Hints file for AtheOS ( http://www.atheos.cx/ ),
27777              from Kurt Skauen.
27778      Branch: perl
27779            + hints/atheos.sh
27780            ! MANIFEST
27781 ____________________________________________________________________________
27782 [  9996] By: jhi                                   on 2001/05/05  17:25:00
27783         Log: Add preemptive #undefs for some of the shorter and more prone
27784              to collision regcomp.h #defines.  (Background: the MASK collided
27785              with a system header #define in Rhapsody.)
27786      Branch: perl
27787            ! regcomp.h
27788 ____________________________________________________________________________
27789 [  9995] By: jhi                                   on 2001/05/05  13:24:21
27790         Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
27791              From: Nicholas Clark <nick@ccl4.org>
27792              Date: Sat, 5 May 2001 14:46:39 +0100
27793              Message-ID: <20010505144639.O53513@plum.flirble.org>
27794              
27795              Add a test for the constants (if any) being processed correctly.
27796      Branch: perl
27797            ! utils/h2xs.PL
27798 ____________________________________________________________________________
27799 [  9994] By: jhi                                   on 2001/05/05  02:11:03
27800         Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t
27801              From: Peter Prymmer <pvhp@forte.com>
27802              Date: Fri, 4 May 2001 17:44:13 -0700 (PDT)
27803              Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com>
27804      Branch: perl
27805            ! t/lib/b-stash.t
27806 ____________________________________________________________________________
27807 [  9993] By: jhi                                   on 2001/05/05  02:03:49
27808         Log: Subject: [PATCH: perl@9973] fix const poisioning in  PerlIO_openn->fdopen->openn
27809              From: Peter Prymmer <pvhp@forte.com>
27810              Date: Fri, 4 May 2001 17:29:02 -0700 (PDT)
27811              Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com>
27812      Branch: perl
27813            ! perlio.c vms/vmsish.h
27814 ____________________________________________________________________________
27815 [  9992] By: jhi                                   on 2001/05/04  17:21:12
27816         Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer
27817              From: Robin Barker <rmb1@cise.npl.co.uk>
27818              Date: Fri, 4 May 2001 18:13:47 +0100 (BST)
27819              Message-Id: <200105041713.SAA14842@tempest.npl.co.uk>
27820      Branch: perl
27821            + t/pod/plainer.t
27822            ! MANIFEST
27823 ____________________________________________________________________________
27824 [  9991] By: jhi                                   on 2001/05/04  16:47:45
27825         Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c
27826              From: Robin Barker <rmb1@cise.npl.co.uk>
27827              Date: Fri, 4 May 2001 18:09:13 +0100 (BST)
27828              Message-Id: <200105041709.SAA14835@tempest.npl.co.uk>
27829      Branch: perl
27830            ! regcomp.c
27831 ____________________________________________________________________________
27832 [  9990] By: jhi                                   on 2001/05/04  14:37:20
27833         Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t
27834              From: Prymmer/Kahn <pvhp@best.com>
27835              Date: Fri, 4 May 2001 07:31:01 -0700 (PDT)
27836              Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>
27837      Branch: perl
27838            ! t/lib/b-stash.t
27839 ____________________________________________________________________________
27840 [  9989] By: jhi                                   on 2001/05/04  14:03:58
27841         Log: Introduce perl572delta, update Todo, add the missing
27842              mention about signal safety since 5.7.1 (though this
27843              requires verification and more details.)
27844      Branch: perl
27845            + pod/perl572delta.pod
27846            ! MANIFEST Todo pod/perl571delta.pod
27847 ____________________________________________________________________________
27848 [  9988] By: jhi                                   on 2001/05/04  12:41:51
27849         Log: Subject: [PATCH perl@9944] long =item
27850              From: Robin Barker <rmb1@cise.npl.co.uk>
27851              Date: Fri, 4 May 2001 14:15:20 +0100 (BST)
27852              Message-Id: <200105041315.OAA00436@tempest.npl.co.uk>
27853      Branch: perl
27854            ! ext/Time/HiRes/HiRes.pm
27855 ____________________________________________________________________________
27856 [  9987] By: jhi                                   on 2001/05/04  12:39:19
27857         Log: The #9901 had removed one line essential for EBCDIC.
27858      Branch: perl
27859            ! regcomp.c
27860 ____________________________________________________________________________
27861 [  9986] By: jhi                                   on 2001/05/04  12:30:23
27862         Log: Subject: cygwin/Makefile.SHs INSTALL patch
27863              From: Reini Urban <rurban@sbox.tu-graz.ac.at>
27864              Date: Mon, 08 Jan 2001 04:59:21 +0200
27865              Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at> 
27866      Branch: perl
27867            ! cygwin/Makefile.SHs
27868 ____________________________________________________________________________
27869 [  9985] By: jhi                                   on 2001/05/04  03:51:39
27870         Log: Encode/IO doc tweaks.
27871      Branch: perl
27872            ! ext/Encode/Encode.pm
27873 ____________________________________________________________________________
27874 [  9984] By: jhi                                   on 2001/05/04  03:29:34
27875         Log: Remove GDBM_File from the dynamic extensions for UTS,
27876              GDBM is not a standard feature.
27877      Branch: perl
27878            ! hints/uts.sh
27879 ____________________________________________________________________________
27880 [  9983] By: jhi                                   on 2001/05/04  03:22:59
27881         Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more.
27882      Branch: perl
27883            ! pod/perlretut.pod
27884 ____________________________________________________________________________
27885 [  9982] By: jhi                                   on 2001/05/03  23:21:03
27886         Log: Subject: [PATCH] Let sv_dump understand GvSHARED
27887              From: Benjamin Sugars <bsugars@canoe.ca>
27888              Date: Thu, 3 May 2001 16:51:07 -0400 (EDT)
27889              Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca>
27890      Branch: perl
27891            ! dump.c
27892 ____________________________________________________________________________
27893 [  9981] By: jhi                                   on 2001/05/03  23:20:05
27894         Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests
27895              From: Benjamin Sugars <bsugars@canoe.ca>
27896              Date: Thu, 3 May 2001 15:28:21 -0400 (EDT)
27897              Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca>
27898      Branch: perl
27899            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
27900 ____________________________________________________________________________
27901 [  9980] By: jhi                                   on 2001/05/03  23:15:29
27902         Log: Integrate perlio.
27903      Branch: perl
27904           !> ext/Encode/Encode.pm
27905 ____________________________________________________________________________
27906 [  9979] By: jhi                                   on 2001/05/03  16:54:59
27907         Log: Install psed man page.
27908      Branch: perl
27909            ! installman
27910 ____________________________________________________________________________
27911 [  9978] By: jhi                                   on 2001/05/03  16:45:58
27912         Log: Remove unused files; noted by Sarathy.
27913      Branch: perl
27914            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
27915            ! MANIFEST
27916 ____________________________________________________________________________
27917 [  9977] By: jhi                                   on 2001/05/03  16:42:30
27918         Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements
27919              From: Andy Dougherty <doughera@lafayette.edu>
27920              Date: Thu, 3 May 2001 11:16:10 -0400 (EDT)
27921              Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu>
27922      Branch: perl
27923            ! INSTALL
27924 ____________________________________________________________________________
27925 [  9976] By: nick                                  on 2001/05/03  16:40:42
27926         Log: Allow $answer = encode($object,$text); like it says in docs.
27927      Branch: perlio
27928            ! ext/Encode/Encode.pm
27929 ____________________________________________________________________________
27930 [  9975] By: nick                                  on 2001/05/03  16:22:30
27931         Log: Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
27932              to be in scope (fair enough), and also a package variable (our) for eval to see it.
27933      Branch: perlio
27934            ! ext/Encode/Encode.pm
27935 ____________________________________________________________________________
27936 [  9974] By: nick                                  on 2001/05/03  15:48:17
27937         Log: Integrate mainline.
27938      Branch: perlio
27939           +> lib/NEXT.pm t/io/fflush.t t/lib/MyFilter.pm
27940           +> t/lib/filter-simple.t t/lib/next.t
27941           !> (integrate 70 files)
27942 ____________________________________________________________________________
27943 [  9973] By: jhi                                   on 2001/05/03  13:09:09
27944         Log: Update Changes.
27945      Branch: perl
27946            ! Changes patchlevel.h
27947 ____________________________________________________________________________
27948 [  9972] By: jhi                                   on 2001/05/03  12:58:33
27949         Log: Subject: [PATCH: perl@9945] fix handling of $Config{variables} in io/fflush.t
27950              From: Prymmer/Kahn <pvhp@best.com>
27951              Date: Wed, 2 May 2001 23:56:13 -0700 (PDT)
27952              Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com>
27953      Branch: perl
27954            ! t/io/fflush.t
27955 ____________________________________________________________________________
27956 [  9971] By: jhi                                   on 2001/05/03  12:57:26
27957         Log: Subject: [PATCH: perl@9945] two fixes for win32/FindExt.pm
27958              From: Prymmer/Kahn <pvhp@best.com>
27959              Date: Wed, 2 May 2001 23:42:33 -0700 (PDT)
27960              Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com>
27961      Branch: perl
27962            ! win32/FindExt.pm
27963 ____________________________________________________________________________
27964 [  9970] By: jhi                                   on 2001/05/03  02:42:46
27965         Log: Can't croak sans thread context, from Doug MacEachern.
27966      Branch: perl
27967            ! toke.c
27968 ____________________________________________________________________________
27969 [  9969] By: jhi                                   on 2001/05/03  01:23:48
27970         Log: Subject: Random input test and Perl
27971              From: Ilya Zakharevich <ilya@math.berkeley.edu>
27972              Date: Wed, 2 May 2001 14:35:50 -0700 (PDT)
27973              Message-Id: <200105022135.OAA26245@fac-813-1.math.Berkeley.EDU>
27974      Branch: perl
27975            ! toke.c
27976 ____________________________________________________________________________
27977 [  9968] By: jhi                                   on 2001/05/02  22:17:21
27978         Log: Subject: [PATCH: perl@9945] fix some misinformation in perlfunc.pod
27979              From: Peter Prymmer <pvhp@forte.com>
27980              Date: Wed, 2 May 2001 15:58:18 -0700 (PDT)
27981              Message-ID: <Pine.OSF.4.10.10105021554040.342459-100000@aspara.forte.com>
27982      Branch: perl
27983            ! pod/perlfunc.pod pod/perlport.pod
27984 ____________________________________________________________________________
27985 [  9967] By: jhi                                   on 2001/05/02  20:12:45
27986         Log: Workaround for UTS compiler casting bug from Hal Morris.
27987      Branch: perl
27988            ! perl.h
27989 ____________________________________________________________________________
27990 [  9966] By: jhi                                   on 2001/05/02  18:31:37
27991         Log: Subject: Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS 
27992              From: Dan Sugalski <dan@sidhe.org>
27993              Date: Wed, 02 May 2001 15:23:22 -0400
27994              Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48>
27995      Branch: perl
27996            ! perl.c vms/vms.c
27997 ____________________________________________________________________________
27998 [  9965] By: jhi                                   on 2001/05/02  18:21:29
27999         Log: Minor doc tweaks on endianness, closes bug 20010327.004.
28000      Branch: perl
28001            ! pod/perlfunc.pod
28002 ____________________________________________________________________________
28003 [  9964] By: jhi                                   on 2001/05/02  18:15:01
28004         Log: Document large files in INSTALL, document also the %x
28005              limitation if not use64bitint, closes bug 20010326.007.
28006      Branch: perl
28007            ! INSTALL
28008 ____________________________________________________________________________
28009 [  9963] By: jhi                                   on 2001/05/02  17:24:47
28010         Log: perlmodlib tweaks; regen pods.
28011      Branch: perl
28012            ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod
28013            ! pod/perltoc.pod
28014 ____________________________________________________________________________
28015 [  9962] By: jhi                                   on 2001/05/02  17:14:00
28016         Log: Fix for a segfault, from Marc Lehmann.
28017      Branch: perl
28018            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.xs
28019 ____________________________________________________________________________
28020 [  9961] By: jhi                                   on 2001/05/02  15:55:53
28021         Log: Subject: [DOC PATCH bleadperl] minor nits in perlop.pod
28022              From: "Philip Newton" <pnewton@gmx.de>
28023              Date: Wed, 2 May 2001 18:39:03 +0200
28024              Message-ID: <3AF05447.15525.173B588@localhost>
28025      Branch: perl
28026            ! pod/perlop.pod
28027 ____________________________________________________________________________
28028 [  9960] By: jhi                                   on 2001/05/02  15:35:37
28029         Log: Subject: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
28030              From: Dan Sugalski <dan@sidhe.org>
28031              Date: Wed, 02 May 2001 11:37:27 -0400
28032              Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48>
28033      Branch: perl
28034            ! doio.c ext/File/Glob/bsd_glob.c perl.c perl.h pp_sys.c
28035            ! thread.h vms/vms.c vms/vmsish.h
28036 ____________________________________________________________________________
28037 [  9959] By: jhi                                   on 2001/05/02  15:21:08
28038         Log: Subject: Re: [PATCH] Allow appending on a PerlIO::Scalar
28039              From: Benjamin Sugars <bsugars@canoe.ca>
28040              Date: Wed, 2 May 2001 10:53:11 -0400 (EDT)
28041              Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca>
28042      Branch: perl
28043            ! ext/PerlIO/Scalar/Scalar.xs
28044 ____________________________________________________________________________
28045 [  9958] By: jhi                                   on 2001/05/02  15:15:53
28046         Log: Bug in #9915, spotted by Mike Guy.
28047      Branch: perl
28048            ! installperl
28049 ____________________________________________________________________________
28050 [  9957] By: jhi                                   on 2001/05/02  13:26:01
28051         Log: Add a test for not griping about references as array
28052              indices if the reference has magic in it (overloaded
28053              methods).
28054      Branch: perl
28055            ! pod/perldiag.pod t/pragma/warn/pp_hot
28056 ____________________________________________________________________________
28057 [  9956] By: jhi                                   on 2001/05/02  13:07:01
28058         Log: Retracted a bit too much in #9952.
28059      Branch: perl
28060            ! t/pragma/sub_lval.t
28061 ____________________________________________________________________________
28062 [  9955] By: jhi                                   on 2001/05/02  13:05:38
28063         Log: Test for #9952.
28064      Branch: perl
28065            ! t/op/tie.t
28066 ____________________________________________________________________________
28067 [  9954] By: jhi                                   on 2001/05/02  11:48:18
28068         Log: Additional note on the encoding example: one cannot
28069              convert string constants in-place.
28070      Branch: perl
28071            ! ext/Encode/Encode.pm
28072 ____________________________________________________________________________
28073 [  9953] By: jhi                                   on 2001/05/02  11:43:51
28074         Log: Note that if you have recent enough Perl you already
28075              have Filter::Util::Call.
28076      Branch: perl
28077            ! lib/Filter/Simple.pm
28078 ____________________________________________________________________________
28079 [  9952] By: jhi                                   on 2001/05/02  11:31:53
28080         Log: Retract changes #8254 and #8255, causes coredump in
28081              'tie FH, "main"', reported by Abigail, culprit found by
28082              Benjamin Sugars.  Mirrors maintperl change #9950.
28083      Branch: perl
28084            ! op.c t/pragma/sub_lval.t
28085 ____________________________________________________________________________
28086 [  9951] By: jhi                                   on 2001/05/02  11:14:29
28087         Log: Forgot from #9942.  (Needed by t/lib/filter-simple.t.)
28088      Branch: perl
28089            + t/lib/MyFilter.pm
28090 ____________________________________________________________________________
28091 [  9950] By: gsar                                  on 2001/05/02  03:17:11
28092         Log: revert integration of changes#8254,8255 in change#8620 (causes
28093              a coredump in C<tie FH, 'foo'>; the idea itself may need better
28094              rationalization)
28095      Branch: maint-5.6/perl
28096            ! op.c t/pragma/sub_lval.t
28097 ____________________________________________________________________________
28098 [  9949] By: gsar                                  on 2001/05/02  02:56:32
28099         Log: integrate changes#9774,9814 from mainline (Unixware fixes)
28100              
28101              Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
28102              
28103              Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
28104      Branch: maint-5.6/perl
28105           !> hints/svr5.sh
28106 ____________________________________________________________________________
28107 [  9948] By: gsar                                  on 2001/05/02  02:49:15
28108         Log: pod/find.t breaks on VMS (from Craig Berry)
28109      Branch: maint-5.6/perl
28110            ! t/pod/find.t
28111 ____________________________________________________________________________
28112 [  9947] By: jhi                                   on 2001/05/02  02:43:09
28113         Log: Add an encoding conversion example.
28114      Branch: perl
28115            ! ext/Encode/Encode.pm
28116 ____________________________________________________________________________
28117 [  9946] By: jhi                                   on 2001/05/02  01:34:22
28118         Log: Another coat of paint but still nowhere finished.
28119              Need to decide on the semantics of strptime(): should
28120              strptime() be a function instead of a method?  To do
28121              the week/monthname-strptiming the i18n/l10n bullet needs
28122              to be bitten with gusto.
28123      Branch: perl
28124            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
28125 ____________________________________________________________________________
28126 [  9945] By: jhi                                   on 2001/05/01  23:40:52
28127         Log: Update Changes.
28128      Branch: perl
28129            ! Changes patchlevel.h
28130 ____________________________________________________________________________
28131 [  9944] By: jhi                                   on 2001/05/01  23:33:37
28132         Log: Add known-to-be-tested modules to the list-to-be-skipped.
28133      Branch: perl
28134            ! t/lib/1_compile.t
28135 ____________________________________________________________________________
28136 [  9943] By: jhi                                   on 2001/05/01  23:24:40
28137         Log: Subject: BorlandC++ fix
28138              From: "Vadim Konovalov" <watman@inbox.ru>
28139              Date: Mon, 30 Apr 2001 20:12:26 -0700
28140              Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>
28141      Branch: perl
28142            ! win32/makefile.mk
28143 ____________________________________________________________________________
28144 [  9942] By: jhi                                   on 2001/05/01  23:18:02
28145         Log: Update to Filter::Simple 0.60, create a test for it.
28146      Branch: perl
28147            + t/lib/filter-simple.t
28148            ! MANIFEST lib/Filter/Simple.pm
28149 ____________________________________________________________________________
28150 [  9941] By: jhi                                   on 2001/05/01  19:47:24
28151         Log: Subject: Re: bleadperl: s/// failure with \b and /g 
28152              From: Hugo <hv@crypt.compulink.co.uk>
28153              Date: Tue, 01 May 2001 20:12:20 +0100
28154              Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>
28155      Branch: perl
28156            ! pp_hot.c t/op/re_tests
28157 ____________________________________________________________________________
28158 [  9940] By: jhi                                   on 2001/05/01  19:42:16
28159         Log: Integrate perlio.
28160      Branch: perl
28161           !> lib/base.pm t/lib/fields.t
28162 ____________________________________________________________________________
28163 [  9939] By: jhi                                   on 2001/05/01  19:39:51
28164         Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar
28165              From: Benjamin Sugars <bsugars@canoe.ca>
28166              Date: Tue, 1 May 2001 16:32:03 -0400 (EDT)
28167              Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca>
28168      Branch: perl
28169            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
28170 ____________________________________________________________________________
28171 [  9938] By: jhi                                   on 2001/05/01  19:34:09
28172         Log: Add NEXT, a pseudo-class for method redispatching.
28173              <Damian>NEXT.pm probably offers more bang-for-buck
28174              than anything else I've ever written.</Damian>
28175      Branch: perl
28176            + lib/NEXT.pm t/lib/next.t
28177            ! MANIFEST
28178 ____________________________________________________________________________
28179 [  9937] By: jhi                                   on 2001/05/01  19:21:41
28180         Log: Update to Switch 2.02.
28181      Branch: perl
28182            ! lib/Switch.pm t/lib/switch.t
28183 ____________________________________________________________________________
28184 [  9936] By: nick                                  on 2001/05/01  19:09:21
28185         Log: Fix for base.pm clobbering $VERSION
28186      Branch: perlio
28187            ! lib/base.pm
28188 ____________________________________________________________________________
28189 [  9935] By: nick                                  on 2001/05/01  18:54:38
28190         Log: Test for base.pm clobbering $VERSION.
28191      Branch: perlio
28192            ! t/lib/fields.t
28193 ____________________________________________________________________________
28194 [  9934] By: jhi                                   on 2001/05/01  18:39:10
28195         Log: Add information about Scalar::Util::blessed.
28196      Branch: perl
28197            ! pod/perlobj.pod
28198 ____________________________________________________________________________
28199 [  9933] By: jhi                                   on 2001/05/01  18:33:51
28200         Log: Subject: Extra UNIVERSAL documentation
28201              From: Mike Guy <mjtg@cam.ac.uk>
28202              Date: Tue, 01 May 2001 20:12:11 +0100
28203              Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk>
28204      Branch: perl
28205            ! pod/perlobj.pod
28206 ____________________________________________________________________________
28207 [  9932] By: jhi                                   on 2001/05/01  18:26:54
28208         Log: Subject: Autoflush in tests as appropriate
28209              From: Mike Guy <mjtg@cam.ac.uk>
28210              Date: Tue, 01 May 2001 20:05:31 +0100
28211              Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>
28212      Branch: perl
28213            ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.t
28214            ! t/op/taint.t
28215 ____________________________________________________________________________
28216 [  9931] By: jhi                                   on 2001/05/01  18:02:29
28217         Log: Subject: [PATCH] Multiple consecutive writes on PerlIO::Scalar
28218              From: Benjamin Sugars <bsugars@canoe.ca>
28219              Date: Tue, 1 May 2001 14:58:24 -0400 (EDT)
28220              Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca>
28221      Branch: perl
28222            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
28223 ____________________________________________________________________________
28224 [  9930] By: jhi                                   on 2001/05/01  15:12:26
28225         Log: Subject: Re: Finally got a round tuit
28226              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
28227              Date: Tue, 01 May 2001 14:14:10 +0200
28228              Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>
28229              
28230              The -DP part, slightly modified.
28231      Branch: perl
28232            ! perl.c
28233 ____________________________________________________________________________
28234 [  9929] By: jhi                                   on 2001/05/01  14:17:15
28235         Log: Subject: Re: Finally got a round tuit
28236              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
28237              Date: Tue, 01 May 2001 16:34:06 +0200
28238              Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl>
28239              
28240              cpp and optimization tweaks for HP-UX.
28241      Branch: perl
28242            ! hints/hpux.sh
28243 ____________________________________________________________________________
28244 [  9928] By: jhi                                   on 2001/05/01  13:24:20
28245         Log: Tune the scan_num() comments to reality.
28246      Branch: perl
28247            ! toke.c
28248 ____________________________________________________________________________
28249 [  9927] By: jhi                                   on 2001/05/01  13:14:01
28250         Log: Subject: [PATCH B::Deparse] optimised sort
28251              From: Robin Houston <robin@kitsite.com>
28252              Date: Tue, 1 May 2001 14:07:12 +0100
28253              Message-ID: <20010501140712.A4266@penderel>
28254      Branch: perl
28255            ! ext/B/B/Deparse.pm
28256 ____________________________________________________________________________
28257 [  9926] By: jhi                                   on 2001/05/01  13:10:53
28258         Log: Subject: [PATCH t/lib/b-deparse.t] 
28259              From: Robin Houston <robin@kitsite.com>
28260              Date: Tue, 1 May 2001 13:37:42 +0100
28261              Message-ID: <20010501133742.A4082@penderel>
28262      Branch: perl
28263            ! t/lib/b-deparse.t
28264 ____________________________________________________________________________
28265 [  9925] By: jhi                                   on 2001/05/01  13:10:13
28266         Log: Subject: [PATCH B::Deparse] for(;;), sort
28267              From: Robin Houston <robin@kitsite.com>
28268              Date: Tue, 1 May 2001 13:35:00 +0100
28269              Message-ID: <20010501133500.A4061@penderel>
28270      Branch: perl
28271            ! ext/B/B/Deparse.pm
28272 ____________________________________________________________________________
28273 [  9924] By: jhi                                   on 2001/05/01  13:09:22
28274         Log: Subject: [PATCH B::Deparse] do, warn, use
28275              From: Robin Houston <robin@kitsite.com>
28276              Date: Tue, 1 May 2001 13:31:03 +0100
28277              Message-ID: <20010501133103.A4041@penderel>
28278      Branch: perl
28279            ! ext/B/B/Deparse.pm
28280 ____________________________________________________________________________
28281 [  9923] By: jhi                                   on 2001/05/01  11:45:36
28282         Log: Subject: [PATCH] Test autoflush on fork (Was: Should I remove something?)
28283              From: Benjamin Sugars <ben.sugars@home.com>
28284              Date: Mon, 30 Apr 2001 22:21:54 -0400 (EDT)
28285              Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain>
28286      Branch: perl
28287            + t/io/fflush.t
28288            ! MANIFEST
28289 ____________________________________________________________________________
28290 [  9922] By: jhi                                   on 2001/05/01  11:35:42
28291         Log: Subject: [PATCH: perl@9917] more VMS tweaks for addn'l selfstubber tests
28292              From: Peter Prymmer <pvhp@forte.com>
28293              Date: Mon, 30 Apr 2001 16:26:30 -0700 (PDT)
28294              Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>
28295      Branch: perl
28296            ! t/lib/selfstubber.t
28297 ____________________________________________________________________________
28298 [  9921] By: jhi                                   on 2001/04/30  16:34:33
28299         Log: Subject: [PATCH B::Concise] suppress warning
28300              From: Robin Houston <robin@kitsite.com>
28301              Date: Mon, 30 Apr 2001 16:09:49 +0100
28302              Message-ID: <20010430160949.A25086@penderel>
28303      Branch: perl
28304            ! ext/B/B/Concise.pm
28305 ____________________________________________________________________________
28306 [  9920] By: jhi                                   on 2001/04/30  13:56:04
28307         Log: Strip the *markers* from #9919.
28308      Branch: perl
28309            ! pod/perlfaq.pod pod/perlfaq5.pod
28310 ____________________________________________________________________________
28311 [  9919] By: jhi                                   on 2001/04/30  13:54:04
28312         Log: Subject: [PATCH] (perlfaq/bleadperl) append mode and locking
28313              From: Gwyn Judd <b.judd@xtra.co.nz>
28314              Date: Sun, 29 Apr 2001 01:47:49 +1200
28315              Message-ID: <20010429014749.A4418@thislove>
28316      Branch: perl
28317            ! pod/perlfaq.pod pod/perlfaq5.pod
28318 ____________________________________________________________________________
28319 [  9918] By: jhi                                   on 2001/04/30  13:13:54
28320         Log: More_tweakage.
28321      Branch: perl
28322            ! pod/perldata.pod pod/perldiag.pod
28323 ____________________________________________________________________________
28324 [  9917] By: jhi                                   on 2001/04/30  13:01:27
28325         Log: Update Changes.
28326      Branch: perl
28327            ! Changes patchlevel.h
28328 ____________________________________________________________________________
28329 [  9916] By: jhi                                   on 2001/04/30  12:57:03
28330         Log: T_w_e_a_k_a_g_e.
28331      Branch: perl
28332            ! pod/perldata.pod pod/perldiag.pod
28333 ____________________________________________________________________________
28334 [  9915] By: jhi                                   on 2001/04/30  12:39:29
28335         Log: Install s2p also as psed.
28336              
28337              TODO: psed documentation?
28338      Branch: perl
28339            ! installperl
28340 ____________________________________________________________________________
28341 [  9914] By: jhi                                   on 2001/04/30  12:29:21
28342         Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
28343              From: Jens Hamisch <jens@Strawberry.COM>
28344              Date: Fri, 27 Apr 2001 17:00:36 +0200
28345              Message-ID: <20010427170036.K1372@Strawberry.COM>
28346              
28347              SOCKS5_VERSION_NAME is the right symbol to detect
28348              the presence of SOCKS5.  (HAS_SOCKS5_INIT is telling whether
28349              function called socks5_init() is available, and even that is
28350              not universal, most SOCKS5 installations use SOCKSinit()).
28351      Branch: perl
28352            ! perlio.c
28353 ____________________________________________________________________________
28354 [  9913] By: jhi                                   on 2001/04/30  12:22:15
28355         Log: Allow a zero timeout on IO::Socket accept and connect--
28356              though one really shouldn't do that.  Based on
28357              
28358              Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
28359              From: "John Holdsworth" <coldwave@bigfoot.com>
28360              Date: Sun, 4 Feb 2001 12:48:18 +0100
28361              Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>
28362      Branch: perl
28363            ! ext/IO/lib/IO/Socket.pm
28364 ____________________________________________________________________________
28365 [  9912] By: jhi                                   on 2001/04/30  11:27:27
28366         Log: Save the spot of regprev (see #9911) for binary compatibility;
28367              regen API.
28368      Branch: perl
28369            ! embedvar.h perlapi.h thrdvar.h
28370 ____________________________________________________________________________
28371 [  9911] By: jhi                                   on 2001/04/30  11:22:03
28372         Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...] 
28373              From: Hugo <hv@crypt.compulink.co.uk>
28374              Date: Sun, 29 Apr 2001 17:09:30 +0100
28375              Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>
28376      Branch: perl
28377            ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h
28378 ____________________________________________________________________________
28379 [  9910] By: jhi                                   on 2001/04/30  11:15:12
28380         Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
28381              a dummy for PL_numeric_radix); no pressing reason to break
28382              binary compatibility; regen API.
28383      Branch: perl
28384            ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h
28385            ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c
28386 ____________________________________________________________________________
28387 [  9909] By: jhi                                   on 2001/04/30  10:56:08
28388         Log: Subject: [DOC PATCH bleadperl] Document generation of random integers
28389              From: Walt Mankowski <waltman@netaxs.com>
28390              Date: Sun, 29 Apr 2001 21:53:48 -0400
28391              Message-ID: <20010429215348.A3971@netaxs.com>
28392      Branch: perl
28393            ! pod/perlfunc.pod
28394 ____________________________________________________________________________
28395 [  9908] By: jhi                                   on 2001/04/30  10:49:40
28396         Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
28397      Branch: perl
28398            ! t/lib/selfstubber.t
28399 ____________________________________________________________________________
28400 [  9907] By: nick                                  on 2001/04/30  09:26:50
28401         Log: Integrate mainline.
28402      Branch: perlio
28403           !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
28404 ____________________________________________________________________________
28405 [  9906] By: jhi                                   on 2001/04/29  23:24:20
28406         Log: Abigail spotted a thinko in #9905.
28407      Branch: perl
28408            ! pod/perldiag.pod
28409 ____________________________________________________________________________
28410 [  9905] By: jhi                                   on 2001/04/29  15:55:39
28411         Log: Changed the underscore/undebar syntax in numeric constants;
28412              now any grouping will do, as long as the underscores are not
28413              consecutive (so "zero-grouping" is out), and they do not begin
28414              or end the integer or fractional parts.
28415      Branch: perl
28416            ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
28417 ____________________________________________________________________________
28418 [  9904] By: nick                                  on 2001/04/29  15:43:22
28419         Log: Integrate mainline.
28420      Branch: perlio
28421           +> (branch 98 files)
28422            - lib/unicode/Block.pl
28423            - lib/unicode/In/AlphabeticPresentationForms.pl
28424            - lib/unicode/In/Arabic.pl
28425            - lib/unicode/In/ArabicPresentationForms-A.pl
28426            - lib/unicode/In/ArabicPresentationForms-B.pl
28427            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
28428            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
28429            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
28430            - lib/unicode/In/BopomofoExtended.pl
28431            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
28432            - lib/unicode/In/CJKCompatibility.pl
28433            - lib/unicode/In/CJKCompatibilityForms.pl
28434            - lib/unicode/In/CJKCompatibilityIdeographs.pl
28435            - lib/unicode/In/CJKRadicalsSupplement.pl
28436            - lib/unicode/In/CJKSymbolsandPunctuation.pl
28437            - lib/unicode/In/CJKUnifiedIdeographs.pl
28438            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
28439            - lib/unicode/In/Cherokee.pl
28440            - lib/unicode/In/CombiningDiacriticalMarks.pl
28441            - lib/unicode/In/CombiningHalfMarks.pl
28442            - lib/unicode/In/CombiningMarksforSymbols.pl
28443            - lib/unicode/In/ControlPictures.pl
28444            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
28445            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
28446            - lib/unicode/In/EnclosedAlphanumerics.pl
28447            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
28448            - lib/unicode/In/Ethiopic.pl
28449            - lib/unicode/In/GeneralPunctuation.pl
28450            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
28451            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
28452            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
28453            - lib/unicode/In/HalfwidthandFullwidthForms.pl
28454            - lib/unicode/In/HangulCompatibilityJamo.pl
28455            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
28456            - lib/unicode/In/Hebrew.pl
28457            - lib/unicode/In/HighPrivateUseSurrogates.pl
28458            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
28459            - lib/unicode/In/IPAExtensions.pl
28460            - lib/unicode/In/IdeographicDescriptionCharacters.pl
28461            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
28462            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
28463            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
28464            - lib/unicode/In/Latin-1Supplement.pl
28465            - lib/unicode/In/LatinExtended-A.pl
28466            - lib/unicode/In/LatinExtended-B.pl
28467            - lib/unicode/In/LatinExtendedAdditional.pl
28468            - lib/unicode/In/LetterlikeSymbols.pl
28469            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
28470            - lib/unicode/In/MathematicalOperators.pl
28471            - lib/unicode/In/MiscellaneousSymbols.pl
28472            - lib/unicode/In/MiscellaneousTechnical.pl
28473            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
28474            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
28475            - lib/unicode/In/OpticalCharacterRecognition.pl
28476            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
28477            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
28478            - lib/unicode/In/SmallFormVariants.pl
28479            - lib/unicode/In/SpacingModifierLetters.pl
28480            - lib/unicode/In/Specials.pl
28481            - lib/unicode/In/SuperscriptsandSubscripts.pl
28482            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
28483            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
28484            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
28485            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
28486            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
28487           !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm
28488           !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh
28489           !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h
28490           !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c
28491           !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t
28492           !> utf8.c win32/Makefile
28493 ____________________________________________________________________________
28494 [  9903] By: jhi                                   on 2001/04/29  14:30:53
28495         Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update
28496              From: Prymmer/Kahn <pvhp@best.com>
28497              Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT)
28498              Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
28499      Branch: perl
28500            ! win32/Makefile
28501 ____________________________________________________________________________
28502 [  9902] By: jhi                                   on 2001/04/29  02:52:44
28503         Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes.
28504              From: "Abigail" <abigail@foad.org>
28505              Date: Sun, 29 Apr 2001 03:14:25 +0200
28506              Message-ID: <20010429011425.24503.qmail@foad.org>
28507      Branch: perl
28508            ! ext/IO/lib/IO/Seekable.pm
28509 ____________________________________________________________________________
28510 [  9901] By: jhi                                   on 2001/04/29  02:04:46
28511         Log: In character classes one couldn't have 0x80..0xff characters
28512              at the left hand side if there were 0x100.. characters in the
28513              character class.
28514      Branch: perl
28515            ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c
28516            ! t/op/pat.t utf8.c
28517 ____________________________________________________________________________
28518 [  9900] By: jhi                                   on 2001/04/28  22:55:04
28519         Log: Forgot the latest mktables.PL from #9899.
28520      Branch: perl
28521            ! lib/unicode/mktables.PL
28522 ____________________________________________________________________________
28523 [  9899] By: jhi                                   on 2001/04/28  22:53:28
28524         Log: Explain the \p{} and \P{} error message better and
28525              have prettier prettyprint in In.pl.
28526      Branch: perl
28527            ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
28528            ! pod/perldiag.pod
28529 ____________________________________________________________________________
28530 [  9898] By: jhi                                   on 2001/04/28  21:03:34
28531         Log: Add one possible explanation for the "Invalid [] range" error.
28532      Branch: perl
28533            ! pod/perldiag.pod
28534 ____________________________________________________________________________
28535 [  9897] By: jhi                                   on 2001/04/28  17:18:26
28536         Log: Add a level of indirection to the implementation of \p{InFoo}
28537              so that we don't have to have long filenames.  (Nothing changes
28538              in the user interface.)   The indirection is defined in
28539              the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
28540              Also rename some the character classes by removing '-' from
28541              the classnames, and finally renamed Block.pl as Blocks.pl.
28542      Branch: perl
28543            + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl
28544            + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl
28545            + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.pl
28546            + lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
28547            + lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/2.pl
28548            + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl
28549            + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl
28550            + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl
28551            + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl
28552            + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl
28553            + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl
28554            + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl
28555            + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl
28556            + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl
28557            + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl
28558            + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl
28559            + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl
28560            + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl
28561            + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl
28562            + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl
28563            + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl
28564            + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl
28565            + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl
28566            + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl
28567            + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl
28568            + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl
28569            + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl
28570            + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl
28571            + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl
28572            + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl
28573            + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl
28574            + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl
28575            + lib/unicode/In/94.pl lib/unicode/In/95.pl
28576            - lib/unicode/Block.pl
28577            - lib/unicode/In/AlphabeticPresentationForms.pl
28578            - lib/unicode/In/Arabic.pl
28579            - lib/unicode/In/ArabicPresentationForms-A.pl
28580            - lib/unicode/In/ArabicPresentationForms-B.pl
28581            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
28582            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
28583            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
28584            - lib/unicode/In/BopomofoExtended.pl
28585            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
28586            - lib/unicode/In/CJKCompatibility.pl
28587            - lib/unicode/In/CJKCompatibilityForms.pl
28588            - lib/unicode/In/CJKCompatibilityIdeographs.pl
28589            - lib/unicode/In/CJKRadicalsSupplement.pl
28590            - lib/unicode/In/CJKSymbolsandPunctuation.pl
28591            - lib/unicode/In/CJKUnifiedIdeographs.pl
28592            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
28593            - lib/unicode/In/Cherokee.pl
28594            - lib/unicode/In/CombiningDiacriticalMarks.pl
28595            - lib/unicode/In/CombiningHalfMarks.pl
28596            - lib/unicode/In/CombiningMarksforSymbols.pl
28597            - lib/unicode/In/ControlPictures.pl
28598            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
28599            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
28600            - lib/unicode/In/EnclosedAlphanumerics.pl
28601            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
28602            - lib/unicode/In/Ethiopic.pl
28603            - lib/unicode/In/GeneralPunctuation.pl
28604            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
28605            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
28606            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
28607            - lib/unicode/In/HalfwidthandFullwidthForms.pl
28608            - lib/unicode/In/HangulCompatibilityJamo.pl
28609            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
28610            - lib/unicode/In/Hebrew.pl
28611            - lib/unicode/In/HighPrivateUseSurrogates.pl
28612            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
28613            - lib/unicode/In/IPAExtensions.pl
28614            - lib/unicode/In/IdeographicDescriptionCharacters.pl
28615            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
28616            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
28617            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
28618            - lib/unicode/In/Latin-1Supplement.pl
28619            - lib/unicode/In/LatinExtended-A.pl
28620            - lib/unicode/In/LatinExtended-B.pl
28621            - lib/unicode/In/LatinExtendedAdditional.pl
28622            - lib/unicode/In/LetterlikeSymbols.pl
28623            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
28624            - lib/unicode/In/MathematicalOperators.pl
28625            - lib/unicode/In/MiscellaneousSymbols.pl
28626            - lib/unicode/In/MiscellaneousTechnical.pl
28627            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
28628            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
28629            - lib/unicode/In/OpticalCharacterRecognition.pl
28630            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
28631            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
28632            - lib/unicode/In/SmallFormVariants.pl
28633            - lib/unicode/In/SpacingModifierLetters.pl
28634            - lib/unicode/In/Specials.pl
28635            - lib/unicode/In/SuperscriptsandSubscripts.pl
28636            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
28637            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
28638            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
28639            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
28640            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
28641            ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl
28642            ! pod/perlunicode.pod
28643 ____________________________________________________________________________
28644 [  9896] By: jhi                                   on 2001/04/28  14:33:17
28645         Log: Update the information on shared library path on HP-UX.
28646      Branch: perl
28647            ! INSTALL
28648 ____________________________________________________________________________
28649 [  9895] By: jhi                                   on 2001/04/28  14:32:30
28650         Log: Because #9894 seems to do the trick, this workaround can be removed.
28651      Branch: perl
28652            ! t/lib/selfstubber.t
28653 ____________________________________________________________________________
28654 [  9894] By: jhi                                   on 2001/04/28  14:26:13
28655         Log: For PerlIO flush the children's file handles (on fork/exec/system).
28656      Branch: perl
28657            ! perl.h
28658 ____________________________________________________________________________
28659 [  9893] By: jhi                                   on 2001/04/28  14:23:15
28660         Log: Test tweak for #9891.
28661      Branch: perl
28662            ! t/lib/b-deparse.t
28663 ____________________________________________________________________________
28664 [  9892] By: jhi                                   on 2001/04/28  14:10:13
28665         Log: New HP-UX hints from Merijn.
28666      Branch: perl
28667            ! hints/hpux.sh
28668 ____________________________________________________________________________
28669 [  9891] By: jhi                                   on 2001/04/28  14:07:27
28670         Log: Subject: [PATCH B::Deparse] non-block scopes
28671              From: Robin Houston <robin@kitsite.com>
28672              Date: Fri, 27 Apr 2001 19:15:14 +0100
28673              Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>
28674      Branch: perl
28675            ! ext/B/B/Deparse.pm
28676 ____________________________________________________________________________
28677 [  9890] By: nick                                  on 2001/04/27  19:41:25
28678         Log: Integrate mainline
28679      Branch: perlio
28680           +> t/lib/selfstubber.t
28681           !> (integrate 50 files)
28682 ____________________________________________________________________________
28683 [  9889] By: jhi                                   on 2001/04/27  18:23:46
28684         Log: Subject: Re: selfstubber test fail on bleadperl
28685              From: Mike Guy <mjtg@cam.ac.uk>
28686              Date: Fri, 27 Apr 2001 19:31:18 +0100
28687              Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
28688      Branch: perl
28689            ! t/lib/selfstubber.t
28690 ____________________________________________________________________________
28691 [  9888] By: jhi                                   on 2001/04/27  16:20:54
28692         Log: Test tweak for #9886.
28693      Branch: perl
28694            ! t/lib/b-deparse.t
28695 ____________________________________________________________________________
28696 [  9887] By: jhi                                   on 2001/04/27  16:16:33
28697         Log: Buffering issue at least in Solaris (even with perlio).
28698      Branch: perl
28699            ! t/lib/selfstubber.t
28700 ____________________________________________________________________________
28701 [  9886] By: jhi                                   on 2001/04/27  14:59:23
28702         Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c
28703              From: Robin Houston <robin@kitsite.com>
28704              Date: Fri, 27 Apr 2001 16:53:20 +0100
28705              Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>
28706      Branch: perl
28707            ! ext/B/B/Deparse.pm
28708 ____________________________________________________________________________
28709 [  9885] By: jhi                                   on 2001/04/27  14:23:51
28710         Log: Update Changes.
28711      Branch: perl
28712            ! Changes patchlevel.h
28713 ____________________________________________________________________________
28714 [  9884] By: jhi                                   on 2001/04/27  14:14:12
28715         Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
28716              From: "Philip Newton" <pnewton@gmx.de>
28717              Date: Fri, 27 Apr 2001 16:40:13 +0200
28718              Message-ID: <3AE9A0ED.5248.CEA127@localhost>
28719      Branch: perl
28720            ! pod/perldata.pod
28721 ____________________________________________________________________________
28722 [  9883] By: jhi                                   on 2001/04/27  13:28:19
28723         Log: Add LOG_PERROR; prettify the "removed".
28724      Branch: perl
28725            ! ext/Sys/Syslog/Syslog.xs
28726 ____________________________________________________________________________
28727 [  9882] By: jhi                                   on 2001/04/27  13:13:18
28728         Log: h2xs tweaks: use NV instead of double, "quote" the removed
28729              prefixes for clarity (especially when nothing is removed),
28730              slight pod reformats.
28731      Branch: perl
28732            ! utils/h2xs.PL
28733 ____________________________________________________________________________
28734 [  9881] By: jhi                                   on 2001/04/27  12:58:48
28735         Log: Don't bother creating existing directories.
28736      Branch: perl
28737            ! utils/h2xs.PL
28738 ____________________________________________________________________________
28739 [  9880] By: jhi                                   on 2001/04/27  12:45:39
28740         Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
28741              From: Mike Schilli <m@perlmeister.com>
28742              Date: Wed, 25 Apr 2001 01:29:21 -0700
28743              Message-id: <3AE68AE1.6A981723@perlmeister.com>
28744      Branch: perl
28745            ! utils/h2xs.PL
28746 ____________________________________________________________________________
28747 [  9879] By: jhi                                   on 2001/04/27  12:40:55
28748         Log: break is not yet Perl.  Added the template license also to README.
28749      Branch: perl
28750            ! utils/h2xs.PL
28751 ____________________________________________________________________________
28752 [  9878] By: jhi                                   on 2001/04/27  03:08:20
28753         Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
28754              From: Tim Jenness <t.jenness@jach.hawaii.edu>
28755              Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
28756              Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
28757      Branch: perl
28758            ! t/lib/xs-typemap.t
28759 ____________________________________________________________________________
28760 [  9877] By: jhi                                   on 2001/04/26  23:54:40
28761         Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
28762              From: "Abigail" <abigail@foad.org>
28763              Date: Fri, 27 Apr 2001 01:44:28 +0200
28764              Message-ID: <20010426234428.19786.qmail@foad.org>
28765      Branch: perl
28766            ! utils/h2xs.PL
28767 ____________________________________________________________________________
28768 [  9876] By: jhi                                   on 2001/04/26  23:52:06
28769         Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
28770              From: Peter Prymmer <pvhp@forte.com>
28771              Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
28772              Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
28773      Branch: perl
28774            ! t/lib/selfstubber.t
28775 ____________________________________________________________________________
28776 [  9875] By: jhi                                   on 2001/04/26  23:48:10
28777         Log: Deparse nits.
28778      Branch: perl
28779            ! ext/B/B/Deparse.pm t/lib/b-deparse.t
28780 ____________________________________________________________________________
28781 [  9874] By: jhi                                   on 2001/04/26  22:46:05
28782         Log: Document ANYOF_CLASS.
28783      Branch: perl
28784            ! regcomp.h
28785 ____________________________________________________________________________
28786 [  9873] By: jhi                                   on 2001/04/26  22:35:03
28787         Log: Subject: Re: [PATCH @9846] dumping ANYOF
28788              From: Hugo <hv@crypt.compulink.co.uk>
28789              Date: Thu, 26 Apr 2001 23:33:38 +0100
28790              Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
28791      Branch: perl
28792            ! regcomp.c regcomp.h
28793 ____________________________________________________________________________
28794 [  9872] By: jhi                                   on 2001/04/26  22:34:31
28795         Log: Subject: [PATCH] more for Devel::SelfStubber
28796              From: Nicholas Clark <nick@ccl4.org>
28797              Date: Fri, 27 Apr 2001 00:13:52 +0100
28798              Message-ID: <20010427001351.K88186@plum.flirble.org>
28799      Branch: perl
28800            ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
28801 ____________________________________________________________________________
28802 [  9871] By: jhi                                   on 2001/04/26  21:59:17
28803         Log: Subject: [PATCH B::Deparse] formats must be flush left
28804              From: Robin Houston <robin@kitsite.com>
28805              Date: Thu, 26 Apr 2001 23:54:29 +0100
28806              Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
28807      Branch: perl
28808            ! ext/B/B/Deparse.pm
28809 ____________________________________________________________________________
28810 [  9870] By: jhi                                   on 2001/04/26  21:57:37
28811         Log: If some of the constants are prefixes of others,
28812              the prefixes may never get recognized.  (See 20010426.006.)
28813      Branch: perl
28814            ! utils/h2xs.PL
28815 ____________________________________________________________________________
28816 [  9869] By: jhi                                   on 2001/04/26  21:50:42
28817         Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
28818              From: Chris Bongaarts <cab@tc.umn.edu>
28819              Date: Thu, 26 Apr 2001 17:10:31 -0500
28820              Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
28821      Branch: perl
28822            ! ext/Sys/Syslog/Syslog.xs
28823 ____________________________________________________________________________
28824 [  9868] By: jhi                                   on 2001/04/26  21:35:12
28825         Log: Further cuts and more docs from Graham Barr.
28826      Branch: perl
28827            ! ext/List/Util/lib/List/Util.pm
28828            ! ext/List/Util/lib/Scalar/Util.pm
28829 ____________________________________________________________________________
28830 [  9867] By: jhi                                   on 2001/04/26  21:18:57
28831         Log: Subject: [PATCH 5.7.1] DB_File-1.77
28832              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
28833              Date: Thu, 26 Apr 2001 22:37:53 +0100
28834              Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
28835      Branch: perl
28836            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
28837            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
28838 ____________________________________________________________________________
28839 [  9866] By: jhi                                   on 2001/04/26  21:12:31
28840         Log: Subject: [PATCH B::Deparse] fix easy bugs
28841              From: Robin Houston <robin@kitsite.com>
28842              Date: Thu, 26 Apr 2001 23:03:33 +0100
28843              Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
28844      Branch: perl
28845            ! ext/B/B/Deparse.pm
28846 ____________________________________________________________________________
28847 [  9865] By: jhi                                   on 2001/04/26  20:26:13
28848         Log: Update Changes.
28849      Branch: perl
28850            ! Changes patchlevel.h
28851 ____________________________________________________________________________
28852 [  9864] By: jhi                                   on 2001/04/26  19:27:48
28853         Log: Dethinko from Robin Houston.
28854      Branch: perl
28855            ! ext/B/B/Deparse.pm
28856 ____________________________________________________________________________
28857 [  9863] By: jhi                                   on 2001/04/26  19:10:35
28858         Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
28859              From: Robin Houston <robin@kitsite.com>
28860              Date: Thu, 26 Apr 2001 21:08:32 +0100
28861              Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
28862      Branch: perl
28863            ! ext/B/B/Deparse.pm
28864 ____________________________________________________________________________
28865 [  9862] By: jhi                                   on 2001/04/26  19:04:23
28866         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
28867              From: Robin Houston <robin@kitsite.com>
28868              Date: Thu, 26 Apr 2001 20:52:50 +0100
28869              Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
28870      Branch: perl
28871            ! ext/B/B/Deparse.pm
28872 ____________________________________________________________________________
28873 [  9861] By: jhi                                   on 2001/04/26  18:56:14
28874         Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
28875              From: Mike Guy <mjtg@cam.ac.uk>
28876              Date: Thu, 26 Apr 2001 14:22:40 +0100
28877              Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
28878      Branch: perl
28879            ! pod/perlobj.pod
28880 ____________________________________________________________________________
28881 [  9860] By: jhi                                   on 2001/04/26  18:46:42
28882         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
28883              From: Robin Houston <robin@kitsite.com>
28884              Date: Thu, 26 Apr 2001 20:34:29 +0100
28885              Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
28886              
28887              Hashes do not interpolate.
28888      Branch: perl
28889            ! ext/B/B/Deparse.pm
28890 ____________________________________________________________________________
28891 [  9859] By: jhi                                   on 2001/04/26  18:43:51
28892         Log: Subject: The Time::Piece conspiracy unmasked!!!
28893              From: Mike Guy <mjtg@cam.ac.uk>
28894              Date: Thu, 26 Apr 2001 19:02:50 +0100
28895              Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
28896              
28897              Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
28898              From: Mike Guy <mjtg@cam.ac.uk>
28899              Date: Thu, 26 Apr 2001 19:08:21 +0100
28900              Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
28901              
28902              Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
28903              From: Graham Barr <gbarr@pobox.com>
28904              Date: Thu, 26 Apr 2001 19:12:03 +0100
28905              Message-ID: <20010426191203.A70835@pobox.com>
28906              
28907              Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
28908      Branch: perl
28909            ! ext/List/Util/lib/List/Util.pm
28910            ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
28911 ____________________________________________________________________________
28912 [  9858] By: jhi                                   on 2001/04/26  18:17:42
28913         Log: Subject: [PATCH t/comp/proto.t] disable correct warning
28914              From: Robin Houston <robin@kitsite.com>
28915              Date: Thu, 26 Apr 2001 16:09:35 +0100
28916              Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
28917      Branch: perl
28918            ! t/comp/proto.t
28919 ____________________________________________________________________________
28920 [  9857] By: jhi                                   on 2001/04/26  18:04:59
28921         Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
28922              From: barries <barries@slaysys.com>
28923              Date: Thu, 26 Apr 2001 12:01:10 -0400
28924              Message-ID: <20010426120110.E29698@jester.slaysys.com>
28925      Branch: perl
28926            ! pod/perldiag.pod
28927 ____________________________________________________________________________
28928 [  9856] By: jhi                                   on 2001/04/26  18:03:33
28929         Log: Subject: [PATCH B::Deparse] fix string uninterpretation
28930              Date: Thu, 26 Apr 2001 17:13:41 +0100
28931              From: Robin Houston <robin@kitsite.com>
28932              Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
28933              
28934              Subject: Re: [PATCH B::Deparse] fix string uninterpretation
28935              From: Robin Houston <robin@kitsite.com>
28936              Date: Thu, 26 Apr 2001 18:44:29 +0100
28937              Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
28938      Branch: perl
28939            ! ext/B/B/Deparse.pm
28940 ____________________________________________________________________________
28941 [  9855] By: jhi                                   on 2001/04/26  17:56:04
28942         Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
28943              From: Robin Houston <robin@kitsite.com>
28944              Date: Thu, 26 Apr 2001 17:04:08 +0100
28945              Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
28946      Branch: perl
28947            ! ext/B/B/Deparse.pm
28948 ____________________________________________________________________________
28949 [  9854] By: jhi                                   on 2001/04/26  17:47:26
28950         Log: Subject: Re: Short test case for undef %stash:: crash
28951              From: Benjamin Sugars <bsugars@canoe.ca> 
28952              Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT) 
28953              Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
28954              Changed and moved the perldiag entry.
28955      Branch: perl
28956            ! gv.c pod/perldiag.pod
28957 ____________________________________________________________________________
28958 [  9853] By: jhi                                   on 2001/04/26  14:35:16
28959         Log: Beginnings of strptime().  Do not touch the wet paint.
28960      Branch: perl
28961            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
28962 ____________________________________________________________________________
28963 [  9852] By: jhi                                   on 2001/04/26  13:17:21
28964         Log: Retract #9851, core dumps from pod2man.
28965      Branch: perl
28966            ! regcomp.c
28967 ____________________________________________________________________________
28968 [  9851] By: jhi                                   on 2001/04/26  11:54:41
28969         Log: (Retracted by #9852.)
28970              
28971              Subject: [PATCH @9846] dumping ANYOF
28972              From: Hugo <hv@crypt.compulink.co.uk>
28973              Date: Thu, 26 Apr 2001 05:32:38 +0100
28974              Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
28975      Branch: perl
28976            ! regcomp.c
28977 ____________________________________________________________________________
28978 [  9850] By: jhi                                   on 2001/04/26  02:34:44
28979         Log: If ccflags was empty the _previous_ $* containing all the
28980              environment variables and Configure variables was used,
28981              which lead, among other bad things, into $ccflags being your
28982              uname -a output, which lead into test compile with cc failing,
28983              which lead into gcc being selected, which didn't work that well
28984              since gcc (ancient 2.8.1 in that particular box) wasn't too happy
28985              with large files, et cetera.
28986      Branch: perl
28987            ! hints/hpux.sh
28988 ____________________________________________________________________________
28989 [  9849] By: jhi                                   on 2001/04/26  01:44:57
28990         Log: Make selfstubber test more portable.
28991      Branch: perl
28992            ! t/lib/selfstubber.t
28993 ____________________________________________________________________________
28994 [  9848] By: jhi                                   on 2001/04/26  00:50:26
28995         Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
28996              From: Benjamin Sugars <ben.sugars@home.com>
28997              Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
28998              Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
28999      Branch: perl
29000            ! ext/Cwd/Cwd.xs
29001 ____________________________________________________________________________
29002 [  9847] By: jhi                                   on 2001/04/26  00:46:58
29003         Log: Subject: [PATCH: perl@9841] VMS updates
29004              From: Peter Prymmer <pvhp@forte.com>
29005              Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
29006              Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
29007      Branch: perl
29008            ! README.vms configure.com vms/descrip_mms.template
29009            ! vms/ext/filespec.t
29010 ____________________________________________________________________________
29011 [  9846] By: jhi                                   on 2001/04/26  00:11:56
29012         Log: re 'debug' was broken by #9084.
29013      Branch: perl
29014            ! ext/re/re.xs
29015 ____________________________________________________________________________
29016 [  9845] By: jhi                                   on 2001/04/25  22:33:17
29017         Log: Subject: [PATCH] test for Devel::SelfStubber
29018              From: Nicholas Clark <nick@ccl4.org>
29019              Date: Thu, 26 Apr 2001 00:00:54 +0100
29020              Message-ID: <20010426000054.D89026@plum.flirble.org>
29021      Branch: perl
29022            + t/lib/selfstubber.t
29023            ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
29024 ____________________________________________________________________________
29025 [  9844] By: jhi                                   on 2001/04/25  22:29:32
29026         Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
29027              From: Paul Johnson <paul@pjcj.net>
29028              Date: Thu, 26 Apr 2001 00:46:08 +0200
29029              Message-ID: <20010426004608.H2338@pjcj.net>
29030      Branch: perl
29031            ! ext/B/B/Concise.pm
29032 ____________________________________________________________________________
29033 [  9843] By: jhi                                   on 2001/04/25  22:28:28
29034         Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
29035              From: Peter Prymmer <pvhp@forte.com>
29036              Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
29037              Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
29038      Branch: perl
29039            ! ext/Cwd/Cwd.xs
29040 ____________________________________________________________________________
29041 [  9842] By: jhi                                   on 2001/04/25  20:58:12
29042         Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
29043              From: John Peacock <jpeacock@rowman.com>
29044              Date: Wed, 25 Apr 2001 17:30:26 -0400
29045              Message-ID: <3AE741F2.B3217464@rowman.com>
29046      Branch: perl
29047            ! lib/Math/BigInt.pm t/lib/bigintpm.t
29048 ____________________________________________________________________________
29049 [  9841] By: jhi                                   on 2001/04/25  20:07:05
29050         Log: Update Changes.
29051      Branch: perl
29052            ! Changes patchlevel.h
29053 ____________________________________________________________________________
29054 [  9840] By: jhi                                   on 2001/04/25  19:56:51
29055         Log: Yet another HP-UX hints version from Merijn.
29056      Branch: perl
29057            ! hints/hpux.sh
29058 ____________________________________________________________________________
29059 [  9839] By: jhi                                   on 2001/04/25  19:53:04
29060         Log: abs_path() didn't terminate the filename correctly,
29061              in DIRNAMLENless systems like HP-UX this would fail.
29062      Branch: perl
29063            ! ext/Cwd/Cwd.xs
29064 ____________________________________________________________________________
29065 [  9838] By: jhi                                   on 2001/04/25  16:37:26
29066         Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
29067              From: Mike Guy <mjtg@cam.ac.uk>
29068              Date: Wed, 25 Apr 2001 18:31:47 +0100
29069              Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
29070      Branch: perl
29071            ! op.c
29072 ____________________________________________________________________________
29073 [  9837] By: jhi                                   on 2001/04/25  16:21:53
29074         Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
29075              From: Jon Eveland <jweveland@yahoo.com>
29076              Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
29077              Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
29078      Branch: perl
29079            ! lib/perl5db.pl
29080 ____________________________________________________________________________
29081 [  9836] By: jhi                                   on 2001/04/25  14:17:50
29082         Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
29083              From: "Philip Newton" <pnewton@gmx.de>
29084              Date: Wed, 25 Apr 2001 17:05:58 +0200
29085              Message-ID: <3AE703F6.3234.1833C45@localhost>
29086      Branch: perl
29087            ! Porting/patching.pod
29088 ____________________________________________________________________________
29089 [  9835] By: jhi                                   on 2001/04/25  13:58:07
29090         Log: It would seem that both ar and full_ar need to be overridden
29091              for HP-UX to avoid the GNU ar.
29092      Branch: perl
29093            ! hints/hpux.sh
29094 ____________________________________________________________________________
29095 [  9834] By: jhi                                   on 2001/04/25  13:50:40
29096         Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
29097              From: "Philip Newton" <pnewton@gmx.de>
29098              Date: Wed, 25 Apr 2001 16:09:23 +0200
29099              Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
29100              
29101              Detypo.
29102      Branch: perl
29103            ! t/op/misc.t
29104 ____________________________________________________________________________
29105 [  9833] By: jhi                                   on 2001/04/25  12:36:11
29106         Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
29107      Branch: perl
29108            ! hints/hpux.sh
29109 ____________________________________________________________________________
29110 [  9832] By: jhi                                   on 2001/04/25  12:33:36
29111         Log: New version of HP-UX hints from Merijn.
29112      Branch: perl
29113            ! hints/hpux.sh
29114 ____________________________________________________________________________
29115 [  9831] By: jhi                                   on 2001/04/25  03:39:45
29116         Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
29117      Branch: perl
29118            ! hints/hpux.sh
29119 ____________________________________________________________________________
29120 [  9830] By: jhi                                   on 2001/04/25  02:53:25
29121         Log: The tzname[] bit is not needed by util.c -- and causes
29122              heartburn in VMS (and it missing was probably the cause of
29123              the Mac OS X trouble).  Ouch.
29124      Branch: perl
29125            ! ext/POSIX/POSIX.xs util.c
29126 ____________________________________________________________________________
29127 [  9829] By: jhi                                   on 2001/04/25  00:10:06
29128         Log: Metaconfig unit change for #9828.
29129      Branch: metaconfig
29130            ! U/compline/ccflags.U
29131 ____________________________________________________________________________
29132 [  9828] By: jhi                                   on 2001/04/25  00:04:18
29133         Log: Allow setting cppflags hints.  This may affect Darwin (Mac OS X)
29134              (which is actually the reason for the change, we need to pass
29135              cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
29136              EP/IX, OS/2, and TitanOS, based on the hints files.
29137      Branch: perl
29138            ! Configure config_h.SH
29139 ____________________________________________________________________________
29140 [  9827] By: jhi                                   on 2001/04/24  23:49:20
29141         Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
29142              the $cat must have an absolute path.
29143      Branch: perl
29144            ! makedepend.SH
29145 ____________________________________________________________________________
29146 [  9826] By: jhi                                   on 2001/04/24  23:40:53
29147         Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
29148      Branch: perl
29149            ! README.amiga
29150 ____________________________________________________________________________
29151 [  9825] By: jhi                                   on 2001/04/24  23:35:35
29152         Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
29153              From: "Philip Newton" <pnewton@gmx.de>
29154              Date: Tue, 24 Apr 2001 18:52:49 +0200
29155              Message-Id: <3AE5CB81.12234.1FC246F@localhost>
29156      Branch: perl
29157            ! x2p/find2perl.PL
29158 ____________________________________________________________________________
29159 [  9824] By: jhi                                   on 2001/04/24  23:33:07
29160         Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
29161              Some gcc specifics dropped out due to extensive rewriting;
29162              will be put back later as needed.
29163      Branch: perl
29164            ! hints/hpux.sh
29165 ____________________________________________________________________________
29166 [  9823] By: jhi                                   on 2001/04/24  23:27:57
29167         Log: Mac OS X patch for missing tzname definition from Paul Schinder.
29168      Branch: perl
29169            ! ext/POSIX/POSIX.xs
29170 ____________________________________________________________________________
29171 [  9822] By: jhi                                   on 2001/04/24  23:25:21
29172         Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
29173              From: Tim Jenness <t.jenness@jach.hawaii.edu>
29174              Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
29175              Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
29176      Branch: perl
29177            ! ext/XS/Typemap/Typemap.xs
29178 ____________________________________________________________________________
29179 [  9821] By: jhi                                   on 2001/04/24  23:24:10
29180         Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
29181              From: "Abigail" <abigail@foad.org>
29182              Date: Tue, 24 Apr 2001 23:12:03 +0200
29183              Message-ID: <20010424211203.7901.qmail@foad.org>
29184      Branch: perl
29185            ! pod/perlport.pod
29186 ____________________________________________________________________________
29187 [  9820] By: jhi                                   on 2001/04/24  23:23:15
29188         Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
29189              From: Matt Sergeant <matt@sergeant.org>
29190              Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
29191              Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
29192      Branch: perl
29193            ! pod/perlfaq4.pod
29194 ____________________________________________________________________________
29195 [  9819] By: nick                                  on 2001/04/24  18:49:43
29196         Log: Integrate mainline.
29197      Branch: perlio
29198           +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
29199           !> (integrate 37 files)
29200 ____________________________________________________________________________
29201 [  9818] By: jhi                                   on 2001/04/24  14:35:23
29202         Log: Update Changes.
29203      Branch: perl
29204            ! Changes patchlevel.h
29205 ____________________________________________________________________________
29206 [  9817] By: jhi                                   on 2001/04/24  14:09:17
29207         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries 
29208              From: "Philip Newton" <pnewton@gmx.de>
29209              Date: Tue, 24 Apr 2001 12:58:12 +0200
29210              Message-ID: <3AE57864.8304.B77A0A@localhost> 
29211              
29212              plus add CPAN to the list of modules that have their own tests.
29213      Branch: perl
29214            ! t/lib/1_compile.t
29215 ____________________________________________________________________________
29216 [  9816] By: jhi                                   on 2001/04/24  14:07:03
29217         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
29218              From: Michael G Schwern <schwern@pobox.com>
29219              Date: Sat, 21 Apr 2001 22:35:00 +0100
29220              Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
29221      Branch: perl
29222            ! t/lib/1_compile.t
29223 ____________________________________________________________________________
29224 [  9815] By: jhi                                   on 2001/04/24  13:54:32
29225         Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
29226              From: Robin Houston <robin@kitsite.com>
29227              Date: Tue, 24 Apr 2001 15:51:18 +0100
29228              Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
29229      Branch: perl
29230            ! ext/B/B/Deparse.pm
29231 ____________________________________________________________________________
29232 [  9814] By: jhi                                   on 2001/04/24  13:17:34
29233         Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
29234              From: Bill Glicker <billg@burrelles.com>
29235              Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
29236              Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
29237      Branch: perl
29238            ! hints/svr5.sh
29239 ____________________________________________________________________________
29240 [  9813] By: jhi                                   on 2001/04/24  12:54:23
29241         Log: Prevent path disclosure (probing for existence of filenames)
29242              using suidperl; bug id 20010322.218.
29243      Branch: perl
29244            ! perl.c pod/perldiag.pod
29245 ____________________________________________________________________________
29246 [  9812] By: jhi                                   on 2001/04/24  12:08:36
29247         Log: Retract #9811.
29248      Branch: perl
29249            ! ext/POSIX/POSIX.xs
29250 ____________________________________________________________________________
29251 [  9811] By: jhi                                   on 2001/04/24  11:57:35
29252         Log: (Retracted by #9812.)
29253      Branch: perl
29254            ! ext/POSIX/POSIX.xs
29255 ____________________________________________________________________________
29256 [  9810] By: jhi                                   on 2001/04/24  03:32:35
29257         Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
29258      Branch: perl
29259            ! util.c
29260 ____________________________________________________________________________
29261 [  9809] By: jhi                                   on 2001/04/24  03:16:13
29262         Log: The Math::BigFloat::import() was broken.
29263              (Fixes bug id 20010422.002.)
29264      Branch: perl
29265            ! lib/Math/BigFloat.pm
29266 ____________________________________________________________________________
29267 [  9808] By: jhi                                   on 2001/04/24  01:11:40
29268         Log: Additional dependencies; should help for parallel makes
29269              not to fail on missing lib/lib.pm or lib/re.pm.
29270      Branch: perl
29271            ! Makefile.SH
29272 ____________________________________________________________________________
29273 [  9807] By: jhi                                   on 2001/04/24  00:57:01
29274         Log: Update the test failure disclaimer.
29275      Branch: perl
29276            ! t/pragma/warn/pp_hot
29277 ____________________________________________________________________________
29278 [  9806] By: jhi                                   on 2001/04/24  00:54:04
29279         Log: Add make target "install-all" which is alias for "install"
29280              to cater for case-preserving filesystems like HFS+.
29281      Branch: perl
29282            ! INSTALL Makefile.SH
29283 ____________________________________________________________________________
29284 [  9805] By: jhi                                   on 2001/04/24  00:47:28
29285         Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
29286              From: Peter Prymmer <pvhp@forte.com>
29287              Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
29288              Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
29289              
29290              (Ken William's message forwarded from macosx@perl.org)
29291      Branch: perl
29292            ! hints/darwin.sh
29293 ____________________________________________________________________________
29294 [  9804] By: jhi                                   on 2001/04/23  23:57:35
29295         Log: Cut-and-pasto.
29296      Branch: perl
29297            ! perlio.c
29298 ____________________________________________________________________________
29299 [  9803] By: jhi                                   on 2001/04/23  23:52:25
29300         Log: More PerlIO robustness.
29301      Branch: perl
29302            ! perlio.c
29303 ____________________________________________________________________________
29304 [  9802] By: jhi                                   on 2001/04/23  23:43:35
29305         Log: Make the "STD* opened only for ..." errors more consistent.
29306      Branch: perl
29307            ! doio.c
29308 ____________________________________________________________________________
29309 [  9801] By: jhi                                   on 2001/04/23  23:34:26
29310         Log: Test case for #9800.
29311      Branch: perl
29312            ! t/op/misc.t
29313 ____________________________________________________________________________
29314 [  9800] By: jhi                                   on 2001/04/23  23:14:43
29315         Log: Avoid coredump on 'close STDERR; die' by making
29316              the PerlIO calls more robust.  Also use SETERRNO()
29317              instead of errno = to be more VMS-ready.
29318      Branch: perl
29319            ! perlio.c
29320 ____________________________________________________________________________
29321 [  9799] By: jhi                                   on 2001/04/23  21:41:10
29322         Log: Subject: test for ID 20010423.002
29323              From: Robin Houston <robin@kitsite.com>
29324              Date: Mon, 23 Apr 2001 16:52:21 +0100
29325              Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
29326      Branch: perl
29327            ! t/op/avhv.t
29328 ____________________________________________________________________________
29329 [  9798] By: jhi                                   on 2001/04/23  21:40:07
29330         Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
29331              From: David Dyck <dcd@tc.fluke.com>
29332              Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
29333              Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
29334      Branch: perl
29335            ! installperl
29336 ____________________________________________________________________________
29337 [  9797] By: jhi                                   on 2001/04/23  21:37:56
29338         Log: Subject: [PATCH] Implement Cwd::abs_path in XS
29339              From: Benjamin Sugars <bsugars@canoe.ca>
29340              Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
29341              Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
29342      Branch: perl
29343            ! ext/Cwd/Cwd.xs lib/Cwd.pm
29344 ____________________________________________________________________________
29345 [  9796] By: jhi                                   on 2001/04/23  21:29:24
29346         Log: Synchronize h2xs and pod2man some more on the documentation
29347              templates they propose.
29348      Branch: perl
29349            ! pod/pod2man.PL utils/h2xs.PL
29350 ____________________________________________________________________________
29351 [  9795] By: jhi                                   on 2001/04/23  17:30:40
29352         Log: Add one more naughty test for base64; make encoding logic cleaner.
29353      Branch: perl
29354            ! t/lib/mimeb64.t
29355 ____________________________________________________________________________
29356 [  9794] By: jhi                                   on 2001/04/23  13:51:32
29357         Log: Update Changes.
29358      Branch: perl
29359            ! Changes patchlevel.h
29360 ____________________________________________________________________________
29361 [  9793] By: jhi                                   on 2001/04/23  13:44:18
29362         Log: Duplicate lines.
29363      Branch: perl
29364            ! MANIFEST
29365 ____________________________________________________________________________
29366 [  9792] By: jhi                                   on 2001/04/23  13:39:13
29367         Log: Subject: Re: PATCH 5.7.1
29368              From: Mark-Jason Dominus <mjd@plover.com>
29369              Date: Mon, 23 Apr 2001 10:30:21 -0400
29370              Message-ID: <20010423143021.17335.qmail@plover.com>
29371      Branch: perl
29372            ! perl.h sv.c
29373 ____________________________________________________________________________
29374 [  9791] By: jhi                                   on 2001/04/23  13:32:40
29375         Log: Add the CPAN.pm 1.59_54 tests.
29376      Branch: perl
29377            + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
29378            ! MANIFEST
29379 ____________________________________________________________________________
29380 [  9790] By: jhi                                   on 2001/04/23  13:21:55
29381         Log: Subject: Deparse nit
29382              From: Robin Houston <robin@kitsite.com>
29383              Date: Mon, 23 Apr 2001 12:38:20 +0100
29384              Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
29385      Branch: perl
29386            ! ext/B/B/Deparse.pm
29387 ____________________________________________________________________________
29388 [  9789] By: jhi                                   on 2001/04/23  13:19:07
29389         Log: Subject: [PATCH] bug 20010423.002
29390              From: Robin Houston <robin@kitsite.com>
29391              Date: Mon, 23 Apr 2001 13:12:30 +0100
29392              Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
29393      Branch: perl
29394            ! pp.c
29395 ____________________________________________________________________________
29396 [  9788] By: jhi                                   on 2001/04/23  13:02:49
29397         Log: Subject: PATCH [5.7.1] hv.c unused #define
29398              From: Mark-Jason Dominus <mjd@plover.com>
29399              Date: Sun, 22 Apr 2001 14:17:49 -0400
29400              Message-ID: <20010422181749.26976.qmail@plover.com>
29401      Branch: perl
29402            ! hv.c
29403 ____________________________________________________________________________
29404 [  9787] By: jhi                                   on 2001/04/23  13:02:02
29405         Log: Subject: PATCH 5.7.1
29406              From: Mark-Jason Dominus <mjd@plover.com>
29407              Date: Sun, 22 Apr 2001 15:12:57 -0400
29408              Message-ID: <20010422191258.6539.qmail@plover.com>
29409              
29410              plus Sarathy's STMT_START + STMT_END suggestion.
29411      Branch: perl
29412            ! perl.h
29413 ____________________________________________________________________________
29414 [  9786] By: jhi                                   on 2001/04/23  12:53:25
29415         Log: Fix for
29416              
29417              Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
29418              From: dLux <dlux@spam.sch.bme.hu>
29419              Date: Mon, 23 Apr 2001 01:25:26 +0200
29420              Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
29421              
29422              (SvGROW really does return a char *.)
29423      Branch: perl
29424            ! pod/perlapi.pod sv.h
29425 ____________________________________________________________________________
29426 [  9785] By: jhi                                   on 2001/04/23  04:34:04
29427         Log: Time::Piece work continues.  $t->day removed since
29428              I think it's too confusing.  Now has normal and
29429              abbreviated length weekday names and month names,
29430              the names change with _names(), not _list().
29431              Now has strftime() in Perl, _strftime() is
29432              the libc version (to which strftime() falls back
29433              if it doesn't know the format.  To do: the reverse
29434              of strftime, strptime(), and the localisation of both.
29435      Branch: perl
29436            ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
29437            ! t/lib/time-piece.t
29438 ____________________________________________________________________________
29439 [  9784] By: jhi                                   on 2001/04/23  02:41:46
29440         Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using ' 
29441              From: andreas.koenig@anima.de (Andreas J. Koenig)
29442              Date: 23 Apr 2001 05:20:55 +0200
29443              Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
29444      Branch: perl
29445            ! t/pragma/overload.t
29446 ____________________________________________________________________________
29447 [  9783] By: jhi                                   on 2001/04/22  23:32:42
29448         Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
29449              From: Robin Houston <robin@kitsite.com>
29450              Date: Mon, 23 Apr 2001 00:38:18 +0100
29451              Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
29452      Branch: perl
29453            ! ext/B/B/Deparse.pm
29454 ____________________________________________________________________________
29455 [  9782] By: jhi                                   on 2001/04/22  20:55:43
29456         Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
29457              From: Simon Cozens <simon@netthink.co.uk>
29458              Date: Sun, 22 Apr 2001 18:47:25 +0100
29459              Message-ID: <20010422184725.A14411@netthink.co.uk>
29460      Branch: perl
29461            ! sv.c t/pragma/overload.t
29462 ____________________________________________________________________________
29463 [  9781] By: jhi                                   on 2001/04/22  20:52:13
29464         Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
29465              From: Robin Houston <robin@kitsite.com>
29466              Date: Sun, 22 Apr 2001 22:14:50 +0100
29467              Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
29468      Branch: perl
29469            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
29470 ____________________________________________________________________________
29471 [  9780] By: nick                                  on 2001/04/22  20:40:31
29472         Log: Integrate mainline.
29473      Branch: perlio
29474           +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
29475           +> t/lib/b-stash.t
29476           !> (integrate 38 files)
29477 ____________________________________________________________________________
29478 [  9779] By: jhi                                   on 2001/04/22  15:16:03
29479         Log: Subject: IO::Socket::INET patch
29480              From: andrew deryabin <djsf@technarchy.ru>
29481              Date: Sat, 21 Apr 2001 17:46:52 +0400
29482              Message-ID: <20010421174652.B1426@technarchy>
29483      Branch: perl
29484            ! ext/IO/lib/IO/Socket/INET.pm
29485 ____________________________________________________________________________
29486 [  9778] By: jhi                                   on 2001/04/22  15:14:33
29487         Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1 
29488              From: Mark-Jason Dominus <mjd@plover.com>
29489              Date: Sat, 21 Apr 2001 21:27:49 -0400
29490              Message-ID: <20010422012749.27024.qmail@plover.com>
29491      Branch: perl
29492            ! regcomp.c
29493 ____________________________________________________________________________
29494 [  9777] By: jhi                                   on 2001/04/22  15:10:51
29495         Log: Subject: Re: Regex debugger patch 
29496              From: Mark-Jason Dominus <mjd@plover.com>
29497              Date: Sat, 21 Apr 2001 21:48:51 -0400
29498              Message-ID: <20010422014851.27165.qmail@plover.com>
29499      Branch: perl
29500            ! pod/perldebguts.pod
29501 ____________________________________________________________________________
29502 [  9776] By: jhi                                   on 2001/04/22  15:09:48
29503         Log: Subject: Re: Regex debugger patch
29504              From: Mark-Jason Dominus <mjd@plover.com>
29505              Date: Sat, 21 Apr 2001 14:24:39 -0400
29506              Message-ID: <20010421182439.16508.qmail@plover.com>
29507              
29508              Regex debugger backend.
29509      Branch: perl
29510            ! regcomp.c regexp.h
29511 ____________________________________________________________________________
29512 [  9775] By: jhi                                   on 2001/04/21  16:45:40
29513         Log: Subject: [PATCH] Typo in utf8.h
29514              From: Jesús Quiroga <jquiroga@pobox.com>
29515              Date: Sat, 21 Apr 2001 19:25:33 +0200
29516              Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
29517      Branch: perl
29518            ! utf8.h
29519 ____________________________________________________________________________
29520 [  9774] By: jhi                                   on 2001/04/21  16:43:52
29521         Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
29522              From: Joe Orton <jorton@redhat.com>
29523              Date: Tue, 17 Apr 2001 15:50:43 +0100
29524              Message-Id: <20010417155043.D19132@eu.c2.net>
29525      Branch: perl
29526            ! hints/svr5.sh
29527 ____________________________________________________________________________
29528 [  9773] By: jhi                                   on 2001/04/21  15:30:15
29529         Log: Subject: Patch utils/h2xs.PL
29530              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
29531              Date: Sat, 21 Apr 2001 10:32:16 -0500
29532              Message-ID: <20010421103216.C14521@chaos.wustl.edu>
29533              
29534              Add MAILING list and LICENSE templates.
29535      Branch: perl
29536            ! utils/h2xs.PL
29537 ____________________________________________________________________________
29538 [  9772] By: jhi                                   on 2001/04/21  15:28:36
29539         Log: Subject: perlfaq2.patch for 5.7.1
29540              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
29541              Message-ID: <20010420164219.J3194@chaos.wustl.edu>
29542              Date: Fri, 20 Apr 2001 16:42:19 -0500
29543              
29544              rm an extra tab, a blurb about the xx.cpan to clarify
29545              which countries actually have that and dejanews is history
29546              as well as most of that nonsensical entry.
29547      Branch: perl
29548            ! pod/perlfaq2.pod
29549 ____________________________________________________________________________
29550 [  9771] By: jhi                                   on 2001/04/21  15:27:17
29551         Log: Subject: perlfaq1.patch for 5.7.1
29552              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
29553              Date: Fri, 20 Apr 2001 16:57:36 -0500
29554              Message-ID: <20010420165736.K3194@chaos.wustl.edu>
29555              
29556              Evil URLs must die. Especially when they are broken.
29557      Branch: perl
29558            ! pod/perlfaq1.pod
29559 ____________________________________________________________________________
29560 [  9770] By: jhi                                   on 2001/04/21  15:23:38
29561         Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
29562              From: Michael G Schwern <schwern@pobox.com>
29563              Date: Sat, 21 Apr 2001 16:11:12 +0100
29564              Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
29565      Branch: perl
29566            + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
29567            + t/lib/b-stash.t
29568            ! MANIFEST ext/B/B.pm t/lib/b.t
29569 ____________________________________________________________________________
29570 [  9769] By: jhi                                   on 2001/04/21  15:03:32
29571         Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
29572              From: Michael G Schwern <schwern@pobox.com>
29573              Date: Sat, 21 Apr 2001 09:48:00 +0100
29574              Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
29575      Branch: perl
29576            ! utils/h2ph.PL
29577 ____________________________________________________________________________
29578 [  9768] By: jhi                                   on 2001/04/21  14:33:49
29579         Log: PerlIO and Encode doc cleanup and tweaks.
29580      Branch: perl
29581            ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
29582            ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
29583 ____________________________________________________________________________
29584 [  9767] By: jhi                                   on 2001/04/21  12:40:16
29585         Log: Integrate perlio.
29586      Branch: perl
29587           !> doio.c
29588 ____________________________________________________________________________
29589 [  9766] By: nick                                  on 2001/04/20  18:28:35
29590         Log: Avoid core dump on
29591              open(STDOUT,">",\$foo);
29592      Branch: perlio
29593            ! doio.c
29594 ____________________________________________________________________________
29595 [  9765] By: jhi                                   on 2001/04/20  13:23:43
29596         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
29597              From: Robin Houston <robin@kitsite.com>
29598              Date: Fri, 20 Apr 2001 14:29:22 +0100
29599              Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
29600      Branch: perl
29601            ! ext/B/B.pm ext/B/B/Deparse.pm
29602 ____________________________________________________________________________
29603 [  9764] By: jhi                                   on 2001/04/20  13:19:33
29604         Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
29605              From: Peter Prymmer <pvhp@forte.com>
29606              Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
29607              Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
29608      Branch: perl
29609            ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
29610            ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
29611            ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
29612            ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
29613 ____________________________________________________________________________
29614 [  9763] By: jhi                                   on 2001/04/20  12:36:39
29615         Log: Subject: Re: A new PerlIO coredump
29616              From: Nick Ing-Simmons <nik@tiuk.ti.com>
29617              Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
29618              Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
29619      Branch: perl
29620            ! doio.c
29621 ____________________________________________________________________________
29622 [  9762] By: jhi                                   on 2001/04/19  23:02:30
29623         Log: Update Changes.
29624      Branch: perl
29625            ! Changes patchlevel.h
29626 ____________________________________________________________________________
29627 [  9761] By: jhi                                   on 2001/04/19  22:59:19
29628         Log: More cleanup cleanup.
29629      Branch: perl
29630            ! Makefile.SH win32/Makefile win32/makefile.mk
29631 ____________________________________________________________________________
29632 [  9760] By: jhi                                   on 2001/04/19  22:50:31
29633         Log: lib/Time is non-empty, let's not rmdir it.
29634      Branch: perl
29635            ! Makefile.SH
29636 ____________________________________________________________________________
29637 [  9759] By: jhi                                   on 2001/04/19  22:36:51
29638         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
29639              From: Robin Houston <robin@kitsite.com>
29640              Date: Fri, 20 Apr 2001 00:18:53 +0100
29641              Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
29642      Branch: perl
29643            ! ext/B/B/Deparse.pm
29644 ____________________________________________________________________________
29645 [  9758] By: jhi                                   on 2001/04/19  22:36:00
29646         Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
29647              From: Peter Prymmer <pvhp@forte.com>
29648              Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
29649              Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
29650      Branch: perl
29651            ! ext/Cwd/Cwd.xs
29652 ____________________________________________________________________________
29653 [  9757] By: nick                                  on 2001/04/19  18:53:54
29654         Log: Blind (untested) integrate of mainline.
29655      Branch: perlio
29656           +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
29657           +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
29658           +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
29659           !> (integrate 53 files)
29660 ____________________________________________________________________________
29661 [  9756] By: jhi                                   on 2001/04/19  16:59:23
29662         Log: Document and test Time::Piece.
29663      Branch: perl
29664            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
29665            ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
29666 ____________________________________________________________________________
29667 [  9755] By: jhi                                   on 2001/04/19  12:13:29
29668         Log: A better fix for the \x{12345678} trouble from NI-S.
29669      Branch: perl
29670            ! utf8.c
29671 ____________________________________________________________________________
29672 [  9754] By: jhi                                   on 2001/04/19  11:56:07
29673         Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
29674              From: Robin Houston <robin@kitsite.com>
29675              Date: Wed, 18 Apr 2001 17:58:33 +0100
29676              Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
29677      Branch: perl
29678            ! ext/B/B/Deparse.pm op.c
29679 ____________________________________________________________________________
29680 [  9753] By: jhi                                   on 2001/04/19  04:21:52
29681         Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
29682              From: "Kurt D. Starsinic" <kstar@wolfetech.com>
29683              Date: Thu, 19 Apr 2001 01:11:41 -0400
29684              Message-ID: <20010419011141.A5798@cpan.org>
29685      Branch: perl
29686            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
29687 ____________________________________________________________________________
29688 [  9752] By: jhi                                   on 2001/04/19  02:41:10
29689         Log: The new time utils need to be thread-aware, too.
29690      Branch: perl
29691            ! util.c
29692 ____________________________________________________________________________
29693 [  9751] By: jhi                                   on 2001/04/19  02:26:47
29694         Log: Compilation nit noticed by AIX compiler.
29695      Branch: perl
29696            ! perlio.c
29697 ____________________________________________________________________________
29698 [  9750] By: jhi                                   on 2001/04/19  02:20:06
29699         Log: The new time utils need to be public.
29700      Branch: perl
29701            ! embed.pl
29702 ____________________________________________________________________________
29703 [  9749] By: jhi                                   on 2001/04/19  01:42:39
29704         Log: Regen toc.
29705      Branch: perl
29706            ! pod/perltoc.pod
29707 ____________________________________________________________________________
29708 [  9748] By: jhi                                   on 2001/04/19  01:41:10
29709         Log: Add Time::Piece, a slight rewrite of Time::Object,
29710              from Matt Sergeant.
29711      Branch: perl
29712            + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
29713            + ext/Time/Piece/Piece.xs ext/Time/Piece/README
29714            + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
29715            ! MANIFEST configure.com djgpp/config.over epoc/config.sh
29716            ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
29717            ! win32/makefile.mk
29718 ____________________________________________________________________________
29719 [  9747] By: jhi                                   on 2001/04/19  00:55:35
29720         Log: The new metaconfig unit from strftime.
29721      Branch: metaconfig/U/perl
29722            + d_strftime.U
29723 ____________________________________________________________________________
29724 [  9746] By: jhi                                   on 2001/04/19  00:54:54
29725         Log: Move the strftime() wrapper from POSIX.xs to util.c
29726              as my_strftime(), requires HAS_STRFTIME.
29727      Branch: perl
29728            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
29729            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
29730            ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
29731            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
29732            ! vos/config.ga.h win32/config.bc win32/config.gc
29733            ! win32/config.vc
29734 ____________________________________________________________________________
29735 [  9745] By: jhi                                   on 2001/04/18  23:11:03
29736         Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
29737              in preparation of Time::Piece.
29738      Branch: perl
29739            ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
29740 ____________________________________________________________________________
29741 [  9744] By: jhi                                   on 2001/04/18  22:33:12
29742         Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
29743              From: Peter Prymmer <pvhp@forte.com>
29744              Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
29745              Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
29746      Branch: perl
29747            ! t/lib/exporter.t
29748 ____________________________________________________________________________
29749 [  9743] By: jhi                                   on 2001/04/18  22:32:23
29750         Log: Subject: Fwd: pod2html leaves cache files lying around?
29751              From: Rajesh Vaidheeswarran <rv@gnu.org>
29752              Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
29753              Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
29754      Branch: perl
29755            ! lib/Pod/Html.pm
29756 ____________________________________________________________________________
29757 [  9742] By: jhi                                   on 2001/04/18  20:31:49
29758         Log: Update Changes.
29759      Branch: perl
29760            ! Changes patchlevel.h
29761 ____________________________________________________________________________
29762 [  9741] By: jhi                                   on 2001/04/18  20:23:02
29763         Log: Declare hints only if needed.
29764      Branch: perl
29765            ! ext/B/B/Deparse.pm
29766 ____________________________________________________________________________
29767 [  9740] By: jhi                                   on 2001/04/18  19:06:05
29768         Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
29769              bug noticed by Robin Houston; basically the code of detecting
29770              value wraparound was acting differently under different compilers
29771              and platforms.  The workaround is to remove the overflow check
29772              for now, a real fix would be to do the overflow (portably) right.
29773      Branch: perl
29774            ! t/op/pat.t utf8.c
29775 ____________________________________________________________________________
29776 [  9739] By: jhi                                   on 2001/04/18  19:01:23
29777         Log: Subject: [PATCH B::Deparse] some pragma support
29778              From: Robin Houston <robin@kitsite.com>
29779              Date: Wed, 18 Apr 2001 19:32:12 +0100
29780              Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
29781      Branch: perl
29782            ! ext/B/B/Deparse.pm
29783 ____________________________________________________________________________
29784 [  9738] By: jhi                                   on 2001/04/18  15:16:37
29785         Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
29786              From: Benjamin Sugars <bsugars@canoe.ca>
29787              Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
29788              Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
29789      Branch: perl
29790            ! t/op/glob.t
29791 ____________________________________________________________________________
29792 [  9737] By: jhi                                   on 2001/04/18  13:24:50
29793         Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
29794              From: Tim Jenness <t.jenness@jach.hawaii.edu>
29795              Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
29796              Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
29797      Branch: perl
29798            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
29799            ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
29800 ____________________________________________________________________________
29801 [  9736] By: jhi                                   on 2001/04/18  04:15:14
29802         Log: The #9735 also changes the subtest 12.
29803      Branch: perl
29804            ! t/lib/b.t
29805 ____________________________________________________________________________
29806 [  9735] By: jhi                                   on 2001/04/18  03:55:17
29807         Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
29808              From: David Dyck <dcd@tc.fluke.com>
29809              Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
29810              Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
29811      Branch: perl
29812            ! ext/B/B/Deparse.pm
29813 ____________________________________________________________________________
29814 [  9734] By: jhi                                   on 2001/04/18  03:54:11
29815         Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
29816              From: Gisle Aas <gisle@ActiveState.com>
29817              Date: 17 Apr 2001 19:06:45 -0700
29818              Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
29819      Branch: perl
29820            ! pp_hot.c t/op/misc.t
29821 ____________________________________________________________________________
29822 [  9733] By: jhi                                   on 2001/04/17  22:25:22
29823         Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
29824              From: "Abigail" <abigail@foad.org>
29825              Date: Wed, 18 Apr 2001 01:17:46 +0200
29826              Message-ID: <20010417231746.21657.qmail@foad.org>
29827      Branch: perl
29828            ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
29829 ____________________________________________________________________________
29830 [  9732] By: jhi                                   on 2001/04/17  20:47:56
29831         Log: Subject: Re: Deparse - parenthesise args to undeclared subs
29832              From: Robin Houston <robin@kitsite.com>
29833              Date: Tue, 17 Apr 2001 22:37:42 +0100
29834              Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
29835      Branch: perl
29836            ! ext/B/B/Deparse.pm
29837 ____________________________________________________________________________
29838 [  9731] By: nick                                  on 2001/04/17  20:46:35
29839         Log: Re-sync for t/lib/b.t fix
29840      Branch: perlio
29841           !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
29842 ____________________________________________________________________________
29843 [  9730] By: jhi                                   on 2001/04/17  20:45:29
29844         Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
29845              From: Robin Houston <robin@kitsite.com>
29846              Date: Tue, 17 Apr 2001 22:29:36 +0100
29847              Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
29848      Branch: perl
29849            ! ext/B/B.xs ext/B/B/Deparse.pm
29850 ____________________________________________________________________________
29851 [  9729] By: jhi                                   on 2001/04/17  20:43:11
29852         Log: Subject: Deparse - parenthesise args to undeclared subs
29853              From: Robin Houston <robin@kitsite.com>
29854              Date: Tue, 17 Apr 2001 21:31:05 +0100
29855              Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
29856      Branch: perl
29857            ! ext/B/B/Deparse.pm
29858 ____________________________________________________________________________
29859 [  9728] By: jhi                                   on 2001/04/17  18:57:30
29860         Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
29861              From: Benjamin Sugars <ben.sugars@home.com>
29862              Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
29863              Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
29864      Branch: perl
29865            ! t/lib/cwd.t
29866 ____________________________________________________________________________
29867 [  9727] By: jhi                                   on 2001/04/17  18:20:20
29868         Log: Subject: [PATCH B::Deparse] ambient pragmas
29869              From: Robin Houston <robin@kitsite.com>
29870              Date: Tue, 17 Apr 2001 20:01:59 +0100
29871              Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
29872      Branch: perl
29873            ! ext/B/B/Deparse.pm t/lib/b.t
29874 ____________________________________________________________________________
29875 [  9726] By: nick                                  on 2001/04/17  16:33:51
29876         Log: Integrate mainline (t/lib/b.t fails test 2...)
29877      Branch: perlio
29878           +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
29879           +> ext/List/Util/README ext/List/Util/Util.xs
29880           +> ext/List/Util/lib/List/Util.pm
29881           +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
29882           +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
29883           +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
29884           +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
29885           +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
29886           !> (integrate 31 files)
29887 ____________________________________________________________________________
29888 [  9725] By: jhi                                   on 2001/04/17  12:14:24
29889         Log: Subject: multiple B::* changes
29890              From: Robin Houston <robin@kitsite.com>
29891              Date: Thu, 12 Apr 2001 20:12:27 +0100
29892              Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
29893      Branch: perl
29894            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
29895 ____________________________________________________________________________
29896 [  9724] By: jhi                                   on 2001/04/17  11:59:05
29897         Log: Thread-awareness from Doug MacEachern.
29898      Branch: perl
29899            ! ext/List/Util/Util.xs
29900 ____________________________________________________________________________
29901 [  9723] By: jhi                                   on 2001/04/17  11:57:41
29902         Log: Make the test more portable.
29903      Branch: perl
29904            ! t/lib/cwd.t
29905 ____________________________________________________________________________
29906 [  9722] By: jhi                                   on 2001/04/17  11:53:50
29907         Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
29908              From: Benjamin Sugars <ben.sugars@home.com>
29909              Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
29910              Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
29911      Branch: perl
29912            ! t/lib/cwd.t
29913 ____________________________________________________________________________
29914 [  9721] By: jhi                                   on 2001/04/17  11:52:17
29915         Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
29916              From: Benjamin Sugars <bsugars@canoe.ca>
29917              Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
29918              Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
29919      Branch: perl
29920            ! op.c
29921 ____________________________________________________________________________
29922 [  9720] By: jhi                                   on 2001/04/17  11:35:42
29923         Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
29924              From: Chris Nandor <pudge@pobox.com>
29925              Date: Tue, 17 Apr 2001 00:30:49 -0400
29926              Message-Id: <p05100207b701768712de@[10.0.1.177]>
29927      Branch: perl
29928            ! ext/File/Glob/bsd_glob.c gv.c
29929 ____________________________________________________________________________
29930 [  9719] By: jhi                                   on 2001/04/17  11:32:13
29931         Log: Subject: [PATCH] Tweten->West
29932              From: Casey West <casey@geeknest.com>
29933              Date: Mon, 16 Apr 2001 12:11:22 -0400
29934              Message-ID: <20010416121122.B14554@stupid.geeknest.com>
29935      Branch: perl
29936            ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
29937            ! pod/perltie.pod
29938 ____________________________________________________________________________
29939 [  9718] By: jhi                                   on 2001/04/16  03:22:52
29940         Log: Update Changes.
29941      Branch: perl
29942            ! Changes patchlevel.h
29943 ____________________________________________________________________________
29944 [  9717] By: jhi                                   on 2001/04/16  03:06:28
29945         Log: Regen toc.
29946      Branch: perl
29947            ! pod/perltoc.pod
29948 ____________________________________________________________________________
29949 [  9716] By: jhi                                   on 2001/04/16  02:58:42
29950         Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
29951              From: Prymmer/Kahn <pvhp@best.com>
29952              Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
29953              Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
29954      Branch: perl
29955            ! utf8.c
29956 ____________________________________________________________________________
29957 [  9715] By: jhi                                   on 2001/04/15  23:40:35
29958         Log: Subject: Re: Net::Ping patch, adds stream protocol
29959              From: bronson@rinspin.com (Scott Bronson)
29960              Date: Tue, 10 Apr 2001 23:58:33 -0700
29961              Message-ID: <20010410235833.N29719@rinspin.com>
29962      Branch: perl
29963            ! lib/Net/Ping.pm
29964 ____________________________________________________________________________
29965 [  9714] By: jhi                                   on 2001/04/15  23:31:46
29966         Log: Printing out the ok messages helps successful testing.
29967      Branch: perl
29968            ! t/lib/time-hires.t
29969 ____________________________________________________________________________
29970 [  9713] By: jhi                                   on 2001/04/15  21:43:24
29971         Log: Update Douglas Wegscheid's email.
29972      Branch: perl
29973            ! AUTHORS
29974 ____________________________________________________________________________
29975 [  9712] By: jhi                                   on 2001/04/15  21:40:41
29976         Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
29977              From: Michael G Schwern <schwern@pobox.com>
29978              Date: Sat, 14 Apr 2001 22:40:50 +0100
29979              Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
29980      Branch: perl
29981            + t/lib/exporter.t
29982            ! MANIFEST lib/Exporter/Heavy.pm
29983 ____________________________________________________________________________
29984 [  9711] By: jhi                                   on 2001/04/15  21:39:21
29985         Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
29986              From: Michael G Schwern <schwern@pobox.com>
29987              Date: Sat, 14 Apr 2001 22:13:59 +0100
29988              Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
29989      Branch: perl
29990            ! t/op/loopctl.t
29991 ____________________________________________________________________________
29992 [  9710] By: jhi                                   on 2001/04/15  21:30:19
29993         Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
29994              From: Michael G Schwern <schwern@pobox.com>
29995              Date: Sat, 14 Apr 2001 22:05:32 +0100
29996              Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
29997      Branch: perl
29998            ! t/pragma/warnings.t
29999 ____________________________________________________________________________
30000 [  9709] By: jhi                                   on 2001/04/15  19:34:09
30001         Log: Integrate changes #9706,9707 from maintperl into mainline.
30002              
30003              change#7210 broke .packlist generation
30004              
30005              ExtUtils::Installed doesn't quote regex metacharacters in paths
30006              before using them in match; also make it work for dosish platforms
30007      Branch: perl
30008           !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
30009 ____________________________________________________________________________
30010 [  9708] By: jhi                                   on 2001/04/15  19:31:01
30011         Log: Test also the scalar aspect of getitimer().
30012      Branch: perl
30013            ! t/lib/time-hires.t
30014 ____________________________________________________________________________
30015 [  9707] By: gsar                                  on 2001/04/15  17:24:20
30016         Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
30017              before using them in match; also make it work for dosish platforms
30018      Branch: maint-5.6/perl
30019            ! lib/ExtUtils/Installed.pm
30020 ____________________________________________________________________________
30021 [  9706] By: gsar                                  on 2001/04/15  17:21:59
30022         Log: change#7210 broke .packlist generation (listed only filename
30023              rather than fully qualified path name)
30024      Branch: maint-5.6/perl
30025            ! lib/ExtUtils/Install.pm
30026 ____________________________________________________________________________
30027 [  9705] By: jhi                                   on 2001/04/15  12:36:33
30028         Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
30029      Branch: perl
30030            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
30031            ! t/lib/time-hires.t
30032 ____________________________________________________________________________
30033 [  9704] By: jhi                                   on 2001/04/15  10:49:08
30034         Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
30035              From: Prymmer/Kahn <pvhp@best.com>
30036              Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
30037              Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
30038      Branch: perl
30039            ! lib/utf8.pm pod/perlebcdic.pod
30040 ____________________________________________________________________________
30041 [  9703] By: jhi                                   on 2001/04/15  02:26:26
30042         Log: I keep forgetting to sort MANIFEST.
30043      Branch: perl
30044            ! MANIFEST
30045 ____________________________________________________________________________
30046 [  9702] By: jhi                                   on 2001/04/15  02:07:47
30047         Log: Add Scalar-List-Utils 1.02, from Graham Barr.
30048              Now we have blessed, reftype, tainted, first, reduce, ...
30049      Branch: perl
30050            + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
30051            + ext/List/Util/README ext/List/Util/Util.xs
30052            + ext/List/Util/lib/List/Util.pm
30053            + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
30054            + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
30055            + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
30056            + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
30057            + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
30058            ! MANIFEST
30059 ____________________________________________________________________________
30060 [  9701] By: jhi                                   on 2001/04/14  15:05:25
30061         Log: Subject: RE: dprofpp.pl updates 
30062              From: Carl Eklof <CEklof@endeca.com>
30063              Date: Thu, 12 Apr 2001 18:45:46 -0400
30064              Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
30065      Branch: perl
30066            ! utils/dprofpp.PL
30067 ____________________________________________________________________________
30068 [  9700] By: jhi                                   on 2001/04/14  14:44:55
30069         Log: Do not just blindly add CR.
30070      Branch: perl
30071            ! Porting/makerel
30072 ____________________________________________________________________________
30073 [  9699] By: jhi                                   on 2001/04/13  13:17:01
30074         Log: Update Changes.
30075      Branch: perl
30076            ! Changes patchlevel.h
30077 ____________________________________________________________________________
30078 [  9698] By: jhi                                   on 2001/04/13  12:44:48
30079         Log: Integrate perlio.
30080      Branch: perl
30081           !> ext/PerlIO/Scalar/Scalar.xs
30082 ____________________________________________________________________________
30083 [  9697] By: jhi                                   on 2001/04/13  12:29:15
30084         Log: Add more debug output to the test.
30085      Branch: perl
30086            ! t/lib/cwd.t
30087 ____________________________________________________________________________
30088 [  9696] By: nick                                  on 2001/04/13  10:14:29
30089         Log: Fix core dump on binmode($fh,'Scalar')
30090      Branch: perlio
30091            ! ext/PerlIO/Scalar/Scalar.xs
30092 ____________________________________________________________________________
30093 [  9695] By: nick                                  on 2001/04/13  09:05:42
30094         Log: Integrate mainline
30095      Branch: perlio
30096           +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
30097           +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
30098           +> t/lib/time-hires.t
30099           !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
30100           !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
30101           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
30102           !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
30103           !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
30104           !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
30105           !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
30106 ____________________________________________________________________________
30107 [  9694] By: jhi                                   on 2001/04/12  22:23:35
30108         Log: Integrate change #9693 from maintperl into mainline.
30109              
30110              $VERSION and Version() on the same line provokes a warning from
30111              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
30112      Branch: perl
30113           !> lib/Devel/SelfStubber.pm
30114 ____________________________________________________________________________
30115 [  9693] By: gsar                                  on 2001/04/12  21:55:56
30116         Log: $VERSION and Version() on the same line provokes a warning from
30117              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
30118      Branch: maint-5.6/perl
30119            ! lib/Devel/SelfStubber.pm
30120 ____________________________________________________________________________
30121 [  9692] By: jhi                                   on 2001/04/12  13:54:00
30122         Log: This is at least 5.005.
30123      Branch: perl
30124            ! ext/Time/HiRes/HiRes.xs
30125 ____________________________________________________________________________
30126 [  9691] By: jhi                                   on 2001/04/12  13:37:20
30127         Log: Non-UNIX platforms extensions update.  (Well, UTS is UNIX.)
30128      Branch: perl
30129            ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
30130            ! win32/Makefile win32/makefile.mk
30131 ____________________________________________________________________________
30132 [  9690] By: jhi                                   on 2001/04/12  01:34:46
30133         Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
30134      Branch: perl
30135            + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
30136            + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
30137            + t/lib/time-hires.t
30138            ! MANIFEST
30139 ____________________________________________________________________________
30140 [  9689] By: jhi                                   on 2001/04/12  00:28:39
30141         Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
30142              From: Gisle Aas <gisle@ActiveState.com>
30143              Date: 11 Apr 2001 16:36:11 -0700
30144              Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
30145      Branch: perl
30146            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
30147 ____________________________________________________________________________
30148 [  9688] By: jhi                                   on 2001/04/12  00:27:39
30149         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
30150              From: Gisle Aas <gisle@ActiveState.com>
30151              Date: 11 Apr 2001 11:13:24 -0700
30152              Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
30153      Branch: perl
30154            ! ext/MIME/Base64/Base64.xs
30155 ____________________________________________________________________________
30156 [  9687] By: jhi                                   on 2001/04/11  19:51:47
30157         Log: Slight update on the Todo list.  (Should integrate to Todo?) 
30158      Branch: perl
30159            ! Todo-5.6
30160 ____________________________________________________________________________
30161 [  9686] By: jhi                                   on 2001/04/11  16:54:25
30162         Log: Subject: [PATCH opcode.pl] Documentation of table format
30163              From: Simon Cozens <simon@netthink.co.uk>
30164              Date: Wed, 11 Apr 2001 12:59:31 +0100
30165              Message-ID: <20010411125931.A25681@netthink.co.uk>
30166      Branch: perl
30167            ! opcode.pl
30168 ____________________________________________________________________________
30169 [  9685] By: jhi                                   on 2001/04/11  16:53:15
30170         Log: Subject: [PATCH] prototype("CORE::recv")
30171              From: Simon Cozens <simon@netthink.co.uk>
30172              Date: Wed, 11 Apr 2001 13:24:35 +0100
30173              Message-ID: <20010411132435.A26169@netthink.co.uk>
30174      Branch: perl
30175            ! pp.c t/comp/proto.t
30176 ____________________________________________________________________________
30177 [  9684] By: jhi                                   on 2001/04/11  16:47:13
30178         Log: FAQ (and AUTHORS) update from Dan Carson: the information
30179              was several years obsolete, Term::Readkey has been updated
30180              to have the functionality.
30181      Branch: perl
30182            ! AUTHORS pod/perlfaq5.pod
30183 ____________________________________________________________________________
30184 [  9683] By: jhi                                   on 2001/04/11  12:15:46
30185         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
30186              From: Calle Dybedahl <calle@lysator.liu.se>
30187              Date: 10 Apr 2001 16:44:16 +0200
30188              Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
30189      Branch: perl
30190            ! ext/MIME/Base64/Base64.xs
30191 ____________________________________________________________________________
30192 [  9682] By: jhi                                   on 2001/04/11  12:12:26
30193         Log: A more minimal fix for 20010410.006 from Hugo.
30194      Branch: perl
30195            ! regexec.c
30196 ____________________________________________________________________________
30197 [  9681] By: jhi                                   on 2001/04/11  11:34:23
30198         Log: Integrate changes #9678,9679 from maintline into mainperl.
30199              
30200              addendum to change#9676
30201              
30202              up $File::Glob::VERSION; add a note pointing out the version of
30203              the OpenBSD glob bsd_glob.c resembles
30204      Branch: perl
30205           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
30206           !> ext/File/Glob/bsd_glob.h
30207 ____________________________________________________________________________
30208 [  9680] By: jhi                                   on 2001/04/11  11:30:38
30209         Log: Bad test numbering in integrate in #9677.
30210              Fixes ID 20010411.001.
30211      Branch: perl
30212            ! t/op/pat.t
30213 ____________________________________________________________________________
30214 [  9679] By: gsar                                  on 2001/04/11  03:38:40
30215         Log: up $File::Glob::VERSION; add a note pointing out the version of
30216              the OpenBSD glob bsd_glob.c resembles
30217      Branch: maint-5.6/perl
30218            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
30219            ! ext/File/Glob/bsd_glob.h
30220 ____________________________________________________________________________
30221 [  9678] By: gsar                                  on 2001/04/11  03:09:48
30222         Log: addendum to change#9676: some missing changes from OpenBSD glob.c
30223              revision 1.8.10.1 found here:
30224              
30225              http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
30226      Branch: maint-5.6/perl
30227            ! ext/File/Glob/bsd_glob.c
30228 ____________________________________________________________________________
30229 [  9677] By: jhi                                   on 2001/04/11  02:54:39
30230         Log: Integrate changes #9675,9676 from maintperl into mainline.
30231              
30232              fix for bug 20010410.006, undo change#7115
30233              
30234              port the OpenBSD glob() security patch
30235      Branch: perl
30236           !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
30237           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
30238           !> t/op/pat.t
30239 ____________________________________________________________________________
30240 [  9676] By: gsar                                  on 2001/04/11  02:19:02
30241         Log: port the glob() security patch found at:
30242              
30243              ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
30244              
30245              CERT advisory for the issue is here:
30246              
30247              http://www.cert.org/advisories/CA-2001-07.html
30248              
30249              Note that the security scare is only relevant for those who are
30250              foolish enough to build suidperl (which is now officially discouraged)
30251      Branch: maint-5.6/perl
30252            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
30253            ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
30254 ____________________________________________________________________________
30255 [  9675] By: gsar                                  on 2001/04/10  23:52:11
30256         Log: fix for bug 20010410.006
30257              
30258              undo change#7115 (came into maint-5.6 as change#8156)
30259              
30260              add tests to keep it from coming back
30261      Branch: maint-5.6/perl
30262            ! regexec.c t/op/pat.t
30263 ____________________________________________________________________________
30264 [  9674] By: nick                                  on 2001/04/10  20:39:31
30265         Log: Integrate mainline
30266      Branch: perlio
30267           +> Porting/testall.atom
30268           !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
30269           !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
30270           !> t/lib/lc-uk.t t/pod/find.t
30271 ____________________________________________________________________________
30272 [  9673] By: nick                                  on 2001/04/10  18:46:14
30273         Log: Integrate against change 9670 aka perl-5.7.1
30274      Branch: perlio
30275           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
30276           !> (integrate 53 files)
30277 ____________________________________________________________________________
30278 [  9672] By: jhi                                   on 2001/04/10  13:45:01
30279         Log: Add a script for doing cumulative profile of the test suite.
30280              (Requires ATOM, that is, Tru64.)
30281      Branch: perl
30282            + Porting/testall.atom
30283            ! MANIFEST
30284 ____________________________________________________________________________
30285 [  9671] By: jhi                                   on 2001/04/10  12:38:53
30286         Log: Missing std block.
30287      Branch: perl
30288            ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
30289            ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
30290            ! t/pod/find.t
30291 ____________________________________________________________________________
30292 [  9670] By: jhi                                   on 2001/04/10  01:25:58
30293         Log: This is 5.7.1.
30294      Branch: perl
30295            ! patchlevel.h
30296 ____________________________________________________________________________
30297 [  9669] By: jhi                                   on 2001/04/10  01:09:14
30298         Log: Update Changes.
30299      Branch: perl
30300            ! Changes patchlevel.h
30301 ____________________________________________________________________________
30302 [  9668] By: jhi                                   on 2001/04/10  01:00:38
30303         Log: Regen toc.
30304      Branch: perl
30305            ! pod/perltoc.pod
30306 ____________________________________________________________________________
30307 [  9667] By: jhi                                   on 2001/04/10  00:52:16
30308         Log: Update perlhist.
30309      Branch: perl
30310            ! pod/perlhist.pod
30311 ____________________________________________________________________________
30312 [  9666] By: jhi                                   on 2001/04/09  23:38:59
30313         Log: Slight wording tweaks from Damian to #9658.
30314      Branch: perl
30315            ! pod/perlobj.pod
30316 ____________________________________________________________________________
30317 [  9665] By: jhi                                   on 2001/04/09  19:56:06
30318         Log: Subject: [PATCH perlutil.pod] Nit
30319              From: Simon Cozens <simon@netthink.co.uk>
30320              Date: Mon, 9 Apr 2001 20:29:44 +0100
30321              Message-ID: <20010409202944.A14796@the.earth.li>
30322      Branch: perl
30323            ! pod/perlutil.pod
30324 ____________________________________________________________________________
30325 [  9664] By: jhi                                   on 2001/04/09  19:54:42
30326         Log: Subject: Re: perl571delta.pod@9631
30327              From: Mike Guy <mjtg@cam.ac.uk>
30328              Date: Mon, 09 Apr 2001 18:09:14 +0100
30329              Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
30330      Branch: perl
30331            ! pod/perl571delta.pod
30332 ____________________________________________________________________________
30333 [  9663] By: jhi                                   on 2001/04/09  13:43:35
30334         Log: Update Changes.
30335      Branch: perl
30336            ! Changes patchlevel.h
30337 ____________________________________________________________________________
30338 [  9662] By: jhi                                   on 2001/04/09  13:24:46
30339         Log: tweak tweak.
30340      Branch: perl
30341            ! AUTHORS pod/perl571delta.pod
30342 ____________________________________________________________________________
30343 [  9661] By: jhi                                   on 2001/04/09  13:15:13
30344         Log: Thinko in manual patch applying.
30345      Branch: perl
30346            ! sv.c
30347 ____________________________________________________________________________
30348 [  9660] By: jhi                                   on 2001/04/09  13:07:53
30349         Log: Subject: Re: [PATCH perl@9424] isn't numeric warning 
30350              From: Robin Barker <rmb1@cise.npl.co.uk> 
30351              Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
30352              Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
30353              
30354              (This corrects the case where the "isn't numeric" string contains \0s
30355              and is longer than the temporary buffer, and contains \0 at the point
30356              the string would be truncated by "...".) 
30357      Branch: perl
30358            ! sv.c
30359 ____________________________________________________________________________
30360 [  9659] By: jhi                                   on 2001/04/09  12:57:41
30361         Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
30362      Branch: perl
30363            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
30364            ! t/lib/cgi-function.t t/lib/cgi-html.t
30365 ____________________________________________________________________________
30366 [  9658] By: jhi                                   on 2001/04/09  12:48:47
30367         Log: Subject: [PATCH] Partial rewrite of perlobj.pod
30368              From: Ilmari Karonen <iltzu@sci.fi>
30369              Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
30370              Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
30371              
30372              Rearrange and rewrite the Method Invocation section
30373              to explain the concepts in nicer order.
30374      Branch: perl
30375            ! pod/perlobj.pod
30376 ____________________________________________________________________________
30377 [  9657] By: jhi                                   on 2001/04/09  12:35:58
30378         Log: Upgrade to podlators 1.09, from Russ Allbery.
30379      Branch: perl
30380            ! lib/Pod/Man.pm lib/Pod/Text.pm
30381 ____________________________________________________________________________
30382 [  9656] By: jhi                                   on 2001/04/09  12:31:53
30383         Log: perl571delta.
30384      Branch: perl
30385            ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
30386 ____________________________________________________________________________
30387 [  9655] By: jhi                                   on 2001/04/09  12:20:09
30388         Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
30389              From: Prymmer/Kahn <pvhp@best.com>
30390              Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
30391              Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
30392      Branch: perl
30393            ! lib/utf8.pm pod/perlunicode.pod
30394 ____________________________________________________________________________
30395 [  9654] By: gsar                                  on 2001/04/09  03:38:33
30396         Log: here lies 5.6.1
30397      Branch: maint-5.6/perl
30398            ! Changes
30399 ____________________________________________________________________________
30400 [  9653] By: jhi                                   on 2001/04/09  03:25:24
30401         Log: Update perlhist.
30402      Branch: perl
30403            ! pod/perlhist.pod
30404 ____________________________________________________________________________
30405 [  9652] By: jhi                                   on 2001/04/09  03:18:49
30406         Log: perl571delta tweaking continues.
30407      Branch: perl
30408            ! pod/perl571delta.pod
30409 ____________________________________________________________________________
30410 [  9651] By: gsar                                  on 2001/04/09  03:11:19
30411         Log: update Changes, patchlevel.h &c.
30412      Branch: maint-5.6/perl
30413            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
30414            ! pod/perltoc.pod
30415 ____________________________________________________________________________
30416 [  9650] By: jhi                                   on 2001/04/09  02:40:24
30417         Log: Integrate the perlfork half of #9513 from maintperl into mainline
30418              (the perlunicode half is obsolete)
30419      Branch: perl
30420            ! pod/perlfork.pod
30421 ____________________________________________________________________________
30422 [  9649] By: gsar                                  on 2001/04/09  02:35:43
30423         Log: tweak perldelta as suggested by Jarkko
30424      Branch: maint-5.6/perl
30425            ! pod/perldelta.pod
30426 ____________________________________________________________________________
30427 [  9648] By: jhi                                   on 2001/04/09  02:13:04
30428         Log: Integrate change #9646 from maintperl into mainline.
30429              
30430              add note about ithreads and Thread.pm
30431      Branch: perl
30432           !> ext/Thread/Thread.pm ext/Thread/Thread.xs
30433 ____________________________________________________________________________
30434 [  9647] By: jhi                                   on 2001/04/09  02:10:18
30435         Log: Bad assumption that shortsize == 2.
30436      Branch: perl
30437            ! t/lib/xs-typemap.t
30438 ____________________________________________________________________________
30439 [  9646] By: gsar                                  on 2001/04/09  00:48:04
30440         Log: add note about ithreads and Thread.pm (too many people are
30441              confused by the fact that Thread.pm is built and installed
30442              under non-5005threads but doesn't work)
30443      Branch: maint-5.6/perl
30444            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
30445 ____________________________________________________________________________
30446 [  9645] By: gsar                                  on 2001/04/09  00:19:03
30447         Log: update perldelta.pod for changes in 5.6.1
30448      Branch: maint-5.6/perl
30449            ! Changes pod/perldelta.pod
30450 ____________________________________________________________________________
30451 [  9644] By: jhi                                   on 2001/04/08  20:37:00
30452         Log: Integrate change #9639 from maintperl into mainline:
30453              on windows, many of the README.* pods were being copied to
30454              the wrong location
30455      Branch: perl
30456           !> win32/Makefile win32/makefile.mk
30457 ____________________________________________________________________________
30458 [  9643] By: jhi                                   on 2001/04/08  20:07:11
30459         Log: Integrate change #9624 from maintperl into mainline:
30460              the pod tests were not okay.  (t/pod/find.t changes ignored)
30461      Branch: perl
30462           !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
30463           !> t/pod/include.t t/pod/included.t t/pod/lref.t
30464           !> t/pod/multiline_items.t t/pod/nested_items.t
30465           !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
30466           !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
30467 ____________________________________________________________________________
30468 [  9642] By: jhi                                   on 2001/04/08  19:57:17
30469         Log: Integrate change #9638 from maintperl into mainline:
30470              update to latest JPL from the anoncvs repository
30471      Branch: perl
30472           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
30473           !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
30474           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
30475 ____________________________________________________________________________
30476 [  9641] By: jhi                                   on 2001/04/08  19:53:30
30477         Log: perl571delta updates.
30478      Branch: perl
30479            ! lib/Filter/Simple.pm pod/perl571delta.pod
30480 ____________________________________________________________________________
30481 [  9640] By: gsar                                  on 2001/04/08  19:20:46
30482         Log: integrate change#9634 from mainline
30483              
30484              Fix the perlmodlib generation (didn't understand separate .pod
30485              files; didn't understand -- as the name-thing separator).
30486              Update the CPAN mirrors list.
30487      Branch: maint-5.6/perl
30488            ! pod/perlmodlib.pod
30489           !> pod/perlmodlib.PL
30490 ____________________________________________________________________________
30491 [  9639] By: gsar                                  on 2001/04/08  18:57:31
30492         Log: on windows, many of the README.* pods were being copied to the wrong
30493              location
30494      Branch: maint-5.6/perl
30495            ! win32/Makefile win32/makefile.mk
30496 ____________________________________________________________________________
30497 [  9638] By: gsar                                  on 2001/04/08  18:38:25
30498         Log: update to latest JPL from the anoncvs repository
30499      Branch: maint-5.6/perl
30500            + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
30501            ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
30502            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
30503 ____________________________________________________________________________
30504 [  9637] By: jhi                                   on 2001/04/08  17:53:53
30505         Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
30506      Branch: perl
30507            ! pod/perl571delta.pod
30508 ____________________________________________________________________________
30509 [  9636] By: jhi                                   on 2001/04/08  17:18:32
30510         Log: Regen toc.
30511      Branch: perl
30512            ! pod/perltoc.pod
30513 ____________________________________________________________________________
30514 [  9635] By: jhi                                   on 2001/04/08  17:16:33
30515         Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
30516              From: "Craig A. Berry" <craigberry@mac.com>
30517              Date: Sun, 08 Apr 2001 12:30:16 -0500
30518              Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
30519      Branch: perl
30520            ! ext/IO/IO.xs lib/ExtUtils/xsubpp
30521 ____________________________________________________________________________
30522 [  9634] By: jhi                                   on 2001/04/08  17:09:19
30523         Log: Fix the perlmodlib generation (didn't understand separate .pod
30524              files; didn't understand -- as the name-thing separator).
30525              
30526              Update the CPAN mirrors list.
30527      Branch: perl
30528            ! pod/perlmodlib.PL pod/perlmodlib.pod
30529 ____________________________________________________________________________
30530 [  9633] By: jhi                                   on 2001/04/08  16:49:17
30531         Log: Sort MANIFEST.
30532      Branch: perl
30533            ! MANIFEST
30534 ____________________________________________________________________________
30535 [  9632] By: gsar                                  on 2001/04/08  16:36:06
30536         Log: add $Tie::RefHash::VERSION
30537      Branch: maint-5.6/perl
30538            ! lib/Tie/RefHash.pm
30539 ____________________________________________________________________________
30540 [  9631] By: jhi                                   on 2001/04/08  16:10:15
30541         Log: perl571delta updates based on p5p feedback; still needs
30542              lots of examples.
30543      Branch: perl
30544            ! pod/perl571delta.pod
30545 ____________________________________________________________________________
30546 [  9630] By: jhi                                   on 2001/04/08  15:59:13
30547         Log: Update the list of supported platforms to talk about 5.7.1
30548              (and 5.6.1)
30549      Branch: perl
30550            ! pod/perlport.pod
30551 ____________________________________________________________________________
30552 [  9629] By: jhi                                   on 2001/04/08  15:55:41
30553         Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
30554              from maintperl into mainline: perlport updates.
30555      Branch: perl
30556            ! pod/perlport.pod
30557 ____________________________________________________________________________
30558 [  9628] By: jhi                                   on 2001/04/08  15:53:17
30559         Log: perlsolaris.pod copied to wrong directory.
30560      Branch: perl
30561            ! win32/makefile.mk
30562 ____________________________________________________________________________
30563 [  9627] By: jhi                                   on 2001/04/08  14:48:18
30564         Log: Subject: Typos in perl571delta.pod
30565              From: "Stephen P. Potter" <spp@spotter.yi.org>
30566              Date: Sat, 07 Apr 2001 20:37:05 -0400
30567              Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
30568      Branch: perl
30569            ! pod/perl571delta.pod
30570 ____________________________________________________________________________
30571 [  9626] By: jhi                                   on 2001/04/08  14:39:04
30572         Log: Smoke out dTHR, spotted by by Stephen P. Potter.
30573      Branch: perl
30574            ! gv.c
30575 ____________________________________________________________________________
30576 [  9625] By: nick                                  on 2001/04/08  10:14:23
30577         Log: Integrate mainline
30578      Branch: perlio
30579           +> pod/perl570delta.pod pod/perl571delta.pod
30580           !> (integrate 27 files)
30581 ____________________________________________________________________________
30582 [  9624] By: gsar                                  on 2001/04/08  06:08:17
30583         Log: test in t/pod/* were busted
30584              
30585              these tests are still not enabled in t/{harness,TEST}
30586      Branch: maint-5.6/perl
30587            ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
30588            ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
30589            ! t/pod/multiline_items.t t/pod/nested_items.t
30590            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
30591            ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
30592 ____________________________________________________________________________
30593 [  9623] By: gsar                                  on 2001/04/08  03:37:01
30594         Log: integrate change#9470 from mainline
30595              
30596              Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
30597      Branch: maint-5.6/perl
30598           !> ext/Socket/Socket.xs
30599 ____________________________________________________________________________
30600 [  9622] By: jhi                                   on 2001/04/07  22:40:47
30601         Log: Update Changes.
30602      Branch: perl
30603            ! Changes patchlevel.h
30604 ____________________________________________________________________________
30605 [  9621] By: jhi                                   on 2001/04/07  22:34:16
30606         Log: Update AUTHORS.
30607      Branch: perl
30608            ! AUTHORS
30609 ____________________________________________________________________________
30610 [  9620] By: jhi                                   on 2001/04/07  22:12:47
30611         Log: Forgot to bump the number of tests in #9164.
30612      Branch: perl
30613            ! t/op/array.t
30614 ____________________________________________________________________________
30615 [  9619] By: jhi                                   on 2001/04/07  22:09:50
30616         Log: Bump patchlevel to 5.7.1.
30617      Branch: perl
30618            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
30619            ! config_h.SH patchlevel.h
30620 ____________________________________________________________________________
30621 [  9618] By: jhi                                   on 2001/04/07  22:02:41
30622         Log: Populate perl571delta.
30623      Branch: perl
30624            ! pod/perl571delta.pod
30625 ____________________________________________________________________________
30626 [  9617] By: jhi                                   on 2001/04/07  22:01:23
30627         Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
30628              to forget it later; do not change patchlevel.h yet or regenerate
30629              Configure yet.
30630      Branch: perl
30631            ! epoc/config.sh win32/Makefile win32/config_H.bc
30632            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
30633 ____________________________________________________________________________
30634 [  9616] By: jhi                                   on 2001/04/07  17:46:33
30635         Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
30636      Branch: perl
30637            ! pod/perl571delta.pod
30638 ____________________________________________________________________________
30639 [  9615] By: jhi                                   on 2001/04/07  17:33:21
30640         Log: Change the toc configuration.
30641      Branch: perl
30642            ! pod/buildtoc.PL pod/perl.pod
30643 ____________________________________________________________________________
30644 [  9614] By: jhi                                   on 2001/04/07  17:29:47
30645         Log: Subject: PATCH: $[
30646              From: Robin Houston <robin@kitsite.com>
30647              Date: Fri, 6 Apr 2001 18:10:14 +0100
30648              Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
30649      Branch: perl
30650            ! op.c t/op/array.t
30651 ____________________________________________________________________________
30652 [  9613] By: jhi                                   on 2001/04/07  17:28:26
30653         Log: Subject: [PATCH perl@9424] isn't numeric warning
30654              From: Robin Barker <rmb1@cise.npl.co.uk>
30655              Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
30656              Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
30657      Branch: perl
30658            ! sv.c t/pragma/warn/sv
30659 ____________________________________________________________________________
30660 [  9612] By: jhi                                   on 2001/04/07  17:26:45
30661         Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
30662              From: Mike Guy <mjtg@cam.ac.uk>
30663              Date: Fri, 06 Apr 2001 12:47:06 +0100
30664              Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
30665      Branch: perl
30666            ! dump.c t/lib/peek.t
30667 ____________________________________________________________________________
30668 [  9611] By: jhi                                   on 2001/04/07  17:21:35
30669         Log: Create perl571delta and seed it off with the perldelta changes
30670              since 5.7.0; remove those changes from perldelta and rename it
30671              as perl570delta; recreate perldelta but leave it almost empty.
30672      Branch: perl
30673            + pod/perl570delta.pod pod/perl571delta.pod
30674            ! MANIFEST pod/perldelta.pod
30675 ____________________________________________________________________________
30676 [  9610] By: jhi                                   on 2001/04/07  16:56:32
30677         Log: Denit.
30678      Branch: perl
30679            ! pod/perldelta.pod
30680 ____________________________________________________________________________
30681 [  9609] By: jhi                                   on 2001/04/07  16:38:32
30682         Log: Retract #9523: needs more thought.
30683      Branch: perl
30684            ! Makefile.SH
30685 ____________________________________________________________________________
30686 [  9608] By: jhi                                   on 2001/04/07  14:59:20
30687         Log: atmark() code cleanaup.
30688      Branch: perl
30689            ! ext/IO/IO.xs
30690 ____________________________________________________________________________
30691 [  9607] By: jhi                                   on 2001/04/07  14:48:14
30692         Log: Integrate change #9605 from maintperl into mainline.
30693              
30694              can't optimize away scope entry if tr/// is present
30695      Branch: perl
30696           !> op.c t/op/tr.t
30697 ____________________________________________________________________________
30698 [  9606] By: jhi                                   on 2001/04/07  14:43:59
30699         Log: Integrate perlio.
30700      Branch: perl
30701           +> win32/FindExt.pm
30702           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
30703           !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
30704 ____________________________________________________________________________
30705 [  9605] By: gsar                                  on 2001/04/07  11:52:40
30706         Log: can't optimize away scope entry if tr/// is present
30707      Branch: maint-5.6/perl
30708            ! op.c t/op/tr.t
30709 ____________________________________________________________________________
30710 [  9604] By: nick                                  on 2001/04/07  11:39:45
30711         Log: Split out extension finding code from buildext.pl into FindExt.pm
30712              Use it to get Config.pm's idea of available extensions in line
30713              with what is built.
30714      Branch: perlio
30715            + win32/FindExt.pm
30716            ! MANIFEST win32/buildext.pl win32/config_sh.PL
30717            ! win32/makefile.mk
30718 ____________________________________________________________________________
30719 [  9603] By: nick                                  on 2001/04/07  09:11:38
30720         Log: Cleanup correction for failed :Via() layer, also set an error code.
30721      Branch: perlio
30722            ! ext/PerlIO/Via/Via.xs
30723 ____________________________________________________________________________
30724 [  9602] By: nick                                  on 2001/04/07  08:38:04
30725         Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
30726              style. So don't use binmode() on the handles so that Win32 etc. see
30727              same sequence and produce same digests.
30728      Branch: perlio
30729            ! t/lib/md5-file.t
30730 ____________________________________________________________________________
30731 [  9601] By: nick                                  on 2001/04/07  08:36:26
30732         Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
30733              Else it complains and so crlf layer (say) does not get pushed.
30734      Branch: perlio
30735            ! perlio.c
30736 ____________________________________________________________________________
30737 [  9600] By: jhi                                   on 2001/04/06  23:00:09
30738         Log: Integrate change #9599 from perlio into mainline.
30739      Branch: perl
30740           !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
30741           !> win32/config_H.vc
30742 ____________________________________________________________________________
30743 [  9599] By: nick                                  on 2001/04/06  21:42:43
30744         Log: Quote $VERSION in Encode.pm.
30745              regen_config_h as requested.
30746      Branch: perlio
30747            ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
30748            ! win32/config_H.vc
30749 ____________________________________________________________________________
30750 [  9598] By: nick                                  on 2001/04/06  20:34:59
30751         Log: Integrate mainline
30752      Branch: perlio
30753           +> README.macos
30754           !> (integrate 39 files)
30755 ____________________________________________________________________________
30756 [  9597] By: gsar                                  on 2001/04/06  18:06:35
30757         Log: integrate change#9464 from mainline (addendum to change#8313)
30758              
30759              Subject: [PATCH @9452] Better peep()ing for foreach() loops
30760      Branch: maint-5.6/perl
30761           !> op.c
30762 ____________________________________________________________________________
30763 [  9596] By: jhi                                   on 2001/04/06  17:26:03
30764         Log: The d_casti32=undef is good for you even when not use64bitall.
30765      Branch: perl
30766            ! hints/hpux.sh
30767 ____________________________________________________________________________
30768 [  9595] By: gsar                                  on 2001/04/06  14:57:17
30769         Log: add a low-impact fix to accomodate darwin-ism
30770      Branch: maint-5.6/perl
30771            ! ext/Errno/Errno_pm.PL
30772 ____________________________________________________________________________
30773 [  9594] By: jhi                                   on 2001/04/06  14:55:14
30774         Log: Integrate changes #9528,9593 from mainline into maintperl;
30775              tweaking the editor/IDE/shell list.
30776      Branch: maint-5.6/perl
30777           !> pod/perlfaq3.pod
30778 ____________________________________________________________________________
30779 [  9593] By: jhi                                   on 2001/04/06  14:51:39
30780         Log: Make the editor/IDE/shell list a little bit airier.
30781      Branch: perl
30782            ! pod/perlfaq3.pod
30783 ____________________________________________________________________________
30784 [  9592] By: gsar                                  on 2001/04/06  14:45:18
30785         Log: integrate change#9477 from mainline (base.pm doc tweak)
30786              
30787              missing doc entry for fmod()
30788      Branch: maint-5.6/perl
30789            ! lib/Math/BigFloat.pm
30790           !> lib/base.pm
30791 ____________________________________________________________________________
30792 [  9591] By: jhi                                   on 2001/04/06  13:55:48
30793         Log: Regen toc.
30794      Branch: perl
30795            ! pod/perltoc.pod
30796 ____________________________________________________________________________
30797 [  9590] By: jhi                                   on 2001/04/06  13:54:52
30798         Log: Math::BigFloat patches from John Peacock.  The equivalent
30799              of #9586 from maintperl but reworked by John to work with
30800              the bleadperl.
30801      Branch: perl
30802            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
30803 ____________________________________________________________________________
30804 [  9589] By: jhi                                   on 2001/04/06  13:42:23
30805         Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
30806      Branch: perl
30807            ! ext/Digest/MD5/Makefile.PL
30808 ____________________________________________________________________________
30809 [  9588] By: jhi                                   on 2001/04/06  13:31:45
30810         Log: Integrate changes #9584,9587 from maintperl into mainline.
30811              
30812              keep eval"" CVs alive until the end of the statement in which
30813              they're called
30814              
30815              add README.macos (from Chris Nandor)
30816              
30817              tyop in change#9555
30818      Branch: perl
30819           +> README.macos
30820           !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
30821           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
30822           !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
30823           !> win32/makefile.mk
30824 ____________________________________________________________________________
30825 [  9587] By: gsar                                  on 2001/04/06  07:31:30
30826         Log: add README.macos (from Chris Nandor)
30827              
30828              tyop in change#9555
30829      Branch: maint-5.6/perl
30830            + README.macos
30831            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
30832            ! win32/Makefile win32/makefile.mk
30833 ____________________________________________________________________________
30834 [  9586] By: gsar                                  on 2001/04/06  07:08:54
30835         Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
30836      Branch: maint-5.6/perl
30837            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
30838 ____________________________________________________________________________
30839 [  9585] By: gsar                                  on 2001/04/06  06:58:44
30840         Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
30841              from mainline
30842              
30843              Subject: [PATCH] Base64 update to perlfaq9.pod
30844              
30845              Subject: [PATCH AUTHORS] Housekeeping
30846              
30847              Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
30848              Mac OS X (Darwin) has extra pwent fields.
30849              
30850              Subject: [PATCH B::*] print control-character vars readably
30851              Needs EBCDICification.
30852              
30853              Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
30854              
30855              Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
30856              
30857              Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
30858              
30859              Subject: [PATCH B::Deparse] binmode is no longer an UNOP
30860              
30861              Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
30862              
30863              Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
30864              
30865              Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
30866              
30867              Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
30868              
30869              FreeBSD hints tweak from Anton Berezin.
30870              
30871              Subject: [PATCH foolperl & bleadperl] README.vms update
30872              
30873              Subject: Re: [PATCH foolperl & bleadperl] README.vms update
30874      Branch: maint-5.6/perl
30875           !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
30876           !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
30877           !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
30878 ____________________________________________________________________________
30879 [  9584] By: gsar                                  on 2001/04/06  04:09:00
30880         Log: keep eval"" CVs alive until the end of the statement in which
30881              they're called; this avoids a coredump ensuing from search for
30882              lexicals in code such as:
30883              
30884              sub bug {
30885              my $s = @_;
30886              eval q[sub { eval 'sub { &$s }' }];
30887              }
30888              bug("x")->()->();
30889              
30890              this code still doesn't work as intended (as it has remained
30891              since time immemorial), but it doesn't provoke a coredump anymore
30892      Branch: maint-5.6/perl
30893            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
30894            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
30895 ____________________________________________________________________________
30896 [  9583] By: jhi                                   on 2001/04/05  23:52:51
30897         Log: Update Changes.
30898      Branch: perl
30899            ! Changes patchlevel.h
30900 ____________________________________________________________________________
30901 [  9582] By: jhi                                   on 2001/04/05  23:11:23
30902         Log: Slight doc tweak.
30903      Branch: perl
30904            ! pod/perlunicode.pod
30905 ____________________________________________________________________________
30906 [  9581] By: jhi                                   on 2001/04/05  23:04:11
30907         Log: Integrate perlio.
30908      Branch: perl
30909           !> pod/perlunicode.pod
30910 ____________________________________________________________________________
30911 [  9580] By: jhi                                   on 2001/04/05  23:03:29
30912         Log: Test for #9579.
30913      Branch: perl
30914            ! t/op/do.t
30915 ____________________________________________________________________________
30916 [  9579] By: jhi                                   on 2001/04/05  22:54:17
30917         Log: Subject: [PATCH] Propagate calling context for do '...'
30918              From: Gisle Aas <gisle@ActiveState.com>
30919              Date: 04 Apr 2001 20:17:29 -0700
30920              Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
30921      Branch: perl
30922            ! pod/perlfunc.pod pp_ctl.c
30923 ____________________________________________________________________________
30924 [  9578] By: jhi                                   on 2001/04/05  22:52:51
30925         Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
30926              From: Peter Prymmer <pvhp@forte.com>
30927              Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
30928              Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
30929      Branch: perl
30930            ! README.vms
30931 ____________________________________________________________________________
30932 [  9577] By: jhi                                   on 2001/04/05  22:48:22
30933         Log: Subject: [PATCH foolperl & bleadperl] README.vms update
30934              From: "Craig A. Berry" <craigberry@mac.com>
30935              Date: Thu, 5 Apr 2001 13:43:28 -0500
30936              Message-Id: <p04330101b6f269936918@[172.16.52.1]>
30937      Branch: perl
30938            ! README.vms
30939 ____________________________________________________________________________
30940 [  9576] By: jhi                                   on 2001/04/05  22:31:38
30941         Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
30942              From: Michael G Schwern <schwern@pobox.com>
30943              Date: Thu, 5 Apr 2001 21:53:21 +0100
30944              Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
30945      Branch: perl
30946            ! lib/base.pm t/lib/fields.t
30947 ____________________________________________________________________________
30948 [  9575] By: jhi                                   on 2001/04/05  22:26:10
30949         Log: FreeBSD hints tweak from Anton Berezin.
30950      Branch: perl
30951            ! hints/freebsd.sh
30952 ____________________________________________________________________________
30953 [  9574] By: jhi                                   on 2001/04/05  22:24:03
30954         Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
30955              From: David Dyck <dcd@tc.fluke.com>
30956              Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
30957              Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
30958      Branch: perl
30959            ! t/op/oct.t
30960 ____________________________________________________________________________
30961 [  9573] By: jhi                                   on 2001/04/05  22:23:06
30962         Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
30963              Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
30964              From: David Dyck <dcd@tc.fluke.com>
30965              Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
30966      Branch: perl
30967            ! pp.c
30968 ____________________________________________________________________________
30969 [  9572] By: jhi                                   on 2001/04/05  22:14:47
30970         Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
30971              From: Robin Houston <robin@kitsite.com>
30972              Date: Thu, 5 Apr 2001 20:56:48 +0100
30973              Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
30974      Branch: perl
30975            ! ext/B/B/Deparse.pm
30976 ____________________________________________________________________________
30977 [  9571] By: jhi                                   on 2001/04/05  22:12:53
30978         Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
30979              From: Robin Houston <robin@kitsite.com>
30980              Date: Thu, 5 Apr 2001 19:55:51 +0100
30981              Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
30982      Branch: perl
30983            ! ext/B/B/Deparse.pm
30984 ____________________________________________________________________________
30985 [  9570] By: jhi                                   on 2001/04/05  22:11:06
30986         Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
30987              From: Robin Houston <robin@kitsite.com>
30988              Date: Thu, 5 Apr 2001 20:16:29 +0100
30989              Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
30990      Branch: perl
30991            ! ext/B/B/Deparse.pm
30992 ____________________________________________________________________________
30993 [  9569] By: nick                                  on 2001/04/05  21:32:26
30994         Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
30995      Branch: perlio
30996            ! pod/perlunicode.pod
30997 ____________________________________________________________________________
30998 [  9568] By: nick                                  on 2001/04/05  19:38:09
30999         Log: Integrate mainline
31000      Branch: perlio
31001           +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
31002           !> (integrate 35 files)
31003 ____________________________________________________________________________
31004 [  9567] By: jhi                                   on 2001/04/05  18:31:45
31005         Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
31006              From: Robin Houston <robin@kitsite.com>
31007              Date: Thu, 5 Apr 2001 18:03:23 +0100
31008              Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
31009      Branch: perl
31010            ! ext/B/B/Deparse.pm
31011 ____________________________________________________________________________
31012 [  9566] By: jhi                                   on 2001/04/05  18:29:35
31013         Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
31014              From: Robin Houston <robin@kitsite.com>
31015              Date: Thu, 5 Apr 2001 16:45:18 +0100
31016              Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
31017      Branch: perl
31018            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
31019 ____________________________________________________________________________
31020 [  9565] By: jhi                                   on 2001/04/05  18:24:23
31021         Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
31022              From: Robin Houston <robin@kitsite.com>
31023              Date: Thu, 5 Apr 2001 14:50:09 +0100
31024              Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
31025      Branch: perl
31026            ! ext/B/B/Deparse.pm
31027 ____________________________________________________________________________
31028 [  9564] By: jhi                                   on 2001/04/05  18:23:03
31029         Log: Subject: [PATCH B::*] print control-character vars readably
31030              From: Robin Houston <robin@kitsite.com>
31031              Date: Thu, 5 Apr 2001 14:27:38 +0100
31032              Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
31033              
31034              Needs EBCDICification.
31035      Branch: perl
31036            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
31037            ! ext/B/B/Terse.pm
31038 ____________________________________________________________________________
31039 [  9563] By: jhi                                   on 2001/04/05  18:20:32
31040         Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
31041              Date: Thu, 5 Apr 2001 13:21:42 -0400
31042              From: Paul Schinder <schinder@pobox.com>
31043              Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
31044              
31045              Mac OS X (Darwin) has extra pwent fields.
31046      Branch: perl
31047            ! t/op/pwent.t
31048 ____________________________________________________________________________
31049 [  9562] By: jhi                                   on 2001/04/05  17:57:51
31050         Log: Regen toc.
31051      Branch: perl
31052            ! pod/perltoc.pod
31053 ____________________________________________________________________________
31054 [  9561] By: jhi                                   on 2001/04/05  17:47:33
31055         Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
31056      Branch: metaconfig
31057            ! U/Glossary.patch
31058      Branch: metaconfig/U/perl
31059            + d_u32align.U
31060            ! d_cmsghdr_s.U d_msghdr_s.U
31061 ____________________________________________________________________________
31062 [  9560] By: jhi                                   on 2001/04/05  17:47:01
31063         Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
31064              ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
31065              Introduce probes for struct msghdr, struct cmsghdr,
31066              sendmsg, recvmsg, readv, writev, setitimer, getitimer,
31067              ualarm, usleep, for possible later extension work.
31068      Branch: perl
31069            + t/lib/md5-align.t
31070            ! Configure MANIFEST Porting/Glossary Porting/config.sh
31071            ! Porting/config_H config_h.SH configure.com epoc/config.sh
31072            ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
31073            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
31074            ! vos/config.ga.h win32/config.bc win32/config.gc
31075            ! win32/config.vc
31076 ____________________________________________________________________________
31077 [  9559] By: jhi                                   on 2001/04/05  13:03:04
31078         Log: Be traditional in your cpp (for the Errno extension).
31079      Branch: perl
31080            ! hints/darwin.sh
31081 ____________________________________________________________________________
31082 [  9558] By: jhi                                   on 2001/04/05  13:00:05
31083         Log: Add $Config{cppflags} to the gcc incantation.
31084      Branch: perl
31085            ! ext/Errno/Errno_pm.PL
31086 ____________________________________________________________________________
31087 [  9557] By: jhi                                   on 2001/04/05  04:22:39
31088         Log: Introduce Sean Burke's Class::ISA 0.32.
31089      Branch: perl
31090            + lib/Class/ISA.pm t/lib/class-isa.t
31091            ! MANIFEST
31092 ____________________________________________________________________________
31093 [  9556] By: jhi                                   on 2001/04/05  04:09:50
31094         Log: Subject: [PATCH AUTHORS] Housekeeping
31095              From: Paul Johnson <paul@pjcj.net> 
31096              Date: Wed, 4 Apr 2001 22:45:47 +0200
31097              Message-ID: <20010404224547.D9548@pjcj.net>
31098      Branch: perl
31099            ! AUTHORS
31100 ____________________________________________________________________________
31101 [  9555] By: jhi                                   on 2001/04/05  04:06:33
31102         Log: Subject: [PATCH] Base64 update to perlfaq9.pod
31103              From: Gisle Aas <gisle@ActiveState.com>
31104              Date: 04 Apr 2001 14:23:04 -0700
31105              Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
31106      Branch: perl
31107            ! pod/perlfaq9.pod
31108 ____________________________________________________________________________
31109 [  9554] By: jhi                                   on 2001/04/05  04:05:49
31110         Log: Downgrade also the "Wide character" diagnostic.
31111      Branch: perl
31112            ! pod/perldiag.pod
31113 ____________________________________________________________________________
31114 [  9553] By: jhi                                   on 2001/04/05  04:00:33
31115         Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
31116              maintperl into mainline.
31117              
31118              "double" should be "NV"; standard typemap is missing entry
31119              for NV
31120              
31121              s/djSP/dSP/
31122              
31123              Downgrade "Wide character in print" to a warning.
31124              
31125              B::Deparse fix for ${^FOO} and documentation for PVX() method
31126              (from Robin Houston)
31127              
31128              tr/// doesn't null-terminate the result in some situations
31129              (from Gisle Aas)
31130      Branch: perl
31131           !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
31132           !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
31133           !> t/io/utf8.t t/op/tr.t
31134 ____________________________________________________________________________
31135 [  9552] By: jhi                                   on 2001/04/05  03:52:50
31136         Log: Retract changes #9542 and #9538 (from maintperl, integrated
31137              at #9540), shouldn't be needed because of the perlio changes.
31138      Branch: perl
31139            ! util.c
31140 ____________________________________________________________________________
31141 [  9551] By: gsar                                  on 2001/04/05  00:18:34
31142         Log: tr/// doesn't null-terminate the result in some situations
31143              (from Gisle Aas)
31144      Branch: maint-5.6/perl
31145            ! doop.c t/op/tr.t
31146 ____________________________________________________________________________
31147 [  9550] By: gsar                                  on 2001/04/04  20:04:17
31148         Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
31149              (from Robin Houston)
31150      Branch: maint-5.6/perl
31151            ! ext/B/B.pm ext/B/B/Deparse.pm
31152 ____________________________________________________________________________
31153 [  9549] By: nick                                  on 2001/04/04  18:56:15
31154         Log: Downgrade "Wide character in print" to a warning.
31155      Branch: perlio
31156            ! doio.c t/io/utf8.t
31157 ____________________________________________________________________________
31158 [  9548] By: gsar                                  on 2001/04/04  18:51:49
31159         Log: integrate changes#9460,9462,9482,9521,9522
31160              
31161              Subject: PATCH: B::Debug should show LOOP-specific fields
31162              
31163              Subject: B::Deparse precedence bug. (Patch included.)
31164              
31165              Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
31166              
31167              Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
31168              
31169              Subject: [PATCH B::Concise] padname values may have bogus SvCUR
31170      Branch: maint-5.6/perl
31171           !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
31172           !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
31173 ____________________________________________________________________________
31174 [  9547] By: gsar                                  on 2001/04/04  18:49:16
31175         Log: s/djSP/dSP/
31176      Branch: maint-5.6/perl
31177            ! ext/Thread/Thread.xs
31178 ____________________________________________________________________________
31179 [  9546] By: nick                                  on 2001/04/04  18:44:00
31180         Log: Integrate mainline.
31181      Branch: perlio
31182           !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
31183           !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
31184 ____________________________________________________________________________
31185 [  9545] By: gsar                                  on 2001/04/04  18:38:52
31186         Log: integrate change#8837 from mainline
31187              
31188              Subject: [patch] -Wall cleanup round 2
31189      Branch: maint-5.6/perl
31190           !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
31191           !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
31192           !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
31193           !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
31194           !> ext/SDBM_File/SDBM_File.xs
31195 ____________________________________________________________________________
31196 [  9544] By: gsar                                  on 2001/04/04  17:49:57
31197         Log: "double" should be "NV"; standard typemap is missing entry
31198              for NV
31199      Branch: maint-5.6/perl
31200            ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
31201 ____________________________________________________________________________
31202 [  9543] By: jhi                                   on 2001/04/04  14:13:18
31203         Log: Thou shalt not (just) match for English error messages.
31204      Branch: perl
31205            ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
31206            ! os2/OS2/Process/Process.pm
31207 ____________________________________________________________________________
31208 [  9542] By: jhi                                   on 2001/04/04  13:20:39
31209         Log: Make the stdio tricks of fflush_all() to exist only if
31210              stdio is being used.
31211      Branch: perl
31212            ! util.c
31213 ____________________________________________________________________________
31214 [  9541] By: jhi                                   on 2001/04/04  04:20:24
31215         Log: Subject: Re: [PATCH] Lighten up glob
31216              From: Benjamin Sugars <bsugars@canoe.ca>
31217              Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
31218              Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
31219      Branch: perl
31220            ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
31221            ! util.c
31222 ____________________________________________________________________________
31223 [  9540] By: jhi                                   on 2001/04/04  04:03:57
31224         Log: Integrate changes #9538,9539 from maintperl into mainline.
31225              
31226              fflush() is a macro on SunOS 4.1.x, so provide a wrapper
31227              for use with _fwalk() (fix for change#7705)
31228              
31229              another tweak needed for SunOS 4.1.x build (from Mike Guy)
31230              (cp -f is not portable)
31231      Branch: perl
31232           !> Makefile.SH util.c
31233 ____________________________________________________________________________
31234 [  9539] By: gsar                                  on 2001/04/04  03:01:14
31235         Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
31236      Branch: maint-5.6/perl
31237            ! Makefile.SH
31238 ____________________________________________________________________________
31239 [  9538] By: gsar                                  on 2001/04/04  01:00:38
31240         Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
31241              for use with _fwalk() (fix for change#7705)
31242      Branch: maint-5.6/perl
31243            ! util.c
31244 ____________________________________________________________________________
31245 [  9537] By: nick                                  on 2001/04/03  19:24:55
31246         Log: Integrate mainline
31247      Branch: perlio
31248           +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
31249           +> lib/unicode/PropList.html
31250            - lib/unicode/Names.txt lib/unicode/README.Ethiopic
31251           !> (integrate 69 files)
31252 ____________________________________________________________________________
31253 [  9536] By: jhi                                   on 2001/04/03  18:02:31
31254         Log: Integrate change #9533 from maintperl into mainline.
31255              
31256              better fix for change#9517 to accomodate UNC paths like
31257              \\server\share\foo, and paths with trailing backslash
31258              like c:\this\
31259      Branch: perl
31260           !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
31261 ____________________________________________________________________________
31262 [  9535] By: jhi                                   on 2001/04/03  17:58:07
31263         Log: Change the push/unshift warning to be of class syntax, not misc.
31264      Branch: perl
31265            ! op.c pod/perldiag.pod t/pragma/warn/op
31266 ____________________________________________________________________________
31267 [  9534] By: jhi                                   on 2001/04/03  15:03:46
31268         Log: Change the push/unshift warning (#9532) to talk about "no values"
31269              instead of "no arguments".
31270      Branch: perl
31271            ! op.c pod/perldiag.pod t/pragma/warn/op
31272 ____________________________________________________________________________
31273 [  9533] By: gsar                                  on 2001/04/03  14:30:07
31274         Log: better fix for change#9517 to accomodate UNC paths like
31275              \\server\share\foo, and paths with trailing backslash
31276              like c:\this\
31277      Branch: maint-5.6/perl
31278            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
31279 ____________________________________________________________________________
31280 [  9532] By: jhi                                   on 2001/04/03  13:11:46
31281         Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
31282              From: Robin Houston <robin@kitsite.com>
31283              Date: Mon, 2 Apr 2001 15:03:29 +0100
31284              Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
31285      Branch: perl
31286            ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
31287 ____________________________________________________________________________
31288 [  9531] By: jhi                                   on 2001/04/03  13:06:34
31289         Log: Integrate change #9530 from maintperl into mainline.
31290              
31291              accomodate VMS "mailbox overflow" quirk in testsuite (from
31292              Craig Berry)
31293      Branch: perl
31294           !> t/lib/socket.t
31295 ____________________________________________________________________________
31296 [  9530] By: gsar                                  on 2001/04/03  04:56:41
31297         Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
31298              Craig Berry)
31299      Branch: maint-5.6/perl
31300            ! t/lib/socket.t
31301 ____________________________________________________________________________
31302 [  9529] By: jhi                                   on 2001/04/03  02:34:34
31303         Log: Update Changes.
31304      Branch: perl
31305            ! Changes patchlevel.h
31306 ____________________________________________________________________________
31307 [  9528] By: jhi                                   on 2001/04/03  01:27:57
31308         Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
31309              Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
31310              To: perl5-porters@perl.org
31311              Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
31312      Branch: perl
31313            ! pod/perlfaq3.pod
31314 ____________________________________________________________________________
31315 [  9527] By: jhi                                   on 2001/04/03  01:22:09
31316         Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
31317              From: Peter Prymmer <pvhp@forte.com>
31318              Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
31319              Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>      
31320      Branch: perl
31321            ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
31322 ____________________________________________________________________________
31323 [  9526] By: jhi                                   on 2001/04/03  01:18:25
31324         Log: The metaconfig unit changes for #9525.
31325      Branch: metaconfig
31326            ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
31327      Branch: metaconfig/U/perl
31328            ! use64bits.U
31329 ____________________________________________________________________________
31330 [  9525] By: jhi                                   on 2001/04/03  01:17:30
31331         Log: Configure sanity checks:
31332              * if use64bitall is attempted but pointers are only 32-bit,
31333              'downgrade' to use64bitint
31334              * if use64bitint is attempted but there's no quad type,
31335              forget about use64bitint (well, the default for it is 'n',
31336              the user can still override this)
31337              * if pointers are 64 bits, do not try to use Perl's malloc
31338      Branch: perl
31339            ! Configure
31340 ____________________________________________________________________________
31341 [  9524] By: gsar                                  on 2001/04/03  01:09:12
31342         Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
31343      Branch: maint-5.6/perl
31344            ! pp_sys.c
31345 ____________________________________________________________________________
31346 [  9523] By: jhi                                   on 2001/04/03  00:02:31
31347         Log: (Retracted by #9609)
31348              
31349              Make it harder for parallel makes to enter 'test' before
31350              Dynaloader and File::Glob are happy.  (In principle 'make_ext'
31351              should be unhappy enough, but sometimes parallel makes seem
31352              to sneak past both in Tru64 and AIX.)
31353      Branch: perl
31354            ! Makefile.SH
31355 ____________________________________________________________________________
31356 [  9522] By: jhi                                   on 2001/04/02  22:35:31
31357         Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
31358              Date: Mon, 2 Apr 2001 22:54:10 +0100
31359              From: Robin Houston <robin@kitsite.com>
31360              Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
31361      Branch: perl
31362            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
31363 ____________________________________________________________________________
31364 [  9521] By: jhi                                   on 2001/04/02  22:32:23
31365         Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
31366              From: Robin Houston <robin@kitsite.com>
31367              Date: Mon, 2 Apr 2001 20:24:03 +0100
31368              Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
31369      Branch: perl
31370            ! ext/B/B/Concise.pm
31371 ____________________________________________________________________________
31372 [  9520] By: jhi                                   on 2001/04/02  22:30:43
31373         Log: Subject: [PATCH] REALLY pedantic hv.h nit
31374              From: Simon Cozens <simon@netthink.co.uk>
31375              Date: Mon, 2 Apr 2001 15:43:06 +0100
31376              Message-ID: <20010402154306.A21711@netthink.co.uk>
31377      Branch: perl
31378            ! hv.h
31379 ____________________________________________________________________________
31380 [  9519] By: jhi                                   on 2001/04/02  22:28:04
31381         Log: Based on
31382              
31383              Subject: [foolperl] EPOC fix
31384              From: Olaf Flebbe <O.Flebbe@science-computing.de>
31385              Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
31386              Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
31387      Branch: perl
31388            ! pp_sys.c
31389 ____________________________________________________________________________
31390 [  9518] By: jhi                                   on 2001/04/02  22:22:34
31391         Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
31392              
31393              README.win32 tweaks; add a note about alternative location for
31394              getting a gcc-2.95.2 that will build perl properly on windows
31395              
31396              add some notes about gutsy threading matters
31397              
31398              many of the utilities interpolate literal paths within doublequotes
31399              (fails on dosish platforms where path contains backslashes)
31400      Branch: perl
31401           !> README.win32 pod/perlguts.pod utils/perldoc.PL
31402           !> x2p/find2perl.PL x2p/s2p.PL
31403 ____________________________________________________________________________
31404 [  9517] By: gsar                                  on 2001/04/02  19:52:21
31405         Log: many of the utilities interpolate literal paths within doublequotes
31406              (fails on dosish platforms where path contains backslashes)
31407      Branch: maint-5.6/perl
31408            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
31409 ____________________________________________________________________________
31410 [  9516] By: gsar                                  on 2001/04/02  05:49:37
31411         Log: a foolish release
31412      Branch: maint-5.6/perl
31413            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
31414            ! pod/perltoc.pod
31415 ____________________________________________________________________________
31416 [  9515] By: gsar                                  on 2001/04/02  05:04:29
31417         Log: add missing changelog summaries
31418      Branch: maint-5.6/perl
31419            ! Changes
31420 ____________________________________________________________________________
31421 [  9514] By: gsar                                  on 2001/04/02  04:07:13
31422         Log: add some notes about gutsy threading matters
31423      Branch: maint-5.6/perl
31424            ! pod/perlguts.pod
31425 ____________________________________________________________________________
31426 [  9513] By: gsar                                  on 2001/04/02  03:25:21
31427         Log: add more prominent caveat notices about experimental features
31428      Branch: maint-5.6/perl
31429            ! pod/perlfork.pod pod/perlunicode.pod
31430 ____________________________________________________________________________
31431 [  9512] By: gsar                                  on 2001/04/02  02:54:33
31432         Log: integrate changes#9479,9509 from mainline
31433              
31434              [PATCH] File::Glob stuff for Mac OS
31435              
31436              [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
31437      Branch: maint-5.6/perl
31438           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
31439           !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
31440           !> t/lib/glob-taint.t
31441 ____________________________________________________________________________
31442 [  9511] By: gsar                                  on 2001/04/02  02:38:24
31443         Log: README.win32 tweaks; add a note about alternative location for
31444              getting a gcc-2.95.2 that will build perl properly on windows
31445      Branch: maint-5.6/perl
31446            ! README.win32
31447 ____________________________________________________________________________
31448 [  9510] By: jhi                                   on 2001/04/01  20:45:10
31449         Log: An ambiguosity warning.
31450      Branch: perl
31451            ! t/lib/trig.t
31452 ____________________________________________________________________________
31453 [  9509] By: jhi                                   on 2001/04/01  19:53:47
31454         Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
31455              From: Jonathan Stowe <gellyfish@gellyfish.com>
31456              Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
31457              Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
31458      Branch: perl
31459            ! ext/File/Glob/bsd_glob.c
31460 ____________________________________________________________________________
31461 [  9508] By: jhi                                   on 2001/04/01  19:35:03
31462         Log: Update Changes.
31463      Branch: perl
31464            ! Changes patchlevel.h
31465 ____________________________________________________________________________
31466 [  9507] By: jhi                                   on 2001/04/01  19:24:01
31467         Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
31468              from mainline to maintperl: pod tweaks.
31469      Branch: maint-5.6/perl
31470           !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
31471           !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
31472           !> pod/perlvar.pod
31473 ____________________________________________________________________________
31474 [  9506] By: jhi                                   on 2001/04/01  19:11:53
31475         Log: Commit Sarathy to April release of 5.6.1 :-)
31476      Branch: perl
31477            ! pod/perlfaq1.pod
31478 ____________________________________________________________________________
31479 [  9505] By: jhi                                   on 2001/04/01  19:03:15
31480         Log: Subject: PATCH 5.6.0 (perldebug.pod)
31481              From: Mark-Jason Dominus <mjd@plover.com>
31482              Date: Sun, 01 Apr 2001 14:25:11 -0400
31483              Message-ID: <20010401182511.9247.qmail@plover.com>
31484      Branch: perl
31485            ! pod/perldebug.pod
31486 ____________________________________________________________________________
31487 [  9504] By: jhi                                   on 2001/04/01  18:43:09
31488         Log: Add great_circle_direction().
31489      Branch: perl
31490            ! lib/Math/Trig.pm t/lib/trig.t
31491 ____________________________________________________________________________
31492 [  9503] By: jhi                                   on 2001/04/01  17:29:12
31493         Log: Unicode ReadMe update for Unicode 3.1.
31494      Branch: perl
31495            ! lib/unicode/ReadMe.txt
31496 ____________________________________________________________________________
31497 [  9502] By: jhi                                   on 2001/04/01  17:18:40
31498         Log: Integrate change #9501 from maintperl into mainline.
31499              
31500              fix the perlembed notes on multiple interpreters
31501              
31502              fix ExtUtils::Embed to work passably on Windows
31503      Branch: perl
31504           !> lib/ExtUtils/Embed.pm pod/perlembed.pod
31505 ____________________________________________________________________________
31506 [  9501] By: gsar                                  on 2001/04/01  07:21:57
31507         Log: fix the perlembed notes on multiple interpreters
31508              
31509              fix ExtUtils::Embed to work passably on Windows
31510      Branch: maint-5.6/perl
31511            ! lib/ExtUtils/Embed.pm pod/perlembed.pod
31512 ____________________________________________________________________________
31513 [  9500] By: jhi                                   on 2001/04/01  05:58:23
31514         Log: Test for #9499.
31515      Branch: perl
31516            ! t/op/tr.t
31517 ____________________________________________________________________________
31518 [  9499] By: jhi                                   on 2001/04/01  05:55:46
31519         Log: tr/// UTF-8 tweaking from Inaba Hiroto.
31520      Branch: perl
31521            ! embed.h embed.pl op.c proto.h
31522 ____________________________________________________________________________
31523 [  9498] By: jhi                                   on 2001/04/01  05:44:34
31524         Log: Protect the workaround hunk more.
31525      Branch: perl
31526            ! toke.c
31527 ____________________________________________________________________________
31528 [  9497] By: jhi                                   on 2001/04/01  00:24:25
31529         Log: Integrate changes #9493,9494,9495,9496 from maintperl
31530              into mainline.
31531              
31532              fix a broken workaround for Borland compiler in change#4739
31533              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
31534              
31535              nits spotted by Borland compiler
31536              
31537              avoid redefinition warnings under Borland 5.02
31538              
31539              various nits identified by the Borland 5.5 compiler; remove suppression
31540              of a few warnings
31541      Branch: perl
31542           !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
31543           !> win32/win32.h
31544 ____________________________________________________________________________
31545 [  9496] By: gsar                                  on 2001/03/31  23:22:28
31546         Log: various nits identified by the Borland 5.5 compiler; remove suppression
31547              of a few warnings
31548      Branch: maint-5.6/perl
31549            ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
31550 ____________________________________________________________________________
31551 [  9495] By: gsar                                  on 2001/03/31  21:03:08
31552         Log: avoid redefinition warnings under Borland 5.02
31553      Branch: maint-5.6/perl
31554            ! win32/makefile.mk
31555 ____________________________________________________________________________
31556 [  9494] By: gsar                                  on 2001/03/31  20:18:59
31557         Log: nits spotted by Borland compiler
31558      Branch: maint-5.6/perl
31559            ! utf8.h win32/win32.h
31560 ____________________________________________________________________________
31561 [  9493] By: gsar                                  on 2001/03/31  20:18:05
31562         Log: fix a broken workaround for Borland compiler in change#4739
31563              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
31564      Branch: maint-5.6/perl
31565            ! toke.c
31566 ____________________________________________________________________________
31567 [  9492] By: jhi                                   on 2001/03/31  18:36:24
31568         Log: Integrate change #9491 from maintperl into mainline.
31569              
31570              Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
31571              directory is relative (need to fetch the full path name *before*
31572              the chdir!)
31573      Branch: perl
31574           !> lib/Cwd.pm
31575 ____________________________________________________________________________
31576 [  9491] By: gsar                                  on 2001/03/31  17:01:56
31577         Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
31578              directory is relative (need to fetch the full path name *before*
31579              the chdir!)
31580              
31581              this is a followup patch for change#6749
31582      Branch: maint-5.6/perl
31583            ! lib/Cwd.pm
31584 ____________________________________________________________________________
31585 [  9490] By: jhi                                   on 2001/03/31  15:50:18
31586         Log: Subject: Re: [PATCH] av.h cosmetics
31587              From: Simon Cozens <simon@netthink.co.uk>
31588              Date: Sat, 31 Mar 2001 13:09:59 +0100
31589              Message-ID: <20010331130959.A22000@netthink.co.uk>
31590              
31591              Document AvALLOC.
31592      Branch: perl
31593            ! pod/perlguts.pod
31594 ____________________________________________________________________________
31595 [  9489] By: jhi                                   on 2001/03/31  15:48:44
31596         Log: Subject: [PATCH] Re: Math::Big* v1.21
31597              From: Tels <perl_dummy@bloodgate.com>
31598              Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
31599              Message-Id: <200103311125.GAA377738@www08.hway.net>
31600      Branch: perl
31601            ! pod/perlop.pod
31602 ____________________________________________________________________________
31603 [  9488] By: jhi                                   on 2001/03/31  03:39:51
31604         Log: Debug output tweak.
31605      Branch: perl
31606            ! t/lib/cwd.t
31607 ____________________________________________________________________________
31608 [  9487] By: jhi                                   on 2001/03/31  03:33:02
31609         Log: OverVMSification.
31610      Branch: perl
31611            ! t/lib/cwd.t
31612 ____________________________________________________________________________
31613 [  9486] By: jhi                                   on 2001/03/31  03:01:40
31614         Log: Missed MANIFESTations in #9483.
31615      Branch: perl
31616            ! MANIFEST
31617 ____________________________________________________________________________
31618 [  9485] By: jhi                                   on 2001/03/31  02:58:17
31619         Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
31620              From: Peter Prymmer <pvhp@forte.com>
31621              Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
31622              Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
31623      Branch: perl
31624            ! regexec.c t/lib/cwd.t
31625 ____________________________________________________________________________
31626 [  9484] By: jhi                                   on 2001/03/31  01:04:41
31627         Log: Obsolete file (see #3938)
31628      Branch: perl
31629            - lib/unicode/README.Ethiopic
31630            ! MANIFEST
31631 ____________________________________________________________________________
31632 [  9483] By: jhi                                   on 2001/03/31  00:52:42
31633         Log: Update to Unicode 3.1.
31634              (Rename Names.txt to NamesList.txt.)
31635      Branch: perl
31636            + lib/unicode/NamesList.txt lib/unicode/PropList.html
31637            - lib/unicode/Names.txt
31638            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
31639            ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
31640            ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
31641            ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
31642            ! lib/unicode/UCD.html lib/unicode/Unicode.html
31643            ! lib/unicode/rename lib/unicode/version
31644 ____________________________________________________________________________
31645 [  9482] By: jhi                                   on 2001/03/30  23:33:44
31646         Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
31647              From: Robin Houston <robin@kitsite.com>
31648              Date: Fri, 30 Mar 2001 20:07:22 +0100
31649              Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
31650      Branch: perl
31651            ! ext/B/B/Deparse.pm
31652 ____________________________________________________________________________
31653 [  9481] By: jhi                                   on 2001/03/30  23:20:25
31654         Log: Subject: Re: [PATCH] CwdXS, Take 2
31655              From: Benjamin Sugars <bsugars@canoe.ca>
31656              Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
31657              Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
31658      Branch: perl
31659            + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
31660            ! MANIFEST lib/Cwd.pm t/lib/cwd.t
31661 ____________________________________________________________________________
31662 [  9480] By: jhi                                   on 2001/03/30  22:52:38
31663         Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
31664              From: David Dyck <dcd@tc.fluke.com>
31665              Date: Fri, 30 Mar 2001 14:44:13 -0800
31666              Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
31667              
31668              The t/rantests flags file creation was accidentally
31669              removed by #9217.
31670      Branch: perl
31671            ! Makefile.SH
31672 ____________________________________________________________________________
31673 [  9479] By: jhi                                   on 2001/03/30  22:45:45
31674         Log: Subject: [PATCH] File::Glob stuff for Mac OS
31675              From: Chris Nandor <pudge@pobox.com>
31676              Date: Fri, 30 Mar 2001 16:51:00 -0500
31677              Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
31678      Branch: perl
31679            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
31680            ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
31681            ! t/lib/glob-taint.t
31682 ____________________________________________________________________________
31683 [  9478] By: jhi                                   on 2001/03/30  22:43:12
31684         Log: Subject: fix for win32/buildext.pl
31685              From: "Vadim Konovalov" <watman@inbox.ru>
31686              Date: Sat, 31 Mar 2001 00:50:36 +0400
31687              Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
31688      Branch: perl
31689            ! win32/buildext.pl
31690 ____________________________________________________________________________
31691 [  9477] By: jhi                                   on 2001/03/30  22:41:16
31692         Log: Subject: small base.pm doc patch
31693              From: Leon Brocard <acme@astray.com>
31694              Date: Fri, 30 Mar 2001 21:49:57 +0100
31695              Message-ID: <20010330214957.B8733@ns0.astray.com>
31696      Branch: perl
31697            ! lib/base.pm
31698 ____________________________________________________________________________
31699 [  9476] By: jhi                                   on 2001/03/30  18:16:57
31700         Log: Subject: [PATCH] av.h cosmetics
31701              From: Simon Cozens <simon@netthink.co.uk>
31702              Date: Fri, 30 Mar 2001 18:12:28 +0100
31703              Message-ID: <20010330181228.A9319@netthink.co.uk>
31704      Branch: perl
31705            ! av.h
31706 ____________________________________________________________________________
31707 [  9475] By: jhi                                   on 2001/03/30  18:15:50
31708         Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
31709              From: "Philip Newton" <pnewton@gmx.de>
31710              Date: Fri, 30 Mar 2001 19:06:57 +0200
31711              Message-ID: <3AC4D951.14815.1AC7068@localhost>
31712      Branch: perl
31713            ! pod/perlhack.pod
31714 ____________________________________________________________________________
31715 [  9474] By: jhi                                   on 2001/03/30  18:14:02
31716         Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
31717              From: Benjamin Sugars <bsugars@canoe.ca>
31718              Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
31719              Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
31720      Branch: perl
31721            ! t/lib/glob-basic.t
31722 ____________________________________________________________________________
31723 [  9473] By: jhi                                   on 2001/03/30  16:09:24
31724         Log: Update Changes.
31725      Branch: perl
31726            ! Changes patchlevel.h
31727 ____________________________________________________________________________
31728 [  9472] By: jhi                                   on 2001/03/30  15:16:08
31729         Log: Integrate perlio.
31730      Branch: perl
31731           !> t/lib/cwd.t t/lib/glob-basic.t
31732 ____________________________________________________________________________
31733 [  9471] By: nick                                  on 2001/03/30  14:47:10
31734         Log: Should be (^O eq 'MSWin32') not 'Win32'
31735              Fail #12 seems real - chdir is in wrong dir.
31736      Branch: perlio
31737            ! t/lib/cwd.t
31738 ____________________________________________________________________________
31739 [  9470] By: jhi                                   on 2001/03/30  14:41:11
31740         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
31741              From: Radu Greab <radu@netsoft.ro>
31742              Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
31743              Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
31744              
31745              Replace #9352.
31746      Branch: perl
31747            ! ext/Socket/Socket.xs pp_sys.c
31748 ____________________________________________________________________________
31749 [  9469] By: jhi                                   on 2001/03/30  14:37:51
31750         Log: Subject: PATCH pod/perldiag.pod
31751              From: Robin Houston <robin@kitsite.com>
31752              Date: Fri, 30 Mar 2001 14:10:36 +0100
31753              Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
31754      Branch: perl
31755            ! pod/perldiag.pod t/lib/glob-basic.t
31756 ____________________________________________________________________________
31757 [  9468] By: jhi                                   on 2001/03/30  14:36:36
31758         Log: Subject: Better diagnostic in io/fs.t
31759              From: andreas.koenig@anima.de (Andreas J. Koenig)
31760              Date: 30 Mar 2001 10:11:43 +0200
31761              Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
31762      Branch: perl
31763            ! t/io/fs.t
31764 ____________________________________________________________________________
31765 [  9467] By: nick                                  on 2001/03/30  14:25:43
31766         Log: Skip order test of glob if case-ignoring system cannot 
31767              create a.test and A.test
31768      Branch: perlio
31769            ! t/lib/glob-basic.t
31770 ____________________________________________________________________________
31771 [  9466] By: nick                                  on 2001/03/30  13:03:12
31772         Log: Integrate mainline.
31773      Branch: perlio
31774            - ext/re/hints/aix.pl
31775           !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
31776           !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
31777           !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
31778           !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
31779 ____________________________________________________________________________
31780 [  9465] By: jhi                                   on 2001/03/30  03:53:37
31781         Log: Add timeouts to the tests.  (In AIX 4.3.1.0 + vac 5.0.0.0
31782              the tests sometimes hang, sometimes not.)
31783      Branch: perl
31784            ! t/lib/io_multihomed.t t/lib/io_sock.t
31785 ____________________________________________________________________________
31786 [  9464] By: jhi                                   on 2001/03/30  02:56:04
31787         Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
31788              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
31789              Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
31790              Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
31791      Branch: perl
31792            ! op.c
31793 ____________________________________________________________________________
31794 [  9463] By: jhi                                   on 2001/03/30  02:34:48
31795         Log: Test for #9462.
31796      Branch: perl
31797            ! t/lib/b.t
31798 ____________________________________________________________________________
31799 [  9462] By: jhi                                   on 2001/03/30  02:29:37
31800         Log: Subject: B::Deparse precedence bug. (Patch included.)
31801              From: Jeremy Madea <jmadea@inktomi.com>
31802              Date: Thu, 29 Mar 2001 12:05:02 -0800
31803              Message-ID: <20010329120502.A24881@dr.inktomi.com>
31804      Branch: perl
31805            ! ext/B/B/Deparse.pm
31806 ____________________________________________________________________________
31807 [  9461] By: jhi                                   on 2001/03/30  02:18:41
31808         Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
31809              From: Peter Prymmer <pvhp@forte.com>
31810              Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
31811              Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
31812      Branch: perl
31813            ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
31814            ! t/lib/md5-file.t
31815 ____________________________________________________________________________
31816 [  9460] By: jhi                                   on 2001/03/30  02:17:07
31817         Log: Subject: PATCH: B::Debug should show LOOP-specific fields
31818              From: Robin Houston <robin@kitsite.com>
31819              Date: Thu, 29 Mar 2001 20:47:56 +0100
31820              Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
31821      Branch: perl
31822            ! ext/B/B/Debug.pm
31823 ____________________________________________________________________________
31824 [  9459] By: jhi                                   on 2001/03/30  02:16:05
31825         Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
31826              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
31827              Date: Wed, 28 Mar 2001 18:02:20 -0600
31828              Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
31829      Branch: perl
31830            ! lib/ExtUtils/MM_VMS.pm
31831 ____________________________________________________________________________
31832 [  9458] By: jhi                                   on 2001/03/30  02:07:58
31833         Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
31834              From: "Joshua E. Rodd" <jrodd@pbs.org>
31835              Date: Wed, 28 Mar 2001 17:29:12 -0500
31836              Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
31837      Branch: perl
31838            ! pod/perlop.pod
31839 ____________________________________________________________________________
31840 [  9457] By: jhi                                   on 2001/03/30  02:04:33
31841         Log: Subject: ext/re/aix.pl can go
31842              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
31843              Date: Thu, 29 Mar 2001 12:03:28 +0200
31844              Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
31845      Branch: perl
31846            - ext/re/hints/aix.pl
31847            ! MANIFEST
31848 ____________________________________________________________________________
31849 [  9456] By: jhi                                   on 2001/03/30  02:03:32
31850         Log: Integrate perlio.
31851      Branch: perl
31852           !> ext/Encode/Encode.xs installperl
31853 ____________________________________________________________________________
31854 [  9455] By: nick                                  on 2001/03/29  21:11:46
31855         Log: DLL name has changed so installperl needs to know
31856              (Why isn't it working it out or passed it?)
31857      Branch: perlio
31858            ! installperl
31859 ____________________________________________________________________________
31860 [  9454] By: nick                                  on 2001/03/29  20:56:12
31861         Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
31862              and we don't get undef warnings.
31863      Branch: perlio
31864            ! ext/Encode/Encode.xs
31865 ____________________________________________________________________________
31866 [  9453] By: nick                                  on 2001/03/29  17:58:48
31867         Log: Integrate mainline
31868      Branch: perlio
31869           !> Changes patchlevel.h
31870 ____________________________________________________________________________
31871 [  9452] By: jhi                                   on 2001/03/29  16:44:55
31872         Log: Update Changes.
31873      Branch: perl
31874            ! Changes patchlevel.h
31875 ____________________________________________________________________________
31876 [  9451] By: nick                                  on 2001/03/29  16:31:38
31877         Log: Integrate mainline
31878      Branch: perlio
31879           !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
31880           !> ext/Encode/Encode.xs ext/Storable/Storable.xs
31881           !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
31882           !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
31883           !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
31884 ____________________________________________________________________________
31885 [  9450] By: jhi                                   on 2001/03/29  16:29:17
31886         Log: Integrate perlio.
31887      Branch: perl
31888           !> win32/buildext.pl
31889 ____________________________________________________________________________
31890 [  9449] By: jhi                                   on 2001/03/29  15:50:01
31891         Log: Update Changes.
31892      Branch: perl
31893            ! Changes patchlevel.h
31894 ____________________________________________________________________________
31895 [  9448] By: nick                                  on 2001/03/29  15:47:15
31896         Log: Make sure buildext.pl finds Errno.pm
31897      Branch: perlio
31898            ! win32/buildext.pl
31899 ____________________________________________________________________________
31900 [  9447] By: jhi                                   on 2001/03/29  15:39:34
31901         Log: Integrate perlio.
31902      Branch: perl
31903           !> win32/makefile.mk
31904 ____________________________________________________________________________
31905 [  9446] By: nick                                  on 2001/03/29  15:30:03
31906         Log: Integrate win32/makefile.mk with mainline.
31907      Branch: perlio
31908           !> win32/makefile.mk
31909 ____________________________________________________________________________
31910 [  9445] By: nick                                  on 2001/03/29  15:27:32
31911         Log: Fix breakage ... 
31912      Branch: perlio
31913            ! win32/makefile.mk
31914 ____________________________________________________________________________
31915 [  9444] By: jhi                                   on 2001/03/29  15:03:08
31916         Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
31917              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
31918              Date: Thu, 29 Mar 2001 10:32:59 +0400
31919              Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
31920      Branch: perl
31921            ! win32/makefile.mk
31922 ____________________________________________________________________________
31923 [  9443] By: jhi                                   on 2001/03/29  15:02:12
31924         Log: Integrate perlio.
31925      Branch: perl
31926           +> win32/buildext.pl
31927           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
31928           !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
31929 ____________________________________________________________________________
31930 [  9442] By: nick                                  on 2001/03/29  14:59:11
31931         Log: Work in progress - determine win32 extensions to build via script.
31932      Branch: perlio
31933            + win32/buildext.pl
31934            ! MANIFEST win32/makefile.mk
31935 ____________________________________________________________________________
31936 [  9441] By: jhi                                   on 2001/03/29  14:51:47
31937         Log: Reintroduce the use of external pwd.
31938      Branch: perl
31939            ! t/lib/cwd.t
31940 ____________________________________________________________________________
31941 [  9440] By: jhi                                   on 2001/03/29  14:42:58
31942         Log: use warnings instead of -w.
31943      Branch: perl
31944            ! utils/h2xs.PL
31945 ____________________________________________________________________________
31946 [  9439] By: jhi                                   on 2001/03/29  14:41:52
31947         Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
31948              From: Jonathan Stowe <gellyfish@gellyfish.com>
31949              Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
31950              Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
31951      Branch: perl
31952            ! utils/h2xs.PL
31953 ____________________________________________________________________________
31954 [  9438] By: jhi                                   on 2001/03/29  14:39:38
31955         Log: Subject: [PATCH perl@9424] minor pod nits
31956              From: Robin Barker <rmb1@cise.npl.co.uk>
31957              Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
31958              Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
31959      Branch: perl
31960            ! pod/perlhack.pod pod/perliol.pod
31961 ____________________________________________________________________________
31962 [  9437] By: jhi                                   on 2001/03/29  14:29:16
31963         Log: Subject: [PATCH perl@9424] typemap cast warning
31964              From: Robin Barker <rmb1@cise.npl.co.uk>
31965              Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
31966              Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
31967      Branch: perl
31968            ! lib/ExtUtils/typemap
31969 ____________________________________________________________________________
31970 [  9436] By: jhi                                   on 2001/03/29  14:26:03
31971         Log: Subject: [PATCH perl@9424] printf warning
31972              From: Robin Barker <rmb1@cise.npl.co.uk>
31973              Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
31974              Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
31975      Branch: perl
31976            ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
31977            ! ext/Storable/Storable.xs toke.c
31978 ____________________________________________________________________________
31979 [  9435] By: nick                                  on 2001/03/29  14:23:31
31980         Log: Win32 has name conflict with ERROR
31981      Branch: perlio
31982            ! ext/PerlIO/Via/Via.xs
31983 ____________________________________________________________________________
31984 [  9434] By: jhi                                   on 2001/03/29  14:17:48
31985         Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
31986              From: Peter Prymmer <pvhp@forte.com>
31987              Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
31988              Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
31989      Branch: perl
31990            ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
31991 ____________________________________________________________________________
31992 [  9433] By: jhi                                   on 2001/03/29  13:52:44
31993         Log: test-prep target was missing.
31994      Branch: perl
31995            ! Makefile.SH
31996 ____________________________________________________________________________
31997 [  9432] By: nick                                  on 2001/03/29  12:40:03
31998         Log: Make as-shipped compiler default to MSVC6 
31999      Branch: perlio
32000            ! win32/makefile.mk
32001 ____________________________________________________________________________
32002 [  9431] By: nick                                  on 2001/03/29  12:12:16
32003         Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
32004              akin to PerlIO::Scalar.
32005      Branch: perlio
32006            ! perlio.c perlio.h
32007 ____________________________________________________________________________
32008 [  9430] By: nick                                  on 2001/03/29  10:56:35
32009         Log: Integrate mainline.
32010      Branch: perlio
32011           !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
32012           !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
32013           !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
32014           !> win32/makefile.mk win32/win32sck.c
32015 ____________________________________________________________________________
32016 [  9429] By: nick                                  on 2001/03/29  09:03:43
32017         Log: Noticed that two tests were skipped as perlio:: package
32018              isn't there any more. Changed the skip condition.
32019              Avoid core-dump if sv_utf8_upgrade() called on something
32020              that does not become SvPOK after SvPV() (e.g. a ref).
32021      Branch: perlio
32022            ! sv.c t/io/utf8.t t/lib/io_scalar.t
32023 ____________________________________________________________________________
32024 [  9428] By: jhi                                   on 2001/03/29  01:31:47
32025         Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
32026              From: Benjamin Sugars <bsugars@canoe.ca> 
32027              Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
32028              Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
32029      Branch: perl
32030            ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
32031            ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
32032            ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
32033 ____________________________________________________________________________
32034 [  9427] By: jhi                                   on 2001/03/29  00:49:30
32035         Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
32036              From: "Vadim Konovalov" <watman@inbox.ru>
32037              Date: Thu, 29 Mar 2001 01:50:12 +0400
32038              Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
32039      Branch: perl
32040            ! win32/makefile.mk win32/win32sck.c
32041 ____________________________________________________________________________
32042 [  9426] By: gsar                                  on 2001/03/29  00:28:04
32043         Log: dmake can only handle == and != in comparisons; support building
32044              with Borland's VCL libraries (from Vadim Konovalov)
32045      Branch: maint-5.6/perl
32046            ! win32/makefile.mk
32047 ____________________________________________________________________________
32048 [  9425] By: nick                                  on 2001/03/28  19:29:56
32049         Log: Integrate (@snapshot)
32050      Branch: perlio
32051           !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
32052 ____________________________________________________________________________
32053 [  9424] By: jhi                                   on 2001/03/28  19:03:16
32054         Log: Update Changes.
32055      Branch: perl
32056            ! Changes patchlevel.h
32057 ____________________________________________________________________________
32058 [  9423] By: jhi                                   on 2001/03/28  18:52:09
32059         Log: Rmdir lib/XS on cleanup.
32060      Branch: perl
32061            ! Makefile.SH
32062 ____________________________________________________________________________
32063 [  9422] By: jhi                                   on 2001/03/28  18:49:34
32064         Log: Integrate perlio.
32065      Branch: perl
32066           !> t/op/utf8decode.t
32067 ____________________________________________________________________________
32068 [  9421] By: nick                                  on 2001/03/28  18:46:44
32069         Log: Loose duplicate chunk.
32070      Branch: perlio
32071            ! t/op/utf8decode.t
32072 ____________________________________________________________________________
32073 [  9420] By: nick                                  on 2001/03/28  18:44:11
32074         Log: Integrate mainline.
32075      Branch: perlio
32076           !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
32077           !> vms/vmsish.h
32078 ____________________________________________________________________________
32079 [  9419] By: jhi                                   on 2001/03/28  18:42:05
32080         Log: Can't trust external pwds
32081              (either shell builtins or external programs)
32082      Branch: perl
32083            ! t/lib/cwd.t
32084 ____________________________________________________________________________
32085 [  9418] By: jhi                                   on 2001/03/28  18:34:05
32086         Log: Integrate perlio.
32087      Branch: perl
32088            - lib/perlio.pm
32089           !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
32090           !> t/op/utf8decode.t
32091 ____________________________________________________________________________
32092 [  9417] By: nick                                  on 2001/03/28  18:24:02
32093         Log: PerlIO.pm / perlio.pm conflict.
32094              Update some pods.
32095              Make t/op/utf8decode.t a text file.
32096      Branch: perlio
32097            - lib/perlio.pm
32098            ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
32099            ! t/op/utf8decode.t
32100 ____________________________________________________________________________
32101 [  9416] By: jhi                                   on 2001/03/28  18:06:07
32102         Log: Integrate change #9409 from mainline to maintperl.
32103              
32104              Yet another tweak on AIX dynaloading.
32105      Branch: maint-5.6/perl
32106           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
32107 ____________________________________________________________________________
32108 [  9415] By: gsar                                  on 2001/03/28  17:13:01
32109         Log: integrate changes#9377,9385,9401 from mainline
32110              
32111              Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
32112              
32113              If directory entries compare equal case-insensitively,
32114              retry case-sensitively.
32115              
32116              Subject: [PATCH] B::Terse and warnings
32117      Branch: maint-5.6/perl
32118           !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
32119           !> t/pragma/warn/perl
32120 ____________________________________________________________________________
32121 [  9414] By: jhi                                   on 2001/03/28  17:11:12
32122         Log: Subject: [PATCH perl@9359] VMS fix-ups and status
32123              From: "Craig A. Berry" <craigberry@mac.com>
32124              Date: Wed, 28 Mar 2001 10:55:20 -0600
32125              Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
32126      Branch: perl
32127            ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
32128 ____________________________________________________________________________
32129 [  9413] By: jhi                                   on 2001/03/28  17:03:12
32130         Log: Dup hunk.
32131      Branch: perl
32132            ! t/op/utf8decode.t
32133 ____________________________________________________________________________
32134 [  9412] By: jhi                                   on 2001/03/28  17:02:36
32135         Log: Forced integrate from perlio.
32136      Branch: perl
32137           !> t/op/utf8decode.t
32138 ____________________________________________________________________________
32139 [  9411] By: nick                                  on 2001/03/28  16:50:03
32140         Log: Integrate mainline.
32141      Branch: perlio
32142           +> t/lib/cwd.t
32143           !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
32144           !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
32145           !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
32146           !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
32147           !> t/pragma/warn/perl
32148 ____________________________________________________________________________
32149 [  9410] By: jhi                                   on 2001/03/28  16:44:23
32150         Log: Subject: Re: [PATCH] 9403 cannot be tested
32151              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
32152              Date: Wed, 28 Mar 2001 18:33:56 +0200
32153              Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
32154      Branch: perl
32155            ! makedef.pl
32156 ____________________________________________________________________________
32157 [  9409] By: jhi                                   on 2001/03/28  16:12:45
32158         Log: Yet another tweak on AIX dynaloading.
32159      Branch: perl
32160            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
32161 ____________________________________________________________________________
32162 [  9408] By: jhi                                   on 2001/03/28  15:52:55
32163         Log: Subject: [PATCH] 9403 cannot be tested
32164              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
32165              Date: Wed, 28 Mar 2001 17:23:00 +0200
32166              Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
32167              
32168              A missing symbol.
32169      Branch: perl
32170            ! makedef.pl
32171 ____________________________________________________________________________
32172 [  9407] By: jhi                                   on 2001/03/28  15:47:43
32173         Log: Integrate perlio. (with tweaks on t/op/utf8decode.t)
32174      Branch: perl
32175            ! t/op/utf8decode.t
32176           !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
32177           !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
32178 ____________________________________________________________________________
32179 [  9406] By: jhi                                   on 2001/03/28  15:37:08
32180         Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
32181              From: Benjamin Sugars <bsugars@canoe.ca> 
32182              Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
32183              Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
32184      Branch: perl
32185            + t/lib/cwd.t
32186            ! MANIFEST
32187 ____________________________________________________________________________
32188 [  9405] By: jhi                                   on 2001/03/28  15:13:18
32189         Log: pp_ne() needs a CORRECT boolean.
32190      Branch: perl
32191            ! pp.c
32192 ____________________________________________________________________________
32193 [  9404] By: jhi                                   on 2001/03/28  15:09:23
32194         Log: pp_ne() needs a boolean, not an integer.
32195      Branch: perl
32196            ! pp.c
32197 ____________________________________________________________________________
32198 [  9403] By: jhi                                   on 2001/03/28  14:47:43
32199         Log: (Retracted by #9404.)
32200      Branch: perl
32201            ! pp.c
32202 ____________________________________________________________________________
32203 [  9402] By: jhi                                   on 2001/03/28  14:43:59
32204         Log: Subject: Re: [PATCH] Typemap testing
32205              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
32206              Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
32207              Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
32208      Branch: perl
32209            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
32210            ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
32211 ____________________________________________________________________________
32212 [  9401] By: jhi                                   on 2001/03/28  14:42:14
32213         Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
32214              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
32215              Date: Sun, 25 Mar 2001 21:59:15 +0100
32216              Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
32217              
32218              A variable will be checked for the "use once" warnings if:
32219              
32220              1. It is in the scope of a use warnings 'once'
32221              2. It isn't in the scope of the warnings pragma at all AND $^W is set.
32222              
32223              Otherwise it won't be checked at all.
32224              
32225              Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
32226              
32227              The enclosed patch partially fixes this issue. What I didn't
32228              get to work was the case where the "used once" warning is enabled
32229              in any file other than the main file.
32230      Branch: perl
32231            ! gv.c t/pragma/warn/perl
32232 ____________________________________________________________________________
32233 [  9400] By: nick                                  on 2001/03/28  14:38:24
32234         Log: More EBCDIC tweaks:
32235              - one more swash issue &~(0xA0-1) did not do the right thing,
32236              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
32237              - add "use re 'asciirange'" to make [!-~] etc. work
32238              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
32239              - Choose a key for t/op/each.t test which gets encoded.
32240              - Skip utf8decode if this is UTF-EBCDIC.
32241      Branch: perlio
32242            ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
32243            ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
32244 ____________________________________________________________________________
32245 [  9399] By: jhi                                   on 2001/03/28  14:21:00
32246         Log: Extend the SvROK() testing also to pp_ne(), pointed out by
32247              Andreas Schwab.
32248      Branch: perl
32249            ! pp.c
32250 ____________________________________________________________________________
32251 [  9398] By: jhi                                   on 2001/03/28  00:55:56
32252         Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
32253              From: David Dyck <dcd@tc.fluke.com>
32254              Date: Tue, 27 Mar 2001 15:16:24 -0800
32255              Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
32256      Branch: perl
32257            ! ext/IO/lib/IO/Socket.pm
32258 ____________________________________________________________________________
32259 [  9397] By: jhi                                   on 2001/03/27  21:52:49
32260         Log: Integrate perlio.
32261      Branch: perl
32262           +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
32263           +> ext/PerlIO/Via/Via.xs
32264           !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
32265 ____________________________________________________________________________
32266 [  9396] By: nick                                  on 2001/03/27  21:45:13
32267         Log: Integrate mainline.
32268      Branch: perlio
32269           !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
32270           !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
32271 ____________________________________________________________________________
32272 [  9395] By: nick                                  on 2001/03/27  21:18:58
32273         Log: Outline docs for PerlIO and PerlIO::Scalar
32274      Branch: perlio
32275            ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
32276 ____________________________________________________________________________
32277 [  9394] By: nick                                  on 2001/03/27  20:50:13
32278         Log: PerlIO::Via layer (alpha-ish).
32279      Branch: perlio
32280            + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
32281            + ext/PerlIO/Via/Via.xs
32282            ! MANIFEST
32283 ____________________________________________________________________________
32284 [  9393] By: jhi                                   on 2001/03/27  20:49:55
32285         Log: Retract #9329 now that 9390 should take care of the matter.
32286      Branch: perl
32287            ! utils/h2xs.PL
32288 ____________________________________________________________________________
32289 [  9390] By: jhi                                   on 2001/03/27  20:47:50
32290         Log: Subject: Autoloading Errno.pm when %! is encountered
32291              From: Robin Houston <robin@kitsite.com>
32292              Date: Tue, 27 Mar 2001 20:57:11 +0100
32293              Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
32294      Branch: perl
32295            ! embed.h embed.pl gv.c proto.h t/op/magic.t
32296 ____________________________________________________________________________
32297 [  9389] By: jhi                                   on 2001/03/27  20:24:31
32298         Log: Integrate perlio.
32299      Branch: perl
32300           !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
32301           !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
32302           !> utf8.c
32303 ____________________________________________________________________________
32304 [  9388] By: jhi                                   on 2001/03/27  20:21:38
32305         Log: Better have a three-element array if one is going to assign
32306              to the third element of that array. (from Tim Jenness)
32307      Branch: perl
32308            ! ext/XS/Typemap/Typemap.xs
32309 ____________________________________________________________________________
32310 [  9387] By: nick                                  on 2001/03/27  20:15:43
32311         Log: Integrate mainline.
32312      Branch: perlio
32313           +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
32314           +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
32315           +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
32316           +> t/lib/xs-typemap.t
32317           !> (integrate 34 files)
32318 ____________________________________________________________________________
32319 [  9386] By: jhi                                   on 2001/03/27  20:04:18
32320         Log: Subject: Re: perl@9359 breaks HTML::Parser
32321              From: Gisle Aas <gisle@ActiveState.com>
32322              Date: 27 Mar 2001 11:30:24 -0800
32323              Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
32324              
32325              Clarify the UTF-8 issues of the API docs.
32326              (Slightly reworded and expanded.)
32327      Branch: perl
32328            ! pod/perlapi.pod sv.c sv.h
32329 ____________________________________________________________________________
32330 [  9385] By: jhi                                   on 2001/03/27  19:44:25
32331         Log: If directory entries compare equal case-insensitively,
32332              retry case-sensitively.
32333      Branch: perl
32334            ! ext/File/Glob/bsd_glob.c
32335 ____________________________________________________________________________
32336 [  9384] By: nick                                  on 2001/03/27  19:38:50
32337         Log: Various EBCDIC fixes:
32338              - major revelation that swash code is encoding aware,
32339              (or thought it was) - now it is ;-)
32340              - With that out of the way fix a slab of tr/// cases.
32341              - Fix Encode 'Unicode' to be true Unicode so tests pass.
32342              - As anticipated Base64.xs needed tweaks.
32343              - Until tr/// works right avoid old_encode64 in MIME tests.
32344      Branch: perlio
32345            ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
32346            ! t/lib/encode.t t/lib/mimeb64.t utf8.c
32347 ____________________________________________________________________________
32348 [  9383] By: jhi                                   on 2001/03/27  18:34:41
32349         Log: Add the std test suite BEGIN block.
32350      Branch: perl
32351            ! t/lib/xs-typemap.t
32352 ____________________________________________________________________________
32353 [  9382] By: jhi                                   on 2001/03/27  15:16:07
32354         Log: Add debugging output to the test.
32355      Branch: perl
32356            ! t/lib/glob-basic.t
32357 ____________________________________________________________________________
32358 [  9381] By: jhi                                   on 2001/03/27  15:08:10
32359         Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
32360      Branch: perl
32361            + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
32362            + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
32363            + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
32364            + t/lib/xs-typemap.t
32365            ! MANIFEST
32366 ____________________________________________________________________________
32367 [  9380] By: jhi                                   on 2001/03/27  14:48:34
32368         Log: Subject: [PATCH] Typemap testing
32369              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
32370              Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
32371              Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
32372              
32373              (The first part of the patch.)
32374      Branch: perl
32375            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
32376 ____________________________________________________________________________
32377 [  9379] By: jhi                                   on 2001/03/27  14:44:56
32378         Log: Subject: Re: [PATCH] t/lib/glob-basic.t  
32379              From: Benjamin Sugars <bsugars@canoe.ca> 
32380              Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
32381              Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
32382      Branch: perl
32383            ! t/lib/glob-basic.t
32384 ____________________________________________________________________________
32385 [  9378] By: jhi                                   on 2001/03/27  14:42:30
32386         Log: Subject: [PATCH] perlvar nit
32387              From: Simon Cozens <simon@netthink.co.uk>
32388              Date: Tue, 27 Mar 2001 01:12:01 +0100
32389              Message-ID: <20010327011201.A19179@netthink.co.uk>
32390      Branch: perl
32391            ! pod/perlvar.pod
32392 ____________________________________________________________________________
32393 [  9377] By: jhi                                   on 2001/03/27  14:36:26
32394         Log: Subject: [PATCH] B::Terse and warnings
32395              From: Benjamin Sugars <ben.sugars@home.com>
32396              Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
32397              Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
32398      Branch: perl
32399            ! ext/B/B.pm ext/B/B/Terse.pm
32400 ____________________________________________________________________________
32401 [  9376] By: jhi                                   on 2001/03/27  14:31:31
32402         Log: Document sockatmark() some.
32403      Branch: perl
32404            ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
32405            ! pod/perltoc.pod
32406 ____________________________________________________________________________
32407 [  9375] By: jhi                                   on 2001/03/27  14:00:24
32408         Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
32409              noted by Gisle and fixed by NI-S.
32410      Branch: perl
32411            ! sv.c
32412 ____________________________________________________________________________
32413 [  9374] By: jhi                                   on 2001/03/27  05:50:01
32414         Log: Regen toc.
32415      Branch: perl
32416            ! pod/perltoc.pod
32417 ____________________________________________________________________________
32418 [  9373] By: jhi                                   on 2001/03/27  05:43:51
32419         Log: Pixie documenting.
32420      Branch: perl
32421            ! Makefile.SH pod/perlhack.pod
32422 ____________________________________________________________________________
32423 [  9372] By: jhi                                   on 2001/03/27  05:29:34
32424         Log: Metaconfig unit changes for #9371.
32425      Branch: metaconfig
32426            ! U/modified/myhostname.U
32427      Branch: metaconfig/U/perl
32428            + d_sockatmark.U
32429            ! gccvers.U
32430 ____________________________________________________________________________
32431 [  9371] By: jhi                                   on 2001/03/27  05:29:07
32432         Log: Add sockatmark() probing.
32433      Branch: perl
32434            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
32435            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
32436            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
32437            ! vos/config.ga.h win32/config.bc win32/config.gc
32438            ! win32/config.vc
32439 ____________________________________________________________________________
32440 [  9370] By: jhi                                   on 2001/03/26  22:01:18
32441         Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
32442              Really need to benchmark this.
32443      Branch: perl
32444            ! pp.c
32445 ____________________________________________________________________________
32446 [  9369] By: nick                                  on 2001/03/26  21:59:30
32447         Log: Integrate mainline.
32448      Branch: perlio
32449            ! ext/MIME/Base64/QuotedPrint.pm
32450           !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
32451           !> patchlevel.h pod/perlhack.pod pp_sys.c
32452 ____________________________________________________________________________
32453 [  9368] By: jhi                                   on 2001/03/26  21:47:03
32454         Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
32455              
32456              TODO1: perlbench.
32457              TODO2: le, lt, ge, gt?  Yech.
32458      Branch: perl
32459            ! pp.c
32460 ____________________________________________________________________________
32461 [  9367] By: jhi                                   on 2001/03/26  21:34:57
32462         Log: Too much cut-and-paste in #9363.
32463      Branch: perl
32464            ! pp_sys.c
32465 ____________________________________________________________________________
32466 [  9366] By: jhi                                   on 2001/03/26  21:20:53
32467         Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
32468              From: Andreas Schwab <schwab@suse.de>
32469              Date: 26 Mar 2001 17:29:04 +0200
32470              Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
32471              
32472              (The patch for 5.6.0 or so, this is a guess for bleadperl)
32473      Branch: perl
32474            ! pp_hot.c
32475 ____________________________________________________________________________
32476 [  9365] By: jhi                                   on 2001/03/26  21:07:54
32477         Log: Integrate perlio.
32478      Branch: perl
32479           !> perlio.c
32480 ____________________________________________________________________________
32481 [  9364] By: nick                                  on 2001/03/26  20:30:48
32482         Log: REFCNT botch in layer name cache hash.
32483      Branch: perlio
32484            ! perlio.c
32485 ____________________________________________________________________________
32486 [  9363] By: jhi                                   on 2001/03/26  18:44:32
32487         Log: Subject: [PATCH] socket() leaks file descriptors
32488              From: Benjamin Sugars <bsugars@canoe.ca>
32489              Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
32490              Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
32491              
32492              Also sockpair() fixed similarly.
32493      Branch: perl
32494            ! pp_sys.c
32495 ____________________________________________________________________________
32496 [  9362] By: jhi                                   on 2001/03/26  18:37:52
32497         Log: Integrate perlio.
32498      Branch: perl
32499           !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
32500 ____________________________________________________________________________
32501 [  9361] By: nick                                  on 2001/03/26  17:32:06
32502         Log: Implement flush of linebuffered streams on read of a tty.
32503      Branch: perlio
32504            ! perlio.c perliol.h
32505 ____________________________________________________________________________
32506 [  9360] By: nick                                  on 2001/03/26  17:12:32
32507         Log: Memory tweaks and notes for OEMVS.
32508      Branch: perlio
32509            ! README.os390 miniperlmain.c t/op/pat.t
32510 ____________________________________________________________________________
32511 [  9359] By: jhi                                   on 2001/03/26  02:12:54
32512         Log: Update Changes.
32513      Branch: perl
32514            ! Changes patchlevel.h
32515 ____________________________________________________________________________
32516 [  9358] By: jhi                                   on 2001/03/26  02:05:32
32517         Log: Document the most common pixie options.
32518      Branch: perl
32519            ! pod/perlhack.pod
32520 ____________________________________________________________________________
32521 [  9357] By: jhi                                   on 2001/03/26  01:25:28
32522         Log: For perl.pixie check *before* compiling that optimize is -g,
32523              as for perl.third.
32524      Branch: perl
32525            ! Makefile.SH
32526 ____________________________________________________________________________
32527 [  9356] By: jhi                                   on 2001/03/26  01:13:41
32528         Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
32529      Branch: perl
32530            ! Makefile.SH
32531 ____________________________________________________________________________
32532 [  9355] By: jhi                                   on 2001/03/26  01:11:19
32533         Log: Remove t/perl.third.
32534      Branch: perl
32535            ! Makefile.SH
32536 ____________________________________________________________________________
32537 [  9354] By: jhi                                   on 2001/03/26  00:23:38
32538         Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
32539              IO::Sockatmark().
32540      Branch: perl
32541            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
32542 ____________________________________________________________________________
32543 [  9353] By: jhi                                   on 2001/03/25  22:25:04
32544         Log: Integrate perlio.
32545      Branch: perl
32546           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
32547           !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
32548           !> pp_hot.c win32/makefile.mk
32549 ____________________________________________________________________________
32550 [  9352] By: jhi                                   on 2001/03/25  22:21:41
32551         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
32552              From: Radu Greab <radu@netsoft.ro>
32553              Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
32554              Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
32555      Branch: perl
32556            ! pp_sys.c
32557 ____________________________________________________________________________
32558 [  9351] By: nick                                  on 2001/03/25  22:15:02
32559         Log: Fix readline in list mode to tell rest of world that it has
32560              things on the stack. Otherwise if perl code gets invoked
32561              underneath it it scribbles over results-so-far.
32562              (Why TIEHANDLE has not tripped on this is a mystery.)
32563      Branch: perlio
32564            ! pp_hot.c
32565 ____________________________________________________________________________
32566 [  9350] By: nick                                  on 2001/03/25  22:10:13
32567         Log: win32/makefile.mk typos
32568      Branch: perlio
32569            ! win32/makefile.mk
32570 ____________________________________________________________________________
32571 [  9349] By: nick                                  on 2001/03/25  21:31:14
32572         Log: Integrate now-non-binary file.
32573      Branch: perlio
32574           !> t/lib/mimeqp.t
32575 ____________________________________________________________________________
32576 [  9348] By: nick                                  on 2001/03/25  21:27:24
32577         Log: Make it text
32578      Branch: perlio
32579            ! t/lib/mimeqp.t
32580 ____________________________________________________________________________
32581 [  9347] By: nick                                  on 2001/03/25  21:25:37
32582         Log: Integrate mainline.
32583      Branch: perlio
32584           !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
32585           !> lib/Term/ReadLine.pm t/lib/md5-file.t
32586 ____________________________________________________________________________
32587 [  9346] By: nick                                  on 2001/03/25  20:58:15
32588         Log: Add destruct time hook to PerlIO (for work-in-process implementing
32589              layers in perl code. In such cases layers need to be popped before
32590              we loose the ability to run perl code.)
32591              Also back-out "PerlIO::object" hook - it isn't going to work like that...
32592      Branch: perlio
32593            ! perl.c perlio.c perlio.h perliol.h
32594 ____________________________________________________________________________
32595 [  9345] By: nick                                  on 2001/03/25  20:49:11
32596         Log: Avoid at leasy one of undefined warnings in Encode.
32597      Branch: perlio
32598            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
32599 ____________________________________________________________________________
32600 [  9344] By: jhi                                   on 2001/03/25  20:37:43
32601         Log: A workaround for using Term::ReadLine in emacs minibuffer
32602              from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
32603              additional tweaks from Ilya Zakharevich.
32604      Branch: perl
32605            ! lib/Term/ReadLine.pm
32606 ____________________________________________________________________________
32607 [  9343] By: nick                                  on 2001/03/25  20:21:14
32608         Log: Missing return value.
32609      Branch: perlio
32610            ! ext/PerlIO/Scalar/Scalar.xs
32611 ____________________________________________________________________________
32612 [  9342] By: jhi                                   on 2001/03/25  16:21:00
32613         Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
32614              to equal the CPAN versions since no code changes have been made.
32615      Branch: perl
32616            ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
32617            ! t/lib/md5-file.t
32618 ____________________________________________________________________________
32619 [  9341] By: jhi                                   on 2001/03/25  16:01:48
32620         Log: Escape 8-bit characters.
32621      Branch: perl
32622            ! t/lib/mimeqp.t
32623 ____________________________________________________________________________
32624 [  9340] By: gsar                                  on 2001/03/25  15:50:53
32625         Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
32626              chars)
32627      Branch: perl
32628            + t/lib/mimeqp.t
32629 ____________________________________________________________________________
32630 [  9339] By: gsar                                  on 2001/03/25  15:48:50
32631         Log: delete mimeqp.t for later add with text mode set
32632      Branch: perl
32633            - t/lib/mimeqp.t
32634 ____________________________________________________________________________
32635 [  9338] By: nick                                  on 2001/03/25  09:01:57
32636         Log: Integrate mainline.
32637      Branch: perlio
32638           +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
32639           +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
32640           +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
32641           +> t/lib/mimeb64u.t t/lib/mimeqp.t
32642           !> MANIFEST configure.com djgpp/config.over epoc/config.sh
32643           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
32644           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
32645 ____________________________________________________________________________
32646 [  9337] By: jhi                                   on 2001/03/25  04:23:24
32647         Log: Add MIME::Base64 here and there.  Again, a lot of
32648              optimism is in the air.
32649      Branch: perl
32650            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
32651            ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
32652 ____________________________________________________________________________
32653 [  9336] By: jhi                                   on 2001/03/25  04:12:43
32654         Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
32655              this by ear as I do not do Win32 programming.)
32656      Branch: perl
32657            ! win32/Makefile win32/makefile.mk
32658 ____________________________________________________________________________
32659 [  9335] By: jhi                                   on 2001/03/25  04:03:50
32660         Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
32661      Branch: perl
32662            ! t/lib/md5-file.t
32663 ____________________________________________________________________________
32664 [  9334] By: jhi                                   on 2001/03/25  03:58:53
32665         Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
32666      Branch: perl
32667            + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
32668            + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
32669            + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
32670            + t/lib/mimeb64u.t t/lib/mimeqp.t
32671            ! MANIFEST
32672 ____________________________________________________________________________
32673 [  9333] By: jhi                                   on 2001/03/24  20:14:37
32674         Log: Integrate perlio.
32675      Branch: perl
32676           !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
32677 ____________________________________________________________________________
32678 [  9332] By: nick                                  on 2001/03/24  19:40:34
32679         Log: Fix un-init variable leading to spurious "Out of Memory!"
32680      Branch: perlio
32681            ! doio.c
32682 ____________________________________________________________________________
32683 [  9331] By: nick                                  on 2001/03/24  19:09:59
32684         Log: Tweak docs for C<open> (boy does that need wholesale revision...)
32685              and update layers internals doc.
32686      Branch: perlio
32687            ! pod/perlfunc.pod pod/perliol.pod
32688 ____________________________________________________________________________
32689 [  9330] By: jhi                                   on 2001/03/24  18:42:11
32690         Log: The length might be uninitialized garbage if the *svp is the undef.
32691      Branch: perl
32692            ! doio.c
32693 ____________________________________________________________________________
32694 [  9329] By: jhi                                   on 2001/03/24  18:26:57
32695         Log: (Retracted by #9393)
32696              
32697              Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
32698              From: Simon Cozens <simon@netthink.co.uk>
32699              Date: Sat, 24 Mar 2001 17:13:17 +0000
32700              Message-ID: <20010324171317.A13406@netthink.co.uk>
32701      Branch: perl
32702            ! utils/h2xs.PL
32703 ____________________________________________________________________________
32704 [  9328] By: nick                                  on 2001/03/24  17:22:02
32705         Log: Integrate mainline.
32706      Branch: perlio
32707           !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
32708           !> lib/unicode/version
32709 ____________________________________________________________________________
32710 [  9327] By: nick                                  on 2001/03/24  17:16:02
32711         Log: Integrate mainline.
32712      Branch: perlio
32713           +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
32714           +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
32715           +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
32716           +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
32717           +> t/lib/md5-file.t
32718           !> MANIFEST Makefile.SH configure.com djgpp/config.over
32719           !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
32720           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
32721           !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
32722           !> win32/makefile.mk
32723 ____________________________________________________________________________
32724 [  9326] By: jhi                                   on 2001/03/24  17:00:42
32725         Log: Upgrade to Unicode 3.1 beta 2001-03-23.
32726      Branch: perl
32727            ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
32728            ! lib/unicode/version
32729 ____________________________________________________________________________
32730 [  9325] By: jhi                                   on 2001/03/24  16:22:33
32731         Log: Subject: Re: B::Deparse bug (5.6.0)
32732              From: Robin Houston <robin@kitsite.com>
32733              Date: Sat, 24 Mar 2001 14:33:09 +0000
32734              Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
32735      Branch: perl
32736            ! op.c pp.c t/lib/b.t t/op/repeat.t
32737 ____________________________________________________________________________
32738 [  9324] By: jhi                                   on 2001/03/24  16:21:56
32739         Log: Boldly add extensions to be built to VMS, EPOC, UTS,
32740              U/WIN, and VM/ESA (and fixups for DJGPP).  Some of
32741              these additions may be too optimistic.
32742      Branch: perl
32743            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
32744            ! hints/uwin.sh hints/vmesa.sh
32745 ____________________________________________________________________________
32746 [  9323] By: jhi                                   on 2001/03/24  16:06:01
32747         Log: Integrate perlio.
32748      Branch: perl
32749           +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
32750           +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
32751            ! Makefile.SH
32752           !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
32753           !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
32754           !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
32755           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
32756           !> win32/makefile.mk win32/perlhost.h win32/win32.c
32757           !> win32/win32iop.h
32758 ____________________________________________________________________________
32759 [  9322] By: nick                                  on 2001/03/24  14:39:12
32760         Log: Routine Win32 regen_config_h - no real changes.
32761      Branch: perlio
32762            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
32763 ____________________________________________________________________________
32764 [  9321] By: nick                                  on 2001/03/24  14:31:49
32765         Log: PerlIO fixups for Win32:
32766              - provide win33_popenlist() - non-functional as yet.
32767              - avoid need for aTHX in PerlIO_debug calls - even if not 
32768              enabled args are still evaluated so Win32 has trouble during fork().
32769              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
32770              - Fixup makedef.pl for latest set of symbols.
32771      Branch: perlio
32772            ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
32773            ! win32/perlhost.h win32/win32.c win32/win32iop.h
32774 ____________________________________________________________________________
32775 [  9320] By: nick                                  on 2001/03/24  14:26:58
32776         Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
32777              was gibberish - broke it on WIn32 at least.
32778      Branch: perlio
32779            ! ext/POSIX/POSIX.xs
32780 ____________________________________________________________________________
32781 [  9319] By: nick                                  on 2001/03/24  11:29:41
32782         Log: Generated files.
32783      Branch: perlio
32784            ! embed.h global.sym objXSUB.h perlapi.c proto.h
32785 ____________________________________________________________________________
32786 [  9318] By: nick                                  on 2001/03/24  10:29:37
32787         Log: Implement:
32788              1.  open($fh,"+<",undef);  # add test to t/io/open.t
32789              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
32790      Branch: perlio
32791            + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
32792            + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
32793            ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
32794            ! t/io/open.t t/io/utf8.t
32795 ____________________________________________________________________________
32796 [  9317] By: jhi                                   on 2001/03/23  23:41:25
32797         Log: AIX does seems to have optimization problems with its C compilers.
32798      Branch: perl
32799            ! hints/aix.sh
32800 ____________________________________________________________________________
32801 [  9316] By: jhi                                   on 2001/03/23  23:40:46
32802         Log: Integrate perlio.
32803      Branch: perl
32804           +> lib/PerlIO.pm
32805           !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
32806           !> perliol.h
32807 ____________________________________________________________________________
32808 [  9315] By: jhi                                   on 2001/03/23  22:16:30
32809         Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
32810      Branch: perl
32811            ! t/lib/md5-file.t
32812 ____________________________________________________________________________
32813 [  9314] By: nick                                  on 2001/03/23  20:49:02
32814         Log: Perlio internals re-organized.
32815              - open process creates AV of layer/arg pairs
32816              (appends layers from open() or open.pm to default list).
32817              - push arg is now an SV.
32818              - layer ->Open get passed the AV
32819              - open is no longer mandatory method.
32820              - topmost layer that has ->Open method does the open
32821              - any layers above are pushed once that returns.
32822              - vtable re-ordered so dummy layers need only provide push/pop methods.
32823      Branch: perlio
32824            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
32825 ____________________________________________________________________________
32826 [  9313] By: nick                                  on 2001/03/23  16:27:41
32827         Log: Check in a stable (working) version before next round of tweaks.
32828              Changes include:
32829              - Move default layers code out of doio.c and into perlio.c
32830              - Single routine for parsing layer specification strings.
32831              - Skeleton support for demand loading of layers
32832              - Core-dump avoidance if PERLIO environment specifies loadable layer
32833              (does not _work_ as need IO to load and need load to do IO ...)
32834      Branch: perlio
32835            + lib/PerlIO.pm
32836            ! MANIFEST doio.c perlio.c
32837 ____________________________________________________________________________
32838 [  9312] By: gsar                                  on 2001/03/23  16:25:25
32839         Log: add execute bit to files with shebang lines in the repository;
32840              avoid clobbering execute bit in Porting/makerel 
32841      Branch: maint-5.6/perl
32842            ! (edit 144 files)
32843 ____________________________________________________________________________
32844 [  9311] By: jhi                                   on 2001/03/23  14:25:35
32845         Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
32846      Branch: perl
32847            ! MANIFEST
32848 ____________________________________________________________________________
32849 [  9310] By: jhi                                   on 2001/03/23  13:45:04
32850         Log: Subject: [PATCH] Net::Ping
32851              From: Colin McMillen <mcmi0037@tc.umn.edu>
32852              Date: Thu, 22 Mar 2001 19:30:31 -0600
32853              Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
32854      Branch: perl
32855            ! lib/Net/Ping.pm
32856 ____________________________________________________________________________
32857 [  9309] By: jhi                                   on 2001/03/23  13:39:13
32858         Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
32859      Branch: perl
32860            ! t/lib/md5-aaa.t t/lib/md5-file.t
32861 ____________________________________________________________________________
32862 [  9308] By: jhi                                   on 2001/03/23  13:20:34
32863         Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
32864              - bump the version to 2.14
32865              - drop the base64 tests since they require MIME::Base64
32866              - drop the rfc1321.txt
32867              - drop the hints/dec_osf.pl since it's only needed for
32868              pre-5.005_03 Perls
32869              Todo:
32870              - the U32 alignment testing is now removed; it needs to
32871              be reintroduced as as a Config variable (meaning also
32872              as a Configure test)
32873              - get the new EBCDIC md5sum for MD5.pm
32874              - test in Win32 to see how badly I botched the makefiles
32875      Branch: perl
32876            + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
32877            + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
32878            + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
32879            + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
32880            + t/lib/md5-file.t
32881            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
32882            ! win32/Makefile win32/makefile.mk
32883 ____________________________________________________________________________
32884 [  9307] By: jhi                                   on 2001/03/23  12:56:14
32885         Log: Integrate change #9306 from maintperl into mainline,
32886              AIX dynaloader for AIXes without <load.h>.
32887      Branch: perl
32888           !> ext/DynaLoader/hints/aix.pl
32889 ____________________________________________________________________________
32890 [  9306] By: jhi                                   on 2001/03/23  12:51:36
32891         Log: There are AIXes without /usr/include/load.h,
32892              patch from H.Merijn Brand.
32893      Branch: maint-5.6/perl
32894            ! ext/DynaLoader/hints/aix.pl
32895 ____________________________________________________________________________
32896 [  9305] By: nick                                  on 2001/03/23  11:00:42
32897         Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
32898      Branch: perlio
32899            ! ext/Encode/Encode.xs perlio.c perlio.h
32900 ____________________________________________________________________________
32901 [  9304] By: nick                                  on 2001/03/23  10:20:46
32902         Log: Render -Duseperlio functional again.
32903              - this is "quick fix" which calls PerlIO_apply_layers after opening,
32904              which is what old scheme did. New scheme needs to change that
32905              to make open(...,\$scalar) etc. work but this will do for now.
32906      Branch: perlio
32907            ! perlio.c
32908 ____________________________________________________________________________
32909 [  9303] By: nick                                  on 2001/03/23  09:53:20
32910         Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
32911              -Uuseperlio now works again.
32912              -Duseperlio is still poorly. Don't merge yet...
32913      Branch: perlio
32914            ! doio.c perlio.h
32915 ____________________________________________________________________________
32916 [  9302] By: nick                                  on 2001/03/22  22:26:51
32917         Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
32918              type code.
32919              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
32920              is its main caller. In particular now has access to "extra" args, and
32921              can tell when an open handle is "reopened" (or duped?).
32922              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
32923              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
32924              PerlIO_open() et. al. (i.e. other way round).
32925              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
32926              with args close to PerlIO_openn().
32927      Branch: perlio
32928            ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
32929 ____________________________________________________________________________
32930 [  9301] By: jhi                                   on 2001/03/22  20:58:04
32931         Log: Integrate perlio.
32932      Branch: perl
32933           !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
32934           !> t/io/open.t util.c
32935 ____________________________________________________________________________
32936 [  9300] By: nick                                  on 2001/03/22  17:36:32
32937         Log: Don't include $@ in not ok message.
32938      Branch: perlio
32939            ! t/io/open.t
32940 ____________________________________________________________________________
32941 [  9299] By: gsar                                  on 2001/03/22  16:53:45
32942         Log: back out changes#7532,7521 for now (appears to have problems
32943              on IRIX)
32944      Branch: maint-5.6/perl
32945            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
32946            ! ext/POSIX/typemap pod/perlvar.pod
32947 ____________________________________________________________________________
32948 [  9298] By: nick                                  on 2001/03/22  14:35:46
32949         Log: Give a meaning to '&' in n-arg open case:
32950              open($fh,"<&",$scalar);
32951              $scalar can be:
32952              - an integer which does "fdopen"
32953              open($fh,"<&",2); # like open($fh,"<&2")
32954              - something that will yield a file handle via sv_2io()
32955              useful for dup'ing anonymous handles.
32956              e.g.:
32957              open(my $fh,"<&",\*STDIN);
32958              open(my $dup,"<&",$fh);
32959      Branch: perlio
32960            ! doio.c t/io/open.t
32961 ____________________________________________________________________________
32962 [  9297] By: nick                                  on 2001/03/22  13:34:35
32963         Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
32964      Branch: perlio
32965            ! util.c
32966 ____________________________________________________________________________
32967 [  9296] By: nick                                  on 2001/03/22  12:51:20
32968         Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
32969      Branch: perlio
32970            ! perl.c
32971 ____________________________________________________________________________
32972 [  9295] By: nick                                  on 2001/03/22  11:59:44
32973         Log: If stdin, stdout or stderr get opened in unexpected read/write state
32974              then warn at time of open not at time of use.
32975      Branch: perlio
32976            ! doio.c pp_hot.c pp_sys.c
32977 ____________________________________________________________________________
32978 [  9294] By: nick                                  on 2001/03/22  10:54:35
32979         Log: Die on n-arg open(...,"",xxx,yyy,...)
32980              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
32981              - die on read/write cases so we can decide what it means later.
32982      Branch: perlio
32983            ! doio.c embed.pl iperlsys.h util.c
32984 ____________________________________________________________________________
32985 [  9293] By: nick                                  on 2001/03/22  09:02:45
32986         Log: perlio tweaks (reported by Nick Clark)
32987              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
32988              error check in Pendinf_read().
32989      Branch: perlio
32990            ! perlio.c
32991 ____________________________________________________________________________
32992 [  9292] By: gsar                                  on 2001/03/22  07:12:00
32993         Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
32994              fixes)
32995      Branch: maint-5.6/perl
32996           !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
32997 ____________________________________________________________________________
32998 [  9291] By: jhi                                   on 2001/03/22  06:06:44
32999         Log: Regex tests from Chicheng Zhang.  (Already fixed.)
33000      Branch: perl
33001            ! t/op/re_tests
33002 ____________________________________________________________________________
33003 [  9290] By: jhi                                   on 2001/03/22  05:57:01
33004         Log: Move MacOS Classic higher in the list of supported platforms.
33005      Branch: maint-5.6/perl
33006            ! pod/perlport.pod
33007 ____________________________________________________________________________
33008 [  9289] By: gsar                                  on 2001/03/22  05:35:04
33009         Log: revert part of change#6438 for compatibility (av_reify()
33010              appears to be needed to implement av_splice()ish things
33011              in XS)
33012      Branch: maint-5.6/perl
33013            ! embed.pl global.sym objXSUB.h perlapi.c
33014 ____________________________________________________________________________
33015 [  9288] By: gsar                                  on 2001/03/22  03:09:19
33016         Log: update copyright year
33017      Branch: maint-5.6/perl
33018            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
33019            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
33020            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
33021            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
33022            ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
33023            ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
33024            ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
33025            ! x2p/walk.c
33026 ____________________________________________________________________________
33027 [  9287] By: jhi                                   on 2001/03/21  20:30:54
33028         Log: Integrate perlio.
33029      Branch: perl
33030           !> ext/Data/Dumper/Dumper.xs
33031 ____________________________________________________________________________
33032 [  9286] By: gsar                                  on 2001/03/21  19:49:54
33033         Log: makefile.mk tweak
33034      Branch: maint-5.6/perl
33035            ! win32/Makefile win32/makefile.mk
33036 ____________________________________________________________________________
33037 [  9285] By: nick                                  on 2001/03/21  19:07:13
33038         Log: Multiplicity fix for Dumper.
33039      Branch: perlio
33040            ! ext/Data/Dumper/Dumper.xs
33041 ____________________________________________________________________________
33042 [  9284] By: nick                                  on 2001/03/21  19:01:07
33043         Log: Integrate mainline - (does not build xTHX issue in Dumper).
33044      Branch: perlio
33045           !> (integrate 27 files)
33046 ____________________________________________________________________________
33047 [  9283] By: jhi                                   on 2001/03/21  17:17:35
33048         Log: Integrate change #9282 from mainline into maintperl,
33049              4-arg UTF-8 substr().
33050      Branch: maint-5.6/perl
33051           !> pp.c
33052 ____________________________________________________________________________
33053 [  9282] By: jhi                                   on 2001/03/21  17:15:43
33054         Log: The #9270 would have leaked a scalar if pp_substr()
33055              returned early.
33056      Branch: perl
33057            ! pp.c
33058 ____________________________________________________________________________
33059 [  9281] By: gsar                                  on 2001/03/21  17:03:14
33060         Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
33061      Branch: maint-5.6/perl
33062            ! win32/makefile.mk
33063 ____________________________________________________________________________
33064 [  9280] By: gsar                                  on 2001/03/21  17:01:20
33065         Log: some tweaks to change#9278 (fork() emulation should be enabled
33066              by setting BUILD_FLAVOR instead of changing the defaults)
33067      Branch: maint-5.6/perl
33068            ! win32/makefile.mk
33069 ____________________________________________________________________________
33070 [  9279] By: gsar                                  on 2001/03/21  16:47:19
33071         Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
33072      Branch: maint-5.6/perl
33073            ! ext/File/Glob/Glob.pm
33074           !> lib/Cwd.pm
33075 ____________________________________________________________________________
33076 [  9278] By: jhi                                   on 2001/03/21  14:35:10
33077         Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
33078              From: "Vadim Konovalov" <watman@inbox.ru>
33079              Date: Wed, 21 Mar 2001 01:53:51 +0300
33080              Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
33081      Branch: maint-5.6/perl
33082            ! win32/makefile.mk win32/win32sck.c
33083 ____________________________________________________________________________
33084 [  9277] By: jhi                                   on 2001/03/21  13:58:28
33085         Log: Integrate change #9270 from mainline to maintperl:
33086              continued 4-arg UTF-8 substr() fixing.
33087      Branch: maint-5.6/perl
33088           !> pp.c t/op/substr.t
33089 ____________________________________________________________________________
33090 [  9276] By: jhi                                   on 2001/03/21  13:33:00
33091         Log: More pixie cleaning.
33092      Branch: perl
33093            ! Makefile.SH
33094 ____________________________________________________________________________
33095 [  9275] By: jhi                                   on 2001/03/21  03:54:17
33096         Log: Update Changes.
33097      Branch: perl
33098            ! Changes patchlevel.h
33099 ____________________________________________________________________________
33100 [  9274] By: jhi                                   on 2001/03/21  03:48:24
33101         Log: First stab at making Data::Dumper to grok Unicode.
33102              
33103              TODO: tests, EBCDICify.
33104      Branch: perl
33105            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
33106 ____________________________________________________________________________
33107 [  9273] By: jhi                                   on 2001/03/21  02:23:00
33108         Log: Fix for
33109              
33110              Subject: Memory leak in unquoted print   
33111              From: Benjamin Sugars <bsugars@canoe.ca> 
33112              Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
33113              Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
33114      Branch: perl
33115            ! perlio.c
33116 ____________________________________________________________________________
33117 [  9272] By: jhi                                   on 2001/03/21  01:33:17
33118         Log: Subject: Re: [PATCH] POSIX::getcwd()
33119              From: Benjamin Sugars <bsugars@canoe.ca> 
33120              Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
33121              Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>      
33122      Branch: perl
33123            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
33124 ____________________________________________________________________________
33125 [  9271] By: jhi                                   on 2001/03/21  01:22:52
33126         Log: Subject: [PATCH] Cwd.pm docs
33127              From: Benjamin Sugars <bsugars@canoe.ca>
33128              Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
33129              Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
33130      Branch: perl
33131            ! lib/Cwd.pm
33132 ____________________________________________________________________________
33133 [  9270] By: jhi                                   on 2001/03/21  01:16:29
33134         Log: Continue 4-arg substr() UTF-8 fixage.
33135      Branch: perl
33136            ! pp.c t/op/substr.t
33137 ____________________________________________________________________________
33138 [  9269] By: jhi                                   on 2001/03/21  00:46:14
33139         Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
33140              
33141              revert the leak fix in change#9142 (problem needs a more experimental
33142              fix unsuitable for 5.6.1)
33143              
33144              do alphabetical sorting by default (for csh compatibility)
33145              
33146              cut-n-paste goof in change#9264
33147              
33148              VMS piping fixes (from Charles Lane)
33149      Branch: perl
33150           !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
33151           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
33152           !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
33153 ____________________________________________________________________________
33154 [  9268] By: jhi                                   on 2001/03/21  00:37:04
33155         Log: Integrate perlio.
33156      Branch: perl
33157           !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
33158           !> utf8.c utf8.h utfebcdic.h
33159 ____________________________________________________________________________
33160 [  9267] By: nick                                  on 2001/03/20  20:04:39
33161         Log: More EBCDIC stuff:
33162              - Loose the extra level of function on ASCII.
33163              - spotted a chr(0) issue in sv.c
33164              - re-work of UTF-X tr/// ranges to work in Unicode
33165              space. Still issues with the "0xff is illegal UTF-8" hack.
33166              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
33167              (why do it once when you can do it all over the place :-(
33168              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
33169              need utf8.pm for swashes.
33170              - Simplified and commented scan_const() in toke.c
33171              Still something wrong regexp and tr (swashes?).
33172      Branch: perlio
33173            ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
33174            ! utf8.c utf8.h utfebcdic.h
33175 ____________________________________________________________________________
33176 [  9266] By: gsar                                  on 2001/03/20  19:16:43
33177         Log: VMS piping fixes (from Charles Lane)
33178      Branch: maint-5.6/perl
33179            ! vms/vms.c vms/vmspipe.com
33180 ____________________________________________________________________________
33181 [  9265] By: gsar                                  on 2001/03/20  17:53:52
33182         Log: cut-n-paste goof in change#9264
33183      Branch: maint-5.6/perl
33184            ! ext/File/Glob/Glob.xs
33185 ____________________________________________________________________________
33186 [  9264] By: gsar                                  on 2001/03/20  17:43:47
33187         Log: do alphabetical sorting by default (for csh compatibility);
33188              bsd_glob() does ASCII sort by default as usual, unless
33189              GLOB_ALPHASORT was specified
33190      Branch: maint-5.6/perl
33191            ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
33192            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
33193            ! ext/File/Glob/bsd_glob.h
33194 ____________________________________________________________________________
33195 [  9263] By: gsar                                  on 2001/03/20  16:40:08
33196         Log: integrate change#9255 from mainline (unicode fix)
33197              
33198              substr($bytestr, i, n, $charstr)
33199      Branch: maint-5.6/perl
33200           !> Todo-5.6 pp.c t/op/substr.t
33201 ____________________________________________________________________________
33202 [  9262] By: gsar                                  on 2001/03/20  15:57:41
33203         Log: revert the leak fix in change#9142 (problem needs a more experimental
33204              fix unsuitable for 5.6.1)
33205      Branch: maint-5.6/perl
33206            ! scope.c
33207 ____________________________________________________________________________
33208 [  9261] By: jhi                                   on 2001/03/20  14:26:25
33209         Log: Integrate changes #9259,9260 from maintperl into mainline.
33210              
33211              Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
33212              
33213              Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
33214      Branch: perl
33215           !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
33216 ____________________________________________________________________________
33217 [  9260] By: jhi                                   on 2001/03/20  14:05:46
33218         Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
33219              From: Robin Barker <rmb1@cise.npl.co.uk>
33220              Date: Tue, 20 Mar 2001 10:12:04 GMT
33221              Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
33222      Branch: maint-5.6/perl
33223            ! run.c
33224 ____________________________________________________________________________
33225 [  9259] By: jhi                                   on 2001/03/20  14:04:39
33226         Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
33227              From: Chris Nandor <pudge@pobox.com>
33228              Date: Tue, 20 Mar 2001 00:40:56 -0500
33229              Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
33230      Branch: maint-5.6/perl
33231            ! ext/POSIX/POSIX.xs lib/File/Path.pm
33232 ____________________________________________________________________________
33233 [  9258] By: jhi                                   on 2001/03/20  05:09:34
33234         Log: Update Changes.
33235      Branch: perl
33236            ! Changes patchlevel.h
33237 ____________________________________________________________________________
33238 [  9257] By: jhi                                   on 2001/03/20  05:04:25
33239         Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
33240      Branch: perl
33241            ! t/op/tr.t
33242 ____________________________________________________________________________
33243 [  9256] By: jhi                                   on 2001/03/20  04:43:12
33244         Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
33245              From: Peter Prymmer <pvhp@forte.com>
33246              Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
33247              Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
33248      Branch: maint-5.6/perl
33249            ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
33250 ____________________________________________________________________________
33251 [  9255] By: jhi                                   on 2001/03/19  23:17:17
33252         Log: substr($bytestr, i, n, $charstr)
33253              
33254              TODO: we are still broken if $bytestr needs UTF-8 upgrading.
33255      Branch: perl
33256            ! Todo-5.6 pp.c t/op/substr.t
33257 ____________________________________________________________________________
33258 [  9254] By: jhi                                   on 2001/03/19  22:25:09
33259         Log: Rearrange the make test target prerequisites so that
33260              in a parallel make 'all' is finished before 'test'.
33261      Branch: perl
33262            ! Makefile.SH
33263 ____________________________________________________________________________
33264 [  9253] By: jhi                                   on 2001/03/19  21:48:07
33265         Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
33266              From: Robin Houston <robin@kitsite.com>
33267              Date: Mon, 19 Mar 2001 15:48:41 +0000
33268              Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
33269      Branch: perl
33270            ! pp_ctl.c
33271 ____________________________________________________________________________
33272 [  9252] By: jhi                                   on 2001/03/19  21:42:27
33273         Log: Integrate perlio.
33274      Branch: perl
33275           !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
33276           !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
33277           !> utfebcdic.h vms/perly_c.vms
33278 ____________________________________________________________________________
33279 [  9251] By: jhi                                   on 2001/03/19  21:31:28
33280         Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
33281              
33282              Dynaloading in 64-bit AIX with vac.
33283      Branch: perl
33284           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
33285           !> hints/aix.sh
33286 ____________________________________________________________________________
33287 [  9250] By: jhi                                   on 2001/03/19  21:18:00
33288         Log: A more robust solution for the 64bitall AIX dynaloading
33289              problem, from Jens-Uwe Mager.
33290      Branch: maint-5.6/perl
33291            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
33292 ____________________________________________________________________________
33293 [  9249] By: nick                                  on 2001/03/19  20:59:37
33294         Log: Integrate mainline.
33295      Branch: perlio
33296           !> (integrate 42 files)
33297 ____________________________________________________________________________
33298 [  9248] By: nick                                  on 2001/03/19  20:22:07
33299         Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
33300              (Building on OS390 uses native YACC and YYDEBUG has other
33301              side effects.)
33302      Branch: perlio
33303            ! perly.c perly.y vms/perly_c.vms
33304 ____________________________________________________________________________
33305 [  9247] By: jhi                                   on 2001/03/19  19:59:53
33306         Log: 64-bit AIX dynaloading problem (see #9244) idea
33307              from Jens-Uwe Mager.
33308      Branch: maint-5.6/perl
33309            ! ext/DynaLoader/dl_aix.xs
33310 ____________________________________________________________________________
33311 [  9246] By: nick                                  on 2001/03/19  19:27:57
33312         Log: More EBCDIC fixes.
33313      Branch: perlio
33314            ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
33315            ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
33316 ____________________________________________________________________________
33317 [  9245] By: jhi                                   on 2001/03/19  19:05:19
33318         Log: Integrate change #9243 from mainline into maintperl.
33319              
33320              Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
33321      Branch: maint-5.6/perl
33322           !> README.vmesa
33323 ____________________________________________________________________________
33324 [  9244] By: jhi                                   on 2001/03/19  19:03:15
33325         Log: Get 64bitall AIX building, but still does not test okay:
33326              dynaloading anything fails, for example for op/defins:
33327              Can't load '../lib/auto/File/Glob/Glob.so' for module File::Glob: loadbind: A system call received a parameter that is not valid. at ../lib/XSLoader.pm line 75. at ../lib/File/Glob.pm line 99
33328              (update: fixed by #9247,9250)
33329      Branch: maint-5.6/perl
33330            ! hints/aix.sh
33331 ____________________________________________________________________________
33332 [  9243] By: jhi                                   on 2001/03/19  19:00:16
33333         Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
33334              From: Robin Barker <rmb1@cise.npl.co.uk>
33335              Date: Mon, 19 Mar 2001 18:01:57 GMT
33336              Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
33337      Branch: perl
33338            ! README.vmesa
33339 ____________________________________________________________________________
33340 [  9242] By: jhi                                   on 2001/03/19  18:58:43
33341         Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
33342              
33343              TODO: tests.
33344      Branch: perl
33345            ! doop.c op.c
33346 ____________________________________________________________________________
33347 [  9241] By: gsar                                  on 2001/03/19  17:34:46
33348         Log: VMSify tests (from Charles Lane)
33349      Branch: maint-5.6/perl
33350            ! t/lib/filehand.t t/lib/texttabs.t
33351 ____________________________________________________________________________
33352 [  9240] By: jhi                                   on 2001/03/19  14:24:26
33353         Log: Integrate change #9233 from maintperl into mainline.
33354              
33355              some refcounts were incorrect in perl_clone()
33356      Branch: perl
33357           !> sv.c
33358 ____________________________________________________________________________
33359 [  9239] By: gsar                                  on 2001/03/19  09:23:17
33360         Log: this is 5.6.1-trial3
33361      Branch: maint-5.6/perl
33362            ! Changes
33363 ____________________________________________________________________________
33364 [  9238] By: gsar                                  on 2001/03/19  08:47:04
33365         Log: some new symbols are only available under ithreads
33366      Branch: maint-5.6/perl
33367            ! makedef.pl
33368 ____________________________________________________________________________
33369 [  9237] By: gsar                                  on 2001/03/19  08:42:28
33370         Log: update patchlevel.h, Changes, &c.
33371      Branch: maint-5.6/perl
33372            ! Changes patchlevel.h pod/perlhist.pod
33373           !> AUTHORS
33374 ____________________________________________________________________________
33375 [  9236] By: gsar                                  on 2001/03/19  08:17:49
33376         Log: integrate changes#8068,8717 from mainline
33377              
33378              [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
33379              
33380              [PATCH CPAN 1.59_51] warning message (not!)
33381      Branch: maint-5.6/perl
33382           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
33383           !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
33384           !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
33385           !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
33386           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
33387 ____________________________________________________________________________
33388 [  9235] By: gsar                                  on 2001/03/19  08:07:09
33389         Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
33390              
33391              [PATCH] Add missing CV flags to dump.c
33392              
33393              Re: [patch] Re: PL_ptr_table
33394              
33395              Fixup non-ithread build after 8713
33396              
33397              Generated files form 8713 etc.
33398              
33399              Correct the correction :-(
33400              
33401              Documenting coderef @INC (Re: CPAN "make this script work" feature)
33402              
33403              Subject: Re: sync sync sync: have I missed any patches?
33404              Replace djSP with dSP.
33405      Branch: maint-5.6/perl
33406           !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
33407           !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
33408           !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
33409           !> sv.c sv.h win32/perlhost.h
33410 ____________________________________________________________________________
33411 [  9234] By: gsar                                  on 2001/03/19  07:22:05
33412         Log: revert the change#9090 integrate for now (change looks somewhat
33413              incomplete in that [ha]v_exists() need something similar; lacks
33414              tests; &c.)
33415      Branch: maint-5.6/perl
33416            ! hv.c
33417 ____________________________________________________________________________
33418 [  9233] By: gsar                                  on 2001/03/19  07:10:01
33419         Log: some refcounts were incorrect in perl_clone(); avoid hang in global
33420              destruction when there are unreferenced scalars (SvREFCNT==0)
33421      Branch: maint-5.6/perl
33422            ! sv.c
33423 ____________________________________________________________________________
33424 [  9232] By: jhi                                   on 2001/03/19  05:11:02
33425         Log: Regen api and toc.
33426      Branch: maint-5.6/perl
33427            ! pod/perlapi.pod pod/perltoc.pod
33428 ____________________________________________________________________________
33429 [  9231] By: jhi                                   on 2001/03/19  04:06:03
33430         Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
33431              add a lost line in pp.c:pp_chop(), update to new op/chop.
33432              
33433              Clarify the description differentiating for and while; inspired by
33434              
33435              Subject: [ID 20010306.004] || != named unary operator
33436              
33437              The $Is_MacOS needs to be declared.
33438      Branch: maint-5.6/perl
33439            ! pp.c t/op/chop.t
33440           !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
33441 ____________________________________________________________________________
33442 [  9230] By: jhi                                   on 2001/03/19  03:48:16
33443         Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
33444              9079,9083,9089,9090,9091 from mainline to maintperl.
33445              
33446              Quieten some noise in Win32 builds
33447              
33448              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
33449              
33450              The perlretut was still talking about the old \p and \P
33451              definitions.
33452              
33453              More tweakage on the Unicode character class descriptions.
33454              
33455              Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
33456              
33457              Subject: 'no *POSIX' Patch speeding up make on BS2000 
33458              
33459              Subject: [PATCH] perldata.pod here-doc docs
33460              
33461              Add /sbin and /usr/sbin to the list of directories scanned
33462              for setuid programs.  Takes care of bug id 20010309.003.
33463              
33464              Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
33465              
33466              In op/stat #35 better to scan all the potential directories
33467              for setuids, not just the first one.
33468      Branch: maint-5.6/perl
33469            ! Makefile.SH
33470           !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
33471           !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
33472           !> t/op/stat.t toke.c win32/win32.h
33473 ____________________________________________________________________________
33474 [  9229] By: jhi                                   on 2001/03/19  02:31:50
33475         Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
33476              From: Chris Nandor <pudge@pobox.com>
33477              Date: Sat, 10 Mar 2001 14:22:19 -0500
33478              Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
33479      Branch: maint-5.6/perl
33480            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
33481            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
33482            ! t/lib/b.t t/lib/errno.t
33483 ____________________________________________________________________________
33484 [  9228] By: jhi                                   on 2001/03/19  02:29:59
33485         Log: Integrate changes #9113,9122 from mainline into maintperl.
33486              
33487              Subject: [PATCH: perl@9092, dist-3.0@70] OS/390 mydomain last gasp before silly guess (was Re: What do I need to build EBCDIC perl?)
33488      Branch: maint-5.6/perl
33489           !> Configure README.os390 hints/os390.sh
33490 ____________________________________________________________________________
33491 [  9227] By: jhi                                   on 2001/03/19  02:22:35
33492         Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
33493              into maintperl.
33494              
33495              Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
33496              
33497              Forgot to check-in the larger part of #9120, duh.
33498              
33499              Subject: Another patch for integer.pm POD 
33500              
33501              h2ph strictness and cleanliness from Kurt Starsinic.
33502              
33503              Borland filename case problem.
33504              
33505              h2ph strictness and cleanliness from Kurt Starsinic.
33506              
33507              Subject: [PATCH] the uncontroversial doc patches
33508      Branch: maint-5.6/perl
33509           +> win32/sncfnmcs.pl
33510           !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
33511           !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
33512           !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
33513           !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
33514           !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
33515           !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
33516           !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
33517 ____________________________________________________________________________
33518 [  9226] By: jhi                                   on 2001/03/19  02:10:21
33519         Log: Integrate changes #9207,9214 from mainline into maintperl.
33520              
33521              podchecker relaxations: =over has an *optional* number after it,
33522              and whitespace in L<> is okay.
33523      Branch: maint-5.6/perl
33524           !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
33525           !> t/pod/poderrs.xr
33526 ____________________________________________________________________________
33527 [  9225] By: jhi                                   on 2001/03/19  02:07:38
33528         Log: Integrate change #9219 from maintperl into mainline.
33529              
33530              remove duplicated tests
33531      Branch: perl
33532           !> t/op/re_tests
33533 ____________________________________________________________________________
33534 [  9224] By: jhi                                   on 2001/03/19  02:06:11
33535         Log: Integrate change #9223 from mainline to maintperl.
33536              
33537              Document -Dmksymlinks.
33538      Branch: maint-5.6/perl
33539           !> INSTALL
33540 ____________________________________________________________________________
33541 [  9223] By: jhi                                   on 2001/03/19  02:01:25
33542         Log: Document -Dmksymlinks.
33543      Branch: perl
33544            ! INSTALL
33545 ____________________________________________________________________________
33546 [  9222] By: jhi                                   on 2001/03/19  01:15:35
33547         Log: The -Dmksymlinks wasn't working for maintperl.
33548      Branch: maint-5.6/perl
33549            ! Configure
33550 ____________________________________________________________________________
33551 [  9221] By: jhi                                   on 2001/03/19  00:49:43
33552         Log: Cleanup pixie residue.
33553      Branch: perl
33554            ! Makefile.SH
33555 ____________________________________________________________________________
33556 [  9220] By: jhi                                   on 2001/03/19  00:44:47
33557         Log: Document the use of pixie/prof; create make targets for it.
33558              
33559              TODO: make t/TEST pixie-aware.
33560      Branch: perl
33561            ! Makefile.SH pod/perlhack.pod
33562 ____________________________________________________________________________
33563 [  9219] By: gsar                                  on 2001/03/19  00:16:55
33564         Log: remove duplicated tests
33565      Branch: maint-5.6/perl
33566            ! t/op/re_tests
33567 ____________________________________________________________________________
33568 [  9218] By: jhi                                   on 2001/03/18  23:59:31
33569         Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
33570      Branch: perl
33571            ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
33572 ____________________________________________________________________________
33573 [  9217] By: jhi                                   on 2001/03/18  23:25:20
33574         Log: Rewrite the tests section of Makefile to be less redundant
33575              and to allow for more flexible test targets, many recursive
33576              make calls introduced.
33577      Branch: perl
33578            ! Makefile.SH
33579 ____________________________________________________________________________
33580 [  9216] By: jhi                                   on 2001/03/18  22:30:04
33581         Log: Document the use of Third Degree (sparsely).
33582      Branch: perl
33583            ! pod/perlhack.pod t/TEST
33584 ____________________________________________________________________________
33585 [  9215] By: jhi                                   on 2001/03/18  22:10:30
33586         Log: Make targets for testing with Third Degree.
33587      Branch: perl
33588            ! Makefile.SH
33589 ____________________________________________________________________________
33590 [  9214] By: jhi                                   on 2001/03/18  21:08:53
33591         Log: The podchecker relaxations need to mirrored also at the tests.
33592      Branch: perl
33593            ! t/pod/poderrs.xr
33594 ____________________________________________________________________________
33595 [  9213] By: jhi                                   on 2001/03/18  20:56:21
33596         Log: Update Changes.
33597      Branch: perl
33598            ! Changes patchlevel.h
33599 ____________________________________________________________________________
33600 [  9212] By: jhi                                   on 2001/03/18  20:36:59
33601         Log: Looking for config.sh in parent directories isn't
33602              very useful for the toplevel Makefile.
33603      Branch: perl
33604            ! Makefile.SH
33605 ____________________________________________________________________________
33606 [  9211] By: jhi                                   on 2001/03/18  20:33:37
33607         Log: On "make clean" take care of Third Degree droppings.
33608      Branch: perl
33609            ! Makefile.SH
33610 ____________________________________________________________________________
33611 [  9210] By: jhi                                   on 2001/03/18  20:21:34
33612         Log: Add a hook for running the tests under the Third Degree
33613              debugging tool (set $ENV{PERL_3LOG} to non-zero)
33614              
33615              TODO: Document the use of Third Degree.
33616      Branch: perl
33617            ! t/TEST
33618 ____________________________________________________________________________
33619 [  9209] By: jhi                                   on 2001/03/18  20:19:07
33620         Log: Regen toc and api pods.
33621      Branch: perl
33622            ! pod/perlapi.pod pod/perltoc.pod
33623 ____________________________________________________________________________
33624 [  9208] By: jhi                                   on 2001/03/18  20:12:12
33625         Log: Integrate changes #8128,9132 from mainline into maintperl,
33626              Tie::SubstrHash fixes.
33627      Branch: maint-5.6/perl
33628           !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
33629 ____________________________________________________________________________
33630 [  9207] By: jhi                                   on 2001/03/18  20:07:43
33631         Log: podchecker relaxations from Michael Stevens.
33632      Branch: perl
33633            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
33634 ____________________________________________________________________________
33635 [  9206] By: jhi                                   on 2001/03/18  20:04:24
33636         Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
33637      Branch: perl
33638            ! lib/Locale/Constants.pm lib/Locale/Country.pm
33639            ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
33640            ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
33641 ____________________________________________________________________________
33642 [  9205] By: jhi                                   on 2001/03/18  19:54:45
33643         Log: Integrate changes #9161,9162 from maintperl to mainline.
33644              
33645              clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
33646              results
33647      Branch: perl
33648           !> t/op/magic.t
33649 ____________________________________________________________________________
33650 [  9204] By: jhi                                   on 2001/03/18  19:37:46
33651         Log: Make perl.third checks more understandable to the builder.
33652      Branch: perl
33653            ! Makefile.SH
33654 ____________________________________________________________________________
33655 [  9203] By: jhi                                   on 2001/03/18  19:20:54
33656         Log: Re-integrate #9138 from maintperl to mainline,
33657              the squelching of the unneeded "Scalars leaked" messages.
33658      Branch: perl
33659           !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
33660           !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
33661           !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
33662 ____________________________________________________________________________
33663 [  9202] By: jhi                                   on 2001/03/18  18:48:36
33664         Log: More robust and more paranoid perl.third target.
33665      Branch: perl
33666            ! Makefile.SH
33667 ____________________________________________________________________________
33668 [  9201] By: jhi                                   on 2001/03/18  18:39:21
33669         Log: Integrate change #9197 from maintperl to mainline.
33670              
33671              more thorough cleaning of arenas.
33672      Branch: perl
33673           !> embed.pl perl.c proto.h sv.c t/op/sort.t
33674 ____________________________________________________________________________
33675 [  9200] By: jhi                                   on 2001/03/18  18:25:17
33676         Log: Integrate perlio.
33677      Branch: perl
33678           !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
33679           !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
33680           !> t/lib/encode.t toke.c universal.c utf8.c
33681 ____________________________________________________________________________
33682 [  9199] By: nick                                  on 2001/03/18  15:23:51
33683         Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
33684              is the sense of the test being done. Avoid some magical 127 and 128 values
33685              by using macros.
33686      Branch: perlio
33687            ! doop.c pp_ctl.c sv.c toke.c
33688 ____________________________________________________________________________
33689 [  9198] By: nick                                  on 2001/03/18  14:18:12
33690         Log: UTF-X encoding invariance for Encode:
33691              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
33692              - move the XS code for those to universal.c (so in miniperl)
33693              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
33694              - change ext/Encode/compile to use above.
33695              - Fix t/lib/encode.t for above
33696              - Teach t/lib/b.t to expect -uutf8
33697              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
33698              utf8.pm is needed.
33699      Branch: perlio
33700            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
33701            ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
33702 ____________________________________________________________________________
33703 [  9197] By: gsar                                  on 2001/03/18  12:15:57
33704         Log: more thorough cleaning of arenas--keep going until no more
33705              SvREFCNT_dec()s occur (this fixes the problem that causes the
33706              pesky "Scalars leaked" warnings)
33707      Branch: maint-5.6/perl
33708            ! embed.pl perl.c proto.h sv.c t/op/sort.t
33709 ____________________________________________________________________________
33710 [  9196] By: nick                                  on 2001/03/18  10:57:29
33711         Log: Fix pragma/utf8.t # 15
33712              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
33713              are SvUTF8 as well.
33714      Branch: perlio
33715            ! toke.c
33716 ____________________________________________________________________________
33717 [  9195] By: nick                                  on 2001/03/18  09:27:06
33718         Log: Integrate mainline
33719      Branch: perlio
33720           !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
33721           !> t/op/pat.t
33722 ____________________________________________________________________________
33723 [  9194] By: jhi                                   on 2001/03/18  05:29:59
33724         Log: Sarathy's clear_pmop patch with Radu Greab's fix,
33725              Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
33726      Branch: perl
33727            ! op.c op.h t/op/misc.t t/op/pat.t
33728 ____________________________________________________________________________
33729 [  9193] By: jhi                                   on 2001/03/18  05:15:06
33730         Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
33731      Branch: perl
33732            ! mg.c t/op/pat.t
33733 ____________________________________________________________________________
33734 [  9192] By: jhi                                   on 2001/03/18  04:22:43
33735         Log: tr/// UTF-8 patches from Inaba Hiroto.
33736      Branch: perl
33737            ! doop.c op.c
33738 ____________________________________________________________________________
33739 [  9191] By: jhi                                   on 2001/03/18  04:21:17
33740         Log: Integrate perlio.
33741      Branch: perl
33742           !> utf8.c utfebcdic.h
33743 ____________________________________________________________________________
33744 [  9190] By: nick                                  on 2001/03/17  20:32:01
33745         Log: Correct #if EBCDIC side typos.
33746              Builds and passes many tests on OS390.
33747      Branch: perlio
33748            ! utf8.c utfebcdic.h
33749 ____________________________________________________________________________
33750 [  9189] By: jhi                                   on 2001/03/17  18:55:49
33751         Log: Add prerequisites for the perl.third target.
33752      Branch: perl
33753            ! Makefile.SH
33754 ____________________________________________________________________________
33755 [  9188] By: jhi                                   on 2001/03/17  18:46:00
33756         Log: Integrate perlio.
33757      Branch: perl
33758           +> utfebcdic.h
33759           !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
33760 ____________________________________________________________________________
33761 [  9187] By: jhi                                   on 2001/03/17  18:38:47
33762         Log: Add a make rule for perl.third (the Third Degree memory debugging
33763              tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
33764      Branch: perl
33765            ! Makefile.SH
33766 ____________________________________________________________________________
33767 [  9186] By: nick                                  on 2001/03/17  18:34:48
33768         Log: MANIFEST addition :-(
33769      Branch: perlio
33770            ! MANIFEST
33771 ____________________________________________________________________________
33772 [  9185] By: nick                                  on 2001/03/17  18:29:50
33773         Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
33774              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
33775              a superset of ASCII are invariant under the encoding. This is EBCDIC
33776              friendly as an encoded string can be looked at as being EBCDIC by lexer
33777              sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
33778              ASCII on ASCII machines.
33779              
33780              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
33781              seperate.
33782              - Add some more macros to comprehend different shift amounts and
33783              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
33784              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
33785              and conditionaly #include it.
33786              
33787              EBCDIC build as yet untested.  ASCII still fails the one test.
33788      Branch: perlio
33789            + utfebcdic.h
33790            ! utf8.c utf8.h
33791 ____________________________________________________________________________
33792 [  9184] By: nick                                  on 2001/03/17  17:44:16
33793         Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
33794      Branch: perlio
33795            ! doop.c perl.h pp.c utf8.h
33796 ____________________________________________________________________________
33797 [  9183] By: jhi                                   on 2001/03/17  15:55:42
33798         Log: Integrate perlio.
33799      Branch: perl
33800            ! MANIFEST
33801           !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
33802 ____________________________________________________________________________
33803 [  9182] By: nick                                  on 2001/03/17  09:16:06
33804         Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
33805      Branch: perlio
33806            ! t/op/pat.t
33807 ____________________________________________________________________________
33808 [  9181] By: nick                                  on 2001/03/17  09:15:11
33809         Log: Integrate mainline.
33810      Branch: perlio
33811           +> lib/Locale/Constants.pm lib/Locale/Country.pm
33812           +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
33813           +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
33814           +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
33815           !> (integrate 83 files)
33816 ____________________________________________________________________________
33817 [  9180] By: nick                                  on 2001/03/16  17:23:21
33818         Log: EBCDIC Fixes.
33819      Branch: perlio
33820            ! perl.h sv.c toke.c utf8.c utf8.h
33821 ____________________________________________________________________________
33822 [  9179] By: jhi                                   on 2001/03/16  14:10:12
33823         Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
33824              a change needed to work around an AIX compiler bug.
33825      Branch: perl
33826            ! ext/Storable/Storable.xs
33827 ____________________________________________________________________________
33828 [  9178] By: jhi                                   on 2001/03/16  03:19:59
33829         Log: With Damian's approval synchronize damian's modules'
33830              licensing with Perl's standard module licensing.
33831      Branch: perl
33832            ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
33833 ____________________________________________________________________________
33834 [  9177] By: jhi                                   on 2001/03/16  03:15:34
33835         Log: Make the Filter::Util:Call files have their own copies
33836              of the Perl standard module licensing, from Paul Marquess.
33837      Branch: perl
33838            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
33839 ____________________________________________________________________________
33840 [  9176] By: jhi                                   on 2001/03/16  02:56:04
33841         Log: Subject: [PATCH] more pod patches
33842              From: Michael Stevens <michael@etla.org>
33843              Date: Thu, 15 Mar 2001 21:25:18 +0000
33844              Message-ID: <20010315212518.A18870@firedrake.org>
33845      Branch: perl
33846            ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
33847            ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
33848            ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
33849            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
33850            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
33851            ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
33852            ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
33853            ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
33854            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
33855            ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
33856            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
33857            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
33858            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
33859            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
33860            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
33861            ! lib/File/Basename.pm lib/File/Spec/VMS.pm
33862            ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
33863            ! lib/Getopt/Long.pm lib/Locale/Constants.pm
33864            ! lib/Locale/Country.pm lib/Locale/Language.pm
33865            ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
33866            ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
33867            ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
33868            ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
33869            ! os2/OS2/Process/Process.pm
33870 ____________________________________________________________________________
33871 [  9175] By: jhi                                   on 2001/03/16  02:53:32
33872         Log: Subject: [PATCH] the uncontroversial doc patches
33873              From: Michael Stevens <michael@etla.org>
33874              Date: Thu, 15 Mar 2001 20:01:12 +0000
33875              Message-ID: <20010315200112.A7636@firedrake.org>
33876      Branch: perl
33877            ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
33878            ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
33879            ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
33880            ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
33881            ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
33882 ____________________________________________________________________________
33883 [  9174] By: jhi                                   on 2001/03/16  02:50:49
33884         Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
33885              From: Paul Lindner <lindner@inuus.com>
33886              Date: Fri, 16 Mar 2001 11:28:03 -0800
33887              Message-ID: <20010316112803.A7577@inuus.com>
33888      Branch: perl
33889            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
33890 ____________________________________________________________________________
33891 [  9173] By: nick                                  on 2001/03/15  20:21:03
33892         Log: 1st day's EBCDIC fixes:
33893              - toke.c's parsing of strings needed attention
33894              needed to conditionally e2a if string was already UTF-8
33895              - e2a/a2e tables where wrong way round.
33896              - new macros in utf8.h
33897      Branch: perlio
33898            ! perl.h toke.c utf8.h
33899 ____________________________________________________________________________
33900 [  9172] By: jhi                                   on 2001/03/15  15:17:17
33901         Log: Update Changes.
33902      Branch: perl
33903            ! Changes patchlevel.h
33904 ____________________________________________________________________________
33905 [  9171] By: jhi                                   on 2001/03/15  15:09:32
33906         Log: Subject: Re: Another Borland C++ problem.
33907              From: "Vadim Konovalov" <watman@inbox.ru>
33908              Date: Sat, 10 Mar 2001 19:26:07 +0300
33909              Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
33910              
33911              Borland filename case problem.
33912      Branch: perl
33913            + win32/sncfnmcs.pl
33914            ! MANIFEST README.win32
33915 ____________________________________________________________________________
33916 [  9170] By: jhi                                   on 2001/03/15  14:54:23
33917         Log: Add Locale::Codes 1.06, from Neil Bowers.
33918      Branch: perl
33919            + lib/Locale/Constants.pm lib/Locale/Country.pm
33920            + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
33921            + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
33922            + t/lib/lc-language.t t/lib/lc-uk.t
33923            ! MANIFEST
33924 ____________________________________________________________________________
33925 [  9169] By: jhi                                   on 2001/03/15  14:19:01
33926         Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
33927      Branch: perl
33928            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
33929            ! ext/Storable/Storable.xs
33930 ____________________________________________________________________________
33931 [  9168] By: jhi                                   on 2001/03/15  14:13:22
33932         Log: Integrate changes #9120,9167 from mainline to maintperl.
33933              
33934              Subject: [PATCH 5.6.1] OS/2 docs
33935              
33936              Subject: [PATCH 5.6.1] perldoc
33937      Branch: maint-5.6/perl
33938           !> os2/Changes utils/perldoc.PL
33939 ____________________________________________________________________________
33940 [  9167] By: jhi                                   on 2001/03/15  14:07:42
33941         Log: Subject: [PATCH 5.6.1] perldoc
33942              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33943              Date: Wed, 14 Mar 2001 23:46:52 -0500
33944              Message-ID: <20010314234652.A7972@math.ohio-state.edu>
33945      Branch: perl
33946            ! utils/perldoc.PL
33947 ____________________________________________________________________________
33948 [  9166] By: jhi                                   on 2001/03/15  13:53:15
33949         Log: sigaction test condition tweakage.
33950      Branch: perl
33951            ! t/lib/sigaction.t
33952 ____________________________________________________________________________
33953 [  9165] By: alanbur                               on 2001/03/15  03:49:17
33954         Log: Resynchronised with parent
33955      Branch: maint-5.6/pureperl
33956           +> os2/os2add.sym t/op/anonsub.t
33957           !> (integrate 72 files)
33958 ____________________________________________________________________________
33959 [  9164] By: jhi                                   on 2001/03/15  01:05:01
33960         Log: Avoid stomping off the beginning of an array in tr///.
33961      Branch: perl
33962            ! op.c
33963 ____________________________________________________________________________
33964 [  9163] By: jhi                                   on 2001/03/15  00:58:57
33965         Log: h2ph strictness and cleanliness from Kurt Starsinic.
33966      Branch: perl
33967            ! utils/h2ph.PL
33968 ____________________________________________________________________________
33969 [  9162] By: gsar                                  on 2001/03/15  00:56:53
33970         Log: avoid warnings
33971      Branch: maint-5.6/perl
33972            ! t/op/magic.t
33973 ____________________________________________________________________________
33974 [  9161] By: gsar                                  on 2001/03/15  00:52:09
33975         Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
33976              results
33977      Branch: maint-5.6/perl
33978            ! t/op/magic.t
33979 ____________________________________________________________________________
33980 [  9160] By: jhi                                   on 2001/03/14  22:02:10
33981         Log: Do not use the Perl malloc in IRIX, suggested by
33982              Helmus Jarausch.
33983      Branch: perl
33984            ! hints/irix_6.sh
33985 ____________________________________________________________________________
33986 [  9159] By: nick                                  on 2001/03/14  21:45:59
33987         Log: Integrate mainline
33988      Branch: perlio
33989           +> t/op/loopctl.t
33990           !> (integrate 41 files)
33991 ____________________________________________________________________________
33992 [  9158] By: jhi                                   on 2001/03/14  21:10:09
33993         Log: The Day of the Retractions continues: the #9138
33994              (integrated in #9144) doesn't work well in mainline.
33995      Branch: perl
33996            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
33997            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
33998            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
33999 ____________________________________________________________________________
34000 [  9157] By: jhi                                   on 2001/03/14  20:58:12
34001         Log: The #9145 CANNOT be enabled: the clear_pmop code still
34002              dumps core all over in Tru64.
34003      Branch: perl
34004            ! op.c op.h t/op/pat.t
34005 ____________________________________________________________________________
34006 [  9156] By: jhi                                   on 2001/03/14  20:48:06
34007         Log: Integrate change #9154 from maintperl to mainline.
34008              
34009              PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
34010              (caused Storable 1.0.10 to break on windows)
34011      Branch: perl
34012           !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
34013           !> perlapi.c proto.h
34014 ____________________________________________________________________________
34015 [  9155] By: jhi                                   on 2001/03/14  20:23:53
34016         Log: Retract #9136: breaks threading (and binary compatibility).
34017      Branch: perl
34018            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
34019 ____________________________________________________________________________
34020 [  9154] By: gsar                                  on 2001/03/14  17:48:18
34021         Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
34022              (caused Storable 1.0.10 to break on windows)
34023      Branch: maint-5.6/perl
34024            ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
34025            ! perlapi.c proto.h
34026 ____________________________________________________________________________
34027 [  9153] By: jhi                                   on 2001/03/14  13:35:21
34028         Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
34029      Branch: perl
34030            ! t/lib/sigaction.t
34031 ____________________________________________________________________________
34032 [  9152] By: gsar                                  on 2001/03/14  07:29:40
34033         Log: back out changes#9012,9010,9009 and parts of change#9016
34034              (causes ABRs under purify, and some prerequisites don't
34035              seem to be there in 5.6.x)
34036      Branch: maint-5.6/perl
34037            ! doop.c op.c t/op/tr.t toke.c
34038 ____________________________________________________________________________
34039 [  9151] By: gsar                                  on 2001/03/14  07:01:29
34040         Log: reenable change#9145 (the test was busted due to a missing
34041              C<print "ok 27\n">)
34042      Branch: perl
34043            ! op.c op.h t/op/pat.t
34044 ____________________________________________________________________________
34045 [  9150] By: jhi                                   on 2001/03/14  06:38:36
34046         Log: Retract #9145.
34047      Branch: perl
34048            ! op.c op.h t/op/pat.t
34049 ____________________________________________________________________________
34050 [  9149] By: jhi                                   on 2001/03/14  06:14:56
34051         Log: Retract #9143.
34052      Branch: perl
34053            ! op.c
34054 ____________________________________________________________________________
34055 [  9148] By: gsar                                  on 2001/03/14  06:13:02
34056         Log: Uninitialized Memory Read in regexec.c
34057      Branch: perl
34058            ! regexec.c
34059 ____________________________________________________________________________
34060 [  9147] By: jhi                                   on 2001/03/14  04:59:54
34061         Log: Subject: PATCH: make goto work in nested eval ""
34062              From: Robin Houston <robin@kitsite.com>
34063              Date: Wed, 14 Mar 2001 04:16:10 +0000
34064              Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
34065      Branch: perl
34066            ! pp_ctl.c t/op/goto.t
34067 ____________________________________________________________________________
34068 [  9146] By: jhi                                   on 2001/03/14  04:42:54
34069         Log: Preserve the #ifdef PERL_CORE in perly.h.
34070      Branch: perl
34071            ! perly.fixer
34072 ____________________________________________________________________________
34073 [  9145] By: jhi                                   on 2001/03/14  03:57:41
34074         Log: (Retracted by #9150.)
34075      Branch: perl
34076            ! op.c op.h t/op/pat.t
34077 ____________________________________________________________________________
34078 [  9144] By: jhi                                   on 2001/03/14  03:50:38
34079         Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
34080              
34081              fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
34082              
34083              remove squelch controls for "Scalars leaked" messages in most places
34084              (these are now cured)
34085              
34086              fix another memory leak reported by purify (tie callbacks that
34087              croak can leak when wiping out magic)
34088      Branch: perl
34089           !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
34090           !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
34091           !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
34092           !> t/pragma/warnings.t
34093 ____________________________________________________________________________
34094 [  9143] By: jhi                                   on 2001/03/14  03:37:53
34095         Log: (Retracted by #9149.)
34096      Branch: perl
34097            ! op.c
34098 ____________________________________________________________________________
34099 [  9142] By: gsar                                  on 2001/03/14  03:20:48
34100         Log: fix another memory leak reported by purify (tie callbacks that
34101              croak can leak when wiping out magic)
34102      Branch: maint-5.6/perl
34103            ! scope.c
34104 ____________________________________________________________________________
34105 [  9141] By: jhi                                   on 2001/03/14  02:55:00
34106         Log: Subject: PATCH for [ID 20010305.003]
34107              From: Robin Houston <robin@kitsite.com>
34108              Date: Wed, 14 Mar 2001 02:45:51 +0000
34109              Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
34110      Branch: perl
34111            ! pp_ctl.c t/op/eval.t
34112 ____________________________________________________________________________
34113 [  9140] By: jhi                                   on 2001/03/14  02:41:54
34114         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
34115              Date: Wed, 14 Mar 2001 01:52:51 +0000
34116              From: Robin Houston <robin@kitsite.com>
34117              Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
34118              
34119              Fix for 2000313.004.
34120      Branch: perl
34121            ! pp_ctl.c t/op/goto.t
34122 ____________________________________________________________________________
34123 [  9139] By: jhi                                   on 2001/03/14  02:40:50
34124         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
34125              From: Robin Houston <robin@kitsite.com>
34126              Date: Wed, 14 Mar 2001 00:43:45 +0000
34127              Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
34128      Branch: perl
34129            + t/op/loopctl.t
34130            ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
34131            ! vms/perly_c.vms
34132 ____________________________________________________________________________
34133 [  9138] By: gsar                                  on 2001/03/14  01:18:00
34134         Log: remove squelch controls for "Scalars leaked" messages in most places
34135              (these are now cured)
34136      Branch: maint-5.6/perl
34137            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
34138            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
34139            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
34140 ____________________________________________________________________________
34141 [  9137] By: gsar                                  on 2001/03/14  00:57:04
34142         Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
34143      Branch: maint-5.6/perl
34144            ! regcomp.c
34145 ____________________________________________________________________________
34146 [  9136] By: jhi                                   on 2001/03/13  23:12:24
34147         Log: (Retracted by #9155)
34148              
34149              Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
34150              From: Jens-Uwe Mager <jum@helios.de>
34151              Date: Wed, 21 Feb 2001 21:32:04 +0100
34152              Message-ID: <20010221213203.A18340@ans.helios.de>
34153      Branch: perl
34154            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
34155 ____________________________________________________________________________
34156 [  9135] By: jhi                                   on 2001/03/13  22:50:05
34157         Log: Integrate perlio.
34158      Branch: perl
34159           !> pp.c
34160 ____________________________________________________________________________
34161 [  9134] By: jhi                                   on 2001/03/13  22:49:05
34162         Log: Integrate change #9131 from maintperl into mainline.
34163              
34164              make the error text look more consistent in hints/hpux.sh
34165      Branch: perl
34166           !> hints/hpux.sh
34167 ____________________________________________________________________________
34168 [  9133] By: gsar                                  on 2001/03/13  22:46:20
34169         Log: integrate change#9067 from mainline
34170              
34171              Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
34172      Branch: maint-5.6/perl
34173           !> lib/ExtUtils/MM_Unix.pm
34174 ____________________________________________________________________________
34175 [  9132] By: jhi                                   on 2001/03/13  22:41:21
34176         Log: Subject:  Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
34177              From: "John P. Linderman" <jpl@research.att.com>
34178              Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
34179              Message-Id: <200103131736.MAA35615@raptor.research.att.com>
34180              
34181              A more correct prime finder.
34182      Branch: perl
34183            ! lib/Tie/SubstrHash.pm
34184 ____________________________________________________________________________
34185 [  9131] By: gsar                                  on 2001/03/13  22:30:42
34186         Log: make the error text look more consistent in hints/hpux.sh
34187      Branch: maint-5.6/perl
34188            ! hints/hpux.sh
34189 ____________________________________________________________________________
34190 [  9130] By: jhi                                   on 2001/03/13  22:23:44
34191         Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
34192              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
34193              Date: Tue, 13 Mar 2001 18:41:26 +0100
34194              Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
34195              
34196              If the test is run non-interactively the default handler
34197              is different.
34198      Branch: perl
34199            ! t/lib/sigaction.t
34200 ____________________________________________________________________________
34201 [  9129] By: jhi                                   on 2001/03/13  22:20:21
34202         Log: Subject:  [PATCH perl@9125] t/lib/1_compile.t  VMS mod
34203              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
34204              Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
34205              Date:     Tue, 13 Mar 2001 16:44:32 EST
34206      Branch: perl
34207            ! t/lib/1_compile.t
34208 ____________________________________________________________________________
34209 [  9128] By: jhi                                   on 2001/03/13  22:18:34
34210         Log: Subject: Another patch for integer.pm POD 
34211              From: "John L. Allen" <allen@grumman.com>
34212              Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
34213              Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
34214      Branch: perl
34215            ! lib/integer.pm
34216 ____________________________________________________________________________
34217 [  9127] By: nick                                  on 2001/03/13  21:26:30
34218         Log: Integrate mainline.
34219      Branch: perlio
34220           +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
34221           +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
34222           +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
34223           +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
34224           !> Changes Configure MANIFEST README.os2 README.os390
34225           !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
34226           !> os2/Changes patchlevel.h win32/perlhost.h
34227 ____________________________________________________________________________
34228 [  9126] By: nick                                  on 2001/03/13  20:39:51
34229         Log: #ifdef'ed out code to make packed side of pack/unpack
34230              octets. (i.e. pack('U') => encode_utf8).
34231      Branch: perlio
34232            ! pp.c
34233 ____________________________________________________________________________
34234 [  9125] By: jhi                                   on 2001/03/13  15:07:16
34235         Log: Update Changes.
34236      Branch: perl
34237            ! Changes patchlevel.h
34238 ____________________________________________________________________________
34239 [  9124] By: jhi                                   on 2001/03/13  14:22:45
34240         Log: Workaround for the buggy ("internal compiler error")
34241              AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
34242              (and ext/re/re_comp.c).  The MakeMaker dark magic courtesy
34243              of Andreas König.
34244      Branch: perl
34245            ! ext/re/Makefile.PL hints/aix.sh
34246 ____________________________________________________________________________
34247 [  9123] By: jhi                                   on 2001/03/13  03:24:34
34248         Log: Typo in #9114.
34249      Branch: metaconfig
34250            ! U/modified/myhostname.U
34251 ____________________________________________________________________________
34252 [  9122] By: jhi                                   on 2001/03/13  03:24:06
34253         Log: Typo in #9113.
34254      Branch: perl
34255            ! Configure
34256 ____________________________________________________________________________
34257 [  9121] By: jhi                                   on 2001/03/13  01:53:05
34258         Log: Forgot to check-in the larger part of #9120, duh.
34259      Branch: perl
34260            ! README.os2
34261 ____________________________________________________________________________
34262 [  9120] By: jhi                                   on 2001/03/13  01:51:31
34263         Log: Subject: [PATCH 5.6.1] OS/2 docs
34264              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34265              Date: Mon, 12 Mar 2001 03:27:32 -0500
34266              Message-ID: <20010312032732.A19283@math.ohio-state.edu>
34267      Branch: perl
34268            ! os2/Changes
34269 ____________________________________________________________________________
34270 [  9119] By: jhi                                   on 2001/03/13  01:49:41
34271         Log: Integrate change #9116 from maintperl into mainline.
34272              
34273              Win32::GetCwd() returns C: instead of C:\ in the root directory
34274              under ithreads
34275      Branch: perl
34276           !> win32/perlhost.h
34277 ____________________________________________________________________________
34278 [  9118] By: jhi                                   on 2001/03/13  01:13:39
34279         Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
34280      Branch: perl
34281            + lib/Switch.pm t/lib/switch.t
34282            ! MANIFEST
34283 ____________________________________________________________________________
34284 [  9117] By: jhi                                   on 2001/03/13  01:03:17
34285         Log: Add Text::Balanced 1.83.
34286      Branch: perl
34287            + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
34288            + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
34289            + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
34290            + t/lib/tb-xvari.t
34291            ! MANIFEST
34292 ____________________________________________________________________________
34293 [  9116] By: gsar                                  on 2001/03/13  00:55:53
34294         Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
34295              under ithreads
34296      Branch: maint-5.6/perl
34297            ! win32/perlhost.h
34298 ____________________________________________________________________________
34299 [  9115] By: jhi                                   on 2001/03/13  00:54:09
34300         Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
34301              From: "John L. Allen" <allen@grumman.com>
34302              Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
34303              Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
34304              
34305              use integer document clarification.
34306      Branch: perl
34307            ! lib/integer.pm
34308 ____________________________________________________________________________
34309 [  9114] By: jhi                                   on 2001/03/13  00:38:54
34310         Log: Metaconfig unit change for #9113.
34311      Branch: metaconfig
34312            ! U/modified/myhostname.U
34313 ____________________________________________________________________________
34314 [  9113] By: jhi                                   on 2001/03/13  00:38:35
34315         Log: Subject: [PATCH: perl@9092, dist-3.0@70] OS/390 mydomain last gasp before silly guess (was Re: What do I need to build EBCDIC perl?)
34316              From: Peter Prymmer <pvhp@forte.com>
34317              Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
34318              Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
34319      Branch: perl
34320            ! Configure README.os390 hints/os390.sh
34321 ____________________________________________________________________________
34322 [  9112] By: jhi                                   on 2001/03/13  00:29:00
34323         Log: Integrate perlio.
34324      Branch: perl
34325           !> sv.c utf8.h
34326 ____________________________________________________________________________
34327 [  9111] By: nick                                  on 2001/03/12  21:16:33
34328         Log: Integrate mainline.
34329      Branch: perlio
34330           +> t/op/anonsub.t
34331           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
34332           !> proto.h sv.c
34333 ____________________________________________________________________________
34334 [  9110] By: nick                                  on 2001/03/12  21:00:13
34335         Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
34336      Branch: perlio
34337            ! sv.c utf8.h
34338 ____________________________________________________________________________
34339 [  9109] By: jhi                                   on 2001/03/12  16:04:47
34340         Log: Integrate change #9108 from maintperl to mainline.
34341              
34342              fix memory leak in C<sub X { sub {} }> arising from a refcount
34343              loop between the outer sub and the inner prototype anonsub
34344              
34345              this also enables closures returned by subroutines that
34346              subsequently get redefined to work without generating coredumps :)
34347              
34348              completely removed the free_closures() hack--it shouldn't be
34349              needed anymore
34350      Branch: perl
34351           +> t/op/anonsub.t
34352           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
34353           !> proto.h sv.c
34354 ____________________________________________________________________________
34355 [  9108] By: gsar                                  on 2001/03/12  10:21:31
34356         Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
34357              loop between the outer sub and the inner prototype anonsub
34358              
34359              this also enables closures returned by subroutines that
34360              subsequently get redefined to work without generating coredumps :)
34361              
34362              completely removed the free_closures() hack--it shouldn't be
34363              needed anymore
34364      Branch: maint-5.6/perl
34365            + t/op/anonsub.t
34366            ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
34367            ! proto.h sv.c
34368 ____________________________________________________________________________
34369 [  9107] By: jhi                                   on 2001/03/12  05:15:31
34370         Log: Integrate perlio.
34371      Branch: perl
34372           !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
34373 ____________________________________________________________________________
34374 [  9106] By: nick                                  on 2001/03/11  20:10:12
34375         Log: regcomp.c is working in native space, not Unicode space (if different)
34376              as it is doing compare against 'W' in \W etc.
34377      Branch: perlio
34378            ! regcomp.c
34379 ____________________________________________________________________________
34380 [  9105] By: nick                                  on 2001/03/11  19:39:34
34381         Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
34382              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
34383      Branch: perlio
34384            ! regcomp.c toke.c utf8.c
34385 ____________________________________________________________________________
34386 [  9104] By: nick                                  on 2001/03/11  18:15:44
34387         Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
34388      Branch: perlio
34389            ! sv.c
34390 ____________________________________________________________________________
34391 [  9103] By: nick                                  on 2001/03/11  18:03:28
34392         Log: Integrate mainline (for regexp stuff).
34393      Branch: perlio
34394           !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
34395           !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
34396           !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
34397           !> t/lib/errno.t t/op/pat.t
34398 ____________________________________________________________________________
34399 [  9102] By: nick                                  on 2001/03/11  17:44:20
34400         Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
34401              - exclude layer syms in makedef.pl for sfio
34402              - also inhibit Encode from trying to build ":encode()" layer.
34403      Branch: perlio
34404            ! ext/Encode/Encode.xs makedef.pl
34405 ____________________________________________________________________________
34406 [  9101] By: jhi                                   on 2001/03/10  22:38:13
34407         Log: The $Is_MacOS needs to be declared.
34408      Branch: perl
34409            ! lib/ExtUtils/Manifest.pm
34410 ____________________________________________________________________________
34411 [  9100] By: jhi                                   on 2001/03/10  22:14:29
34412         Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
34413              #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
34414              pollute the symbolspace if using sfio.
34415      Branch: perl
34416            ! ext/Encode/Encode.xs
34417 ____________________________________________________________________________
34418 [  9099] By: jhi                                   on 2001/03/10  21:58:48
34419         Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
34420              Date: Sat, 10 Mar 2001 14:23:55 -0500
34421              From: Chris Nandor <pudge@pobox.com>
34422              Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
34423      Branch: perl
34424            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
34425            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
34426            ! t/lib/errno.t
34427 ____________________________________________________________________________
34428 [  9098] By: jhi                                   on 2001/03/10  21:38:30
34429         Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
34430      Branch: perl
34431            ! regcomp.c regexec.c t/op/pat.t
34432 ____________________________________________________________________________
34433 [  9097] By: jhi                                   on 2001/03/10  14:38:07
34434         Log: Integrate perlio.
34435      Branch: perl
34436           !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
34437           !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
34438           !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
34439 ____________________________________________________________________________
34440 [  9096] By: nick                                  on 2001/03/10  11:55:43
34441         Log: EBCDIC sanity - phase I
34442              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
34443              - use utf8n_xxxx (c.f. pvn) for forms which take length.
34444              - back out vN.N and $^V exceptions to e2a/a2e
34445              - make "locale" isxxx macros be uvchr (may be redundant?)
34446              
34447              Not clear yet that toUPPER_uni et. al. return being handled correctly.
34448              The tr// and rexexp stuff still needs an audit, assumption is they are working
34449              in Unicode space.
34450              
34451              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
34452      Branch: perlio
34453            ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
34454            ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
34455            ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
34456 ____________________________________________________________________________
34457 [  9095] By: jhi                                   on 2001/03/09  22:10:01
34458         Log: Integrate perlio.
34459      Branch: perl
34460           !> dump.c
34461 ____________________________________________________________________________
34462 [  9094] By: nick                                  on 2001/03/09  17:36:38
34463         Log: Builds an passes all tests after integrate and this tweak.
34464      Branch: perlio
34465            ! dump.c
34466 ____________________________________________________________________________
34467 [  9093] By: nick                                  on 2001/03/09  17:16:03
34468         Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
34469      Branch: perlio
34470           +> lib/unicode/Scripts.txt t/lib/sigaction.t
34471           !> (integrate 79 files)
34472 ____________________________________________________________________________
34473 [  9092] By: jhi                                   on 2001/03/09  15:28:26
34474         Log: Update Changes.
34475      Branch: perl
34476            ! Changes patchlevel.h
34477 ____________________________________________________________________________
34478 [  9091] By: jhi                                   on 2001/03/09  15:25:05
34479         Log: In op/stat #35 better to scan all the potential directories
34480              for setuids, not just the first one.
34481      Branch: perl
34482            ! t/op/stat.t
34483 ____________________________________________________________________________
34484 [  9090] By: jhi                                   on 2001/03/09  15:01:27
34485         Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() 
34486              From: rspier@pobox.com (Robert Spier)
34487              Date: Fri, 9 Mar 2001 03:30:20 -0500
34488              Message-ID: <15016.38044.381174.160189@rls.cx>
34489              
34490              EXISTS() returning undef mistakenly triggered a FETCH().
34491      Branch: perl
34492            ! hv.c
34493 ____________________________________________________________________________
34494 [  9089] By: jhi                                   on 2001/03/09  14:59:02
34495         Log: Add /sbin and /usr/sbin to the list of directories scanned
34496              for setuid programs.  Takes care of bug id 20010309.003.
34497      Branch: perl
34498            ! t/op/stat.t
34499 ____________________________________________________________________________
34500 [  9088] By: jhi                                   on 2001/03/09  14:48:32
34501         Log: Regen perlapi, perltoc.
34502      Branch: perl
34503            ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
34504 ____________________________________________________________________________
34505 [  9087] By: jhi                                   on 2001/03/09  14:38:56
34506         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
34507              From: David Mitchell <davem@fdgroup.co.uk>
34508              Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
34509              Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
34510      Branch: perl
34511            ! dump.c perl.c perl.h pod/perlrun.pod
34512 ____________________________________________________________________________
34513 [  9086] By: jhi                                   on 2001/03/09  01:47:16
34514         Log: A modified version of
34515              
34516              Subject: [ID 20010307.005] POSIX::sigaction has various problems
34517              From: anders@broadcom.com
34518              Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST) 
34519              Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
34520              
34521              Currently the sigaction.t test #6 fails (and is fudged to look
34522              like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
34523              This may well be a genuine bug in Linux sigaction() (since at
34524              least Tru64, Solaris, and HP-UX disagree with Linux).
34525              Anyone with POSIX / SUSv2 tome handy?  The problem is that
34526              the flags of the oldaction don't match with the flags in
34527              the previously installed disposition.
34528      Branch: perl
34529            + t/lib/sigaction.t
34530            ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
34531 ____________________________________________________________________________
34532 [  9085] By: jhi                                   on 2001/03/09  01:30:13
34533         Log: Subject: Re: mission impossible for the day
34534              From: Alex Gough <alex@rcon.org>
34535              Date: Thu, 08 Mar 2001 17:18:19 +0000
34536              Message-ID: <3AA7BEDB.8070409@rcon.org>
34537              
34538              If references (are overloaded) and can be directly stringified,
34539              show that instead of "stringified".
34540              
34541              (The problem, infinite mutual recursion caused by overloaded bool
34542              in Switch.pm, tracked by David Mitchell)
34543      Branch: perl
34544            ! lib/Carp/Heavy.pm
34545 ____________________________________________________________________________
34546 [  9084] By: jhi                                   on 2001/03/09  01:20:39
34547         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
34548              Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
34549              From: David Mitchell <davem@fdgroup.co.uk>
34550              Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
34551      Branch: perl
34552            ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
34553            ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
34554 ____________________________________________________________________________
34555 [  9083] By: jhi                                   on 2001/03/09  01:16:51
34556         Log: Subject: [PATCH] perldata.pod here-doc docs
34557              From: Jeff Pinyan <jeffp@crusoe.net>
34558              Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
34559              Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
34560      Branch: perl
34561            ! pod/perldata.pod
34562 ____________________________________________________________________________
34563 [  9082] By: jhi                                   on 2001/03/09  01:01:27
34564         Log: Subject: Re: Unicode/EBCDIC
34565              From: Peter Prymmer <pvhp@forte.com>
34566              Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
34567              Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
34568      Branch: perl
34569            ! perl.c perl.h sv.c toke.c utf8.c utf8.h
34570 ____________________________________________________________________________
34571 [  9081] By: jhi                                   on 2001/03/08  13:41:30
34572         Log: Subject: Ooops, wrong 'no *POSIX' Patch
34573              From: Dorner Thomas <Thomas.Dorner@start.de>
34574              Date: Thu, 8 Mar 2001 08:43:28 +0100
34575              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
34576      Branch: perl
34577            ! hints/posix-bc.sh
34578 ____________________________________________________________________________
34579 [  9080] By: jhi                                   on 2001/03/08  13:11:42
34580         Log: It's Scripts.txt, not Script.txt.
34581      Branch: perl
34582            ! MANIFEST
34583 ____________________________________________________________________________
34584 [  9079] By: jhi                                   on 2001/03/08  12:59:05
34585         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
34586              From: Dorner Thomas <Thomas.Dorner@start.de>
34587              Date: Wed, 7 Mar 2001 14:13:31 +0100
34588              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
34589      Branch: perl
34590            ! makedepend.SH
34591 ____________________________________________________________________________
34592 [  9078] By: jhi                                   on 2001/03/08  12:57:43
34593         Log: Retract #9069, wrong patch.
34594      Branch: perl
34595            ! Makefile.SH
34596 ____________________________________________________________________________
34597 [  9077] By: jhi                                   on 2001/03/08  01:06:13
34598         Log: Upgrade to Unicode 3.1 beta 2001-03-01.
34599      Branch: perl
34600            + lib/unicode/Scripts.txt
34601            ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
34602            ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
34603            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
34604            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
34605            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
34606            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
34607            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
34608            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
34609            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
34610            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
34611            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
34612            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
34613            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
34614            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
34615            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
34616            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
34617            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
34618            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
34619            ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
34620            ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
34621            ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
34622            ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
34623            ! lib/unicode/version
34624 ____________________________________________________________________________
34625 [  9076] By: jhi                                   on 2001/03/07  22:59:39
34626         Log: Integrate change #7784 from mainline into maintperl.
34627              
34628              Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
34629      Branch: maint-5.6/perl
34630           !> pp_ctl.c t/op/pat.t
34631 ____________________________________________________________________________
34632 [  9075] By: jhi                                   on 2001/03/07  22:05:11
34633         Log: More UTF-8 test tweaks.
34634      Branch: perl
34635            ! t/op/pat.t t/op/split.t t/pragma/utf8.t
34636 ____________________________________________________________________________
34637 [  9074] By: nick                                  on 2001/03/07  21:39:29
34638         Log: Integrate mainline.
34639      Branch: perlio
34640           !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
34641           !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
34642           !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
34643           !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
34644           !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
34645 ____________________________________________________________________________
34646 [  9073] By: jhi                                   on 2001/03/07  16:37:09
34647         Log: Update Changes.
34648      Branch: perl
34649            ! Changes patchlevel.h
34650 ____________________________________________________________________________
34651 [  9072] By: jhi                                   on 2001/03/07  16:32:30
34652         Log: Subject: [ID 20010306.004] || != named unary operator
34653              From: abela@geneanet.org
34654              Date: Tue,  6 Mar 2001 15:57:57 +0100 (CET)
34655              Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
34656      Branch: perl
34657            ! pod/perlop.pod
34658 ____________________________________________________________________________
34659 [  9071] By: jhi                                   on 2001/03/07  15:14:11
34660         Log: Subject: downgrading to bytes for common functions
34661              From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
34662              Date: Wed, 7 Mar 2001 02:36:55 -0500
34663              Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
34664      Branch: perl
34665            ! pp_sys.c
34666 ____________________________________________________________________________
34667 [  9070] By: jhi                                   on 2001/03/07  15:04:58
34668         Log: Clarify the description differentiating for and while; inspired by
34669              
34670              Subject: [ID 20010306.002] for/while difference in for definition
34671              From: abela@geneanet.org
34672              Date: Tue,  6 Mar 2001 09:40:36 +0100 (CET)
34673              Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
34674      Branch: perl
34675            ! pod/perlsyn.pod
34676 ____________________________________________________________________________
34677 [  9069] By: jhi                                   on 2001/03/07  14:55:30
34678         Log: (Retracted by #9078.)
34679      Branch: perl
34680            ! Makefile.SH
34681 ____________________________________________________________________________
34682 [  9068] By: jhi                                   on 2001/03/07  14:51:17
34683         Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
34684              From: Radu Greab <radu@netsoft.ro>
34685              Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
34686              Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
34687      Branch: perl
34688            ! pp.c t/op/chop.t
34689 ____________________________________________________________________________
34690 [  9067] By: jhi                                   on 2001/03/07  14:48:57
34691         Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
34692              From: Simon Cozens <simon@netthink.co.uk>
34693              Date: Wed, 7 Mar 2001 13:59:28 +0000
34694              Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
34695              
34696              In order to allow MakeMaker to build correct Makefiles,
34697              you need to change the order of the arguments in MM_Unix.pm
34698              as well. (Unless you have C89_CCMODE set, but we're trying
34699              to be POSIXly correct)
34700              
34701              Thanks to Merijn Broeren for tracking this down.
34702      Branch: perl
34703            ! lib/ExtUtils/MM_Unix.pm
34704 ____________________________________________________________________________
34705 [  9066] By: jhi                                   on 2001/03/07  14:30:02
34706         Log: Floating point too messy.
34707      Branch: perl
34708            ! t/camel-III/vstring.t
34709 ____________________________________________________________________________
34710 [  9065] By: jhi                                   on 2001/03/07  14:17:44
34711         Log: Integrate change #9064 from maintperl into mainline.
34712              
34713              fix memory leak in pack("Bb",...)
34714      Branch: perl
34715           !> perl.c
34716 ____________________________________________________________________________
34717 [  9064] By: gsar                                  on 2001/03/07  06:29:24
34718         Log: fix memory leak in pack("Bb",...)
34719      Branch: maint-5.6/perl
34720            ! perl.c
34721 ____________________________________________________________________________
34722 [  9063] By: jhi                                   on 2001/03/07  00:55:04
34723         Log: Major utf8 test reorganisation and rewrite.
34724              Hopefully no tests were lost in the shuffle.
34725              (The beginning of pragma/utf8 was lost intentionally,
34726              the tests were rather bogus and incomplete.)
34727      Branch: perl
34728            ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
34729            ! t/pragma/utf8.t
34730 ____________________________________________________________________________
34731 [  9062] By: jhi                                   on 2001/03/07  00:41:16
34732         Log: More tweakage on the Unicode character class descriptions.
34733      Branch: perl
34734            ! lib/unicode/mktables.PL pod/perlretut.pod
34735 ____________________________________________________________________________
34736 [  9061] By: jhi                                   on 2001/03/06  23:12:38
34737         Log: The perlretut was still talking about the old \p and \P
34738              definitions.
34739      Branch: perl
34740            ! pod/perlretut.pod
34741 ____________________________________________________________________________
34742 [  9060] By: nick                                  on 2001/03/06  20:52:37
34743         Log: Integrate mainline (make test works again now).
34744      Branch: perlio
34745           !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
34746 ____________________________________________________________________________
34747 [  9059] By: jhi                                   on 2001/03/06  15:36:14
34748         Log: 0.999... does equal 1.0, doesn't it?
34749      Branch: perl
34750            ! t/camel-III/vstring.t
34751 ____________________________________________________________________________
34752 [  9058] By: jhi                                   on 2001/03/06  15:34:00
34753         Log: Make /x{abcd}/ to work without use utf8.
34754      Branch: perl
34755            ! regcomp.c
34756 ____________________________________________________________________________
34757 [  9057] By: jhi                                   on 2001/03/06  03:02:36
34758         Log: Easier to outcomment all the three reset() tests for now.
34759      Branch: perl
34760            ! t/op/pat.t
34761 ____________________________________________________________________________
34762 [  9056] By: jhi                                   on 2001/03/06  02:30:02
34763         Log: Comment out the deadly reset; until the 20010301.005
34764              is finally fixed.
34765      Branch: perl
34766            ! t/op/pat.t
34767 ____________________________________________________________________________
34768 [  9055] By: jhi                                   on 2001/03/06  02:21:26
34769         Log: Integrate the change #9054 from mainline:
34770              retract the PMOP cleanup patch pending further investigation.
34771      Branch: maint-5.6/perl
34772           !> op.c op.h
34773 ____________________________________________________________________________
34774 [  9054] By: jhi                                   on 2001/03/06  02:19:57
34775         Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
34776              with oddly familiar stack traces.
34777      Branch: perl
34778            ! op.c op.h
34779 ____________________________________________________________________________
34780 [  9053] By: jhi                                   on 2001/03/05  23:20:28
34781         Log: Integrate perlio.
34782      Branch: perl
34783           +> ext/Encode/Encode/koi8-r.ucm
34784           !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
34785           !> makedef.pl
34786 ____________________________________________________________________________
34787 [  9052] By: nick                                  on 2001/03/05  23:08:17
34788         Log: skipping USE_PERLIO symbols correction.
34789      Branch: perlio
34790            ! makedef.pl
34791 ____________________________________________________________________________
34792 [  9051] By: nick                                  on 2001/03/05  22:35:07
34793         Log: More Encode alias tidying.
34794      Branch: perlio
34795            + ext/Encode/Encode/koi8-r.ucm
34796            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
34797 ____________________________________________________________________________
34798 [  9050] By: jhi                                   on 2001/03/05  21:44:29
34799         Log: Integrate changes #9033 and #9044 from mainline into maintperl,
34800              Sarathy's fix for ID 20010301.005.
34801      Branch: maint-5.6/perl
34802           !> op.c op.h
34803 ____________________________________________________________________________
34804 [  9049] By: nick                                  on 2001/03/05  19:54:04
34805         Log: Integrate Jarkko's Encode.pm tweak.
34806      Branch: perlio
34807           !> ext/Encode/Encode.pm
34808 ____________________________________________________________________________
34809 [  9048] By: nick                                  on 2001/03/05  19:47:57
34810         Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
34811      Branch: perlio
34812           +> os2/os2add.sym
34813           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
34814           !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
34815           !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
34816           !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
34817           !> pod/perlapi.pod t/op/pat.t t/op/tr.t
34818 ____________________________________________________________________________
34819 [  9047] By: jhi                                   on 2001/03/05  19:25:26
34820         Log: Regen perlapi.
34821      Branch: perl
34822            ! pod/perlapi.pod
34823 ____________________________________________________________________________
34824 [  9046] By: jhi                                   on 2001/03/05  19:12:14
34825         Log: Integrate perlio.
34826      Branch: perl
34827           +> t/camel-III/vstring.t
34828           !> MANIFEST pp.h pp_sys.c t/TEST t/harness
34829 ____________________________________________________________________________
34830 [  9045] By: jhi                                   on 2001/03/05  19:10:36
34831         Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
34832      Branch: perl
34833            ! ext/Encode/Encode.pm
34834 ____________________________________________________________________________
34835 [  9044] By: jhi                                   on 2001/03/05  18:49:12
34836         Log: Forgot the other half of the PMOP patch (#9033).
34837      Branch: perl
34838            ! op.h
34839 ____________________________________________________________________________
34840 [  9043] By: nick                                  on 2001/03/05  18:14:47
34841         Log: Update MANIFEST for new test.
34842      Branch: perlio
34843            ! MANIFEST
34844 ____________________________________________________________________________
34845 [  9042] By: nick                                  on 2001/03/05  18:12:41
34846         Log: Some tests for Camel 3rd edition features.
34847              Make gethostbyaddr() test in above work.
34848      Branch: perlio
34849            + t/camel-III/vstring.t
34850            ! pp.h pp_sys.c t/TEST t/harness
34851 ____________________________________________________________________________
34852 [  9041] By: jhi                                   on 2001/03/05  17:41:48
34853         Log: Add more ISO 8859 encoding aliases.
34854      Branch: perl
34855            ! ext/Encode/Encode.pm
34856 ____________________________________________________________________________
34857 [  9040] By: jhi                                   on 2001/03/05  17:30:43
34858         Log: Integrate perlio.
34859      Branch: perl
34860           !> MANIFEST sv.c
34861 ____________________________________________________________________________
34862 [  9039] By: nick                                  on 2001/03/05  17:11:36
34863         Log: Missed added file.
34864      Branch: perlio
34865            ! MANIFEST
34866 ____________________________________________________________________________
34867 [  9038] By: jhi                                   on 2001/03/05  15:58:01
34868         Log: Add tr tests for EBCDIC, from Karsten Sperling.
34869      Branch: perl
34870            ! t/op/tr.t
34871 ____________________________________________________________________________
34872 [  9037] By: nick                                  on 2001/03/05  15:56:35
34873         Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
34874              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
34875              
34876              Make SvPVbyte*() symetric with respect to SvPVutf8*() in that:
34877              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
34878              - uses SvPV() rather than sv_2pv() in case it isn't a string.
34879      Branch: perlio
34880            ! sv.c
34881 ____________________________________________________________________________
34882 [  9036] By: jhi                                   on 2001/03/05  15:49:15
34883         Log: Add matching tests currently failing in EBCDIC,
34884              suggested by Karsten Sperling.
34885      Branch: perl
34886            ! t/op/pat.t
34887 ____________________________________________________________________________
34888 [  9035] By: jhi                                   on 2001/03/05  15:36:55
34889         Log: The #9034 needs a MANIFESTation.
34890      Branch: perl
34891            ! MANIFEST
34892 ____________________________________________________________________________
34893 [  9034] By: jhi                                   on 2001/03/05  15:35:14
34894         Log: Integrate perlio.
34895      Branch: perl
34896           +> ext/Encode/Encode/Tcl.pm
34897           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
34898           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
34899           !> ext/Encode/Encode/iso8859-1.ucm
34900           !> ext/Encode/Encode/iso8859-10.ucm
34901           !> ext/Encode/Encode/iso8859-13.ucm
34902           !> ext/Encode/Encode/iso8859-14.ucm
34903           !> ext/Encode/Encode/iso8859-15.ucm
34904           !> ext/Encode/Encode/iso8859-16.ucm
34905           !> ext/Encode/Encode/iso8859-2.ucm
34906           !> ext/Encode/Encode/iso8859-3.ucm
34907           !> ext/Encode/Encode/iso8859-4.ucm
34908           !> ext/Encode/Encode/iso8859-5.ucm
34909           !> ext/Encode/Encode/iso8859-6.ucm
34910           !> ext/Encode/Encode/iso8859-7.ucm
34911           !> ext/Encode/Encode/iso8859-8.ucm
34912           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
34913           !> t/lib/encode.t
34914 ____________________________________________________________________________
34915 [  9033] By: jhi                                   on 2001/03/05  15:33:18
34916         Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
34917              From: Gurusamy Sarathy <gsar@ActiveState.com>
34918              Date: Sun, 04 Mar 2001 22:33:15 -0800
34919              Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
34920              
34921              PMOPs need to remember their own stash so that they can
34922              gracefully remove themselves from their linked list.
34923      Branch: perl
34924            ! op.c
34925 ____________________________________________________________________________
34926 [  9032] By: nick                                  on 2001/03/05  14:51:50
34927         Log: Encode implementation "completion"
34928              Implement and document define_encoding()
34929              Implement and document encoding aliases including define_alias()
34930              Make Encode::XS use define_encoding() rather than back-door.
34931              Move run-time *.enc to separate Encode::Tcl module.
34932              Make 'compile' honour <codeset_name>
34933              Change canonical names of to iso-8859-* and US-ascii.
34934      Branch: perlio
34935            + ext/Encode/Encode/Tcl.pm
34936            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
34937            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
34938            ! ext/Encode/Encode/iso8859-1.ucm
34939            ! ext/Encode/Encode/iso8859-10.ucm
34940            ! ext/Encode/Encode/iso8859-13.ucm
34941            ! ext/Encode/Encode/iso8859-14.ucm
34942            ! ext/Encode/Encode/iso8859-15.ucm
34943            ! ext/Encode/Encode/iso8859-16.ucm
34944            ! ext/Encode/Encode/iso8859-2.ucm
34945            ! ext/Encode/Encode/iso8859-3.ucm
34946            ! ext/Encode/Encode/iso8859-4.ucm
34947            ! ext/Encode/Encode/iso8859-5.ucm
34948            ! ext/Encode/Encode/iso8859-6.ucm
34949            ! ext/Encode/Encode/iso8859-7.ucm
34950            ! ext/Encode/Encode/iso8859-8.ucm
34951            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
34952            ! t/lib/encode.t
34953 ____________________________________________________________________________
34954 [  9031] By: jhi                                   on 2001/03/05  13:51:17
34955         Log: Integrate change #9030 from maintperl into mainline.
34956              
34957              Subject: [PATCH 5.6.1] OS/2 cleanup
34958      Branch: perl
34959           +> os2/os2add.sym
34960           !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
34961           !> makedef.pl os2/Changes os2/Makefile.SHs
34962           !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
34963           !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
34964           !> os2/os2.sym os2/os2ish.h
34965 ____________________________________________________________________________
34966 [  9030] By: jhi                                   on 2001/03/05  13:46:49
34967         Log: Subject: [PATCH 5.6.1] OS/2 cleanup
34968              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34969              Date: Mon, 5 Mar 2001 02:29:44 -0500
34970              Message-ID: <20010305022944.A10117@math.ohio-state.edu>
34971      Branch: maint-5.6/perl
34972            + os2/os2add.sym
34973            ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
34974            ! makedef.pl os2/Changes os2/Makefile.SHs
34975            ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
34976            ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
34977            ! os2/os2.sym os2/os2ish.h
34978 ____________________________________________________________________________
34979 [  9029] By: jhi                                   on 2001/03/05  13:40:35
34980         Log: Integrate change #9028 from maintperl into mainline.
34981              
34982              various nits in MM_Unix.pm found by disabling SelfLoader
34983      Branch: perl
34984           !> lib/ExtUtils/MM_Unix.pm
34985 ____________________________________________________________________________
34986 [  9028] By: gsar                                  on 2001/03/05  09:58:38
34987         Log: various nits in MM_Unix.pm found by disabling SelfLoader
34988      Branch: maint-5.6/perl
34989            ! lib/ExtUtils/MM_Unix.pm
34990 ____________________________________________________________________________
34991 [  9027] By: nick                                  on 2001/03/05  08:35:22
34992         Log: Integrate mainline
34993      Branch: perlio
34994           !> (integrate 28 files)
34995 ____________________________________________________________________________
34996 [  9026] By: jhi                                   on 2001/03/05  02:14:59
34997         Log: Integrate change #9025 from mainline to maintperl,
34998              retract \N{U+HHHH}.
34999      Branch: maint-5.6/perl
35000           !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
35001           !> t/lib/charnames.t toke.c
35002 ____________________________________________________________________________
35003 [  9025] By: jhi                                   on 2001/03/05  02:13:09
35004         Log: Retracting \N{U+HHHH}.
35005      Branch: perl
35006            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
35007            ! t/lib/charnames.t toke.c
35008 ____________________________________________________________________________
35009 [  9024] By: jhi                                   on 2001/03/04  20:51:07
35010         Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
35011              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
35012              Date: Fri, 02 Mar 2001 18:25:26 +0100
35013              Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
35014              
35015              Casting problem.
35016      Branch: perl
35017            ! ext/Storable/Storable.xs
35018 ____________________________________________________________________________
35019 [  9023] By: jhi                                   on 2001/03/04  19:46:45
35020         Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
35021              From: nick@talking.bollo.cx
35022              Date: Sat, 03 Mar 2001 21:41:33 +0000
35023              Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
35024              
35025              Revert the workaround.
35026      Branch: perl
35027            ! perlio.c
35028 ____________________________________________________________________________
35029 [  9022] By: jhi                                   on 2001/03/04  19:36:28
35030         Log: Update Changes.
35031      Branch: perl
35032            ! Changes patchlevel.h
35033 ____________________________________________________________________________
35034 [  9021] By: jhi                                   on 2001/03/04  18:41:00
35035         Log: makedef.pl updates suggested by Chris Nandor; double-checking
35036              the changes in AIX, OS/2 Win32 would be nice.
35037      Branch: perl
35038            ! makedef.pl
35039 ____________________________________________________________________________
35040 [  9020] By: jhi                                   on 2001/03/04  18:23:58
35041         Log: Integrate change #9012 from maintperl into mainline,
35042              quench a compiler warning.
35043      Branch: perl
35044           !> toke.c
35045 ____________________________________________________________________________
35046 [  9019] By: jhi                                   on 2001/03/04  18:18:43
35047         Log: Integrate changes #9017 and 9018 from mainline into maintperl.
35048              
35049              \N{U+HHHH} fix.
35050              
35051              pattern in G_ARRAY context
35052      Branch: maint-5.6/perl
35053           !> pp_hot.c t/op/pat.t toke.c
35054 ____________________________________________________________________________
35055 [  9018] By: jhi                                   on 2001/03/04  18:07:48
35056         Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
35057              From: Jeff Pinyan <jeffp@crusoe.net>
35058              Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
35059              Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
35060      Branch: perl
35061            ! pp_hot.c t/op/pat.t
35062 ____________________________________________________________________________
35063 [  9017] By: jhi                                   on 2001/03/04  18:06:21
35064         Log: I thought I tested the #9014.
35065      Branch: perl
35066            ! toke.c
35067 ____________________________________________________________________________
35068 [  9016] By: jhi                                   on 2001/03/04  17:41:22
35069         Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
35070              
35071              Tweak the get*ent() OS/2 prototypes.
35072              
35073              Add the \N{U+HHHH} syntax.
35074              
35075              More tr/// UTF-8 fixes from Inaba Hiroto.
35076      Branch: maint-5.6/perl
35077           !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
35078           !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
35079 ____________________________________________________________________________
35080 [  9015] By: jhi                                   on 2001/03/04  17:36:04
35081         Log: More tr/// UTF-8 fixes from Inaba Hiroto.
35082      Branch: perl
35083            ! doop.c t/op/tr.t
35084 ____________________________________________________________________________
35085 [  9014] By: jhi                                   on 2001/03/04  17:24:49
35086         Log: Add the \N{U+HHHH} syntax.
35087      Branch: perl
35088            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
35089            ! t/lib/charnames.t toke.c
35090 ____________________________________________________________________________
35091 [  9013] By: jhi                                   on 2001/03/04  17:20:45
35092         Log: Tweak the get*ent() OS/2 prototypes.
35093      Branch: perl
35094            ! os2/os2.c
35095 ____________________________________________________________________________
35096 [  9012] By: gsar                                  on 2001/03/04  06:26:14
35097         Log: avoid warning (nit in change#9009)
35098      Branch: maint-5.6/perl
35099            ! toke.c
35100 ____________________________________________________________________________
35101 [  9011] By: gsar                                  on 2001/03/04  06:15:24
35102         Log: lib/charnames.t fails in 5.6.x because of older Unicode
35103              data
35104              
35105              TODO: need to revisit this after updating lib/unicode/...
35106      Branch: maint-5.6/perl
35107            ! t/lib/charnames.t
35108 ____________________________________________________________________________
35109 [  9010] By: gsar                                  on 2001/03/04  06:08:36
35110         Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
35111      Branch: maint-5.6/perl
35112            ! toke.c
35113 ____________________________________________________________________________
35114 [  9009] By: jhi                                   on 2001/03/03  19:27:20
35115         Log: Integrate change #9008 from mainline to maintperl,
35116              UTF-8 tr/// fixes from Inaba Hiroto.
35117      Branch: maint-5.6/perl
35118           !> doop.c op.c t/op/tr.t toke.c
35119 ____________________________________________________________________________
35120 [  9008] By: jhi                                   on 2001/03/03  19:19:42
35121         Log: UTF8 tr/// fixes from Inaba Hiroto.
35122      Branch: perl
35123            ! doop.c op.c t/op/tr.t toke.c
35124 ____________________________________________________________________________
35125 [  9007] By: jhi                                   on 2001/03/03  19:00:30
35126         Log: Integrate change #9006 from maintperl to mainline,
35127              more robust quest for the infinite.
35128      Branch: perl
35129           !> lib/Math/Complex.pm
35130 ____________________________________________________________________________
35131 [  9006] By: jhi                                   on 2001/03/03  18:58:06
35132         Log: Subject: [PATCH 5.6.1] More robust Math::Complex
35133              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35134              Date: Sat, 3 Mar 2001 12:51:50 -0500
35135              Message-ID: <20010303125150.A2147@math.ohio-state.edu>
35136              
35137              Be more robust in our quest for the infinite.
35138      Branch: maint-5.6/perl
35139            ! lib/Math/Complex.pm
35140 ____________________________________________________________________________
35141 [  9005] By: jhi                                   on 2001/03/03  17:55:50
35142         Log: The #8982 modified for perl 5.6.x, from Radu Greab.
35143      Branch: maint-5.6/perl
35144            ! doio.c
35145 ____________________________________________________________________________
35146 [  9004] By: jhi                                   on 2001/03/03  17:40:14
35147         Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
35148              so that picky compilers like IRIX won't get huffy about
35149              "statements without effect" (like 1;).
35150      Branch: perl
35151            ! toke.c
35152 ____________________________________________________________________________
35153 [  9003] By: jhi                                   on 2001/03/03  17:15:52
35154         Log: Integrate change #9002 from mainline to maintperl.
35155              
35156              Subject: [perl-5.6.x, perl-current] accept for EPOC
35157      Branch: maint-5.6/perl
35158           !> pp_sys.c
35159 ____________________________________________________________________________
35160 [  9002] By: jhi                                   on 2001/03/03  17:14:30
35161         Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
35162              From: Olaf Flebbe <O.Flebbe@science-computing.de>
35163              Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
35164              Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
35165      Branch: perl
35166            ! pp_sys.c
35167 ____________________________________________________________________________
35168 [  9001] By: jhi                                   on 2001/03/03  17:13:13
35169         Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
35170              From: "Craig A. Berry" <craigberry@mac.com>
35171              Date: Fri, 02 Mar 2001 17:44:40 -0600
35172              Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
35173      Branch: perl
35174            ! t/pod/find.t
35175 ____________________________________________________________________________
35176 [  9000] By: jhi                                   on 2001/03/03  17:11:55
35177         Log: Integrate changes #8997,8999 from maintperl.
35178              
35179              Subject: [PATCH 5.6.1] compiling on OS/2
35180              (Better error message from hints/os2.sh)
35181              
35182              Subject: [PATCH 5.6.1] syslog.t
35183      Branch: perl
35184           !> hints/os2.sh t/lib/syslog.t
35185 ____________________________________________________________________________
35186 [  8999] By: jhi                                   on 2001/03/03  17:09:28
35187         Log: Subject: [PATCH 5.6.1] syslog.t
35188              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35189              Date: Sat, 3 Mar 2001 02:11:17 -0500
35190              Message-ID: <20010303021116.A11897@math.ohio-state.edu>
35191      Branch: maint-5.6/perl
35192            ! t/lib/syslog.t
35193 ____________________________________________________________________________
35194 [  8998] By: jhi                                   on 2001/03/03  17:07:50
35195         Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
35196              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35197              Date: Sat, 3 Mar 2001 01:53:52 -0500
35198              Message-ID: <20010303015352.A11741@math.ohio-state.edu>
35199      Branch: maint-5.6/perl
35200            ! opcode.pl os2/os2.c
35201 ____________________________________________________________________________
35202 [  8997] By: jhi                                   on 2001/03/03  17:03:30
35203         Log: Subject: [PATCH 5.6.1] compiling on OS/2
35204              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35205              Date: Sat, 3 Mar 2001 01:59:59 -0500
35206              Message-ID: <20010303015959.B11741@math.ohio-state.edu>
35207      Branch: maint-5.6/perl
35208            ! hints/os2.sh
35209 ____________________________________________________________________________
35210 [  8996] By: jhi                                   on 2001/03/03  00:55:58
35211         Log: Regen files for mainline.
35212      Branch: perl
35213            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
35214            ! config_h.SH pod/perlapi.pod pod/perltoc.pod
35215 ____________________________________________________________________________
35216 [  8995] By: jhi                                   on 2001/03/03  00:35:22
35217         Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
35218              8318,8320,8337,8503,8877,8890,8903,8971 from mainline
35219              to maintperl.
35220              
35221              Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
35222              
35223              Add Configure option -Dmksymlinks which will create a symlink
35224              forest if the current/build differs from the source directory.
35225              (8218,8220,8221,8317,8318,8971)
35226              
35227              Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
35228              (Document APPLLIB_EXP in INSTALL.)
35229              
35230              If running byacc write-enable also perly.h.
35231              
35232              DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
35233              
35234              Subject: [PATCH 5.7.1/Configure] failure to set src='.'
35235              
35236              Sanity check for conflicting thread flavours.
35237              
35238              Fix the sys/fcntl.h problem reported by Peter Prymmer.
35239              
35240              Add few CPUs/architectures to the Cppsym scan,
35241              add -perlio to archname if so selected (modified 8890)
35242              
35243              Be more helpful for devel builders, suggested by John L. Allen.
35244              (admittedly pointless change for maintperl, but the usedevel
35245              code is there already)
35246      Branch: maint-5.6/perl
35247           !> Configure INSTALL Makefile.SH Porting/Glossary
35248           !> Porting/config.sh Porting/config_H config_h.SH embed.pl
35249           !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
35250           !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
35251           !> win32/config.bc win32/config.gc win32/config.vc
35252 ____________________________________________________________________________
35253 [  8994] By: jhi                                   on 2001/03/02  23:31:41
35254         Log: Use also $ccflags, not just $ldflags, when testing for gccness.
35255      Branch: metaconfig/U/perl
35256            ! gccvers.U
35257 ____________________________________________________________________________
35258 [  8993] By: jhi                                   on 2001/03/02  23:22:12
35259         Log: Regenerate various files for maint.
35260      Branch: maint-5.6/perl
35261            ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
35262            ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
35263 ____________________________________________________________________________
35264 [  8992] By: alanbur                               on 2001/03/02  22:48:34
35265         Log: Resync wuth parent
35266      Branch: maint-5.6/pureperl
35267           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
35268           !> (integrate 60 files)
35269 ____________________________________________________________________________
35270 [  8991] By: jhi                                   on 2001/03/02  21:00:08
35271         Log: Retract the #8742 part of #8986, backward compat.
35272      Branch: maint-5.6/perl
35273            ! embed.pl
35274 ____________________________________________________________________________
35275 [  8990] By: jhi                                   on 2001/03/02  20:40:07
35276         Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
35277      Branch: maint-5.6/perl
35278            ! hv.c
35279 ____________________________________________________________________________
35280 [  8989] By: jhi                                   on 2001/03/02  19:59:56
35281         Log: Update Changes.
35282      Branch: perl
35283            ! Changes patchlevel.h
35284 ____________________________________________________________________________
35285 [  8988] By: jhi                                   on 2001/03/02  19:57:08
35286         Log: Integrate perlio.
35287      Branch: perl
35288           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
35289           !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
35290           !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
35291           !> ext/Encode/Encode/iso8859-10.ucm
35292           !> ext/Encode/Encode/iso8859-13.ucm
35293           !> ext/Encode/Encode/iso8859-14.ucm
35294           !> ext/Encode/Encode/iso8859-15.ucm
35295           !> ext/Encode/Encode/iso8859-16.ucm
35296           !> ext/Encode/Encode/iso8859-2.ucm
35297           !> ext/Encode/Encode/iso8859-3.ucm
35298           !> ext/Encode/Encode/iso8859-4.ucm
35299           !> ext/Encode/Encode/iso8859-5.ucm
35300           !> ext/Encode/Encode/iso8859-6.ucm
35301           !> ext/Encode/Encode/iso8859-7.ucm
35302           !> ext/Encode/Encode/iso8859-8.ucm
35303           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
35304           !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
35305 ____________________________________________________________________________
35306 [  8987] By: jhi                                   on 2001/03/02  19:43:40
35307         Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
35308              8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
35309              8950,8952,8955 from mainline to maintperl.
35310              
35311              Subject: [PATCH: perl@8773] small fixups to perlclib.pod
35312              
35313              Put to rest the 20010205.001, the email address checking (not) regex.
35314              
35315              fork() not everywhere, cleanup temp files.
35316              
35317              The #8843 wasn't quite right: %Config needs to imported.
35318              
35319              Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
35320              (#8849: the glob-basic hunk needed massaging as it depended
35321              on Schwern's large-scale (unintegrated) patches)
35322              
35323              Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
35324              
35325              Upgrade to CGI.pm 2.752, from Lincoln Stein.
35326              (Note: there were some conflicts due to EBCDIC and EPOC
35327              patches, in general I preferred the repository code.)
35328              (When 2.753 comes out, we need to synchronize.)
35329              
35330              Subject: [PATCH] fix for charnames above FFFF
35331              
35332              Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
35333              
35334              If no sfio, no -lsfio.
35335              
35336              Run run/*.t also in minitest.
35337              
35338              Subject:  [PATCH perl 5.7.0] malloc message address offset
35339              
35340              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
35341              
35342              Subject: fix for parameter -Dm (for perl@8867)
35343              
35344              Subject: [PATCH: perl@8892] was Re: hashing order difference?
35345              (make the test more portable)
35346              
35347              Subject: Re: [PATCH] fix for charnames above FFFF
35348              
35349              Subject: Re: I'm losing the war...
35350              (hv_store() not working correctly in ENV_IS_CASELESS case.)
35351              
35352              Subject: Modified README.bs2000 
35353              
35354              Subject: [PATCH: perl@8935] -Dt padsv($var)
35355              
35356              Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
35357              
35358              Subject: PATCH: extra tests to check on negative float to unsigned cast
35359              
35360              Subject: [PATCH] XPUSH[insp] was Re: progress
35361              
35362              Subject: Re: Compile with perlcc..
35363      Branch: maint-5.6/perl
35364           !> (integrate 36 files)
35365 ____________________________________________________________________________
35366 [  8986] By: jhi                                   on 2001/03/02  18:51:25
35367         Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
35368              8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
35369              to maintperl.
35370              
35371              Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
35372              
35373              Subject: [DOC PATCH] overload.pm nits
35374              
35375              Add header for LIB$ prototypes (C. Berry)
35376              
35377              Convert fwrite()s to sockets to write()s, since some socket stacks
35378              don't take kindly to stdio.
35379              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
35380              (for often optional LNMs)
35381              Correct a few typos
35382              (C. Bailey)
35383              
35384              Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
35385              
35386              De-cut-and-pasto.
35387              
35388              Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
35389              
35390              Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
35391              
35392              Upgrade to CPAN 1.59_54, from Andreas König.
35393              
35394              Bogus shebang.
35395              
35396              Subject: [PATCH] Document makepatch in Porting/patching
35397              
35398              UTF-8 documentation.
35399              
35400              Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
35401              
35402              Sort the MANIFEST.
35403              
35404              Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
35405              
35406              Subject: [PATCH @8807] toke.c cleanup: scan_str()
35407              
35408              Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
35409              
35410              Add run/*.t to testables.
35411              
35412              TODO: integrate #8784.
35413      Branch: maint-5.6/perl
35414           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
35415           !> (integrate 28 files)
35416 ____________________________________________________________________________
35417 [  8985] By: nick                                  on 2001/03/02  18:15:45
35418         Log: Integrate mainline
35419      Branch: perlio
35420           !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
35421           !> vms/vms.c
35422 ____________________________________________________________________________
35423 [  8984] By: jhi                                   on 2001/03/02  16:00:17
35424         Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
35425              
35426              perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
35427              5.004_05, and mention the suidperl August 2000 security problem.
35428              (#8978,#8981)
35429              
35430              Subject: [ID 20010301.004] Technically speaking in perldata
35431              
35432              Subject: [PATCH] File::Copy for bleadperl, maintperl
35433              
35434              Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
35435              
35436              (The #8982, fix for 20010221.005 and 20010221.008,
35437              would be nice too but it didn't integrate cleanly.)
35438      Branch: maint-5.6/perl
35439           !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
35440 ____________________________________________________________________________
35441 [  8983] By: jhi                                   on 2001/03/02  15:51:16
35442         Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
35443              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
35444              Date:     Thu, 1 Mar 2001 15:54:09 EST
35445              Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
35446      Branch: perl
35447            ! vms/vms.c
35448 ____________________________________________________________________________
35449 [  8982] By: jhi                                   on 2001/03/02  15:43:31
35450         Log: Subject: Re: sync sync sync: have I missed any patches?
35451              From: Radu Greab <radu@netsoft.ro> 
35452              Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
35453              Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
35454              
35455              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
35456              was checking argv[0] regardless of whether a different pathname
35457              will actually be executed."  Test case not supplied because 
35458              drafting that, ironically enough, revealed another bug
35459              (or a feature).
35460      Branch: perl
35461            ! doio.c
35462 ____________________________________________________________________________
35463 [  8981] By: jhi                                   on 2001/03/02  15:28:03
35464         Log: Misdate in #8978.
35465      Branch: perl
35466            ! pod/perlfaq1.pod
35467 ____________________________________________________________________________
35468 [  8980] By: jhi                                   on 2001/03/02  15:24:20
35469         Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
35470              From: Chris Nandor <pudge@pobox.com>
35471              Date: Wed, 28 Feb 2001 22:10:15 -0500
35472              Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
35473      Branch: perl
35474            ! lib/File/Copy.pm
35475 ____________________________________________________________________________
35476 [  8979] By: jhi                                   on 2001/03/02  15:17:16
35477         Log: Subject: [ID 20010301.004] Technically speaking in perldata
35478              From: abela@geneanet.org
35479              Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
35480              Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
35481      Branch: perl
35482            ! pod/perldata.pod
35483 ____________________________________________________________________________
35484 [  8978] By: jhi                                   on 2001/03/02  15:15:27
35485         Log: Subject: [ID 20010301.003] ref to 5.004
35486              From: abela@geneanet.org
35487              Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
35488              Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
35489              
35490              Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
35491              and mention the suidperl August 2000 security problem.
35492      Branch: perl
35493            ! pod/perlfaq1.pod
35494 ____________________________________________________________________________
35495 [  8977] By: alanbur                               on 2001/03/02  14:17:45
35496         Log: Resynchronised with parent
35497      Branch: maint-5.6/pureperl
35498           !> AUTHORS README.epoc configure.com epoc/createpkg.pl
35499           !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
35500           !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
35501           !> vms/descrip_mms.template win32/win32.c win32/win32.h
35502           !> win32/win32iop.h
35503 ____________________________________________________________________________
35504 [  8976] By: nick                                  on 2001/03/01  23:25:30
35505         Log: Integrate mainline.
35506      Branch: perlio
35507            - t/op/qu.t
35508           !> (integrate 55 files)
35509 ____________________________________________________________________________
35510 [  8975] By: jhi                                   on 2001/03/01  16:51:34
35511         Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
35512      Branch: perl
35513           !> toke.c
35514 ____________________________________________________________________________
35515 [  8974] By: gsar                                  on 2001/03/01  16:28:21
35516         Log: fix for bugid 20010226.008
35517              
35518              the problem was that some of the pointers (PL_last_lop and
35519              PL_last_uni specifically) into the lex buffers weren't correctly
35520              being invalidated when the buffer changed; this would leave the
35521              pointers pointing at an arbitrary location in the buffer if
35522              the buffer didn't need to be reallocated, or point into freed
35523              memory if the buffer had to be realloced
35524              
35525              TODO item for bugdb maintainers: check other seemingly random
35526              parser-related bugs--they might be cured by this
35527      Branch: maint-5.6/perl
35528            ! toke.c
35529 ____________________________________________________________________________
35530 [  8973] By: jhi                                   on 2001/03/01  02:23:25
35531         Log: Retract #8970 because of a completely mysterious core dump:
35532              adding the tests 241..244 causes op/pat dump core at test #25.
35533              The test needs a lot of whittling down before the bug can be solved.
35534      Branch: perl
35535            ! t/op/pat.t
35536 ____________________________________________________________________________
35537 [  8972] By: jhi                                   on 2001/03/01  01:58:38
35538         Log: Regen perlapi.
35539      Branch: perl
35540            ! pod/perlapi.pod
35541 ____________________________________________________________________________
35542 [  8971] By: jhi                                   on 2001/03/01  01:34:09
35543         Log: Subject: [PATCH] don't write along symlinks into a read only source tree (was Re: [ID 20010129.006] OK: perl v5.7.0 +DEVEL8584 on i586-linux-64all 2.2.12 (UNINSTALLED))
35544              From: Nicholas Clark <nick@ccl4.org>
35545              Date: Wed, 28 Feb 2001 23:28:49 +0000
35546              Message-ID: <20010228232849.A55187@plum.flirble.org>
35547              
35548              Allow a completely write protected source code tree
35549              when using the Configure -Dmksymlinks.
35550      Branch: perl
35551            ! embed.pl warnings.pl
35552 ____________________________________________________________________________
35553 [  8970] By: jhi                                   on 2001/03/01  01:32:04
35554         Log: Add back the EBCDIC character range tests (for matching).
35555      Branch: perl
35556            ! t/op/pat.t
35557 ____________________________________________________________________________
35558 [  8969] By: nick                                  on 2001/02/28  18:18:01
35559         Log: Add charname comments to .ucm files writen by 'compile',
35560              also order charmaps in those files by source encoding.
35561              regenerate distrubuted .ucm files
35562      Branch: perlio
35563            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
35564            ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
35565            ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
35566            ! ext/Encode/Encode/iso8859-10.ucm
35567            ! ext/Encode/Encode/iso8859-13.ucm
35568            ! ext/Encode/Encode/iso8859-14.ucm
35569            ! ext/Encode/Encode/iso8859-15.ucm
35570            ! ext/Encode/Encode/iso8859-16.ucm
35571            ! ext/Encode/Encode/iso8859-2.ucm
35572            ! ext/Encode/Encode/iso8859-3.ucm
35573            ! ext/Encode/Encode/iso8859-4.ucm
35574            ! ext/Encode/Encode/iso8859-5.ucm
35575            ! ext/Encode/Encode/iso8859-6.ucm
35576            ! ext/Encode/Encode/iso8859-7.ucm
35577            ! ext/Encode/Encode/iso8859-8.ucm
35578            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
35579            ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
35580 ____________________________________________________________________________
35581 [  8968] By: jhi                                   on 2001/02/28  16:26:37
35582         Log: Expand usemorebits early if d_casti32 needs to be undefined.
35583      Branch: perl
35584            ! hints/hpux.sh hints/irix_6.sh
35585 ____________________________________________________________________________
35586 [  8967] By: jhi                                   on 2001/02/28  16:22:26
35587         Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
35588              retract toke.c/qu parts of #8583, retract #8485, retract
35589              or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
35590              op/length.t, and MANIFEST, and delete t/op/qu.t.
35591      Branch: perl
35592            - t/op/qu.t
35593            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
35594            ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
35595            ! t/op/length.t toke.c
35596 ____________________________________________________________________________
35597 [  8966] By: jhi                                   on 2001/02/28  15:00:27
35598         Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
35599              by not changing from pre-Unicode days into being Unicode-aware.
35600              Sniff.
35601      Branch: perl
35602            ! pp.c t/op/pack.t t/op/qu.t
35603 ____________________________________________________________________________
35604 [  8965] By: jhi                                   on 2001/02/28  14:37:55
35605         Log: Subject: Re: Errors in core PODs
35606              From: Michael Stevens <michael@etla.org> 
35607              Date: Fri, 23 Feb 2001 15:47:56 +0000
35608              Message-ID: <20010223154756.A7723@firedrake.org> 
35609      Branch: perl
35610            ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
35611            ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
35612            ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
35613            ! x2p/a2p.pod
35614 ____________________________________________________________________________
35615 [  8964] By: jhi                                   on 2001/02/28  14:35:35
35616         Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
35617              (The #8961 was too bold.)
35618      Branch: perl
35619            ! hints/hpux.sh hints/irix_6.sh
35620 ____________________________________________________________________________
35621 [  8963] By: jhi                                   on 2001/02/28  14:33:39
35622         Log: Subject: Re: sync sync sync: have I missed any patches?
35623              From: Tim Jenness <t.jenness@jach.hawaii.edu>
35624              In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
35625              Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
35626              Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
35627              
35628              Replace djSP with dSP.
35629      Branch: perl
35630            ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
35631            ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
35632            ! win32/perlhost.h
35633 ____________________________________________________________________________
35634 [  8962] By: jhi                                   on 2001/02/27  23:21:14
35635         Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
35636      Branch: perl
35637            ! lib/Filter/Simple.pm
35638 ____________________________________________________________________________
35639 [  8961] By: jhi                                   on 2001/02/27  22:55:26
35640         Log: The casting mystery in HP-UX and IRIX needs at least a workaround
35641              and this would be it.
35642      Branch: perl
35643            ! hints/hpux.sh hints/irix_6.sh
35644 ____________________________________________________________________________
35645 [  8960] By: jhi                                   on 2001/02/27  22:51:33
35646         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
35647              From: "Craig A. Berry" <craigberry@mac.com>
35648              Date: Tue, 27 Feb 2001 16:11:44 -0600
35649              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
35650      Branch: maint-5.6/perl
35651            ! configure.com vms/descrip_mms.template
35652 ____________________________________________________________________________
35653 [  8959] By: jhi                                   on 2001/02/27  22:47:23
35654         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
35655              From: "Craig A. Berry" <craigberry@mac.com>
35656              Date: Tue, 27 Feb 2001 16:11:44 -0600
35657              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
35658      Branch: perl
35659            ! configure.com vms/descrip_mms.template
35660 ____________________________________________________________________________
35661 [  8958] By: jhi                                   on 2001/02/27  15:16:42
35662         Log: Update Changes.
35663      Branch: perl
35664            ! Changes patchlevel.h
35665 ____________________________________________________________________________
35666 [  8957] By: jhi                                   on 2001/02/27  06:15:07
35667         Log: Subject: [5.6.x] EPOC additions
35668              From: Olaf Flebbe <O.Flebbe@science-computing.de>
35669              Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
35670              Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
35671      Branch: maint-5.6/perl
35672            ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
35673 ____________________________________________________________________________
35674 [  8956] By: jhi                                   on 2001/02/27  06:12:11
35675         Log: Subject: [perl-current] EPOC 
35676              From: Olaf Flebbe <O.Flebbe@science-computing.de>
35677              Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
35678              Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
35679      Branch: perl
35680            ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
35681            ! epoc/epocish.c epoc/epocish.h pp_sys.c
35682 ____________________________________________________________________________
35683 [  8955] By: jhi                                   on 2001/02/27  05:59:50
35684         Log: Subject: Re: Compile with perlcc..
35685              From: Edward Peschko <edwardp@excitehome.net>
35686              Date: Mon, 26 Feb 2001 18:51:58 -0800
35687              Message-ID: <20010226185158.A9871@excitehome.net>
35688              
35689              plus add a simple usage message if no arguments given.
35690      Branch: perl
35691            ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
35692            ! utils/Makefile utils/perlcc.PL win32/pod.mak
35693 ____________________________________________________________________________
35694 [  8954] By: nick                                  on 2001/02/26  21:02:59
35695         Log: Integrate mainline
35696      Branch: perlio
35697           !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
35698           !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
35699           !> t/op/sprintf.t
35700 ____________________________________________________________________________
35701 [  8953] By: jhi                                   on 2001/02/26  14:43:54
35702         Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
35703              From: Nicholas Clark <nick@ccl4.org>
35704              Date: Mon, 26 Feb 2001 00:42:07 +0000
35705              Message-ID: <20010226004207.F23333@plum.flirble.org>
35706      Branch: perl
35707            ! pp_ctl.c
35708 ____________________________________________________________________________
35709 [  8952] By: jhi                                   on 2001/02/26  14:42:13
35710         Log: Subject: [PATCH] XPUSH[insp] was Re: progress
35711              From: Simon Cozens <simon@netthink.co.uk>
35712              Date: Mon, 26 Feb 2001 12:23:48 +0000
35713              Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
35714      Branch: perl
35715            ! pod/perlguts.pod
35716 ____________________________________________________________________________
35717 [  8951] By: jhi                                   on 2001/02/26  14:39:15
35718         Log: Subject: [PATCH] perlio - unknown layer
35719              From: Nicholas Clark <nick@ccl4.org>
35720              Date: Mon, 26 Feb 2001 00:27:19 +0000
35721              Message-ID: <20010226002719.E23333@plum.flirble.org>
35722      Branch: perl
35723            ! perlio.c
35724 ____________________________________________________________________________
35725 [  8950] By: jhi                                   on 2001/02/26  14:38:04
35726         Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
35727              From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
35728              Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
35729              Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
35730      Branch: perl
35731            ! t/op/bop.t
35732 ____________________________________________________________________________
35733 [  8949] By: jhi                                   on 2001/02/26  14:37:07
35734         Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
35735              From: Peter Prymmer <pvhp@forte.com>
35736              Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
35737              Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
35738      Branch: perl
35739            ! lib/Test.pm
35740 ____________________________________________________________________________
35741 [  8948] By: jhi                                   on 2001/02/26  14:35:53
35742         Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
35743              From: Radu Greab <radu@netsoft.ro>
35744              Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
35745              Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
35746      Branch: perl
35747            ! pod/perlop.pod
35748 ____________________________________________________________________________
35749 [  8947] By: jhi                                   on 2001/02/26  14:34:46
35750         Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
35751              From: David Mitchell <davem@fdgroup.co.uk>
35752              Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
35753              Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
35754      Branch: perl
35755            ! run.c
35756 ____________________________________________________________________________
35757 [  8946] By: jhi                                   on 2001/02/26  14:32:37
35758         Log: Subject: Modified README.bs2000 
35759              From: Dorner Thomas <Thomas.Dorner@start.de>
35760              Date: Mon, 26 Feb 2001 09:22:17 +0100
35761              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
35762      Branch: perl
35763            ! README.bs2000
35764 ____________________________________________________________________________
35765 [  8945] By: jhi                                   on 2001/02/26  14:19:53
35766         Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
35767              to maintperl, listing the known failures on the tests 129 and 130.
35768      Branch: maint-5.6/perl
35769           !> t/op/sprintf.t
35770 ____________________________________________________________________________
35771 [  8944] By: jhi                                   on 2001/02/26  14:14:15
35772         Log: Add more known sprintf failures.
35773      Branch: perl
35774            ! t/op/sprintf.t
35775 ____________________________________________________________________________
35776 [  8943] By: jhi                                   on 2001/02/26  13:56:22
35777         Log: perlglob.exe needs to be found in Win32, patch from
35778              Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
35779              which needs external glob at mini-perl time."
35780      Branch: perl
35781            ! ext/Encode/compile
35782 ____________________________________________________________________________
35783 [  8942] By: jhi                                   on 2001/02/26  13:52:19
35784         Log: A missing dTHX from Vadim Konovalov.
35785      Branch: perl
35786            ! perlio.c
35787 ____________________________________________________________________________
35788 [  8941] By: jhi                                   on 2001/02/26  13:37:05
35789         Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
35790      Branch: perl
35791            ! op.c
35792 ____________________________________________________________________________
35793 [  8940] By: jhi                                   on 2001/02/26  13:35:40
35794         Log: Integrate perlio.
35795      Branch: perl
35796           !> ext/Encode/Encode.pm
35797 ____________________________________________________________________________
35798 [  8939] By: nick                                  on 2001/02/25  23:47:09
35799         Log: Integrate mainline.
35800      Branch: perlio
35801           !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
35802           !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
35803 ____________________________________________________________________________
35804 [  8938] By: nick                                  on 2001/02/25  19:36:28
35805         Log: Encode implementations docs.
35806      Branch: perlio
35807            ! ext/Encode/Encode.pm
35808 ____________________________________________________________________________
35809 [  8937] By: jhi                                   on 2001/02/25  19:26:16
35810         Log: Script wasn't aligned with reality.
35811      Branch: perl
35812            ! t/pod/find.t
35813 ____________________________________________________________________________
35814 [  8936] By: jhi                                   on 2001/02/25  18:54:55
35815         Log: Update Changes.
35816      Branch: perl
35817            ! Changes patchlevel.h
35818 ____________________________________________________________________________
35819 [  8935] By: jhi                                   on 2001/02/25  18:46:36
35820         Log: Retract #8929,8930,8932,8933 for now.
35821      Branch: perl
35822            ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
35823 ____________________________________________________________________________
35824 [  8934] By: jhi                                   on 2001/02/25  17:34:35
35825         Log: Integrate perlio.
35826      Branch: perl
35827           !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
35828           !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
35829           !> t/lib/encode.t
35830 ____________________________________________________________________________
35831 [  8933] By: jhi                                   on 2001/02/25  17:33:12
35832         Log: (Retracted by #8395.)
35833              
35834              Slight tweaks in scan_const(), not fixes yet, it seems like
35835              lots of work remains to be done...
35836      Branch: perl
35837            ! toke.c
35838 ____________________________________________________________________________
35839 [  8932] By: jhi                                   on 2001/02/25  17:27:11
35840         Log: (Retracted by #8395.)
35841              
35842              Missing from #8930.
35843      Branch: perl
35844            ! perl.h
35845 ____________________________________________________________________________
35846 [  8931] By: jhi                                   on 2001/02/25  17:26:19
35847         Log: A comment tweak.
35848      Branch: perl
35849            ! utf8.c
35850 ____________________________________________________________________________
35851 [  8930] By: jhi                                   on 2001/02/25  17:25:47
35852         Log: (Retracted by #8395.)
35853              
35854              Attempt to fix the EBCDIC character range problwm with //.
35855      Branch: perl
35856            ! regcomp.c
35857 ____________________________________________________________________________
35858 [  8929] By: jhi                                   on 2001/02/25  17:23:45
35859         Log: (Retracted by #8395.)
35860              
35861              Expand the EBCDIC character range tests, and add few nasty
35862              tr tests from Karsten Sperling.
35863      Branch: perl
35864            ! t/op/pat.t t/op/tr.t
35865 ____________________________________________________________________________
35866 [  8928] By: jhi                                   on 2001/02/25  17:18:49
35867         Log: Missing check-in.
35868      Branch: perl
35869            ! lib/Pod/Find.pm
35870 ____________________________________________________________________________
35871 [  8927] By: nick                                  on 2001/02/25  11:30:22
35872         Log: Change method names in Encode implementation classes to something
35873              less confusing (preparing to "go public").
35874      Branch: perlio
35875            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
35876 ____________________________________________________________________________
35877 [  8926] By: nick                                  on 2001/02/25  10:53:24
35878         Log: GCC __atribute__ / printf fix
35879      Branch: perlio
35880            ! perl.h
35881 ____________________________________________________________________________
35882 [  8925] By: nick                                  on 2001/02/25  10:52:25
35883         Log: Checked in the wrong one ...
35884      Branch: perlio
35885            ! ext/Encode/Encode.pm
35886 ____________________________________________________________________________
35887 [  8924] By: nick                                  on 2001/02/24  18:46:51
35888         Log: Integrate mainline - to see what Jarkko has in ...
35889      Branch: perlio
35890           +> t/pod/testpods/lib/Pod/Stuff.pm
35891           !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
35892 ____________________________________________________________________________
35893 [  8923] By: nick                                  on 2001/02/24  17:05:23
35894         Log: Encode API documentation nd tidy up.
35895              Minor additions to test.
35896              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
35897              Adds STRLEN to standard typemap.
35898      Branch: perlio
35899            ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
35900            ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
35901 ____________________________________________________________________________
35902 [  8922] By: jhi                                   on 2001/02/24  16:38:12
35903         Log: Add a test for the "character range should match in EBCDIC
35904              if specified using explicit numerics" bug found by Karsten
35905              Sperling.
35906      Branch: perl
35907            ! t/op/pat.t
35908 ____________________________________________________________________________
35909 [  8921] By: jhi                                   on 2001/02/24  16:30:16
35910         Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
35911              From: schwern@pobox.com
35912              Date: Fri, 23 Feb 2001 03:21:37 -0500
35913              Message-ID: <20010223032137.A26022@magnonel.guild.net>
35914              
35915              plus Charles Lane's fixes, plus tweaks.
35916      Branch: perl
35917            + t/pod/testpods/lib/Pod/Stuff.pm
35918            ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
35919 ____________________________________________________________________________
35920 [  8920] By: nick                                  on 2001/02/24  10:30:11
35921         Log: Integrate mainline
35922      Branch: perlio
35923           !> (integrate 33 files)
35924 ____________________________________________________________________________
35925 [  8919] By: jhi                                   on 2001/02/24  00:23:35
35926         Log: Subject: Re: I'm losing the war...
35927              From: "Vadim Konovalov" <watman@inbox.ru>
35928              Date: Sat, 24 Feb 2001 00:10:14 +0300
35929              Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
35930              
35931              hv_store() not working correctly in ENV_IS_CASELESS case.
35932      Branch: perl
35933            ! hv.c
35934 ____________________________________________________________________________
35935 [  8918] By: jhi                                   on 2001/02/24  00:20:09
35936         Log: Subject: Re: [PATCH] fix for charnames above FFFF
35937              From: andreas.koenig@anima.de (Andreas J. Koenig)
35938              Date: 23 Feb 2001 02:39:03 +0100
35939              Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
35940              
35941              A further efficiency tweak.
35942      Branch: perl
35943            ! lib/charnames.pm
35944 ____________________________________________________________________________
35945 [  8917] By: jhi                                   on 2001/02/23  20:27:51
35946         Log: Integrate change #8916 from mainline,
35947              do away with USE_WIN32_RTL_ENV.
35948      Branch: maint-5.6/perl
35949           !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
35950 ____________________________________________________________________________
35951 [  8916] By: jhi                                   on 2001/02/23  20:02:25
35952         Log: Abolish USE_WIN32_RTL_ENV.
35953      Branch: perl
35954            ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
35955 ____________________________________________________________________________
35956 [  8915] By: jhi                                   on 2001/02/23  19:36:00
35957         Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
35958              later protected by some #define.
35959      Branch: perl
35960            ! gv.c
35961 ____________________________________________________________________________
35962 [  8914] By: jhi                                   on 2001/02/23  19:31:38
35963         Log: Retract #8902 for now, requested by Charles Lane, the correct
35964              fix will be something else.
35965      Branch: perl
35966            ! op.c
35967 ____________________________________________________________________________
35968 [  8913] By: jhi                                   on 2001/02/23  19:11:36
35969         Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
35970              From: Peter Prymmer <pvhp@forte.com>
35971              Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
35972              Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
35973      Branch: perl
35974            ! t/op/lex_assign.t
35975 ____________________________________________________________________________
35976 [  8912] By: jhi                                   on 2001/02/23  18:38:20
35977         Log: Subject: [patch] perlio + useithreads
35978              From: Doug MacEachern <dougm@covalent.net>
35979              Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
35980              Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
35981              
35982              Gets things running but not complete.
35983      Branch: perl
35984            ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
35985 ____________________________________________________________________________
35986 [  8911] By: jhi                                   on 2001/02/23  04:20:02
35987         Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
35988              
35989              Duplicated environment freeing, File::Temp 0.12,
35990              op/append portability (EBCDIC) tweak.
35991      Branch: maint-5.6/perl
35992           !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
35993           !> t/op/append.t
35994 ____________________________________________________________________________
35995 [  8910] By: jhi                                   on 2001/02/23  02:07:33
35996         Log: Integrate change #8909 from mainline, a better Borland
35997              putenv() workaround.
35998      Branch: maint-5.6/perl
35999           !> perl.c
36000 ____________________________________________________________________________
36001 [  8909] By: jhi                                   on 2001/02/23  02:05:46
36002         Log: A better workaround for Borland putenv() brokenness from Sarathy.
36003      Branch: perl
36004            ! perl.c
36005 ____________________________________________________________________________
36006 [  8908] By: jhi                                   on 2001/02/23  02:04:14
36007         Log: Subject: fix for parameter -Dm (for perl@8867)
36008              From: "Vadim Konovalov" <watman@inbox.ru>
36009              Date: Thu, 22 Feb 2001 17:30:12 +0300
36010              Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
36011      Branch: perl
36012            ! perl.h
36013 ____________________________________________________________________________
36014 [  8907] By: jhi                                   on 2001/02/23  01:58:20
36015         Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
36016              From: Peter Prymmer <pvhp@forte.com>
36017              Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
36018              Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
36019      Branch: perl
36020            ! t/op/append.t
36021 ____________________________________________________________________________
36022 [  8906] By: jhi                                   on 2001/02/23  01:48:34
36023         Log: Upgrade to File::Temp 0.12, from Tim Jenness.
36024      Branch: perl
36025            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
36026 ____________________________________________________________________________
36027 [  8905] By: jhi                                   on 2001/02/23  01:43:30
36028         Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
36029              From: Peter Prymmer <pvhp@forte.com>
36030              Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
36031              Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
36032      Branch: perl
36033            ! t/lib/st-06compat.t
36034 ____________________________________________________________________________
36035 [  8904] By: jhi                                   on 2001/02/23  01:42:39
36036         Log: Metaconfig unit change for #8903.
36037      Branch: metaconfig/U/perl
36038            ! Devel.U
36039 ____________________________________________________________________________
36040 [  8903] By: jhi                                   on 2001/02/23  01:42:12
36041         Log: Be more helpful for devel builders, suggested by John L. Allen.
36042      Branch: perl
36043            ! Configure
36044 ____________________________________________________________________________
36045 [  8902] By: jhi                                   on 2001/02/23  01:37:41
36046         Log: (Retracted by #8914)
36047              (Wrongly, reinstated by #8941)
36048              
36049              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
36050              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
36051              Date:     Thu, 22 Feb 2001 09:43:57 EST
36052              Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
36053      Branch: perl
36054            ! op.c
36055 ____________________________________________________________________________
36056 [  8901] By: jhi                                   on 2001/02/23  01:20:32
36057         Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
36058              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
36059              Date:     Thu, 22 Feb 2001 08:01:35 EST
36060              Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
36061      Branch: perl
36062            ! malloc.c
36063 ____________________________________________________________________________
36064 [  8900] By: jhi                                   on 2001/02/23  01:18:02
36065         Log: Integrate changes #8898,8899 from mainline, environ handling.
36066      Branch: maint-5.6/perl
36067           !> perl.c
36068 ____________________________________________________________________________
36069 [  8899] By: jhi                                   on 2001/02/23  01:16:25
36070         Log: Rewrite putenv() using my_setenv().  (In general the vendors'
36071              putenv() is not to be relied on, they are either broken or leaky
36072              or both.)
36073      Branch: perl
36074            ! perl.c
36075 ____________________________________________________________________________
36076 [  8898] By: jhi                                   on 2001/02/22  23:36:59
36077         Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
36078              and safesysfree() must be used.
36079      Branch: perl
36080            ! perl.c
36081 ____________________________________________________________________________
36082 [  8897] By: jhi                                   on 2001/02/22  23:25:45
36083         Log: With environ one must use safesysmalloc()/safesysfree().
36084      Branch: perl
36085            ! perl.c
36086 ____________________________________________________________________________
36087 [  8896] By: jhi                                   on 2001/02/22  22:13:18
36088         Log: If we have a duplicated environment free it
36089              if PERL_DESTRUCT_LEVEL.
36090      Branch: perl
36091            ! perl.c
36092 ____________________________________________________________________________
36093 [  8895] By: alanbur                               on 2001/02/22  19:31:57
36094         Log: Synchronised with parent
36095      Branch: maint-5.6/pureperl
36096           !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
36097 ____________________________________________________________________________
36098 [  8894] By: gsar                                  on 2001/02/22  19:06:18
36099         Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
36100              
36101              fix memory leak in method call optimization (change#3768);
36102              made C<eval "$x->foo()"> leak
36103              
36104              fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
36105      Branch: maint-5.6/perl
36106           !> op.c
36107 ____________________________________________________________________________
36108 [  8893] By: jhi                                   on 2001/02/22  18:35:27
36109         Log: (Retracted by #8915.)
36110              
36111              Third Degree finding:
36112              reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
36113      Branch: perl
36114            ! gv.c
36115 ____________________________________________________________________________
36116 [  8892] By: jhi                                   on 2001/02/22  14:28:32
36117         Log: Update Changes.
36118      Branch: perl
36119            ! Changes patchlevel.h
36120 ____________________________________________________________________________
36121 [  8891] By: jhi                                   on 2001/02/22  13:22:45
36122         Log: Metaconfig unit changes for #8890.
36123      Branch: metaconfig
36124            ! U/modified/Cppsym.U U/threads/archname.U
36125 ____________________________________________________________________________
36126 [  8890] By: jhi                                   on 2001/02/22  13:22:12
36127         Log: Add -stdio to the archname if no perlio selected,
36128              no -perlio added since that is now the default.
36129              
36130              Add few CPUs/architectures to the Cppsym scan.
36131      Branch: perl
36132            ! Configure config_h.SH
36133 ____________________________________________________________________________
36134 [  8889] By: jhi                                   on 2001/02/22  13:05:59
36135         Log: Metaconfig unit change for #8888.
36136      Branch: metaconfig/U/perl
36137            ! useperlio.U
36138 ____________________________________________________________________________
36139 [  8888] By: jhi                                   on 2001/02/22  13:05:28
36140         Log: *drum roll*  Make perlio the default.
36141      Branch: perl
36142            ! Configure config_h.SH
36143 ____________________________________________________________________________
36144 [  8887] By: jhi                                   on 2001/02/22  12:50:52
36145         Log: Integrate change #8665 from maintperl to mainline,
36146              IA64-induced POSIX::SigSet masking with IVs instead of NVs.
36147      Branch: perl
36148           !> ext/POSIX/POSIX.xs
36149 ____________________________________________________________________________
36150 [  8886] By: jhi                                   on 2001/02/22  12:49:24
36151         Log: Integrate changes #8883,8884 from mainline to maintperl.
36152              
36153              Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
36154              Subject: Re: File::Temp::_gettemp warning
36155      Branch: maint-5.6/perl
36156           !> embed.h embed.pl lib/File/Temp.pm
36157 ____________________________________________________________________________
36158 [  8885] By: jhi                                   on 2001/02/22  12:43:59
36159         Log: Based on
36160              
36161              Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
36162              From: schwab@suse.de
36163              Date: Thu, 22 Feb 2001 13:08:09 +0100
36164              Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
36165              
36166              but the fix done slightly differently because the other
36167              half was already done in #8664.
36168      Branch: maint-5.6/perl
36169            ! ext/POSIX/POSIX.xs
36170 ____________________________________________________________________________
36171 [  8884] By: jhi                                   on 2001/02/22  12:37:15
36172         Log: Subject: Re: File::Temp::_gettemp warning
36173              From: Tim Jenness <t.jenness@jach.hawaii.edu>
36174              Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
36175              Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
36176              
36177              This patch to File::Temp does two things:
36178              
36179              1. Fixes the problem with CGI::Carp when determining
36180              the Fcntl constants
36181              
36182              2. Removes most of the carps and consolidates them so that all the
36183              reasons are included in a single die that is caught by the test. This
36184              means that the correct skipping behaviour is displayed by the test.
36185      Branch: perl
36186            ! lib/File/Temp.pm
36187 ____________________________________________________________________________
36188 [  8883] By: jhi                                   on 2001/02/22  12:29:19
36189         Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
36190              From: Peter Prymmer <pvhp@forte.com>
36191              Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
36192              Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
36193      Branch: perl
36194            ! embed.h embed.pl
36195 ____________________________________________________________________________
36196 [  8882] By: jhi                                   on 2001/02/21  19:41:33
36197         Log: Integrate change #8881 from mainlin to maintperl.
36198              
36199              Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
36200      Branch: maint-5.6/perl
36201           !> op.c
36202 ____________________________________________________________________________
36203 [  8881] By: jhi                                   on 2001/02/21  19:38:57
36204         Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
36205              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
36206              Date:     Wed, 21 Feb 2001 13:08:03 EST
36207              Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
36208      Branch: perl
36209            ! op.c
36210 ____________________________________________________________________________
36211 [  8880] By: jhi                                   on 2001/02/21  19:34:34
36212         Log: Retract #8875, cannot let go of the old semantics of unpack U
36213              without rethinking utf8decode.t.
36214      Branch: perl
36215            ! pp.c t/op/pack.t
36216 ____________________________________________________________________________
36217 [  8879] By: jhi                                   on 2001/02/21  19:08:02
36218         Log: Run run/*.t also in minitest.
36219      Branch: perl
36220            ! Makefile.SH
36221 ____________________________________________________________________________
36222 [  8878] By: nick                                  on 2001/02/21  18:55:37
36223         Log: Integrate mainline
36224      Branch: perlio
36225           !> (integrate 76 files)
36226 ____________________________________________________________________________
36227 [  8877] By: jhi                                   on 2001/02/21  15:09:33
36228         Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
36229      Branch: metaconfig
36230            ! U/compline/nblock_io.U
36231      Branch: perl
36232            ! Configure config_h.SH
36233 ____________________________________________________________________________
36234 [  8876] By: jhi                                   on 2001/02/21  14:54:45
36235         Log: If no sfio, no -lsfio.
36236      Branch: metaconfig/U/perl
36237            ! d_sfio.U
36238      Branch: perl
36239            ! Configure config_h.SH
36240 ____________________________________________________________________________
36241 [  8875] By: jhi                                   on 2001/02/21  14:54:00
36242         Log: Make unpack C and unpack U truly equivalent.
36243      Branch: perl
36244            ! pp.c t/op/pack.t
36245 ____________________________________________________________________________
36246 [  8874] By: jhi                                   on 2001/02/21  14:26:02
36247         Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
36248              From: Peter Prymmer <pvhp@forte.com>
36249              Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
36250              Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
36251      Branch: perl
36252            ! pod/perlport.pod
36253 ____________________________________________________________________________
36254 [  8873] By: jhi                                   on 2001/02/21  14:24:31
36255         Log: Subject: [PATCH] fix for charnames above FFFF
36256              From: andreas.koenig@anima.de (Andreas J. Koenig)
36257              Date: 21 Feb 2001 07:05:45 +0100
36258              Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
36259      Branch: perl
36260            ! lib/charnames.pm t/lib/charnames.t
36261 ____________________________________________________________________________
36262 [  8872] By: jhi                                   on 2001/02/21  14:15:25
36263         Log: Integrate change #8868 from pureperl to mainline.
36264              
36265              Fixed reference count loop caused by sv_magic.
36266      Branch: perl
36267           !> sv.c
36268 ____________________________________________________________________________
36269 [  8871] By: jhi                                   on 2001/02/21  14:07:29
36270         Log: Integrate change #8868 from pureperl to maintperl.
36271              
36272              Fixed reference count loop caused by sv_magic.
36273      Branch: maint-5.6/perl
36274           !> sv.c
36275 ____________________________________________________________________________
36276 [  8870] By: jhi                                   on 2001/02/21  14:04:41
36277         Log: Put back the #8840, it was innocent.
36278      Branch: perl
36279            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
36280            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
36281 ____________________________________________________________________________
36282 [  8869] By: jhi                                   on 2001/02/21  14:00:03
36283         Log: unpack("C", ...) was left slightly unfinished by #8865.
36284      Branch: perl
36285            ! pp.c t/op/pack.t
36286 ____________________________________________________________________________
36287 [  8868] By: alanbur                               on 2001/02/21  01:33:45
36288         Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
36289              from gv_fetchpv to create single-character magic variables (e.g. $!),
36290              and it is passed a sv and the gv that contains the sv as the mg_obj
36291              value.  When sv_magic stores the mg_obj pointer it increments the gv
36292              refcount, thus causing a sv-gv pair that can't be freed.  There is
36293              already a check for sv == obj which is used to prevent such reference
36294              loops.  This change extends the check to cover the case described above.
36295      Branch: maint-5.6/pureperl
36296            ! sv.c
36297 ____________________________________________________________________________
36298 [  8867] By: jhi                                   on 2001/02/21  00:52:39
36299         Log: Update Changes.
36300      Branch: perl
36301            ! Changes patchlevel.h
36302 ____________________________________________________________________________
36303 [  8866] By: jhi                                   on 2001/02/21  00:34:20
36304         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
36305              (Note: there were some conflicts due to EBCDIC and EPOC
36306              patches, in general I preferred the repository code.)
36307              (When 2.753 comes out, we need to synchronize.)
36308      Branch: perl
36309            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
36310            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
36311            ! t/lib/cgi-html.t
36312 ____________________________________________________________________________
36313 [  8865] By: jhi                                   on 2001/02/21  00:24:22
36314         Log: Make pack("C", 0x100) to create Unicode, unless under the
36315              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
36316              will understand Unicode, unless you under know what.
36317      Branch: perl
36318            ! pp.c t/op/pack.t t/op/qu.t
36319 ____________________________________________________________________________
36320 [  8864] By: alanbur                               on 2001/02/20  22:35:34
36321         Log: Resynchronised with parent
36322      Branch: maint-5.6/pureperl
36323           !> README.win32 ext/GDBM_File/GDBM_File.pm
36324           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
36325           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
36326           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
36327           !> t/lib/sdbm.t util.c
36328 ____________________________________________________________________________
36329 [  8863] By: jhi                                   on 2001/02/20  20:55:11
36330         Log: Integrate change #8860,8861 from mainline into maintperl.
36331              
36332              "pseudo-literal j"
36333              
36334              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
36335      Branch: maint-5.6/perl
36336           !> lib/Test.pm pod/perlop.pod
36337 ____________________________________________________________________________
36338 [  8862] By: jhi                                   on 2001/02/20  20:30:07
36339         Log: Don't do casting between pointers pointing to differently sized
36340              integers.
36341      Branch: perl
36342            ! hv.c sv.c
36343 ____________________________________________________________________________
36344 [  8861] By: jhi                                   on 2001/02/20  19:53:44
36345         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
36346              From: Peter Prymmer <pvhp@forte.com>
36347              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
36348              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
36349      Branch: perl
36350            ! lib/Test.pm
36351 ____________________________________________________________________________
36352 [  8860] By: jhi                                   on 2001/02/20  19:48:02
36353         Log: "pseudo-literal j", a documentation glitch reported to Debian.
36354              The text recovered from Perl 5.005_03, and pseudo-literal replaced
36355              by "backtick string".
36356      Branch: perl
36357            ! pod/perlop.pod
36358 ____________________________________________________________________________
36359 [  8859] By: jhi                                   on 2001/02/20  19:15:46
36360         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
36361              from Chris Nandor.
36362      Branch: perl
36363            ! makedef.pl
36364 ____________________________________________________________________________
36365 [  8858] By: jhi                                   on 2001/02/20  17:36:53
36366         Log: Integrate pureperl changes #8844,8845,8850 to mainline
36367              (via maintperl #8855).
36368              
36369              Fixed %^H scoping bug
36370              
36371              Removed GV <-> CV refcount loop
36372              
36373              Removed %ENV refcount loop
36374      Branch: perl
36375           !> gv.c op.c perl.c pp.c scope.c
36376 ____________________________________________________________________________
36377 [  8857] By: jhi                                   on 2001/02/20  17:34:32
36378         Log: Integrate changes #8853,8854 from maintperl to mainline.
36379              
36380              EBDIC fixes, README.win32 Borland update.
36381      Branch: perl
36382           !> README.win32 handy.h util.c
36383 ____________________________________________________________________________
36384 [  8856] By: jhi                                   on 2001/02/20  17:33:16
36385         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
36386      Branch: maint-5.6/perl
36387           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
36388           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
36389           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
36390 ____________________________________________________________________________
36391 [  8855] By: jhi                                   on 2001/02/20  17:32:13
36392         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
36393              
36394              Fixed %^H scoping bug
36395              
36396              Removed GV <-> CV refcount loop
36397              
36398              Removed %ENV refcount loop
36399      Branch: maint-5.6/perl
36400           !> gv.c op.c perl.c pp.c scope.c
36401 ____________________________________________________________________________
36402 [  8854] By: jhi                                   on 2001/02/20  17:25:06
36403         Log: Subject: Addition to readme.win32 for Borland C++ compilers
36404              Date: Tue, 20 Feb 2001 02:15:25 +0300
36405              From: "Vadim Konovalov" <watman@inbox.ru>
36406              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
36407              
36408              Document Borland compiler misbehaviour.
36409      Branch: maint-5.6/perl
36410            ! README.win32
36411 ____________________________________________________________________________
36412 [  8853] By: jhi                                   on 2001/02/20  17:22:25
36413         Log: The assimilation of ebcdic.c didn't quite work at the first try,
36414              patches from Thomas Dorner.
36415      Branch: maint-5.6/perl
36416            ! handy.h util.c
36417 ____________________________________________________________________________
36418 [  8852] By: jhi                                   on 2001/02/20  17:20:15
36419         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
36420              From: Chris Nandor <pudge@pobox.com>
36421              Date: Tue, 20 Feb 2001 08:32:45 -0500
36422              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
36423      Branch: maint-5.6/perl
36424            ! makedef.pl mg.c
36425 ____________________________________________________________________________
36426 [  8851] By: jhi                                   on 2001/02/20  17:15:52
36427         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
36428      Branch: perl
36429            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
36430            ! t/lib/filter-util.t
36431 ____________________________________________________________________________
36432 [  8850] By: alanbur                               on 2001/02/20  17:12:40
36433         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
36434              and the magic pointer points back to the GV that contains the
36435              %ENV hash.  This creates a refcount loop that prevents members
36436              of %ENV from being freed correctly.  This change removes the
36437              refcount loop - the magic pointer was never used anyway, the
36438              only use of the magic was to check the type ('E') so that the
36439              appropriate environment manipulation code is called when %ENV
36440              is modified.
36441      Branch: maint-5.6/pureperl
36442            ! perl.c
36443 ____________________________________________________________________________
36444 [  8849] By: jhi                                   on 2001/02/20  17:12:20
36445         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
36446              From: "Craig A. Berry" <craigberry@mac.com>
36447              Date: Mon, 19 Feb 2001 23:36:12 -0600
36448              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
36449              
36450              Case-forgiving systems match TestInit.pm with TES*.
36451      Branch: perl
36452            ! t/lib/glob-basic.t
36453 ____________________________________________________________________________
36454 [  8848] By: jhi                                   on 2001/02/20  17:10:02
36455         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
36456      Branch: perl
36457            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
36458            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
36459            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
36460 ____________________________________________________________________________
36461 [  8847] By: jhi                                   on 2001/02/20  15:34:41
36462         Log: The #8843 wasn't quite right: %Config needs to imported.
36463      Branch: perl
36464            ! t/run/runenv.t
36465 ____________________________________________________________________________
36466 [  8846] By: jhi                                   on 2001/02/20  15:31:50
36467         Log: Retract the #8838 and #8840 for now because of
36468              the DB_File tie problem.
36469      Branch: perl
36470            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
36471            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
36472            ! proto.h sv.c
36473 ____________________________________________________________________________
36474 [  8845] By: alanbur                               on 2001/02/20  14:25:41
36475         Log: Removed GV <-> CV refcount loop
36476              CvGV(mycv) points to the parent GV of the CV, and was previously
36477              refcounted.  The pointer remains, but the refcounting has been removed
36478              as it causes a refcount loop between the CV and GV that means the CV
36479              can't ever be deleted.
36480      Branch: maint-5.6/pureperl
36481            ! gv.c op.c pp.c
36482 ____________________________________________________________________________
36483 [  8844] By: alanbur                               on 2001/02/20  14:23:13
36484         Log: Fixed %^H scoping bug
36485      Branch: maint-5.6/pureperl
36486            ! scope.c
36487 ____________________________________________________________________________
36488 [  8843] By: jhi                                   on 2001/02/19  13:38:08
36489         Log: fork() not everywhere, cleanup temp files.
36490      Branch: perl
36491            ! t/run/runenv.t
36492 ____________________________________________________________________________
36493 [  8842] By: alanbur                               on 2001/02/19  12:42:07
36494         Log: Resynchronised with parent
36495      Branch: maint-5.6/pureperl
36496           !> pod/perlfaq4.pod sv.c utf8.c
36497 ____________________________________________________________________________
36498 [  8841] By: jhi                                   on 2001/02/19  03:35:51
36499         Log: Update Changes.
36500      Branch: perl
36501            ! Changes patchlevel.h
36502 ____________________________________________________________________________
36503 [  8840] By: jhi                                   on 2001/02/19  00:23:41
36504         Log: Subject: [patch] add sv_setref_uv
36505              From: Doug MacEachern <dougm@covalent.net>
36506              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
36507              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
36508      Branch: perl
36509            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
36510            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
36511 ____________________________________________________________________________
36512 [  8839] By: jhi                                   on 2001/02/19  00:01:38
36513         Log: Put to rest the 20010205.001, the email address checking (not) regex.
36514      Branch: perl
36515            ! pod/perlfaq9.pod
36516 ____________________________________________________________________________
36517 [  8838] By: jhi                                   on 2001/02/18  22:17:54
36518         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
36519              From: Doug MacEachern <dougm@covalent.net>
36520              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
36521              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
36522      Branch: perl
36523            ! lib/ExtUtils/xsubpp
36524 ____________________________________________________________________________
36525 [  8837] By: jhi                                   on 2001/02/18  22:16:50
36526         Log: Subject: [patch] -Wall cleanup round 2
36527              From: Doug MacEachern <dougm@covalent.net>
36528              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
36529              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
36530      Branch: perl
36531            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
36532            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
36533            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
36534            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
36535            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
36536            ! ext/SDBM_File/SDBM_File.xs
36537 ____________________________________________________________________________
36538 [  8836] By: jhi                                   on 2001/02/18  22:11:20
36539         Log: Misapplied regex optimizations when \C is present.
36540              Fixes 20001230.002.
36541              
36542              What still remains broken is that the submatches that
36543              have \C in them get their UTF8 flag on because their
36544              parent SV has it on.  This will result in malformed
36545              UTF8 if a \C happened to match a non-ASCII byte.
36546      Branch: perl
36547            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
36548            ! t/pragma/utf8.t
36549 ____________________________________________________________________________
36550 [  8835] By: jhi                                   on 2001/02/18  20:12:02
36551         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
36552              
36553              The hash key got wrongly UTF8fied.
36554      Branch: perl
36555            ! pod/perlapi.pod toke.c utf8.c
36556 ____________________________________________________________________________
36557 [  8834] By: jhi                                   on 2001/02/18  19:44:25
36558         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
36559              don't warn on magical or overloaded things.
36560      Branch: perl
36561            ! pp_hot.c
36562 ____________________________________________________________________________
36563 [  8833] By: nick                                  on 2001/02/18  19:31:22
36564         Log: Integrate mainline
36565      Branch: perlio
36566           +> t/TestInit.pm t/run/runenv.t
36567            - t/UTEST
36568           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
36569           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
36570           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
36571           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
36572           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
36573           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
36574           !> utf8.c
36575 ____________________________________________________________________________
36576 [  8832] By: jhi                                   on 2001/02/18  19:21:18
36577         Log: Integrate perlio.
36578      Branch: perl
36579           !> perlio.c pod/perldiag.pod
36580 ____________________________________________________________________________
36581 [  8831] By: jhi                                   on 2001/02/18  19:14:20
36582         Log: Integrate change #8827 from mainline.
36583              
36584              UTF8 tweaks.
36585      Branch: maint-5.6/perl
36586           !> sv.c utf8.c
36587 ____________________________________________________________________________
36588 [  8830] By: nick                                  on 2001/02/18  19:10:34
36589         Log: Apply the spirit of patch from Nick Clark:
36590              Subject: [PATCH] Re: extensions that provide layers
36591              From: Nicholas Clark <nick@ccl4.org>
36592              Date: Mon, 12 Feb 2001 16:43:51 +0000
36593              Message-Id: <20010212164350.Q3652@plum.flirble.org>
36594      Branch: perlio
36595            ! perlio.c pod/perldiag.pod
36596 ____________________________________________________________________________
36597 [  8829] By: jhi                                   on 2001/02/18  19:03:25
36598         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
36599              From: schwern@pobox.com 
36600              Date: Sun, 18 Feb 2001 13:44:35 -0500
36601              Message-ID: <20010218134435.A17544@magnonel.guild.net>
36602              
36603              Applied, but as t/TestInit.pm.
36604      Branch: perl
36605            + t/TestInit.pm
36606            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
36607            ! t/op/subst_wamp.t
36608 ____________________________________________________________________________
36609 [  8828] By: jhi                                   on 2001/02/18  18:43:52
36610         Log: Integrate perlio.
36611      Branch: perl
36612           !> perlio.c
36613 ____________________________________________________________________________
36614 [  8827] By: jhi                                   on 2001/02/18  18:41:33
36615         Log: UTF-8 tweaks.
36616      Branch: perl
36617            ! sv.c utf8.c
36618 ____________________________________________________________________________
36619 [  8826] By: nick                                  on 2001/02/18  17:40:59
36620         Log: Fix [ID 20010217.002]
36621              open FOO, "<:raw:perlio", ...
36622              :raw now inserts default base layer below itself.
36623              Also
36624              open FOO, "<:unix", ...
36625              works as well - but leaves buffer layer on stack under the unix layer.
36626      Branch: perlio
36627            ! perlio.c
36628 ____________________________________________________________________________
36629 [  8825] By: jhi                                   on 2001/02/18  17:15:39
36630         Log: Integrate perlio.
36631      Branch: perl
36632           !> perlio.c perliol.h
36633 ____________________________________________________________________________
36634 [  8824] By: jhi                                   on 2001/02/18  17:10:53
36635         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
36636              From: schwern@pobox.com
36637              Date: Sun, 18 Feb 2001 01:48:50 -0500
36638              Message-ID: <20010218014850.C19957@magnonel.guild.net>
36639      Branch: perl
36640            ! lib/Test/Harness.pm t/TEST t/op/chop.t
36641 ____________________________________________________________________________
36642 [  8823] By: jhi                                   on 2001/02/18  17:01:06
36643         Log: Add run/*.t to testables.
36644      Branch: perl
36645            ! t/TEST
36646 ____________________________________________________________________________
36647 [  8822] By: jhi                                   on 2001/02/18  16:58:58
36648         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
36649              From: schwern@pobox.com
36650              Date: Sun, 18 Feb 2001 01:11:35 -0500
36651              Message-ID: <20010218011135.A19957@magnonel.guild.net>
36652              
36653              Revive mjd's and Simon's PERL5OPT fix.
36654      Branch: perl
36655            + t/run/runenv.t
36656            ! MANIFEST perl.c
36657 ____________________________________________________________________________
36658 [  8821] By: jhi                                   on 2001/02/18  16:53:46
36659         Log: Subject: Re: Why t/TEST and not Test::Harness?
36660              From: schwern@pobox.com
36661              Date: Sat, 17 Feb 2001 22:44:44 -0500
36662              Message-ID: <20010217224444.A6679@magnonel.guild.net>
36663              
36664              Replace UTEST with TEST -utf8.
36665      Branch: perl
36666            - t/UTEST
36667            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
36668            ! t/lib/glob-basic.t
36669 ____________________________________________________________________________
36670 [  8820] By: nick                                  on 2001/02/18  13:06:16
36671         Log: Clean up a few core dumps when layers are used in unexpected ways.
36672              (Still not "right"...)
36673      Branch: perlio
36674            ! perlio.c perliol.h
36675 ____________________________________________________________________________
36676 [  8819] By: jhi                                   on 2001/02/18  02:25:55
36677         Log: Integrate change #8818 from maintperl, a FAQ nit.
36678      Branch: perl
36679           !> pod/perlfaq4.pod
36680 ____________________________________________________________________________
36681 [  8818] By: jhi                                   on 2001/02/18  02:24:50
36682         Log: FAQ nit from Chris Fedde.
36683      Branch: maint-5.6/perl
36684            ! pod/perlfaq4.pod
36685 ____________________________________________________________________________
36686 [  8817] By: nick                                  on 2001/02/17  18:20:14
36687         Log: Integrate mainline
36688      Branch: perlio
36689           +> lib/unicode/UCD.html lib/unicode/Unicode.html
36690           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
36691           +> pod/perlclib.pod
36692            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
36693            - lib/unicode/Unicode.301
36694           !> (integrate 324 files)
36695 ____________________________________________________________________________
36696 [  8816] By: jhi                                   on 2001/02/17  16:56:58
36697         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
36698      Branch: perl
36699            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
36700            ! ext/Storable/Storable.xs t/lib/st-06compat.t
36701            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
36702 ____________________________________________________________________________
36703 [  8815] By: jhi                                   on 2001/02/17  16:40:07
36704         Log: Subject: [patch] -Wall
36705              From: Doug MacEachern <dougm@covalent.net>
36706              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
36707              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
36708      Branch: perl
36709            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
36710            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
36711 ____________________________________________________________________________
36712 [  8814] By: jhi                                   on 2001/02/16  19:27:18
36713         Log: Document qu better.
36714      Branch: perl
36715            ! pod/perlop.pod
36716 ____________________________________________________________________________
36717 [  8813] By: jhi                                   on 2001/02/15  13:54:37
36718         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
36719              From: Hugo <hv@crypt.compulink.co.uk>
36720              Date: Thu, 15 Feb 2001 13:39:49 +0000
36721              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
36722      Branch: perl
36723            ! toke.c
36724 ____________________________________________________________________________
36725 [  8812] By: alanbur                               on 2001/02/15  13:52:16
36726         Log: Resynchronised with parent
36727      Branch: maint-5.6/pureperl
36728            - ebcdic.c
36729           !> (integrate 36 files)
36730 ____________________________________________________________________________
36731 [  8811] By: jhi                                   on 2001/02/15  13:51:16
36732         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
36733              
36734              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
36735              From: Jan Dubois <JanD@ActiveState.com>
36736              Date: Wed, 31 Jan 2001 21:17:03 -0800
36737              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
36738              
36739              tweak change#8659 to keep it simple
36740              
36741              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
36742              From: Russ Allbery <rra@stanford.edu>
36743              Date: 14 Feb 2001 10:15:41 -0800
36744              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
36745              
36746              (8809 empty)
36747              
36748              Upgrade to podlators 1.08, from Russ Allbery.
36749      Branch: perl
36750           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
36751           !> utils/perldoc.PL
36752 ____________________________________________________________________________
36753 [  8810] By: jhi                                   on 2001/02/15  13:35:08
36754         Log: Upgrade to podlators 1.08, from Russ Allbery.
36755      Branch: maint-5.6/perl
36756            ! lib/Pod/Man.pm lib/Pod/Text.pm
36757 ____________________________________________________________________________
36758 [  8809] By: jhi                                   on 2001/02/15  13:26:38
36759         Log: (accidentally empty check-in)
36760      Branch: maint-5.6/perl
36761            ! lib/Test/Harness.pm
36762 ____________________________________________________________________________
36763 [  8808] By: jhi                                   on 2001/02/15  13:23:47
36764         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
36765              From: Russ Allbery <rra@stanford.edu>
36766              Date: 14 Feb 2001 10:15:41 -0800
36767              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
36768              
36769              perldoc was hardcoding $Config{installscript}, which breaks
36770              when install* isn't where Perl ends up (such as with AFS).
36771              
36772              Use $Config{scriptdir} instead.
36773      Branch: maint-5.6/perl
36774            ! utils/perldoc.PL
36775 ____________________________________________________________________________
36776 [  8807] By: jhi                                   on 2001/02/14  14:37:27
36777         Log: Update Changes.
36778      Branch: perl
36779            ! Changes patchlevel.h
36780 ____________________________________________________________________________
36781 [  8806] By: jhi                                   on 2001/02/14  14:25:31
36782         Log: Integrate changes #8803,8804,8805 from mainline.
36783              
36784              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
36785              
36786              Don't skip too much of the locale error message if no environ array,
36787              from Chris Nandor.
36788              
36789              More MacOS Classic fixes from Chris Nandor.
36790      Branch: maint-5.6/perl
36791           !> doop.c lib/Cwd.pm perl.c perl.h util.c
36792 ____________________________________________________________________________
36793 [  8805] By: jhi                                   on 2001/02/14  03:29:01
36794         Log: More MacOS Classic fixes from Chris Nandor.
36795      Branch: perl
36796            ! doop.c lib/Cwd.pm
36797 ____________________________________________________________________________
36798 [  8804] By: jhi                                   on 2001/02/14  03:18:35
36799         Log: Don't skip too much of the locale error message if no environ array,
36800              from Chris Nandor.
36801      Branch: perl
36802            ! util.c
36803 ____________________________________________________________________________
36804 [  8803] By: jhi                                   on 2001/02/14  03:14:14
36805         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
36806      Branch: perl
36807            ! perl.c perl.h
36808 ____________________________________________________________________________
36809 [  8802] By: jhi                                   on 2001/02/13  18:31:33
36810         Log: AUTHORS update.
36811      Branch: perl
36812            ! AUTHORS
36813 ____________________________________________________________________________
36814 [  8801] By: jhi                                   on 2001/02/13  17:55:19
36815         Log: Integrate change #8792 from mainline.
36816              
36817              Subject: buncha MacPerl patches for bleadperl
36818              From: Chris Nandor <pudge@pobox.com>
36819              Date: Tue, 13 Feb 2001 00:02:43 -0500
36820              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
36821      Branch: maint-5.6/perl
36822           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
36823           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
36824           !> t/lib/basename.t toke.c util.h
36825 ____________________________________________________________________________
36826 [  8800] By: jhi                                   on 2001/02/13  17:46:43
36827         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
36828              to be forced to Off_t.
36829              
36830              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
36831              From: nick@ccl4.org
36832              Date: Thu, 1 Feb 2001 12:01:04 +0000
36833              Message-Id: <20010201120103.E11401@plum.flirble.org>
36834      Branch: maint-5.6/perl
36835            ! iperlsys.h perlio.c
36836 ____________________________________________________________________________
36837 [  8799] By: jhi                                   on 2001/02/13  16:52:51
36838         Log: Duplex duplex hunk hunk.
36839      Branch: maint-5.6/perl
36840            ! Makefile.SH
36841 ____________________________________________________________________________
36842 [  8797] By: jhi                                   on 2001/02/13  14:52:04
36843         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
36844              From: "Craig A. Berry" <craigberry@mac.com>
36845              Date: Mon, 12 Feb 2001 11:05:25 -0600
36846              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
36847      Branch: perl
36848            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
36849 ____________________________________________________________________________
36850 [  8796] By: jhi                                   on 2001/02/13  14:36:47
36851         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
36852              From: simon.cozens@pembroke.oxford.ac.uk 
36853              Date: Sat, 10 Feb 2001 17:57:02 +0000
36854              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
36855              
36856              Now it does include.
36857      Branch: perl
36858            ! pod/perldiag.pod
36859 ____________________________________________________________________________
36860 [  8795] By: jhi                                   on 2001/02/13  14:30:11
36861         Log: Sort the MANIFEST.
36862      Branch: perl
36863            ! MANIFEST
36864 ____________________________________________________________________________
36865 [  8794] By: jhi                                   on 2001/02/13  14:26:51
36866         Log: Integrate change #8793 from mainline, FAQ updates.
36867      Branch: maint-5.6/perl
36868           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
36869 ____________________________________________________________________________
36870 [  8793] By: jhi                                   on 2001/02/13  14:25:13
36871         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
36872      Branch: perl
36873            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
36874 ____________________________________________________________________________
36875 [  8792] By: jhi                                   on 2001/02/13  14:22:50
36876         Log: Subject: buncha MacPerl patches for bleadperl
36877              From: Chris Nandor <pudge@pobox.com>
36878              Date: Tue, 13 Feb 2001 00:02:43 -0500
36879              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
36880      Branch: perl
36881            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
36882            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
36883            ! t/lib/basename.t toke.c util.h
36884 ____________________________________________________________________________
36885 [  8791] By: jhi                                   on 2001/02/13  14:10:39
36886         Log: Integrate change #8790 from mainline.
36887              
36888              environ array wrongly assumed in Perl_init_i18nl10n(),
36889      Branch: maint-5.6/perl
36890           !> util.c
36891 ____________________________________________________________________________
36892 [  8790] By: jhi                                   on 2001/02/13  14:06:15
36893         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
36894              noticed by Chris Nandor in MacOS Classic.
36895      Branch: perl
36896            ! util.c
36897 ____________________________________________________________________________
36898 [  8789] By: jhi                                   on 2001/02/13  13:58:07
36899         Log: Integrate changes #8373,8487,8544,8783 from mainline.
36900              
36901              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
36902              hints files, the dynaloading, assimilate ebcdic into util.c.
36903      Branch: maint-5.6/perl
36904            - ebcdic.c
36905            ! MANIFEST hints/posix-bc.sh
36906           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
36907           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
36908           !> perlapi.c proto.h util.c
36909 ____________________________________________________________________________
36910 [  8788] By: alanbur                               on 2001/02/13  10:33:13
36911         Log: Integrated changes from maint-5.6
36912      Branch: maint-5.6/pureperl
36913           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
36914           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
36915           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
36916           !> vos/config.ga.h vos/configure_perl.cm
36917 ____________________________________________________________________________
36918 [  8787] By: jhi                                   on 2001/02/13  05:56:36
36919         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
36920      Branch: perl
36921           !> Makefile.SH
36922 ____________________________________________________________________________
36923 [  8786] By: jhi                                   on 2001/02/13  05:54:34
36924         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
36925              From: Dorner Thomas <Thomas.Dorner@start.de>
36926              Date: Mon, 12 Feb 2001 15:06:26 +0100
36927              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
36928      Branch: maint-5.6/perl
36929            ! Makefile.SH
36930 ____________________________________________________________________________
36931 [  8785] By: jhi                                   on 2001/02/13  05:29:04
36932         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
36933      Branch: perl
36934           !> hints/openbsd.sh
36935 ____________________________________________________________________________
36936 [  8784] By: jhi                                   on 2001/02/13  02:25:24
36937         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
36938              From: Peter Prymmer <pvhp@forte.com>
36939              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
36940              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
36941      Branch: perl
36942            ! pod/perlclib.pod
36943 ____________________________________________________________________________
36944 [  8783] By: jhi                                   on 2001/02/13  02:22:36
36945         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
36946      Branch: perl
36947            - ebcdic.c
36948            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
36949            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
36950            ! util.c
36951 ____________________________________________________________________________
36952 [  8782] By: jhi                                   on 2001/02/13  02:00:07
36953         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
36954      Branch: maint-5.6/perl
36955            ! pod/perlport.pod
36956 ____________________________________________________________________________
36957 [  8781] By: jhi                                   on 2001/02/13  01:58:44
36958         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
36959      Branch: maint-5.6/perl
36960            ! hints/openbsd.sh
36961 ____________________________________________________________________________
36962 [  8780] By: jhi                                   on 2001/02/13  01:57:33
36963         Log: Synchronize the regexp tests between maintperl and mainline.
36964      Branch: maint-5.6/perl
36965           !> t/op/re_tests
36966 ____________________________________________________________________________
36967 [  8779] By: jhi                                   on 2001/02/13  01:49:35
36968         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
36969              From: Hugo <hv@crypt.compulink.co.uk>
36970              Date: Tue, 13 Feb 2001 00:11:11 +0000
36971              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
36972      Branch: perl
36973            ! regcomp.c t/op/re_tests
36974 ____________________________________________________________________________
36975 [  8778] By: jhi                                   on 2001/02/13  00:23:10
36976         Log: Comments do not nest.
36977      Branch: perl
36978            ! perl.h
36979 ____________________________________________________________________________
36980 [  8777] By: jhi                                   on 2001/02/13  00:17:54
36981         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
36982              From: Hugo <hv@crypt.compulink.co.uk>
36983              Date: Tue, 13 Feb 2001 00:11:11 +0000
36984              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
36985      Branch: maint-5.6/perl
36986            ! regcomp.c t/op/re_tests
36987 ____________________________________________________________________________
36988 [  8776] By: jhi                                   on 2001/02/12  23:25:52
36989         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
36990      Branch: maint-5.6/perl
36991            ! pod/perlport.pod
36992 ____________________________________________________________________________
36993 [  8775] By: jhi                                   on 2001/02/12  23:04:28
36994         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
36995      Branch: maint-5.6/perl
36996            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
36997            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
36998            ! vos/configure_perl.cm
36999 ____________________________________________________________________________
37000 [  8774] By: jhi                                   on 2001/02/12  22:59:11
37001         Log: Subject: Re: [patch] context for 'U' magic functions
37002              From: Doug MacEachern <dougm@covalent.net>
37003              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
37004              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
37005              
37006              plus the suggestion by Nick Ing-Simmons to name the macro
37007              as PERL_MG_UFUNC to avoid namespace pollution, plus add
37008              the advice by Doug for XS writers to perl.h
37009      Branch: perl
37010            ! mg.c perl.h
37011 ____________________________________________________________________________
37012 [  8773] By: jhi                                   on 2001/02/11  20:14:12
37013         Log: Update Changes.
37014      Branch: perl
37015            ! Changes patchlevel.h
37016 ____________________________________________________________________________
37017 [  8772] By: jhi                                   on 2001/02/11  18:47:52
37018         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
37019              From: Simon Cozens <simon@cozens.net>
37020              Date: Wed, 31 Jan 2001 16:31:43 +0000
37021              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
37022      Branch: perl
37023            + pod/perlclib.pod
37024            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
37025            ! pod/perltoc.pod
37026 ____________________________________________________________________________
37027 [  8771] By: jhi                                   on 2001/02/11  18:36:48
37028         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
37029              
37030              Blocks-4d3.beta.txt
37031              CaseFolding-3d4.beta.txt
37032              CompositionExclusions-3d6.beta.txt
37033              EastAsianWidth-4d4.beta.txt
37034              LineBreak-6d3.beta.txt
37035              NamesList-3.1.0d1.beta.txt
37036              PropList-3.1.0d4.beta.txt
37037              SpecialCasing-4d1.beta.txt
37038              UnicodeData-3.1.0d6.beta.txt
37039      Branch: perl
37040            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
37041           +> lib/unicode/UCD.html lib/unicode/Unicode.html
37042            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
37043            - lib/unicode/Unicode.301
37044            ! (edit 257 files)
37045 ____________________________________________________________________________
37046 [  8770] By: jhi                                   on 2001/02/11  17:26:22
37047         Log: UTF-8 documentation.
37048      Branch: perl
37049            ! utf8.h
37050 ____________________________________________________________________________
37051 [  8769] By: jhi                                   on 2001/02/11  17:12:49
37052         Log: Retract #8762.
37053      Branch: perl
37054            ! regexec.c
37055 ____________________________________________________________________________
37056 [  8768] By: jhi                                   on 2001/02/11  16:54:45
37057         Log: Subject: [PATCH] Test::Harness
37058              From: andreas.koenig@anima.de (Andreas J. Koenig)
37059              Date: 11 Feb 2001 14:37:00 +0100
37060              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
37061      Branch: perl
37062            ! lib/Test/Harness.pm
37063 ____________________________________________________________________________
37064 [  8767] By: jhi                                   on 2001/02/11  16:53:52
37065         Log: Subject: [PATCH] Document makepatch in Porting/patching
37066              From: andreas.koenig@anima.de (Andreas J. Koenig)
37067              Date: 11 Feb 2001 16:46:28 +0100
37068              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
37069      Branch: perl
37070            ! Porting/patching.pod
37071 ____________________________________________________________________________
37072 [  8766] By: jhi                                   on 2001/02/11  06:30:23
37073         Log: Subject: Re: [patch] GvSHARED
37074              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
37075              From: Doug MacEachern <dougm@covalent.net>
37076              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
37077              
37078              Subject: Re: [patch] GvSHARED
37079              From: Doug MacEachern <dougm@covalent.net>
37080              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
37081              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
37082              
37083              Subject: [patch] attributes.pm support for `shared'
37084              From: Doug MacEachern <dougm@covalent.net>
37085              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
37086              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
37087              
37088              our() attributes were ignored, our :shared pieces missing,
37089              allow attributes.pm to turn on shared.
37090      Branch: perl
37091            ! op.c t/op/attrs.t toke.c xsutils.c
37092 ____________________________________________________________________________
37093 [  8765] By: alanbur                               on 2001/02/10  23:11:19
37094         Log: Resync with parent (hopefully sucessfully this time)
37095      Branch: maint-5.6/pureperl
37096           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
37097           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
37098           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
37099           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
37100           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
37101           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
37102           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
37103 ____________________________________________________________________________
37104 [  8764] By: jhi                                   on 2001/02/10  22:54:38
37105         Log: Make TEST and UTEST more verbose in case something goes
37106              wrong in running/compiling a script, suggested by Doug
37107              MacEachern.
37108      Branch: perl
37109            ! t/TEST t/UTEST
37110 ____________________________________________________________________________
37111 [  8763] By: jhi                                   on 2001/02/10  22:11:34
37112         Log: Bogus shebang.
37113      Branch: perl
37114            ! t/lib/texttabs.t
37115 ____________________________________________________________________________
37116 [  8762] By: jhi                                   on 2001/02/10  21:56:02
37117         Log: (Retracted by #8769)
37118      Branch: perl
37119            ! regexec.c
37120 ____________________________________________________________________________
37121 [  8761] By: jhi                                   on 2001/02/10  21:26:15
37122         Log: Subject: Re: [patch] GvSHARED 
37123              From: Doug MacEachern <dougm@covalent.net>
37124              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
37125              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
37126              
37127              our @EXPORT : shared = (...);
37128      Branch: perl
37129            ! toke.c
37130 ____________________________________________________________________________
37131 [  8760] By: jhi                                   on 2001/02/10  21:25:07
37132         Log: Subject: [patch] GvSHARED
37133              From: Doug MacEachern <dougm@covalent.net>
37134              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
37135              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
37136      Branch: perl
37137            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
37138 ____________________________________________________________________________
37139 [  8759] By: alanbur                               on 2001/02/10  21:24:27
37140         Log: Backed out mismerge.
37141      Branch: maint-5.6/pureperl
37142            ! MANIFEST README.hpux README.vmesa gv.c installhtml
37143            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
37144            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
37145            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
37146            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
37147            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
37148            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
37149 ____________________________________________________________________________
37150 [  8758] By: jhi                                   on 2001/02/10  18:01:17
37151         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
37152              
37153              Fixed UMRs and leak in Perl_pmtrans()
37154              
37155              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
37156              associated UTFied tr/// code.  Also fixed scoping leak of
37157              PL_reg_start_tmp.
37158              
37159              newATTRSUB leaks when an attempt to redefine the active sort sub is
37160              made.
37161      Branch: maint-5.6/perl
37162           !> op.c regcomp.c
37163 ____________________________________________________________________________
37164 [  8757] By: alanbur                               on 2001/02/10  17:56:46
37165         Log: Resynchronised with parent
37166      Branch: maint-5.6/pureperl
37167           +> README.bs2000
37168            - README.posix-bc
37169            ! gv.c perl.c sv.c
37170           !> MANIFEST README.hpux README.vmesa installhtml
37171           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
37172           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
37173           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
37174           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
37175           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
37176           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
37177 ____________________________________________________________________________
37178 [  8756] By: alanbur                               on 2001/02/10  17:51:15
37179         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
37180              made.
37181      Branch: maint-5.6/pureperl
37182            ! op.c
37183 ____________________________________________________________________________
37184 [  8755] By: jhi                                   on 2001/02/09  22:41:35
37185         Log: Upgrade to CPAN 1.59_54, from Andreas König.
37186      Branch: perl
37187            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
37188 ____________________________________________________________________________
37189 [  8754] By: jhi                                   on 2001/02/09  22:29:20
37190         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
37191              
37192              Didn't upgrade the fill.t since it has a dependency to File::Slurp
37193              purely for debugging purposes, the actual test hasn't changed.
37194      Branch: perl
37195            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
37196            ! t/lib/textwrap.t
37197 ____________________________________________________________________________
37198 [  8753] By: jhi                                   on 2001/02/09  20:17:50
37199         Log: Integrate change #8682 from maintperl.
37200              
37201              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
37202              to work correctly.
37203      Branch: perl
37204           !> hints/irix_6.sh
37205 ____________________________________________________________________________
37206 [  8752] By: jhi                                   on 2001/02/09  20:00:46
37207         Log: Update Changes.
37208      Branch: perl
37209            ! Changes patchlevel.h
37210 ____________________________________________________________________________
37211 [  8751] By: nick                                  on 2001/02/09  19:48:37
37212         Log: Integrate mainline
37213      Branch: perlio
37214           +> README.bs2000 t/lib/cgi-esc.t
37215            - README.posix-bc
37216           !> (integrate 53 files)
37217 ____________________________________________________________________________
37218 [  8750] By: nick                                  on 2001/02/09  19:25:16
37219         Log: Subject: RE: Biannual Competition to Improve Hashing Function
37220              From: Fisher Mark <fisherm@tce.com>
37221              Date: Thu, 8 Feb 2001 10:44:00 -0500
37222              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
37223              Date: Thu, 8 Feb 2001 15:02:47 -0500
37224              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
37225      Branch: perl
37226            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
37227 ____________________________________________________________________________
37228 [  8749] By: jhi                                   on 2001/02/09  19:02:35
37229         Log: Forgotten fragment.
37230      Branch: perl
37231            ! pod/perlapi.pod
37232 ____________________________________________________________________________
37233 [  8748] By: jhi                                   on 2001/02/09  18:31:34
37234         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
37235              plus manual tweakage.
37236              
37237              Sync the perlfaq2 between mainline and maintperl.
37238      Branch: maint-5.6/perl
37239            ! pod/perlfaq2.pod
37240      Branch: perl
37241           !> pod/perlfaq2.pod
37242 ____________________________________________________________________________
37243 [  8747] By: jhi                                   on 2001/02/09  18:12:04
37244         Log: Subject: versiononly and installperl
37245              From: abigail@foad.org
37246              Date: Wed, 7 Feb 2001 22:43:12 +0100
37247              Message-ID: <20010207214312.7045.qmail@foad.org>    
37248              
37249              Add +v flag to force a normal install of the perl binary
37250              and the utilities.
37251              
37252              Subject: [PATCH] installperl
37253              From: Nicholas Clark <nick@ccl4.org>
37254              Date: Fri, 9 Feb 2001 16:28:57 +0000
37255              Message-ID: <20010209162857.B10931@plum.flirble.org>
37256              
37257              Add -A flag which also hardlinks the binary with
37258              the full architecture name.
37259      Branch: perl
37260            ! installperl
37261 ____________________________________________________________________________
37262 [  8746] By: jhi                                   on 2001/02/09  18:03:43
37263         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
37264              
37265              Subject: perlfaq2, re: perlmongers
37266              
37267              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
37268              
37269              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
37270              
37271              Subject: [ID 20010205.001] typo in perlfaq9
37272              
37273              Subject: [ID 20010208.002] unordered explanation in perlcall
37274      Branch: maint-5.6/perl
37275           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
37276           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
37277           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
37278 ____________________________________________________________________________
37279 [  8745] By: jhi                                   on 2001/02/09  17:59:09
37280         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
37281              From: abela@geneanet.org
37282              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
37283              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
37284      Branch: perl
37285            ! pod/perlcall.pod
37286 ____________________________________________________________________________
37287 [  8744] By: jhi                                   on 2001/02/09  17:48:16
37288         Log: Subject: [ID 20010205.001] typo in perlfaq9
37289              From: eserte@vran.herceg.de
37290              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
37291              Message-Id: <200102042244.XAA21926@vran.herceg.de>
37292      Branch: perl
37293            ! pod/perlfaq9.pod
37294 ____________________________________________________________________________
37295 [  8743] By: jhi                                   on 2001/02/09  17:25:12
37296         Log: Integrate change #8695 from maintperl.
37297              
37298              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
37299      Branch: perl
37300           !> thread.h
37301 ____________________________________________________________________________
37302 [  8742] By: jhi                                   on 2001/02/09  17:21:22
37303         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
37304              From: Andy Dougherty <doughera@lafayette.edu>
37305              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
37306              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
37307      Branch: perl
37308            ! embed.pl
37309 ____________________________________________________________________________
37310 [  8741] By: jhi                                   on 2001/02/09  17:05:19
37311         Log: Integrate changes #8738,8739,8740 from maintperl.
37312              
37313              Html files will be installed in a more logical and easier to
37314              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
37315              
37316              Html files will be generated with a header to make them look
37317              a little less bare.
37318              
37319              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
37320      Branch: perl
37321           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
37322 ____________________________________________________________________________
37323 [  8740] By: jhi                                   on 2001/02/09  17:03:46
37324         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
37325              From: "Brendan O'Dea" <bod@compusol.com.au>
37326              Date: Sun, 4 Feb 2001 11:17:56 +1100
37327              Message-ID: <20010204111756.A16301@compusol.com.au>
37328      Branch: maint-5.6/perl
37329            ! pod/perlfaq3.pod
37330 ____________________________________________________________________________
37331 [  8739] By: jhi                                   on 2001/02/09  17:01:59
37332         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
37333              From: "Indy Singh" <indy@nusphere.com>
37334              Date: Fri, 2 Feb 2001 15:09:59 -0500
37335              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
37336              
37337              Html files will be generated with a header to make them look
37338              a little less bare.
37339      Branch: maint-5.6/perl
37340            ! installhtml
37341 ____________________________________________________________________________
37342 [  8738] By: jhi                                   on 2001/02/09  16:58:48
37343         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
37344              From: "Indy Singh" <indy@nusphere.com>
37345              Date: Fri, 2 Feb 2001 15:08:23 -0500
37346              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
37347              
37348              Html files will be installed in a more logical and easier to
37349              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
37350      Branch: maint-5.6/perl
37351            ! win32/Makefile win32/makefile.mk
37352 ____________________________________________________________________________
37353 [  8737] By: jhi                                   on 2001/02/09  16:46:54
37354         Log: Integrate changes #8687,8736 from maintperl.
37355              
37356              HP-UX thread patches from Merijn H. Brand.
37357              
37358              Latin nit from Philip Newton.
37359      Branch: perl
37360           !> README.hpux hints/hpux.sh
37361 ____________________________________________________________________________
37362 [  8736] By: jhi                                   on 2001/02/09  16:42:31
37363         Log: Latin nit from Philip Newton.
37364      Branch: maint-5.6/perl
37365            ! README.hpux
37366 ____________________________________________________________________________
37367 [  8735] By: jhi                                   on 2001/02/09  16:24:03
37368         Log: Integrate changes #8704,8710 from pureperl.
37369              
37370              Fixed UMRs and leak in Perl_pmtrans()
37371              
37372              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
37373              associated UTFied tr/// code.  Also fixed scoping leak of
37374              PL_reg_start_tmp.
37375      Branch: perl
37376           !> op.c regcomp.c
37377 ____________________________________________________________________________
37378 [  8734] By: jhi                                   on 2001/02/09  15:40:21
37379         Log: Integrate change #8733 from maintperl.
37380              
37381              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
37382      Branch: perl
37383           !> pod/perlre.pod
37384 ____________________________________________________________________________
37385 [  8733] By: jhi                                   on 2001/02/09  15:35:47
37386         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
37387              From: Prymmer/Kahn <pvhp@best.com>
37388              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
37389              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
37390      Branch: maint-5.6/perl
37391            ! pod/perlre.pod
37392 ____________________________________________________________________________
37393 [  8732] By: jhi                                   on 2001/02/09  15:26:17
37394         Log: Rename README.posix-bc to README.bs2000 (to avoid the
37395              confusion of a "perlposix-bc.pod"), add a few missing
37396              arch pods, regen toc.
37397      Branch: maint-5.6/perl
37398           +> README.bs2000
37399            - README.posix-bc
37400            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
37401            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
37402 ____________________________________________________________________________
37403 [  8731] By: jhi                                   on 2001/02/09  15:23:39
37404         Log: De-cut-and-pasto.
37405      Branch: perl
37406            ! pod/perl.pod
37407 ____________________________________________________________________________
37408 [  8730] By: jhi                                   on 2001/02/09  15:11:13
37409         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
37410              when people think that perlposix-bc.pod tells anything about
37411              Perl and POSIX.  Regen toc.
37412      Branch: perl
37413           +> README.bs2000
37414            - README.posix-bc
37415            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
37416            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
37417 ____________________________________________________________________________
37418 [  8729] By: jhi                                   on 2001/02/09  14:52:28
37419         Log: The README.vmesa part of #8712 from maintperl.
37420      Branch: perl
37421            ! README.vmesa
37422 ____________________________________________________________________________
37423 [  8728] By: jhi                                   on 2001/02/09  14:46:06
37424         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
37425              From: Peter Prymmer <pvhp@forte.com>
37426              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
37427              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
37428      Branch: maint-5.6/perl
37429            ! README.vmesa win32/Makefile win32/makefile.mk
37430 ____________________________________________________________________________
37431 [  8727] By: jhi                                   on 2001/02/09  14:33:25
37432         Log: Integrate change #8712 from mainline.
37433              
37434              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
37435      Branch: maint-5.6/perl
37436           !> lib/Pod/Find.pm
37437 ____________________________________________________________________________
37438 [  8726] By: jhi                                   on 2001/02/09  14:30:28
37439         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
37440              From: Peter Prymmer <pvhp@forte.com>
37441              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
37442              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
37443      Branch: perl
37444            + t/lib/cgi-esc.t
37445            ! MANIFEST lib/CGI/Util.pm
37446 ____________________________________________________________________________
37447 [  8725] By: jhi                                   on 2001/02/09  04:56:47
37448         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
37449      Branch: maint-5.6/perl
37450            ! pod/perlport.pod
37451 ____________________________________________________________________________
37452 [  8724] By: jhi                                   on 2001/02/09  04:40:59
37453         Log: Integrate changes 7819,7820 from vmsperl into mainline.
37454              
37455              Add header for LIB$ prototypes (C. Berry)
37456              
37457              Convert fwrite()s to sockets to write()s, since some socket stacks
37458              don't take kindly to stdio.
37459              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
37460              (for often optional LNMs)
37461              Correct a few typos
37462              (C. Bailey)
37463      Branch: perl
37464           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
37465 ____________________________________________________________________________
37466 [  8723] By: jhi                                   on 2001/02/09  03:29:29
37467         Log: Integrate change #8722 from mainline.
37468              
37469              The Im() function wasn't returning zero for non-Math::Complex
37470              arguments.  The bug reported by John Gamble.
37471      Branch: maint-5.6/perl
37472           !> lib/Math/Complex.pm
37473 ____________________________________________________________________________
37474 [  8722] By: jhi                                   on 2001/02/09  03:28:33
37475         Log: The Im() function wasn't returning zero for non-Math::Complex
37476              arguments.  The bug reported by John Gamble.
37477      Branch: perl
37478            ! lib/Math/Complex.pm
37479 ____________________________________________________________________________
37480 [  8721] By: nick                                  on 2001/02/08  22:11:35
37481         Log: Correct the correction :-(
37482      Branch: perl
37483            ! perl.c
37484 ____________________________________________________________________________
37485 [  8720] By: bailey                                on 2001/02/08  20:59:22
37486         Log: Convert frwite()s to sockets to write()s, since some socket stacks
37487              don't take kindly to stdio.
37488              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
37489              (for often optional LNMs)
37490              Correct a few typos
37491              (C. Bailey)
37492      Branch: vmsperl
37493            ! vms/vms.c vms/vmsish.h
37494 ____________________________________________________________________________
37495 [  8719] By: bailey                                on 2001/02/08  20:51:02
37496         Log: Add header for LIB$ prototypes (C. Berry)
37497      Branch: vmsperl
37498            ! ext/Devel/DProf/DProf.xs
37499 ____________________________________________________________________________
37500 [  8718] By: bailey                                on 2001/02/08  20:49:00
37501         Log: SYN SYN
37502      Branch: vmsperl
37503           +> pod/perliol.pod t/lib/sample-tests/bailout
37504           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
37505           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
37506           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
37507           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
37508           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
37509           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
37510            - lib/unicode/Is/DCinital.pl
37511           !> (integrate 101 files)
37512 ____________________________________________________________________________
37513 [  8717] By: nick                                  on 2001/02/08  19:38:48
37514         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
37515              From: Robin Barker <rmb1@cise.npl.co.uk>
37516              Date: Thu, 8 Feb 2001 14:38:07 GMT
37517              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
37518      Branch: perl
37519            ! lib/CPAN.pm
37520 ____________________________________________________________________________
37521 [  8716] By: nick                                  on 2001/02/08  19:29:07
37522         Log: Generated files form 8713 etc.
37523      Branch: perl
37524            ! embed.h global.sym objXSUB.h perlapi.c proto.h
37525 ____________________________________________________________________________
37526 [  8715] By: nick                                  on 2001/02/08  19:26:08
37527         Log: Fixup non-ithread build after 8713
37528      Branch: perl
37529            ! perl.c
37530 ____________________________________________________________________________
37531 [  8714] By: nick                                  on 2001/02/08  19:17:45
37532         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
37533              From: nick@ccl4.org
37534              Date: Wed, 7 Feb 2001 00:27:47 +0000
37535              Message-Id: <20010207002747.B63724@plum.flirble.org>
37536      Branch: perl
37537            ! sv.c toke.c
37538 ____________________________________________________________________________
37539 [  8713] By: nick                                  on 2001/02/08  19:15:58
37540         Log: Subject: Re: [patch] Re: PL_ptr_table
37541              From: Doug Maceachern <dougm@covalent.net>
37542              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
37543              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
37544      Branch: perl
37545            ! embed.pl perl.c sv.c sv.h
37546 ____________________________________________________________________________
37547 [  8712] By: nick                                  on 2001/02/08  19:12:47
37548         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
37549              From: Peter Prymmer <pvhp@forte.com>
37550              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
37551              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
37552      Branch: perl
37553            ! lib/Pod/Find.pm
37554 ____________________________________________________________________________
37555 [  8711] By: nick                                  on 2001/02/07  21:06:11
37556         Log: Manually applied version for dev branch of Alan/Sarathy 5.6 patch.
37557              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
37558              From: Alan Burlison <Alan.Burlison@uk.sun.com>
37559              Date: Tue, 06 Feb 2001 23:37:01 +0000
37560              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
37561      Branch: perl
37562            ! regcomp.c
37563 ____________________________________________________________________________
37564 [  8710] By: alanbur                               on 2001/02/07  00:22:04
37565         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
37566              associated UTFied tr/// code.  Also fixed scoping leak of
37567              PL_reg_start_tmp.
37568      Branch: maint-5.6/pureperl
37569            ! op.c regcomp.c
37570 ____________________________________________________________________________
37571 [  8709] By: nick                                  on 2001/02/06  21:16:49
37572         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
37573              From: Michael G Schwern <schwern@pobox.com>
37574              Date: Sun, 4 Feb 2001 19:47:14 -0500
37575              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
37576      Branch: perl
37577            ! pod/perlapi.pod pod/perlmodlib.PL
37578 ____________________________________________________________________________
37579 [  8708] By: nick                                  on 2001/02/06  20:41:20
37580         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
37581              From: Michael G Schwern <schwern@pobox.com>
37582              Date: Sun, 4 Feb 2001 21:17:49 -0500
37583              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
37584      Branch: perl
37585            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
37586            ! pod/perltootc.pod
37587 ____________________________________________________________________________
37588 [  8707] By: nick                                  on 2001/02/06  20:29:11
37589         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
37590              From: Michael G Schwern <schwern@pobox.com>
37591              Date: Tue, 6 Feb 2001 05:54:30 -0500
37592              Message-Id: <20010206055430.A951@blackrider.aocn.com>
37593      Branch: perl
37594            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
37595 ____________________________________________________________________________
37596 [  8706] By: nick                                  on 2001/02/06  20:21:40
37597         Log: Subject: RE: some win32 fixes
37598              Date: Tue, 6 Feb 2001 09:23:20 +0300
37599              From: Vadim Konovalov <vkonovalov@lucent.com>
37600              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
37601      Branch: perl
37602            ! toke.c win32/Makefile win32/config.bc win32/config.gc
37603            ! win32/config.vc win32/config_H.bc win32/makefile.mk
37604 ____________________________________________________________________________
37605 [  8705] By: alanbur                               on 2001/02/06  15:00:03
37606         Log: Synchronised with parent
37607      Branch: maint-5.6/pureperl
37608            ! regexec.c
37609           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
37610           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
37611 ____________________________________________________________________________
37612 [  8704] By: alanbur                               on 2001/02/06  14:55:24
37613         Log: Fixed UMRs and leak in Perl_pmtrans()
37614      Branch: maint-5.6/pureperl
37615            ! op.c
37616 ____________________________________________________________________________
37617 [  8703] By: gsar                                  on 2001/02/06  02:29:37
37618         Log: $(MAKE) distclean doesn't clean up properly on windows
37619      Branch: maint-5.6/perl
37620            ! win32/Makefile win32/makefile.mk
37621 ____________________________________________________________________________
37622 [  8702] By: gsar                                  on 2001/02/06  01:00:46
37623         Log: tweak change#8659 to keep it simple
37624      Branch: maint-5.6/perl
37625            ! utils/perldoc.PL
37626 ____________________________________________________________________________
37627 [  8701] By: gsar                                  on 2001/02/05  22:45:41
37628         Log: change#8693 was missing testsuite changes
37629      Branch: maint-5.6/perl
37630           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
37631 ____________________________________________________________________________
37632 [  8700] By: nick                                  on 2001/02/05  20:32:52
37633         Log: Integrate mainline
37634      Branch: perlio
37635           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
37636           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
37637           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
37638           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
37639           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
37640           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
37641           +> t/lib/test-harness.t
37642           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
37643           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
37644           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
37645           !> pod/perlutil.pod t/TEST utils/h2xs.PL
37646 ____________________________________________________________________________
37647 [  8699] By: nick                                  on 2001/02/05  19:41:07
37648         Log: Subject: perlfaq2, re: perlmongers
37649              From: David H. Adler <dha@panix.com>
37650              Date: Sun, 4 Feb 2001 23:48:23 -0500
37651              Message-Id: <20010204234823.A13429@panix.com>
37652      Branch: perl
37653            ! pod/perlfaq2.pod
37654 ____________________________________________________________________________
37655 [  8698] By: nick                                  on 2001/02/05  19:39:31
37656         Log: Missed file f#rom the testharness mess.
37657      Branch: perl
37658            + t/lib/test-harness.t
37659 ____________________________________________________________________________
37660 [  8697] By: nick                                  on 2001/02/05  19:37:21
37661         Log: Subject: [DOC PATCH] overload.pm nits
37662              From: John Tobey <jtobey@john-edwin-tobey.org>
37663              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
37664              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
37665      Branch: perl
37666            ! lib/overload.pm
37667 ____________________________________________________________________________
37668 [  8696] By: alanbur                               on 2001/02/05  11:56:00
37669         Log: Sync with parent
37670      Branch: maint-5.6/pureperl
37671           !> thread.h
37672 ____________________________________________________________________________
37673 [  8695] By: gsar                                  on 2001/02/05  03:27:34
37674         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
37675      Branch: maint-5.6/perl
37676            ! thread.h
37677 ____________________________________________________________________________
37678 [  8694] By: alanbur                               on 2001/02/05  00:07:47
37679         Log: Initial branch creation from //depot/maint-5.6/perl
37680      Branch: maint-5.6/pureperl
37681           +> (branch 1719 files)
37682 ____________________________________________________________________________
37683 [  8693] By: gsar                                  on 2001/02/04  22:38:49
37684         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
37685              changes)
37686      Branch: maint-5.6/perl
37687           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
37688           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
37689           !> ext/DB_File/version.c
37690 ____________________________________________________________________________
37691 [  8692] By: nick                                  on 2001/02/04  18:15:57
37692         Log: The missed t/TEST part of the grand testharness upgrade.
37693      Branch: perl
37694            ! t/TEST
37695 ____________________________________________________________________________
37696 [  8691] By: nick                                  on 2001/02/04  18:05:17
37697         Log: New improved test harness
37698              Subject: Re: [PATCH Test::Harness] Third time's a charm?
37699              From: Michael G Schwern <schwern@pobox.com>
37700              Date: Sun, 4 Feb 2001 08:01:20 -0500
37701              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
37702      Branch: perl
37703            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
37704            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
37705            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
37706            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
37707            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
37708            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
37709            ! MANIFEST lib/Test/Harness.pm
37710 ____________________________________________________________________________
37711 [  8690] By: nick                                  on 2001/02/04  17:57:51
37712         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
37713              From: Jonathan Stowe <gellyfish@gellyfish.com>
37714              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
37715              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
37716      Branch: perl
37717            ! utils/h2xs.PL
37718 ____________________________________________________________________________
37719 [  8689] By: nick                                  on 2001/02/04  17:55:24
37720         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
37721              From: Michael G Schwern <schwern@pobox.com>
37722              Date: Sat, 3 Feb 2001 22:46:38 -0500
37723              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
37724      Branch: perl
37725            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
37726            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
37727 ____________________________________________________________________________
37728 [  8688] By: nick                                  on 2001/02/04  17:43:55
37729         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
37730              length byfailing to spot lack of closing )
37731              From: nick@talking.bollo.cx
37732              Date: Sat, 03 Feb 2001 23:53:16 +0000
37733              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
37734      Branch: perl
37735            ! perlio.c pod/perldiag.pod
37736 ____________________________________________________________________________
37737 [  8687] By: jhi                                   on 2001/02/03  17:11:42
37738         Log: HP-UX thread patches from Merijn H. Brand.
37739      Branch: maint-5.6/perl
37740            ! README.hpux hints/hpux.sh
37741 ____________________________________________________________________________
37742 [  8686] By: jhi                                   on 2001/02/03  16:40:12
37743         Log: Metaconfig changes for #8685.
37744      Branch: metaconfig
37745            ! U/installdirs/instubperl.U
37746      Branch: metaconfig/U/perl
37747            ! Devel.U versiononly.U
37748 ____________________________________________________________________________
37749 [  8685] By: jhi                                   on 2001/02/03  16:39:49
37750         Log: For -Dusedevel builds turn off installusrbinperl and turn on
37751              versiononly, a combined idea of Richard Soderberg and Merijn
37752              H. Brand.  You can still override both of these from the command
37753              line if you need to, -Dinstallusrbinperl and -Uversiononly.
37754      Branch: perl
37755            ! Configure
37756 ____________________________________________________________________________
37757 [  8684] By: jhi                                   on 2001/02/03  16:16:34
37758         Log: Metaconfig unit fix for #8683.
37759      Branch: metaconfig
37760            ! U/compline/nblock_io.U
37761 ____________________________________________________________________________
37762 [  8683] By: jhi                                   on 2001/02/03  16:16:12
37763         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
37764              reported by Peter Prymmer for 5.6-TRIAL1.
37765      Branch: perl
37766            ! Configure
37767 ____________________________________________________________________________
37768 [  8682] By: jhi                                   on 2001/02/03  05:52:11
37769         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
37770              to work correctly.
37771      Branch: maint-5.6/perl
37772            ! hints/irix_6.sh
37773 ____________________________________________________________________________
37774 [  8681] By: jhi                                   on 2001/02/03  05:47:33
37775         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
37776      Branch: maint-5.6/perl
37777            ! pod/perlport.pod
37778 ____________________________________________________________________________
37779 [  8680] By: jhi                                   on 2001/02/02  21:39:49
37780         Log: perlport update from Peter Prymmer.
37781      Branch: maint-5.6/perl
37782            ! pod/perlport.pod
37783 ____________________________________________________________________________
37784 [  8679] By: nick                                  on 2001/02/02  20:50:48
37785         Log: Integrate mainline
37786      Branch: perlio
37787           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
37788           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
37789           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
37790 ____________________________________________________________________________
37791 [  8678] By: gsar                                  on 2001/02/02  16:02:12
37792         Log: note about bincompat, slightly modified (from Lupe Christoph)
37793      Branch: maint-5.6/perl
37794            ! README.solaris
37795 ____________________________________________________________________________
37796 [  8677] By: jhi                                   on 2001/02/02  15:46:20
37797         Log: Supported platforms updates.
37798      Branch: maint-5.6/perl
37799            ! pod/perlport.pod
37800 ____________________________________________________________________________
37801 [  8676] By: jhi                                   on 2001/02/02  03:41:26
37802         Log: A couple more perlfaq2 tweaks.
37803      Branch: maint-5.6/perl
37804            ! pod/perlfaq2.pod
37805 ____________________________________________________________________________
37806 [  8675] By: jhi                                   on 2001/02/02  03:17:44
37807         Log: Misedit in #8661.
37808      Branch: maint-5.6/perl
37809            ! Configure
37810 ____________________________________________________________________________
37811 [  8674] By: jhi                                   on 2001/02/02  03:14:38
37812         Log: Damien again.
37813      Branch: maint-5.6/perl
37814            ! pod/perlfaq2.pod
37815 ____________________________________________________________________________
37816 [  8673] By: jhi                                   on 2001/02/02  03:12:40
37817         Log: perlfaq update from Elaine Ashton.
37818      Branch: maint-5.6/perl
37819            ! pod/perlfaq2.pod
37820 ____________________________________________________________________________
37821 [  8672] By: jhi                                   on 2001/02/02  03:07:08
37822         Log: UTF-8 s/// patch from Inaba Hiroto.
37823      Branch: maint-5.6/perl
37824            ! pp_ctl.c pp_hot.c
37825 ____________________________________________________________________________
37826 [  8671] By: jhi                                   on 2001/02/01  22:34:31
37827         Log: Update Changes.
37828      Branch: perl
37829            ! Changes patchlevel.h
37830 ____________________________________________________________________________
37831 [  8670] By: jhi                                   on 2001/02/01  22:15:29
37832         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
37833              from maintperl.
37834              
37835              Upgrade to Getopt::Long 2.25, from Johan Vromans.
37836              
37837              more files need to be writable in the source distribution
37838              
37839              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
37840              
37841              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
37842              
37843              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
37844              
37845              Allow the float to be fuzzier.
37846              
37847              need to use INT2PTR instead of a straight cast or ia64 fails
37848              
37849              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
37850              
37851              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
37852      Branch: perl
37853           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
37854           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
37855           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
37856 ____________________________________________________________________________
37857 [  8669] By: jhi                                   on 2001/02/01  21:57:02
37858         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
37859              From: Robin Barker <rmb1@cise.npl.co.uk>
37860              Date: Thu, 1 Feb 2001 16:59:05 GMT
37861              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
37862      Branch: maint-5.6/perl
37863            ! pod/perlmodlib.PL
37864 ____________________________________________________________________________
37865 [  8668] By: nick                                  on 2001/02/01  19:41:40
37866         Log: Integrate mainline
37867      Branch: perlio
37868           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
37869           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
37870           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
37871 ____________________________________________________________________________
37872 [  8667] By: gsar                                  on 2001/02/01  16:59:11
37873         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
37874      Branch: maint-5.6/perl
37875            ! embed.pl embedvar.h
37876 ____________________________________________________________________________
37877 [  8666] By: gsar                                  on 2001/02/01  16:34:51
37878         Log: add missing entries to win32/config.?c
37879      Branch: maint-5.6/perl
37880            ! win32/config.bc win32/config.gc win32/config.vc
37881            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
37882 ____________________________________________________________________________
37883 [  8665] By: jhi                                   on 2001/02/01  14:58:51
37884         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
37885              From: "Stephen P. Potter" <spp@spotter.yi.org>
37886              Date: Thu, 01 Feb 2001 10:45:46 -0500
37887              Message-Id: <200102011545.KAA31479@spotter.yi.org>
37888      Branch: maint-5.6/perl
37889            ! pod/perlfunc.pod
37890 ____________________________________________________________________________
37891 [  8664] By: gsar                                  on 2001/02/01  14:52:37
37892         Log: need to use INT2PTR instead of a straight cast or ia64 fails
37893              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
37894      Branch: maint-5.6/perl
37895            ! ext/POSIX/POSIX.xs
37896 ____________________________________________________________________________
37897 [  8663] By: jhi                                   on 2001/02/01  14:09:13
37898         Log: Allow the float to be fuzzier.
37899      Branch: maint-5.6/perl
37900            ! t/lib/peek.t
37901 ____________________________________________________________________________
37902 [  8662] By: jhi                                   on 2001/02/01  13:59:00
37903         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
37904              From: Robin Barker <rmb1@cise.npl.co.uk>
37905              Date: Thu, 1 Feb 2001 13:05:39 GMT
37906              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
37907      Branch: maint-5.6/perl
37908            ! pod/perlmodlib.pod
37909 ____________________________________________________________________________
37910 [  8661] By: jhi                                   on 2001/02/01  13:57:38
37911         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
37912              Date: Thu, 01 Feb 2001 14:15:41 +0100
37913              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
37914              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
37915              
37916              Have the $ccflags in the gcc version test (strange, this change
37917              is claimed to be have been integrated already)
37918      Branch: maint-5.6/perl
37919            ! Configure
37920 ____________________________________________________________________________
37921 [  8660] By: jhi                                   on 2001/02/01  13:44:10
37922         Log: Integrate changes #7950,7964,7962 from mainline.
37923              
37924              Find the stdchar signedness using cpp, should fix some of
37925              the Solaris compiler warnings reported by Alan Burlison.
37926      Branch: maint-5.6/perl
37927           !> Configure config_h.SH
37928 ____________________________________________________________________________
37929 [  8659] By: jhi                                   on 2001/02/01  05:35:32
37930         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
37931              From: Jan Dubois <JanD@ActiveState.com>
37932              Date: Wed, 31 Jan 2001 21:17:03 -0800
37933              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
37934      Branch: maint-5.6/perl
37935            ! utils/perldoc.PL
37936 ____________________________________________________________________________
37937 [  8658] By: jhi                                   on 2001/02/01  04:33:17
37938         Log: Integrate the README.os390 and README.posix-bc parts of mainline
37939              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
37940              installperl parts were taken care of by #8657.)
37941      Branch: maint-5.6/perl
37942           !> README.os390 README.posix-bc
37943 ____________________________________________________________________________
37944 [  8657] By: jhi                                   on 2001/02/01  04:29:21
37945         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
37946              From: Peter Prymmer <pvhp@forte.com>
37947              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
37948              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
37949      Branch: maint-5.6/perl
37950            + ext/DynaLoader/dl_dllload.xs
37951            ! MANIFEST Makefile.SH hints/os390.sh installperl
37952 ____________________________________________________________________________
37953 [  8656] By: jhi                                   on 2001/02/01  04:25:45
37954         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
37955              From: Peter Prymmer <pvhp@forte.com>
37956              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
37957              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
37958      Branch: maint-5.6/perl
37959            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
37960 ____________________________________________________________________________
37961 [  8655] By: jhi                                   on 2001/02/01  04:14:47
37962         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
37963              From: troc@netrus.net
37964              Date: Wed, 31 Jan 2001 22:31:26 -0500
37965              Message-Id: <200102010331.WAA117.85@rocco.homenet>
37966      Branch: maint-5.6/perl
37967            ! os2/os2.c
37968 ____________________________________________________________________________
37969 [  8654] By: jhi                                   on 2001/02/01  04:12:52
37970         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
37971              as reported by Alan Burlison.
37972      Branch: maint-5.6/perl
37973            ! pp.h
37974 ____________________________________________________________________________
37975 [  8653] By: jhi                                   on 2001/02/01  04:05:12
37976         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
37977              From: dsugalski@northernlight.com
37978              Date: Wed, 31 Jan 2001 18:54:11 -0500
37979              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
37980      Branch: maint-5.6/perl
37981            ! configure.com
37982 ____________________________________________________________________________
37983 [  8652] By: jhi                                   on 2001/02/01  04:03:11
37984         Log: Misplaced #endif.
37985              
37986              Subject: [perl-5-6-1-trial2] patches for EPOC
37987              From: Olaf Flebbe <O.Flebbe@science-computing.de>
37988              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
37989              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
37990      Branch: maint-5.6/perl
37991            ! epoc/epocish.c
37992 ____________________________________________________________________________
37993 [  8651] By: jhi                                   on 2001/02/01  04:00:25
37994         Log: Integrate changes #8647,8648,8650 from mainline.
37995              
37996              Macrofy a magic UTF-8 test.
37997              
37998              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
37999              
38000              Watch out for cross compiling for EPOC (usually done on linux).
38001      Branch: maint-5.6/perl
38002           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
38003 ____________________________________________________________________________
38004 [  8650] By: jhi                                   on 2001/02/01  03:56:20
38005         Log: Watch out for cross compiling for EPOC (usually done on linux)
38006              
38007              Subject: [perl-5-6-1-trial2] patches for EPOC
38008              From: Olaf Flebbe <O.Flebbe@science-computing.de>
38009              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
38010              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
38011      Branch: perl
38012            ! ext/Errno/Errno_pm.PL
38013 ____________________________________________________________________________
38014 [  8649] By: gsar                                  on 2001/02/01  00:46:00
38015         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
38016      Branch: maint-5.6/perl
38017            ! sv.c
38018 ____________________________________________________________________________
38019 [  8648] By: jhi                                   on 2001/01/31  23:35:36
38020         Log: All the uses of PL_numeric_radix must be protected by
38021              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
38022              
38023              Subject: [perl-5-6-1-trial2] patches for EPOC
38024              From: Olaf Flebbe <O.Flebbe@science-computing.de>
38025              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
38026              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
38027      Branch: perl
38028            ! sv.c
38029 ____________________________________________________________________________
38030 [  8647] By: jhi                                   on 2001/01/31  22:56:16
38031         Log: Macrofy a magic UTF-8 test.
38032      Branch: perl
38033            ! utf8.c utf8.h
38034 ____________________________________________________________________________
38035 [  8646] By: gsar                                  on 2001/01/31  15:55:12
38036         Log: update Changes
38037      Branch: maint-5.6/perl
38038            ! Changes
38039 ____________________________________________________________________________
38040 [  8645] By: gsar                                  on 2001/01/31  15:10:14
38041         Log: Configure tweak suggested by Peter Prymmer
38042      Branch: maint-5.6/perl
38043            ! Configure
38044 ____________________________________________________________________________
38045 [  8644] By: gsar                                  on 2001/01/31  15:06:32
38046         Log: more files need to be writable in the source distribution
38047      Branch: maint-5.6/perl
38048            ! Porting/makerel
38049 ____________________________________________________________________________
38050 [  8643] By: jhi                                   on 2001/01/31  14:59:46
38051         Log: Integrate changes #8258,8278,8279 from mainline.
38052              
38053              Make the large file tests more robust/talkative.
38054      Branch: maint-5.6/perl
38055           !> t/lib/syslfs.t t/op/lfs.t
38056 ____________________________________________________________________________
38057 [  8642] By: gsar                                  on 2001/01/31  14:53:48
38058         Log: integrate changes#8311,8334 from mainline
38059              
38060              Add a new MakeMaker variable PM_FILTER that defines a Unix
38061              filter to be run on each .pm during the pm_to_blib() phase,
38062              a fixed version of
38063              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
38064              
38065              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
38066              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
38067              accurate reading of the "atime".  
38068      Branch: maint-5.6/perl
38069           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
38070           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
38071           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
38072 ____________________________________________________________________________
38073 [  8641] By: jhi                                   on 2001/01/31  14:46:37
38074         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
38075      Branch: maint-5.6/perl
38076            ! lib/Getopt/Long.pm
38077 ____________________________________________________________________________
38078 [  8640] By: gsar                                  on 2001/01/31  14:40:24
38079         Log: make regen_all
38080      Branch: maint-5.6/perl
38081            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
38082 ____________________________________________________________________________
38083 [  8639] By: gsar                                  on 2001/01/31  14:37:25
38084         Log: refresh windows config files
38085      Branch: maint-5.6/perl
38086            ! win32/Makefile win32/config_H.bc win32/config_H.gc
38087            ! win32/config_H.vc win32/makefile.mk
38088 ____________________________________________________________________________
38089 [  8638] By: gsar                                  on 2001/01/31  14:28:10
38090         Log: makefile tweaks for windows: introduce a bulk-switch to enable
38091              same options as ActivePerl; sync changes with makefile.mk
38092      Branch: maint-5.6/perl
38093            ! win32/Makefile win32/makefile.mk
38094 ____________________________________________________________________________
38095 [  8637] By: jhi                                   on 2001/01/31  04:41:30
38096         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
38097              From: Nicholas Clark <nick@ccl4.org>
38098              Date: Tue, 30 Jan 2001 19:51:05 +0000
38099              Message-ID: <20010130195105.R76607@plum.flirble.org> 
38100              
38101              op/inc cure.
38102      Branch: perl
38103            ! pp.c pp.h pp_hot.c t/op/arith.t
38104 ____________________________________________________________________________
38105 [  8636] By: jhi                                   on 2001/01/31  02:38:32
38106         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
38107              no perlio],8257,8380,8479,8515 from mainline.
38108              
38109              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
38110              
38111              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
38112              Subject: [PATCH perl@8133] fix-up for VMS extensions
38113              
38114              In VMS embedded perls couldn't access the statically built Socket.
38115              
38116              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
38117              
38118              Further VMS piping fixes from Charles Lane.
38119              
38120              Subject:  [PATCH] make t/op/misc.t work on VMS
38121              
38122              Add tracing for debugging extensions builds in VMS.
38123              
38124              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
38125      Branch: maint-5.6/perl
38126           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
38127           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
38128           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
38129 ____________________________________________________________________________
38130 [  8635] By: jhi                                   on 2001/01/31  01:46:41
38131         Log: Integrate change #7732 from mainline.
38132              
38133              Sparc 64-bit pack() fix from Jens Hamisch.
38134      Branch: maint-5.6/perl
38135           !> pp.c
38136 ____________________________________________________________________________
38137 [  8634] By: jhi                                   on 2001/01/31  01:41:16
38138         Log: One spot missing from #8626.
38139      Branch: maint-5.6/perl
38140            ! sv.c
38141 ____________________________________________________________________________
38142 [  8633] By: jhi                                   on 2001/01/31  00:49:17
38143         Log: Integrate change #7495 from mainline.
38144              
38145              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
38146      Branch: maint-5.6/perl
38147           !> MANIFEST ext/re/Makefile.PL
38148 ____________________________________________________________________________
38149 [  8632] By: jhi                                   on 2001/01/30  23:38:49
38150         Log: Integrate change #8396 from mainline.
38151              
38152              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
38153              better multicast support (resend)
38154      Branch: maint-5.6/perl
38155           !> ext/Socket/Socket.pm
38156 ____________________________________________________________________________
38157 [  8631] By: jhi                                   on 2001/01/30  23:28:03
38158         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
38159              
38160              More AIX lore. (7514, ext/re/hints/aix.pl)
38161              
38162              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
38163              
38164              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23] (7813, strictly speaking not yet necessary, but harmless and goes well with #8490)
38165              
38166              Subject: [ID 20001214.002] Net::Ping patch
38167              
38168              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
38169              
38170              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
38171              
38172              Add ReuseAddr as a (preferred) alias for Reuse as we now
38173              also have ReusePort.
38174              
38175              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
38176      Branch: maint-5.6/perl
38177           +> ext/re/hints/aix.pl
38178           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
38179           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
38180 ____________________________________________________________________________
38181 [  8630] By: jhi                                   on 2001/01/30  23:03:59
38182         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
38183              
38184              read() documentation tweak for 20001121.004.
38185              
38186              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
38187      Branch: maint-5.6/perl
38188           !> pod/perlfunc.pod pod/perlre.pod
38189 ____________________________________________________________________________
38190 [  8629] By: jhi                                   on 2001/01/30  22:41:57
38191         Log: Integrate change #8098 from mainline.
38192              
38193              fastgetcwd is defined using a glob alias on a $^O dependent basis
38194              and there was no default assignment or perl subroutine.
38195      Branch: maint-5.6/perl
38196           !> lib/Cwd.pm
38197 ____________________________________________________________________________
38198 [  8628] By: jhi                                   on 2001/01/30  21:58:52
38199         Log: Integrate change #7866 from mainline.
38200              
38201              File::Temp 0.11.
38202      Branch: maint-5.6/perl
38203           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
38204 ____________________________________________________________________________
38205 [  8627] By: jhi                                   on 2001/01/30  21:39:44
38206         Log: Integrate changes #8075,8086,8228 from mainline.  
38207              
38208              Darwin is not Windows. (8075,8086)
38209              
38210              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
38211      Branch: maint-5.6/perl
38212           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
38213           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
38214           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
38215           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
38216 ____________________________________________________________________________
38217 [  8626] By: jhi                                   on 2001/01/30  21:22:11
38218         Log: Integrate with tweakery the change #8625 from mainline,
38219              the multibyte decimal separator fix ("fa_IR locale failure").
38220      Branch: maint-5.6/perl
38221            ! embedvar.h perlapi.h
38222           !> intrpvar.h perl.c perl.h sv.c util.c
38223 ____________________________________________________________________________
38224 [  8625] By: jhi                                   on 2001/01/30  20:26:33
38225         Log: Fix for the fa_IR locale failure.  The reason for the failure
38226              was that Perl was assuming the decimal separator aka the radix
38227              separator is one character.  The Farsi-Iranian locale crushed
38228              that bad assumption since there the separator is 'Momayyez',
38229              glyphwise looking somewhat like a slash, and in Unicode UTF-8
38230              encoded in two bytes, 0xd9 0xab.
38231      Branch: perl
38232            ! intrpvar.h perl.c perl.h sv.c util.c
38233 ____________________________________________________________________________
38234 [  8624] By: gsar                                  on 2001/01/30  20:17:03
38235         Log: regen_headers
38236      Branch: maint-5.6/perl
38237            ! Makefile.SH pod/perlintern.pod
38238 ____________________________________________________________________________
38239 [  8623] By: gsar                                  on 2001/01/30  19:42:34
38240         Log: backout change#7431 and its dependents (causes spurious rebuilds
38241              of autogenerated files)
38242              
38243              fix benign b.t failure
38244      Branch: maint-5.6/perl
38245            ! Makefile.SH t/lib/b.t
38246 ____________________________________________________________________________
38247 [  8622] By: jhi                                   on 2001/01/30  19:41:41
38248         Log: Microperl sync.
38249      Branch: perl
38250            ! mg.c perl.h
38251 ____________________________________________________________________________
38252 [  8621] By: gsar                                  on 2001/01/30  19:24:47
38253         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
38254              from mainline
38255              
38256              Subject: podlators 1.06 released
38257              
38258              Subject: [PATCH @8436] Eliminate op_children
38259              
38260              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
38261              
38262              (Replaced by #8448)  More op_children traces (cleanup of #8442).
38263              
38264              Subject: [PATCH #3 @8436] Re: Eliminate op_children
38265              Replace #8444 and #8445.
38266              
38267              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
38268              at the setting of the ofs_sv in new_struct_thread() as the
38269              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
38270              uninitialized fields are, uh, initialized with),
38271              SvREFCNT_inc()ing that invited a core dump.
38272              
38273              podlators 1.07, from Russ Allbery.
38274              
38275              Subject: [PATCH] regcomp.c old feature removal
38276              From: mjd@plover.com
38277              Date: 16 Jan 2001 14:43:18 -0000 
38278              Message-ID: <20010116144318.7140.qmail@plover.com> 
38279      Branch: maint-5.6/perl
38280           +> lib/Pod/Text/Overstrike.pm
38281           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
38282           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
38283           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
38284           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
38285           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
38286           !> util.c
38287 ____________________________________________________________________________
38288 [  8620] By: gsar                                  on 2001/01/30  18:48:32
38289         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
38290              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
38291              now fails one test)
38292              
38293              Subject: [PATCH] lvalue AUTOLOAD. No, really.
38294              
38295              Subject: [PATCH] Interesting syntax idea
38296              Make opens + bareword assigns do typeglob assigns.
38297              
38298              Tests for #8254.
38299              
38300              Subject: [PATCH @8269] Continue blocks and B::Deparse
38301              Make the peephole optimizer to bypass more null ops and
38302              and rewrite the deparse handling of continue blocks.
38303              
38304              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
38305              Doc tweak on #8313.
38306              
38307              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
38308              
38309              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
38310              
38311              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
38312              
38313              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
38314              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
38315              according to the platform.
38316              
38317              Subject: [PATCH @8404] Consolidated lvalue sub changes
38318              
38319              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
38320              
38321              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
38322              
38323              Subject: B::Concise -- an improved replacement for B::Terse 
38324              
38325              The B::Terse drop-in replacement wasn't quite drop-in.
38326              
38327              The LVRET macro needed an aTHX.
38328              
38329              Use the /^Perl_/-less form of is_lvalue_sub().
38330              
38331              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
38332      Branch: maint-5.6/perl
38333           +> ext/B/B/Concise.pm
38334           !> (integrate 27 files)
38335 ____________________________________________________________________________
38336 [  8619] By: nick                                  on 2001/01/30  18:40:28
38337         Log: Integrate mainline
38338      Branch: perlio
38339           !> (integrate 40 files)
38340 ____________________________________________________________________________
38341 [  8618] By: jhi                                   on 2001/01/30  18:37:18
38342         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
38343              Date: Mon, 29 Jan 2001 22:51:29 -0600
38344              From: "Craig A. Berry" <craigberry@mac.com>
38345              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
38346      Branch: perl
38347            ! vms/test.com
38348 ____________________________________________________________________________
38349 [  8617] By: jhi                                   on 2001/01/30  18:34:53
38350         Log: Subject: [PATCH] Add missing CV flags to dump.c
38351              From: Tim Jenness <t.jenness@jach.hawaii.edu>
38352              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
38353              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
38354      Branch: perl
38355            ! dump.c
38356 ____________________________________________________________________________
38357 [  8616] By: jhi                                   on 2001/01/30  18:20:58
38358         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
38359              part isn't applicable to maintperl.
38360              
38361              UTF-8 nit from Inaba Hiroto.
38362      Branch: maint-5.6/perl
38363           !> pod/perlapi.pod utf8.c
38364 ____________________________________________________________________________
38365 [  8615] By: jhi                                   on 2001/01/30  18:18:51
38366         Log: UTF-8 nit from Inaba Hiroto.
38367      Branch: perl
38368            ! pod/perlapi.pod t/op/each.t utf8.c
38369 ____________________________________________________________________________
38370 [  8614] By: jhi                                   on 2001/01/30  18:13:38
38371         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
38372              
38373              perl's internal variables are not for public consumption,
38374              move their docs from perlapi.pod to perlintern.pod
38375              
38376              support for -Dusethreads build under HP-UX 10.20 and DCE threads
38377              library (11.0 and later have pthreads but 10.x don't)
38378              
38379              avoid uninitialized value warnings
38380              
38381              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
38382              gets weird results)
38383              
38384              perldoc nit on windows
38385              
38386              make it possible to run the tests outside the source tree
38387              (there's still a dependency on ../lib being the library
38388              location)
38389      Branch: perl
38390           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
38391           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
38392           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
38393           !> win32/bin/search.pl win32/vdir.h
38394 ____________________________________________________________________________
38395 [  8613] By: gsar                                  on 2001/01/30  16:39:59
38396         Log: make it possible to run the tests outside the source tree
38397              (there's still a dependency on ../lib being the library
38398              location)
38399      Branch: maint-5.6/perl
38400            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
38401 ____________________________________________________________________________
38402 [  8612] By: gsar                                  on 2001/01/30  16:31:12
38403         Log: perldoc nit on windows
38404      Branch: maint-5.6/perl
38405            ! utils/perldoc.PL
38406 ____________________________________________________________________________
38407 [  8611] By: gsar                                  on 2001/01/30  16:22:54
38408         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
38409              gets weird results)
38410      Branch: maint-5.6/perl
38411            ! win32/vdir.h
38412 ____________________________________________________________________________
38413 [  8610] By: gsar                                  on 2001/01/30  16:12:45
38414         Log: avoid uninitialized value warnings
38415      Branch: maint-5.6/perl
38416            ! win32/bin/search.pl
38417 ____________________________________________________________________________
38418 [  8609] By: gsar                                  on 2001/01/30  16:08:01
38419         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
38420              library (11.0 and later have pthreads but 10.x don't)
38421      Branch: maint-5.6/perl
38422            ! hints/hpux.sh thread.h
38423 ____________________________________________________________________________
38424 [  8608] By: gsar                                  on 2001/01/30  15:48:55
38425         Log: perl's internal variables are not for public consumption,
38426              move their docs from perlapi.pod to perlintern.pod
38427      Branch: maint-5.6/perl
38428            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
38429            ! thrdvar.h
38430 ____________________________________________________________________________
38431 [  8607] By: gsar                                  on 2001/01/30  15:44:27
38432         Log: mistakenly branched perl56delta.pod, revert
38433      Branch: maint-5.6/perl
38434            - pod/perl56delta.pod
38435           !> pod/perldelta.pod
38436 ____________________________________________________________________________
38437 [  8606] By: gsar                                  on 2001/01/30  14:20:24
38438         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
38439              dTHR which has been a noop for a while now, except for the
38440              compatibility definition in thread.h)
38441      Branch: maint-5.6/perl
38442           !> (integrate 45 files)
38443 ____________________________________________________________________________
38444 [  8605] By: jhi                                   on 2001/01/30  05:43:58
38445         Log: Mark the UTF-8 APIs as experimental.
38446      Branch: maint-5.6/perl
38447            ! embed.pl pod/perlapi.pod
38448 ____________________________________________________________________________
38449 [  8604] By: jhi                                   on 2001/01/30  05:38:40
38450         Log: Nits from earlier integrates.
38451      Branch: maint-5.6/perl
38452            ! lib/Carp/Heavy.pm
38453           !> sv.c
38454 ____________________________________________________________________________
38455 [  8603] By: jhi                                   on 2001/01/30  05:27:26
38456         Log: Regenerate Porting files.
38457      Branch: maint-5.6/perl
38458            ! Porting/Glossary Porting/config.sh Porting/config_H
38459 ____________________________________________________________________________
38460 [  8602] By: jhi                                   on 2001/01/30  05:14:59
38461         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
38462              8310,8339,8447,8492,8493,8505,8525: documentation changes.
38463              
38464              Subject: Re: perlfaq style changes
38465              
38466              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
38467              
38468              Subject: [PATCH] docs on NaN
38469              
38470              Subject: [patch] perlfaq7
38471              
38472              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
38473              
38474              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
38475              
38476              Subject: [PATCH] open() example in perlfunc.pod
38477              
38478              Podify README.mpeix (a new version from the web)
38479              
38480              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
38481              
38482              Subject: [PATCH] format and rewording in perlfaq.pod
38483              
38484              Subject: [PATCH] API Variable documentation   
38485              
38486              Memory management calls documentation.
38487              
38488              Subject: [PATCH: perl@8482] README.vms URL updates
38489              
38490              Subject: Minor typos in perlfaq2.pod
38491              
38492              Subject: [PATCH] pod/perlvar.pod
38493      Branch: maint-5.6/perl
38494           +> pod/perl56delta.pod
38495            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
38496           !> README.amiga README.epoc README.mpeix README.vms
38497           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
38498           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
38499           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
38500           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
38501           !> pod/perlvar.pod thrdvar.h
38502 ____________________________________________________________________________
38503 [  8601] By: jhi                                   on 2001/01/30  04:38:35
38504         Log: Integrate changes #8036,8096,8253 from mainline:
38505              hints changes.
38506              
38507              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
38508              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
38509              
38510              Output the (apparent) version of gcc in Tru64.
38511      Branch: maint-5.6/perl
38512           +> ext/POSIX/hints/svr4.pl
38513           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
38514           !> hints/svr4.sh t/lib/bigfltpm.t
38515 ____________________________________________________________________________
38516 [  8600] By: jhi                                   on 2001/01/30  04:04:01
38517         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
38518              locale fixes.
38519              
38520              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
38521              
38522              Debian allows /usr/bin/locale to exist without any locales. (7868)
38523              
38524              Allow the locale test needing POSIX and the taint test
38525              needing IPC::SysV to run under 'minitest' (basically,
38526              bail out if loading the extension fails). (8384)
38527              
38528              Cleanup the locale.t output  (8480)
38529      Branch: maint-5.6/perl
38530           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
38531           !> t/pragma/locale.t
38532 ____________________________________________________________________________
38533 [  8599] By: jhi                                   on 2001/01/30  03:51:04
38534         Log: Missing generated files from #8598.
38535      Branch: maint-5.6/perl
38536            ! embed.h global.sym objXSUB.h perlapi.c proto.h
38537 ____________________________________________________________________________
38538 [  8598] By: jhi                                   on 2001/01/30  03:41:54
38539         Log: Integrate change #8555 from mainline, manually integrate parts
38540              of changes 8452 and 8583.
38541              
38542              Subject: [PATCH] utf8.c documentation (8452)
38543              
38544              No point in checking the length if the pointer is bogus. (8555)
38545              
38546              Introduce bytes_from_utf8() and implement sv_eq() using it,
38547              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
38548              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
38549              was malformed. (8583)
38550      Branch: maint-5.6/perl
38551            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
38552           !> pod/perlapi.pod sv.c utf8.c
38553 ____________________________________________________________________________
38554 [  8597] By: gsar                                  on 2001/01/30  02:37:26
38555         Log: get PERL_OBJECT build going again on windows
38556      Branch: maint-5.6/perl
38557            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
38558            ! pod/perlapi.pod proto.h sv.c
38559 ____________________________________________________________________________
38560 [  8596] By: jhi                                   on 2001/01/30  02:16:17
38561         Log: Signedness nit.
38562      Branch: perl
38563            ! sv.c
38564 ____________________________________________________________________________
38565 [  8595] By: jhi                                   on 2001/01/30  02:11:07
38566         Log: EBCDIC patch for Storable, from Peter Prymmer.
38567      Branch: perl
38568            ! t/lib/st-06compat.t
38569 ____________________________________________________________________________
38570 [  8594] By: jhi                                   on 2001/01/30  01:04:48
38571         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
38572              From: Peter Prymmer <pvhp@forte.com>
38573              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
38574              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
38575      Branch: perl
38576            ! t/lib/b.t
38577 ____________________________________________________________________________
38578 [  8593] By: jhi                                   on 2001/01/30  00:56:47
38579         Log: Subject: [PATCH: perl@8585] pod problems in io
38580              From: Peter Prymmer <pvhp@forte.com>
38581              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
38582              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
38583      Branch: perl
38584            ! pod/perlapio.pod pod/perliol.pod
38585 ____________________________________________________________________________
38586 [  8592] By: jhi                                   on 2001/01/30  00:48:20
38587         Log: Integrate perlio.
38588      Branch: perl
38589           !> pod/perlapio.pod pod/perliol.pod
38590 ____________________________________________________________________________
38591 [  8591] By: nick                                  on 2001/01/29  22:02:28
38592         Log: GNU 'merge' Simon's copy of perliol.pod with version
38593              patched by Craig's patch.
38594      Branch: perlio
38595            ! pod/perliol.pod
38596 ____________________________________________________________________________
38597 [  8590] By: nick                                  on 2001/01/29  21:55:10
38598         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
38599      Branch: perlio
38600            ! pod/perlapio.pod pod/perliol.pod
38601 ____________________________________________________________________________
38602 [  8589] By: jhi                                   on 2001/01/29  15:35:33
38603         Log: Integrate change #8586 from maint-5.6/perl.
38604              
38605              make the BOM detection code not call tell() until it has to
38606              (meant to fix esoteric compatibility issues where PL_rsfp
38607              is overridden)
38608      Branch: perl
38609           !> toke.c
38610 ____________________________________________________________________________
38611 [  8588] By: jhi                                   on 2001/01/29  15:29:11
38612         Log: Subject: MAking Solaris malloc() the default
38613              From: Lupe Christoph <lupe@lupe-christoph.de>
38614              Date: Mon, 29 Jan 2001 12:59:36 +0100
38615              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
38616              
38617              The README.solaris part slightly tweaked.
38618      Branch: perl
38619            ! README.solaris hints/solaris_2.sh
38620 ____________________________________________________________________________
38621 [  8587] By: jhi                                   on 2001/01/29  15:17:34
38622         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
38623              From: root@ak-75.mind.de
38624              Date: Sun, 28 Jan 2001 20:32:29 +0100
38625              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
38626      Branch: perl
38627            ! pod/perlre.pod
38628 ____________________________________________________________________________
38629 [  8586] By: gsar                                  on 2001/01/29  13:43:44
38630         Log: make the BOM detection code not call tell() until it has to
38631              (meant to fix esoteric compatibility issues where PL_rsfp
38632              is overridden)
38633      Branch: maint-5.6/perl
38634            ! toke.c
38635 ____________________________________________________________________________
38636 [  8585] By: jhi                                   on 2001/01/28  20:05:45
38637         Log: Update Changes.
38638      Branch: perl
38639            ! Changes patchlevel.h
38640 ____________________________________________________________________________
38641 [  8584] By: jhi                                   on 2001/01/28  19:30:02
38642         Log: Integrate perlio.
38643      Branch: perl
38644           +> pod/perliol.pod
38645           !> MANIFEST pod/perlapio.pod
38646 ____________________________________________________________________________
38647 [  8583] By: jhi                                   on 2001/01/28  19:28:40
38648         Log: Patch from Inaba Hiroto:
38649              - canonical UTF-8 hash keys: if a key string for a hash is
38650              UTF8-on, try downgrade the string and use it if
38651              unicode::distinct is not in effect.
38652              For the task, I added a function bytes_from_utf8() to utf8.c.
38653              It might resemble utf8_to_bytes() but it is not convenient
38654              to the task.
38655              Made a test for it and added to t/op/each.t
38656              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
38657              the mortal copy of the argument SV.
38658              And changed t/io/utf8.t test 18 which expects print() to
38659              upgrade its argument.
38660              - re-implement sv_eq with bytes_from_utf8()
38661              - some bug fixes
38662              - tr/// does not handle UTF8 range (\x{}-\x{})
38663              - \ before raw UTF8 character produced
38664              "Malformed UTF-8 character" warning.
38665              - "\x{100}\N{CENT SIGN}" is Malformed.
38666              Added tests for these 3.
38667              - and one silly bug (by me) with qu operator.
38668      Branch: perl
38669            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
38670            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
38671            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
38672 ____________________________________________________________________________
38673 [  8582] By: nick                                  on 2001/01/28  19:25:04
38674         Log: Add pod/perliol.pod to MANIFEST :-(
38675      Branch: perlio
38676            ! MANIFEST
38677 ____________________________________________________________________________
38678 [  8581] By: nick                                  on 2001/01/28  19:22:40
38679         Log: PerlIO documentation. Proofing and sub-editing requested.
38680      Branch: perlio
38681            + pod/perliol.pod
38682            ! pod/perlapio.pod
38683 ____________________________________________________________________________
38684 [  8580] By: jhi                                   on 2001/01/28  05:16:25
38685         Log: Revert the change to sv_2pv() done by #8054: Someone who
38686              did SvNV_set() on a scalar that also happened to be POK,
38687              followed by sv_2pv() won't get the right coercion anymore.
38688              [Sarathy]
38689      Branch: maint-5.6/perl
38690            ! sv.c
38691 ____________________________________________________________________________
38692 [  8579] By: jhi                                   on 2001/01/28  05:15:04
38693         Log: Remove the #8084 effect: do not allow -Q to be interpreted
38694              as -&Q(), this is too much wiggle room.
38695      Branch: maint-5.6/perl
38696            ! toke.c
38697 ____________________________________________________________________________
38698 [  8578] By: jhi                                   on 2001/01/28  05:12:45
38699         Log: Needed bits of #8439 (should have been in #8576),
38700              mainly for lval substr().
38701      Branch: maint-5.6/perl
38702            ! mg.c pp.c pp_hot.c
38703 ____________________________________________________________________________
38704 [  8577] By: jhi                                   on 2001/01/28  05:02:46
38705         Log: A missing check-in.
38706      Branch: maint-5.6/perl
38707            ! utf8.c
38708 ____________________________________________________________________________
38709 [  8576] By: jhi                                   on 2001/01/28  04:26:18
38710         Log: Integrate changes #8425,8436,8439,8517 from mainline.
38711              The 8439 was not truly integrated because it had too many
38712              dependencies on the development branch and because it introduced
38713              concepts too bold for a maintenance branch (such as the qu operator).
38714              
38715              Subject: [PATCH perl@8342] -Wformat
38716              
38717              Tighten some of the UTF-8 tests a bit.
38718              
38719              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
38720              - The substr lval was still not okay.
38721              - Now pp_stringify and sv_setsv copies source's UTF8 flag
38722              even if IN_BYTE.  pp_stringify is called from fold_constants
38723              at optimization phase and "\x{100}" was made SvUTF8_off under
38724              use bytes (the bytes pragma is for "byte semantics" and not
38725              for "do not produce UTF8 data")
38726      Branch: maint-5.6/perl
38727            ! t/lib/charnames.t t/op/substr.t toke.c
38728           !> sv.c t/pragma/utf8.t
38729 ____________________________________________________________________________
38730 [  8575] By: jhi                                   on 2001/01/28  04:01:51
38731         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
38732              
38733              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
38734              
38735              Subject: [ID 20001230.003] UTF-8 tr still hurts
38736              
38737              Test cases for #8385 (from Simon's "torture.pl")
38738              
38739              Start fixing UTF-8 lval substr() (8405)
38740      Branch: maint-5.6/perl
38741           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
38742           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
38743 ____________________________________________________________________________
38744 [  8574] By: jhi                                   on 2001/01/28  03:09:06
38745         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
38746              from mainline.
38747              
38748              UTF-8 cleanup.
38749              
38750              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
38751              
38752              "\x{FF}\xFF" was broken.
38753              
38754              Tests for #8329 and #8330.
38755              
38756              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
38757              
38758              IRIX compiler noticed that the bof initialization might be
38759              bypassed by control flow.
38760              
38761              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
38762      Branch: maint-5.6/perl
38763           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
38764           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
38765 ____________________________________________________________________________
38766 [  8573] By: jhi                                   on 2001/01/28  02:06:12
38767         Log: Retract #8552.
38768      Branch: perl
38769            ! lib/Text/Wrap.pm t/lib/textwrap.t
38770 ____________________________________________________________________________
38771 [  8572] By: jhi                                   on 2001/01/28  02:04:49
38772         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
38773              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
38774              not really integrated but instead salvaged by hand
38775              (they had too many dependencies on the development release
38776              to be cleanly integratable).
38777              
38778              Subject: more UTF8 test suites and an UTF8 patch
38779              
38780              Tweak for MULTIPLICITY/USE_PERLIO
38781              
38782              Signedness nit.
38783              
38784              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
38785              
38786              Use the UTF8_XXX macros in is_utf8_char().
38787              
38788              Rewrite pp_concat() in terms of sv_catsv().  The . operator
38789              should now be UTF-8-proof.
38790              
38791              Subject: [PATCH perl@8269] scanning two hex-constants
38792              fails on EBCDIC environment (script length.t)
38793              
38794              Add some Unicode chop() tests.
38795      Branch: maint-5.6/perl
38796            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
38797           !> sv.c t/op/chop.t utf8.h
38798 ____________________________________________________________________________
38799 [  8571] By: jhi                                   on 2001/01/28  00:35:59
38800         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
38801              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
38802              
38803              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
38804              
38805              The maxiters upper limit sanity check (guarding against
38806              non-progress) assumed bytes instead of characters in s///
38807              and split().
38808              
38809              Signedness nit.
38810              
38811              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
38812              join() should now be UTF-8-proof.
38813              
38814              More split // UTF-8 tests. (8250)
38815      Branch: maint-5.6/perl
38816           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
38817           !> util.c
38818 ____________________________________________________________________________
38819 [  8570] By: jhi                                   on 2001/01/27  22:15:46
38820         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
38821              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
38822              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
38823              8084,8204,8244,8333 from mainline.
38824              
38825              For -Q where Q might be a one-letter sub name one does no more
38826              get a warning about an unknown filetest (7941,7943,7944,8084).
38827              
38828              Subject: Re: [ID 20001130.011] expression parsing bug ?
38829              
38830              Make uv_to_utf8() to zero-terminate its output buffer.
38831              
38832              Split off t/op/length.t (7995)
38833              
38834              Split off t/op/utf8decode.t (7996)
38835              
38836              Remove an unnecessary 'use utf8' from the utf8.t (7998)
38837              
38838              Split off t/op/concat.t (8004)
38839              
38840              Split off t/op/ver.t (8005)
38841              
38842              Document utf8_length(), utf8_distance(), and utf8_hop().
38843              
38844              Document utf8_to_uv() better.
38845              
38846              Introduce macros for UTF8 decoding (8028,8033).
38847              
38848              Add test for reverse() (8030,8031).
38849              
38850              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
38851              
38852              Do not return the Unicode replacement character    on UTF-8
38853              decoding failure.
38854              
38855              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
38856              not this_utf8 i.e. the output string has one, but don't mess
38857              with source assumption. (8052,8053)
38858              
38859              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
38860              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
38861              was not expecting to be called with something that was already
38862              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
38863              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
38864              (8054)
38865              
38866              Recode the naughty binary bytes in utf8decode.t using the \xHH.
38867              
38868              Make some panic messages a bit more logical.
38869      Branch: maint-5.6/perl
38870           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
38871           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
38872           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
38873           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
38874           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
38875           !> utf8.c utf8.h
38876 ____________________________________________________________________________
38877 [  8569] By: jhi                                   on 2001/01/27  19:16:43
38878         Log: Integrate changes #7750 from perlio and #8566 from mainline.
38879      Branch: maint-5.6/perl
38880           !> regexec.c sv.c
38881 ____________________________________________________________________________
38882 [  8568] By: jhi                                   on 2001/01/27  18:06:51
38883         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
38884              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
38885              7935[-perlio.c],7936,7959,7965 from mainline.
38886              
38887              Change the "big byte" error message to "Wide character".
38888              (7355, the croak-if-wide-chars-in-print part ignored)
38889              
38890              Use UINT64_C().
38891              
38892              Introduce Perl_utf8_length().
38893              
38894              diff -se shows these as different (7753, forgotten check-ins)
38895              
38896              Subject: [PATCH] doop.c - UTF8 tr///
38897              
38898              If we use (aTHX_ ...) then put Perl_ on the front.
38899              
38900              Make utf8_length() and utf8_distance() to be less forgiving
38901              about bad UTF-8.
38902              
38903              Test line numbers are different with utf8.
38904              
38905              No need to scan till infinity, 13 is enough. (7872,7911)
38906              
38907              Subject: [PATCH] Tokeniser debugging
38908              
38909              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
38910              
38911              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
38912              
38913              Be more careful in Perl_sv_utf8_downgrade().
38914              
38915              Use DO_UTF8().
38916              
38917              Raw zero bytes in text files confuse at least GNU patch 2.1.
38918      Branch: maint-5.6/perl
38919           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
38920           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
38921           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
38922           !> t/pragma/utf8.t toke.c utf8.c utf8.h
38923 ____________________________________________________________________________
38924 [  8567] By: nick                                  on 2001/01/27  11:10:38
38925         Log: Integrate mainline
38926      Branch: perlio
38927           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
38928           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
38929           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
38930           !> toke.c
38931 ____________________________________________________________________________
38932 [  8566] By: jhi                                   on 2001/01/27  06:22:48
38933         Log: More documentation for the regexp context stack.
38934      Branch: perl
38935            ! regexec.c
38936 ____________________________________________________________________________
38937 [  8565] By: jhi                                   on 2001/01/27  05:21:57
38938         Log: Update Changes.
38939      Branch: perl
38940            ! Changes patchlevel.h
38941 ____________________________________________________________________________
38942 [  8564] By: jhi                                   on 2001/01/27  04:44:04
38943         Log: Threadedness patch for #8562 from Doug MacEachern.
38944      Branch: perl
38945            ! toke.c
38946 ____________________________________________________________________________
38947 [  8563] By: jhi                                   on 2001/01/27  04:26:24
38948         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
38949              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
38950              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
38951              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
38952      Branch: perl
38953            ! op.c
38954 ____________________________________________________________________________
38955 [  8562] By: jhi                                   on 2001/01/27  04:20:30
38956         Log: Subject: Re: Announce : Tokener reporting patch
38957              From: Simon Cozens <simon@cozens.net>
38958              Date: Mon, 22 Jan 2001 02:17:22 +0000
38959              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
38960      Branch: perl
38961            ! embed.h embed.pl proto.h toke.c
38962 ____________________________________________________________________________
38963 [  8561] By: jhi                                   on 2001/01/27  04:17:24
38964         Log: Forgot from #8545.  Oops.
38965      Branch: perl
38966            ! pp.c t/pragma/overload.t
38967 ____________________________________________________________________________
38968 [  8560] By: jhi                                   on 2001/01/27  03:01:47
38969         Log: A better module compilation test, use MANIFEST as suggested
38970              by Spider.
38971      Branch: perl
38972            ! t/lib/1_compile.t
38973 ____________________________________________________________________________
38974 [  8559] By: jhi                                   on 2001/01/27  02:50:48
38975         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
38976              From: Peter Prymmer <pvhp@forte.com>
38977              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
38978              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
38979      Branch: perl
38980            ! t/lib/b.t
38981 ____________________________________________________________________________
38982 [  8558] By: jhi                                   on 2001/01/27  02:27:05
38983         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
38984              From: Peter Prymmer <pvhp@forte.com>
38985              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
38986              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
38987      Branch: perl
38988            ! t/pragma/sub_lval.t
38989 ____________________________________________________________________________
38990 [  8557] By: jhi                                   on 2001/01/27  02:26:03
38991         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
38992              From: Peter Prymmer <pvhp@forte.com>
38993              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
38994              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
38995      Branch: perl
38996            ! t/lib/st-06compat.t
38997 ____________________________________________________________________________
38998 [  8556] By: jhi                                   on 2001/01/27  02:24:33
38999         Log: Subject: [PATCH: perl@8531] minor update to README.os390
39000              From: Peter Prymmer <pvhp@forte.com>
39001              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
39002              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
39003      Branch: perl
39004            ! README.os390
39005 ____________________________________________________________________________
39006 [  8555] By: jhi                                   on 2001/01/27  00:35:47
39007         Log: No point in checking the length before we know whether the pointer
39008              is bogus or not, fixes Abigail's odbm failures in Linux.
39009      Branch: perl
39010            ! sv.c
39011 ____________________________________________________________________________
39012 [  8554] By: nick                                  on 2001/01/26  19:01:31
39013         Log: Integrate mainline
39014      Branch: perlio
39015           !> lib/Text/Wrap.pm t/lib/textwrap.t
39016 ____________________________________________________________________________
39017 [  8553] By: jhi                                   on 2001/01/26  15:19:39
39018         Log: Integrate change #7792 from perlio (multiplicity fix),
39019              fix the AV leak in regex DEBUGGING (tiny part of the
39020              polymorphic regexp patch #8143).
39021      Branch: maint-5.6/perl
39022            ! regcomp.c
39023           !> scope.h
39024 ____________________________________________________________________________
39025 [  8552] By: jhi                                   on 2001/01/26  15:03:23
39026         Log: (Retracted by #8573)
39027              
39028              Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
39029              From: Michael G Schwern <schwern@pobox.com>
39030              Date: Fri, 26 Jan 2001 09:28:31 -0500
39031              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
39032      Branch: perl
39033            ! lib/Text/Wrap.pm t/lib/textwrap.t
39034 ____________________________________________________________________________
39035 [  8551] By: jhi                                   on 2001/01/26  02:33:19
39036         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
39037              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
39038              
39039              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
39040              
39041              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
39042              
39043              Message nit.
39044              
39045              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
39046              
39047              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
39048              
39049              (the cleanup of unused submatches in regtry() and regcppop())
39050              
39051              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
39052              stored and restored, and thusly was trounced by the utf8 swash
39053              routines.
39054              
39055              use utf8 not required to use \x{}.
39056              
39057              Removed two more tests that make no sense in UTF-8 since the test
39058              data is not in UTF-8.
39059              
39060              Get the three different space character classes right under utf8.
39061              
39062              Implement ANYOFUTF8 regprop() dumping.
39063              
39064              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
39065              
39066              Document the regex context pushing/popping a bit better.
39067      Branch: maint-5.6/perl
39068           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
39069           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
39070           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
39071           !> t/op/regmesg.t utf8.c
39072 ____________________________________________________________________________
39073 [  8550] By: nick                                  on 2001/01/25  19:42:30
39074         Log: Integrate mainline
39075      Branch: perlio
39076           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
39077           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
39078           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
39079           !> t/lib/bigint.t t/lib/bigintpm.t
39080 ____________________________________________________________________________
39081 [  8549] By: jhi                                   on 2001/01/25  15:22:28
39082         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
39083      Branch: maint-5.6/perl
39084            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
39085 ____________________________________________________________________________
39086 [  8548] By: jhi                                   on 2001/01/25  15:02:55
39087         Log: Integrate changes #7997,8063,8492,8547 from mainline.
39088              
39089              Subject: Re: STRLEN - what?
39090              
39091              Subject: [PATCH] perlguts.pod
39092              
39093              Memory management calls documentation.
39094              
39095              Layout using tabulator is not a good idea in a pod.
39096      Branch: maint-5.6/perl
39097           !> pod/perlguts.pod
39098 ____________________________________________________________________________
39099 [  8547] By: jhi                                   on 2001/01/25  14:49:05
39100         Log: Layout using tabulator is not a good idea in a pod.
39101      Branch: perl
39102            ! pod/perlguts.pod
39103 ____________________________________________________________________________
39104 [  8546] By: jhi                                   on 2001/01/25  14:31:12
39105         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
39106              from mainline.
39107              
39108              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
39109              
39110              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
39111              
39112              More Win32 editor/IDE/shell hints.
39113              
39114              More Win32 Perling.
39115              
39116              Yet another editor edit.
39117              
39118              Edit edit edit.
39119              
39120              IDE/editor section tweaking.
39121              
39122              Few more IDE/editor nits from p5p.
39123      Branch: maint-5.6/perl
39124           !> pod/perlfaq3.pod
39125 ____________________________________________________________________________
39126 [  8545] By: jhi                                   on 2001/01/25  04:16:32
39127         Log: Subject: [PATCH 5.7.0] overload int()
39128              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39129              Date: Wed, 24 Jan 2001 19:06:57 -0500
39130              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
39131      Branch: perl
39132            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
39133            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
39134            ! t/lib/bigintpm.t
39135 ____________________________________________________________________________
39136 [  8544] By: jhi                                   on 2001/01/25  04:15:11
39137         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
39138              From: Peter Prymmer <pvhp@forte.com>
39139              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
39140              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
39141      Branch: perl
39142            ! Makefile.SH README.os390 hints/os390.sh installperl
39143 ____________________________________________________________________________
39144 [  8543] By: jhi                                   on 2001/01/25  03:52:08
39145         Log: Integrate change #8462,8469 from mainline.
39146              
39147              In VMS Perl subversion (perl -V) is undef.
39148      Branch: maint-5.6/perl
39149           !> configure.com
39150 ____________________________________________________________________________
39151 [  8542] By: jhi                                   on 2001/01/25  03:44:55
39152         Log: Integrate changes #7835,7850,8315,8316 from mainline.
39153              
39154              Solaris hints.
39155      Branch: maint-5.6/perl
39156           !> hints/solaris_2.sh
39157 ____________________________________________________________________________
39158 [  8541] By: jhi                                   on 2001/01/25  03:39:28
39159         Log: Integrate #8336 from mainline.
39160      Branch: maint-5.6/perl
39161           !> hv.c
39162 ____________________________________________________________________________
39163 [  8540] By: jhi                                   on 2001/01/25  03:23:50
39164         Log: Retract #8539.
39165      Branch: maint-5.6/perl
39166            ! pod/perlfaq3.pod
39167 ____________________________________________________________________________
39168 [  8539] By: jhi                                   on 2001/01/25  03:21:55
39169         Log: (Retracted by #8540.)
39170      Branch: maint-5.6/perl
39171            ! pod/perlfaq3.pod
39172 ____________________________________________________________________________
39173 [  8538] By: jhi                                   on 2001/01/25  03:14:07
39174         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
39175              From: Peter Prymmer <pvhp@forte.com>
39176              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
39177              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
39178              
39179              The VMS bits.
39180      Branch: maint-5.6/perl
39181            ! configure.com vms/descrip_mms.template
39182 ____________________________________________________________________________
39183 [  8537] By: jhi                                   on 2001/01/25  03:06:09
39184         Log: Integrate #7710,7824,7973 from mainline.
39185      Branch: maint-5.6/perl
39186           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
39187           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
39188           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
39189           !> vos/config.ga.def vos/config.ga.h win32/config.bc
39190           !> win32/config.gc win32/config.vc
39191 ____________________________________________________________________________
39192 [  8536] By: jhi                                   on 2001/01/24  13:50:20
39193         Log: Revert the edits made by me so far to the 5.6 branch since
39194              the TRIAL1 since I did edits when I should have been using
39195              integrates.  Bad programmer.   (Will integrate them properly later.)
39196              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
39197              The #8353 will not be reapplied at least for now since
39198              the UTF-8 hash keys need more thinking.
39199              (The patches #8347, #8354, #8454, #8473 were okay since they
39200              were original edits made specifically for the 5.6.1-TRIAL1.)
39201      Branch: maint-5.6/perl
39202            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
39203            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
39204            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
39205            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
39206            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
39207            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
39208            ! win32/config.bc win32/config.gc win32/config.vc
39209 ____________________________________________________________________________
39210 [  8535] By: bailey                                on 2001/01/24  06:37:02
39211         Log: SYN SYN
39212      Branch: vmsperl
39213           +> (branch 26 files)
39214           !> (integrate 130 files)
39215 ____________________________________________________________________________
39216 [  8534] By: nick                                  on 2001/01/23  19:30:57
39217         Log: Integrate mainline.
39218      Branch: perlio
39219           !> Changes Configure Porting/Glossary Porting/config.sh
39220           !> Porting/config_H embed.h embed.pl ext/Encode/compile
39221           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
39222           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
39223           !> pod/perlvar.pod proto.h t/lib/1_compile.t
39224 ____________________________________________________________________________
39225 [  8533] By: jhi                                   on 2001/01/23  16:15:46
39226         Log: Forgotten from #8501.
39227      Branch: perl
39228            ! Porting/Glossary Porting/config.sh Porting/config_H
39229 ____________________________________________________________________________
39230 [  8532] By: jhi                                   on 2001/01/23  16:13:27
39231         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
39232              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
39233              Date: Mon, 22 Jan 2001 17:51:58 +0100
39234              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
39235      Branch: perl
39236            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
39237 ____________________________________________________________________________
39238 [  8531] By: jhi                                   on 2001/01/23  15:46:01
39239         Log: Update Changes.
39240      Branch: perl
39241            ! Changes patchlevel.h
39242 ____________________________________________________________________________
39243 [  8530] By: jhi                                   on 2001/01/23  15:38:39
39244         Log: De-cut-and-pasto.
39245      Branch: perl
39246            ! t/lib/1_compile.t
39247 ____________________________________________________________________________
39248 [  8529] By: jhi                                   on 2001/01/23  15:11:04
39249         Log: Document the mkdir trailing slashes case.
39250      Branch: perl
39251            ! pod/perlfunc.pod
39252 ____________________________________________________________________________
39253 [  8528] By: jhi                                   on 2001/01/23  15:08:28
39254         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
39255              get installed:
39256              
39257              Subject: lib/lib.pm
39258              From: <abigail@foad.org>
39259              Date: Mon, 28 Aug 2000 20:35:08 -0400
39260              Message-ID: <20000829003508.21281.qmail@foad.org>
39261      Branch: perl
39262            ! installperl
39263 ____________________________________________________________________________
39264 [  8527] By: jhi                                   on 2001/01/23  14:44:04
39265         Log: Metaconfig unit change for #8526.
39266      Branch: metaconfig
39267            ! U/threads/archname.U
39268 ____________________________________________________________________________
39269 [  8526] By: jhi                                   on 2001/01/23  14:43:19
39270         Log: Attach -perlio to the archname if so selected.
39271      Branch: perl
39272            ! Configure
39273 ____________________________________________________________________________
39274 [  8525] By: jhi                                   on 2001/01/23  14:24:01
39275         Log: Subject: [PATCH] pod/perlvar.pod
39276              From: abigail@foad.org
39277              Date: Tue, 23 Jan 2001 01:41:10 +0100
39278              Message-ID: <20010123004110.22259.qmail@foad.org>
39279      Branch: perl
39280            ! pod/perlvar.pod
39281 ____________________________________________________________________________
39282 [  8524] By: jhi                                   on 2001/01/23  14:22:32
39283         Log: A bug introduced in #8217 (the undefined variable in the
39284              lib/safe1_t #3) fixed, by Charles Lane:
39285              
39286              The earlier patch made it so that stuff running in Safe
39287              compartments could do a "caller" and see "main".  That
39288              little change in name is done right before the code in
39289              the compartment is run, and apparantly the parser
39290              was picking up the stash name before it got changed.
39291              
39292              (why it was threaded vs. unthreaded Perl that was sensitive to this
39293              I still don't know...and it probably doesn't matter).
39294              
39295              I tryed removing the stash name-change and saw that threaded Perl
39296              did indeed pass the lib/safe1.t tests.
39297              
39298              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
39299              do the name change (and to connect _ in the compartment to the global
39300              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
39301              to call _safe_pkg_prep when creating a new compartment.
39302              
39303              Passes all tests with threaded perl on linux; passes all tests
39304              with unthreaded perl on VMS.
39305              
39306              At some point I'll probably want to revisit Safe and Opcode to
39307              provide more sensible handling of global variables...and to get
39308              formats working in Safe compartments, which they don't do currently.
39309      Branch: perl
39310            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
39311 ____________________________________________________________________________
39312 [  8523] By: jhi                                   on 2001/01/23  14:11:58
39313         Log: Also the lib/Thread.pm itself needs to be ignored if
39314              the Thread extension hasn't been built.
39315      Branch: perl
39316            ! t/lib/1_compile.t
39317 ____________________________________________________________________________
39318 [  8522] By: jhi                                   on 2001/01/23  13:51:28
39319         Log: print() instead of warn() so that stderr doesn't get
39320              unncessarily polluted.
39321      Branch: perl
39322            ! ext/Encode/compile
39323 ____________________________________________________________________________
39324 [  8521] By: jhi                                   on 2001/01/23  13:49:48
39325         Log: Integrate perlio.
39326      Branch: perl
39327           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
39328           !> ext/Encode/encode.h
39329 ____________________________________________________________________________
39330 [  8520] By: nick                                  on 2001/01/22  21:44:00
39331         Log: More messing with Encode:
39332              Extra fields in header to allow multiple names and to record
39333              other things "compile" knows.
39334              Re-organise compile to factor out common output routines.
39335      Branch: perlio
39336            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
39337 ____________________________________________________________________________
39338 [  8519] By: nick                                  on 2001/01/22  20:33:50
39339         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
39340      Branch: perlio
39341            ! ext/Encode/Makefile.PL ext/Encode/compile
39342 ____________________________________________________________________________
39343 [  8518] By: nick                                  on 2001/01/22  20:28:13
39344         Log: Integrate mainline
39345      Branch: perlio
39346           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
39347           !> vos/config.alpha.def vos/config.alpha.h
39348 ____________________________________________________________________________
39349 [  8517] By: jhi                                   on 2001/01/22  15:37:17
39350         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
39351              by Inaba Hiroto.
39352      Branch: perl
39353            ! sv.c
39354 ____________________________________________________________________________
39355 [  8516] By: jhi                                   on 2001/01/22  14:55:15
39356         Log: More SIG_SIZE fixes.
39357      Branch: perl
39358            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
39359 ____________________________________________________________________________
39360 [  8515] By: jhi                                   on 2001/01/22  14:50:27
39361         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
39362              From: "Craig A. Berry" <craigberry@mac.com>
39363              Date: Mon, 22 Jan 2001 00:42:24 -0600
39364              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
39365      Branch: perl
39366            ! configure.com
39367 ____________________________________________________________________________
39368 [  8514] By: jhi                                   on 2001/01/22  14:31:17
39369         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
39370              From: "Craig A. Berry" <craigberry@mac.com>
39371              Date: Sun, 21 Jan 2001 23:03:25 -0600
39372              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
39373      Branch: perl
39374            ! configure.com
39375 ____________________________________________________________________________
39376 [  8513] By: jhi                                   on 2001/01/22  14:14:00
39377         Log: Add the .ucm encoding tables to the MANIFEST.
39378      Branch: perl
39379            ! MANIFEST
39380 ____________________________________________________________________________
39381 [  8512] By: jhi                                   on 2001/01/22  13:43:33
39382         Log: Integrate perlio.
39383      Branch: perl
39384           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
39385           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
39386           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
39387           +> ext/Encode/Encode/iso8859-10.ucm
39388           +> ext/Encode/Encode/iso8859-13.ucm
39389           +> ext/Encode/Encode/iso8859-14.ucm
39390           +> ext/Encode/Encode/iso8859-15.ucm
39391           +> ext/Encode/Encode/iso8859-16.ucm
39392           +> ext/Encode/Encode/iso8859-2.ucm
39393           +> ext/Encode/Encode/iso8859-3.ucm
39394           +> ext/Encode/Encode/iso8859-4.ucm
39395           +> ext/Encode/Encode/iso8859-5.ucm
39396           +> ext/Encode/Encode/iso8859-6.ucm
39397           +> ext/Encode/Encode/iso8859-7.ucm
39398           +> ext/Encode/Encode/iso8859-8.ucm
39399           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
39400           +> ext/Encode/Encode/symbol.ucm
39401           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
39402           !> perliol.h
39403 ____________________________________________________________________________
39404 [  8511] By: nick                                  on 2001/01/21  23:44:47
39405         Log: Make "real" layers of ":utf8" and ":raw".
39406              So now PERLIO=utf8 perl ...
39407              does what Andreas wanted.
39408              Fix arg passing in open.pm (still have a Carp issue).
39409      Branch: perlio
39410            ! lib/open.pm perlio.c perliol.h
39411 ____________________________________________________________________________
39412 [  8510] By: jhi                                   on 2001/01/21  22:56:53
39413         Log: Document the regex content pushing/popping a bit better.
39414      Branch: perl
39415            ! regexec.c
39416 ____________________________________________________________________________
39417 [  8509] By: jhi                                   on 2001/01/21  22:55:44
39418         Log: Tweak the mkdir trailing slash code some more.
39419              
39420              TO DO: the same handling should probably be done for
39421              all the other filesystem functions that can have directories
39422              as their arguments.
39423      Branch: perl
39424            ! pp_sys.c
39425 ____________________________________________________________________________
39426 [  8508] By: nick                                  on 2001/01/21  21:37:43
39427         Log: Switch "compiled in" encodings to .ucm format.
39428              (Leave others as .enc till we can run-time load .ucm,
39429              or find some other way to load them.)
39430      Branch: perlio
39431            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
39432            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
39433            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
39434            + ext/Encode/Encode/iso8859-10.ucm
39435            + ext/Encode/Encode/iso8859-13.ucm
39436            + ext/Encode/Encode/iso8859-14.ucm
39437            + ext/Encode/Encode/iso8859-15.ucm
39438            + ext/Encode/Encode/iso8859-16.ucm
39439            + ext/Encode/Encode/iso8859-2.ucm
39440            + ext/Encode/Encode/iso8859-3.ucm
39441            + ext/Encode/Encode/iso8859-4.ucm
39442            + ext/Encode/Encode/iso8859-5.ucm
39443            + ext/Encode/Encode/iso8859-6.ucm
39444            + ext/Encode/Encode/iso8859-7.ucm
39445            + ext/Encode/Encode/iso8859-8.ucm
39446            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
39447            + ext/Encode/Encode/symbol.ucm
39448            ! ext/Encode/Makefile.PL ext/Encode/compile
39449 ____________________________________________________________________________
39450 [  8507] By: nick                                  on 2001/01/21  21:02:03
39451         Log: Integrate (partial) mainline.
39452      Branch: perlio
39453           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
39454           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
39455           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
39456 ____________________________________________________________________________
39457 [  8506] By: jhi                                   on 2001/01/21  20:09:30
39458         Log: Update Changes.
39459      Branch: perl
39460            ! Changes patchlevel.h
39461 ____________________________________________________________________________
39462 [  8505] By: jhi                                   on 2001/01/21  19:39:59
39463         Log: Subject: Minor typos in perlfaq2.pod
39464              From: "Stephen P. Potter" <spp@spotter.yi.org>
39465              Message-Id: <200101192101.QAA11911@spotter.yi.org>
39466              Date: Fri, 19 Jan 2001 16:01:13 -0500
39467              
39468              with a nit from Philip Netwon.
39469      Branch: perl
39470            ! pod/perlfaq2.pod
39471 ____________________________________________________________________________
39472 [  8504] By: jhi                                   on 2001/01/21  19:33:05
39473         Log: Metaconfig change for #8503.
39474      Branch: metaconfig
39475            ! U/threads/usethreads.U
39476 ____________________________________________________________________________
39477 [  8503] By: jhi                                   on 2001/01/21  19:32:21
39478         Log: Sanity check for conflicting thread flavours.
39479      Branch: perl
39480            ! Configure config_h.SH
39481 ____________________________________________________________________________
39482 [  8502] By: jhi                                   on 2001/01/21  19:23:00
39483         Log: Metaconfig change for #8501.
39484      Branch: metaconfig
39485            ! U/modified/sig_name.U
39486 ____________________________________________________________________________
39487 [  8501] By: jhi                                   on 2001/01/21  19:22:26
39488         Log: The SIG_SIZE is the number of the elements *excluding*
39489              the terminating NULL.
39490      Branch: perl
39491            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
39492            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
39493            ! win32/config_H.vc
39494 ____________________________________________________________________________
39495 [  8500] By: jhi                                   on 2001/01/21  18:31:31
39496         Log: Integrate perlio.
39497      Branch: perl
39498           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
39499           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
39500           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
39501           !> pp_sys.c proto.h sv.c
39502 ____________________________________________________________________________
39503 [  8499] By: jhi                                   on 2001/01/21  17:43:57
39504         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
39505              From: Hugo <hv@crypt.compulink.co.uk>
39506              Date: Sun, 21 Jan 2001 13:34:05 +0000
39507              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
39508              
39509              In sprintf UTF8ize only if necessary.
39510      Branch: perl
39511            ! sv.c
39512 ____________________________________________________________________________
39513 [  8498] By: nick                                  on 2001/01/21  16:25:32
39514         Log: Encode cleanup.
39515              Add command line control over "compile" so that Makefile.PL
39516              needs can be combined with other uses.
39517              Use command line options in Makefile.PL.
39518              Fix multi-byte parsing in .ucm files.
39519      Branch: perlio
39520            ! ext/Encode/Makefile.PL ext/Encode/compile
39521 ____________________________________________________________________________
39522 [  8497] By: nick                                  on 2001/01/21  12:56:27
39523         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
39524      Branch: perlio
39525            ! ext/Encode/Encode.xs
39526 ____________________________________________________________________________
39527 [  8496] By: nick                                  on 2001/01/21  12:18:45
39528         Log: Fixup after integrate:
39529              missed the .sym files that are changed by regen_headers
39530              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
39531      Branch: perlio
39532            ! global.sym pp.sym sv.c
39533 ____________________________________________________________________________
39534 [  8495] By: nick                                  on 2001/01/21  11:51:07
39535         Log: Integrate mainline.
39536      Branch: perlio
39537           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
39538           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
39539           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
39540           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
39541           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
39542           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
39543           !> win32/Makefile win32/makefile.mk
39544 ____________________________________________________________________________
39545 [  8494] By: jhi                                   on 2001/01/20  23:12:11
39546         Log: Forgot the expect_number() prototype.
39547      Branch: perl
39548            ! embed.h embed.pl proto.h
39549 ____________________________________________________________________________
39550 [  8493] By: jhi                                   on 2001/01/20  22:56:39
39551         Log: Subject: [PATCH: perl@8482] README.vms URL updates
39552              From: Peter Prymmer <pvhp@forte.com>
39553              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
39554              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
39555              
39556              Plus Craig A. Berry's suggestion to use compaq.com instead
39557              of digital.com.
39558      Branch: perl
39559            ! README.vms
39560 ____________________________________________________________________________
39561 [  8492] By: jhi                                   on 2001/01/20  22:50:05
39562         Log: Memory management calls documentation.
39563      Branch: perl
39564            ! pod/perlguts.pod
39565 ____________________________________________________________________________
39566 [  8491] By: jhi                                   on 2001/01/20  22:38:33
39567         Log: Signedness nit plus few memcpy/Copy nits.
39568      Branch: perl
39569            ! sv.c
39570 ____________________________________________________________________________
39571 [  8490] By: jhi                                   on 2001/01/20  22:25:53
39572         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
39573              From: Peter Prymmer <pvhp@forte.com>
39574              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
39575              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
39576      Branch: perl
39577            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
39578 ____________________________________________________________________________
39579 [  8489] By: jhi                                   on 2001/01/20  22:24:41
39580         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
39581              From: Peter Prymmer <pvhp@forte.com>
39582              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
39583              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
39584      Branch: perl
39585            ! win32/Makefile win32/makefile.mk
39586 ____________________________________________________________________________
39587 [  8488] By: jhi                                   on 2001/01/20  22:22:27
39588         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
39589              From: Peter Prymmer <pvhp@forte.com>
39590              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
39591              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
39592      Branch: perl
39593            ! Makefile.SH
39594 ____________________________________________________________________________
39595 [  8487] By: jhi                                   on 2001/01/20  22:21:18
39596         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
39597              From: Peter Prymmer <pvhp@forte.com>
39598              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
39599              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
39600      Branch: perl
39601            + ext/DynaLoader/dl_dllload.xs
39602            ! MANIFEST Makefile.SH hints/os390.sh
39603 ____________________________________________________________________________
39604 [  8486] By: jhi                                   on 2001/01/20  22:17:53
39605         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
39606              From: Peter Prymmer <pvhp@forte.com>
39607              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
39608              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
39609      Branch: perl
39610            ! README.os390 README.posix-bc
39611 ____________________________________________________________________________
39612 [  8485] By: jhi                                   on 2001/01/20  20:15:30
39613         Log: Document and test the new qu operator.
39614      Branch: perl
39615            + t/op/qu.t
39616            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
39617            ! pod/perlretut.pod pod/perlunicode.pod
39618 ____________________________________________________________________________
39619 [  8484] By: nick                                  on 2001/01/20  19:42:30
39620         Log: Infrastructure to allow:
39621              open($fh,"|-",@array);
39622              to be implemented
39623              i.e. mark pp_open as needing a stack mark, and make pp_open
39624              process its args in that style (and pass them _all_ to tied handles OPEN).
39625              Invent do_openn() which takes SV ** at allow it to see multiple args.
39626              Note this does not _do_ anything yet.
39627      Branch: perlio
39628            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
39629            ! perlapi.c pp_proto.h pp_sys.c proto.h
39630 ____________________________________________________________________________
39631 [  8483] By: nick                                  on 2001/01/20  17:23:14
39632         Log: Integrate mainline.
39633      Branch: perlio
39634           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
39635           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
39636 ____________________________________________________________________________
39637 [  8482] By: jhi                                   on 2001/01/19  15:37:49
39638         Log: Update Changes.
39639      Branch: perl
39640            ! Changes patchlevel.h
39641 ____________________________________________________________________________
39642 [  8481] By: jhi                                   on 2001/01/19  14:41:24
39643         Log: Subject: Re: new feature: s?printf parameter reordering 
39644              From: Hugo <hv@crypt.compulink.co.uk>
39645              Date: Thu, 11 Jan 2001 17:09:03 +0000
39646              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
39647              
39648              - support reordering for all parameters: %, *v, *, .*
39649              - lay down that the reordering specification must immediately
39650              follow that parameter: %3$, *v3$, *3$, .*3$
39651              - fix vectorisation of a zero-length string
39652              - factor out the code choosing the argument to format
39653              
39654              Possibly unwanted side-effects:
39655              - the special format specifiers ' +-0' must now precede any
39656              vectorisation specifier. Tests in op/sprintf and op/ver
39657              have been changed to reflect this.
39658              - sprintf.t test #214 changed its expectations because in many
39659              cases, the next parameter has already been consumed when an
39660              invalid type letter is detected.
39661              
39662              Probably wanted side-effects:
39663              - attempts to format a non-existent parameter will warn as if C<undef>
39664              - attempt to write to non-existent parameter with '%n' will complain
39665              of "attempt to modify read-only value" instead of being silent
39666      Branch: perl
39667            ! sv.c t/op/sprintf.t t/op/ver.t
39668 ____________________________________________________________________________
39669 [  8480] By: jhi                                   on 2001/01/19  14:08:37
39670         Log: Subject: PATCH pragma/locale.t
39671              From: andreas.koenig@anima.de (Andreas J. Koenig)
39672              Date: 18 Jan 2001 09:45:37 +0100
39673              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
39674      Branch: perl
39675            ! t/pragma/locale.t
39676 ____________________________________________________________________________
39677 [  8479] By: jhi                                   on 2001/01/19  13:19:58
39678         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
39679      Branch: perl
39680            ! configure.com
39681 ____________________________________________________________________________
39682 [  8478] By: jhi                                   on 2001/01/19  02:12:35
39683         Log: Automate 1_compile.t.
39684      Branch: perl
39685            ! t/lib/1_compile.t
39686 ____________________________________________________________________________
39687 [  8477] By: jhi                                   on 2001/01/19  01:49:56
39688         Log: Integrate perlio.
39689      Branch: perl
39690           !> sv.c win32/config.bc win32/config.gc win32/config.vc
39691           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
39692 ____________________________________________________________________________
39693 [  8476] By: nick                                  on 2001/01/18  21:51:52
39694         Log: Integrate mainline
39695      Branch: perlio
39696           +> t/lib/1_compile.t t/lib/compmod.pl
39697           !> MANIFEST configure.com lib/unicode/distinct.pm
39698 ____________________________________________________________________________
39699 [  8475] By: nick                                  on 2001/01/18  21:48:02
39700         Log: Win32 "safe signals" co-existance fix.
39701              Fix SIG_SIZE value.
39702              Clear PL_sig_pending when cloning (fork).
39703      Branch: perlio
39704            ! sv.c win32/config.bc win32/config.gc win32/config.vc
39705            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
39706 ____________________________________________________________________________
39707 [  8474] By: jhi                                   on 2001/01/18  14:40:57
39708         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
39709      Branch: perl
39710            ! t/lib/1_compile.t
39711 ____________________________________________________________________________
39712 [  8473] By: gsar                                  on 2001/01/18  11:42:31
39713         Log: unsubmitted trial1 change
39714      Branch: maint-5.6/perl
39715            ! Changes
39716 ____________________________________________________________________________
39717 [  8472] By: jhi                                   on 2001/01/18  04:30:24
39718         Log: The first bug found by 1_compile.t.
39719      Branch: perl
39720            ! lib/unicode/distinct.pm
39721 ____________________________________________________________________________
39722 [  8471] By: jhi                                   on 2001/01/18  04:29:42
39723         Log: Add Schwern's 1_compile test.  The compile_module script renamed
39724              to be a bit shorter for the 8.3 people.
39725      Branch: perl
39726            + t/lib/1_compile.t t/lib/compmod.pl
39727            ! MANIFEST
39728 ____________________________________________________________________________
39729 [  8470] By: jhi                                   on 2001/01/18  04:16:00
39730         Log: Subject: [PATCH: perl@8453] Re: subversion undef on VMS (was Re: [ID 20001218.033] Not OK: perl v5.6.1 +v5.6.1-TRIAL1 on   VMS_AXP V7.2-1)
39731              From: Peter Prymmer <pvhp@forte.com>
39732              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
39733              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
39734              Replace #8463.
39735      Branch: maint-5.6/perl
39736            ! configure.com
39737 ____________________________________________________________________________
39738 [  8469] By: jhi                                   on 2001/01/18  04:13:02
39739         Log: Subject: [PATCH: perl@8453] Re: subversion undef on VMS (was Re: [ID 20001218.033] Not OK: perl v5.6.1 +v5.6.1-TRIAL1 on   VMS_AXP V7.2-1)
39740              From: Peter Prymmer <pvhp@forte.com>
39741              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
39742              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
39743              Replace #8462.
39744      Branch: perl
39745            ! configure.com
39746 ____________________________________________________________________________
39747 [  8468] By: jhi                                   on 2001/01/18  03:42:08
39748         Log: Integrate perlio.
39749      Branch: perl
39750           !> gv.c mg.c perlio.c util.c
39751 ____________________________________________________________________________
39752 [  8467] By: nick                                  on 2001/01/17  22:41:10
39753         Log: "Safe" signals - trial implementation.
39754              gv.c tweaked to zero PL_sig_pend array
39755              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
39756              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
39757              Odd thing is that it "works" with PERLIO=stdio as well (linux).
39758      Branch: perlio
39759            ! gv.c mg.c perlio.c util.c
39760 ____________________________________________________________________________
39761 [  8466] By: nick                                  on 2001/01/17  20:40:20
39762         Log: Integrate mainline.
39763      Branch: perlio
39764           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
39765           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
39766           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
39767           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
39768           !> vos/config.ga.h win32/config.bc win32/config.gc
39769           !> win32/config.vc
39770 ____________________________________________________________________________
39771 [  8465] By: jhi                                   on 2001/01/17  18:37:13
39772         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
39773              From: Nicholas Clark <nick@ccl4.org>
39774              Date: Wed, 17 Jan 2001 17:31:33 +0000
39775              Message-ID: <20010117173133.I2633@plum.flirble.org>
39776      Branch: perl
39777            ! t/op/int.t
39778 ____________________________________________________________________________
39779 [  8464] By: jhi                                   on 2001/01/17  14:43:17
39780         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
39781              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
39782              Date: Wed, 17 Jan 2001 15:16:43 +0100
39783              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
39784              
39785              pp_int() was dropping an NV to the floor,
39786              int(279964589018079/59) either returned not an integer
39787              4745162525730.15, or one got "Attempt to free unreferenced scalar."
39788      Branch: perl
39789            ! pp.c
39790 ____________________________________________________________________________
39791 [  8463] By: jhi                                   on 2001/01/17  06:12:42
39792         Log: (Replaced by #8470)
39793              
39794              Subject: subversion undef on VMS (was Re: [ID 20001218.033] Not OK: perl v5.6.1 +v5.6.1-TRIAL1 on   VMS_AXP V7.2-1)
39795              From: "Craig A. Berry" <craigberry@mac.com>
39796              Date: Tue, 16 Jan 2001 23:38:46 -0600
39797              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
39798      Branch: maint-5.6/perl
39799            ! configure.com
39800 ____________________________________________________________________________
39801 [  8462] By: jhi                                   on 2001/01/17  06:11:31
39802         Log: (Replaced by #8469)
39803              
39804              Subject: subversion undef on VMS (was Re: [ID 20001218.033] Not OK: perl v5.6.1 +v5.6.1-TRIAL1 on   VMS_AXP V7.2-1)
39805              From: "Craig A. Berry" <craigberry@mac.com>
39806              Date: Tue, 16 Jan 2001 23:38:46 -0600
39807              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
39808      Branch: perl
39809            ! configure.com
39810 ____________________________________________________________________________
39811 [  8461] By: jhi                                   on 2001/01/17  05:56:12
39812         Log: Allow for one trailing slash in the directory of mkdir().
39813      Branch: perl
39814            ! pp_sys.c
39815 ____________________________________________________________________________
39816 [  8460] By: jhi                                   on 2001/01/17  03:26:01
39817         Log: Metaconfig unit changes for #8459.
39818      Branch: metaconfig
39819            ! U/modified/Loc.U U/modified/sig_name.U
39820 ____________________________________________________________________________
39821 [  8459] By: jhi                                   on 2001/01/17  03:24:48
39822         Log: Define SIG_SIZE, the number of elements in the sig_name and
39823              sig_num arrays, including the final NULL entry.
39824      Branch: perl
39825            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
39826            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
39827            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
39828            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
39829            ! win32/config.bc win32/config.gc win32/config.vc
39830 ____________________________________________________________________________
39831 [  8458] By: jhi                                   on 2001/01/17  01:41:33
39832         Log: Integrate perlio.
39833      Branch: perl
39834           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
39835           !> perlapi.h proto.h sv.c
39836 ____________________________________________________________________________
39837 [  8457] By: nick                                  on 2001/01/16  22:07:26
39838         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
39839              Provides all the "cost" but no benefit yet - it is to allow cost
39840              to be measured, and implementation experiments (just in mg.c?).
39841      Branch: perlio
39842            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
39843            ! perlapi.h proto.h sv.c
39844 ____________________________________________________________________________
39845 [  8456] By: nick                                  on 2001/01/16  21:07:07
39846         Log: Integrate mainline.
39847      Branch: perlio
39848           !> (integrate 51 files)
39849 ____________________________________________________________________________
39850 [  8455] By: jhi                                   on 2001/01/16  18:13:43
39851         Log: Subject: [PATCH] regcomp.c old feature removal
39852              From: mjd@plover.com
39853              Date: 16 Jan 2001 14:43:18 -0000 
39854              Message-ID: <20010116144318.7140.qmail@plover.com> 
39855      Branch: perl
39856            ! regcomp.c
39857 ____________________________________________________________________________
39858 [  8454] By: jhi                                   on 2001/01/16  16:12:39
39859         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
39860              From: "Indy Singh" <indy@nusphere.com>
39861              Date: Wed, 10 Jan 2001 20:17:49 -0500
39862              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
39863      Branch: maint-5.6/perl
39864            ! win32/Makefile
39865 ____________________________________________________________________________
39866 [  8453] By: jhi                                   on 2001/01/16  16:09:33
39867         Log: Update Changes.
39868      Branch: perl
39869            ! Changes patchlevel.h
39870 ____________________________________________________________________________
39871 [  8452] By: jhi                                   on 2001/01/16  15:42:04
39872         Log: Subject: Re: API Cleanup
39873              To: perl5-porters@perl.org
39874              Date: Tue, 16 Jan 2001 13:42:30 +0000
39875              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
39876              
39877              Subject: [PATCH] utf8.c documentation
39878              From: Simon Cozens <simon@cozens.net>
39879              Date: Tue, 16 Jan 2001 13:52:48 +0000
39880              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
39881              
39882              Subject: Re: API Cleanup
39883              From: Simon Cozens <simon@cozens.net>
39884              Date: Tue, 16 Jan 2001 14:58:55 +0000
39885              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
39886              
39887              UTF-8 doc patches.
39888      Branch: perl
39889            ! embed.pl pod/perlapi.pod utf8.c
39890 ____________________________________________________________________________
39891 [  8451] By: jhi                                   on 2001/01/16  14:41:39
39892         Log: podlators 1.07, from Russ Allbery.
39893      Branch: perl
39894            ! lib/Pod/Man.pm
39895 ____________________________________________________________________________
39896 [  8450] By: jhi                                   on 2001/01/16  14:24:19
39897         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
39898              From: "Indy Singh" <indy@nusphere.com>
39899              Date: Mon, 15 Jan 2001 20:59:40 -0500
39900              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
39901      Branch: perl
39902            ! win32/Makefile
39903 ____________________________________________________________________________
39904 [  8449] By: jhi                                   on 2001/01/16  03:42:55
39905         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
39906              at the setting of the ofs_sv in new_struct_thread() as the
39907              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
39908              uninitialized fields are, uh, initialized with),
39909              SvREFCNT_inc()ing that invited a core dump.
39910      Branch: perl
39911            ! util.c
39912 ____________________________________________________________________________
39913 [  8448] By: jhi                                   on 2001/01/16  01:49:07
39914         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
39915              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
39916              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
39917              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
39918              
39919              Replace #8444 and #8445.
39920      Branch: perl
39921            ! ext/B/B.xs ext/B/B/Debug.pm
39922 ____________________________________________________________________________
39923 [  8447] By: jhi                                   on 2001/01/15  21:05:35
39924         Log: Subject: [PATCH] API Variable documentation   
39925              From: Simon Cozens <simon@cozens.net>
39926              Date: Mon, 15 Jan 2001 19:35:54 +0000
39927              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
39928      Branch: perl
39929            ! pod/perlapi.pod thrdvar.h
39930 ____________________________________________________________________________
39931 [  8446] By: jhi                                   on 2001/01/15  20:49:20
39932         Log: Signedness nit.
39933      Branch: perl
39934            ! pp_ctl.c
39935 ____________________________________________________________________________
39936 [  8445] By: jhi                                   on 2001/01/15  20:28:48
39937         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
39938      Branch: perl
39939            ! ext/B/B/Debug.pm
39940 ____________________________________________________________________________
39941 [  8444] By: jhi                                   on 2001/01/15  13:09:10
39942         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
39943      Branch: perl
39944            ! ext/B/B.xs
39945 ____________________________________________________________________________
39946 [  8443] By: jhi                                   on 2001/01/15  13:06:26
39947         Log: Missing from #8439.
39948      Branch: perl
39949            ! keywords.h mg.c
39950 ____________________________________________________________________________
39951 [  8442] By: jhi                                   on 2001/01/15  13:02:38
39952         Log: Subject: [PATCH @8436] Eliminate op_children
39953              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
39954              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
39955              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
39956              
39957              Subject: [PATCH @8436] Re: Eliminate op_children
39958              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
39959              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
39960              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
39961      Branch: perl
39962            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
39963            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
39964            ! op.c op.h
39965 ____________________________________________________________________________
39966 [  8441] By: jhi                                   on 2001/01/15  12:57:08
39967         Log: Use the /^Perl_/-less form of is_lvalue_sub().
39968      Branch: perl
39969            ! pp.h
39970 ____________________________________________________________________________
39971 [  8440] By: jhi                                   on 2001/01/15  05:13:09
39972         Log: Revert #8437 and #8438, the Linux large files story is more complex.
39973      Branch: metaconfig/U/perl
39974            ! d_fpos64_t.U d_off64_t.U
39975      Branch: perl
39976            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
39977            ! config_h.SH configure.com epoc/config.sh perl.h
39978            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
39979            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
39980            ! win32/config.bc win32/config.gc win32/config.vc
39981 ____________________________________________________________________________
39982 [  8439] By: jhi                                   on 2001/01/15  05:02:24
39983         Log: More UTF-8 patches from Inaba Hiroto.
39984              - The substr lval was still not okay.
39985              - Now pp_stringify and sv_setsv copies source's UTF8 flag
39986              even if IN_BYTE.  pp_stringify is called from fold_constants
39987              at optimization phase and "\x{100}" was made SvUTF8_off under
39988              use bytes (the bytes pragma is for "byte semantics" and not
39989              for "do not produce UTF8 data")
39990              - New `qu' operator to generate UTF8 string explicitly.
39991              Though I agree with the policy "0x00-0xff always produce bytes",
39992              sometimes want to such a string to be coded in UTF8.
39993              I can use pack"U0a*" but it requires more typing and has
39994              runtime overhead.
39995              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
39996              change, the bug apears if a pm has PMdf_UTF8 flag but interpolated
39997              string is not UTF8_on and has char 0x80-0xff.
39998              
39999              TODO: document and test qu.
40000      Branch: perl
40001            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
40002            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
40003            ! toke.c
40004 ____________________________________________________________________________
40005 [  8438] By: jhi                                   on 2001/01/14  05:10:23
40006         Log: (Reverted by #8440)
40007              
40008              Metaconfig unit changes for #8437.
40009      Branch: metaconfig/U/perl
40010            ! d_fpos64_t.U d_off64_t.U
40011 ____________________________________________________________________________
40012 [  8437] By: jhi                                   on 2001/01/14  04:55:34
40013         Log: (Reverted by #8440)
40014              
40015              Add <features.h> probing, seems to be needed for (some?)
40016              Linux largefileness.
40017      Branch: perl
40018            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
40019            ! config_h.SH configure.com epoc/config.sh perl.h
40020            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
40021            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
40022            ! win32/config.bc win32/config.gc win32/config.vc
40023 ____________________________________________________________________________
40024 [  8436] By: jhi                                   on 2001/01/13  17:47:21
40025         Log: Tighten some of the tests a bit.
40026      Branch: perl
40027            ! t/pragma/utf8.t
40028 ____________________________________________________________________________
40029 [  8435] By: jhi                                   on 2001/01/13  17:31:54
40030         Log: Integrate perlio.
40031      Branch: perl
40032           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
40033           !> win32/config_H.gc win32/config_H.vc
40034 ____________________________________________________________________________
40035 [  8434] By: nick                                  on 2001/01/13  11:36:53
40036         Log: Run dmake regen_config_h for Win32
40037      Branch: perlio
40038            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
40039 ____________________________________________________________________________
40040 [  8433] By: nick                                  on 2001/01/13  11:31:55
40041         Log: VMS friendly patch to Encode compile process
40042      Branch: perlio
40043            ! ext/Encode/Makefile.PL ext/Encode/compile
40044 ____________________________________________________________________________
40045 [  8432] By: nick                                  on 2001/01/13  11:06:44
40046         Log: Integrate mainline
40047      Branch: perlio
40048           +> ext/B/B/Concise.pm
40049           !> (integrate 52 files)
40050 ____________________________________________________________________________
40051 [  8431] By: jhi                                   on 2001/01/13  05:55:55
40052         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
40053              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
40054              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
40055              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
40056      Branch: perl
40057            ! ext/B/B/Concise.pm
40058 ____________________________________________________________________________
40059 [  8430] By: jhi                                   on 2001/01/13  04:24:18
40060         Log: The LVRET macro needed an aTHX.
40061      Branch: perl
40062            ! pp.h
40063 ____________________________________________________________________________
40064 [  8429] By: jhi                                   on 2001/01/13  02:12:42
40065         Log: Update Changes.
40066      Branch: perl
40067            ! Changes patchlevel.h
40068 ____________________________________________________________________________
40069 [  8428] By: jhi                                   on 2001/01/13  02:08:50
40070         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
40071              From: Peter Prymmer <pvhp@forte.com>
40072              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
40073              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
40074              
40075              Add a BEGIN guard for sloppy floating point division.
40076      Branch: perl
40077            ! lib/Math/BigInt.pm lib/bigint.pl
40078 ____________________________________________________________________________
40079 [  8427] By: jhi                                   on 2001/01/13  01:47:16
40080         Log: The B::Terse drop-in replacement wasn't quite drop-in.
40081      Branch: perl
40082            ! ext/B/B/Terse.pm
40083 ____________________________________________________________________________
40084 [  8426] By: jhi                                   on 2001/01/12  21:20:43
40085         Log: Use UVXf.
40086      Branch: perl
40087            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
40088            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
40089            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
40090            ! vos/config.ga.def vos/config.ga.h win32/config.bc
40091            ! win32/config.gc win32/config.vc
40092 ____________________________________________________________________________
40093 [  8425] By: jhi                                   on 2001/01/12  20:20:14
40094         Log: Subject: [PATCH perl@8342] -Wformat
40095              From: Robin Barker <rmb1@cise.npl.co.uk>
40096              Date: Fri, 12 Jan 2001 20:03:14 GMT
40097              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
40098      Branch: perl
40099            ! ext/Encode/Encode.xs mg.c sv.c toke.c
40100 ____________________________________________________________________________
40101 [  8424] By: jhi                                   on 2001/01/12  20:01:48
40102         Log: Subject: B::Concise -- an improved replacement for B::Terse 
40103              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
40104              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
40105              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
40106      Branch: perl
40107            + ext/B/B/Concise.pm
40108            ! MANIFEST ext/B/B/Terse.pm
40109 ____________________________________________________________________________
40110 [  8423] By: jhi                                   on 2001/01/12  19:24:02
40111         Log: The new metaconfig unit from the #8421.
40112      Branch: metaconfig/U/perl
40113            + d_sigprocmask.U
40114 ____________________________________________________________________________
40115 [  8422] By: jhi                                   on 2001/01/12  19:23:43
40116         Log: Forgot the microperl config from the #8421.
40117      Branch: perl
40118            ! uconfig.h uconfig.sh
40119 ____________________________________________________________________________
40120 [  8421] By: jhi                                   on 2001/01/12  19:05:27
40121         Log: Add sigprocmask() probe, regen Configure, regen toc.
40122      Branch: perl
40123            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
40124            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
40125            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
40126            ! vos/config.ga.h win32/config.bc win32/config.gc
40127            ! win32/config.vc
40128 ____________________________________________________________________________
40129 [  8420] By: jhi                                   on 2001/01/12  18:34:31
40130         Log: Add sockatmark() to the todo list.
40131      Branch: perl
40132            ! Todo-5.6
40133 ____________________________________________________________________________
40134 [  8419] By: jhi                                   on 2001/01/12  18:09:46
40135         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
40136      Branch: perl
40137            ! op.c
40138 ____________________________________________________________________________
40139 [  8418] By: jhi                                   on 2001/01/12  18:05:30
40140         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
40141              From: Radu Greab <radu@netsoft.ro>
40142              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
40143              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
40144      Branch: perl
40145            ! op.c t/pragma/sub_lval.t
40146 ____________________________________________________________________________
40147 [  8417] By: jhi                                   on 2001/01/12  16:09:09
40148         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
40149              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
40150              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
40151              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
40152      Branch: perl
40153            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
40154            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
40155            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
40156            ! t/pragma/sub_lval.t toke.c
40157 ____________________________________________________________________________
40158 [  8416] By: jhi                                   on 2001/01/12  15:42:06
40159         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
40160              From: "Richard Soderberg" <rs@crystalflame.net>
40161              Date: Fri, 12 Jan 2001 04:49:35 -0800
40162              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
40163              
40164              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
40165              according to the platform.
40166      Branch: perl
40167            ! op.c
40168 ____________________________________________________________________________
40169 [  8415] By: jhi                                   on 2001/01/12  15:33:41
40170         Log: One more UTF-8 fix from Inaba Hiroto.
40171      Branch: perl
40172            ! pp.c regexec.c t/pragma/utf8.t
40173 ____________________________________________________________________________
40174 [  8414] By: jhi                                   on 2001/01/12  15:30:18
40175         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
40176      Branch: perl
40177            ! regexec.c
40178 ____________________________________________________________________________
40179 [  8413] By: jhi                                   on 2001/01/12  15:22:10
40180         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
40181              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
40182              Date: Thu, 11 Jan 2001 12:53:36 +0100
40183              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
40184      Branch: perl
40185            ! toke.c
40186 ____________________________________________________________________________
40187 [  8412] By: jhi                                   on 2001/01/12  15:20:25
40188         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
40189              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
40190              Date: Fri, 12 Jan 2001 14:37:55 +0100
40191              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
40192      Branch: perl
40193            ! hints/posix-bc.sh
40194 ____________________________________________________________________________
40195 [  8411] By: jhi                                   on 2001/01/12  15:14:14
40196         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
40197              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
40198              Date: Fri, 12 Jan 2001 10:42:21 +0100
40199              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
40200      Branch: perl
40201            ! t/op/regmesg.t
40202 ____________________________________________________________________________
40203 [  8410] By: jhi                                   on 2001/01/12  05:48:55
40204         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
40205              From: Nicholas Clark <nick@ccl4.org> 
40206              Date: Sun, 7 Jan 2001 19:47:14 +0000
40207              Message-ID: <20010107194714.B1048@plum.flirble.org>
40208      Branch: perl
40209            ! t/op/numconvert.t
40210 ____________________________________________________________________________
40211 [  8409] By: jhi                                   on 2001/01/12  05:41:28
40212         Log: Integrate perlio.
40213      Branch: perl
40214           !> mg.c scope.h
40215 ____________________________________________________________________________
40216 [  8408] By: nick                                  on 2001/01/11  22:43:28
40217         Log: Remove variables that were used in experiments.
40218      Branch: perlio
40219            ! mg.c
40220 ____________________________________________________________________________
40221 [  8407] By: nick                                  on 2001/01/11  20:57:44
40222         Log: Catch die in %SIG handler and unblock the signal before re-dying.
40223              This make Linux work _without_ sigsetjmp().
40224              Turn off sigsetjmp() to see what else it does.
40225              May need Configure probe for sigprocmask() if anything has sigaction()
40226              but not sigprocmask().
40227      Branch: perlio
40228            ! mg.c scope.h
40229 ____________________________________________________________________________
40230 [  8406] By: nick                                  on 2001/01/11  19:32:07
40231         Log: Integrate mainline
40232      Branch: perlio
40233           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
40234           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
40235           !> t/op/substr.t
40236 ____________________________________________________________________________
40237 [  8405] By: jhi                                   on 2001/01/11  17:11:01
40238         Log: Fix UTF-8 lval substr().
40239      Branch: perl
40240            ! mg.c t/op/substr.t
40241 ____________________________________________________________________________
40242 [  8404] By: jhi                                   on 2001/01/11  05:13:58
40243         Log: Update Changes.
40244      Branch: perl
40245            ! Changes patchlevel.h
40246 ____________________________________________________________________________
40247 [  8403] By: jhi                                   on 2001/01/11  04:38:24
40248         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
40249              From: Hugo <hv@crypt.compulink.co.uk>
40250              Date: Mon, 30 Oct 2000 01:33:26 +0000
40251              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
40252      Branch: perl
40253            ! regexec.c t/op/re_tests
40254 ____________________________________________________________________________
40255 [  8402] By: jhi                                   on 2001/01/11  04:26:12
40256         Log: Integrate perlio.
40257      Branch: perl
40258           !> scope.h util.c
40259 ____________________________________________________________________________
40260 [  8401] By: nick                                  on 2001/01/10  22:52:55
40261         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
40262              (So Alan and Ilya can try setting via hints.)
40263              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
40264              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
40265              doing the save everywhere seems to restart read() correctly, but just
40266              doing it once "round" the handler does not.
40267      Branch: perlio
40268            ! scope.h
40269 ____________________________________________________________________________
40270 [  8400] By: jhi                                   on 2001/01/10  21:57:54
40271         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
40272              of IRIX, HP-UX is unaffected.
40273      Branch: perl
40274            ! perl.h
40275 ____________________________________________________________________________
40276 [  8399] By: nick                                  on 2001/01/10  21:29:19
40277         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
40278      Branch: perlio
40279            ! util.c
40280 ____________________________________________________________________________
40281 [  8398] By: jhi                                   on 2001/01/10  20:55:31
40282         Log: Add ReuseAddr as a (preferred) alias for Reuse as we know
40283              also have ReusePort.
40284      Branch: perl
40285            ! ext/IO/lib/IO/Socket/INET.pm
40286 ____________________________________________________________________________
40287 [  8397] By: jhi                                   on 2001/01/10  20:50:57
40288         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
40289              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
40290              Date: Wed, 10 Jan 2001 01:38:13 -0800
40291              Message-ID: <20010110013813.B41744@yahoo-inc.com>
40292      Branch: perl
40293            ! ext/IO/lib/IO/Socket/INET.pm
40294 ____________________________________________________________________________
40295 [  8396] By: jhi                                   on 2001/01/10  20:49:30
40296         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
40297              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
40298              Date: Wed, 10 Jan 2001 01:37:32 -0800
40299              Message-ID: <20010110013732.A41744@yahoo-inc.com>
40300      Branch: perl
40301            ! ext/Socket/Socket.pm
40302 ____________________________________________________________________________
40303 [  8395] By: jhi                                   on 2001/01/10  20:41:37
40304         Log: Test for bug id 20010105.016 (fixed by #8378).
40305      Branch: perl
40306            ! t/op/split.t
40307 ____________________________________________________________________________
40308 [  8394] By: jhi                                   on 2001/01/10  20:26:32
40309         Log: Integrate perlio.
40310      Branch: perl
40311            ! util.c
40312 ____________________________________________________________________________
40313 [  8393] By: nick                                  on 2001/01/10  19:34:30
40314         Log: Back out Simon's pid hackery for now.
40315      Branch: perlio
40316            ! util.c
40317 ____________________________________________________________________________
40318 [  8392] By: nick                                  on 2001/01/10  19:23:13
40319         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
40320      Branch: perlio
40321           !> (integrate 29 files)
40322 ____________________________________________________________________________
40323 [  8391] By: jhi                                   on 2001/01/10  18:43:15
40324         Log: Subject: [PATCH] Fix my_pclose segfault
40325              From: Simon Cozens <simon@cozens.net>
40326              Date: Wed, 10 Jan 2001 18:39:35 +0000
40327              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
40328      Branch: perl
40329            ! util.c
40330 ____________________________________________________________________________
40331 [  8390] By: jhi                                   on 2001/01/10  18:42:08
40332         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
40333              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
40334              Date:     Wed, 10 Jan 2001 13:23:02 EST
40335              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
40336      Branch: perl
40337            ! ext/Opcode/Opcode.xs
40338 ____________________________________________________________________________
40339 [  8389] By: jhi                                   on 2001/01/10  15:16:07
40340         Log: Turn off the integer preservation for now.
40341      Branch: perl
40342            ! perl.h
40343 ____________________________________________________________________________
40344 [  8388] By: jhi                                   on 2001/01/10  15:01:25
40345         Log: Few more IDE/editor nits from p5p.
40346      Branch: perl
40347            ! pod/perlfaq3.pod
40348 ____________________________________________________________________________
40349 [  8387] By: jhi                                   on 2001/01/10  06:53:16
40350         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
40351              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
40352              Date: Tue, 9 Jan 2001 23:16:02 +0000
40353              Message-ID: <20010109231602.A81101@plum.flirble.org>
40354      Branch: perl
40355            ! sv.c
40356 ____________________________________________________________________________
40357 [  8386] By: jhi                                   on 2001/01/10  03:17:54
40358         Log: Test cases for #8385 (from Simon's "torture.pl")
40359      Branch: perl
40360            ! t/op/tr.t
40361 ____________________________________________________________________________
40362 [  8385] By: jhi                                   on 2001/01/10  03:17:11
40363         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
40364              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
40365              Date: Wed, 10 Jan 2001 11:39:39 +0900
40366              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
40367              
40368              Some more UTF-8 tr cases fixed.
40369      Branch: perl
40370            ! doop.c
40371 ____________________________________________________________________________
40372 [  8384] By: jhi                                   on 2001/01/09  22:45:40
40373         Log: Allow the locale test needing POSIX and the taint test
40374              needing IPC::SysV to run under 'minitest' (basically,
40375              bail out if loading the extension fails)
40376      Branch: perl
40377            ! t/op/misc.t t/op/taint.t
40378 ____________________________________________________________________________
40379 [  8383] By: jhi                                   on 2001/01/09  21:36:04
40380         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
40381              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
40382              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
40383              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
40384      Branch: perl
40385            ! t/io/openpid.t
40386 ____________________________________________________________________________
40387 [  8382] By: jhi                                   on 2001/01/09  21:06:08
40388         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
40389              Should finish up the bug id 20001205.022.
40390      Branch: perl
40391            ! pp.c pp_hot.c scope.c
40392 ____________________________________________________________________________
40393 [  8381] By: jhi                                   on 2001/01/09  18:27:43
40394         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
40395              From: Andy Dougherty <doughera@lafayette.edu>
40396              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
40397              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
40398              
40399              More robust yacc/bison error detection.
40400      Branch: perl
40401            ! t/comp/proto.t
40402 ____________________________________________________________________________
40403 [  8380] By: jhi                                   on 2001/01/09  15:21:38
40404         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
40405              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
40406              Date:     Tue, 9 Jan 2001 07:53:55 EST
40407              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
40408      Branch: perl
40409            ! t/op/misc.t vms/test.com
40410 ____________________________________________________________________________
40411 [  8379] By: jhi                                   on 2001/01/09  15:20:38
40412         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
40413              From: jhi@cc.hut.fi
40414              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
40415              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
40416              
40417              The #8378 fixed this.
40418      Branch: perl
40419            ! t/op/tr.t
40420 ____________________________________________________________________________
40421 [  8378] By: jhi                                   on 2001/01/09  15:05:32
40422         Log: Subject: One more patch for UTF8 
40423              From: Inaba Hiroto <inaba@st.rim.or.jp>
40424              Date: Tue, 09 Jan 2001 01:04:32 +0900
40425              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
40426              
40427              UTF-8 fixes for 'x' and tr///.
40428      Branch: perl
40429            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
40430            ! regcomp.c regexec.c toke.c utf8.c
40431 ____________________________________________________________________________
40432 [  8377] By: jhi                                   on 2001/01/09  14:32:17
40433         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
40434      Branch: perl
40435            ! t/op/length.t
40436 ____________________________________________________________________________
40437 [  8376] By: jhi                                   on 2001/01/09  04:32:32
40438         Log: integrate changes #7775, #8316, #8316 from mainline
40439      Branch: maint-5.6/perl
40440            ! hints/solaris_2.sh
40441 ____________________________________________________________________________
40442 [  8375] By: jhi                                   on 2001/01/09  04:26:43
40443         Log: Update Changes.
40444      Branch: perl
40445            ! Changes patchlevel.h
40446 ____________________________________________________________________________
40447 [  8374] By: jhi                                   on 2001/01/09  04:14:32
40448         Log: IDE/editor section tweaking.
40449      Branch: perl
40450            ! pod/perlfaq3.pod
40451 ____________________________________________________________________________
40452 [  8373] By: jhi                                   on 2001/01/09  02:38:26
40453         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
40454              From: Peter Prymmer <pvhp@forte.com>
40455              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
40456              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
40457              
40458              In preparation os OS/390 dynamic loading.
40459      Branch: perl
40460            ! README.os390 hints/os390.sh
40461 ____________________________________________________________________________
40462 [  8372] By: jhi                                   on 2001/01/09  00:24:30
40463         Log: Integrate with perlio.
40464      Branch: perl
40465           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
40466 ____________________________________________________________________________
40467 [  8371] By: nick                                  on 2001/01/08  23:54:33
40468         Log: Fix "scalars leaked" bugs caused by overload magic
40469              (Highlighted by Ilya's DESTROY optimization.)
40470      Branch: perlio
40471            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
40472 ____________________________________________________________________________
40473 [  8370] By: nick                                  on 2001/01/08  20:19:41
40474         Log: Integrate mainline
40475      Branch: perlio
40476           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
40477           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
40478           !> t/op/64bitint.t
40479 ____________________________________________________________________________
40480 [  8369] By: jhi                                   on 2001/01/08  17:30:52
40481         Log: save_delete() Safefree() doesn't (anymore?) work with shared
40482              strings, one test failure in op/misc and almost all of lib/b.
40483              (Outcomments #8369.)
40484      Branch: perl
40485            ! scope.c
40486 ____________________________________________________________________________
40487 [  8368] By: jhi                                   on 2001/01/08  14:47:10
40488         Log: (Outcommented by #8369.)
40489              
40490              Subject: Re: Perl BugID 20001205.022 ---- save_delete
40491              From: Simon Cozens <simon@cozens.net>
40492              Date: Sat, 6 Jan 2001 11:48:40 +0000
40493              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
40494              
40495              The save_delete() does need the Safefree.
40496      Branch: perl
40497            ! scope.c
40498 ____________________________________________________________________________
40499 [  8367] By: bailey                                on 2001/01/08  08:53:52
40500         Log: Once again syncing after too long an absence
40501      Branch: vmsperl
40502           +> (branch 55 files)
40503            - MAINTAIN fix_pl vos/config.def vos/config.h
40504            - vos/config_h.SH_orig
40505           !> (integrate 498 files)
40506 ____________________________________________________________________________
40507 [  8366] By: jhi                                   on 2001/01/08  02:42:59
40508         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
40509              From: nick@ccl4.org
40510              Date: Sun, 7 Jan 2001 21:07:18 +0000
40511              Message-Id: <20010107210717.D1048@plum.flirble.org>
40512      Branch: perl
40513            ! sv.c t/op/64bitint.t
40514 ____________________________________________________________________________
40515 [  8365] By: jhi                                   on 2001/01/08  02:35:16
40516         Log: Subject: [PATCH] environ nit
40517              From: Simon Cozens <simon@cozens.net>
40518              Date: Sun, 7 Jan 2001 17:57:07 +0000
40519              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
40520              
40521              Use environ only if we have it.
40522      Branch: perl
40523            ! mg.c
40524 ____________________________________________________________________________
40525 [  8364] By: jhi                                   on 2001/01/08  02:24:51
40526         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
40527      Branch: perl
40528            ! ext/GDBM_File/GDBM_File.xs
40529 ____________________________________________________________________________
40530 [  8363] By: jhi                                   on 2001/01/08  02:19:24
40531         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
40532              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
40533              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
40534              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
40535      Branch: perl
40536            ! dump.c op.c
40537 ____________________________________________________________________________
40538 [  8362] By: jhi                                   on 2001/01/08  02:17:43
40539         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
40540              From: Doug MacEachern <dougm@covalent.net>
40541              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
40542              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
40543              
40544              Allow AUTOLOAD to be an xsub and allow such xsubs
40545              to avoid use of $AUTOLOAD.
40546      Branch: perl
40547            ! gv.c
40548 ____________________________________________________________________________
40549 [  8361] By: jhi                                   on 2001/01/08  02:16:07
40550         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
40551              From: Radu Greab <radu@netsoft.ro>
40552              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
40553              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
40554              
40555              No need for the potentially unportable $SIG{CHLD}.
40556      Branch: perl
40557            ! t/io/pipe.t
40558 ____________________________________________________________________________
40559 [  8360] By: jhi                                   on 2001/01/08  01:58:23
40560         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
40561      Branch: perl
40562            ! lib/Getopt/Long.pm
40563 ____________________________________________________________________________
40564 [  8359] By: jhi                                   on 2001/01/08  01:55:44
40565         Log: Integrate perlio.
40566      Branch: perl
40567           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
40568           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
40569           !> utf8.c win32/Makefile
40570 ____________________________________________________________________________
40571 [  8358] By: jhi                                   on 2001/01/07  21:16:50
40572         Log: Update the EPOC cross SDK URL.
40573      Branch: perl
40574            ! README.epoc
40575 ____________________________________________________________________________
40576 [  8357] By: jhi                                   on 2001/01/07  21:16:09
40577         Log: Update the EPOC cross SDK URL.
40578      Branch: maint-5.6/perl
40579            ! README.epoc
40580 ____________________________________________________________________________
40581 [  8356] By: nick                                  on 2001/01/06  21:47:52
40582         Log: FILE * in XS code for PerlIO world:
40583              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
40584              - Add FILE * T_STDIO typemap.
40585              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
40586      Branch: perlio
40587            ! lib/ExtUtils/typemap perlio.c perlio.h
40588 ____________________________________________________________________________
40589 [  8355] By: jhi                                   on 2001/01/06  20:27:15
40590         Log: integrate change #8336 from mainline
40591              
40592              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
40593      Branch: maint-5.6/perl
40594            ! hv.c
40595 ____________________________________________________________________________
40596 [  8354] By: jhi                                   on 2001/01/06  20:24:29
40597         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
40598              From: Robin Barker <rmb1@cise.npl.co.uk>
40599              Date: Fri, 22 Dec 2000 12:17:38 GMT
40600              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
40601              
40602              The patch reformats some long =item lines so they give
40603              correct output via pod2man | nroff -man
40604              
40605              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
40606              From: Robin Barker <rmb1@cise.npl.co.uk>
40607              Date: Tue, 2 Jan 2001 15:35:03 GMT
40608              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
40609              
40610              Here is a _further_ patch which corrects a few more errors:
40611              * an empty C<=item> in CPAN.pm
40612              * patching the wrong file (pod/perlamiga.pod not README.amiga)
40613              * leaving empty C<=item>s which formatted incorrectly
40614              * over long C<=item>s revealed by latest patch to Pod::Man
40615      Branch: maint-5.6/perl
40616            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
40617            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
40618            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
40619            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
40620            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
40621            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
40622 ____________________________________________________________________________
40623 [  8353] By: jhi                                   on 2001/01/06  20:21:10
40624         Log: integrate changes #7980, 8056, 8057 from mainline
40625              
40626              UTF-8 hash keys.
40627      Branch: maint-5.6/perl
40628            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
40629 ____________________________________________________________________________
40630 [  8352] By: jhi                                   on 2001/01/06  20:18:44
40631         Log: Forgotten from #8438.
40632      Branch: maint-5.6/perl
40633            ! epoc/epocish.h
40634 ____________________________________________________________________________
40635 [  8351] By: jhi                                   on 2001/01/06  20:18:12
40636         Log: Forgotten from #8347.
40637      Branch: maint-5.6/perl
40638            ! config_h.SH
40639 ____________________________________________________________________________
40640 [  8350] By: jhi                                   on 2001/01/06  20:00:19
40641         Log: Thinko in #8347.
40642      Branch: maint-5.6/perl
40643            ! regcomp.c
40644 ____________________________________________________________________________
40645 [  8349] By: jhi                                   on 2001/01/06  18:05:30
40646         Log: Copy the FAQ3 IDE section from the development branch,
40647              changes originally by Peter Prymmer.
40648      Branch: maint-5.6/perl
40649            ! pod/perlfaq3.pod
40650 ____________________________________________________________________________
40651 [  8348] By: jhi                                   on 2001/01/06  18:03:02
40652         Log: EPOC updates for TRIAL1.
40653              
40654              Subject: [5.6.1 trial1] EPOC update
40655              From: Olaf Flebbe <O.Flebbe@science-computing.de>
40656              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
40657              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
40658              
40659              Subject: epoc patch2 for perl-5.6.1-trial1
40660              From: Olaf Flebbe <O.Flebbe@science-computing.de>
40661              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
40662              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
40663      Branch: maint-5.6/perl
40664            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
40665            ! epoc/epocish.c
40666 ____________________________________________________________________________
40667 [  8347] By: jhi                                   on 2001/01/06  17:29:10
40668         Log: integrate changes #7710,7824,7973 from mainline,
40669              plus VMS nits from Peter Prymmer and Dan Sugalski.
40670              
40671              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
40672              library (getprotobyname and getprotobynumber are outversioned by
40673              the same calls in libc, at least for xlc version 3.
40674              
40675              Add HAS_SBRK_PROTO.
40676              
40677              Fixes for signedness warnings noticed by VMSperlers.
40678      Branch: maint-5.6/perl
40679            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
40680            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
40681            ! sv.c vms/descrip_mms.template vos/config.alpha.def
40682            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
40683            ! win32/config.bc win32/config.gc win32/config.vc
40684 ____________________________________________________________________________
40685 [  8346] By: nick                                  on 2001/01/06  14:36:01
40686         Log: Fixup accumulated integrate muddles (perlio == devperl again)
40687      Branch: perlio
40688            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
40689 ____________________________________________________________________________
40690 [  8345] By: nick                                  on 2001/01/06  14:24:58
40691         Log: Integrate mainline
40692      Branch: perlio
40693           !> (integrate 55 files)
40694 ____________________________________________________________________________
40695 [  8344] By: jhi                                   on 2001/01/06  02:24:02
40696         Log: Subject: [patch] PerlIO_cleanup() prototype
40697              From: Doug MacEachern <dougm@covalent.net>
40698              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
40699              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
40700      Branch: perl
40701            ! perlio.h
40702 ____________________________________________________________________________
40703 [  8343] By: jhi                                   on 2001/01/06  01:04:09
40704         Log: IRIX compiler noticed that the bof initialization might be
40705              bypassed by control flow.
40706      Branch: perl
40707            ! toke.c
40708 ____________________________________________________________________________
40709 [  8342] By: jhi                                   on 2001/01/06  00:10:48
40710         Log: Update Changes.
40711      Branch: perl
40712            ! Changes patchlevel.h
40713 ____________________________________________________________________________
40714 [  8341] By: jhi                                   on 2001/01/05  23:52:33
40715         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
40716      Branch: perl
40717            ! toke.c
40718 ____________________________________________________________________________
40719 [  8340] By: jhi                                   on 2001/01/05  22:44:08
40720         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
40721              From: Radu Greab <radu@netsoft.ro>
40722              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
40723              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
40724      Branch: perl
40725            ! t/io/pipe.t util.c
40726 ____________________________________________________________________________
40727 [  8339] By: jhi                                   on 2001/01/05  22:35:17
40728         Log: Subject: [PATCH] format and rewording in perlfaq.pod
40729              From: Robin Barker <rmb1@cise.npl.co.uk>
40730              Date: Fri, 5 Jan 2001 18:51:20 GMT
40731              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
40732      Branch: perl
40733            ! pod/perlfaq.pod
40734 ____________________________________________________________________________
40735 [  8338] By: jhi                                   on 2001/01/05  22:31:17
40736         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
40737              From: Peter Prymmer <pvhp@forte.com>
40738              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
40739              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
40740      Branch: perl
40741            ! utils/perlbug.PL
40742 ____________________________________________________________________________
40743 [  8337] By: jhi                                   on 2001/01/05  18:15:11
40744         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
40745              From: Robin Barker <rmb1@cise.npl.co.uk>
40746              Date: Tue, 2 Jan 2001 15:24:07 GMT
40747              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
40748              
40749              If you call configure as C<./Configure> or C<sh ./Configure>,
40750              $src is set to the absolute path name, not '.'.
40751              
40752              This, in turn, means -Dmksymlink tries to do its stuff because
40753              it does not think it is in the src directory.
40754              
40755              (plus a metaconfig nitfix)
40756      Branch: metaconfig
40757            ! U/compline/ccflags.U U/modified/src.U
40758      Branch: perl
40759            ! Configure config_h.SH
40760 ____________________________________________________________________________
40761 [  8336] By: jhi                                   on 2001/01/05  17:48:32
40762         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
40763              From: Alan Burlison <Alan.Burlison@uk.sun.com>
40764              Message-ID: <3A5606C4.473D2226@uk.sun.com>
40765              Date: Fri, 05 Jan 2001 17:39:16 +0000
40766      Branch: perl
40767            ! hv.c
40768 ____________________________________________________________________________
40769 [  8335] By: jhi                                   on 2001/01/05  16:05:44
40770         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
40771      Branch: perl
40772            ! lib/Getopt/Long.pm
40773 ____________________________________________________________________________
40774 [  8334] By: jhi                                   on 2001/01/05  16:00:51
40775         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
40776              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
40777              Date: Fri, 05 Jan 2001 13:46:51 +0100
40778              Message-ID: <13693.978698811@nice.ram.loc>
40779              
40780              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
40781              accurate reading of the "atime".  
40782      Branch: perl
40783            ! t/io/fs.t
40784 ____________________________________________________________________________
40785 [  8333] By: jhi                                   on 2001/01/05  15:57:37
40786         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
40787              From: Simon Cozens <simon@cozens.net>
40788              Date: Fri, 8 Dec 2000 13:33:31 +0000
40789              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
40790              
40791              A lost patch fragment.
40792      Branch: perl
40793            ! doop.c
40794 ____________________________________________________________________________
40795 [  8332] By: jhi                                   on 2001/01/05  15:40:42
40796         Log: Do away with strncpy() and a fixed length buffer.
40797      Branch: perl
40798            ! utf8.c
40799 ____________________________________________________________________________
40800 [  8331] By: jhi                                   on 2001/01/05  15:03:07
40801         Log: Tests for #8329 and #8330.
40802      Branch: perl
40803            ! t/op/bop.t
40804 ____________________________________________________________________________
40805 [  8330] By: jhi                                   on 2001/01/05  15:02:38
40806         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
40807              raw 8-bit form to the UTF-8 string.
40808      Branch: perl
40809            ! toke.c
40810 ____________________________________________________________________________
40811 [  8329] By: jhi                                   on 2001/01/05  14:55:13
40812         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
40813              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
40814              Date: Fri, 5 Jan 2001 12:28:52 +0100
40815              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
40816              
40817              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
40818              no effect.  (changed the strncpy() to Copy())
40819      Branch: perl
40820            ! toke.c
40821 ____________________________________________________________________________
40822 [  8328] By: jhi                                   on 2001/01/05  06:44:27
40823         Log: UTF-8 cleanup.
40824      Branch: perl
40825            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
40826            ! regexec.c sv.c toke.c
40827 ____________________________________________________________________________
40828 [  8327] By: jhi                                   on 2001/01/05  01:11:29
40829         Log: Subject: [PATCH perl@8268] Test::Harness doesn't use IO (was Re: [PATCH 5.7.0] Re: Tests depending on extensions,    and `make minitest')
40830              From: Radu Greab <radu@netsoft.ro>
40831              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
40832              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
40833              
40834              Cleans up Harness to not use FileHandle, which uses IO.
40835      Branch: perl
40836            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
40837 ____________________________________________________________________________
40838 [  8326] By: jhi                                   on 2001/01/05  00:56:37
40839         Log: Update Changes.
40840      Branch: perl
40841            ! Changes patchlevel.h
40842 ____________________________________________________________________________
40843 [  8325] By: jhi                                   on 2001/01/05  00:53:18
40844         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
40845              From: Peter Prymmer <pvhp@forte.com>
40846              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
40847              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
40848              
40849              plus a couple more tailing whitespace removals.
40850      Branch: perl
40851            ! win32/Makefile
40852 ____________________________________________________________________________
40853 [  8324] By: jhi                                   on 2001/01/05  00:47:39
40854         Log: Add some Unicode chop() tests.
40855      Branch: perl
40856            ! t/op/chop.t
40857 ____________________________________________________________________________
40858 [  8323] By: jhi                                   on 2001/01/05  00:47:23
40859         Log: Unify UTF-8 malformedness handling.
40860      Branch: perl
40861            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
40862 ____________________________________________________________________________
40863 [  8322] By: jhi                                   on 2001/01/04  22:21:54
40864         Log: The new $issymlink was unknown to Mksymlinks.
40865      Branch: metaconfig/U/perl
40866            ! Mksymlinks.U issymlink.U
40867      Branch: perl
40868            ! Configure config_h.SH
40869 ____________________________________________________________________________
40870 [  8321] By: jhi                                   on 2001/01/04  21:51:05
40871         Log: The test didn't work under the core test framework.
40872      Branch: perl
40873            ! t/lib/st-lock.t
40874 ____________________________________________________________________________
40875 [  8320] By: jhi                                   on 2001/01/04  21:14:22
40876         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
40877      Branch: perl
40878            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
40879 ____________________________________________________________________________
40880 [  8319] By: jhi                                   on 2001/01/04  20:46:17
40881         Log: Typo in #8312 when manually appying a problematic patch fragment.
40882      Branch: perl
40883            ! ext/Storable/Storable.xs
40884 ____________________________________________________________________________
40885 [  8318] By: jhi                                   on 2001/01/04  20:43:01
40886         Log: The $sh_c didn't fly.
40887      Branch: metaconfig
40888            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
40889            ! U/modified/Loc.U U/modified/myhostname.U
40890            ! U/modified/spitshell.U
40891      Branch: metaconfig/U/perl
40892            ! issymlink.U
40893      Branch: perl
40894            ! Configure config_h.SH
40895 ____________________________________________________________________________
40896 [  8317] By: jhi                                   on 2001/01/04  19:58:01
40897         Log: AIX builtin test -h is broken, changes based on
40898              
40899              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
40900              Date: Tue, 02 Jan 2001 11:24:39 +0100
40901              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
40902              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
40903      Branch: metaconfig
40904            + U/modified/spitshell.U
40905            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
40906            ! U/modified/Loc.U U/modified/myhostname.U
40907      Branch: metaconfig/U/perl
40908            ! Mksymlinks.U issymlink.U
40909      Branch: perl
40910            ! Configure
40911 ____________________________________________________________________________
40912 [  8316] By: jhi                                   on 2001/01/04  19:02:22
40913         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
40914              From: Andy Dougherty <doughera@lafayette.edu>
40915              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
40916              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
40917              
40918              Beware of GNU ld.
40919      Branch: perl
40920            ! hints/solaris_2.sh
40921 ____________________________________________________________________________
40922 [  8315] By: jhi                                   on 2001/01/04  18:56:48
40923         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
40924              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
40925              Date: Wed, 3 Jan 2001 07:58:51 +0100
40926              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
40927      Branch: perl
40928            ! hints/solaris_2.sh
40929 ____________________________________________________________________________
40930 [  8314] By: jhi                                   on 2001/01/04  18:54:07
40931         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
40932              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
40933              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
40934              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
40935              
40936              Doc tweak on #8313.
40937      Branch: perl
40938            ! ext/B/B/Deparse.pm
40939 ____________________________________________________________________________
40940 [  8313] By: jhi                                   on 2001/01/04  18:52:27
40941         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
40942              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
40943              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
40944              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
40945              
40946              Make the peephole optimizer to bypass more null ops and
40947              and rewrite the deparse handling of continue blocks.
40948      Branch: perl
40949            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
40950 ____________________________________________________________________________
40951 [  8312] By: jhi                                   on 2001/01/04  18:47:39
40952         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
40953      Branch: perl
40954            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
40955            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
40956            ! t/lib/st-lock.t
40957 ____________________________________________________________________________
40958 [  8311] By: jhi                                   on 2001/01/04  18:36:08
40959         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
40960              filter to be run on each .pm during the pm_to_blib() phase,
40961              a fixed version of
40962              
40963              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
40964              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
40965              Date: Wed, 03 Jan 2001 22:01:30 +0100
40966              Message-ID: <5296.978555690@nice.ram.loc>
40967      Branch: perl
40968            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
40969            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
40970            ! lib/ExtUtils/MakeMaker.pm
40971 ____________________________________________________________________________
40972 [  8310] By: jhi                                   on 2001/01/04  18:32:54
40973         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
40974              From: Robin Barker <rmb1@cise.npl.co.uk>
40975              Date: Tue, 2 Jan 2001 15:35:03 GMT
40976              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
40977      Branch: perl
40978            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
40979            ! pod/perlrequick.pod
40980 ____________________________________________________________________________
40981 [  8309] By: jhi                                   on 2001/01/04  18:29:07
40982         Log: Subject: Re: [patch] static-ize XS()
40983              From: Doug MacEachern <dougm@covalent.net>
40984              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
40985              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
40986              
40987              Provide prototypes for the XS functions.
40988      Branch: perl
40989            ! lib/ExtUtils/xsubpp
40990 ____________________________________________________________________________
40991 [  8308] By: jhi                                   on 2001/01/04  18:27:44
40992         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
40993              From: Doug MacEachern <dougm@covalent.net>
40994              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
40995              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
40996      Branch: perl
40997            ! lib/ExtUtils/typemap
40998 ____________________________________________________________________________
40999 [  8307] By: jhi                                   on 2001/01/04  18:25:25
41000         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
41001              From: Doug MacEachern <dougm@covalent.net>
41002              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
41003              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
41004              
41005              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
41006      Branch: perl
41007            ! lib/ExtUtils/MM_Unix.pm
41008 ____________________________________________________________________________
41009 [  8306] By: jhi                                   on 2001/01/04  18:23:00
41010         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
41011              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
41012              Date: Thu, 4 Jan 2001 12:47:10 +0100 
41013              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
41014              
41015              The toke.c part only, patching embed.h and proto.h is futile.
41016      Branch: perl
41017            ! toke.c
41018 ____________________________________________________________________________
41019 [  8305] By: jhi                                   on 2001/01/04  18:05:51
41020         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
41021              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
41022              Date: Thu, 4 Jan 2001 17:50:12 +0100 
41023              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
41024      Branch: perl
41025            ! toke.c
41026 ____________________________________________________________________________
41027 [  8304] By: jhi                                   on 2001/01/04  18:03:26
41028         Log: Subject: [PATCH perl@8269]
41029              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
41030              Date: Thu, 4 Jan 2001 12:53:39 +0100 
41031              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
41032              
41033              If running byacc write-enable also perly.h.
41034      Branch: perl
41035            ! Makefile.SH
41036 ____________________________________________________________________________
41037 [  8303] By: jhi                                   on 2001/01/04  15:40:49
41038         Log: Rewrite pp_concat() in terms of sv_catsv().
41039      Branch: perl
41040            ! pp_hot.c
41041 ____________________________________________________________________________
41042 [  8302] By: nick                                  on 2001/01/03  22:43:22
41043         Log: Integrate mainline.
41044      Branch: perlio
41045           !> ext/Encode/Encode.xs sv.c utf8.c
41046 ____________________________________________________________________________
41047 [  8301] By: jhi                                   on 2001/01/02  23:40:26
41048         Log: Variable naming tweak.
41049      Branch: perl
41050            ! sv.c
41051 ____________________________________________________________________________
41052 [  8300] By: jhi                                   on 2001/01/02  23:40:02
41053         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
41054              in is_utf8_string().
41055      Branch: perl
41056            ! utf8.c
41057 ____________________________________________________________________________
41058 [  8299] By: jhi                                   on 2001/01/02  22:14:40
41059         Log: Integrate perlio.
41060      Branch: perl
41061           !> pp.c pp_hot.c win32/Makefile
41062 ____________________________________________________________________________
41063 [  8298] By: nick                                  on 2001/01/02  22:03:06
41064         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
41065      Branch: perlio
41066            ! pp.c pp_hot.c
41067 ____________________________________________________________________________
41068 [  8297] By: jhi                                   on 2001/01/02  04:26:28
41069         Log: Signedness nit.
41070      Branch: perl
41071            ! ext/Encode/Encode.xs
41072 ____________________________________________________________________________
41073 [  8296] By: nick                                  on 2001/01/01  23:49:36
41074         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
41075      Branch: perlio
41076            ! win32/Makefile
41077 ____________________________________________________________________________
41078 [  8295] By: jhi                                   on 2001/01/01  23:05:48
41079         Log: Integrate perlio.
41080      Branch: perl
41081           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
41082           !> t/lib/encode.t
41083 ____________________________________________________________________________
41084 [  8294] By: nick                                  on 2001/01/01  22:48:34
41085         Log: Integrate mainline
41086      Branch: perlio
41087            ! pp_hot.c t/lib/encode.t
41088           !> (integrate 65 files)
41089 ____________________________________________________________________________
41090 [  8293] By: nick                                  on 2001/01/01  21:58:50
41091         Log: More rigor in UTF-8-ness of Encode's toUnicode
41092              XS export some of the utf8 internal functions.
41093              Test some of the functions.
41094              Fix pp_concat() bug shown by said tests.
41095      Branch: perlio
41096            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
41097            ! t/lib/encode.t
41098 ____________________________________________________________________________
41099 [  8292] By: jhi                                   on 2001/01/01  18:11:44
41100         Log: Integrate perlio.
41101      Branch: perl
41102           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
41103           !> ext/Encode/encengine.c ext/Encode/encode.h
41104 ____________________________________________________________________________
41105 [  8291] By: jhi                                   on 2001/01/01  18:10:58
41106         Log: Podify README.mpeix (a new version from the web),
41107              add a dummy NAME to Carp::Heavy, regen toc.
41108      Branch: perl
41109            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
41110            ! pod/perltoc.pod
41111 ____________________________________________________________________________
41112 [  8290] By: nick                                  on 2001/01/01  17:43:47
41113         Log: Loose the "Loading..." warning.
41114              Another bug in fallback support
41115      Branch: perlio
41116            ! ext/Encode/Encode.pm ext/Encode/encengine.c
41117 ____________________________________________________________________________
41118 [  8289] By: jhi                                   on 2001/01/01  00:01:57
41119         Log: Bump up Larry's copyright.
41120      Branch: perl
41121            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
41122            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
41123            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
41124            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
41125            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
41126            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
41127            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
41128            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
41129 ____________________________________________________________________________
41130 [  8288] By: nick                                  on 2000/12/31  21:27:53
41131         Log: Fix .ucm reading - forgot a chr()
41132              Start of .ucm write (for .enc to .ucm)
41133      Branch: perlio
41134            ! ext/Encode/compile
41135 ____________________________________________________________________________
41136 [  8287] By: jhi                                   on 2000/12/31  18:15:56
41137         Log: Comment away a diagnostic message as noted by Craig A. Berry
41138              (the unexpected message was confusing testing)
41139      Branch: perl
41140            ! ext/Encode/Encode.pm
41141 ____________________________________________________________________________
41142 [  8286] By: jhi                                   on 2000/12/31  18:14:51
41143         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
41144              Date: Sun, 31 Dec 2000 11:17:37 -0600
41145              From: "Craig A. Berry" <craigberry@mac.com>
41146              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
41147      Branch: perl
41148            ! ext/Encode/Makefile.PL
41149 ____________________________________________________________________________
41150 [  8285] By: nick                                  on 2000/12/31  18:11:54
41151         Log: Start of support of ICU-style .ucm files:
41152              - teach compile how to read a .ucm file
41153              - first guess at how to represent fallbacks in "tries".
41154              - use fallbacks if check == 0
41155              - new return code to indicate we used one.
41156      Branch: perlio
41157            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
41158            ! ext/Encode/encengine.c ext/Encode/encode.h
41159 ____________________________________________________________________________
41160 [  8284] By: jhi                                   on 2000/12/31  18:04:41
41161         Log: Pacify picky VMS compiler.
41162              
41163              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
41164              From: "Craig A. Berry" <craig.berry@psinetcs.com>
41165              Date: Sat, 30 Dec 2000 18:10:02 -0600
41166              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
41167      Branch: perl
41168            ! sv.c
41169 ____________________________________________________________________________
41170 [  8283] By: jhi                                   on 2000/12/31  16:11:47
41171         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
41172      Branch: perl
41173            ! t/lib/glob-basic.t
41174 ____________________________________________________________________________
41175 [  8282] By: jhi                                   on 2000/12/31  15:26:11
41176         Log: Integrate perlio.
41177      Branch: perl
41178           !> makedef.pl opcode.pl os2/os2.c perlio.c
41179 ____________________________________________________________________________
41180 [  8281] By: nick                                  on 2000/12/31  10:06:15
41181         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
41182              is available to be exported
41183      Branch: perlio
41184            ! makedef.pl perlio.c
41185 ____________________________________________________________________________
41186 [  8280] By: nick                                  on 2000/12/31  09:41:26
41187         Log: Ilya's OS2 patch (testing for damage on Win32)
41188      Branch: perlio
41189            ! makedef.pl opcode.pl os2/os2.c
41190 ____________________________________________________________________________
41191 [  8279] By: jhi                                   on 2000/12/30  21:52:07
41192         Log: Test nits.
41193      Branch: perl
41194            ! t/lib/syslfs.t t/op/lfs.t
41195 ____________________________________________________________________________
41196 [  8278] By: jhi                                   on 2000/12/30  21:47:49
41197         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
41198              From: andreas.koenig@anima.de (Andreas J. Koenig)
41199              Date: 30 Dec 2000 22:35:37 +0100
41200              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
41201              
41202              The 32-bit wraparound test wasn't quite right.
41203      Branch: perl
41204            ! t/lib/syslfs.t t/op/lfs.t
41205 ____________________________________________________________________________
41206 [  8277] By: jhi                                   on 2000/12/30  21:33:44
41207         Log: Subject: [PATCH] open() example in perlfunc.pod 
41208              From: Karsten Sperling <s_sperli@ira.uka.de>
41209              Date: Sat, 30 Dec 2000 22:27:09 +0100
41210              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
41211      Branch: perl
41212            ! pod/perlfunc.pod
41213 ____________________________________________________________________________
41214 [  8276] By: jhi                                   on 2000/12/30  20:32:40
41215         Log: Not quite that many tests yet.
41216      Branch: perl
41217            ! t/op/pat.t
41218 ____________________________________________________________________________
41219 [  8275] By: jhi                                   on 2000/12/30  20:26:58
41220         Log: Integrate perlio.
41221      Branch: perl
41222           !> toke.c
41223 ____________________________________________________________________________
41224 [  8274] By: jhi                                   on 2000/12/30  20:24:56
41225         Log: Signedness nit.
41226      Branch: perl
41227            ! utf8.c
41228 ____________________________________________________________________________
41229 [  8273] By: jhi                                   on 2000/12/30  20:15:46
41230         Log: Add a test case for 20000731.001 which was fixed by the #8267.
41231      Branch: perl
41232            ! t/op/pat.t
41233 ____________________________________________________________________________
41234 [  8272] By: nick                                  on 2000/12/30  19:47:51
41235         Log: Tweak for MULTIPLICITY/USE_PERLIO
41236      Branch: perlio
41237            ! toke.c
41238 ____________________________________________________________________________
41239 [  8271] By: nick                                  on 2000/12/30  19:46:45
41240         Log: Integrate mainline
41241      Branch: perlio
41242           +> lib/unicode/distinct.pm
41243           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
41244           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
41245           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
41246 ____________________________________________________________________________
41247 [  8270] By: jhi                                   on 2000/12/30  19:39:50
41248         Log: Subject: RE: perl@8269
41249              From: "Richard Soderberg" <rs@crystalflame.net>
41250              Date: Sat, 30 Dec 2000 11:36:27 -0800
41251              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
41252              
41253              A missing aTHX_.
41254      Branch: perl
41255            ! toke.c
41256 ____________________________________________________________________________
41257 [  8269] By: jhi                                   on 2000/12/30  18:55:48
41258         Log: Update Changes.
41259      Branch: perl
41260            ! Changes patchlevel.h
41261 ____________________________________________________________________________
41262 [  8268] By: jhi                                   on 2000/12/30  17:18:40
41263         Log: Add a test for Unicode split //.  The #8267 was the cure.
41264      Branch: perl
41265            ! t/op/split.t
41266 ____________________________________________________________________________
41267 [  8267] By: jhi                                   on 2000/12/30  17:14:19
41268         Log: Subject: more UTF8 test suites and an UTF8 patch
41269              From: Inaba Hiroto <inaba@st.rim.or.jp>
41270              Date: Sat, 30 Dec 2000 14:27:10 +0900
41271              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
41272              
41273              Just the patch part for now, and the pragma renamed
41274              as unicode::distinct.
41275      Branch: perl
41276            + lib/unicode/distinct.pm
41277            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
41278            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
41279            ! regcomp.h regexec.c sv.c toke.c utf8.c
41280 ____________________________________________________________________________
41281 [  8266] By: nick                                  on 2000/12/30  16:40:49
41282         Log: Integrate mainline
41283      Branch: perlio
41284           +> lib/Pod/Text/Overstrike.pm
41285           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
41286           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
41287           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
41288           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
41289           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
41290 ____________________________________________________________________________
41291 [  8265] By: jhi                                   on 2000/12/30  07:28:55
41292         Log: The sv_catsv() fix, take two.
41293      Branch: perl
41294            ! sv.c t/op/join.t
41295 ____________________________________________________________________________
41296 [  8264] By: jhi                                   on 2000/12/30  06:19:18
41297         Log: Undo all the join-related changes since #8248: relevant
41298              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
41299              The new sv_catsv() doesn't fly so it must go back to
41300              the drawing board.
41301      Branch: perl
41302            ! sv.c t/op/join.t t/pragma/utf8.t
41303 ____________________________________________________________________________
41304 [  8263] By: jhi                                   on 2000/12/30  01:08:32
41305         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
41306      Branch: perl
41307            ! sv.c
41308 ____________________________________________________________________________
41309 [  8262] By: jhi                                   on 2000/12/30  00:45:14
41310         Log: Retract #8261.
41311      Branch: perl
41312            ! hv.c util.c
41313 ____________________________________________________________________________
41314 [  8261] By: jhi                                   on 2000/12/30  00:38:32
41315         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
41316      Branch: perl
41317            ! hv.c util.c
41318 ____________________________________________________________________________
41319 [  8260] By: jhi                                   on 2000/12/29  22:51:33
41320         Log: (Retracted by #8264)  More fixing for #8251.
41321      Branch: perl
41322            ! sv.c
41323 ____________________________________________________________________________
41324 [  8259] By: jhi                                   on 2000/12/29  18:27:30
41325         Log: Subject: podlators 1.06 released
41326              From: Russ Allbery <rra@stanford.edu>
41327              Date: 25 Dec 2000 05:09:30 -0800
41328              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
41329      Branch: perl
41330            + lib/Pod/Text/Overstrike.pm
41331            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
41332            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
41333 ____________________________________________________________________________
41334 [  8258] By: jhi                                   on 2000/12/29  18:20:45
41335         Log: Make the large file tests more robust/talkative as suggested by
41336              
41337              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
41338              From: andreas.koenig@anima.de (Andreas J. Koenig)
41339              Date: 29 Dec 2000 14:23:01 +0100
41340              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
41341      Branch: perl
41342            ! t/lib/syslfs.t t/op/lfs.t
41343 ____________________________________________________________________________
41344 [  8257] By: jhi                                   on 2000/12/29  17:48:04
41345         Log: Further VMS piping fixes from Charles Lane:
41346              
41347              In summary, error messages produced when a subprocess terminated
41348              abnormally were being sent not just to the parent process, but to
41349              grandparents, because of default values for error output that were
41350              not completely overridden when the subprocess was started.
41351              
41352              This patch fixes this behavior by defining user-mode (i.e., temporary
41353              for the duration of the program) logical names for SYS$OUTPUT and
41354              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
41355              changes to make it so that the user-mode logicals are the ones that
41356              control where Perl's error messages go if it terminates abnormally.
41357              
41358              I also added some gratuitous fixes to the indentation of braces in
41359              the piping code.  It just looked ugly, before.
41360      Branch: perl
41361            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
41362 ____________________________________________________________________________
41363 [  8256] By: jhi                                   on 2000/12/29  17:45:12
41364         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
41365              From: "Casey R. Tweten" <crt@kiski.net>
41366              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
41367              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
41368              
41369              Tests for for #8240.
41370      Branch: perl
41371            ! t/pragma/constant.t
41372 ____________________________________________________________________________
41373 [  8255] By: jhi                                   on 2000/12/29  17:43:07
41374         Log: Subject: Re: [PATCH] Interesting syntax idea
41375              From: Simon Cozens <simon@cozens.net>
41376              Date: Fri, 29 Dec 2000 14:34:04 +0000
41377              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
41378              
41379              Tests for #8254.
41380      Branch: perl
41381            ! t/pragma/sub_lval.t
41382 ____________________________________________________________________________
41383 [  8254] By: jhi                                   on 2000/12/29  17:42:11
41384         Log: Subject: [PATCH] Interesting syntax idea
41385              From: Simon Cozens <simon@cozens.net>
41386              Date: Wed, 27 Dec 2000 05:08:57 +0000
41387              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
41388              
41389              Make opens + bareword assigns do typeglob assigns.
41390      Branch: perl
41391            ! op.c
41392 ____________________________________________________________________________
41393 [  8253] By: jhi                                   on 2000/12/29  17:36:45
41394         Log: Output the (apparent) version of gcc, as suggested by
41395              
41396              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
41397              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
41398              Date: 26 Dec 2000 04:29:17 -0500
41399              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
41400              
41401              (The patch as such didn't any more apply as the misparsing had
41402              already been addressed in #6474.)  Also change the wording about
41403              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
41404      Branch: perl
41405            ! hints/dec_osf.sh
41406 ____________________________________________________________________________
41407 [  8252] By: nick                                  on 2000/12/29  12:14:31
41408         Log: Integrate mainline
41409      Branch: perlio
41410           !> (integrate 27 files)
41411 ____________________________________________________________________________
41412 [  8251] By: jhi                                   on 2000/12/29  08:45:46
41413         Log: (Retracted by #8264)
41414              
41415              (Fixed by #8260.)
41416              
41417              sv_catsv() needs one more byte space than seems reasonable.
41418              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
41419              Curiouser and curiouser.
41420      Branch: perl
41421            ! sv.c
41422 ____________________________________________________________________________
41423 [  8250] By: jhi                                   on 2000/12/29  07:57:52
41424         Log: More split // UTF-8 tests.
41425      Branch: perl
41426            ! t/pragma/utf8.t
41427 ____________________________________________________________________________
41428 [  8249] By: jhi                                   on 2000/12/29  07:54:51
41429         Log: (Retracted by #8264)  More join() testing which was good because
41430              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
41431      Branch: perl
41432            ! pp.c t/op/join.t utf8.c utf8.h
41433 ____________________________________________________________________________
41434 [  8248] By: jhi                                   on 2000/12/29  07:08:32
41435         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
41436              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
41437              that the only cases to care about are byte+byte and byte+character.
41438              
41439              TODO: See how well pp_concat() could be implemented in terms
41440              of sv_catsv().
41441      Branch: perl
41442            ! doop.c sv.c t/op/join.t utf8.h
41443 ____________________________________________________________________________
41444 [  8247] By: jhi                                   on 2000/12/29  06:35:23
41445         Log: Signedness nit.
41446      Branch: perl
41447            ! pp_hot.c
41448 ____________________________________________________________________________
41449 [  8246] By: jhi                                   on 2000/12/29  01:23:31
41450         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
41451              From: Lupe Christoph <lupe@lupe-christoph.de>
41452              Date: Thu, 28 Dec 2000 23:00:00 +0100
41453              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
41454              
41455              Suggest rsync --delete --dry-run.
41456      Branch: perl
41457            ! pod/perlhack.pod
41458 ____________________________________________________________________________
41459 [  8245] By: jhi                                   on 2000/12/28  23:57:05
41460         Log: The maxiters upper limit sanity check (guarding against
41461              non-progress) assumed bytes instead of characters in s///
41462              and split().
41463      Branch: perl
41464            ! pp.c pp_hot.c
41465 ____________________________________________________________________________
41466 [  8244] By: jhi                                   on 2000/12/28  23:34:08
41467         Log: Make some panic messages a bit more logical.
41468      Branch: perl
41469            ! doop.c pod/perldiag.pod pp.c pp_hot.c
41470 ____________________________________________________________________________
41471 [  8243] By: jhi                                   on 2000/12/28  22:59:16
41472         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
41473              From: Simon Cozens <simon@cozens.net>
41474              Date: Wed, 27 Dec 2000 02:30:03 +0000
41475              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
41476      Branch: perl
41477            ! pp.c t/pragma/sub_lval.t
41478 ____________________________________________________________________________
41479 [  8242] By: jhi                                   on 2000/12/28  22:56:53
41480         Log: Subject: [PATCH blead] Fix B::Terse indentation
41481              From: Daniel Chetlin <daniel@chetlin.com>
41482              Date: Wed, 27 Dec 2000 06:43:30 -0800
41483              Message-ID: <20001227064329.B9573@darkstar>
41484      Branch: perl
41485            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
41486 ____________________________________________________________________________
41487 [  8241] By: jhi                                   on 2000/12/28  22:48:59
41488         Log: The latter patch from the
41489              
41490              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
41491              From: Peter Prymmer <pvhp@forte.com> 
41492              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
41493              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
41494              
41495              (the former patch from the above should have been
41496              taken care of by Nick I-S)
41497      Branch: perl
41498            ! win32/Makefile
41499 ____________________________________________________________________________
41500 [  8240] By: jhi                                   on 2000/12/28  22:45:22
41501         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
41502              From: "Casey R. Tweten" <crt@kiski.net>
41503              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
41504              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
41505      Branch: perl
41506            ! lib/constant.pm
41507 ____________________________________________________________________________
41508 [  8239] By: jhi                                   on 2000/12/28  22:37:45
41509         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
41510              From: Simon Cozens <simon@cozens.net>
41511              Date: Wed, 27 Dec 2000 14:12:44 +0000
41512              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
41513      Branch: perl
41514            ! t/op/method.t t/op/sort.t toke.c
41515 ____________________________________________________________________________
41516 [  8238] By: jhi                                   on 2000/12/28  22:30:32
41517         Log: Subject: [PATCH perl@8229] Call.pm
41518              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
41519              Date: Mon, 25 Dec 2000 10:47:15 -0000
41520              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
41521      Branch: perl
41522            ! ext/Filter/Util/Call/Call.pm
41523 ____________________________________________________________________________
41524 [  8237] By: jhi                                   on 2000/12/28  22:19:21
41525         Log: Subject: [PATCH blead] Fix problem with `&' prototype
41526              From: Daniel Chetlin <daniel@chetlin.com>
41527              Date: Wed, 27 Dec 2000 15:55:32 -0800
41528              Message-ID: <20001227155532.D9573@darkstar>
41529      Branch: perl
41530            ! op.c t/comp/proto.t
41531 ____________________________________________________________________________
41532 [  8236] By: jhi                                   on 2000/12/28  22:09:25
41533         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
41534              From: Daniel Chetlin <daniel@chetlin.com>
41535              Date: Sun, 24 Dec 2000 04:09:49 -0800
41536              Message-ID: <20001224040949.B3090@darkstar>
41537      Branch: perl
41538            ! gv.c mg.c t/op/attrs.t
41539 ____________________________________________________________________________
41540 [  8235] By: jhi                                   on 2000/12/28  22:07:11
41541         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
41542              From: Jan Dubois <jand@ActiveState.com>
41543              Date: Tue, 26 Dec 2000 20:57:31 -0800
41544              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
41545      Branch: perl
41546            ! win32/win32.c
41547 ____________________________________________________________________________
41548 [  8234] By: jhi                                   on 2000/12/28  21:52:42
41549         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
41550              From: Simon Cozens <simon@cozens.net>
41551              Date: Thu, 28 Dec 2000 20:33:13 +0000
41552              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
41553      Branch: perl
41554            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
41555 ____________________________________________________________________________
41556 [  8233] By: jhi                                   on 2000/12/28  19:40:49
41557         Log: Integrate perlio.
41558      Branch: perl
41559           !> ext/Encode/Makefile.PL ext/Encode/compile
41560 ____________________________________________________________________________
41561 [  8232] By: nick                                  on 2000/12/23  16:06:00
41562         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
41563              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
41564      Branch: perlio
41565            ! ext/Encode/Makefile.PL
41566 ____________________________________________________________________________
41567 [  8231] By: nick                                  on 2000/12/23  14:30:34
41568         Log: "Compiled" encode build cleanup
41569              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
41570              - .c files do not export sub-tables
41571      Branch: perlio
41572            ! ext/Encode/Makefile.PL ext/Encode/compile
41573 ____________________________________________________________________________
41574 [  8230] By: nick                                  on 2000/12/23  12:50:37
41575         Log: Integrate mainline
41576      Branch: perlio
41577           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
41578           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
41579           !> pod/perl5004delta.pod pod/perl5005delta.pod
41580           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
41581           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
41582           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
41583           !> pod/perlsub.pod
41584 ____________________________________________________________________________
41585 [  8229] By: jhi                                   on 2000/12/22  15:32:12
41586         Log: Integrate perlio.
41587      Branch: perl
41588           +> win32/distclean.bat
41589           !> MANIFEST t/io/utf8.t
41590 ____________________________________________________________________________
41591 [  8228] By: jhi                                   on 2000/12/22  15:29:40
41592         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
41593              From: Robin Barker <rmb1@cise.npl.co.uk>
41594              Date: Fri, 22 Dec 2000 12:17:38 GMT
41595              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
41596      Branch: perl
41597            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
41598            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
41599            ! pod/perl5004delta.pod pod/perl5005delta.pod
41600            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
41601            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
41602            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
41603            ! pod/perlsub.pod
41604 ____________________________________________________________________________
41605 [  8227] By: jhi                                   on 2000/12/22  15:24:28
41606         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
41607              From: "John L. Allen" <allen@grumman.com>
41608              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
41609              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
41610              
41611              Document APPLLIB_EXP.
41612      Branch: perl
41613            ! INSTALL
41614 ____________________________________________________________________________
41615 [  8226] By: nick                                  on 2000/12/21  22:11:50
41616         Log: Handy script for when one forgets to "dmake clean" 
41617      Branch: perlio
41618            + win32/distclean.bat
41619            ! MANIFEST
41620 ____________________________________________________________________________
41621 [  8225] By: nick                                  on 2000/12/21  21:54:04
41622         Log: CRLF platform issue with io/utf8 fix.
41623      Branch: perlio
41624            ! t/io/utf8.t
41625 ____________________________________________________________________________
41626 [  8224] By: nick                                  on 2000/12/21  21:02:20
41627         Log: Integrate mainline
41628      Branch: perlio
41629           !> Changes Configure Makefile.SH Porting/Glossary
41630           !> Porting/config.sh Porting/config_H configure.com
41631           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
41632           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
41633           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
41634           !> win32/config.bc win32/config.gc win32/config.vc
41635 ____________________________________________________________________________
41636 [  8223] By: jhi                                   on 2000/12/21  17:09:16
41637         Log: Update Changes.
41638      Branch: perl
41639            ! Changes patchlevel.h
41640 ____________________________________________________________________________
41641 [  8222] By: jhi                                   on 2000/12/21  16:24:01
41642         Log: Metaconfig unit changes for #8221.
41643      Branch: metaconfig/U/perl
41644           +> issymlink.U
41645            - testsyml.U
41646            ! Mksymlinks.U
41647 ____________________________________________________________________________
41648 [  8221] By: jhi                                   on 2000/12/21  16:23:48
41649         Log: Rename testsyml to issymlink.
41650      Branch: perl
41651            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
41652            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
41653            ! win32/config.vc
41654 ____________________________________________________________________________
41655 [  8220] By: jhi                                   on 2000/12/21  15:47:26
41656         Log: Robustness support for #8218 (symlink forest) since the GNU
41657              tools seem to be overly picky about symlinkage depths.
41658      Branch: perl
41659            ! Makefile.SH t/io/fs.t
41660 ____________________________________________________________________________
41661 [  8219] By: jhi                                   on 2000/12/21  15:38:27
41662         Log: Metaconfig changes for #8218.
41663      Branch: metaconfig
41664            ! U/modified/Oldconfig.U
41665      Branch: metaconfig/U/perl
41666            + Mksymlinks.U
41667            ! testsyml.U
41668 ____________________________________________________________________________
41669 [  8218] By: jhi                                   on 2000/12/21  15:37:57
41670         Log: Add Configure option -Dmksymlinks which will create a symlink
41671              forest if the current/build differs from the source directory.
41672              TODO: mkdir -p is not portable.
41673      Branch: perl
41674            ! Configure
41675 ____________________________________________________________________________
41676 [  8217] By: jhi                                   on 2000/12/21  14:39:12
41677         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
41678              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
41679              Date: Thu, 21 Dec 2000 09:38:18 GMT
41680              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
41681              
41682              The ofs became an SV.
41683      Branch: perl
41684            ! ext/Thread/Thread.xs
41685 ____________________________________________________________________________
41686 [  8216] By: jhi                                   on 2000/12/21  05:40:21
41687         Log: The polymorphism seems to have fixed 20000517.001.
41688      Branch: perl
41689            ! t/pragma/utf8.t
41690 ____________________________________________________________________________
41691 [  8215] By: jhi                                   on 2000/12/21  04:44:52
41692         Log: read() documentation tweak for 20001121.004.
41693      Branch: perl
41694            ! pod/perlfunc.pod
41695 ____________________________________________________________________________
41696 [  8214] By: jhi                                   on 2000/12/21  03:54:11
41697         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
41698      Branch: perl
41699            ! pp_sys.c t/op/misc.t
41700 ____________________________________________________________________________
41701 [  8213] By: jhi                                   on 2000/12/21  00:28:10
41702         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
41703              From: Peter Prymmer <pvhp@forte.com>
41704              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
41705              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
41706      Branch: perl
41707            ! configure.com
41708 ____________________________________________________________________________
41709 [  8212] By: jhi                                   on 2000/12/21  00:26:21
41710         Log: Edit edit edit.
41711      Branch: perl
41712            ! pod/perlfaq3.pod
41713 ____________________________________________________________________________
41714 [  8211] By: jhi                                   on 2000/12/20  18:52:46
41715         Log: Update Changes.
41716      Branch: perl
41717            ! Changes patchlevel.h
41718 ____________________________________________________________________________
41719 [  8210] By: jhi                                   on 2000/12/20  18:34:47
41720         Log: Yet another editor edit.
41721      Branch: perl
41722            ! pod/perlfaq3.pod
41723 ____________________________________________________________________________
41724 [  8209] By: jhi                                   on 2000/12/20  15:33:28
41725         Log: More Win32 Perling.
41726      Branch: perl
41727            ! pod/perlfaq3.pod
41728 ____________________________________________________________________________
41729 [  8208] By: jhi                                   on 2000/12/20  15:07:46
41730         Log: More Win32 editor/IDE/shell hints.
41731      Branch: perl
41732            ! pod/perlfaq3.pod
41733 ____________________________________________________________________________
41734 [  8207] By: jhi                                   on 2000/12/20  03:54:08
41735         Log: Subject: [PATCH] obscure timing knowledge
41736              From: Nicholas Clark <nick@ccl4.org>
41737              Date: Tue, 19 Dec 2000 19:22:31 +0000
41738              Message-ID: <20001219192231.F2827@plum.flirble.org>
41739      Branch: perl
41740            ! sv.c
41741 ____________________________________________________________________________
41742 [  8206] By: jhi                                   on 2000/12/20  03:45:57
41743         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
41744              From: Spider Boardman <spider@leggy.zk3.dec.com>
41745              Date: Tue, 19 Dec 2000 21:30:16 -0500
41746              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
41747      Branch: perl
41748            ! sv.c
41749 ____________________________________________________________________________
41750 [  8205] By: jhi                                   on 2000/12/19  23:02:01
41751         Log: Update Changes.
41752      Branch: perl
41753            ! Changes patchlevel.h
41754 ____________________________________________________________________________
41755 [  8204] By: jhi                                   on 2000/12/19  22:58:18
41756         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
41757              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
41758              on editors and diffing/patching.
41759      Branch: perl
41760            ! t/op/utf8decode.t
41761 ____________________________________________________________________________
41762 [  8203] By: nick                                  on 2000/12/19  21:36:16
41763         Log: Integrate mainline (forgot my own change...)
41764      Branch: perlio
41765           !> ext/Encode/compile
41766 ____________________________________________________________________________
41767 [  8202] By: nick                                  on 2000/12/19  21:34:42
41768         Log: Integrate mainline.
41769      Branch: perlio
41770           !> (integrate 61 files)
41771 ____________________________________________________________________________
41772 [  8201] By: nick                                  on 2000/12/19  21:34:06
41773         Log: Avoid looking for File::Glob when we don't need it.
41774      Branch: perl
41775            ! ext/Encode/compile
41776 ____________________________________________________________________________
41777 [  8200] By: jhi                                   on 2000/12/19  18:35:49
41778         Log: Update Changes.
41779      Branch: perl
41780            ! Changes patchlevel.h
41781 ____________________________________________________________________________
41782 [  8199] By: jhi                                   on 2000/12/19  18:35:07
41783         Log: Microperl tweaks.
41784      Branch: perl
41785            ! sv.c uconfig.h uconfig.sh
41786 ____________________________________________________________________________
41787 [  8198] By: jhi                                   on 2000/12/19  18:29:59
41788         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
41789      Branch: perl
41790            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
41791            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
41792 ____________________________________________________________________________
41793 [  8197] By: jhi                                   on 2000/12/19  17:55:29
41794         Log: In VMS embedded perls couldn't access the statically built Socket,
41795              from Charles Lane.
41796      Branch: perl
41797            ! configure.com
41798 ____________________________________________________________________________
41799 [  8196] By: jhi                                   on 2000/12/19  17:49:50
41800         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
41801              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
41802              Date: Sun, 17 Dec 2000 19:11:44 -0000
41803              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
41804      Branch: perl
41805            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
41806            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
41807 ____________________________________________________________________________
41808 [  8195] By: jhi                                   on 2000/12/19  17:47:53
41809         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
41810              From: Jonathan Stowe <gellyfish@gellyfish.com>
41811              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
41812              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
41813      Branch: perl
41814            ! utils/h2xs.PL
41815 ____________________________________________________________________________
41816 [  8194] By: jhi                                   on 2000/12/19  17:46:28
41817         Log: Subject: Re: useless use of void context work-around
41818              From: andreas.koenig@anima.de (Andreas J. Koenig)
41819              Date: 16 Dec 2000 15:13:36 +0100
41820              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
41821              
41822              Document (comment) the q(di ds ig) trick in the code.
41823      Branch: perl
41824            ! op.c
41825 ____________________________________________________________________________
41826 [  8193] By: jhi                                   on 2000/12/19  17:10:57
41827         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
41828              From: "Mark J. Reed" <mreed@strange.turner.com>
41829              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
41830              Message-Id: <200012160222.VAA13986@strange.turner.com>
41831      Branch: perl
41832            ! ext/Sys/Syslog/Syslog.pm
41833 ____________________________________________________________________________
41834 [  8192] By: jhi                                   on 2000/12/19  17:07:45
41835         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
41836              From: Nicholas Clark <nick@ccl4.org>
41837              Date: Sat, 16 Dec 2000 19:03:13 +0000
41838              Message-ID: <20001216190313.D68304@plum.flirble.org>
41839      Branch: perl
41840            ! t/op/64bitint.t
41841 ____________________________________________________________________________
41842 [  8191] By: jhi                                   on 2000/12/19  17:06:13
41843         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
41844              From: Dominic Dunlop <domo@computer.org>
41845              Date: Mon, 18 Dec 2000 12:00:15 +0100
41846              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
41847              
41848              This patchlet is needed in order that perl can be statically linked.  
41849      Branch: perl
41850            ! regexec.c
41851 ____________________________________________________________________________
41852 [  8190] By: jhi                                   on 2000/12/19  17:03:08
41853         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
41854              From: "Craig A. Berry" <craig.berry@psinetcs.com>
41855              Date: Sun, 17 Dec 2000 00:18:35 -0600
41856              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
41857      Branch: perl
41858            ! perlio.h vms/gen_shrfls.pl
41859 ____________________________________________________________________________
41860 [  8189] By: jhi                                   on 2000/12/19  16:20:28
41861         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
41862              From: Prymmer/Kahn <pvhp@best.com>
41863              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
41864              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
41865              
41866              A better version of #8188.
41867      Branch: perl
41868            ! pod/perlfaq3.pod
41869 ____________________________________________________________________________
41870 [  8188] By: jhi                                   on 2000/12/19  15:57:06
41871         Log: (Replaced by #8189)
41872              
41873              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
41874              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
41875              From: Prymmer/Kahn <pvhp@best.com>
41876              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
41877              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
41878              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
41879              Date: Mon, 18 Dec 2000 11:10:45 -0500
41880              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
41881      Branch: perl
41882            ! pod/perlfaq3.pod
41883 ____________________________________________________________________________
41884 [  8187] By: jhi                                   on 2000/12/19  15:54:19
41885         Log: Email address fix for Anton Berezin.
41886      Branch: perl
41887            ! AUTHORS
41888 ____________________________________________________________________________
41889 [  8186] By: jhi                                   on 2000/12/19  15:38:54
41890         Log: Subject: [PATCH perl@8102] cygwin port
41891              From: "Eric Fifer" <efifer@dircon.co.uk> 
41892              Date: Thu, 14 Dec 2000 13:41:29 -0000
41893              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
41894              
41895              When compiling modules the data item that is being imported
41896              from libperl.dll needs to be tagged as imported/shared data:
41897              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
41898      Branch: perl
41899            ! perliol.h
41900 ____________________________________________________________________________
41901 [  8185] By: jhi                                   on 2000/12/19  14:53:24
41902         Log: Regen uconfig.h and uconfig.sh.
41903      Branch: perl
41904            ! uconfig.h uconfig.sh
41905 ____________________________________________________________________________
41906 [  8184] By: jhi                                   on 2000/12/18  20:43:49
41907         Log: Comments work so much better when they are closed.
41908      Branch: perl
41909            ! regcomp.c
41910 ____________________________________________________________________________
41911 [  8183] By: jhi                                   on 2000/12/18  18:04:02
41912         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
41913              Fixes the bug 20001218.016.
41914      Branch: perl
41915            ! regcomp.c
41916 ____________________________________________________________________________
41917 [  8182] By: gsar                                  on 2000/12/18  09:53:47
41918         Log: delete spurious files
41919      Branch: maint-5.6/perl
41920            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
41921            - vos/config.h vos/config_h.SH_orig
41922 ____________________________________________________________________________
41923 [  8181] By: gsar                                  on 2000/12/18  09:46:08
41924         Log: regen perltoc
41925      Branch: maint-5.6/perl
41926            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
41927 ____________________________________________________________________________
41928 [  8180] By: gsar                                  on 2000/12/18  09:20:27
41929         Log: integrate changes#7924..7926,7946,7952 from mainline
41930              
41931              A test works better if it has the right 1..$n output.
41932              
41933              All the core library users of Class::Struct seem to be
41934              using "use Class::Struct 'struct';" instead of the bare
41935              "use Class::Struct;", which isn't documented in Class::Struct.
41936              This can't be right.
41937              
41938              Make the Class::Struct import() wiser.
41939              
41940              Upgrade to CPAN 1.59_51, from Andreas König.
41941              
41942              Subject: Re: long shell lines
41943              Split overly long shell command lines.
41944      Branch: maint-5.6/perl
41945           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
41946           !> lib/File/stat.pm t/lib/class-struct.t
41947 ____________________________________________________________________________
41948 [  8179] By: gsar                                  on 2000/12/18  08:55:54
41949         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
41950              7918,7919,7988,8907 from mainline (various)
41951              
41952              Subject: [ID 20001127.004] White space problem in perlamiga.pod
41953              
41954              Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
41955              
41956              Subject: [PATCH] perlcc.PL cleanups
41957              
41958              Subject: [PATCH] Updating perltie.pod for arrays
41959              
41960              Subject: [ID 20001128.002] what's the point of example code if it is buggy?
41961              Subject: Re: [PATCH] Updating perltie.pod for arrays
41962              Subject: Re: [PATCH] Updating perltie.pod for arrays
41963              
41964              One more perltie.pod nit from Casey R. Tweten.
41965              
41966              Subject: [PATCH] $^O  win32 -> MSWin32
41967              plus similar nits for vms, err, VMS, and UNICOS.
41968              
41969              Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
41970              More checking in case someone has broken their services or
41971              protocol databases.
41972              
41973              Make "use Class::Struct 'struct';" work again (broken by #7617);
41974              add a test for Class::Struct.
41975              
41976              Integrate the "skip" messages to explain().
41977              
41978              Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
41979      Branch: maint-5.6/perl
41980           +> t/lib/class-struct.t
41981           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
41982           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
41983           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
41984 ____________________________________________________________________________
41985 [  8178] By: gsar                                  on 2000/12/18  08:16:30
41986         Log: avoid redefinition warnings on windows due to sys/socket.h getting
41987              #included before win32.h
41988      Branch: maint-5.6/perl
41989            ! win32/include/sys/socket.h
41990 ____________________________________________________________________________
41991 [  8177] By: gsar                                  on 2000/12/18  05:24:04
41992         Log: make regen_headers; fix POSIX.xs problems; remove outdated
41993              code from sys/socket.h that makes build fail now
41994      Branch: maint-5.6/perl
41995            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
41996            ! pod/perlapi.pod
41997           !> win32/include/sys/socket.h
41998 ____________________________________________________________________________
41999 [  8176] By: gsar                                  on 2000/12/18  05:20:17
42000         Log: update Changes
42001      Branch: maint-5.6/perl
42002            ! Changes patchlevel.h
42003 ____________________________________________________________________________
42004 [  8175] By: gsar                                  on 2000/12/18  04:57:48
42005         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
42006              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
42007              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
42008              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
42009              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
42010              7823,7825,7838
42011              
42012              Subject: Re: [PATCH] README.solaris
42013              
42014              Add getpagesize() probing, on non-UNIX guess 'undef'.
42015              
42016              Simplify the getpagesize() unit by dropping the
42017              pagesize probe since it's nowadays slightly more
42018              complicated because of sysconf(). (Note: if some
42019              platform really needs the -lPW for getpagesize,
42020              I just broke it.)
42021              TODO: a new pagesize unit.
42022              
42023              Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
42024              
42025              MachTen doesn't really do mmap() and munmap().
42026              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
42027              
42028              More README.solaris updates from Andy Dougherty.
42029              
42030              Copy the s// information of README.hpux also to the perlrun.
42031              
42032              Add HAS_FSYNC, lack noticed by Nicholas Clark.
42033              
42034              Add a metaconfig unit for fsync.
42035              
42036              Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
42037              
42038              Many subdocumented return values of the IO extension now documented.
42039              ungetc and write still left subdocumented.
42040              Subject: [PATCH] (was Re: IO::Handle::ungetc)
42041              
42042              Document tell() on special streams.
42043              
42044              Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
42045              
42046              Subject: [ID 20001112.007] sfio's sftell isn't ftell
42047              
42048              Couple of tests from #7660 salvaged.
42049              
42050              Tweak the definition of the bit complement on UTF-8 data:
42051              if none of the characters in the string are > 0xff,
42052              the result is a complemented byte string, not a (UTF-8)
42053              char string.  Based on the summary in
42054              Subject: Re: [ID 20000918.005] ~ on wide chars
42055              This should give us the maximum backward (pre-char string)
42056              compatibility and utf8 compatibility.  The other alternative
42057              would be to limit the bit complement to be always byte only,
42058              taking the least significant byte of the chars.
42059              
42060              Cleanup messy #ifdef.
42061              
42062              Typos in #7667.
42063              
42064              Declare reg_data like reg_substr_data.
42065              
42066              Placate nervous compilers that see longer than ints switch()ing.
42067              
42068              Remove the new two tests of lib/io_xs for now, they seem to
42069              fail under perlio on some platforms.
42070              
42071              Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
42072              
42073              Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
42074              
42075              Subject: tiny typo in perl5db.pl
42076              
42077              Subject: some additions for makefiles for win32 (for perl@7674)
42078              
42079              Hoist the duplicated socket/netdb include logic to perl.h;
42080              undef SETERRNO in case SOCKS has defined it.  Based on:
42081              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
42082              
42083              Regen Configure.
42084              
42085              Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
42086              (a macro to define signed and unsigned integer constants).
42087              
42088              Use UINT64_C().
42089              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
42090              
42091              Use u_int32_t for the size of hash_cb(), not size_t.
42092              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
42093              
42094              Quit utf8_to_uv() instantly if curlen == 0.
42095              
42096              Subject: [PATCH: perl@7674] updates to README.os390
42097              
42098              Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
42099              
42100              EBCDIC tweaks.
42101              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
42102              
42103              Linenumber fix.
42104              
42105              SOCKS has its own USE_THREADS, based on
42106              Subject: [ID 20001114.002] et. al. bugfix followup
42107              
42108              UINT64_C() work continues.
42109              
42110              Detypo.
42111              
42112              The type of the hash_cb() size argument is tricky.
42113              
42114              Add fwalk() probe to the configuration files and regen perltoc.
42115              
42116              Subject: perllocale.pod changes
42117              
42118              Avoid an infinite loop in VMS when utils scripts are run
42119              with no arguments, from Charles Lane.
42120              
42121              Subject: Re: Bug in Carp::Heavy/5.6.0?
42122              
42123              For Solaris use64bitall the stdchar needs a little bit of help.
42124              
42125              The long double hints can be here or there.
42126              
42127              Test tweak for the open pragma.
42128              
42129              Also the 64bitall hints can be either here or there.
42130              
42131              As surmised the #7719 wasn't a good move.
42132              
42133              Subject: Fix for 20000409.001
42134              
42135              Subject: Fix for 20000815.006
42136              It's really 20000518.006.
42137              
42138              Subject: [PATCH 5.6.0 README.win32] very minor typos
42139              
42140              Subject: Fix for README.amiga (20000323.033)
42141              
42142              Explain in more detail the {} syntax ambiguousity.
42143              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
42144              
42145              Sparc 64-bit pack() fix from Jens Hamisch.
42146              
42147              Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
42148              
42149              Subject: podlators 1.05 available        
42150              
42151              Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
42152              
42153              Subject: [perl 7711: EPOC] updates
42154              
42155              Make certain MacOS Classic has NO_ENVIRON_ARRAY.
42156              
42157              Miraculous typo.
42158              
42159              sysseek() instead of seek().
42160              
42161              Solaris hints tweaks.
42162              
42163              Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
42164              This may be overly harsh but until proven otherwise, we think this
42165              way, or until we have a simple test for Configure (having to start
42166              up servers is does not count as simple) to check for the problems.
42167              
42168              Remove the shared object before attempting to create
42169              (by linking) a new one.  E.g. in AIX not removing
42170              becomes quite painful if one tries to do more than one
42171              build in the same tree (an interrupted build, for example),
42172              since the AIX' shared dynaloader seemingly keeps the shared
42173              objects open and therefore 'busy' for quite a while, even when
42174              nobody is using the objects, leading into link failures.
42175              
42176              Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
42177              
42178              Subject: DOC PATCH 5.6.0 perlreftut
42179              
42180              Subject: [PATCH: perl@7777] add system locale testing for VMS
42181              
42182              Subject: [PATCH] Test.pm POD peculiarity
42183              
42184              Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
42185              
42186              Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
42187              
42188              Subject: Re: perl@7777 
42189              Detypoing.
42190              
42191              Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
42192              
42193              Go ahead and #include <unistd.h> in perl.h.
42194              
42195              Subject: [PATCH perl@7795] small cleanup task for test suite
42196              
42197              Subject: Re: av.c patch (having slight problems)
42198              unshift() speedup.
42199              
42200              Reach back one higher up when searching for PERL_SRC.
42201      Branch: maint-5.6/perl
42202           +> lib/File/Spec/Epoc.pm
42203           !> (integrate 88 files)
42204 ____________________________________________________________________________
42205 [  8174] By: gsar                                  on 2000/12/18  03:53:09
42206         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
42207              7625..7629,7631..7634,7637,7639,7642 from mainline
42208              
42209              Fix for the tie-refhash string table leaks.
42210              
42211              Subject: [patch perl@7595] VMS configure.com tweak
42212              
42213              More careful detection of how well NVs and UVs mix.
42214              Subject: [PATCH] Re: NV preserving UV (wasRe: [ID 20001007.002] Not OK: perl v5.7.0 +DEVEL7158 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED))
42215              Added some SIGFPE paranoia.
42216              
42217              Forgot to bump the line numbers in #7601.
42218              
42219              Subject: PATCH std stdio for (Free)BSD
42220              
42221              Deleting $ENV{PATH} in VMS is not recommendable.
42222              
42223              Locale buglets.
42224              Subject: RE: Locales support (setlocale) fixes
42225              
42226              Do not test UTF-8 locales since that the tests would require
42227              polymorphic regexen.
42228              
42229              Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
42230              
42231              A missing aTHX_.
42232              
42233              Subject: [ID 20001108.013] spelling
42234              
42235              Subject: [PATCH] Class::Struct at compile time
42236              
42237              Make deleting for %ENV work for (newer versions of) VMS,
42238              from Craig A. Berry.
42239              
42240              Forgot from #7618.
42241              
42242              More VMS moves on environment handling, from Charles Lane.
42243              
42244              Remove unused extra arguments.
42245              
42246              Typo in an ifndef.
42247              Subject: Re: [PATCH 5.7.0] better messages from malloc()
42248              
42249              Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
42250              All except the "cow orker" change.
42251              
42252              The generated boot_* headers are wrong.  Pickier compiler,
42253              such as KAI C++ will refuse to compile the resulting perlmain.
42254              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
42255              
42256              There's no =head3.
42257              
42258              Disable only the tests 99 and 166 for UTF-8 locales.
42259              
42260              Missing dTHXs.
42261              Subject: RE: perl@7595 builds not on cygwin
42262              
42263              Subject: Re: bash -c exit and linux hints 
42264              
42265              Various doc oddball characters.
42266              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
42267              
42268              Subject: [PATCH] IO::Seekable pod
42269              
42270              Amdahl UTS hints updates.
42271              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
42272              
42273              Explain better why certain regex tests are skipped.
42274              Subject: Re: tests skipped: unknown reason
42275              
42276              Subject: [PATCH] README.solaris
42277              
42278              Subject: [PATCH perl@7638] cygwin port
42279      Branch: maint-5.6/perl
42280           +> README.solaris
42281           !> (integrate 26 files)
42282 ____________________________________________________________________________
42283 [  8173] By: gsar                                  on 2000/12/18  03:37:02
42284         Log: integrate changes#7472,7474..7478,7481,7485,7489,7493,7494,7496,
42285              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
42286              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
42287              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
42288              
42289              Better create a true mailing list for the repository keepers.
42290              
42291              Subject: [ID 20001027.007] uniq array in perlfaq
42292              
42293              De-quoted-unreadable to ISO Latin 1.
42294              (There's one ISO-2022-JP name in Changes5.004.)
42295              
42296              Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
42297              
42298              The #7476 needs a MANIFEST change, too.
42299              
42300              Add also emailless people.
42301              
42302              UTF-8 decoder tweak.
42303              
42304              Make \x{...} consistently produce UTF-8.
42305              Subject: Re: \x{...} is confused 
42306              
42307              Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
42308              
42309              Add a perlbug flag, -A, to avoid acknowledgement messages.
42310              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
42311              
42312              Use Errno magic.
42313              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
42314              
42315              Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
42316              
42317              Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
42318              
42319              Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
42320              
42321              Be more lenient on bad UTF-8 when doing bit arithmetics.
42322              Subject: Re: [ID 20000918.005] ~ on wide chars
42323              (The ord() part of the patch skipped.)
42324              
42325              Subject: perlfaq style changes
42326              
42327              AUTHORS tweaks.
42328              
42329              Whitespace style tweak.  Was originally going to see to
42330              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
42331              but that had already been taken care of.
42332              
42333              The compiler is either gcc or cc, from Tom Bates.
42334              
42335              The osname has been lowercased by now, from Tom Bates.
42336              
42337              The NonStop-UX libraries have a novel way to say NaN.
42338              
42339              printf UVs the correct way, noticed by Robin Barker.
42340              
42341              Subject: [PATCH] startperl to respect versiononly
42342              
42343              AUTHORS updates.
42344              
42345              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
42346              
42347              Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
42348              
42349              Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
42350              
42351              Generalize the Camel wording.
42352              Subject: Re: perlfaq style changes
42353              
42354              Subject: [ID 20001005.006] Documentation -- description of qr//
42355              
42356              C.pm part of
42357              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
42358              
42359              Locale warning explanation tweak.
42360              
42361              Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
42362              
42363              Make the POSIX::setuid and POSIX::setgid to really call setuid()
42364              and setgid() because they were just changing $< and $( which means
42365              only changing the real uid/gid, as opposed to changing both
42366              real and effective ids.  (The alternative way could have been
42367              in POSIX.pm to change $> and $), too, but making a direct call
42368              to the C API feels cleaner.)  Fixes the bug
42369              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
42370              
42371              Expand %Config variables and %ENV variables only if
42372              so requested during build time using the
42373              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
42374              Not expanding makes relocating distributions easier.
42375              
42376              More tweaking on the #7522 theme.
42377              
42378              Test::Harness revealed buglets in the new DynaLoader.
42379              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
42380              
42381              Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
42382              fix a autovivification bug in Tie::RefHash, add tests for both.
42383              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
42384              
42385              Detpyo.
42386              
42387              recv() can fail and return undef.
42388              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
42389              
42390              Fix the problem discussed in
42391              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
42392              originally from Linc Madison.  Also Andreas König's comments
42393              taken into account.  Some other problems with Tie::SubstrHash
42394              fixed: didn't croak when the table exceeded the requested number
42395              of entries (as documented) but instead when the number of entries
42396              exceeded the size of the table, a croak() had an unnecessary \n,
42397              didn't have a CLEAR method, documented that there is no exists().
42398              Didn't fix to be strict-proof because the module uses &foo; and
42399              dynamic scope.  Added a test script exercizing both first tamely 
42400              the basic functionality, and then the failure cases reported by
42401              Linc Madison.
42402              
42403              Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
42404              
42405              The #7521 touched things it shouldn't have.
42406              
42407              Subject: [PATCH 5.7.0] better messages from malloc()
42408              
42409              Subject: Re: README.aix
42410              
42411              Add FCNTL_CAN_LOCK.
42412              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
42413              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
42414              
42415              Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
42416              create a "fast path" for locale name probing using "locale -a"
42417              if available, squash finally hopefully the s?printf resetting
42418              the numeric locale (since, IIUC perllocale, it never shouldn't). 
42419              
42420              More Changes tweakery.
42421              
42422              Dying is too strict here, better just skip.
42423              
42424              Subject: Locales support (setlocale) fixes
42425              Modified quite a bit to be more portable.
42426              
42427              Configure would use a bad $myuname from an old config.sh.
42428              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
42429              
42430              Fix for
42431              Subject: [ID 20001004.006] undef is never tainted
42432              An undef read from a slurped file was not tainted.
42433              
42434              Fix for
42435              Subject: [ID 20001004.007] taint propogation is inconsistent
42436              The culprit was sv_setsv() which was rather blindly
42437              propagating taint, which lead to behaviour where if
42438              a tainted anon hash value was seen all the hash values
42439              from then on at that level became tainted, or at any
42440              upper levels in the case of nested anon hashes.
42441              
42442              Test tweak: show also the failed locales.
42443              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
42444              
42445              A fix of sorts for 20000329.026, a better error message
42446              for a missing "use charnames" when using the \N{...}. 
42447              
42448              Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
42449              
42450              Add =pod to be tidy.
42451              
42452              Fix for bug id 19990615.008, pos() unset during s///ge.
42453              
42454              Add a note for future generations about bug id 20000229.006.
42455              
42456              Use -dM for gcc (the suggested patch did it only for Linux,
42457              but I think it can be generalized).
42458              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
42459              
42460              opmini.o can linger from Configures past.
42461              
42462              Document that the evaled syntax errors cause scalar leaks.
42463              
42464              Fix for
42465              Subject: [ID 20000728.005] perl -P broken
42466              (hopefully).  The fix is also not complete, it seems to break
42467              BOM swallowing for libc5 systems, but until someone figures
42468              out a way to do this without ftell(), this will do.
42469              
42470              AUTHORS updates.
42471              
42472              Subject: Re: rsync'ed patches vs. rsync'ed source
42473              
42474              Admit that the test leaks scalars.
42475              
42476              Sanitize the environment further.
42477              
42478              VOS updates from Paul Green.
42479              
42480              Document %ENV = () portability issues.
42481              
42482              Make the stdio test program of 7427 less noisy while being 
42483              compiled so that Digital UNIX wouldn't get both
42484              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
42485              undefined.  This makes perlio happy.
42486              
42487              glibc5 detection by __GNU_LIBRARY__.
42488              
42489              %ENV note tweaks from Dan Sugalski.
42490              
42491              Varargs don't always work too well if one puts an unsigned
42492              char on the stack and pop an unsigned quad off the stack.
42493              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
42494              
42495              Subject: Pod updates
42496              
42497              Fake support of holey files in win/dosish platforms.
42498              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
42499              
42500              A doc addition for bug id 20001105.019, beware \p.
42501              
42502              Tweak #7587.
42503              
42504              Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
42505              
42506              perlhack updates from H.Merijn Brand.
42507              
42508              Subject: [PATCH perl@7573] cygwin port
42509              Synchronize with Cygwin 1.1.5.
42510              
42511              Bad thinko in #7581 (I used the test program with the expanded
42512              values as-is).
42513              
42514              Make perlbug not insist on dumping to a file when stdout isn't a tty.
42515              Subject: [PATCH] perlbug.PL
42516              
42517              Overrideable keys, each, pop, push, shift, splice, unshift.
42518              Subject: [PATCH] prototyped functions that should be overrideable
42519              
42520              Try to avoid flockless and emulationless places.
42521      Branch: maint-5.6/perl
42522           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
42523            - MAINTAIN
42524           !> (integrate 111 files)
42525 ____________________________________________________________________________
42526 [  8172] By: jhi                                   on 2000/12/18  02:49:27
42527         Log: Regen pods.
42528      Branch: perl
42529            ! pod/perlmodlib.pod pod/perltoc.pod
42530 ____________________________________________________________________________
42531 [  8171] By: gsar                                  on 2000/12/18  02:49:24
42532         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
42533              7465..7471 from mainline
42534              
42535              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
42536              in platforms that strictly require all the symbols being present
42537              at link time.
42538              
42539              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
42540              
42541              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
42542              
42543              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
42544              
42545              Subject: [PATCH] todo
42546              
42547              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
42548              
42549              Use $sort, $uniq (and $tr) consistently as wondered
42550              by Nicholas Clark.
42551              
42552              Too enthusiastic editing in #7460.
42553              
42554              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
42555              
42556              Upgrade to CPAN 1.58_55.
42557              Subject: CPAN.pm status
42558              
42559              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
42560              
42561              Make target reordering to avoid pointless re-makes.
42562              Subject: Re: Total re-make of 'make okfile' after 7451 ?
42563              
42564              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
42565              
42566              Subject: DOC PATCH 5.6.0
42567              
42568              Add the repository doc by Malcolm, Sarathy, and by Simon,
42569              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
42570      Branch: maint-5.6/perl
42571           +> Porting/repository.pod
42572           !> Configure MANIFEST Makefile.SH README.dos README.os2
42573           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
42574           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
42575           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
42576 ____________________________________________________________________________
42577 [  8169] By: gsar                                  on 2000/12/18  02:33:34
42578         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
42579              7435..7441,7445 from mainline
42580              
42581              Make the UTF-8 decoding stricter and more verbose when
42582              malformation happens.  This involved adding an argument
42583              to utf8_to_uv_chk(), which involved changing its prototype,
42584              and prefer STRLEN over I32 for the UTF-8 length, which as
42585              a domino effect necessitated changing the prototypes of
42586              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
42587              The stricter UTF-8 decoding checking uses Markus Kuhn's
42588              UTF-8 Decode Stress Tester from
42589              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
42590              
42591              Run vms/vms_yfix.pl, should have done that after changing
42592              perly.c in #7382.
42593              
42594              Subject: [PATCH 5.7.0] static linking with uninstalled perl
42595              
42596              (Replaced by #7440.)
42597              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
42598              
42599              Fix the bug ID 20001024.005, the bug introduced by #7416.
42600              
42601              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
42602              
42603              Fix the bug reported in
42604              From: andreas.koenig@anima.de (Andreas J. Koenig)
42605              Also make is_utf8_char() stricter.
42606              
42607              Missed the header file changes from #7425.
42608              
42609              Check if stdio supports tweaking lval and cnt simultaneously.
42610              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
42611              
42612              Stratus VOS updates from Paul Green.
42613              
42614              Podify README.epoc and README.vos.
42615              
42616              Add targets to Makefile.SH, most importantly
42617              'regen_all' which also remembers to update vms/perly*.
42618              
42619              Subject: Minor update to find2perl, for portability
42620              
42621              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
42622              
42623              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
42624              
42625              Rename UTF8LEN() to be UNISKIP(), too confusing to have
42626              UTF8LEN() and UTF8SKIP(). 
42627              
42628              Allow poking holes at the UTF-8 decoding strictness.
42629              
42630              Continue the internal UTF-8 API tweaking.
42631              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
42632              used much more than the simpler API, now called utf8_to_uv_simple().
42633              Still not quite happy with API, too much partial duplication
42634              of functionality.
42635              
42636              A new version of making the syslog test more robust.
42637              (Replaces #7421.)
42638              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
42639              
42640              buildtoc target tweaks.
42641              
42642              Integrate with vmsperl #7430 by Charles Bailey:
42643              
42644              Cleanup from prior patch (Charles Lane?):
42645              - improve handling of MFDs in Basename and Path
42646              - default to no xsubpp line # munging when building debug images
42647      Branch: maint-5.6/perl
42648           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
42649           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
42650           !> (integrate 67 files)
42651 ____________________________________________________________________________
42652 [  8168] By: gsar                                  on 2000/12/18  02:05:49
42653         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
42654              
42655              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
42656              From: Martin Husemann <martin@duskware.de>
42657              
42658              Subject: [PATCH 5.7.0] restore match data on backtracing
42659              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42660      Branch: maint-5.6/perl
42661           !> regcomp.c regexec.c t/op/re_tests
42662 ____________________________________________________________________________
42663 [  8167] By: gsar                                  on 2000/12/18  01:55:22
42664         Log: integrate changes#7858,7986 from mainline
42665              
42666              C<foreach my $x ...> in pseudo-fork()ed process may diddle
42667              parent's memory; fix it by keeping track of the actual pad
42668              offset rather than a raw pointer (this change is probably also
42669              relevant to non-ithreads case to avoid fallout from reallocs of
42670              the pad array, but is currently only enabled for the ithreads
42671              case in the interests of minimal disruption to existing "well
42672              tested" code)
42673              
42674              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
42675              due to the notorious GetFileType() bug in Windows 9x, which fstat()
42676              tickles)
42677      Branch: maint-5.6/perl
42678           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
42679           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
42680           !> win32/win32.c win32/win32.h win32/win32sck.c
42681 ____________________________________________________________________________
42682 [  8166] By: gsar                                  on 2000/12/18  01:52:59
42683         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
42684              from mainline (xsubpp and ExtUtils::LibList fixups, various
42685              other small items)
42686              
42687              The generated boot_* headers are wrong.  Pickier compiler,
42688              such as KAI C++ will refuse to compile the resulting perlmain.
42689              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
42690              
42691              Various doc oddball characters.
42692              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
42693              
42694              Subject: [PATCH] Re: 20001101.003 PDL
42695              
42696              Subject: [PATCH 5.7.0] etags broken again
42697              
42698              Subject: [PATCH 5.7.0] Liblist finally works
42699              
42700              Subject: [PATCH 5.7.0] Liblist returns found libraries
42701              
42702              Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
42703              
42704              Subject: [PATCH 5.7.0] OUT keyword for xsubpp
42705              
42706              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
42707              OUT keyword nits.
42708              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
42709              OUT and IN_OUT documentation.
42710      Branch: maint-5.6/perl
42711           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
42712           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
42713           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
42714           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
42715           !> win32/bin/search.pl
42716 ____________________________________________________________________________
42717 [  8165] By: gsar                                  on 2000/12/18  01:28:45
42718         Log: integrate changes#7533,7563,7611,7623 from mainline (various
42719              malloc.c embellishments)
42720      Branch: maint-5.6/perl
42721           !> malloc.c pod/perldiag.pod
42722 ____________________________________________________________________________
42723 [  8164] By: gsar                                  on 2000/12/18  01:23:33
42724         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
42725              fixups)
42726      Branch: maint-5.6/perl
42727           !> utils/h2xs.PL
42728 ____________________________________________________________________________
42729 [  8163] By: gsar                                  on 2000/12/18  01:17:50
42730         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
42731              fixups)
42732      Branch: maint-5.6/perl
42733           !> Makefile.SH utils/perlbug.PL
42734 ____________________________________________________________________________
42735 [  8162] By: gsar                                  on 2000/12/18  00:25:43
42736         Log: always export Perl_deb() (it is required by re.xs whether
42737              Perl is built with or without -DDEBUGGING)
42738      Branch: maint-5.6/perl
42739            ! makedef.pl
42740 ____________________________________________________________________________
42741 [  8161] By: gsar                                  on 2000/12/18  00:23:38
42742         Log: integrate change#7414 from mainline
42743              
42744              Undo the basename() part of #7412 since the lib/basename
42745              tests would need upgrading too.
42746              
42747              squelch two tests in tr.t that rely on tr/// paranoia change
42748              that's not in 5.6.x
42749      Branch: maint-5.6/perl
42750            ! t/op/tr.t
42751           !> lib/File/Basename.pm
42752 ____________________________________________________________________________
42753 [  8160] By: gsar                                  on 2000/12/18  00:05:30
42754         Log: missing change in previous integrate
42755      Branch: maint-5.6/perl
42756           !> README.aix
42757 ____________________________________________________________________________
42758 [  8159] By: gsar                                  on 2000/12/18  00:03:38
42759         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
42760              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
42761              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7404..7408,
42762              7410..7413 from mainline
42763              
42764              Introduce the man[24-8] variables, from Andy Dougherty.
42765              
42766              Upgrade to CPAN 1.58, from Andreas König.
42767              
42768              An updated EBCDIC tr patch.
42769              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
42770              
42771              Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
42772              
42773              Two thirds of
42774              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
42775              The Install.pm changes will be submitted separately because
42776              they need some work and discussion still.
42777              
42778              The Install.pm third of
42779              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
42780              
42781              Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
42782              
42783              Subject: [PATCH 5.7.0] IVs in mtats
42784              
42785              Subject: [PATCH 5.7.0] Perl API for mstats
42786              
42787              Ilya implemented the memory profiling API.
42788              
42789              In Amdahl UTS "struct sv" is defined by a system header,
42790              <ksync.h>.
42791              
42792              Slight tweak of the code to appease Amdahl UTS cc.
42793              
42794              Amdahl UTS doesn't seem to do dynaloading.
42795              
42796              Use UTF8SKIP(), from Simon Cozens.
42797              
42798              Thinko in #7222.
42799              
42800              op/sprintf.t patch for OS/390 (and any other host with limited
42801              floating-point exponent length)
42802              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
42803              
42804              Tweak #7225.
42805              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
42806              
42807              Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
42808              
42809              Needs to be conditional on SunOS 4.
42810              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
42811              
42812              Test cases for bug id 20000323.056 (the bug seems to be fixed).
42813              
42814              Add test for bug id 20000427.003 (which seems to have
42815              been fixed) (also duplicate as 20000427.004, though
42816              with a higher severity).  Move one utf8 from op/append
42817              to pragma/utf8, tag the tests with bug ids.
42818              
42819              Document FNCASE=y as discussed in the bug 20000902.009.
42820              
42821              split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
42822              The problem was that rx->minlen was in chars while pp_split()
42823              thought it would be in bytes. 
42824              
42825              Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
42826              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
42827              
42828              Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
42829              
42830              Fix a couple of compiler-noted nits in #7235.
42831              
42832              Tweak the test of #7235.
42833              
42834              One more ~utf8 tweak.
42835              
42836              -w cleanup.
42837              Subject: Re: Problems with bleadperl 
42838              
42839              Subject: small pod patch
42840              
42841              Subject: [PATCH perlguts.pod] Document offset hack
42842              
42843              Add Charles Lane.
42844              
42845              Add the capability to include/exclude branches.
42846              
42847              Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
42848              
42849              Detect early whether the std streams have gone bad.
42850              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
42851              
42852              More IoTYPE sprinkling.
42853              
42854              Workaround for a sfio bug where the stream error indicator
42855              is not cleared as documented.
42856              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
42857              
42858              Clarify documentation on 'use bytes'.
42859              Subject: Re: What does 'use bytes' "mean" ?
42860              
42861              Show the failed remote port, instead of the failing line number.
42862              Subject: [PATCH 5.6.1 Debugger] More diagnostics
42863              
42864              Make Cwd more bulletproof in chrooted environments.
42865              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
42866              
42867              Subject: Pod patch for Devel::Peek
42868              
42869              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
42870              
42871              Borland C fstat() never saw the fd as writable.
42872              Subject: fix for Borland's weak "stat" (perl@7211)
42873              
42874              Missing change from #7362.
42875              
42876              Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
42877              
42878              Add the test case for the bug id 20000730.004 which seems
42879              to have been fixed by now.
42880              
42881              Fix of sorts for bug id 20000901.092.  There seems to be no trace
42882              of a 'pmshort' anywhere in the B, so the offending line was simply
42883              removed.
42884              
42885              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
42886              
42887              Subject: PATCH do_print has 2 PerlIO_error()s
42888              
42889              NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
42890              
42891              Typo noted by Mark Lutz.
42892              
42893              Subject: PATCH CR+LF should be "\cM\cJ" in perlop
42894              
42895              In the latest compiler builds cccdlflags must not become -fpic,
42896              from Wilfredo Sánchez.
42897              
42898              Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
42899              
42900              Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
42901              
42902              SOCKS function redefinitions need prototypes, too, otherwise
42903              for example 32 bit versus 64 bit differences cause a lot of
42904              problems.  Part of
42905              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
42906              
42907              Portability tweak on #7377.
42908              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
42909              
42910              Don't write double values through long double pointers,
42911              based on a part of
42912              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
42913              
42914              Reëntrancy fix.
42915              Subject: [PATCH perl@7229] Rentrant parser and yylex()
42916              
42917              Make scan_num() reëntrant, as suggested in
42918              Subject: [PATCH perl@7229] Rentrant parser and yylex()
42919              
42920              Fix for ID 20001020.006, concatenating an unset submatch
42921              with utf8 resulted in "Modification of a read-only value".
42922              
42923              Fix for ID 20000915.011, IO::Select warning for an undefined fd.
42924              
42925              The #7383 was right only in the context of the original bug report,
42926              not in more general case.
42927              
42928              Update Changes.
42929              
42930              Testcases for a #7383,#7385 related bug.
42931              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
42932              
42933              Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
42934              
42935              Tweak the Is* definitions of Unicode character classes
42936              to better match the official categorizations; embrace
42937              the official categorizations; add the combining marks
42938              as alpha (and -numeric); fix DCinital (a typo and edito)
42939              to be DCmedial.
42940              
42941              Hints tweak from Anton Berezin.
42942              
42943              Subject: installman go-faster stripes
42944              Subject: Re: installman go-faster stripes
42945              
42946              Subject: [ID 20001021.003] updated hints/openbsd.sh
42947              
42948              Subject: [PATCH bleadperl] -MO=C falls over on package <none>
42949              
42950              Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
42951              
42952              Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
42953              
42954              Doc patch.
42955              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
42956              
42957              Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
42958              
42959              Subject: Re: [ID 20001021.005] SEGV with regex match 
42960              
42961              Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
42962              
42963              The change #7187 was not so good on VMS.
42964              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
42965              
42966              Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
42967              
42968              Miscellaneous MacOS Classic library updates from Matthias Neeracher.
42969              
42970              Document PERL_INSTALL_ROOT of #7210.
42971      Branch: maint-5.6/perl
42972           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
42973           +> t/lib/tie-splice.t
42974            - lib/unicode/Is/DCinital.pl
42975           !> (integrate 112 files)
42976 ____________________________________________________________________________
42977 [  8158] By: jhi                                   on 2000/12/17  23:04:24
42978         Log: Subject: [PATCHES] RE: perl@8150 
42979              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
42980              Date: Sun, 17 Dec 2000 21:46:39 +0100
42981              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
42982              
42983              Neither cygwin has a getpwuid() one can trust on.
42984      Branch: perl
42985            ! t/lib/glob-basic.t
42986 ____________________________________________________________________________
42987 [  8157] By: jhi                                   on 2000/12/17  23:01:54
42988         Log: More MAN.PODS => {} fixes.
42989      Branch: perl
42990            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
42991            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
42992            ! os2/OS2/REXX/Makefile.PL
42993 ____________________________________________________________________________
42994 [  8156] By: gsar                                  on 2000/12/17  22:49:13
42995         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
42996              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
42997              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
42998              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
42999              7201,7204 from mainline
43000              
43001              Remove vestiges of tr//CU.
43002              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
43003              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
43004              
43005              The return value of setlocale must be copied away.
43006              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
43007              
43008              Allow chop() and chomp() to be overridden.
43009              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
43010              
43011              Hints optimization.
43012              Subject: Minor nit
43013              
43014              Subject: [PATCH] de-wall t/README
43015              
43016              Subject: Re: Two advertising clauses need to be removed
43017              
43018              Batch of UTF-8 patches from Simon Cozens.
43019              
43020              Fix for a parsing bug, not for the original bug.
43021              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
43022              
43023              Compilation warnings and an error.
43024              
43025              Subject: File::Find 5.7.0 POD nits
43026              
43027              Subject: [PATCH perl-5.7.0] continued -Wformat support
43028              
43029              The one that got away.
43030              
43031              Subject: Re: perl@7078
43032              
43033              UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
43034              convertable to bytes by checking it doesn't go above 0xc3
43035              Subject: Re: perl@7078
43036              
43037              Replace #7084 with
43038              Subject: Re: perl@7078 
43039              
43040              We don't need to count the high bit bytes, a boolean is enough. 
43041              
43042              Subject: [PATCH] utf8.c apidoc
43043              
43044              Subject: Re: perl@7078 
43045              
43046              Botched the #7090 check-in.
43047              
43048              Fix for the charnames.t failures from Spider Boardman.
43049              
43050              Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
43051              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
43052              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
43053              0 to checking to get the warning.
43054              
43055              Subject: [PATCH] Nits in perlmod.pod
43056              
43057              Subject: Re: Trapping by opmask sets strange parser state [PATCH]
43058              
43059              Subject: Re: unicode support and perl [ID 20000901.097]
43060              
43061              Subject: Re: unicode support and perl [ID 20000901.097]
43062              
43063              Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
43064              
43065              Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
43066              
43067              Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
43068              
43069              Subject: [PATCH@blead] Fix some recursion in overload.pm
43070              
43071              s/Robin Parker/Robin Barker/
43072              
43073              Subject: [PATCH] Fix aliasing of tied filehandles
43074              
43075              Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
43076              
43077              Subject: Re: [PATCH 5.005_64 missed]
43078              
43079              SOCK_DGRAM and listen() do not mix as reported in
43080              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
43081              The patch for 5.7.0+ had to be reengineered, though.
43082              
43083              Subject: DOC PATCH 5.6.0
43084              
43085              Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
43086              
43087              Document the issue (is not a syntax error, kind of)
43088              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
43089              
43090              Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
43091              Did not apply cleanly, manual intervention was needed.
43092              
43093              Subject: [PATCH] DLL not restartabke with threaded perl
43094              
43095              Inside require() $^S was always left undefined.
43096              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
43097              
43098              Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
43099              
43100              OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
43101              
43102              Regen headers.
43103              
43104              Subject: [PATCH 5.7.0] Epoc update
43105              
43106              Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
43107              as suggested by Olaf Flebbe and Nick Clark.
43108              
43109              Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
43110              
43111              Misplaced else.
43112              
43113              Scale down the VMS message boxes, by Charles Lane.
43114              Fix for ID 20000903.009, workaround at
43115              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
43116              
43117              Subject: [ID 20001003.006] B::Debug not -w clean
43118              
43119              Test harness update to sync with the new perlcc,
43120              from Simon Cozens.
43121              
43122              One remaining nit less at the VMS mailbox sizing.
43123              
43124              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
43125              
43126              It is possible to have no hosts database at all.  Pointed out in
43127              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
43128              
43129              Subject: [PATCH 5.7.0] h2xs not working
43130              Subject: [PATCH 5.7.0] h2xs not documenting the created module
43131              
43132              Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
43133              
43134              Subject: perlhack.pod Patch for Externals Tools
43135              
43136              Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
43137              
43138              Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
43139              
43140              Enable disabling scripts installation by Configure -Uinstallscripts,
43141              suggested by H. Merijn Brand.
43142              
43143              Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
43144              reported several times by Dominic Dunlop, for example in
43145              ID 20000315.008.  Patch from Dominic.  Patch affects at
43146              least MachTen, and possibly other oldish BSDs. Should not
43147              break non-broken platforms (tested on LinuxPPC). 
43148              
43149              Regen toc.
43150              
43151              Subject: Re: Questions about Tie::Array and perl modules
43152              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
43153              
43154              Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
43155              
43156              Tweak #7153.
43157              
43158              IO::Handle->syswrite() did not handle length omission
43159              like CORE::syswrite() does.
43160              Subject: [Fwd] IO::Handle, syswrite and arguments
43161              The original patch from andrew@ugh.net.au.
43162              
43163              Also the $ccflags is needed for the C compiler check.
43164              Subject: Configure (check for C-compiler)
43165              
43166              Eliminate $Is_VMS code from the test.
43167              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
43168              
43169              Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
43170              as the first option of cc/ld because of ultrapicky compilers
43171              (e.g. OS/390 R2.5)
43172              
43173              Change the version number of Tie::Handle in the core to 4.0,
43174              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
43175              Subject: Note on Tie::Handle
43176              
43177              UTF8ize split() so that the cloned substrings get the UTF8
43178              flag of the original scalar.  Problem reported by Simon Cozens.
43179              
43180              save_re_context() could reset PL_curcop to freed memory, causing core
43181              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
43182              
43183              Subject: PATCH 5.6 perldebguts grammar cleanup
43184              
43185              Add a todo note about overloadable assertions.
43186              
43187              on Windows, LoadLibrary() could load an extension DLL multiple
43188              times if forward slashes are used in the path
43189              
43190              on Windows, cwd strings in the environment should be of the
43191              form =X:=X:\foo instead of =X=X:\foo\
43192              
43193              on Windows, avoid potential exception (could happen if MSVCRT isn't
43194              being used) when closing a socket handle
43195              
43196              avoid nonportable example code
43197              
43198              Windows9x doesn't support link(), despite what Config.pm
43199              might think
43200              
43201              pod nit
43202              
43203              Change #7160 had a nasty typo.
43204              
43205              Warn about unknown scripts.
43206              Subject: Re: ideas? patches? [PATCH bleadperl]
43207              
43208              on Windows, clean targets might not work under some flavors of the shell
43209              
43210              tweak for change#7173
43211              
43212              Make eq work again with utf8 (disabling the upgrading
43213              should no more be necessary since the copies of the
43214              scalars are upgraded, not the scalars themselves).
43215              Takes care of ID 20001009.001.  (The claimed length()
43216              bug in 20001009.001 seems bogus to me.)
43217              
43218              Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
43219              
43220              Upgrade to CGI.pm 2.74, from Lincoln Stein.
43221              
43222              Upgrade to podlators 1.04, from Russ Allbery.
43223              
43224              Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
43225              
43226              Quote the temp file name, needed in Win32 because the
43227              default name unfortunately contains spaces, shouldn't
43228              hurt elsewhere.
43229              Subject: FW: perldoc fails if $TEMP contains spaces
43230              
43231              Subject: RE: [ID 19990803.001] README.win32 suggestions 
43232              
43233              Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
43234              
43235              Subject: Re: utf8 concat, mg_get
43236              
43237              Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
43238              
43239              Subject: [PATCH: perl@7181] op/tr tests on OS/390
43240              
43241              Subject: [PATCH: perl@7181] ver.t v string tests for os/390
43242              
43243              Use the versiononly instead of the installscripts,
43244              retract the changes 7146 and 7147.
43245              
43246              Reapply Andy's patch and regen Configure.
43247              
43248              Add the test case for #7190, from the original bug report
43249              by Andreas König.
43250              
43251              Remove duplicated code.
43252              
43253              SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
43254              
43255              restore change#7202
43256      Branch: maint-5.6/perl
43257           !> (integrate 121 files)
43258 ____________________________________________________________________________
43259 [  8155] By: jhi                                   on 2000/12/17  22:30:58
43260         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
43261              From: "Craig A. Berry" <craigberry@mac.com>
43262              Date: Sun, 17 Dec 2000 13:09:28 -0600
43263              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
43264              
43265              MAN.PODS => ' ' is naughty.
43266      Branch: perl
43267            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
43268 ____________________________________________________________________________
43269 [  8154] By: nick                                  on 2000/12/17  22:07:13
43270         Log: MULTIPLICITY nit.
43271      Branch: perl
43272            ! mg.c
43273 ____________________________________________________________________________
43274 [  8153] By: gsar                                  on 2000/12/17  21:23:05
43275         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
43276              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
43277              from mainline
43278              
43279              Document the SvIOK_.*UV().
43280              
43281              Update Unicode todo list.
43282              
43283              Guard against bad string->int conversion for quads.
43284              
43285              Subject: small apidoc fix
43286              
43287              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
43288              
43289              Subject: [PATCH] Tied filehandle documentation
43290              
43291              Subject: [PATCH] Modernize Opcode.pm documentation
43292              
43293              Make Data::Dumper (non-XS) to work with changed semantics of ref().
43294              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
43295              [applied even though said semantics didn't change in 5.6.x]
43296              
43297              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
43298              
43299              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
43300              
43301              Fix the URL, but the server is still missing in action.
43302              Subject: [ID 20000905.002] perlfaq1.pod URL error
43303              
43304              Subject: [ID 20000903.001] \w in utf8-strings
43305              
43306              Fix the ccversion detection for 5.1 and beyond.
43307              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
43308              
43309              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
43310              
43311              Subject: [ID 20000904.008] Tiny fix for perldiag
43312              
43313              Subject: Re: [ID 20000906.004] segfault with bad perl statement
43314              
43315              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
43316              
43317              Subject: [ID 20000908.002] perlipc documentation bug.
43318              
43319              Subject: [PATCH lib/Benchmark.pm]
43320              
43321              Re-allow vec() for characters > 255.
43322              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
43323              
43324              Do away with memory models cruft.  Sorry, PDP users.
43325              
43326              Continue #7041.
43327              
43328              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
43329              
43330              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
43331              
43332              Upgrade to CPAN 1.57_65, from Andreas König.
43333              
43334              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
43335              by Russ Allbery.
43336              
43337              Silence t/pod/*.t about alternate quote-mappings now implemented
43338              by Pod::Text, from Brad Appleton.
43339              
43340              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
43341              Subject: borland C++ win32.c tweak
43342              
43343              C<@a = @b = split(...)> optimization coredumps under ithreads
43344              (missed a spot when fixing up op_pmreplroot hack for ithreads)
43345              
43346              Document the SvUTF8*().
43347              
43348              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
43349              
43350              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
43351              
43352              Do in VMS as the #7054 does.
43353              
43354              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
43355              
43356              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
43357              
43358              Subject: [patch: perl@7045] vms updates
43359              
43360              Test for the #7049.
43361              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
43362              
43363              Break up the myconfig lines a bit.
43364              Subject: perlbug/perl -V output format
43365              
43366              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
43367              
43368              The #7054 truncated Configure badly.
43369              
43370              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
43371              initialization in all the threads on Windows
43372              
43373              Allow for whitespace between "#" and "line" in cpp output.
43374              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
43375              
43376              Remove vestiges of tr//CU.
43377              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
43378              
43379              The return value of setlocale must be copied away.
43380              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
43381              
43382              Allow chop() and chomp() to be overridden.
43383              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
43384              
43385              Hints optimization.
43386              Subject: Minor nit
43387              
43388              Subject: [PATCH] de-wall t/README
43389              
43390              Subject: Re: Two advertising clauses need to be removed
43391      Branch: maint-5.6/perl
43392           !> (integrate 75 files)
43393 ____________________________________________________________________________
43394 [  8152] By: gsar                                  on 2000/12/17  20:30:11
43395         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
43396              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
43397              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
43398              
43399              Don't attach -ld to the archname if pointless.
43400              
43401              Document UNTIE in a very minimalistic way.
43402              
43403              POSIX doesn't report long double values under -Duselongdouble
43404              when the long doubles are "real" (bigger than doubles).
43405              
43406              More author updates.
43407              
43408              Try to deduce NV_MAX.  Really should be Configure fodder.
43409              
43410              :: not allowed in pathnames, change to .
43411              Subject: [PATCH perl@6938] cygwin port
43412              
43413              Forget about NV_MAX (#6951).  Various floating point tweaks,
43414              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
43415              
43416              Move the Solaris 7 scan to use64bitall, make the
43417              failure to find 64-bot sparc libc to mention the
43418              possibility of being in an intel, from Lupe and Alan.
43419              
43420              Regen perltoc.
43421              
43422              AUTHORS tweaks, from Peter Prymmer.
43423              
43424              More address tweaking.
43425              
43426              Small tweaks all over.
43427              
43428              File::Temp patches from Andreas König,
43429              
43430              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
43431              
43432              Subject: CPAN.pm beta 1.57_57 for the core
43433              
43434              Part of the solution.
43435              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
43436              
43437              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
43438              
43439              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
43440              
43441              Add the overload warnings to perldiag.
43442              
43443              Drop unused argument.
43444              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
43445              
43446              Subject: Nit in Configure (bleadperl@6961)
43447              
43448              Update to PodParser 1.18, from Brad Appleton.
43449              
43450              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
43451              
43452              Subject: [PATCH: 6948] add SCNfldbl to configure.com
43453              
43454              Document UNTIE. Also tweak implementation to suppress the 'inner references'
43455              warning when UNTIE exists and instead pass the cound of extra references to
43456              the UNTIE method.
43457              
43458              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
43459              so that case-ignoring systems like DCL can tell them from
43460              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
43461              
43462              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
43463              
43464              Feature ordering tweak.
43465              
43466              Regen perltoc.
43467              
43468              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
43469              
43470              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
43471              
43472              Subject: http:// in L<>
43473              
43474              Detypo.
43475              
43476              change#6791 accidentally clobbered change#6710, put it back
43477              
43478              Only the first line, thank you very much.
43479              
43480              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
43481              plus rework the http: spots as suggested by Tom Christiansen,
43482              plus regen perltoc.
43483              
43484              Undo part of change 6489 which looks like a bulk edit which
43485              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
43486              The supressing of main:: on return from select() is undesirable.
43487              
43488              Apparently avoiding the swapping is too costly.
43489              
43490              Various Configure nits by Philip Newton,
43491              plus the ebcdic one by me.
43492              
43493              Make certain cc is set before trying to run it.
43494              
43495              If overloaded %{} etc. return the object do not loop.
43496              Thus  sub deref { $_[0] } functions if object is wanted type.
43497              
43498              Update perlhist.
43499              
43500              More %{} and other deref special casing - do not pass to 'nomethod'.
43501      Branch: maint-5.6/perl
43502           !> (integrate 59 files)
43503 ____________________________________________________________________________
43504 [  8151] By: gsar                                  on 2000/12/17  19:14:38
43505         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
43506              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
43507              
43508              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
43509              
43510              Make the epsilon to be relative, not absolute.
43511              
43512              Put back the flags dump as reasoned in
43513              Subject: Re: [PATCH] Glob dumping
43514              
43515              Introduce ccname to keep track of what compiler kind of we have.
43516              
43517              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
43518              
43519              Put back the slice accidentally removed by #6907.
43520              
43521              Reset archname and archname64 always, forcing them be
43522              recomputed at each Configure run, make Configure and
43523              the hints files agree on the naming of largefiles variables.
43524              
43525              Don't say "Perl 5.0 source kit".
43526              
43527              Subject: [PATCH] fix misc cast warnings
43528              
43529              Subject: typos in pods
43530              
43531              NVs not necessarily doubles, as pointed out by Yitzchak.
43532              
43533              Subject: [PATCH 6889] add a few ldbl formats to configure.com
43534              
43535              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
43536              
43537              Better options for rsync.
43538              
43539              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
43540              
43541              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
43542              
43543              Subject: [PATCH] Re: UNTIE method 
43544              
43545              A better fix for the Socket building problem from Craig Berry.
43546              
43547              Retract the dummy test, skip the security tests (instead of failing),
43548              explain what the warnings mean.
43549              
43550              Heap decorruption.
43551              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
43552              
43553              Update to Unicode 3.0.1.
43554              
43555              Missed one Unicode file.
43556              
43557              Subject: Re: typos in pods
43558              
43559              The #6929 was too skimpy.
43560              
43561              sscanf() may be the only way to read long doubles from strings.
43562              
43563              Reveal Borland's isnan.
43564              Subject: build with BC++ tweak
43565              
43566              Issue useful diagnostic on unknown pod commands.
43567              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
43568              
43569              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
43570              
43571              Clarify the third case of ftmp-security warnings.
43572              
43573              Make -Dusemorebits find long doubles in Solaris.
43574              
43575              Wrap the test in eval.
43576      Branch: maint-5.6/perl
43577           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
43578           +> lib/unicode/PropList.txt lib/unicode/README.perl
43579           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
43580           +> lib/unicode/Unicode.301 vms/vmspipe.com
43581            - lib/unicode/Props.txt lib/unicode/UCD300.html
43582            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
43583           !> (integrate 305 files)
43584 ____________________________________________________________________________
43585 [  8150] By: jhi                                   on 2000/12/17  18:47:57
43586         Log: Uncheckedin generated files.
43587      Branch: perl
43588            ! global.sym perlapi.c pod/perlapi.pod
43589 ____________________________________________________________________________
43590 [  8149] By: jhi                                   on 2000/12/17  18:41:22
43591         Log: Update Changes.
43592      Branch: perl
43593            ! Changes patchlevel.h
43594 ____________________________________________________________________________
43595 [  8148] By: jhi                                   on 2000/12/17  18:39:16
43596         Log: Subject: [PATCH] Fcntl constants speedup
43597              From: Nicholas Clark <nick@ccl4.org>
43598              Date: Sun, 17 Dec 2000 16:29:24 +0000
43599              Message-ID: <20001217162924.E97668@plum.flirble.org>
43600              
43601              Use IVs for the Fcntl constants instead of NVs.
43602      Branch: perl
43603            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
43604 ____________________________________________________________________________
43605 [  8147] By: jhi                                   on 2000/12/17  18:33:41
43606         Log: Add test for #8145 (binmode() warning), add warning for
43607              ioctl() and sockpair(), document them. (fileno() cannot
43608              be tripwired with the same kind of warning because
43609              'defined fileno($foo)' seems to be an idiom.)
43610      Branch: perl
43611            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
43612 ____________________________________________________________________________
43613 [  8146] By: gsar                                  on 2000/12/17  18:09:08
43614         Log: update Changes
43615      Branch: maint-5.6/perl
43616            ! Changes
43617 ____________________________________________________________________________
43618 [  8145] By: jhi                                   on 2000/12/17  17:39:35
43619         Log: Subject: [PATCH] Re: The long awaited feature ...
43620              From: Simon Cozens <simon@cozens.net>
43621              Date: Sun, 17 Dec 2000 12:31:56 +0000
43622              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
43623              
43624              Add a warning to binmode() about using bad filehandles
43625              (can happen e.g. if someone forgets the filehandle argument)
43626      Branch: perl
43627            ! pp_sys.c
43628 ____________________________________________________________________________
43629 [  8144] By: jhi                                   on 2000/12/17  17:33:48
43630         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
43631              From: Jonathan Stowe <gellyfish@gellyfish.com>
43632              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
43633              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
43634      Branch: perl
43635            ! lib/Net/Ping.pm
43636 ____________________________________________________________________________
43637 [  8143] By: jhi                                   on 2000/12/17  05:31:37
43638         Log: Polymorphic regexps.
43639              
43640              Fixes at least the bugs 20001028.003 (both of them...) and
43641              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
43642              also to be fixed by now, probably already before this patch.
43643      Branch: perl
43644            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
43645            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
43646            ! t/op/utf8decode.t t/pragma/utf8.t
43647 ____________________________________________________________________________
43648 [  8142] By: jhi                                   on 2000/12/16  17:16:05
43649         Log: Subject: [patch perl@8102] dos/djgpp update
43650              From: Laszlo Molnar <ml1050@freemail.hu>
43651              Date: Sat, 16 Dec 2000 01:40:52 +0100
43652              Message-ID: <20001216014052.A335@freemail.hu>
43653      Branch: perl
43654            ! djgpp/config.over t/base/commonsense.t
43655 ____________________________________________________________________________
43656 [  8141] By: jhi                                   on 2000/12/16  17:09:27
43657         Log: Few uncheckedin files.
43658      Branch: perl
43659            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
43660 ____________________________________________________________________________
43661 [  8140] By: nick                                  on 2000/12/15  22:14:31
43662         Log: Integrate mainline
43663      Branch: perlio
43664           !> (integrate 53 files)
43665 ____________________________________________________________________________
43666 [  8139] By: jhi                                   on 2000/12/15  19:49:49
43667         Log: One more IVUV tweak from Nicholas Clark.
43668      Branch: perl
43669            ! sv.c
43670 ____________________________________________________________________________
43671 [  8138] By: jhi                                   on 2000/12/15  19:17:06
43672         Log: Return of the IVUV-preservation, now seems to be happy even
43673              in Digital UNIX (the broken strtoul brokenness detection
43674              seems to have been the fly in the ointment).
43675      Branch: perl
43676            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
43677            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
43678            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
43679            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
43680            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
43681            ! vos/config.ga.h win32/config.bc win32/config.gc
43682            ! win32/config.vc
43683 ____________________________________________________________________________
43684 [  8137] By: jhi                                   on 2000/12/15  18:12:14
43685         Log: Metaconfig unit change for #8136.
43686      Branch: metaconfig
43687            ! U/modified/d_strtoul.U
43688      Branch: metaconfig/U/perl
43689            ! d_strtoull.U d_strtouq.U
43690 ____________________________________________________________________________
43691 [  8136] By: jhi                                   on 2000/12/15  18:11:35
43692         Log: I don't think it's sensible or portable to test the strtou*
43693              on /^-/ strings.
43694      Branch: perl
43695            ! Configure
43696 ____________________________________________________________________________
43697 [  8135] By: jhi                                   on 2000/12/15  17:18:49
43698         Log: Metaconfig unit change for #8134.
43699      Branch: metaconfig
43700            ! U/modified/d_strtoul.U
43701 ____________________________________________________________________________
43702 [  8134] By: jhi                                   on 2000/12/15  17:14:13
43703         Log: If longsize is 8 we don't need a LL suffix for integer constants.
43704      Branch: perl
43705            ! Configure config_h.SH
43706 ____________________________________________________________________________
43707 [  8133] By: jhi                                   on 2000/12/15  16:00:23
43708         Log: Update Changes.
43709      Branch: perl
43710            ! Changes patchlevel.h
43711 ____________________________________________________________________________
43712 [  8132] By: jhi                                   on 2000/12/15  15:44:16
43713         Log: Some compilers get huffy if you do not cast a const pointer
43714              to a non-const when assigning.
43715      Branch: perl
43716            ! gv.c
43717 ____________________________________________________________________________
43718 [  8131] By: jhi                                   on 2000/12/15  15:38:30
43719         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
43720              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43721              Date: Fri, 15 Dec 2000 05:26:57 -0500
43722              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
43723      Branch: perl
43724            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
43725            ! t/pragma/overload.t
43726 ____________________________________________________________________________
43727 [  8130] By: jhi                                   on 2000/12/15  15:36:08
43728         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
43729              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43730              Date: Thu, 14 Dec 2000 22:02:43 -0500
43731              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
43732      Branch: perl
43733            ! gv.c perl.h
43734 ____________________________________________________________________________
43735 [  8129] By: jhi                                   on 2000/12/15  15:34:16
43736         Log: Subject: PATCH: h2xs nit
43737              From: Tim Jenness <t.jenness@jach.hawaii.edu>
43738              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
43739              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
43740              
43741              Add a template README.
43742      Branch: perl
43743            ! utils/h2xs.PL
43744 ____________________________________________________________________________
43745 [  8128] By: jhi                                   on 2000/12/15  15:32:22
43746         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
43747      Branch: perl
43748            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
43749 ____________________________________________________________________________
43750 [  8127] By: jhi                                   on 2000/12/15  15:19:34
43751         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
43752              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
43753              Date:     Thu, 14 Dec 2000 20:04:42 EST
43754              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
43755      Branch: perl
43756            ! ext/Opcode/Opcode.xs
43757 ____________________________________________________________________________
43758 [  8126] By: jhi                                   on 2000/12/15  15:17:49
43759         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
43760              From: Peter Prymmer <pvhp@forte.com>
43761              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
43762              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
43763      Branch: perl
43764            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
43765            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
43766            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
43767 ____________________________________________________________________________
43768 [  8125] By: jhi                                   on 2000/12/15  15:11:05
43769         Log: This seems to be a stage sane and stable enough to checkin.
43770              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
43771      Branch: perl
43772            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
43773            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
43774            ! t/op/cmp.t t/op/numconvert.t
43775 ____________________________________________________________________________
43776 [  8124] By: jhi                                   on 2000/12/15  04:20:26
43777         Log: Something is really wonky.
43778      Branch: perl
43779            ! sv.c
43780 ____________________________________________________________________________
43781 [  8123] By: jhi                                   on 2000/12/15  04:00:50
43782         Log: Fixes for the IV UV patches to compile in Digital UNIX.
43783      Branch: perl
43784            ! sv.c
43785 ____________________________________________________________________________
43786 [  8122] By: jhi                                   on 2000/12/15  02:53:40
43787         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
43788              From: "Craig A. Berry" <craigberry@mac.com>
43789              Date: Thu, 14 Dec 2000 19:10:49 -0600
43790              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
43791      Branch: perl
43792            ! vms/vms.c
43793 ____________________________________________________________________________
43794 [  8121] By: jhi                                   on 2000/12/15  02:50:00
43795         Log: Metaconfig changes for #8120.
43796      Branch: metaconfig
43797            + U/modified/d_strtoul.U
43798      Branch: metaconfig/U/perl
43799            ! d_strtoull.U d_strtouq.U
43800 ____________________________________________________________________________
43801 [  8120] By: jhi                                   on 2000/12/15  02:49:42
43802         Log: From: Nicholas Clark <nick@ccl4.org> 
43803              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
43804              Date: Thu, 14 Dec 2000 18:38:57 +0000
43805              Message-ID: <20001214183857.B97909@plum.flirble.org>
43806      Branch: perl
43807            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
43808            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
43809            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
43810            ! vos/config.ga.def vos/config.ga.h win32/config.bc
43811            ! win32/config.gc win32/config.vc
43812 ____________________________________________________________________________
43813 [  8119] By: jhi                                   on 2000/12/14  23:40:58
43814         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
43815              From: Nicholas Clark <nick@ccl4.org>
43816              Date: Wed, 13 Dec 2000 20:08:50 +0000
43817              Message-ID: <20001213200849.B71166@plum.flirble.org>
43818      Branch: perl
43819            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
43820            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
43821 ____________________________________________________________________________
43822 [  8118] By: jhi                                   on 2000/12/14  22:46:26
43823         Log: Integrate perlio.
43824      Branch: perl
43825           !> MANIFEST ext/Encode/compile makedef.pl
43826 ____________________________________________________________________________
43827 [  8117] By: nick                                  on 2000/12/14  22:38:53
43828         Log: Win32 tweaks to get Encode to build
43829              - temp hack to makedef.pl till PerlIO is properly "exported".
43830              - MSVC dislikes  
43831              static encpage_t foo[];
43832              so make 'em extern for now.
43833      Branch: perlio
43834            ! ext/Encode/compile makedef.pl
43835 ____________________________________________________________________________
43836 [  8116] By: nick                                  on 2000/12/14  22:00:53
43837         Log: Document the new files
43838      Branch: perlio
43839            ! MANIFEST
43840 ____________________________________________________________________________
43841 [  8115] By: jhi                                   on 2000/12/14  21:58:01
43842         Log: MANIFEST new files of #8114.
43843      Branch: perl
43844            ! MANIFEST
43845 ____________________________________________________________________________
43846 [  8114] By: jhi                                   on 2000/12/14  21:50:49
43847         Log: Integrate perlio.
43848      Branch: perl
43849           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
43850           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
43851           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
43852           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
43853           !> ext/Encode/Makefile.PL
43854 ____________________________________________________________________________
43855 [  8113] By: jhi                                   on 2000/12/14  21:48:49
43856         Log: The documentation part of the
43857              
43858              Subject: [ID 20001214.002] Net::Ping patch
43859              From: Jonathan Stowe <gellyfish@gellyfish.com>
43860              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
43861              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
43862              since the #7529 had already addressed the same problem.
43863      Branch: perl
43864            ! lib/Net/Ping.pm
43865 ____________________________________________________________________________
43866 [  8112] By: jhi                                   on 2000/12/14  21:42:57
43867         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
43868              From: Dominic Dunlop <domo@computer.org>
43869              Date: Tue, 12 Dec 2000 10:47:10 +0100
43870              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
43871              
43872              Document how elusive subroutines can be.
43873      Branch: perl
43874            ! pod/perlfunc.pod
43875 ____________________________________________________________________________
43876 [  8111] By: jhi                                   on 2000/12/14  21:38:05
43877         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
43878              From: Dominic Dunlop <domo@computer.org>
43879              Date: Thu, 14 Dec 2000 10:13:51 +0100
43880              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
43881      Branch: perl
43882            ! ext/POSIX/POSIX.pod
43883 ____________________________________________________________________________
43884 [  8110] By: jhi                                   on 2000/12/14  21:36:32
43885         Log: Subject: [patch] perlfaq7
43886              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
43887              Date: Thu, 14 Dec 2000 15:31:07 +0100
43888              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
43889      Branch: perl
43890            ! pod/perlfaq7.pod
43891 ____________________________________________________________________________
43892 [  8109] By: jhi                                   on 2000/12/14  21:29:20
43893         Log: Subject: [8104] Encode
43894              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
43895              Date: Thu, 14 Dec 2000 14:49:34 +0100
43896              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
43897              
43898              Type casting for nervous compilers.
43899      Branch: perl
43900            ! ext/Encode/Encode.xs
43901 ____________________________________________________________________________
43902 [  8108] By: jhi                                   on 2000/12/14  21:26:17
43903         Log: Subject: [8104] DB_File
43904              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
43905              Date: Thu, 14 Dec 2000 14:49:35 +0100
43906              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
43907              
43908              Type definition incorrect for DB 2.7.7.  Not known when it
43909              changed, so only changed it for a known revision.
43910      Branch: perl
43911            ! ext/DB_File/DB_File.xs
43912 ____________________________________________________________________________
43913 [  8107] By: jhi                                   on 2000/12/14  21:23:41
43914         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
43915              From: Peter Prymmer <pvhp@forte.com>
43916              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
43917              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
43918              
43919              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
43920      Branch: perl
43921            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
43922            ! ext/Encode/Encode/posix-bc.enc
43923 ____________________________________________________________________________
43924 [  8106] By: nick                                  on 2000/12/14  20:36:13
43925         Log: "Cold" build correction to Encode's Makefile.PL
43926      Branch: perlio
43927            ! ext/Encode/Makefile.PL
43928 ____________________________________________________________________________
43929 [  8105] By: nick                                  on 2000/12/14  20:09:37
43930         Log: "Compiled" encodings.
43931              Correct replacement character in EBCDIC .enc files
43932              Add 0x7F to ASCII repertoire.
43933      Branch: perlio
43934            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
43935            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
43936            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
43937            ! ext/Encode/Makefile.PL ext/Encode/compile
43938            ! ext/Encode/encengine.c ext/Encode/encode.h
43939 ____________________________________________________________________________
43940 [  8104] By: nick                                  on 2000/12/14  00:38:20
43941         Log: Integrate mainline
43942      Branch: perlio
43943           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
43944           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
43945           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
43946           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
43947           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
43948           !> t/lib/db-hash.t t/lib/db-recno.t
43949 ____________________________________________________________________________
43950 [  8103] By: nick                                  on 2000/12/13  23:16:13
43951         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
43952              so far and so it does not get lost.
43953      Branch: perlio
43954            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
43955 ____________________________________________________________________________
43956 [  8102] By: jhi                                   on 2000/12/13  17:14:22
43957         Log: Update Changes.
43958      Branch: perl
43959            ! Changes patchlevel.h
43960 ____________________________________________________________________________
43961 [  8101] By: jhi                                   on 2000/12/13  16:53:41
43962         Log: Move the proto of start_glob() to a better place; regen api files.
43963      Branch: perl
43964            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
43965 ____________________________________________________________________________
43966 [  8100] By: jhi                                   on 2000/12/13  16:47:11
43967         Log: Metaconfig change for #8099.
43968      Branch: metaconfig
43969            ! U/modified/Head.U
43970 ____________________________________________________________________________
43971 [  8099] By: jhi                                   on 2000/12/13  16:46:48
43972         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
43973              From: Andy Dougherty <doughera@lafayette.edu>
43974              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
43975              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
43976      Branch: perl
43977            ! Configure
43978 ____________________________________________________________________________
43979 [  8098] By: jhi                                   on 2000/12/13  16:39:02
43980         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
43981              From: rspier@pobox.com (Robert Spier)
43982              Date: Tue, 12 Dec 2000 21:12:39 -0500
43983              Message-ID: <14902.56087.678086.725773@rls.cx>
43984              
43985              fastgetcwd is defined using a glob alias on a $^O dependent basis -
43986              and there was no default assignment or perl subroutine.
43987      Branch: perl
43988            ! lib/Cwd.pm
43989 ____________________________________________________________________________
43990 [  8097] By: jhi                                   on 2000/12/13  16:16:01
43991         Log: Subject: [PATCH] move startglob out of pp_hot.c
43992              From: Nicholas Clark <nick@ccl4.org>
43993              Date: Mon, 11 Dec 2000 23:16:39 +0000
43994              Message-ID: <20001211231638.A55550@plum.flirble.org>
43995      Branch: perl
43996            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
43997 ____________________________________________________________________________
43998 [  8096] By: jhi                                   on 2000/12/13  15:26:23
43999         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
44000              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
44001              Date: Wed, 13 Dec 2000 14:01:37 +0100
44002              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
44003              
44004              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
44005              in turn requires libpthread in libswanted.
44006      Branch: perl
44007            ! hints/hpux.sh
44008 ____________________________________________________________________________
44009 [  8095] By: jhi                                   on 2000/12/12  19:51:05
44010         Log: The integration wars continue.
44011      Branch: perl
44012           !> sv.c
44013 ____________________________________________________________________________
44014 [  8094] By: jhi                                   on 2000/12/12  19:48:26
44015         Log: Subject: [PATCH perl@8070] DB_File-1.74  
44016              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
44017              Date: Mon, 11 Dec 2000 23:07:17 -0000
44018              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
44019      Branch: perl
44020            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
44021            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
44022            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
44023            ! t/lib/db-recno.t
44024 ____________________________________________________________________________
44025 [  8093] By: nick                                  on 2000/12/12  19:42:13
44026         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
44027      Branch: perlio
44028            ! sv.c
44029           !> lib/File/DosGlob.pm
44030 ____________________________________________________________________________
44031 [  8092] By: jhi                                   on 2000/12/12  19:28:11
44032         Log: Integrate perlio.
44033      Branch: perl
44034           !> sv.c
44035 ____________________________________________________________________________
44036 [  8091] By: nick                                  on 2000/12/12  18:49:45
44037         Log: Fix for Tk, and upgrading shared SVs.
44038      Branch: perlio
44039            ! sv.c
44040 ____________________________________________________________________________
44041 [  8090] By: jhi                                   on 2000/12/12  16:48:59
44042         Log: Subject: [PATCH] Re: Breadperl & Tk
44043              From: Nick Ing-Simmons <nik@tiuk.ti.com>
44044              Date: Tue, 12 Dec 2000 14:48:27 GMT
44045              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
44046      Branch: perl
44047            ! sv.c
44048 ____________________________________________________________________________
44049 [  8089] By: jhi                                   on 2000/12/12  03:37:19
44050         Log: Subject: DosGlob.pm diff for bash style brace expansion.
44051              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
44052              Date: Fri, 8 Dec 2000 10:45:30 -0600
44053              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
44054      Branch: perl
44055            ! lib/File/DosGlob.pm
44056 ____________________________________________________________________________
44057 [  8088] By: nick                                  on 2000/12/11  23:59:59
44058         Log: Integrate mainline
44059      Branch: perlio
44060           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
44061           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
44062           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
44063           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
44064           !> t/op/local.t t/pragma/warn/toke toke.c
44065 ____________________________________________________________________________
44066 [  8087] By: jhi                                   on 2000/12/11  23:20:23
44067         Log: Integrate perlio.
44068      Branch: perl
44069           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
44070 ____________________________________________________________________________
44071 [  8086] By: jhi                                   on 2000/12/11  22:50:59
44072         Log: Tune further the OS detection of CGI.
44073      Branch: perl
44074            ! lib/CGI.pm
44075 ____________________________________________________________________________
44076 [  8085] By: nick                                  on 2000/12/11  22:50:46
44077         Log: Finish 1st pass of "encoding" layer e.g. :
44078              open($fh,"<encoding(iso8859-7)",$greek) || die;
44079      Branch: perlio
44080            ! ext/Encode/Encode.xs perlio.c perliol.h
44081 ____________________________________________________________________________
44082 [  8084] By: jhi                                   on 2000/12/11  22:32:06
44083         Log: Revert the -f ambiguousity patch, seems to cause
44084              too much hassle (the interpret -Q as a function
44085              where Q is not a known filetest part is left in).
44086      Branch: perl
44087            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
44088            ! toke.c
44089 ____________________________________________________________________________
44090 [  8083] By: jhi                                   on 2000/12/11  22:27:23
44091         Log: (accidentally empty check-in)
44092      Branch: perl
44093            ! lib/File/DosGlob.pm
44094 ____________________________________________________________________________
44095 [  8082] By: nick                                  on 2000/12/11  19:09:51
44096         Log: Restore mmap function (broken by tweaks to shared buffer
44097              layer for encode(xxxx)).
44098      Branch: perlio
44099            ! perlio.c
44100 ____________________________________________________________________________
44101 [  8081] By: jhi                                   on 2000/12/11  18:29:13
44102         Log: Subject: Re: The long awaited feature ...
44103              From: Simon Cozens <simon@cozens.net>
44104              Date: Mon, 11 Dec 2000 15:54:24 +0000
44105              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
44106              
44107              More io/utf8 tests.
44108      Branch: perl
44109            ! t/io/utf8.t
44110 ____________________________________________________________________________
44111 [  8080] By: jhi                                   on 2000/12/11  18:19:36
44112         Log: Subject: PATCH MakeMaker manpage clarification
44113              From: andreas.koenig@anima.de (Andreas J. Koenig)
44114              Date: 10 Dec 2000 20:46:13 +0100
44115              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
44116      Branch: perl
44117            ! lib/ExtUtils/MakeMaker.pm
44118 ____________________________________________________________________________
44119 [  8079] By: jhi                                   on 2000/12/11  15:35:07
44120         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
44121              From: Simon Cozens <simon@cozens.net>
44122              Date: Sun, 10 Dec 2000 19:06:19 +0000
44123              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
44124      Branch: perl
44125            ! ext/B/B/Deparse.pm t/lib/b.t
44126 ____________________________________________________________________________
44127 [  8078] By: jhi                                   on 2000/12/11  15:09:11
44128         Log: Subject: [PATCH] docs on NaN
44129              From: Nicholas Clark <nick@ccl4.org>
44130              Date: Mon, 11 Dec 2000 01:48:38 +0000
44131              Message-ID: <20001211014838.B99205@plum.flirble.org>
44132      Branch: perl
44133            ! pod/perlop.pod
44134 ____________________________________________________________________________
44135 [  8077] By: jhi                                   on 2000/12/11  15:02:21
44136         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
44137              From: Simon Cozens <simon@cozens.net>
44138              Date: Mon, 11 Dec 2000 01:21:45 +0000
44139              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
44140      Branch: perl
44141            ! pp.c pp_hot.c scope.c t/op/local.t
44142 ____________________________________________________________________________
44143 [  8076] By: nick                                  on 2000/12/10  20:43:32
44144         Log: Not merge worthy...
44145              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
44146              syntax is modelled on attributes.
44147              Untested fix for io/utf8 on Win32 etc.
44148              Very clumsy start to the encode layer.
44149      Branch: perlio
44150            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
44151 ____________________________________________________________________________
44152 [  8075] By: jhi                                   on 2000/12/10  18:39:33
44153         Log: Darwin is not Windows.
44154      Branch: perl
44155            ! lib/CGI.pm
44156 ____________________________________________________________________________
44157 [  8074] By: jhi                                   on 2000/12/10  18:31:27
44158         Log: Subject: Ambiguous -%c() resolved as a file test
44159              From: "Paul Marquess" <Paul.Marquess@openwave.com>
44160              Date: Sun, 10 Dec 2000 15:35:07 -0000
44161              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
44162      Branch: perl
44163            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
44164 ____________________________________________________________________________
44165 [  8073] By: jhi                                   on 2000/12/10  18:16:29
44166         Log: Subject: PATCH installperl misinformed 
44167              From: andreas.koenig@anima.de (Andreas J. Koenig)
44168              Date: 10 Dec 2000 13:01:32 +0100 
44169              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
44170      Branch: perl
44171            ! installperl
44172 ____________________________________________________________________________
44173 [  8072] By: jhi                                   on 2000/12/10  18:07:55
44174         Log: The walkoptree confusion rages; walkoptree() seems to be coming
44175              from B.xs, while walkoptree_slow() comes from B.pm.
44176      Branch: perl
44177            ! ext/B/B.pm
44178 ____________________________________________________________________________
44179 [  8071] By: nick                                  on 2000/12/10  11:45:47
44180         Log: Integrate mainline
44181      Branch: perlio
44182           +> t/base/commonsense.t
44183           !> (integrate 37 files)
44184 ____________________________________________________________________________
44185 [  8070] By: jhi                                   on 2000/12/10  04:46:21
44186         Log: Update Changes.
44187      Branch: perl
44188            ! Changes patchlevel.h
44189 ____________________________________________________________________________
44190 [  8069] By: jhi                                   on 2000/12/10  04:39:19
44191         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
44192              From: andreas.koenig@anima.de (Andreas J. Koenig)
44193              Date: 09 Dec 2000 17:14:25 +0100
44194              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
44195      Branch: perl
44196            + t/base/commonsense.t
44197            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
44198 ____________________________________________________________________________
44199 [  8068] By: jhi                                   on 2000/12/10  04:17:36
44200         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
44201              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
44202              Date: Sat, 9 Dec 2000 16:47:22 -0000
44203              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
44204      Branch: perl
44205            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
44206            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
44207            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
44208            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
44209            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
44210            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
44211            ! t/lib/sdbm.t
44212 ____________________________________________________________________________
44213 [  8067] By: jhi                                   on 2000/12/10  03:52:02
44214         Log: Test case for #8066.
44215      Branch: perl
44216            ! t/op/misc.t
44217 ____________________________________________________________________________
44218 [  8066] By: jhi                                   on 2000/12/10  03:50:30
44219         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
44220              From: Simon Cozens <simon@cozens.net>
44221              Date: Sun, 10 Dec 2000 00:55:37 +0000
44222              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
44223      Branch: perl
44224            ! pp_sys.c
44225 ____________________________________________________________________________
44226 [  8065] By: jhi                                   on 2000/12/10  03:44:52
44227         Log: Test case for #8064.
44228      Branch: perl
44229            ! t/comp/proto.t
44230 ____________________________________________________________________________
44231 [  8064] By: jhi                                   on 2000/12/10  03:42:32
44232         Log: Subject: Re: prototype of substr
44233              From: Simon Cozens <simon@cozens.net>
44234              Date: Sun, 10 Dec 2000 00:13:33 +0000
44235              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
44236              
44237              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
44238              In other words, make the returned prototypes for any function
44239              stop prepending the ';' optionality marker after the first one.
44240              If they start getting optional, all the rest are optional.
44241      Branch: perl
44242            ! pp.c
44243 ____________________________________________________________________________
44244 [  8063] By: jhi                                   on 2000/12/10  03:39:42
44245         Log: Subject: [PATCH] perlguts.pod
44246              From: Simon Cozens <simon@cozens.net>
44247              Date: Sun, 10 Dec 2000 00:06:47 +0000
44248              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
44249              
44250              Documentation of the different types of ops,
44251              plus the functions in dump.c
44252      Branch: perl
44253            ! pod/perlguts.pod
44254 ____________________________________________________________________________
44255 [  8062] By: jhi                                   on 2000/12/10  03:30:04
44256         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
44257              From: Nicholas Clark <nick@talking.bollo.cx>
44258              Date: Sat, 09 Dec 2000 18:57:25 +0000
44259              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
44260              
44261              Be more robust in weird hostname setups.
44262      Branch: perl
44263            ! t/lib/net-hostent.t
44264 ____________________________________________________________________________
44265 [  8061] By: jhi                                   on 2000/12/10  03:28:21
44266         Log: Pacify fussy compiler. 
44267      Branch: perl
44268            ! pp_sys.c
44269 ____________________________________________________________________________
44270 [  8060] By: jhi                                   on 2000/12/10  02:52:46
44271         Log: Integrate perlio.
44272      Branch: perl
44273           !> pp_sys.c t/io/utf8.t
44274 ____________________________________________________________________________
44275 [  8059] By: nick                                  on 2000/12/09  23:40:14
44276         Log: read/sysread/recv should now be utf8 aware.
44277              Basic test for utf8 read.
44278      Branch: perlio
44279            ! pp_sys.c t/io/utf8.t
44280 ____________________________________________________________________________
44281 [  8058] By: jhi                                   on 2000/12/09  21:56:02
44282         Log: Integrate perlio.
44283      Branch: perl
44284           +> t/io/utf8.t
44285           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
44286 ____________________________________________________________________________
44287 [  8057] By: jhi                                   on 2000/12/09  21:53:35
44288         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
44289              From: Inaba Hiroto <inaba@st.rim.or.jp>
44290              Date: Sun, 10 Dec 2000 05:53:21 +0900
44291              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
44292              
44293              Tests for #8056.
44294      Branch: perl
44295            ! t/op/each.t
44296 ____________________________________________________________________________
44297 [  8056] By: jhi                                   on 2000/12/09  21:51:16
44298         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
44299              From: Inaba Hiroto <inaba@st.rim.or.jp>
44300              Date: Sat, 09 Dec 2000 18:02:00 +0900
44301              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
44302              
44303              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
44304      Branch: perl
44305            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
44306 ____________________________________________________________________________
44307 [  8055] By: nick                                  on 2000/12/09  20:11:48
44308         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
44309              than raw PerlIO_write() - does not seem to break any tests.
44310      Branch: perlio
44311            ! pp_sys.c
44312 ____________________________________________________________________________
44313 [  8054] By: nick                                  on 2000/12/09  19:47:30
44314         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
44315              (sysread, recv and write i.e. formats still to do...)
44316              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
44317              open($fh,">:utf8","name")
44318              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
44319              so no extra overhead is involved.
44320              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
44321              to a non-utf8 stream.
44322              Add initial io/utf8.t
44323              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
44324              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
44325              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
44326      Branch: perlio
44327            + t/io/utf8.t
44328            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
44329 ____________________________________________________________________________
44330 [  8053] By: nick                                  on 2000/12/09  19:26:37
44331         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
44332              was only testing this_utf8.
44333      Branch: perlio
44334            ! toke.c
44335 ____________________________________________________________________________
44336 [  8052] By: nick                                  on 2000/12/09  19:09:41
44337         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
44338              i.e. the output string has one, but don't mess with source assumption.
44339      Branch: perlio
44340            ! toke.c
44341 ____________________________________________________________________________
44342 [  8051] By: jhi                                   on 2000/12/09  16:55:17
44343         Log: Integrate perlio.
44344      Branch: perl
44345           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
44346           !> sv.c thrdvar.h util.c
44347 ____________________________________________________________________________
44348 [  8050] By: jhi                                   on 2000/12/09  16:48:07
44349         Log: Nits noticed by Peter Prymmer.
44350      Branch: perl
44351            ! lib/ExtUtils/MM_VMS.pm
44352 ____________________________________________________________________________
44353 [  8049] By: nick                                  on 2000/12/09  13:49:40
44354         Log: UTF8 output prework.
44355              - Store $\ and $, as SVs so they can have SvUTF8 flag
44356              - use do_print() rather than raw PerlIO_write() to print them.
44357      Branch: perlio
44358            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
44359            ! thrdvar.h util.c
44360 ____________________________________________________________________________
44361 [  8048] By: nick                                  on 2000/12/09  12:30:43
44362         Log: Integrate mainline.
44363      Branch: perlio
44364           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
44365           +> t/op/reverse.t
44366           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
44367           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
44368           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
44369           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
44370           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
44371           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
44372 ____________________________________________________________________________
44373 [  8047] By: jhi                                   on 2000/12/09  00:23:27
44374         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
44375              From: Michael G Schwern <schwern@pobox.com>
44376              Date: Fri, 8 Dec 2000 14:43:04 -0600
44377      Branch: perl
44378            ! lib/ExtUtils/MM_VMS.pm
44379 ____________________________________________________________________________
44380 [  8046] By: jhi                                   on 2000/12/08  23:10:27
44381         Log: A missed check-in.
44382      Branch: perl
44383            ! lib/ExtUtils/Manifest.pm
44384 ____________________________________________________________________________
44385 [  8045] By: jhi                                   on 2000/12/08  21:57:12
44386         Log: (null check-in)
44387      Branch: perl
44388            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
44389 ____________________________________________________________________________
44390 [  8044] By: jhi                                   on 2000/12/08  21:11:06
44391         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
44392              at the final draft stage.
44393      Branch: perl
44394            + ext/Encode/Encode/iso8859-16.enc
44395            ! MANIFEST
44396 ____________________________________________________________________________
44397 [  8043] By: jhi                                   on 2000/12/08  16:39:04
44398         Log: Update Changes.
44399      Branch: perl
44400            ! Changes patchlevel.h
44401 ____________________________________________________________________________
44402 [  8042] By: jhi                                   on 2000/12/08  16:33:39
44403         Log: Do not return the Unicode replacement character if UTF-8
44404              decoding goes awry, it should be up to the caller to decide.
44405      Branch: perl
44406            ! pod/perlapi.pod utf8.c
44407 ____________________________________________________________________________
44408 [  8041] By: jhi                                   on 2000/12/08  16:22:28
44409         Log: metaconfig maintenance.
44410      Branch: metaconfig
44411            ! U/modified/stdchar.U
44412      Branch: metaconfig/U/perl
44413            + testsyml.U
44414 ____________________________________________________________________________
44415 [  8040] By: jhi                                   on 2000/12/08  16:03:08
44416         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
44417              From: sthoenna@efn.org
44418              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
44419              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
44420      Branch: perl
44421            ! Changes lib/ExtUtils/MM_OS2.pm
44422 ____________________________________________________________________________
44423 [  8039] By: jhi                                   on 2000/12/08  15:57:11
44424         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
44425              From: Simon Cozens <simon@cozens.net>
44426              Date: Fri, 8 Dec 2000 13:33:31 +0000
44427              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
44428              
44429              (The pp_hot part needed a rewrite.)
44430      Branch: perl
44431            ! doop.c pp_hot.c utf8.c
44432 ____________________________________________________________________________
44433 [  8038] By: jhi                                   on 2000/12/08  15:25:08
44434         Log: Subject: djSP
44435              From: Michael Stevens <michael@etla.org>
44436              Date: Wed, 6 Dec 2000 23:24:01 +0000
44437              Message-ID: <20001206232400.A21381@firedrake.org>
44438              
44439              Plus a note from Nick Ing-Simmons.
44440      Branch: perl
44441            ! pp.h
44442 ____________________________________________________________________________
44443 [  8037] By: jhi                                   on 2000/12/08  15:18:35
44444         Log: Filetype is text.
44445      Branch: perl
44446            ! t/op/utf8decode.t
44447 ____________________________________________________________________________
44448 [  8036] By: jhi                                   on 2000/12/08  03:31:27
44449         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
44450              From: Andy Dougherty <doughera@lafayette.edu>
44451              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
44452              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
44453              
44454              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
44455              From: Andy Dougherty <doughera@lafayette.edu>
44456              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
44457              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
44458      Branch: perl
44459            + ext/POSIX/hints/svr4.pl
44460            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
44461 ____________________________________________________________________________
44462 [  8035] By: jhi                                   on 2000/12/08  03:26:01
44463         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
44464              From: Andy Dougherty <doughera@lafayette.edu>
44465              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
44466              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
44467      Branch: perl
44468            ! t/README t/base/term.t
44469 ____________________________________________________________________________
44470 [  8034] By: jhi                                   on 2000/12/08  03:21:59
44471         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
44472              From: mjd@plover.com  
44473              Date: 7 Dec 2000 21:04:20 -0000
44474              Message-ID: <20001207210420.22282.qmail@plover.com>
44475              
44476              Plus -z doc.
44477      Branch: perl
44478            ! pod/perlfunc.pod
44479 ____________________________________________________________________________
44480 [  8033] By: jhi                                   on 2000/12/08  03:19:03
44481         Log: Use the UTF8 macros a bit.  They can't be used with abandon
44482              everywhere because we do generate illegal UTF-8 in some situations.
44483              This is of course naughty.
44484      Branch: perl
44485            ! pod/perlapi.pod utf8.c utf8.h
44486 ____________________________________________________________________________
44487 [  8032] By: jhi                                   on 2000/12/08  03:00:09
44488         Log: Out of sync?
44489      Branch: perl
44490            ! t/pragma/warn/utf8
44491 ____________________________________________________________________________
44492 [  8031] By: jhi                                   on 2000/12/08  02:22:39
44493         Log: Cnt spl.
44494      Branch: perl
44495            ! MANIFEST
44496 ____________________________________________________________________________
44497 [  8030] By: jhi                                   on 2000/12/08  01:23:54
44498         Log: Add test for reverse().
44499      Branch: perl
44500            + t/op/reverse.t
44501            ! MANIFEST
44502 ____________________________________________________________________________
44503 [  8029] By: jhi                                   on 2000/12/08  01:21:47
44504         Log: Integrate perlio.
44505      Branch: perl
44506           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
44507           !> perlio.c perlio.h perlsdio.h warnings.pl
44508 ____________________________________________________________________________
44509 [  8028] By: jhi                                   on 2000/12/08  01:19:08
44510         Log: Introduce macros for UTF8 decoding.
44511      Branch: perl
44512            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
44513 ____________________________________________________________________________
44514 [  8027] By: nick                                  on 2000/12/07  22:18:19
44515         Log: Integrate mainline
44516      Branch: perlio
44517           !> embed.pl pod/perlapi.pod utf8.c
44518 ____________________________________________________________________________
44519 [  8026] By: nick                                  on 2000/12/07  21:45:08
44520         Log: Various oddities p4 diff -se showed up
44521              Remove 'our' from warnings.pl
44522      Branch: perlio
44523            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
44524 ____________________________________________________________________________
44525 [  8025] By: nick                                  on 2000/12/07  21:43:32
44526         Log: Change PerlIO_(get|set)pos to take SV *
44527              Should fix, OS/2, VMS, (sfio??)
44528      Branch: perlio
44529            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
44530 ____________________________________________________________________________
44531 [  8024] By: jhi                                   on 2000/12/07  19:05:32
44532         Log: Document utf8_to_uv() better.
44533      Branch: perl
44534            ! pod/perlapi.pod utf8.c
44535 ____________________________________________________________________________
44536 [  8023] By: jhi                                   on 2000/12/07  18:23:47
44537         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
44538      Branch: perl
44539            ! embed.pl pod/perlapi.pod utf8.c
44540 ____________________________________________________________________________
44541 [  8022] By: jhi                                   on 2000/12/07  04:13:51
44542         Log: Integrate perlio.
44543      Branch: perl
44544           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
44545           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
44546           !> win32/makefile.mk
44547 ____________________________________________________________________________
44548 [  8021] By: nick                                  on 2000/12/07  00:28:14
44549         Log: Various attempts at MSVC debug - not sure what has
44550              changed but works now. 
44551              Seems atexit() _may_ work for DLLs built with MSVC so don't
44552              call cleanup that way.
44553      Branch: perlio
44554            ! perlio.c win32/makefile.mk
44555 ____________________________________________________________________________
44556 [  8020] By: nick                                  on 2000/12/06  19:57:20
44557         Log: Integrate mainline
44558      Branch: perlio
44559           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
44560           !> (integrate 75 files)
44561 ____________________________________________________________________________
44562 [  8019] By: nick                                  on 2000/12/06  19:28:21
44563         Log: Add useperlio to config.vc
44564              Turn off binmode in config_H.PL
44565              Regen all the config_H.xx
44566              Attempt to get debugging build with MSVC.
44567      Branch: perlio
44568            ! win32/config.vc win32/config_H.bc win32/config_H.gc
44569            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
44570 ____________________________________________________________________________
44571 [  8018] By: nick                                  on 2000/12/06  19:21:57
44572         Log: Test various dup/external program options on all platforms.
44573      Branch: perlio
44574            ! t/io/dup.t
44575 ____________________________________________________________________________
44576 [  8017] By: nick                                  on 2000/12/06  19:20:47
44577         Log: Fix harness to be less picky
44578      Branch: perlio
44579            ! lib/Test/Harness.pm
44580 ____________________________________________________________________________
44581 [  8016] By: jhi                                   on 2000/12/06  16:45:12
44582         Log: Update Changes.
44583      Branch: perl
44584            ! Changes patchlevel.h
44585 ____________________________________________________________________________
44586 [  8015] By: jhi                                   on 2000/12/06  16:41:03
44587         Log: Test \x{...} with ord().
44588      Branch: perl
44589            ! t/op/ord.t
44590 ____________________________________________________________________________
44591 [  8014] By: jhi                                   on 2000/12/06  16:20:33
44592         Log: Test tweak because of #8013.
44593      Branch: perl
44594            ! t/lib/b.t
44595 ____________________________________________________________________________
44596 [  8013] By: jhi                                   on 2000/12/06  16:09:09
44597         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
44598              From: Michael G Schwern <schwern@pobox.com>
44599              Date: Tue, 5 Dec 2000 21:23:28 -0500
44600              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
44601              
44602              Carp::Heavy parts not very applicable because of recent changes.
44603      Branch: perl
44604            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
44605            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
44606            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
44607            ! lib/Exporter.pm lib/Exporter/Heavy.pm
44608            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
44609            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
44610            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
44611            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
44612            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
44613            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
44614            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
44615            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
44616            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
44617            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
44618            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
44619            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
44620            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
44621            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
44622            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
44623            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
44624            ! warnings.pl
44625 ____________________________________________________________________________
44626 [  8012] By: jhi                                   on 2000/12/06  15:22:38
44627         Log: Subject: [PATCH] Re: New harness is failing things
44628              From: Nick Ing-Simmons <nik@tiuk.ti.com>
44629              Date: Wed, 6 Dec 2000 13:00:30 GMT
44630              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
44631      Branch: perl
44632            ! lib/Test/Harness.pm
44633 ____________________________________________________________________________
44634 [  8011] By: jhi                                   on 2000/12/06  15:12:08
44635         Log: Subject: installhtml changes
44636              From: Michael Stevens <michael@etla.org>
44637              Date: Wed, 6 Dec 2000 13:15:53 +0000
44638              Message-ID: <20001206131553.A27317@firedrake.org>
44639      Branch: perl
44640            ! installhtml
44641 ____________________________________________________________________________
44642 [  8010] By: jhi                                   on 2000/12/06  15:06:05
44643         Log: Subject: the dTHR hits
44644              From: Michael Stevens <michael@etla.org>
44645              Date: Wed, 6 Dec 2000 12:06:03 +0000
44646              Message-ID: <20001206120603.A24581@firedrake.org>
44647              
44648              More, errrm, less dTHRs.
44649      Branch: perl
44650            ! bytecode.pl ext/B/B/C.pm
44651 ____________________________________________________________________________
44652 [  8009] By: jhi                                   on 2000/12/06  15:04:25
44653         Log: Subject: MakeMaker mailing list gone?
44654              From: Michael G Schwern <schwern@pobox.com>
44655              Date: Tue, 5 Dec 2000 19:29:59 -0500
44656              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
44657              
44658              The MakeMaker mailing list is dead, perlbug is the right
44659              address to report bugs.
44660      Branch: perl
44661            ! lib/ExtUtils/MakeMaker.pm
44662 ____________________________________________________________________________
44663 [  8008] By: jhi                                   on 2000/12/06  15:00:32
44664         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
44665              From: Michael G Schwern <schwern@pobox.com>
44666              Date: Tue, 5 Dec 2000 19:21:21 -0500
44667              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
44668              
44669              Add a default MANIFEST skip that ignores things like
44670              version control files, editor temporary files, and the Makefile.
44671      Branch: perl
44672            + lib/ExtUtils/MANIFEST.SKIP
44673            ! MANIFEST lib/ExtUtils/Manifest.pm
44674 ____________________________________________________________________________
44675 [  8007] By: jhi                                   on 2000/12/06  14:57:20
44676         Log: In Amiga more manual hackery of the scripts seems to be needed,
44677              from Jan-Erik Karlsson.  Why Configure does not get this right
44678              is unknown, may be shell-induced.
44679      Branch: perl
44680            ! README.amiga
44681 ____________________________________________________________________________
44682 [  8006] By: jhi                                   on 2000/12/05  23:53:12
44683         Log: Add TOPm1s to peek at the second topmost stack item.
44684      Branch: perl
44685            ! pp.h
44686 ____________________________________________________________________________
44687 [  8005] By: jhi                                   on 2000/12/05  23:13:55
44688         Log: Avaunt, you foul UTF-8 tests.
44689      Branch: perl
44690            ! t/op/ver.t t/pragma/utf8.t
44691 ____________________________________________________________________________
44692 [  8004] By: jhi                                   on 2000/12/05  23:09:54
44693         Log: Continue utf8 dispersal. 
44694      Branch: perl
44695            + t/op/concat.t
44696            ! MANIFEST t/pragma/utf8.t
44697 ____________________________________________________________________________
44698 [  8003] By: nick                                  on 2000/12/05  23:02:39
44699         Log: Integrate mainline.
44700      Branch: perlio
44701           +> t/op/length.t t/op/utf8decode.t
44702           !> (integrate 69 files)
44703 ____________________________________________________________________________
44704 [  8002] By: jhi                                   on 2000/12/05  22:59:28
44705         Log: Integrate perlio.
44706      Branch: perl
44707           !> iperlsys.h perl.c perlio.c win32/perllib.c
44708 ____________________________________________________________________________
44709 [  8001] By: nick                                  on 2000/12/05  22:07:52
44710         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
44711              - calloc/free suffer from damage on TerminateThread()
44712              - use PerlMemShared (as originally planned) now fixed
44713              - avoid doing anything important on DLL "detach".
44714      Branch: perlio
44715            ! perl.c perlio.c win32/perllib.c
44716 ____________________________________________________________________________
44717 [  8000] By: nick                                  on 2000/12/05  21:05:09
44718         Log: Fix gross PerlMemShared issue.
44719      Branch: perlio
44720            ! iperlsys.h
44721 ____________________________________________________________________________
44722 [  7999] By: jhi                                   on 2000/12/05  20:46:58
44723         Log: Test for Unicode (UTF-8) hash keys.
44724      Branch: perl
44725            ! t/op/each.t
44726 ____________________________________________________________________________
44727 [  7998] By: jhi                                   on 2000/12/05  20:30:35
44728         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
44729              is now always UTF-8), empty line cosmetics.
44730      Branch: perl
44731            ! t/pragma/utf8.t
44732 ____________________________________________________________________________
44733 [  7997] By: jhi                                   on 2000/12/05  20:15:40
44734         Log: Subject: Re: STRLEN - what?
44735              From: Andy Dougherty <doughera@lafayette.edu>
44736              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
44737              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
44738              
44739              Explain STRLEN.
44740      Branch: perl
44741            ! pod/perlguts.pod
44742 ____________________________________________________________________________
44743 [  7996] By: jhi                                   on 2000/12/05  20:13:34
44744         Log: Split off the UTF-8 decoder tests, make them to check also
44745              the error message.
44746      Branch: perl
44747            + t/op/utf8decode.t
44748            ! MANIFEST t/pragma/utf8.t utf8.c
44749 ____________________________________________________________________________
44750 [  7995] By: jhi                                   on 2000/12/05  16:39:47
44751         Log: Start migrating bits of pragma/utf8 to elsewhere
44752              (since the long term plan is to obsolete 'use utf8').
44753      Branch: perl
44754            + t/op/length.t
44755            ! MANIFEST t/pragma/utf8.t
44756 ____________________________________________________________________________
44757 [  7994] By: jhi                                   on 2000/12/05  16:30:21
44758         Log: Fix a manual edit typo from #7993, fix the message formatting
44759              for Unicode, add few our declarations.
44760      Branch: perl
44761            ! lib/Carp/Heavy.pm
44762 ____________________________________________________________________________
44763 [  7993] By: jhi                                   on 2000/12/05  16:09:15
44764         Log: Subject: Need help with warnings :-(
44765              From: "Ben Tilly" <ben_tilly@hotmail.com>
44766              Date: Tue, 05 Dec 2000 01:35:54 -0500
44767              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
44768              
44769              Subject: UPDATE: Carp/Heavy now passes all tests
44770              From: "Ben Tilly" <ben_tilly@hotmail.com>
44771              Date: Tue, 05 Dec 2000 07:59:41 -0500
44772              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
44773              
44774              The Brave New Carp.
44775      Branch: perl
44776            ! lib/Carp.pm lib/Carp/Heavy.pm
44777 ____________________________________________________________________________
44778 [  7992] By: jhi                                   on 2000/12/05  15:55:08
44779         Log: Subject: [PATCH perl@7979] cygwin port
44780              From: "Eric Fifer" <efifer@dircon.co.uk>
44781              Date: Tue, 5 Dec 2000 14:04:09 -0000
44782              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
44783      Branch: perl
44784            ! t/lib/net-hostent.t
44785 ____________________________________________________________________________
44786 [  7991] By: jhi                                   on 2000/12/05  15:52:34
44787         Log: Subject: Re: [PATCH] The largest hoax of all times?
44788              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
44789              Date: Tue, 5 Dec 2000 00:40:25 -0500
44790              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
44791              
44792              Subject: Re: [PATCH] The largest hoax of all times?
44793              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
44794              Date: Mon, 4 Dec 2000 23:55:53 -0500
44795              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
44796              
44797              Subject: Re: [PATCH] The largest hoax of all times?
44798              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
44799              Date: Tue, 5 Dec 2000 01:28:45 -0500
44800              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
44801              
44802              Fix the unpredictable order of DESTROYs.
44803      Branch: perl
44804            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
44805            ! sv.c sv.h t/op/ref.t
44806 ____________________________________________________________________________
44807 [  7990] By: jhi                                   on 2000/12/05  14:38:53
44808         Log: Subject: [PATCH] shrink pp_hot fractionally
44809              From: Nicholas Clark <nick@ccl4.org>
44810              Date: Tue, 5 Dec 2000 12:44:31 +0000
44811              Message-ID: <20001205124431.E74518@plum.flirble.org>
44812              
44813              Use report_evil_fh().
44814      Branch: perl
44815            ! opcode.pl opnames.h pp_hot.c util.c
44816 ____________________________________________________________________________
44817 [  7989] By: jhi                                   on 2000/12/05  14:21:27
44818         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
44819              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
44820              Date: Mon, 04 Dec 2000 22:21:59 -0800
44821              Message-ID: <HmIL6gzkgepS092yn@efn.org>
44822              
44823              Harness shouldn't ignore responses like "ok 3\r\r\n".
44824      Branch: perl
44825            ! lib/Test/Harness.pm
44826 ____________________________________________________________________________
44827 [  7988] By: jhi                                   on 2000/12/05  13:51:28
44828         Log: Integrate the "skip" messages to explain().
44829      Branch: perl
44830            ! t/lib/syslfs.t t/op/lfs.t
44831 ____________________________________________________________________________
44832 [  7987] By: jhi                                   on 2000/12/05  12:34:54
44833         Log: The one that got away in #7984.
44834              
44835              Subject: Re: dTHR - what and why?
44836              From: Michael Stevens <michael@etla.org> 
44837              Date: Tue, 5 Dec 2000 11:15:52 +0000
44838              Message-ID: <20001205111552.A4647@firedrake.org>
44839      Branch: perl
44840            ! sv.h
44841 ____________________________________________________________________________
44842 [  7986] By: gsar                                  on 2000/12/05  09:14:44
44843         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
44844              due to the notorious GetFileType() bug in Windows 9x, which fstat()
44845              tickles)
44846      Branch: perl
44847            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
44848 ____________________________________________________________________________
44849 [  7985] By: jhi                                   on 2000/12/05  05:49:03
44850         Log: Integrate perlio.
44851      Branch: perl
44852           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
44853           !> win32/perlhost.h win32/perllib.c
44854 ____________________________________________________________________________
44855 [  7984] By: jhi                                   on 2000/12/05  05:48:16
44856         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
44857      Branch: perl
44858            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
44859            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
44860            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
44861            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
44862            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
44863            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
44864            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
44865            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
44866            ! win32/win32.c
44867 ____________________________________________________________________________
44868 [  7983] By: nick                                  on 2000/12/04  23:27:43
44869         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
44870      Branch: perlio
44871            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
44872            ! win32/perlhost.h win32/perllib.c
44873 ____________________________________________________________________________
44874 [  7982] By: jhi                                   on 2000/12/04  19:44:09
44875         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
44876              uncovered by #7980.
44877      Branch: perl
44878            ! op.c
44879 ____________________________________________________________________________
44880 [  7981] By: jhi                                   on 2000/12/04  19:42:07
44881         Log: Subject: [PATCH] Trivial dump.c feature
44882              From: Simon Cozens <simon@cozens.net>
44883              Date: Mon, 4 Dec 2000 18:08:38 +0000
44884              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
44885              
44886              Show whether a constant is UTF-8.
44887      Branch: perl
44888            ! dump.c
44889 ____________________________________________________________________________
44890 [  7980] By: jhi                                   on 2000/12/04  19:36:51
44891         Log: UTF-8 hash keys, patch from Inaba Hiroto.
44892      Branch: perl
44893            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
44894 ____________________________________________________________________________
44895 [  7979] By: jhi                                   on 2000/12/04  17:36:28
44896         Log: Update Changes.
44897      Branch: perl
44898            ! Changes patchlevel.h
44899 ____________________________________________________________________________
44900 [  7978] By: jhi                                   on 2000/12/04  16:42:17
44901         Log: Retract #7977, still too volatile (the euphemism of the day
44902              for unfinished and buggy :-)
44903      Branch: perl
44904            ! doop.c hv.c pp.c sv.h
44905 ____________________________________________________________________________
44906 [  7977] By: jhi                                   on 2000/12/04  16:25:15
44907         Log: (Retracted by #7978, too shaky yet.)
44908              
44909              Subject: Re: utf8 in hash keys, implementor missing
44910              From: Simon Cozens <simon@cozens.net>
44911              Date: Sat, 2 Dec 2000 19:49:35 +0000
44912              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
44913              
44914              The first step at UTF-8 hash keys.
44915      Branch: perl
44916            ! doop.c hv.c pp.c sv.h
44917 ____________________________________________________________________________
44918 [  7976] By: jhi                                   on 2000/12/04  16:13:53
44919         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
44920              From: sthoenna@efn.org
44921              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
44922              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
44923      Branch: perl
44924            ! os2/os2.c perlio.c
44925 ____________________________________________________________________________
44926 [  7975] By: jhi                                   on 2000/12/04  16:05:25
44927         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
44928              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
44929              Date: Thu, 30 Nov 2000 20:50:37 -0800
44930              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
44931      Branch: perl
44932            ! os2/os2.c
44933 ____________________________________________________________________________
44934 [  7974] By: jhi                                   on 2000/12/04  16:03:57
44935         Log: Subject: [PATCH] ++ 20% faster
44936              From: Nicholas Clark <nick@ccl4.org>
44937              Date: Mon, 4 Dec 2000 12:17:27 +0000
44938              Message-ID: <20001204121726.B52976@plum.flirble.org>
44939              
44940              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
44941      Branch: perl
44942            ! sv.c
44943 ____________________________________________________________________________
44944 [  7973] By: jhi                                   on 2000/12/04  16:00:48
44945         Log: 
44946              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
44947              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
44948              Date: Mon, 04 Dec 2000 12:30:45 +0100
44949              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
44950              
44951              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
44952              library (getprotobyname and getprotobynumber are outversioned by
44953              the same calls in libc, at least for xlc version 3.
44954      Branch: perl
44955            ! hints/aix.sh
44956 ____________________________________________________________________________
44957 [  7972] By: jhi                                   on 2000/12/04  02:58:31
44958         Log: Integrate perlio.
44959      Branch: perl
44960           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
44961           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
44962           !> win32/win32.h win32/win32iop.h win32/win32thread.h
44963 ____________________________________________________________________________
44964 [  7971] By: nick                                  on 2000/12/04  00:24:33
44965         Log: Quieten some noise in Win32 builds:
44966              - win32.h is included after <sys/socket.h>, so need to 
44967              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
44968              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
44969      Branch: perlio
44970            ! doio.c perl.h toke.c win32/win32.h
44971 ____________________________________________________________________________
44972 [  7970] By: nick                                  on 2000/12/03  22:57:46
44973         Log: PERL_IMPLICIT_SYS compiles but does not work.
44974      Branch: perlio
44975            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
44976            ! win32/perlhost.h win32/perllib.c win32/win32.h
44977            ! win32/win32iop.h win32/win32thread.h
44978 ____________________________________________________________________________
44979 [  7969] By: jhi                                   on 2000/12/03  22:12:58
44980         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
44981              used to swash_init(), makes regprop() dumps more informative
44982              (+utf8::IsAlpha, -utf8::IsDigit, for example).
44983      Branch: perl
44984            ! regcomp.c regexec.c
44985 ____________________________________________________________________________
44986 [  7968] By: jhi                                   on 2000/12/03  21:39:56
44987         Log: Implement ANYOFUTF8 regprop() dumping.
44988      Branch: perl
44989            ! regcomp.c
44990 ____________________________________________________________________________
44991 [  7967] By: jhi                                   on 2000/12/03  20:57:19
44992         Log: Make uv_to_utf8() to zero-terminate its output buffer,
44993              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
44994      Branch: perl
44995            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
44996 ____________________________________________________________________________
44997 [  7966] By: nick                                  on 2000/12/03  18:41:21
44998         Log: Integrate mainline (STDCHAR)
44999      Branch: perlio
45000           !> Configure t/pragma/utf8.t
45001 ____________________________________________________________________________
45002 [  7965] By: jhi                                   on 2000/12/03  17:58:20
45003         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
45004      Branch: perl
45005            ! t/pragma/utf8.t
45006 ____________________________________________________________________________
45007 [  7964] By: jhi                                   on 2000/12/03  17:35:56
45008         Log: Integrate perlio.
45009      Branch: perl
45010           !> iperlsys.h perlio.c
45011 ____________________________________________________________________________
45012 [  7963] By: jhi                                   on 2000/12/03  17:33:55
45013         Log: Metaconfig unit change for #7962.
45014      Branch: metaconfig
45015            ! U/modified/stdchar.U
45016 ____________________________________________________________________________
45017 [  7962] By: jhi                                   on 2000/12/03  17:33:27
45018         Log: Untangle the <stdio.h> #include nest for the stdchar test,
45019              from Andy Dougherty.
45020      Branch: perl
45021            ! Configure
45022 ____________________________________________________________________________
45023 [  7961] By: nick                                  on 2000/12/03  16:53:00
45024         Log: Make iperlsys.h vector stdio not PerlIO.
45025      Branch: perlio
45026            ! iperlsys.h perlio.c
45027 ____________________________________________________________________________
45028 [  7960] By: nick                                  on 2000/12/03  14:43:01
45029         Log: Integrate mainline
45030      Branch: perlio
45031           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
45032           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
45033 ____________________________________________________________________________
45034 [  7959] By: jhi                                   on 2000/12/03  08:16:36
45035         Log: Use DO_UTF8().
45036      Branch: perl
45037            ! op.c
45038 ____________________________________________________________________________
45039 [  7958] By: jhi                                   on 2000/12/02  18:33:05
45040         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
45041              From: Mike Guy <mjtg@cam.ac.uk>         
45042              Date: Sat, 02 Dec 2000 17:27:13 +0000
45043              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
45044              
45045              An extraneous argument.
45046      Branch: perl
45047            ! toke.c
45048 ____________________________________________________________________________
45049 [  7957] By: jhi                                   on 2000/12/02  18:22:32
45050         Log: A missing hunk.
45051      Branch: perl
45052            ! t/lib/net-hostent.t
45053 ____________________________________________________________________________
45054 [  7956] By: jhi                                   on 2000/12/02  18:06:20
45055         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
45056              From: Nicholas Clark <nick@ccl4.org>
45057              Date: Sat, 2 Dec 2000 14:28:27 +0000
45058              Message-ID: <20001202142827.A12308@plum.flirble.org>
45059              
45060              Test robustness.
45061      Branch: perl
45062            ! t/lib/net-hostent.t
45063 ____________________________________________________________________________
45064 [  7955] By: jhi                                   on 2000/12/02  17:58:06
45065         Log: Metaconfig unit change for #7954.
45066      Branch: metaconfig
45067            ! U/modified/stdchar.U
45068 ____________________________________________________________________________
45069 [  7954] By: jhi                                   on 2000/12/02  17:54:32
45070         Log: An inconvenient hang would happen if the stdio _ptr wasn't
45071              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
45072              would be grepping stdin for all eternity for the _ptr.)
45073      Branch: perl
45074            ! Configure
45075 ____________________________________________________________________________
45076 [  7953] By: jhi                                   on 2000/12/02  00:07:15
45077         Log: Update Changes.
45078      Branch: perl
45079            ! Changes patchlevel.h
45080 ____________________________________________________________________________
45081 [  7952] By: jhi                                   on 2000/12/01  23:54:47
45082         Log: Subject: Re: long shell lines
45083              From: Andy Dougherty <doughera@lafayette.edu>
45084              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
45085              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
45086              
45087              Split overly long shell command lines.
45088      Branch: perl
45089            ! lib/ExtUtils/MM_Unix.pm
45090 ____________________________________________________________________________
45091 [  7951] By: jhi                                   on 2000/12/01  23:48:02
45092         Log: The metaconfig unit change for #7950.
45093      Branch: metaconfig
45094            + U/modified/stdchar.U
45095 ____________________________________________________________________________
45096 [  7950] By: jhi                                   on 2000/12/01  23:47:39
45097         Log: Try to find stdchar also from <stdio_impl.h>.
45098      Branch: perl
45099            ! Configure config_h.SH
45100 ____________________________________________________________________________
45101 [  7949] By: jhi                                   on 2000/12/01  23:46:45
45102         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
45103              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
45104              Date: Fri, 1 Dec 2000 16:26:08 -0500
45105              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
45106              
45107              Reword the diagnostic message.
45108      Branch: perl
45109            ! pod/perldiag.pod
45110 ____________________________________________________________________________
45111 [  7948] By: nick                                  on 2000/12/01  22:49:43
45112         Log: Integrate mainline (for s/y/m as sub names stuff).
45113      Branch: perlio
45114           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
45115           !> t/pragma/warn/toke toke.c
45116 ____________________________________________________________________________
45117 [  7947] By: jhi                                   on 2000/12/01  20:55:41
45118         Log: Integrate perlio.
45119      Branch: perl
45120           !> perlio.c perliol.h t/io/pipe.t
45121 ____________________________________________________________________________
45122 [  7946] By: jhi                                   on 2000/12/01  20:36:51
45123         Log: Upgrade to CPAN 1.59_51, from Andreas König.
45124      Branch: perl
45125            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
45126 ____________________________________________________________________________
45127 [  7945] By: nick                                  on 2000/12/01  20:31:32
45128         Log: Integrate mainline
45129      Branch: perlio
45130           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
45131           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
45132           +> t/lib/net-hostent.t
45133           !> (integrate 35 files)
45134 ____________________________________________________________________________
45135 [  7944] By: jhi                                   on 2000/12/01  20:23:29
45136         Log: Some help for 20001130.011.  Now one gets warnings like
45137              "Ambiguous -f() resolved as a file test ..."
45138      Branch: perl
45139            ! pod/perldiag.pod t/pragma/warn/toke toke.c
45140 ____________________________________________________________________________
45141 [  7943] By: jhi                                   on 2000/12/01  19:44:44
45142         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
45143              that also breaks using them as methods. 
45144      Branch: perl
45145            ! pod/perldiag.pod t/op/misc.t toke.c
45146 ____________________________________________________________________________
45147 [  7942] By: nick                                  on 2000/12/01  17:56:46
45148         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
45149              Make 'unix' pass most tests
45150              - do unread by temporary push of layer ("pending") holding unread chars
45151              - fast_gets is now based on per-handle flag
45152              - relax one of io/pipe.t tests to allow print to fail and close to
45153              succeed so that it passes on unbuffered "unix" layer.
45154              Remaining fail is sporadic and a genuine race condition between
45155              parent/child in fork test.
45156      Branch: perlio
45157            ! perlio.c perliol.h t/io/pipe.t
45158 ____________________________________________________________________________
45159 [  7941] By: jhi                                   on 2000/12/01  15:28:58
45160         Log: (Retracted by #7943.)
45161              
45162              Reserve the short named string operator names.
45163      Branch: perl
45164            ! pod/perldiag.pod t/op/misc.t toke.c
45165 ____________________________________________________________________________
45166 [  7940] By: jhi                                   on 2000/12/01  06:45:53
45167         Log: Get the three different space character classes right under utf8.
45168      Branch: perl
45169            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
45170            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
45171            ! regexec.c t/op/pat.t utf8.c
45172 ____________________________________________________________________________
45173 [  7939] By: jhi                                   on 2000/12/01  03:26:26
45174         Log: Two more tests that make no sense in UTF-8 since the test
45175              data is not in UTF-8.
45176      Branch: perl
45177            ! t/op/regexp.t
45178 ____________________________________________________________________________
45179 [  7938] By: jhi                                   on 2000/12/01  03:20:39
45180         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
45181              should it be required inside regexen?
45182      Branch: perl
45183            ! regcomp.c t/op/regmesg.t
45184 ____________________________________________________________________________
45185 [  7937] By: jhi                                   on 2000/12/01  02:58:53
45186         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
45187              stored and restored, and thusly was trounced by the utf8 swash
45188              routines.
45189      Branch: perl
45190            ! regcomp.c
45191 ____________________________________________________________________________
45192 [  7936] By: jhi                                   on 2000/11/30  20:41:39
45193         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
45194              Why the different platforms behave so differently (core dump vs
45195              no core dump) on this bug is a but of a mystery, but if I had to
45196              guess I would mumble something like 'alignment'.
45197      Branch: perl
45198            ! sv.c
45199 ____________________________________________________________________________
45200 [  7935] By: jhi                                   on 2000/11/30  16:17:02
45201         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
45202              From: Robin Barker <rmb1@cise.npl.co.uk>
45203              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
45204              Date: Thu, 30 Nov 2000 14:27:12 GMT
45205      Branch: perl
45206            ! perlio.c toke.c
45207 ____________________________________________________________________________
45208 [  7934] By: jhi                                   on 2000/11/30  16:04:49
45209         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
45210      Branch: perl
45211            ! t/lib/net-hostent.t
45212 ____________________________________________________________________________
45213 [  7933] By: jhi                                   on 2000/11/30  06:07:26
45214         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
45215              From: Peter Prymmer <pvhp@forte.com>
45216              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
45217              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
45218              
45219              In VMS the localhost may be LOCALHOST.
45220      Branch: perl
45221            ! t/lib/net-hostent.t
45222 ____________________________________________________________________________
45223 [  7932] By: jhi                                   on 2000/11/30  01:11:11
45224         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
45225              From: Peter Prymmer <pvhp@forte.com>
45226              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
45227              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
45228              
45229              plus regen perlapi.pod.
45230      Branch: perl
45231            ! pod/perlapi.pod utf8.c
45232 ____________________________________________________________________________
45233 [  7931] By: jhi                                   on 2000/11/30  01:06:19
45234         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
45235              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
45236              Date:     Wed, 29 Nov 2000 17:15:11 EST
45237              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
45238      Branch: perl
45239            ! t/lib/filter-util.pl t/lib/filter-util.t
45240 ____________________________________________________________________________
45241 [  7930] By: jhi                                   on 2000/11/29  18:51:55
45242         Log: Update Changes.
45243      Branch: perl
45244            ! Changes patchlevel.h
45245 ____________________________________________________________________________
45246 [  7929] By: jhi                                   on 2000/11/29  18:50:55
45247         Log: Update the va_copy() metaconfig unit.
45248      Branch: metaconfig/U/perl
45249            ! need_va_copy.U
45250 ____________________________________________________________________________
45251 [  7928] By: jhi                                   on 2000/11/29  17:50:43
45252         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
45253              From: Dominic Dunlop <domo@computer.org>
45254              Date: Tue, 28 Nov 2000 16:41:57 +0100
45255              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
45256              
45257              Patch to catch a core dump in the Configure va_copy test.
45258      Branch: perl
45259            ! Configure config_h.SH
45260 ____________________________________________________________________________
45261 [  7927] By: jhi                                   on 2000/11/29  17:31:59
45262         Log: Retract #7921, the patch shouldn't be needed.
45263      Branch: perl
45264            ! sv.c
45265 ____________________________________________________________________________
45266 [  7926] By: jhi                                   on 2000/11/29  17:01:41
45267         Log: Make the Class::Struct import() wiser.
45268      Branch: perl
45269            ! lib/Class/Struct.pm t/lib/class-struct.t
45270 ____________________________________________________________________________
45271 [  7925] By: jhi                                   on 2000/11/29  16:36:33
45272         Log: All the core library users of Class::Struct seem to be
45273              using "use Class::Struct 'struct';" instead of the bare
45274              "use Class::Struct;", which isn't documented in Class::Struct.
45275              This can't be right.
45276      Branch: perl
45277            ! lib/File/stat.pm
45278 ____________________________________________________________________________
45279 [  7924] By: jhi                                   on 2000/11/29  16:32:15
45280         Log: A test works better if it has the right 1..$n output.
45281      Branch: perl
45282            ! t/lib/class-struct.t
45283 ____________________________________________________________________________
45284 [  7923] By: jhi                                   on 2000/11/29  16:29:11
45285         Log: Forgot to MANIFEST the new Net::hostent test.
45286      Branch: perl
45287            ! MANIFEST
45288 ____________________________________________________________________________
45289 [  7922] By: jhi                                   on 2000/11/29  16:27:49
45290         Log: Integrate perlio.
45291      Branch: perl
45292           !> iperlsys.h perlio.c
45293 ____________________________________________________________________________
45294 [  7921] By: jhi                                   on 2000/11/29  16:27:10
45295         Log: (Retracted by #7927.)
45296              
45297              Subject: [PATCH] Is infinity a number?
45298              From: Simon Cozens <simon@cozens.net>
45299              Date: Wed, 29 Nov 2000 14:48:20 +0000
45300              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
45301      Branch: perl
45302            ! sv.c
45303 ____________________________________________________________________________
45304 [  7920] By: jhi                                   on 2000/11/29  16:23:02
45305         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
45306              From: rspier@pobox.com (Robert Spier)
45307              Date: Wed, 29 Nov 2000 02:17:49 -0500
45308              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
45309              
45310              Add a test for Net::hostent.
45311      Branch: perl
45312            + t/lib/net-hostent.t
45313 ____________________________________________________________________________
45314 [  7919] By: jhi                                   on 2000/11/29  16:21:31
45315         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
45316              add a test for Class::Struct.
45317      Branch: perl
45318            + t/lib/class-struct.t
45319            ! MANIFEST lib/Class/Struct.pm
45320 ____________________________________________________________________________
45321 [  7918] By: jhi                                   on 2000/11/29  15:48:40
45322         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
45323              From: rspier@pobox.com (Robert Spier)
45324              Date: Wed, 29 Nov 2000 02:25:39 -0500
45325              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
45326              
45327              More checking in case someone has broken their services or
45328              protocol databases.
45329      Branch: perl
45330            ! ext/Sys/Syslog/Syslog.pm
45331 ____________________________________________________________________________
45332 [  7917] By: jhi                                   on 2000/11/29  15:46:25
45333         Log: Subject: [PATCH] $^O  win32 -> MSWin32
45334              From: rspier@pobox.com (Robert Spier)
45335              Date: Wed, 29 Nov 2000 02:17:38 -0500
45336              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
45337              
45338              plus similar nits for vms, err, VMS, and UNICOS.
45339      Branch: perl
45340            ! t/lib/syslfs.t t/op/lfs.t
45341 ____________________________________________________________________________
45342 [  7916] By: jhi                                   on 2000/11/29  15:42:51
45343         Log: Subject: [PATCH] Tokeniser debugging
45344              From: Simon Cozens <simon@cozens.net>
45345              Date: Wed, 29 Nov 2000 14:15:45 +0000
45346              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
45347      Branch: perl
45348            ! perl.c perl.h pod/perlrun.pod toke.c
45349 ____________________________________________________________________________
45350 [  7915] By: jhi                                   on 2000/11/29  15:41:36
45351         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
45352              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45353              Date: Wed, 29 Nov 2000 02:13:14 -0500
45354              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
45355              
45356              OUT keyword nits.
45357              
45358              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
45359              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45360              Date: Wed, 29 Nov 2000 03:09:04 -0500
45361              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
45362              
45363              OUT and IN_OUT documentation.
45364      Branch: perl
45365            ! lib/ExtUtils/xsubpp pod/perlxs.pod
45366 ____________________________________________________________________________
45367 [  7914] By: jhi                                   on 2000/11/29  03:35:01
45368         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
45369              From: John Tobey <jtobey@john-edwin-tobey.org>
45370              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
45371              Message-Id: <m140e1N-000FOoC@feynman.localnet>
45372              
45373              plus a performance speedup noticed by Sarathy.
45374      Branch: perl
45375            ! op.c
45376 ____________________________________________________________________________
45377 [  7913] By: jhi                                   on 2000/11/29  03:16:59
45378         Log: Use "1 while unlink" so that VMS gets clean, too.
45379      Branch: perl
45380            ! t/lib/filter-util.t
45381 ____________________________________________________________________________
45382 [  7912] By: jhi                                   on 2000/11/29  03:09:08
45383         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
45384              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45385              Date: Tue, 28 Nov 2000 03:27:09 -0500
45386              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
45387      Branch: perl
45388            ! lib/ExtUtils/xsubpp
45389 ____________________________________________________________________________
45390 [  7911] By: jhi                                   on 2000/11/29  03:06:30
45391         Log: This should have been part of #7872: no need to scan UTF-8
45392              until eternity.
45393      Branch: perl
45394            ! utf8.c
45395 ____________________________________________________________________________
45396 [  7910] By: jhi                                   on 2000/11/29  02:50:04
45397         Log: One more perltie.pod nit from Casey R. Tweten.
45398      Branch: perl
45399            ! pod/perltie.pod
45400 ____________________________________________________________________________
45401 [  7909] By: jhi                                   on 2000/11/29  02:44:23
45402         Log: Document the known sprintf test failures, exact standard
45403              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
45404      Branch: perl
45405            ! pod/perldelta.pod t/op/sprintf.t
45406 ____________________________________________________________________________
45407 [  7908] By: jhi                                   on 2000/11/29  02:36:23
45408         Log: Add the Encoding table format documentation.
45409      Branch: perl
45410            + ext/Encode/Encode/EncodeFormat.pod
45411            ! MANIFEST
45412 ____________________________________________________________________________
45413 [  7907] By: jhi                                   on 2000/11/29  02:07:24
45414         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
45415              From: "Casey R. Tweten" <crt@kiski.net>
45416              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
45417              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
45418              
45419              Subject: Re: [PATCH] Updating perltie.pod for arrays
45420              From: "Casey R. Tweten" <crt@kiski.net>
45421              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
45422              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
45423      Branch: perl
45424            ! pod/perltie.pod
45425 ____________________________________________________________________________
45426 [  7906] By: nick                                  on 2000/11/28  22:40:59
45427         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
45428      Branch: perlio
45429            ! iperlsys.h perlio.c
45430 ____________________________________________________________________________
45431 [  7905] By: nick                                  on 2000/11/28  22:04:34
45432         Log: Integrate mainline
45433      Branch: perlio
45434           !> (integrate 39 files)
45435 ____________________________________________________________________________
45436 [  7904] By: jhi                                   on 2000/11/28  16:44:43
45437         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
45438              From: Nicholas Clark <nick@babyhippo.co.uk>
45439              Date: Tue, 28 Nov 2000 11:16:57 +0000
45440              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
45441      Branch: perl
45442            ! pod/perlipc.pod
45443 ____________________________________________________________________________
45444 [  7903] By: jhi                                   on 2000/11/28  16:40:31
45445         Log: Subject: [PATCH] Updating perltie.pod for arrays
45446              From: "Casey R. Tweten" <crt@kiski.net>
45447              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
45448              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
45449      Branch: perl
45450            ! pod/perltie.pod
45451 ____________________________________________________________________________
45452 [  7902] By: jhi                                   on 2000/11/28  16:39:37
45453         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
45454              From: Robin Barker <rmb1@cise.npl.co.uk>
45455              Date: Mon, 27 Nov 2000 17:56:44 GMT
45456              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
45457      Branch: perl
45458            ! pod/perlfunc.pod t/op/split.t
45459 ____________________________________________________________________________
45460 [  7901] By: jhi                                   on 2000/11/28  16:28:04
45461         Log: setmode() is a DOSish-only thing.
45462      Branch: perl
45463            ! perlio.c
45464 ____________________________________________________________________________
45465 [  7900] By: jhi                                   on 2000/11/28  16:21:46
45466         Log: Subject: [PATCH] perlcc.PL cleanups
45467              From: Simon Cozens <simon@cozens.net>
45468              Date: Tue, 28 Nov 2000 12:44:35 +0000
45469              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
45470      Branch: perl
45471            ! utils/perlcc.PL
45472 ____________________________________________________________________________
45473 [  7899] By: gsar                                  on 2000/11/28  06:32:55
45474         Log: reintegrate files missed by change#7895
45475      Branch: maint-5.6/perl
45476           +> ext/ByteLoader/bytecode.h utils/Makefile
45477            - utils/perlbc.PL
45478 ____________________________________________________________________________
45479 [  7897] By: gsar                                  on 2000/11/27  18:22:47
45480         Log: can't integrate these two files, for some reason
45481      Branch: maint-5.6/perl
45482            - ext/ByteLoader/bytecode.h utils/Makefile
45483 ____________________________________________________________________________
45484 [  7895] By: gsar                                  on 2000/11/27  18:11:21
45485         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
45486              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
45487              6757..6890,6892..6901 from mainline
45488              
45489              Bytecompiler patches from Benjamin Stuhl.
45490              
45491              More bytecompiler.
45492              
45493              Subject: [PATCH blead] B:: missing dependency
45494              
45495              Subject: [PATCH: 6757] configure.com updates and syslog build
45496              
45497              Long double Gconvert fixes from Yitzchak Scott-Thoennes
45498              and Spider Boardman.
45499              
45500              Subject: [PATCH blead] nextchar() abuse misses an optimisation
45501              
45502              Long double fixes from Spider Boardman.
45503              
45504              Make the selection of NVff et al stricter.
45505              
45506              cSVOPo_*v things index into the current PL_curpad
45507              under ithreads, which is different from the curpad
45508              used by the XSUB.  (In other words, the code as-is
45509              before this patch wouldn't work under ithreads.)
45510              
45511              Be portable.
45512              
45513              VMS MMS (make) wants null action.
45514              
45515              Mac and other portability updates from Chris Nandor.
45516              
45517              Storable support, v-version fixes.
45518              Subject: CPAN.pm beta for testing available
45519              
45520              Portability fix from Hugo van der Sanden.
45521              
45522              Bad makefile.
45523              
45524              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
45525              
45526              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
45527              
45528              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
45529              
45530              Replace #6705 with a minimal doc patch.
45531              Subject: [PATCH 5.6.0] replace change #6705
45532              
45533              Drop the separate perlbc, perlcc -b should be enough.
45534              
45535              installperl couldn't tell whether it had run tests or not.
45536              Subject: [PATCH] Re: installperl and t/TEST
45537              
45538              Add silencer flags to installperl.
45539              Subject: [PATCH] Making installperl silent.
45540              
45541              Make "make install" by default silent.  A new "install-verbose"
45542              target is verbose.
45543              
45544              More liberal parsing of version numbers.
45545              Subject: Re: CPAN.pm beta for testing available
45546              
45547              Create directories in silence.
45548              Subject: [PATCH] Another silencer for MakeMaker
45549              
45550              DOS patches and portability/porting notes, from Tim Jenness.
45551              
45552              Make installman to recognize the silence flag -S.
45553              
45554              Actually do something with the silencer option.
45555              
45556              Continue silencing.
45557              
45558              Show the doc file, not the temp file.
45559              
45560              Regen perltoc.
45561              
45562              Subject: [PATCH] More silencing of installman.
45563              
45564              Better wording for the vec lvalue diagnostic.
45565              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
45566              
45567              Subject: [PATCH: 6805] several more tweaks to configure.com
45568              
45569              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
45570              
45571              Missing parts of 
45572              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
45573              
45574              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
45575              (applied slightly modified)
45576              
45577              installperl --verbose and --silent.
45578              Subject: Re: [PATCH] More silencing of installman.
45579              
45580              Add install-silent target.
45581              
45582              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
45583              the problem reported in
45584              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
45585              
45586              Tweak the sfio/useperlio logic, hopefully as wished in
45587              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
45588              
45589              One forgotten file from #6816.
45590              
45591              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
45592              
45593              Remove duplicately applied patch shards.
45594              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
45595              
45596              Support preserving extremely big/small angles.
45597              
45598              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
45599              
45600              Subject: [PATCH] installation not quite silent yet.
45601              
45602              Update the test count.
45603              
45604              Use UVxf, PTR2UV, NVff.
45605              
45606              Document PTR2XX and INT2PTR.
45607              
45608              no-install target a la make -n.
45609              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
45610              
45611              grep -e isn't portable.
45612              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
45613              
45614              Can't get the test to reliably work thanks to the
45615              inaccurateness of floating point.  "Resolves" bug ids
45616              20000826.003, 20000826.009, 20000826.010,
45617              
45618              Subject: installman buglet
45619              
45620              DJGPP update from Laszlo Molnar.
45621              
45622              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
45623              
45624              Passing -R in ldflags makes now it to appear in the default
45625              for lddlflags, just like with -L.
45626              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
45627              
45628              Test nit.
45629              
45630              Use the actual thread type, not the pointer-to-struct.
45631              
45632              Provice virtual $Config{ccflags_nolargefiles} etc. 
45633              
45634              display_format used as a class method without arguments was broken,
45635              reported in
45636              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
45637              
45638              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
45639              
45640              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
45641              
45642              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
45643              
45644              opmini.o may be left around if a build is interrupted.
45645              
45646              Typo in #6858.
45647              
45648              Fix for ID 20000828.001, long doubles were not formatted
45649              correctly (showed up in $], which stopped installing perl).
45650              
45651              An attempt to fix the problem reported in
45652              Subject: Building perl@6856 using gcc/AIX 4.3.3 
45653              I can't test this properly since the gcc installation I have
45654              access to seems to be botched (gcc is calling the AIX cpp,
45655              a losing proposition...)
45656              
45657              Add -ld to archname on long tr...double platforms.
45658              
45659              Subject: hv.h Doc Patch
45660              
45661              Potential cruft.
45662              
45663              Subject: [PATCH bleedperl@6856] warnings fixes
45664              
45665              -S is the silent flag, -s is the strip flag.
45666              Subject: [PATCH] Re: [PATCH] make no-install          
45667              
45668              Take out the SUIDMAIL thing, that will not be
45669              a problem in 5.7.*.
45670              
45671              Subject: [PATCH bleedperl@6866] spellings
45672              
45673              Subject: [PATCH] Re: files not cleaned even by veryclean
45674              
45675              Use minimal @INC in tests, most of the time just '../lib',
45676              so that we simply can't pick up stuff from other Perls than
45677              the one we are testing.  Pointed out by
45678              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
45679              
45680              Update to Getopt::Long 2.24, from Johan Vromans.
45681              
45682              Fix for thinko in #6848.
45683              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
45684              
45685              Patches all over for people and the files they (hopefully) care about.
45686              
45687              Subject: Net::protoent does not export 'getproto'
45688              
45689              Missed a change in #6869.
45690              
45691              Subject: [PATCH] Warnings in B::Deparse
45692              
45693              Subject: [PATCH] Glob dumping
45694              
45695              Disable one of the tests for now.
45696              
45697              Disabling the one test is a bit tricky.
45698              
45699              Don't forget to tidy up.
45700              
45701              The #6881 removed one dump line.
45702              
45703              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
45704              
45705              Under usethreads the dumped variable is IN_PAD.
45706              Subject: Re: [PATCH] Glob dumping
45707              
45708              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
45709              
45710              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
45711              
45712              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
45713              
45714              Regen Configure for #6894.
45715              
45716              Subject: [PATCH: 6889] updates to perlebcdic.pod
45717              
45718              Undo namespace pollution of #6878.
45719              Subject: Re: Net::protoent does not export 'getproto'
45720              
45721              Admit that we are leaking scalars.
45722              
45723              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
45724      Branch: maint-5.6/perl
45725           !> (integrate 271 files)
45726 ____________________________________________________________________________
45727 [  7894] By: gsar                                  on 2000/11/27  16:00:34
45728         Log: a couple of nits
45729      Branch: maint-5.6/perl
45730            ! MANIFEST pp_sys.c
45731 ____________________________________________________________________________
45732 [  7893] By: gsar                                  on 2000/11/27  15:10:56
45733         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
45734              6740..6745,6747..6757,6760
45735              
45736              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
45737              
45738              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
45739              
45740              Doc nits spotted by Richard Soderberg.
45741              
45742              move WNOHANG definition to where other such things are
45743              
45744              Make $Config{byteorder} more magical so that it is
45745              dynamically computed: nice for 'fat binaries'.
45746              Subject: [PATCH]: default byteorder
45747              
45748              Subject: [PATCH] Cwd.pm now uses strict
45749              
45750              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
45751              
45752              Get -DLEAKTEST to compile (not necessarily to work, mind)
45753              Subject: [ID 20000724.006] -DLEAKTEST problem
45754              
45755              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
45756              
45757              Add perlebcdic from Peter Prymmer, regen toc.
45758              
45759              Don't propose using modules built for 5.005 if no binary
45760              compatibility with 5.005 is attempted.
45761              
45762              Do not use prototyping here.
45763              Subject: [ID 20000817.016] [PATCH] Peek.xs
45764              
45765              Document what the backtick returns if the command fails.
45766              
45767              Add byteorder to the myconfig output.
45768              
45769              Introduce NVef, NVff, and NVgf, use the middle one.
45770              (helps for lib/peek + Linux + long doubles)  Reported in
45771              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
45772              Use NVs in POSIX math, not doubles.
45773              Subject: [ID 20000817.014] POSIX & modfl
45774              
45775              Subject: [PATCH 5.6.0+] newSVrv() memory leak
45776              
45777              The byteorder code in #6671 was wrong.
45778              
45779              Fix the lib/complex failure of
45780              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
45781              Linux long double accuracy issue: something that
45782              when printed with %g looks like "2" but int() of it is 1.
45783              
45784              Propagate new Configure vars.
45785              
45786              Unbuffer the output.
45787              
45788              Subject: [PATCH] perltrap.pod spring cleaning
45789              
45790              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
45791              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
45792              
45793              Tiny Getopt::Long patch from Johan Vromans.
45794              
45795              Document code point which makes if (defined %stash::) to work
45796              (noted by Spider Boardman).
45797              
45798              Subject: [PATCH perl@6698] cygwin port
45799              
45800              Document the NDBM_File and ODBM_File as SDBM_File
45801              was documented in #6417.
45802              
45803              The new tests were missing from #6415.
45804              
45805              Add [[:blank:]] as suggested in
45806              Subject: [ID 20000716.024] [=cc=] / [:blank:]
45807              (the [=cc=] has already been taken care of by #6439
45808              so the whole bug report can be closed)
45809              and make [[:space:]] to be equivalent to isspace(3)
45810              (as opposed to \s, which is isSPACE()).  The difference
45811              is that now [[:space:]] matches the mythical vertical tab,
45812              while \s doesn't.
45813              
45814              Don't eat leading os from index entries.
45815              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
45816              
45817              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
45818              
45819              Typo in pp_complement().
45820              Subject: [PATCH perl-current] Deparse
45821              
45822              Add warnif(), check warnings further up the stack,
45823              all the warnings functions now can take an optional object reference.
45824              Subject: [PATCH bleedperl@6691] warnings pragma update
45825              
45826              Fix a core dump in lib/selfloader under -DDEBUGGING.
45827              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
45828              
45829              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
45830              
45831              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
45832              
45833              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
45834              Put back the long double avoidance code to POSIX.xs
45835              because VMS seems to need it still.
45836              
45837              Introduce a 'veryclean' target that is like 'distclean'
45838              but also removes *~ and *.orig.
45839              
45840              Subject: [ID 20000817.023] endianness description in perlfunc.pod
45841              
45842              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
45843              
45844              Let's try #6717 again.
45845              
45846              UTF8 concat fixes.
45847              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
45848              
45849              pp_open() could pass an uninitialized filename down to do_open9().
45850              
45851              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
45852              
45853              Update to CGI 2.72, from Lincoln Stein.
45854              
45855              Subject: [PATCH] Silence MakeMaker (Was: installman)
45856              
45857              Use temporary directory instead of current directory.
45858              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
45859              
45860              Document odd vs even subreleases and -Dusedevel.
45861              
45862              The veryclean target needs to clobber.
45863              
45864              Use File::Spec->tmpdir().
45865              
45866              Document the number of exponent digits.
45867              
45868              Mention perlebcdic and perlposix-bc.
45869              
45870              s/this one/the 5.6.0 release/
45871              
45872              The #6724 is here.
45873              
45874              The correct cleaning order is an art.
45875              
45876              small tweaks for change#6705: avoid C++ style comments in C code;
45877              use Perl's malloc API rather than the low level system one
45878              
45879              Array context keeps slithering in.
45880              
45881              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
45882              
45883              Subject: [PATCH] os2.c fix for use64bitint
45884              
45885              Update to Pod::LaTeX 0.53.
45886              Subject: [PATCH] lib/Pod/LaTeX.pm updates
45887              
45888              Document the endianness of Alpha more precisely.
45889              
45890              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
45891              
45892              Rename the macro argument because some preprocessors
45893              can't tell the difference and expand arguments also inside
45894              double quoted strings.
45895              
45896              free TLS slot properly on Windows
45897              
45898              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
45899              
45900              Unicos/mk requires elaborate paranoia.
45901              
45902              Tweak the floating point output routine preferences.
45903              
45904              Also under djgpp the timestamps are funky.
45905              
45906              Apply some PodParser 1.18 patches; the Pod/Find.pm
45907              patches cannot be applied since #6712 conflicts.
45908              
45909              Use PodParser 1.18 new test.
45910              
45911              A pod nit.
45912              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
45913              
45914              Be verydeepclean.
45915      Branch: maint-5.6/perl
45916           +> pod/perlebcdic.pod
45917           !> (integrate 106 files)
45918 ____________________________________________________________________________
45919 [  7892] By: jhi                                   on 2000/11/27  15:02:32
45920         Log: Update Changes.
45921      Branch: perl
45922            ! Changes patchlevel.h
45923 ____________________________________________________________________________
45924 [  7891] By: jhi                                   on 2000/11/27  14:57:23
45925         Log: Subject: Re: perlfaq style changes
45926              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
45927              Date: Sat, 25 Nov 2000 23:32:26 -0800
45928              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
45929              
45930              plus a note from Ronald Kimball.
45931      Branch: perl
45932            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
45933 ____________________________________________________________________________
45934 [  7890] By: jhi                                   on 2000/11/27  14:53:14
45935         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
45936              From: Benjamin Holzman <bah@ecnvantage.com>
45937              Date: Sun, 26 Nov 2000 16:27:33 -0500
45938              Message-ID: <20001126162733.J25040@ecnvantage.com>
45939      Branch: perl
45940            ! gv.c
45941 ____________________________________________________________________________
45942 [  7889] By: jhi                                   on 2000/11/27  14:43:11
45943         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
45944              From: lvirden@cas.org
45945              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
45946              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
45947      Branch: perl
45948            ! README.amiga
45949 ____________________________________________________________________________
45950 [  7888] By: jhi                                   on 2000/11/27  14:32:34
45951         Log: Restore also the locale test to no-sprintf-taint state.
45952              Fixes the bug 20001127.003.
45953      Branch: perl
45954            ! sv.c t/pragma/locale.t
45955 ____________________________________________________________________________
45956 [  7887] By: gsar                                  on 2000/11/27  14:13:05
45957         Log: integrate changes#6613..6616,6620..6665 from mainline
45958              
45959              VMS configure.com update continues.
45960              
45961              Subject: Test fails / warnings with perl-current #6612
45962              
45963              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
45964              
45965              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
45966              
45967              For now remove the mail code.
45968              
45969              Subject: Re: [PATCH] @+, @- readonly
45970              
45971              Subject: warning: storage class after type is obsolescent
45972              
45973              Subject: sfio2000
45974              
45975              Subject: Re: File::Temp problems on VMS in bleedperl
45976              
45977              README.os2 update.
45978              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
45979              
45980              Make the user to give up his firstborn, err, to knowingly
45981              verify installing an unstable developer release.  Also bump
45982              the release to 5.7.0, but leave a patch tag in the local
45983              patches saying that this is not yet the real thing.
45984              
45985              Update (kinda) to Test 1.14, from Joshua Pritikin.
45986              
45987              make ok etc also for win32.
45988              
45989              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
45990              
45991              Don't blow limited stacks, a lower number is enough to
45992              tickle the lookbehind limit.
45993              
45994              Use -Dusedevel; regen Configure and the respective Porting stuff.
45995              
45996              Subject: [PATCH] debugger exit code should reflect user exit code
45997              
45998              Subject: [PATCH perl@6620] cygwin port
45999              
46000              Missed a file from #6638.
46001              
46002              Subject: [PATCH] for t/lib/peek.t (was Re: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13)
46003              
46004              magic callbacks all need to have same type signature
46005              
46006              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
46007              
46008              Fix a dependency problem.
46009              Subject: [PATCH: 6640] VMS Makefile.SH update
46010              
46011              The numeric locale was reset to "C" by s?printf and never restored.
46012              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
46013              No test since adding the failing example to locale.t
46014              does not fail -- probably because the locale settings are so
46015              thoroughly tweaked by that time.  Running the example standalone
46016              does fail, though.  UPDATE: test case added at change #7540.
46017              
46018              Subject: [ID 20000324.040] minor fix to perlhpux.pod
46019              
46020              Update to CPAN 1.57.
46021              
46022              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
46023              
46024              Change the perlbug address to perl.org since it's more forgiving.
46025              
46026              Change the regx compilation error markers to use = instead of <
46027              since pod makes using the latter quite messy.  Reported in
46028              ID 20000814.006 by Abigail and in
46029              Subject: Unknown escape E<> ?
46030              
46031              Update to perldebtut 1.9, from Richard Foley.
46032              
46033              check that the number pseudo children doesn't exceed
46034              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
46035              the WaitForMultipleObjects() limit that would cause wait()
46036              to crash)
46037              wait() and waitpid() could potentially be rewritten to use
46038              more than one thread to do the waiting to eliminate this
46039              limitation
46040              
46041              change#6328 could make close(SOCKET) return false on windows
46042              when it shouldn't
46043              
46044              pod nit seen in passing
46045              
46046              on windows, the return values from wait() and waitpid() don't
46047              match those of pseudo-pids
46048              
46049              waitpid() now handles externally spawned pids correctly;
46050              fixes for backtick/wait/waitpid failures on Windows 9x
46051              these changes make the pid returned by process functions on
46052              Windows 9x always positive by clearing the high bit (which
46053              is always set on Win9x); pseudo-process PIDs are likewise
46054              always negative now on Win9x (just as on NT/2000)
46055              
46056              trailing new %ENV entries weren't being pushed into the real
46057              environment of subprocesses on Windows
46058              
46059              Tweak the regex compilation errors once more.
46060              
46061              avoid warnings from dense compiler
46062              
46063              add "ok" targets from change#6632 in makefile.mk
46064      Branch: maint-5.6/perl
46065            - lib/Pod/PlainText.pm vms/configure.com
46066           !> (integrate 66 files)
46067 ____________________________________________________________________________
46068 [  7886] By: jhi                                   on 2000/11/27  13:54:18
46069         Log: __FUNCTION__ isn't portable and trying to emulate it leads
46070              into practically spelling out the name of the function.
46071              Takes care of the bug 20001127.001.
46072      Branch: perl
46073            ! perlio.c
46074 ____________________________________________________________________________
46075 [  7885] By: gsar                                  on 2000/11/27  13:53:18
46076         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
46077              6610..6611 from mainline
46078              
46079              Make regular expression parse error messages easier to understand.
46080              Subject: Re: enhanced(?) regex error messages
46081              
46082              Tiny tidying on report_evil_fh().
46083              
46084              Subject: Re: enhanced(?) regex error messages 
46085              plus Capitalize the error messages, plus perldiag them.
46086              
46087              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
46088              
46089              Document here-doc better.
46090              
46091              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
46092              
46093              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
46094              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
46095              (either perlbug or p5p ate the original), plus regen
46096              perlapi and perltoc. 
46097              
46098              Regen global.sym.
46099              
46100              Double check that we have a dirhandle.
46101              
46102              Subject: Re: enhanced(?) regex error messages
46103              (plus two small patches sent privately)
46104              (this still seems to leave few test failures)
46105              
46106              warn is a macro, avoid using at a variable to avoid warnings
46107              in some configurations; readdir.t is too conservative in
46108              estimating number of *.t's
46109              
46110              Get back into sync with Jeffrey on the enhanced regex warnings.
46111              
46112              Subject: [PATCH 5.6.0] cygwin port
46113              
46114              Zero entries were skipped, fix from Adrian Goalby
46115              <argoalby@yahoo.co.uk>
46116              
46117              Subject: Remove dead entry in perldiag
46118              
46119              Amend the description of Perl6.
46120              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
46121              
46122              detypo
46123              
46124              It's the 2ndO'ROSSC.
46125              
46126              Revert the sv.c part of #6559, a better fix is needed.
46127              
46128              Iterating perl6 description.
46129              
46130              Update to Term::ANSIColor 1.03, from Russ Allbery.
46131              
46132              Update to Getopt::Long 2.23_05, from Johan Vromans.
46133              
46134              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
46135              
46136              Update to Pod::Parser 1.17, from Brad Appleton.
46137              
46138              Update to CPAN 1.56, from Andreas König.
46139              
46140              Update to CGI 2.70, from Lincoln Stein.
46141              
46142              Put back the std @INC thing.
46143              
46144              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
46145              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
46146              
46147              Document the IO::Select timeout.
46148              
46149              sleep(1) does not necessarily return 1.
46150              Subject: [PATCH bleadperl] op/lex_assign.t  
46151              
46152              Subject: debugger "d" command doesnt check line number
46153              
46154              B::Deparse didn't do sub attributes.
46155              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
46156              
46157              Preprocessing and postprocessing for File::Find.
46158              Subject: Patch to Find::File.pm to allow alphabetical results
46159              
46160              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
46161              
46162              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
46163              
46164              Subject: Re: [ID 20000730.003] utf8::length() bad
46165              
46166              Subject: Getting perlio and threads to compile
46167              (the Solaris version changes in Configure skipped)
46168              
46169              Tests for #6589.
46170              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
46171              
46172              Add Perl debugging tutorial, regen toc. 
46173              Subject: perldebtut.pod
46174              
46175              Add a few missing files, update MANIFEST.
46176              
46177              Rewrite of vms/subconfigure.com as configure.com,
46178              from Peter Prymmer and the vmsperl crew.
46179              
46180              Should have deleted this in #6603.
46181              
46182              Fix the test for 5005threads.
46183              
46184              Fix-n-skip the tests under 5005threads.
46185              
46186              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
46187              
46188              Upgrade to CGI 2.71, from Lincoln Stein.
46189      Branch: maint-5.6/perl
46190           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
46191           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
46192           +> t/op/regmesg.t t/pod/find.t vms/configure.com
46193            - vms/subconfigure.com
46194            ! lib/lib.pm
46195           !> (integrate 115 files)
46196 ____________________________________________________________________________
46197 [  7884] By: jhi                                   on 2000/11/27  13:44:33
46198         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
46199              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
46200              Date:     Mon, 27 Nov 2000 08:23:54 EST
46201              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
46202      Branch: perl
46203            ! vms/descrip_mms.template vms/test.com
46204 ____________________________________________________________________________
46205 [  7883] By: gsar                                  on 2000/11/27  11:50:46
46206         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
46207              6511..6513,6515..6523,6525..6536
46208              
46209              The swallow_bom() saga continues.  The #23 of require.t
46210              (UTF16-LE) still fails (silently, no output) but the #22
46211              (UTF16-BE) seems to be working now.  The root of the
46212              failure may be in sv_gets(): is it UTF-16LE-aware,
46213              especially when it comes to line endings? 
46214              
46215              Document the problem with -P in HP-UX and its workaround.
46216              
46217              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
46218              (aka ID 20000730.002)
46219              
46220              Subject: fix and question re: waitpid() under win32
46221              
46222              Make the safety catch for buggy gccs work with triple version
46223              numbers like 2.95.2.  Reported in
46224              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
46225              
46226              In Digital UNIX warn if gcc explicitly chosen because even
46227              2.95.2 is known to cause problems.
46228              
46229              Make chr() for values >127 to create utf8 when under utf8.
46230              
46231              various syntax errors and such (not fixed: comp/require.t#22 coredump
46232              on Windows)
46233              
46234              Stash away the largefiles flags and libswanted.
46235              
46236              BOM patching from Simon Cozens.
46237              
46238              If gccosandvers is equal to osname, clear gccosandvers.
46239              
46240              Make p4desc to skip non-mainperl branches by default.
46241              
46242              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
46243              
46244              The test from this
46245              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
46246              
46247              In new BSDs changes to argv[] do not show up in ps(1) output,
46248              instead one must use setproctitle().  This was already addressed
46249              by change #6457, but the below has a new variant for FreeBSD 4.0
46250              or later, and the matter is also documented more.
46251              
46252              FreeBSD 3.* updates from
46253              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
46254              
46255              regen_headers, regen perltoc.
46256              
46257              Document in one place the memory abstractions used in Perl core.
46258              
46259              memcpy has n o in it, as pinted ut by Sarathy.
46260              
46261              Remove the extraneous "main::" prefix from all the
46262              "opened only for", "on closed", and "never opened" warnings.
46263              
46264              The name of a filehandle does not have <these>.
46265              
46266              The tr utf8 patching continues.
46267              
46268              The new setproctitle() feature is available only in 
46269              bleeding edge FreeBSD.  From Paul Saab.
46270              
46271              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
46272              
46273              Dump UVs as UVs in Data::Dumper.
46274              
46275              detypo #6494
46276              
46277              Document the IVdf UVuf UVof UVxf.
46278              
46279              require.t needs binmode() to work on windows
46280              
46281              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
46282              that are hopefully soon put into use.
46283              
46284              Allow "no Module;" even if there is no 'unimport'.
46285              
46286              Better skip message for the test; one of the two problems in
46287              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
46288              
46289              The subtest 4 may fail also on VOBS, as pointed out
46290              by Nick Ing-Simmons in November 1999, bug id 19991124.003
46291              (but the failure in that bug report isn't the subtest 4).
46292              
46293              Be more informative on what is skipped and why,
46294              also repeat the list at the end.
46295              
46296              Add a URL for FSF.
46297              
46298              Subject: [PATCH] sv.h documentation - SvLEN
46299              
46300              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
46301              
46302              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
46303              
46304              Subject: [PATCH] bad cppsymbols on os2 + Configure question
46305              
46306              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
46307              
46308              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
46309              mention the idea of @( and @)
46310              
46311              This is 6512.  Really.
46312              
46313              Subject: [ID 19990721.004] Documentation bug in perlfunc
46314              
46315              Subject: Minor tweak to perlvar.pod
46316              
46317              In the warnings call filehandles consistently so;
46318              add "unopened" warning for stat().
46319              
46320              After the #6519 a warning about stat() is just that,
46321              not about a filetest, which now have their own warning.
46322              
46323              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
46324              
46325              Subject: Re: Array vs. List context
46326              
46327              Subject: New perlcc, take 2
46328              
46329              Weed buglets pointed out by
46330              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
46331              
46332              gcc versions might have (parentheses) in them.
46333              
46334              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
46335              
46336              Essential prototype changes were missing from #6527.
46337              Also make report_evil_fh() more bomb-proof.
46338              
46339              Zap lib/Sys directory when cleaning up.
46340              
46341              Change the Policy policy: now -Dprefix= with an existing
46342              Policy.sh and prefix == siteprefix == vendorprefix, then all
46343              of them follow along the new prefix.
46344              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
46345              
46346              Continue fixing the io warnings.  This also
46347              sort of fixes bug ID 20000802.003: the core dump
46348              is no more.  Whether the current behaviour is correct
46349              (giving a warning: "Not a format reference"), is another matter.
46350              
46351              Have symbols for the IoTYPEs.
46352              
46353              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
46354              
46355              Document a bit that UDP is not what you might think.
46356              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
46357              tr memory corruption fix from Simon Cozens.
46358              
46359              Plug the security hole described in the Aug 05 2000 bugtraq message
46360              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
46361              The security hole exists only in suidperls, which isn't
46362              installed or even built by default.
46363      Branch: maint-5.6/perl
46364           !> (integrate 71 files)
46365 ____________________________________________________________________________
46366 [  7882] By: gsar                                  on 2000/11/27  10:25:36
46367         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
46368              from mainline
46369              
46370              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
46371              to be fatal errors (instead of by default ignoring them, and
46372              ignoring with a bug: even though -w gave an error, the opening [
46373              was left in)  Reported in:
46374              
46375              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
46376              
46377              Subject: [PATCH] split /^/
46378              
46379              MacOS nits from Matthias Neeracher.
46380              
46381              More split() doc and test patches from Mike Guy.
46382              
46383              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
46384              from Graham Barr in the module list.
46385              
46386              docfix from Peter Scott <Peter@PSDT.com>.
46387              
46388              File::Temp patches for VMS and OS/2 from Tim Jenness.
46389              
46390              open() wariness in perlbug.
46391              
46392              Subject: [PATCH] minor doc change - perlguts
46393              
46394              Subject: Minor doc patch: handy.h
46395              
46396              Be wary of close()s, too.
46397              
46398              Further File::Temp patches from Yitzchak Scott-Thoennes
46399              and Craig A. Berry.
46400              
46401              Subject: [PATCH] fixes bug 20000508.004
46402              
46403              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
46404              
46405              Allow "no AutoLoader;", based on change #6444,
46406              suggested by Graham Barr.
46407              
46408              Use setproctitle() if available to modify $0.
46409              
46410              Warn if the version of the operating system used to compile gcc
46411              differs from the current version of the operating system.
46412              Also display the gcc compilation os and version in myconfig.
46413              Inspiration from
46414              
46415              Tiny fixes for #6460.
46416              
46417              The problem described in this
46418              Subject: [ID 20000322.018] named chars aren't magical enough
46419              has been fixed in perl 5.6.0 but just in case added a test
46420              to keep it away.  (The report from Joseph Hall.)
46421              
46422              Tune the comments and hopefully stop a memory leak.
46423              
46424              Subject: UTF8 concat
46425              (with a memory leak fixed, plus a few casts added)
46426              This also seems to help for
46427              Subject: [ID 20000716.015] join UTF8 weirdness
46428              
46429              Do not upgrade SVs into utf8 just because they participate
46430              in eq or cmp.  Reported and fix suggested in
46431              Subject: [ID 20000720.009] sv_eq UTF8 bug
46432              
46433              Fix the HALF_UPGRADE() macro introduced in #6263.
46434              
46435              Find green threads before native threads.
46436              Subject: Re: Patch to jpl/JNI/Makefile.PL
46437      Branch: maint-5.6/perl
46438           !> (integrate 30 files)
46439 ____________________________________________________________________________
46440 [  7881] By: jhi                                   on 2000/11/27  05:48:41
46441         Log: It seems that *both* the unused submatch loop cleanup
46442              codes are needed.
46443      Branch: perl
46444            ! regexec.c
46445 ____________________________________________________________________________
46446 [  7880] By: jhi                                   on 2000/11/27  04:50:07
46447         Log: Clean .exists deeper.
46448      Branch: perl
46449            ! Makefile.SH
46450 ____________________________________________________________________________
46451 [  7879] By: jhi                                   on 2000/11/27  02:31:35
46452         Log: The code in regcppop() (see #7878) contains the correct lower
46453              limit for the unused submatch 'cleanup' loop so that under
46454              "use utf8" the following code wouldn't dump core:
46455              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
46456              the cleanup loop in regtry() stomped beyond allocated area
46457              in the startp[] array.  Therefore, copied the correct lower
46458              loop limit (*PL_reglastparen) to regtry().  Note: something
46459              may still not be quite right: why was the _higher_ loop limit
46460              (prog->nparens) different in the utf8 case?
46461              
46462              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
46463              without core dumps, there were about 17 of them before
46464              the patch (with us since Perl 5.7.0).  Two failures, still:
46465              496 and 505 (though these may not be severe).
46466              
46467              Patch #7881 is also needed since both the cleanup loops
46468              seem to be needed.
46469              
46470              Also, the t/op/pat#44 seems to core dump under utf8.
46471              Plus a couple of failures.  UGH-8.
46472      Branch: perl
46473            ! regexec.c
46474 ____________________________________________________________________________
46475 [  7878] By: jhi                                   on 2000/11/27  02:21:17
46476         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
46477              the code in regcppop() seems to be redundant for the test suite --
46478              but it contains a germ of truth, and it needed for the build
46479              process itself: see #7879 and #7881.
46480      Branch: perl
46481            ! regexec.c
46482 ____________________________________________________________________________
46483 [  7877] By: jhi                                   on 2000/11/27  01:53:09
46484         Log: Comment on comment.
46485      Branch: perl
46486            ! regexec.c
46487 ____________________________________________________________________________
46488 [  7876] By: jhi                                   on 2000/11/27  00:49:59
46489         Log: Adjust the docs to agree with #7875.
46490      Branch: perl
46491            ! pod/perllocale.pod
46492 ____________________________________________________________________________
46493 [  7875] By: jhi                                   on 2000/11/27  00:49:27
46494         Log: Retract #7863.  It makes more sense not to taint formatted output,
46495              not even by sprintf().
46496      Branch: perl
46497            ! sv.c
46498 ____________________________________________________________________________
46499 [  7874] By: jhi                                   on 2000/11/26  23:36:02
46500         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
46501              Not really fixed (should really dump the UTF-8 charclass),
46502              but stopped displaying the garbage.
46503              
46504              Also add a note on the (missing) Unicode PSXSPC and BLANK.
46505      Branch: perl
46506            ! regcomp.c
46507 ____________________________________________________________________________
46508 [  7873] By: jhi                                   on 2000/11/26  21:31:13
46509         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
46510      Branch: perl
46511            ! regexec.c
46512 ____________________________________________________________________________
46513 [  7872] By: jhi                                   on 2000/11/26  21:06:04
46514         Log: No need to scan till infinity, 13 is enough.
46515      Branch: perl
46516            ! handy.h utf8.c
46517 ____________________________________________________________________________
46518 [  7871] By: jhi                                   on 2000/11/26  20:20:32
46519         Log: Test line numbers are different with utf8.
46520      Branch: perl
46521            ! t/op/re_tests
46522 ____________________________________________________________________________
46523 [  7870] By: jhi                                   on 2000/11/26  20:10:12
46524         Log: Message nit.
46525      Branch: perl
46526            ! regcomp.c
46527 ____________________________________________________________________________
46528 [  7869] By: jhi                                   on 2000/11/26  19:01:05
46529         Log: Make utf8_length() and utf8_distance() (the latter of which
46530              is unused at the moment) to be less forgiving about bad UTF-8.
46531      Branch: perl
46532            ! embed.h embed.pl objXSUB.h proto.h utf8.c
46533 ____________________________________________________________________________
46534 [  7868] By: jhi                                   on 2000/11/26  18:45:56
46535         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
46536              From: Benjamin Holzman <bah@ecnvantage.com>
46537              Date: Sat, 25 Nov 2000 20:40:20 -0500       
46538              Message-ID: <20001125204020.A25040@ecnvantage.com>              
46539              
46540              Debian allows installing /usr/bin/locale without installing
46541              any locales, an error message will ensue.
46542      Branch: perl
46543            ! t/pragma/locale.t
46544 ____________________________________________________________________________
46545 [  7867] By: jhi                                   on 2000/11/26  18:31:12
46546         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
46547              From: Benjamin Holzman <bah@ecnvantage.com>
46548              Date: Sun, 26 Nov 2000 02:42:34 -0500
46549              Message-ID: <20001126024234.G25040@ecnvantage.com>
46550              
46551              Patch for the bug 20000212.002.
46552      Branch: perl
46553            ! sv.c t/op/array.t
46554 ____________________________________________________________________________
46555 [  7866] By: jhi                                   on 2000/11/26  18:28:09
46556         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
46557              From: Tim Jenness <t.jenness@jach.hawaii.edu>
46558              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
46559              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
46560              
46561              File::Temp 0.11.
46562      Branch: perl
46563            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
46564 ____________________________________________________________________________
46565 [  7865] By: jhi                                   on 2000/11/26  18:24:22
46566         Log: The metaconfig unit change for #7864.
46567      Branch: metaconfig/U/perl
46568            ! need_va_copy.U
46569 ____________________________________________________________________________
46570 [  7864] By: jhi                                   on 2000/11/26  18:23:41
46571         Log: Make the va_copy() test not to be so talkative.
46572      Branch: perl
46573            ! Configure config_h.SH
46574 ____________________________________________________________________________
46575 [  7863] By: jhi                                   on 2000/11/26  18:11:02
46576         Log: Fix locale inconsistencies unearthed by Hugo's work.
46577              Now the floating point sprintf really does taint the result
46578              string as perllocale promises (has promised for a long time)
46579              if "use locale" is in the lexical scope.
46580      Branch: perl
46581            ! sv.c t/pragma/locale.t
46582 ____________________________________________________________________________
46583 [  7862] By: jhi                                   on 2000/11/26  00:35:15
46584         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
46585              From: Nicholas Clark <nick@ccl4.org>
46586              Date: Sun, 26 Nov 2000 00:07:50 +0000
46587              Message-ID: <20001126000750.A22446@plum.flirble.org>
46588              
46589              Infinit.
46590      Branch: perl
46591            ! sv.c
46592 ____________________________________________________________________________
46593 [  7861] By: jhi                                   on 2000/11/26  00:01:26
46594         Log: Integrate perlio.
46595      Branch: perl
46596           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
46597 ____________________________________________________________________________
46598 [  7860] By: nick                                  on 2000/11/25  22:04:17
46599         Log: Correct relative path from new ext\Filter\Util\Call location
46600              back to miniperl.
46601      Branch: perlio
46602            ! win32/makefile.mk
46603 ____________________________________________________________________________
46604 [  7859] By: nick                                  on 2000/11/25  21:26:54
46605         Log: Integrate mainline.
46606      Branch: perlio
46607           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
46608           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
46609           +> t/lib/filter-util.t
46610            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
46611            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
46612            - t/lib/filt-util.t
46613           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
46614           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
46615           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
46616           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
46617           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
46618           !> win32/makefile.mk
46619 ____________________________________________________________________________
46620 [  7858] By: gsar                                  on 2000/11/25  20:52:17
46621         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
46622              parent's memory; fix it by keeping track of the actual pad
46623              offset rather than a raw pointer (this change is probably also
46624              relevant to non-ithreads case to avoid fallout from reallocs of
46625              the pad array, but is currently only enabled for the ithreads
46626              case in the interests of minimal disruption to existing "well
46627              tested" code)
46628      Branch: perl
46629            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
46630            ! proto.h scope.c scope.h sv.c t/op/fork.t
46631 ____________________________________________________________________________
46632 [  7857] By: nick                                  on 2000/11/25  20:01:28
46633         Log: All tests pass on Win32/gcc/USE_PERLIO.
46634              - when crlf layer is pushed make unix-level binary.
46635              - remove :crlf injection in pp_backtick in pp_sys.c
46636              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
46637      Branch: perlio
46638            ! doio.c perlio.c pp_sys.c win32/makefile.mk
46639 ____________________________________________________________________________
46640 [  7856] By: jhi                                   on 2000/11/25  18:38:30
46641         Log: Update the metaconfig units for #7855.
46642      Branch: metaconfig/U/perl
46643            ! useperlio.U usesocks.U
46644 ____________________________________________________________________________
46645 [  7855] By: jhi                                   on 2000/11/25  18:37:54
46646         Log: Undo the SOCKS workarounds, instead start using PerlIO
46647              if SOCKS is selected.
46648              
46649              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
46650              From: Jens Hamisch <jens@Strawberry.COM>
46651              Date: Fri, 24 Nov 2000 18:31:30 +0100
46652              Message-ID: <20001124183130.E28337@Strawberry.COM>
46653              
46654              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
46655              From: Jens Hamisch <jens@Strawberry.COM>
46656              Date: Fri, 24 Nov 2000 19:11:51 +0100
46657              Message-ID: <20001124191151.A28753@Strawberry.COM>
46658      Branch: perl
46659            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
46660            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
46661 ____________________________________________________________________________
46662 [  7854] By: jhi                                   on 2000/11/25  17:39:08
46663         Log: Undo #7848.  Some of the code seems to use walkoptree(),
46664              some walkoptree_slow().  An unfinished renaming?
46665              Now the sub is walkoptree() (which is @EXPORT_OK),
46666              the walkoptree_slow() is a typeglob alias to walkoptree.
46667              This makes the tests to pass, at least.
46668      Branch: perl
46669            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
46670 ____________________________________________________________________________
46671 [  7853] By: nick                                  on 2000/11/24  22:24:33
46672         Log: Re-arrange crlf vs binary for platforms that care.
46673              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
46674              Lip-service to making stdio layer work on such platfroms (untested).
46675              Now fails 3 tests rather than one, checkin to see if I can debug 
46676              the issue under linux. (Do not merge.)
46677      Branch: perlio
46678            ! doio.c perlio.c perliol.h
46679 ____________________________________________________________________________
46680 [  7852] By: jhi                                   on 2000/11/24  18:57:39
46681         Log: AUTHORS edits.
46682      Branch: perl
46683            ! AUTHORS
46684 ____________________________________________________________________________
46685 [  7851] By: jhi                                   on 2000/11/24  17:34:56
46686         Log: Add Jan-Erik Karlsson.
46687      Branch: perl
46688            ! AUTHORS
46689 ____________________________________________________________________________
46690 [  7850] By: jhi                                   on 2000/11/24  17:27:56
46691         Log: Configure should find stdchar on its own.
46692      Branch: perl
46693            ! hints/solaris_2.sh
46694 ____________________________________________________________________________
46695 [  7849] By: jhi                                   on 2000/11/24  17:24:55
46696         Log: Subject: PATCH over 7848: Filter test flawed
46697              From: andreas.koenig@anima.de (Andreas J. Koenig)
46698              Date: 24 Nov 2000 10:28:29 +0100
46699              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
46700      Branch: perl
46701            ! t/lib/filter-util.t
46702 ____________________________________________________________________________
46703 [  7848] By: jhi                                   on 2000/11/24  17:22:15
46704         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
46705              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
46706              Date: Fri, 24 Nov 2000 16:12:58 +0000
46707              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
46708      Branch: perl
46709            ! ext/B/B.pm
46710 ____________________________________________________________________________
46711 [  7847] By: jhi                                   on 2000/11/24  03:07:01
46712         Log: Integrate perlio.
46713      Branch: perl
46714           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
46715           !> win32/makefile.mk
46716 ____________________________________________________________________________
46717 [  7846] By: gsar                                  on 2000/11/24  00:55:57
46718         Log: integrate changes#6415..6418,6420..6438 from mainline
46719              
46720              Fix the bitvector ops for utf8 (tricky since past 7 bits
46721              the utf8 'characters' can be more than one octet).
46722              
46723              MPE/ix updates for perl 5.6.0 from Mark Bixby.
46724              
46725              Subject: SDBM_File documentation
46726              
46727              Detypo.
46728              
46729              Decutandpasto.
46730              
46731              Send all installperl messages to STDERR and be -w clean.
46732              
46733              Out-of-date note removed.
46734              
46735              Protect against "wild next"s, that is, callbacks doing "next"
46736              instead of "return".
46737              
46738              Use STDOUT consistently.
46739              
46740              The output might have been produced in the wrong order.
46741              
46742              A missing 'break' after the [[:space:]] switch case.
46743              
46744              Add tests for
46745              [ID 19991110.003] another matching finding by pcre author
46746              which has already been fixed by some patch, as verified in
46747              
46748              Documentation to explain the behaviour of map().
46749              
46750              Add an optimization for map-maps-a-list-element-to-more-list-elements
46751              case, but add also notes explaining the relationship of this
46752              patch and the earlier notes by Sarathy.
46753              
46754              Subject: [ID 20000716.023] syslog test fails without sockets
46755              
46756              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
46757              Test cases for #6431.
46758              
46759              File::Spec::VMS fixup for tmpdir from Craig Berry.
46760              
46761              Make the "uninit variable" warning to say "concat or string"
46762              or "join or string" when in concat or join .
46763              
46764              Get UTF16 BOMs working.  Patch from
46765              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
46766              
46767              Subject: [PATCH] Make large file tests deal with SIGXFSZ
46768              
46769              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
46770              
46771              Subject: [PATCH] av.c apidoc
46772      Branch: maint-5.6/perl
46773           !> (integrate 43 files)
46774 ____________________________________________________________________________
46775 [  7845] By: gsar                                  on 2000/11/24  00:20:45
46776         Log: integrate changes#6406..6414 from mainline
46777              
46778              Merge perlhacktut into perlhack, update perlguts.
46779              
46780              Fix AutoSplit to use File::Spec the right way in VMS,
46781              from Peter Prymmer.
46782              
46783              The bug report
46784              [ID 19991110.002] minimal matching discrepancy found by pcre author
46785              seems to have been fixed (though differently from what was suggested
46786              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
46787              
46788              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
46789              not in pod, from Peter Prymmer
46790              
46791              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
46792              From: Hugo <hv@crypt.compulink.co.uk>
46793              Date: Fri, 14 Jul 2000 23:05:20 +0100
46794              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
46795              
46796              Didn't anymore apply, but that point still could use another fix.
46797              
46798              lib/b test fixes from Peter Prymmer.
46799              
46800              More docs for sv functions.
46801              
46802              perlvms.pod whitespace cleanup to keep pod utils happy.
46803              
46804              another VMS build tweak from Peter Prymmer
46805      Branch: maint-5.6/perl
46806           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
46807           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
46808           !> vms/descrip_mms.template vms/perlvms.pod
46809 ____________________________________________________________________________
46810 [  7844] By: nick                                  on 2000/11/23  23:42:45
46811         Log: Win32/perlio Now just fails one io/argv.t test - lack 
46812              of default :crlf on standard streams.
46813      Branch: perlio
46814            ! doio.c perlio.c
46815 ____________________________________________________________________________
46816 [  7843] By: nick                                  on 2000/11/23  23:04:05
46817         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
46818              peek fail is showing a real problem (multiple crlf layers
46819              are getting pushed.)
46820      Branch: perlio
46821            ! doio.c perlio.c win32/makefile.mk
46822 ____________________________________________________________________________
46823 [  7842] By: nick                                  on 2000/11/23  19:46:23
46824         Log: Implement PerlIO_binmode()
46825              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
46826              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
46827              make binmode in t/lib/io_tell.t unconditional so that works.
46828              Checkin just so Win32 machine can see these changes.
46829      Branch: perlio
46830            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
46831 ____________________________________________________________________________
46832 [  7841] By: jhi                                   on 2000/11/23  19:30:00
46833         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
46834      Branch: perl
46835            ! README.amiga
46836 ____________________________________________________________________________
46837 [  7840] By: jhi                                   on 2000/11/23  17:18:02
46838         Log: SOCKS wrestling continues, patches from Jens Hamisch.
46839      Branch: perl
46840            ! doio.c embed.h embed.pl perlsdio.h proto.h
46841 ____________________________________________________________________________
46842 [  7839] By: jhi                                   on 2000/11/23  16:54:14
46843         Log: Push Filter::Util::Call one level deeper.
46844      Branch: perl
46845            + t/lib/filter-util.t
46846           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
46847           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
46848            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
46849            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
46850            - t/lib/filt-util.t
46851            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
46852            ! win32/Makefile win32/makefile.mk
46853 ____________________________________________________________________________
46854 [  7838] By: jhi                                   on 2000/11/23  16:52:40
46855         Log: Reach back one higher up when searching for PERL_SRC.
46856      Branch: perl
46857            ! lib/ExtUtils/MM_Unix.pm
46858 ____________________________________________________________________________
46859 [  7837] By: jhi                                   on 2000/11/23  16:05:41
46860         Log: Subject: Re: perl@7826
46861              Date: Thu, 23 Nov 2000 02:20:25 -0600
46862              From: "Craig A. Berry" <craigberry@mac.com>
46863              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
46864              
46865              Make VMS to like Filter::Util::Call. 
46866      Branch: perl
46867            ! configure.com ext/Filter/Util/Makefile.PL
46868 ____________________________________________________________________________
46869 [  7836] By: nick                                  on 2000/11/23  16:04:08
46870         Log: Implement crlf layer - not ready for merge.
46871      Branch: perlio
46872            ! perlio.c win32/makefile.mk
46873 ____________________________________________________________________________
46874 [  7835] By: jhi                                   on 2000/11/23  15:56:52
46875         Log: STDCHAR is different in Sparc v9 vs x86.
46876      Branch: perl
46877            ! hints/solaris_2.sh
46878 ____________________________________________________________________________
46879 [  7834] By: jhi                                   on 2000/11/23  15:50:47
46880         Log: The type needs to be visible to protos.
46881      Branch: perl
46882            ! perl.h
46883 ____________________________________________________________________________
46884 [  7833] By: jhi                                   on 2000/11/23  15:40:46
46885         Log: Finish unfinished SOCKS workaround changes.
46886      Branch: perl
46887            ! doio.c
46888 ____________________________________________________________________________
46889 [  7832] By: jhi                                   on 2000/11/23  15:33:30
46890         Log: Integrate perlio.
46891      Branch: perl
46892           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
46893           !> win32/makefile.mk
46894 ____________________________________________________________________________
46895 [  7831] By: nick                                  on 2000/11/23  10:31:07
46896         Log: Correct makefile.mk dependancies for ext/Filter/Util
46897              Build ext/Encode
46898              Run dmake regen_config_h
46899      Branch: perlio
46900            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
46901            ! win32/makefile.mk
46902 ____________________________________________________________________________
46903 [  7830] By: nick                                  on 2000/11/23  08:05:07
46904         Log: Integrate mainline
46905      Branch: perlio
46906           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
46907           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
46908           +> t/lib/filt-util.pl t/lib/filt-util.t
46909           !> (integrate 41 files)
46910 ____________________________________________________________________________
46911 [  7829] By: gsar                                  on 2000/11/23  03:07:11
46912         Log: build the Filter extension on windows
46913      Branch: perl
46914            ! win32/Makefile win32/makefile.mk
46915 ____________________________________________________________________________
46916 [  7828] By: gsar                                  on 2000/11/23  02:46:35
46917         Log: regenerate win32/config* and fix some inconsistencies in the
46918              makefiles; always export Perl_deb() because it is needed
46919              by ext/re/* (whether perl itself is built with -DDEBUGGING
46920              or not)
46921      Branch: perl
46922            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
46923            ! win32/config_H.vc win32/makefile.mk
46924 ____________________________________________________________________________
46925 [  7827] By: gsar                                  on 2000/11/23  02:18:38
46926         Log: get sources building on windows+MSVC again (untested with other
46927              compilers)
46928      Branch: perl
46929            ! win32/include/sys/socket.h win32/perllib.c
46930 ____________________________________________________________________________
46931 [  7826] By: jhi                                   on 2000/11/23  01:18:26
46932         Log: Update Changes.
46933      Branch: perl
46934            ! Changes patchlevel.h
46935 ____________________________________________________________________________
46936 [  7825] By: jhi                                   on 2000/11/23  00:20:41
46937         Log: Subject: Re: av.c patch (having slight problems)
46938              From: "Ben Tilly" <ben_tilly@hotmail.com>
46939              Date: Tue, 21 Nov 2000 23:29:31 -0500
46940              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
46941              
46942              unshift() speedup.
46943      Branch: perl
46944            ! av.c
46945 ____________________________________________________________________________
46946 [  7824] By: jhi                                   on 2000/11/22  23:59:15
46947         Log: Fixes for signedness warnings noticed by VMSperlers.
46948      Branch: perl
46949            ! ext/Storable/Storable.xs regcomp.c sv.c
46950 ____________________________________________________________________________
46951 [  7823] By: jhi                                   on 2000/11/22  23:19:31
46952         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
46953              From: Peter Prymmer <pvhp@forte.com>
46954              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
46955              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
46956      Branch: perl
46957            ! t/pragma/warn/pp_hot
46958 ____________________________________________________________________________
46959 [  7822] By: jhi                                   on 2000/11/22  22:52:20
46960         Log: Be clean.
46961      Branch: perl
46962            ! Makefile.SH
46963 ____________________________________________________________________________
46964 [  7821] By: jhi                                   on 2000/11/22  22:46:39
46965         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
46966              by Damian Conway, as suggested by Paul Marquess.
46967      Branch: perl
46968            + lib/Filter/Simple.pm
46969 ____________________________________________________________________________
46970 [  7820] By: jhi                                   on 2000/11/22  22:45:51
46971         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
46972      Branch: perl
46973            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
46974            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
46975            + t/lib/filt-util.t
46976            ! MANIFEST
46977 ____________________________________________________________________________
46978 [  7819] By: jhi                                   on 2000/11/22  22:03:27
46979         Log: Integrate perlio.
46980      Branch: perl
46981           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
46982           !> win32/makefile.mk
46983 ____________________________________________________________________________
46984 [  7818] By: jhi                                   on 2000/11/22  21:56:02
46985         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
46986      Branch: perl
46987            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
46988            ! t/lib/io_sock.t
46989 ____________________________________________________________________________
46990 [  7817] By: jhi                                   on 2000/11/22  21:39:49
46991         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
46992              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46993              Date: Wed, 22 Nov 2000 16:08:12 -0500
46994              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
46995      Branch: perl
46996            ! lib/ExtUtils/Liblist.pm
46997 ____________________________________________________________________________
46998 [  7816] By: jhi                                   on 2000/11/22  21:38:25
46999         Log: Go ahead and #include <unistd.h> in perl.h.
47000      Branch: perl
47001            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
47002            ! util.c
47003 ____________________________________________________________________________
47004 [  7815] By: jhi                                   on 2000/11/22  21:22:52
47005         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
47006              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47007              Date: Mon, 20 Nov 2000 18:30:52 -0500
47008              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
47009      Branch: perl
47010            ! pod/perlre.pod regcomp.c t/op/re_tests
47011 ____________________________________________________________________________
47012 [  7814] By: jhi                                   on 2000/11/22  21:21:46
47013         Log: Subject: [PATCH 5.7.0] Liblist finally works
47014              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47015              Date: Tue, 21 Nov 2000 22:02:17 -0500
47016              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
47017      Branch: perl
47018            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
47019            ! lib/ExtUtils/MakeMaker.pm
47020 ____________________________________________________________________________
47021 [  7813] By: jhi                                   on 2000/11/22  21:20:23
47022         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
47023              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
47024              Date: Wed, 22 Nov 2000 17:53:15 +0100
47025              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
47026              
47027              AIX dynaloader and perlio patch.
47028      Branch: perl
47029            ! ext/DynaLoader/dl_aix.xs
47030 ____________________________________________________________________________
47031 [  7812] By: jhi                                   on 2000/11/22  21:17:52
47032         Log: (Accidentally empty patch.)
47033      Branch: perl
47034            ! av.c
47035 ____________________________________________________________________________
47036 [  7811] By: jhi                                   on 2000/11/22  21:16:31
47037         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
47038              From: Peter Prymmer <pvhp@forte.com>
47039              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
47040              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
47041      Branch: perl
47042            ! vms/test.com
47043 ____________________________________________________________________________
47044 [  7810] By: jhi                                   on 2000/11/22  21:15:36
47045         Log: Subject: Re: perl@7777 
47046              From: "John P. Linderman" <jpl@research.att.com>
47047              Date: Wed, 22 Nov 2000 13:11:11 -0500
47048              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
47049              
47050              Detypoing.
47051      Branch: perl
47052            ! lib/CPAN.pm
47053 ____________________________________________________________________________
47054 [  7809] By: jhi                                   on 2000/11/22  21:14:19
47055         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
47056              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
47057              Date:     Wed, 22 Nov 2000 13:51:37 EST
47058              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
47059      Branch: perl
47060            ! perlsdio.h
47061 ____________________________________________________________________________
47062 [  7808] By: jhi                                   on 2000/11/22  21:13:27
47063         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
47064              From: Casey Tweten <crt@kiski.net>
47065              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
47066              Message-Id: <200011201653.LAA10194@home.kiski.net>
47067      Branch: perl
47068            ! t/lib/io_udp.t
47069 ____________________________________________________________________________
47070 [  7807] By: jhi                                   on 2000/11/22  21:12:35
47071         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
47072              From: Casey Tweten <crt@kiski.net>
47073              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
47074              Message-Id: <200011201636.LAA07227@home.kiski.net>
47075      Branch: perl
47076            ! t/lib/io_sock.t
47077 ____________________________________________________________________________
47078 [  7806] By: jhi                                   on 2000/11/22  21:10:59
47079         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
47080              From: "Casey R. Tweten" <crt@kiski.net>
47081              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
47082              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
47083      Branch: perl
47084            ! utils/h2xs.PL
47085 ____________________________________________________________________________
47086 [  7805] By: nick                                  on 2000/11/22  21:05:06
47087         Log: Integrate mainline
47088      Branch: perlio
47089           !> Changes Porting/genlog ext/DB_File/DB_File.xs
47090           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
47091           !> utils/perlbug.PL
47092 ____________________________________________________________________________
47093 [  7804] By: jhi                                   on 2000/11/22  21:01:12
47094         Log: Subject: [PATCH] Test.pm POD peculiarity
47095              From: "Casey R. Tweten" <crt@kiski.net>
47096              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
47097              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
47098      Branch: perl
47099            ! lib/Test.pm
47100 ____________________________________________________________________________
47101 [  7803] By: jhi                                   on 2000/11/22  20:59:59
47102         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
47103              From: "Philip Newton" <pnewton@gmx.de>
47104              Date: Wed, 22 Nov 2000 14:25:53 +0100
47105              Message-Id: <3A1BD771.25462.1939FAD@localhost>
47106              
47107              Be case-understanding also on 's', and use the -oi of sendmail
47108              not to terminate the transmission on a lone '.'.
47109      Branch: perl
47110            ! utils/perlbug.PL
47111 ____________________________________________________________________________
47112 [  7802] By: nick                                  on 2000/11/22  20:51:42
47113         Log: Win32 PerlIO intermediate state now working as expected.
47114              - In current state we are still using C runtime in text/binary
47115              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
47116              - PERLIO=stdio and PERLIO=unix pass all expected tests.
47117              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
47118              and PerlIO_seek() and the dummy crlf layer is not making adjustments
47119              for CRLF translation happening in C runtime. All other tests pass.
47120              
47121              Added note to README.win32 to point out the snags of doing a perl build
47122              with Norton AntiVirus turned on.
47123              
47124              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
47125              which file a fail comes from.
47126              
47127              Updated "canned" config.h to match the one generated.
47128      Branch: perlio
47129            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
47130            ! win32/makefile.mk
47131 ____________________________________________________________________________
47132 [  7801] By: jhi                                   on 2000/11/22  06:50:20
47133         Log: Nickety nits.
47134      Branch: perl
47135            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
47136 ____________________________________________________________________________
47137 [  7800] By: jhi                                   on 2000/11/22  01:29:55
47138         Log: Changes had accidentally gone too silent on non-main branches.
47139      Branch: perl
47140            ! Changes Porting/genlog patchlevel.h
47141 ____________________________________________________________________________
47142 [  7799] By: gsar                                  on 2000/11/22  01:02:56
47143         Log: some lib_pm.PL changes snuck in via change#7772
47144      Branch: maint-5.6/perl
47145            ! Makefile.SH
47146 ____________________________________________________________________________
47147 [  7798] By: nick                                  on 2000/11/21  21:59:40
47148         Log: Integrate mainline
47149      Branch: perlio
47150           !> (integrate 28 files)
47151 ____________________________________________________________________________
47152 [  7797] By: jhi                                   on 2000/11/21  21:01:45
47153         Log: Integrate perlio.
47154      Branch: perl
47155           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
47156 ____________________________________________________________________________
47157 [  7796] By: nick                                  on 2000/11/21  20:36:22
47158         Log: Win32 builds and runs (mostly) with USE_PERLIO.
47159              PERLIO=perlio passes all tests. 
47160              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
47161      Branch: perlio
47162            ! perlio.c win32/perllib.c win32/win32.c
47163 ____________________________________________________________________________
47164 [  7795] By: jhi                                   on 2000/11/21  19:03:44
47165         Log: Update Changes.
47166      Branch: perl
47167            ! Changes patchlevel.h
47168 ____________________________________________________________________________
47169 [  7794] By: jhi                                   on 2000/11/21  18:56:34
47170         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
47171              From: "Craig A. Berry" <craigberry@mac.com>
47172              Date: Mon, 20 Nov 2000 20:27:06 -0600
47173              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
47174              
47175              A cut-and-pasto.
47176      Branch: perl
47177            ! perlio.h
47178 ____________________________________________________________________________
47179 [  7793] By: jhi                                   on 2000/11/21  18:54:41
47180         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
47181              From: Dominic Dunlop <domo@computer.org> 
47182              Date: Mon, 20 Nov 2000 18:55:29 +0100
47183              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
47184              
47185              va_copy() and the need of it.
47186              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
47187      Branch: metaconfig/U/perl
47188            + need_va_copy.U
47189      Branch: perl
47190            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
47191            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
47192            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
47193            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
47194            ! win32/config.bc win32/config.gc win32/config.vc
47195 ____________________________________________________________________________
47196 [  7792] By: jhi                                   on 2000/11/21  17:04:10
47197         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
47198      Branch: perl
47199           !> scope.h
47200 ____________________________________________________________________________
47201 [  7791] By: jhi                                   on 2000/11/21  17:01:16
47202         Log: Export the SOCKS workaround symbols only if necessary.
47203      Branch: perl
47204            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
47205 ____________________________________________________________________________
47206 [  7790] By: nick                                  on 2000/11/20  23:57:11
47207         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
47208      Branch: perlio
47209            ! scope.h
47210 ____________________________________________________________________________
47211 [  7789] By: nick                                  on 2000/11/20  23:38:33
47212         Log: Integrate mainline
47213      Branch: perlio
47214           +> lib/File/Spec/Epoc.pm
47215           !> (integrate 34 files)
47216 ____________________________________________________________________________
47217 [  7788] By: nick                                  on 2000/11/20  23:20:18
47218         Log: Make extra buffer layer work (dummy crlf layer)
47219      Branch: perlio
47220            ! doio.c perlio.c perlio.h
47221 ____________________________________________________________________________
47222 [  7787] By: jhi                                   on 2000/11/20  22:44:04
47223         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
47224              From: Peter Prymmer <pvhp@forte.com>
47225              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
47226              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
47227      Branch: perl
47228            ! t/pragma/locale.t
47229 ____________________________________________________________________________
47230 [  7786] By: jhi                                   on 2000/11/20  22:29:10
47231         Log: Subject: DOC PATCH 5.6.0 perlreftut
47232              From: mjd@plover.com
47233              Date: 20 Nov 2000 19:45:06 -0000
47234              Message-ID: <20001120194506.9505.qmail@plover.com>
47235      Branch: perl
47236            ! pod/perlreftut.pod
47237 ____________________________________________________________________________
47238 [  7785] By: jhi                                   on 2000/11/20  22:27:44
47239         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
47240              From: David Dyck <dcd@tc.fluke.com>
47241              Date: Mon, 20 Nov 2000 11:43:40 -0800
47242              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
47243      Branch: perl
47244            ! lib/Cwd.pm
47245 ____________________________________________________________________________
47246 [  7784] By: jhi                                   on 2000/11/20  22:23:21
47247         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
47248              Date: Mon, 20 Nov 2000 17:06:10 -0500
47249              To: Mailing list Perl5 <perl5-porters@perl.org>
47250              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
47251      Branch: perl
47252            ! pp_ctl.c t/op/pat.t
47253 ____________________________________________________________________________
47254 [  7783] By: jhi                                   on 2000/11/20  22:11:18
47255         Log: Subject: [PATCH] doop.c - UTF8 tr///               
47256              From: Simon Cozens <simon@cozens.net>
47257              Date: Sat, 18 Nov 2000 18:49:30 +0000
47258              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
47259              
47260              Subject: Re: [PATCH] doop.c - UTF8 tr///           
47261              From: Simon Cozens <simon@cozens.net>
47262              Date: Mon, 20 Nov 2000 20:45:22 +0000
47263              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
47264              
47265              Make tr on UTF-8 better but still not correct.
47266      Branch: perl
47267            ! doop.c
47268 ____________________________________________________________________________
47269 [  7782] By: jhi                                   on 2000/11/20  22:02:16
47270         Log: Remove the shared object before attempting to create
47271              (by linking) a new one.  E.g. in AIX not removing
47272              becomes quite painful if one tries to do more than one
47273              build in the same tree (an interrupted build, for example),
47274              since the AIX' shared dynaloader seemingly keeps the shared
47275              objects open and therefore 'busy' for quite a while, even when
47276              nobody is using the objects, leading into link failures.
47277      Branch: perl
47278            ! lib/ExtUtils/MM_Unix.pm
47279 ____________________________________________________________________________
47280 [  7781] By: gsar                                  on 2000/11/20  19:02:55
47281         Log: type mismatch due to faulty integration
47282      Branch: maint-5.6/perl
47283            ! toke.c win32/Makefile
47284 ____________________________________________________________________________
47285 [  7780] By: gsar                                  on 2000/11/20  17:31:55
47286         Log: integrate changes#6392,6394..6399,6401..6404
47287              
47288              The {multiplier} of a fixed substring was overlooked which
47289              caused a wrong initial search offset for that substring.
47290              
47291              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
47292              From: Hugo <hv@crypt.compulink.co.uk>
47293              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
47294              Date: Thu, 13 Jul 2000 19:27:13 +0100
47295              
47296              Fix the BOM bug: not a byteorder bug, a signedness bug.
47297              
47298              Replace change #6337 with a better one.
47299              
47300              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
47301              From: Hugo <hv@crypt.compulink.co.uk>
47302              Date: Fri, 14 Jul 2000 04:16:20 +0100
47303              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
47304              
47305              MakeMaker should not remove editor backups (*~) on `make clean`
47306              by default (completes change#6383)
47307              
47308              move new variables to the end of the interpreter structure (for
47309              bincompat in code that doesn't #include XSUB.h)
47310              
47311              rename totally bletcherous SvLOCK() thingy (doesn't do what the
47312              name suggests anyway)
47313              
47314              various cleanups (typos, misformatted code, and small bugs)
47315              
47316              typecasts needed for change#6394
47317              
47318              typos in change#6399, regen headers
47319              
47320              inconsistent types needs casts
47321              
47322              PERL_OBJECT build tweaks
47323      Branch: maint-5.6/perl
47324           !> MANIFEST doop.c embed.h embed.pl embedvar.h
47325           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
47326           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
47327           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
47328           !> toke.c util.c
47329 ____________________________________________________________________________
47330 [  7779] By: gsar                                  on 2000/11/20  17:06:29
47331         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
47332              
47333              Cosmetics and perldelta.
47334              
47335              Fix nits noticed by Boston.pm.
47336              
47337              Do the cc sanity check both before the hints and
47338              after the cc selction.
47339              
47340              get sprintf.t to adjust properly for 3-digit exponents
47341              
47342              don't clobber *.orig files on *clean targets
47343              
47344              fix bugs in processing %v-*d and similar format specs (from
47345              Avi Finkel <avi@finkel.org>)
47346              
47347              sprintf test tweaks (from Dominic Dunlop)
47348              
47349              new selfloader.t in change#6183 doesn't close DATA handles,
47350              and thus fails to clean up tmp files on dosish platforms
47351              
47352              typos (spotted by Peter Prymmer)
47353              
47354              typo fix from Craig Berry
47355      Branch: maint-5.6/perl
47356           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
47357           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
47358           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
47359           !> x2p/Makefile.SH
47360 ____________________________________________________________________________
47361 [  7778] By: gsar                                  on 2000/11/20  16:46:51
47362         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
47363              
47364              Subject: Re: format bug report  [Patch]
47365              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
47366              Date: Wed, 05 Jul 2000 13:12:52 +0200
47367              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
47368              
47369              Subject: Re: format bug report  [Patch]
47370              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
47371              Date: Wed, 05 Jul 2000 14:10:01 +0200
47372              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
47373              
47374              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
47375              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
47376              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
47377              Date: Fri, 07 Jul 2000 17:57:16 +0100
47378              
47379              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
47380              To: perl5-porters@perl.org
47381              From: Karsten Sperling <spiff@phreax.net>
47382              Date: Mon, 10 Jul 2000 15:12:52 +0200
47383              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
47384              
47385              README.posix-bc podified from Thomas Dorner.
47386              
47387              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
47388              From: Dominic Dunlop <domo@computer.org>
47389              Date: Tue, 11 Jul 2000 12:27:33 +0200
47390              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
47391              
47392              Typo in #6341.
47393              
47394              Fix for
47395              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
47396              From: Roderick Schertler <roderick@argon.org>
47397              Date: Tue, 11 Jul 2000 13:55:05 -0400
47398              Message-Id: <200007111755.NAA05077@jones.argon.org>
47399              
47400              Minor cleanups on the booklist.
47401              
47402              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
47403              regen perltoc.
47404              
47405              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
47406      Branch: maint-5.6/perl
47407           +> pod/perlbook.pod
47408           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
47409           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
47410           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
47411 ____________________________________________________________________________
47412 [  7777] By: jhi                                   on 2000/11/20  16:08:49
47413         Log: Update Changes.
47414      Branch: perl
47415            ! Changes patchlevel.h
47416 ____________________________________________________________________________
47417 [  7776] By: jhi                                   on 2000/11/20  15:27:56
47418         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
47419              This may be overly harsh but until proven otherwise, we think this
47420              way, or until we have a simple test for Configure (having to start
47421              up servers is does not count as simple) to check for the problems.
47422      Branch: perl
47423            ! perl.h
47424 ____________________________________________________________________________
47425 [  7775] By: jhi                                   on 2000/11/20  15:22:17
47426         Log: Solaris hints tweaks.
47427      Branch: perl
47428            ! hints/solaris_2.sh
47429 ____________________________________________________________________________
47430 [  7774] By: jhi                                   on 2000/11/20  15:01:20
47431         Log: Add a workaround to SOCKS 64-bit problems.
47432      Branch: perl
47433            ! doio.c embed.h embed.pl perlsdio.h proto.h
47434 ____________________________________________________________________________
47435 [  7773] By: jhi                                   on 2000/11/20  14:51:47
47436         Log: sysseek() instead of seek().
47437      Branch: perl
47438            ! t/lib/syslfs.t
47439 ____________________________________________________________________________
47440 [  7772] By: gsar                                  on 2000/11/20  13:06:23
47441         Log: integrate changes#6315..6319,6321..6331,6333..6338
47442              
47443              Integrate with Sarathy, preliminary fix for unicos
47444              alignment problems in [ID 20000612.002] Perl problem on Cray system.
47445              
47446              some debugger output does not go to the socket when RemotePort is set
47447              
47448              winsock cleanup never done on Windows (leads to handle leaks)
47449              
47450              fix UNC path handling on Windows under ithreads, and chdir()
47451              return value when given a non-existent directory
47452              
47453              Autogenerate pod/Makefile and pod/buildtoc.
47454              buildtoc also checks whether the existin pods are
47455              mentioned in MANIFEST and perl.pod, and vice versa.
47456              (None of the thusly found discrepancies fixed yet.)
47457              roffitall also needs to be autogenerated similarly but it
47458              seems so badly out of date that I didn't touch it yet.
47459              
47460              Config is being used.
47461              
47462              Add =head1 NAMEs so that buildtoc is happy.
47463              (The CGI::Util nit reported to Lincoln.)
47464              
47465              Fix complaints of buildtoc.
47466              
47467              Fix the alignment problem in Crays ([ID 20000612.002]).
47468              
47469              Remove perlbook, update perlfaq book listing,
47470              rearrange perl.pod, regenerate perltoc.
47471              
47472              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
47473              was cast to an unsigned (32-bit) integer with wild abandon.
47474              
47475              winsock options weren't being set in all threads under ithreads
47476              (caused send()s from second and subsequent threads to fail)
47477              
47478              accept() leaks memory on windows due to incorrect ordering of
47479              closesocket() and fclose() calls
47480              
47481              Reorder perl.pod once more.
47482              
47483              More POSIX.pod tweaks.
47484              
47485              Sprinkle ldlibpath.
47486              
47487              Precedence goof, fix based on
47488              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
47489              From: Hugo <hv@crypt.compulink.co.uk>
47490              Date: Tue, 11 Jul 2000 12:52:38 +0100
47491              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
47492              
47493              Subject: PATCH perlguts.pod: Document D and d magic types
47494              From: mjd@plover.com
47495              Date: 5 Jul 2000 18:01:51 -0000
47496              Message-ID: <20000705180151.29413.qmail@plover.com>
47497              
47498              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
47499              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
47500              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
47501              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
47502              
47503              Subject: [PATCH cfgperl] $& segfaults if you trick it
47504              From: simon@brecon.co.uk (Simon Cozens)
47505              Date: 7 Jul 2000 11:26:09 GMT
47506              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
47507              
47508              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
47509              From: Hugo <hv@crypt.compulink.co.uk>
47510              Date: Tue, 11 Jul 2000 12:44:50 +0100
47511              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
47512              
47513              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
47514              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
47515              Date: Tue, 11 Jul 2000 13:50:51 +0100
47516              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
47517      Branch: maint-5.6/perl
47518           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
47519           +> pod/buildtoc.PL
47520            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
47521           !> (integrate 26 files)
47522 ____________________________________________________________________________
47523 [  7771] By: gsar                                  on 2000/11/20  12:31:42
47524         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
47525              6310,6311,6314
47526              
47527              Subject: [PATCH bleedperl] File::Spec 0.82 beta
47528              From: Barrie Slaymaker <barries@jester.slaysys.com>
47529              Date: Wed, 28 Jun 2000 11:35:29 -0400
47530              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
47531              
47532              tweak perlembed for multiplicity/usethreads sanity; correct notes
47533              about Windows
47534              
47535              localize %INC in a Safe compartment so that use/require work
47536              (many other magic globals probably need similar treatment)
47537              
47538              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
47539              when @_ is modified, causing coredumps
47540              
47541              slurp mode fix in change#4736 still not quite right
47542              
47543              Point to perlipc for more SysV IPC examples.
47544              
47545              Elaborate POSIX.pod.  Still needs work.
47546              
47547              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
47548              
47549              fix large memory leak that has been around for ever, masked by
47550              -DPURIFY (most of the arenas were never freed!)
47551              
47552              fix memory leak on Windows (PL_sys_intern contents were never
47553              freed)
47554              
47555              PERL_OBJECT build tweak
47556              
47557              adjust change#6299
47558              
47559              remove rel2abs prototypes (from Barrie Slaymaker)
47560              
47561              missing perldiag entry for unpack("w",...) diagnostic (from
47562              Andreas Koenig)
47563              
47564              better diagnostic on Frob->stuff() when Frob:: doesn't exist
47565              (from Richard Soderberg <rs@oregonnet.com>)
47566              
47567              Win32 patches for cfgperl from Sarathy.
47568              
47569              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
47570              
47571              More POSIX.pod embellishment.
47572              
47573              tyop in change#6306
47574      Branch: maint-5.6/perl
47575           !> (integrate 44 files)
47576 ____________________________________________________________________________
47577 [  7770] By: gsar                                  on 2000/11/20  11:51:00
47578         Log: integrate changes#6268..6282 from cfgperl branch
47579              
47580              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
47581              From: Dominic Dunlop <domo@computer.org>
47582              Date: Thu, 29 Jun 2000 12:32:39 +0200
47583              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
47584              
47585              Regen headers for #6261 (and update embed.pl for this) and #6267,
47586              silence few compiler warnings.
47587              
47588              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
47589              From: Nicholas Clark <nick@talking.bollo.cx>
47590              Date: Fri, 23 Jun 2000 16:21:15 +0100
47591              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
47592              
47593              Subject: PATCH pod/perltie.pod
47594              From: Ian Phillipps <Ian.Phillipps@iname.com>
47595              Date: Fri, 16 Jun 2000 00:17:19 +0100
47596              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
47597              (only the first hunk, the second hunk had already been done
47598              by some other patch)
47599              
47600              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
47601              From: Tom Phoenix <rootbeer@redcat.com>
47602              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
47603              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
47604              
47605              Subject: [PATCH] xsub attributes
47606              From: Doug MacEachern <dougm@covalent.net>
47607              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
47608              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
47609              
47610              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
47611              From: Andy Dougherty <doughera@lafayette.edu>
47612              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
47613              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
47614              
47615              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
47616              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
47617              Date: Tue, 13 Jun 2000 02:43:48 -0500
47618              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
47619              
47620              Subject: [PATCH] Re: eval documentation: context
47621              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
47622              Date: Mon, 12 Jun 2000 15:07:29 +0100
47623              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
47624              
47625              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
47626              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
47627              Date: Mon, 12 Jun 2000 14:55:59 +0100
47628              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
47629              
47630              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
47631              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
47632              Date: Fri, 09 Jun 2000 12:39:27 -0400
47633              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
47634              (plus update the version "number" of Text::Wrap)
47635              
47636              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
47637              From: Tim Ayers <tayers@bridge.com>
47638              Date: Thu, 08 Jun 2000 08:11:06 +0200
47639              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
47640              [resent by Richard Foley, Message-Id probably wrong]
47641              
47642              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
47643              From: rspier@pobox.com (Robert Spier)
47644              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
47645              Message-ID: <14654.31913.845602.610277@rls.cx>
47646              
47647              Subject: [PATCH 5.6.0] utils/h2xs.PL
47648              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
47649              Date: Wed, 7 Jun 2000 04:02:04 -0500
47650              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
47651              
47652              Subject: [PATCH 5.6.0]ITHREADs for VMS
47653              From: Dan Sugalski <dan@sidhe.org>
47654              Date: Tue, 06 Jun 2000 11:59:50 -0400
47655              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
47656      Branch: maint-5.6/perl
47657           !> (integrate 31 files)
47658 ____________________________________________________________________________
47659 [  7769] By: gsar                                  on 2000/11/20  11:29:06
47660         Log: integrate changes#6261..6266 from cfgperl
47661              
47662              Subject: Re: [PATCH cfgperl] BOMs away!
47663              From: simon@brecon.co.uk (Simon Cozens)
47664              Date: 17 Jun 2000 11:49:57 GMT
47665              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
47666              
47667              Subject: 5.6.0 Patch for EPOC
47668              From: Olaf Flebbe <o.flebbe@gmx.de>
47669              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
47670              Message-ID: <23449.960929969@www11.gmx.net>
47671              
47672              tr fixes from Simon Cozens
47673              
47674              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
47675              From: Marty Lucich <marty@netcom.com>
47676              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
47677              Message-Id: <200006282116.OAA11148@netcom.com>
47678              ccdlflags update (the BSD/OS 4.1 part had already been taken
47679              care of by #6141).
47680              
47681              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
47682              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
47683              Date: Wed, 28 Jun 2000 17:50:12 -0700
47684              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
47685              
47686              Subject: [PATCH 5.6.0] cygwin port
47687              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
47688              From: "Fifer, Eric" <EFifer@sanwaint.com>
47689              Date: Thu, 29 Jun 2000 12:58:29 +0100
47690      Branch: maint-5.6/perl
47691           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
47692           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
47693           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
47694           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
47695 ____________________________________________________________________________
47696 [  7768] By: gsar                                  on 2000/11/20  11:13:44
47697         Log: integrate changes#6252..6256,6259..6260
47698              
47699              Paranoia tweak on #6249.
47700              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
47701              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
47702              Date: Sun, 25 Jun 2000 23:43:12 -0400
47703              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
47704              
47705              Subject: tr///, help wanted.
47706              From: simon@brecon.co.uk (Simon Cozens)
47707              Date: 28 Jun 2000 11:29:04 GMT
47708              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
47709              
47710              small thinko tweaks
47711              
47712              tweaks from Simon Conzes to further fix tr/// under utf8
47713              
47714              perlnewmod was missing from MANIFEST.
47715              
47716              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
47717              From: simon@brecon.co.uk (Simon Cozens)
47718              Date: 17 Jun 2000 11:56:44 GMT
47719              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
47720              pack U0, pack C0
47721      Branch: maint-5.6/perl
47722           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
47723           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
47724           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
47725           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
47726 ____________________________________________________________________________
47727 [  7767] By: gsar                                  on 2000/11/20  10:51:38
47728         Log: integrate change#6250 from cfgperl
47729              
47730              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
47731              From: Doug MacEachern <dougm@covalent.net>
47732              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
47733              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
47734      Branch: maint-5.6/perl
47735           +> t/op/my_stash.t
47736           !> MANIFEST embed.pl global.sym proto.h toke.c
47737 ____________________________________________________________________________
47738 [  7766] By: gsar                                  on 2000/11/20  10:48:34
47739         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
47740              
47741              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
47742              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
47743              Date: Mon, 26 Jun 2000 18:40:14 +0100
47744              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
47745              
47746              Subject: [PATCH] bytes<->utf8 fixes
47747              From: simon@brecon.co.uk (Simon Cozens)
47748              Date: 26 Jun 2000 04:55:45 GMT
47749              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
47750              
47751              Subject: [PATCH] is_utf8_string
47752              From: simon@brecon.co.uk (Simon Cozens)
47753              Date: 26 Jun 2000 02:25:59 GMT
47754              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
47755              
47756              Subject: [PATCH] avoid mg_ptr in '*' magic
47757              From: Doug MacEachern <dougm@covalent.net>
47758              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
47759              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
47760              
47761              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
47762              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
47763              Date: Sat, 24 Jun 2000 13:06:20 +0100
47764              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
47765              
47766              Allow for standalone testing.
47767              
47768              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
47769              From: Mark-Jason Dominus <mjd@plover.com>
47770              Date: Tue, 27 Jun 2000 22:36:42 -0400
47771              Message-ID: <20000628023642.12166.qmail@plover.com>
47772              
47773              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
47774              From: Frank Tobin <ftobin@uiuc.edu>
47775              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
47776              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
47777      Branch: maint-5.6/perl
47778           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
47779           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
47780           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
47781           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
47782           !> utf8.c utils/h2xs.PL
47783 ____________________________________________________________________________
47784 [  7765] By: gsar                                  on 2000/11/20  10:29:13
47785         Log: integrate change#6239 from cfgperl
47786              
47787              Configure maintenance.  Sever some dependency cycles,
47788              separate gccversion from the cc unit,
47789              address [ID 20000623.006] Configure script patch for using gcc on AIX
47790              (but solve it a little bit differently),
47791              unduplex some accidentally duplicated units,
47792              suggest using gcc if no cc available
47793              (p5p thread: "Solaris configure: counterproposal", 1999-09)
47794      Branch: maint-5.6/perl
47795           !> Configure Todo-5.6 config_h.SH
47796 ____________________________________________________________________________
47797 [  7764] By: gsar                                  on 2000/11/20  10:25:55
47798         Log: integrate changes#6233..6238 from cfgperl
47799              
47800              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
47801              From: Mark-Jason Dominus <mjd@plover.com>
47802              Date: Fri, 16 Jun 2000 20:53:04 -0400
47803              Message-ID: <20000617005304.8008.qmail@plover.com>
47804              
47805              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
47806              because when run as services (Win32ese for daemons)
47807              no environment variables are set and tmpdir ends up as /tmp,
47808              which is ambiguous.
47809              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
47810              From: matt@sergeant.org
47811              Date: 16 Jun 2000 16:30:43 -0000
47812              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
47813              
47814              The thread begun by
47815              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
47816              From: Kevin.Ruscoe@ubsw.com
47817              Date: Fri, 16 Jun 2000 16:38:51 +0100
47818              Message-Id: <H000019b03c300d6@MHS>
47819              
47820              Tweak embed.pl, regen headers.
47821              
47822              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
47823              From: Dan Sugalski <dan@sidhe.org>
47824              Date: Fri, 23 Jun 2000 17:00:00 -0400
47825              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
47826      Branch: maint-5.6/perl
47827           !> (integrate 27 files)
47828 ____________________________________________________________________________
47829 [  7763] By: gsar                                  on 2000/11/20  10:08:08
47830         Log: s/perl56delta/perldelta/g
47831      Branch: maint-5.6/perl
47832            ! pod/Makefile
47833 ____________________________________________________________________________
47834 [  7762] By: gsar                                  on 2000/11/20  10:04:00
47835         Log: integrate changes#6225,6229,6231,6232 from cfgperl
47836              
47837              Add source code filenames to apidoc.
47838              From: simon@brecon.co.uk (Simon Cozens)
47839              Subject: [PATCH embed.pl] Source X-ref
47840              Date: 22 Jun 2000 02:18:49 GMT
47841              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
47842              
47843              Subject: README.hpux version 0.6.1
47844              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
47845              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
47846              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
47847              
47848              Subject: [PATCH 5.6.0] cygwin port
47849              From: "Fifer, Eric" <EFifer@sanwaint.com>
47850              Date: Tue, 20 Jun 2000 14:30:58 +0100
47851              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
47852              
47853              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
47854              From: simon@brecon.co.uk (Simon Cozens)
47855              Date: 19 Jun 2000 15:18:27 GMT
47856              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
47857              
47858              plus update pod/Makefile and regenerate perltoc
47859      Branch: maint-5.6/perl
47860           +> pod/perlutil.pod
47861           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
47862           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
47863 ____________________________________________________________________________
47864 [  7761] By: jhi                                   on 2000/11/20  04:09:55
47865         Log: Miraculous typo.
47866      Branch: perl
47867            ! t/op/pat.t
47868 ____________________________________________________________________________
47869 [  7760] By: jhi                                   on 2000/11/20  04:06:08
47870         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
47871              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47872              Date: Sun, 19 Nov 2000 22:30:26 -0500
47873              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
47874      Branch: perl
47875            ! regexec.c scope.h t/op/pat.t
47876 ____________________________________________________________________________
47877 [  7759] By: jhi                                   on 2000/11/20  02:05:22
47878         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
47879      Branch: perl
47880            ! perl.h
47881 ____________________________________________________________________________
47882 [  7758] By: jhi                                   on 2000/11/20  01:58:11
47883         Log: Subject: [perl 7711: EPOC] updates
47884              From: Olaf Flebbe <o.flebbe@gmx.de>
47885              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
47886              Message-ID: <25575.974658810@www23.gmx.net>               
47887      Branch: perl
47888            + lib/File/Spec/Epoc.pm
47889            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
47890            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
47891            ! lib/File/Spec.pm perl.c sv.c
47892 ____________________________________________________________________________
47893 [  7757] By: jhi                                   on 2000/11/20  01:53:11
47894         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
47895      Branch: perl
47896            ! MANIFEST
47897 ____________________________________________________________________________
47898 [  7756] By: jhi                                   on 2000/11/20  01:47:22
47899         Log: Integrate perlio.
47900      Branch: perl
47901            - ext/re/hints/MSWin32.pl
47902           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
47903           !> win32/config.gc win32/config_H.gc win32/win32sck.c
47904 ____________________________________________________________________________
47905 [  7755] By: nick                                  on 2000/11/19  20:57:17
47906         Log: Add dummy crlf layer (just as buffer)
47907              Correct 1st bug - one layer of indirection.
47908      Branch: perlio
47909            ! perlio.c perlio.h perliol.h
47910 ____________________________________________________________________________
47911 [  7754] By: nick                                  on 2000/11/19  20:56:12
47912         Log: Work-round to Perl_deb_nocontext is no longer required
47913      Branch: perlio
47914            - ext/re/hints/MSWin32.pl
47915 ____________________________________________________________________________
47916 [  7753] By: nick                                  on 2000/11/19  20:01:16
47917         Log: diff -se shows these as different
47918      Branch: perlio
47919            ! global.sym pod/perlapi.pod
47920 ____________________________________________________________________________
47921 [  7752] By: nick                                  on 2000/11/19  18:57:30
47922         Log: Configure GCC/Win32 build -Duseperlio
47923              Fix a couple of gross issues
47924              - double-include of ../deb.o in re.dll
47925              - win32sck.c needs PerlIO and FILE 
47926      Branch: perlio
47927            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
47928            ! win32/win32sck.c
47929 ____________________________________________________________________________
47930 [  7751] By: nick                                  on 2000/11/19  17:05:36
47931         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
47932      Branch: perlio
47933            ! perlio.c
47934 ____________________________________________________________________________
47935 [  7750] By: nick                                  on 2000/11/19  16:57:14
47936         Log: Missing aTHX_
47937      Branch: perlio
47938            ! sv.c
47939 ____________________________________________________________________________
47940 [  7749] By: jhi                                   on 2000/11/19  16:28:40
47941         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
47942              From: "Peter J. Farley III" <pjfarley@banet.net>
47943              Date: Sun, 19 Nov 2000 01:42:58 -0500
47944              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
47945      Branch: perl
47946            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
47947 ____________________________________________________________________________
47948 [  7748] By: jhi                                   on 2000/11/19  16:08:10
47949         Log: Subject: podlators 1.05 available        
47950              From: Russ Allbery <rra@stanford.edu>   
47951              Date: 18 Nov 2000 22:04:28 -0800
47952              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
47953      Branch: perl
47954            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
47955 ____________________________________________________________________________
47956 [  7747] By: nick                                  on 2000/11/19  11:19:39
47957         Log: Integrate mainline
47958      Branch: perlio
47959           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
47960           !> util.c
47961 ____________________________________________________________________________
47962 [  7746] By: jhi                                   on 2000/11/19  06:42:22
47963         Log: Make hex scanning warn on "\x{x}" and "\xx".
47964              "\x" and and hex("x") are still valid.
47965      Branch: perl
47966            ! util.c
47967 ____________________________________________________________________________
47968 [  7745] By: nick                                  on 2000/11/18  22:52:28
47969         Log: Integrate mainline
47970      Branch: perlio
47971           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
47972           !> perl.h perlio.c proto.h regcomp.c regcomp.h
47973 ____________________________________________________________________________
47974 [  7744] By: jhi                                   on 2000/11/18  22:50:28
47975         Log: Introduce Perl_utf8_length().  Use it.
47976      Branch: perl
47977            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
47978 ____________________________________________________________________________
47979 [  7743] By: jhi                                   on 2000/11/18  22:38:51
47980         Log: Compiler denit.
47981      Branch: perl
47982            ! perlio.c
47983 ____________________________________________________________________________
47984 [  7742] By: jhi                                   on 2000/11/18  20:33:05
47985         Log: Integrate perlio.
47986      Branch: perl
47987           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
47988           !> perlio.h pp_ctl.c pp_sys.c sv.c
47989 ____________________________________________________________________________
47990 [  7741] By: jhi                                   on 2000/11/18  20:31:27
47991         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
47992              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47993              Date: Fri, 17 Nov 2000 20:35:11 -0500
47994              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
47995              
47996              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
47997              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47998              Date: Fri, 17 Nov 2000 21:03:47 -0500
47999              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
48000              
48001              Plus a little bit of tweaking in pregcomp().
48002      Branch: perl
48003            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
48004 ____________________________________________________________________________
48005 [  7740] By: nick                                  on 2000/11/18  20:17:22
48006         Log: Lexical use open ... support:
48007              add ->cop_io to COP structure in cop.h.
48008              Make mg.c and gv.c associate it with ${^OPEN}.
48009              Make lib/open.pm set it.
48010              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
48011              manner similar to ->cop_warnings.
48012              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
48013              call new PerlIO_apply_layers().
48014              Declare latter in perlio.h and define in perlio.c
48015      Branch: perlio
48016            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
48017            ! perlio.h pp_ctl.c pp_sys.c sv.c
48018 ____________________________________________________________________________
48019 [  7739] By: jhi                                   on 2000/11/18  19:54:00
48020         Log: Integrate perlio.
48021      Branch: perl
48022           !> doio.c perlio.c pp.c
48023 ____________________________________________________________________________
48024 [  7738] By: jhi                                   on 2000/11/18  17:16:13
48025         Log: Subject: [PATCH 5.7.0] etags broken again
48026              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48027              Date: Sat, 18 Nov 2000 02:41:36 -0500
48028              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
48029      Branch: perl
48030            ! emacs/ptags
48031 ____________________________________________________________________________
48032 [  7737] By: jhi                                   on 2000/11/18  17:12:18
48033         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
48034      Branch: perl
48035            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
48036 ____________________________________________________________________________
48037 [  7736] By: nick                                  on 2000/11/18  14:06:20
48038         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
48039              part to be isolated.
48040      Branch: perlio
48041            ! doio.c perlio.c
48042 ____________________________________________________________________________
48043 [  7735] By: nick                                  on 2000/11/18  11:03:32
48044         Log: Integrate mainline
48045      Branch: perlio
48046           !> Changes README.amiga README.win32 patchlevel.h
48047           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
48048 ____________________________________________________________________________
48049 [  7734] By: jhi                                   on 2000/11/18  01:18:56
48050         Log: Update Changes.
48051      Branch: perl
48052            ! Changes patchlevel.h
48053 ____________________________________________________________________________
48054 [  7733] By: jhi                                   on 2000/11/18  00:32:54
48055         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
48056              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48057              Date: Fri, 17 Nov 2000 17:28:02 -0500
48058              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
48059      Branch: perl
48060            ! regcomp.c regexec.c t/op/re_tests
48061 ____________________________________________________________________________
48062 [  7732] By: jhi                                   on 2000/11/18  00:28:56
48063         Log: Sparc 64-bit pack() fix from Jens Hamisch.
48064      Branch: perl
48065            ! pp.c
48066 ____________________________________________________________________________
48067 [  7731] By: jhi                                   on 2000/11/18  00:18:39
48068         Log: Explain in more detail the {} syntax ambiguousity.
48069              
48070              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
48071              From: Nicholas Clark <nick@ccl4.org>
48072              Date: Fri, 17 Nov 2000 22:10:28 +0000
48073              Message-ID: <20001117221028.A88930@plum.flirble.org>
48074      Branch: perl
48075            ! pod/perlfunc.pod
48076 ____________________________________________________________________________
48077 [  7730] By: jhi                                   on 2000/11/18  00:12:18
48078         Log: Subject: Fix for README.amiga (20000323.033)
48079              From: "Stephen P. Potter" <spp@spotter.yi.org>
48080              Date: Fri, 17 Nov 2000 12:25:51 -0500
48081              Message-Id: <200011171725.MAA05768@spotter.yi.org>
48082      Branch: perl
48083            ! README.amiga
48084 ____________________________________________________________________________
48085 [  7729] By: jhi                                   on 2000/11/18  00:08:34
48086         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
48087              From: "A. C. Yardley" <yardley@tanet.net>
48088              Date: Mon, 3 Apr 2000 11:35:33 -0700
48089              Message-ID: <3483.000403@tanet.net>
48090      Branch: perl
48091            ! README.win32
48092 ____________________________________________________________________________
48093 [  7728] By: nick                                  on 2000/11/17  21:59:47
48094         Log: Integrate mainline
48095      Branch: perlio
48096           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
48097           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
48098           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
48099           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
48100 ____________________________________________________________________________
48101 [  7727] By: nick                                  on 2000/11/17  21:56:31
48102         Log: Experiment on use of attributes.pm interface.
48103              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
48104              SVt_PVRV if not already something better (else vivify of say magic gets
48105              core dump).
48106      Branch: perlio
48107            ! perlio.c pp.c
48108 ____________________________________________________________________________
48109 [  7726] By: jhi                                   on 2000/11/17  14:15:49
48110         Log: Subject: Fix for 20000815.006
48111              From: "Stephen P. Potter" <spp@spotter.yi.org>
48112              Date: Fri, 17 Nov 2000 08:57:45 -0500
48113              Message-Id: <200011171357.IAA05122@spotter.yi.org>
48114              
48115              It's really 20000518.006.
48116      Branch: perl
48117            ! pod/perlmodlib.PL
48118 ____________________________________________________________________________
48119 [  7725] By: jhi                                   on 2000/11/17  14:12:31
48120         Log: Subject: Fix for 20000409.001
48121              From: "Stephen P. Potter" <spp@spotter.yi.org>
48122              Date: Fri, 17 Nov 2000 08:55:45 -0500
48123              Message-Id: <200011171355.IAA05104@spotter.yi.org>
48124      Branch: perl
48125            ! pod/perlfaq9.pod
48126 ____________________________________________________________________________
48127 [  7724] By: jhi                                   on 2000/11/17  14:08:58
48128         Log: Undo #7627 now that we have =head3.
48129      Branch: perl
48130            ! pod/perlhack.pod
48131 ____________________________________________________________________________
48132 [  7723] By: jhi                                   on 2000/11/17  14:04:09
48133         Log: As surmised the #7719 wasn't a good move.
48134      Branch: perl
48135            ! hints/solaris_2.sh
48136 ____________________________________________________________________________
48137 [  7722] By: jhi                                   on 2000/11/17  13:59:04
48138         Log: Also the 64bitall hints can be either here or there.
48139      Branch: perl
48140            ! hints/solaris_2.sh
48141 ____________________________________________________________________________
48142 [  7721] By: jhi                                   on 2000/11/17  02:26:23
48143         Log: Test tweak for the open pragma.
48144      Branch: perl
48145            ! t/lib/b.t
48146 ____________________________________________________________________________
48147 [  7720] By: jhi                                   on 2000/11/17  00:23:22
48148         Log: The long double hints can be here or there.
48149      Branch: perl
48150            ! hints/solaris_2.sh
48151 ____________________________________________________________________________
48152 [  7719] By: jhi                                   on 2000/11/17  00:14:06
48153         Log: For Solaris use64bitall the stdchar needs a little bit of help.
48154      Branch: perl
48155            ! hints/solaris_2.sh
48156 ____________________________________________________________________________
48157 [  7718] By: jhi                                   on 2000/11/16  23:27:34
48158         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
48159              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
48160              Date: Wed, 15 Nov 2000 08:56:32 +0100
48161              Message-ID: <3A1241B0.64477E00@alcatel.at>
48162      Branch: perl
48163            ! lib/Carp/Heavy.pm
48164 ____________________________________________________________________________
48165 [  7717] By: jhi                                   on 2000/11/16  23:23:29
48166         Log: Subject: [PATCH] Re: 20001101.003 PDL
48167              From: Nicholas Clark <nick@ccl4.org>
48168              Date: Thu, 16 Nov 2000 16:48:25 +0000
48169              Message-ID: <20001116164825.B93487@plum.flirble.org>
48170      Branch: perl
48171            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
48172 ____________________________________________________________________________
48173 [  7716] By: jhi                                   on 2000/11/16  23:21:31
48174         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
48175              From: "Casey R. Tweten" <crt@kiski.net>
48176              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
48177              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
48178      Branch: perl
48179            ! lib/Pod/Checker.pm pod/perlpod.pod
48180 ____________________________________________________________________________
48181 [  7715] By: jhi                                   on 2000/11/16  23:19:40
48182         Log: Avoid an infinite loop in VMS when utils scripts are run
48183              with no arguments, from Charles Lane.
48184      Branch: perl
48185            ! configure.com
48186 ____________________________________________________________________________
48187 [  7714] By: jhi                                   on 2000/11/16  23:17:08
48188         Log: Subject: perllocale.pod changes
48189              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
48190              Date: Mon, 13 Nov 2000 10:09:22 +0300
48191              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
48192      Branch: perl
48193            ! pod/perllocale.pod
48194 ____________________________________________________________________________
48195 [  7713] By: jhi                                   on 2000/11/16  23:14:06
48196         Log: Integrate perlio.
48197      Branch: perl
48198           !> doio.c perlio.c perlio.h util.c
48199 ____________________________________________________________________________
48200 [  7712] By: nick                                  on 2000/11/16  21:10:58
48201         Log: Integrate mainline
48202      Branch: perlio
48203           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
48204           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
48205           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
48206           !> vos/config.ga.def vos/config.ga.h win32/config.bc
48207           !> win32/config.gc win32/config.vc
48208 ____________________________________________________________________________
48209 [  7711] By: nick                                  on 2000/11/16  19:56:41
48210         Log: Minor tweaks:
48211              consistent way of getting 'rb', 'wb' etc. for binary opens
48212              move *perlio::layers to *open::layers
48213              a #define to show layers available
48214              DOSISH popen/PerlIO had export/import sense inverted.
48215      Branch: perlio
48216            ! doio.c perlio.c perlio.h util.c
48217 ____________________________________________________________________________
48218 [  7710] By: jhi                                   on 2000/11/16  15:46:05
48219         Log: Add HAS_SBRK_PROTO.
48220      Branch: metaconfig/U/perl
48221            + d_sbrkproto.U
48222      Branch: perl
48223            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
48224            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
48225            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
48226            ! vos/config.ga.def vos/config.ga.h win32/config.bc
48227            ! win32/config.gc win32/config.vc
48228 ____________________________________________________________________________
48229 [  7709] By: nick                                  on 2000/11/16  07:31:49
48230         Log: Integrate mainline
48231      Branch: perlio
48232           !> (integrate 35 files)
48233 ____________________________________________________________________________
48234 [  7708] By: jhi                                   on 2000/11/16  05:33:03
48235         Log: These files are text, not binary.
48236      Branch: perl
48237            ! ext/Encode/Encode/iso8859-10.enc
48238            ! ext/Encode/Encode/iso8859-13.enc
48239            ! ext/Encode/Encode/iso8859-14.enc
48240            ! ext/Encode/Encode/iso8859-15.enc
48241 ____________________________________________________________________________
48242 [  7707] By: jhi                                   on 2000/11/16  01:53:37
48243         Log: Update Changes.
48244      Branch: perl
48245            ! Changes patchlevel.h
48246 ____________________________________________________________________________
48247 [  7706] By: jhi                                   on 2000/11/16  01:35:59
48248         Log: More #undefing of stdio.
48249      Branch: perl
48250            ! fakesdio.h nostdio.h
48251 ____________________________________________________________________________
48252 [  7705] By: jhi                                   on 2000/11/16  01:34:18
48253         Log: Add fwalk() probe to the configuration files and regen perltoc.
48254      Branch: perl
48255            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
48256            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
48257            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
48258            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
48259            ! win32/config.bc win32/config.gc win32/config.vc
48260 ____________________________________________________________________________
48261 [  7704] By: jhi                                   on 2000/11/16  01:33:07
48262         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
48263              an optional third argument to Inlibc?)
48264      Branch: metaconfig/U/perl
48265            + d__fwalk.U
48266 ____________________________________________________________________________
48267 [  7703] By: jhi                                   on 2000/11/16  01:09:22
48268         Log: The type of the hash_cb() size argument is tricky.
48269      Branch: perl
48270            ! ext/DB_File/DB_File.xs
48271 ____________________________________________________________________________
48272 [  7702] By: jhi                                   on 2000/11/15  23:01:16
48273         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
48274      Branch: perl
48275            ! nostdio.h
48276 ____________________________________________________________________________
48277 [  7701] By: jhi                                   on 2000/11/15  22:52:32
48278         Log: Detypo.
48279      Branch: perl
48280            ! t/lib/bigfltpm.t
48281 ____________________________________________________________________________
48282 [  7700] By: jhi                                   on 2000/11/15  22:51:56
48283         Log: UINT64_C() work continues.
48284      Branch: perl
48285            ! handy.h perl.h utf8.h
48286 ____________________________________________________________________________
48287 [  7699] By: jhi                                   on 2000/11/15  14:13:04
48288         Log: SOCKS has its own USE_THREADS, based on
48289              
48290              Subject: [ID 20001114.002] et. al. bugfix followup
48291              From: Jens Hamisch <jens@Strawberry.COM> 
48292              Date: Wed, 15 Nov 2000 14:23:11 +0100
48293              Message-ID: <20001115142311.A21164@Strawberry.COM>
48294      Branch: perl
48295            ! perl.h
48296 ____________________________________________________________________________
48297 [  7698] By: jhi                                   on 2000/11/15  03:50:56
48298         Log: Add few missing #undefs and sort them.
48299      Branch: perl
48300            ! fakesdio.h
48301 ____________________________________________________________________________
48302 [  7697] By: jhi                                   on 2000/11/15  03:39:14
48303         Log: Linenumber fix.
48304      Branch: perl
48305            ! t/pragma/warn/utf8
48306 ____________________________________________________________________________
48307 [  7696] By: jhi                                   on 2000/11/15  02:55:26
48308         Log: EBCDIC tweaks.
48309              
48310              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
48311              From: Peter Prymmer <pvhp@forte.com>
48312              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
48313              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
48314      Branch: perl
48315            ! t/op/regmesg.t t/pragma/warn/utf8
48316 ____________________________________________________________________________
48317 [  7695] By: jhi                                   on 2000/11/15  02:53:58
48318         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
48319              From: Peter Prymmer <pvhp@forte.com>
48320              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
48321              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
48322      Branch: perl
48323            ! utf8.c
48324 ____________________________________________________________________________
48325 [  7694] By: jhi                                   on 2000/11/15  02:50:55
48326         Log: Subject: [PATCH: perl@7674] updates to README.os390
48327              From: Prymmer/Kahn <pvhp@best.com>
48328              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
48329              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
48330      Branch: perl
48331            ! README.os390
48332 ____________________________________________________________________________
48333 [  7693] By: jhi                                   on 2000/11/15  02:48:37
48334         Log: Quit utf8_to_uv() instantly if curlen == 0.
48335      Branch: perl
48336            ! utf8.c
48337 ____________________________________________________________________________
48338 [  7692] By: jhi                                   on 2000/11/15  02:24:29
48339         Log: Use u_int32_t for the size of hash_cb(), not size_t.
48340              
48341              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
48342              From: Jens Hamisch <jens@Strawberry.COM>     
48343              Date: Tue, 14 Nov 2000 19:03:55 +0100
48344              Message-Id: <20001114190355.A20559@Strawberry.COM>
48345      Branch: perl
48346            ! ext/DB_File/DB_File.xs
48347 ____________________________________________________________________________
48348 [  7691] By: jhi                                   on 2000/11/15  02:20:12
48349         Log: Use UINT64_C().
48350              
48351              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
48352              From: Jens Hamisch <jens@Strawberry.COM>
48353              Date: Tue, 14 Nov 2000 19:16:23 +0100
48354              Message-Id: <20001114191623.G20559@Strawberry.COM>
48355      Branch: perl
48356            ! utf8.c utf8.h
48357 ____________________________________________________________________________
48358 [  7690] By: jhi                                   on 2000/11/15  02:17:06
48359         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
48360              (a macro to define signed and unsigned integer constants).
48361      Branch: perl
48362            ! handy.h
48363 ____________________________________________________________________________
48364 [  7689] By: jhi                                   on 2000/11/15  01:56:51
48365         Log: Regen Configure.
48366      Branch: perl
48367            ! Configure
48368 ____________________________________________________________________________
48369 [  7688] By: jhi                                   on 2000/11/15  01:56:32
48370         Log: Make the unit know about SOCKS.
48371      Branch: metaconfig
48372            ! U/protos/socksizetype.U
48373 ____________________________________________________________________________
48374 [  7687] By: jhi                                   on 2000/11/15  01:54:47
48375         Log: Remove unused dependencies.
48376      Branch: metaconfig
48377            ! U/compline/d_getpagsz.U
48378 ____________________________________________________________________________
48379 [  7686] By: nick                                  on 2000/11/14  21:25:13
48380         Log: Integrate mainline.
48381      Branch: perlio
48382           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
48383           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
48384           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
48385           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
48386           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
48387           !> win32/config.bc win32/config.gc win32/config.vc
48388           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
48389 ____________________________________________________________________________
48390 [  7685] By: jhi                                   on 2000/11/14  17:54:56
48391         Log: Integrate perlio.
48392      Branch: perl
48393           +> fakesdio.h perliol.h
48394           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
48395           !> perlsdio.h perlsfio.h pod/perlfunc.pod
48396 ____________________________________________________________________________
48397 [  7684] By: nick                                  on 2000/11/14  17:43:04
48398         Log: PerlIO #include and #ifdef re-work.
48399      Branch: perlio
48400            + fakesdio.h perliol.h
48401            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
48402            ! perlsdio.h perlsfio.h
48403 ____________________________________________________________________________
48404 [  7683] By: jhi                                   on 2000/11/14  15:42:40
48405         Log: Hoist the duplicated socket/netdb include logic to perl.h;
48406              undef SETERRNO in case SOCKS has defined it.  Based on:
48407              
48408              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
48409              From: Jens Hamisch <jens@Strawberry.COM> 
48410              Date: Tue, 14 Nov 2000 11:34:40 +0100
48411              Message-Id: <20001114113440.A20005@Strawberry.COM>
48412      Branch: perl
48413            ! doio.c perl.h pp_sys.c
48414 ____________________________________________________________________________
48415 [  7682] By: jhi                                   on 2000/11/14  14:07:28
48416         Log: Subject: some additions for makefiles for win32 (for perl@7674)
48417              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
48418              Date: Tue, 14 Nov 2000 09:31:13 +0300
48419              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
48420      Branch: perl
48421            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
48422            ! win32/makefile.mk
48423 ____________________________________________________________________________
48424 [  7681] By: jhi                                   on 2000/11/14  14:01:41
48425         Log: Subject: tiny typo in perl5db.pl
48426              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
48427              Date: Tue, 14 Nov 2000 09:29:28 +0300
48428              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
48429      Branch: perl
48430            ! lib/perl5db.pl
48431 ____________________________________________________________________________
48432 [  7680] By: jhi                                   on 2000/11/14  04:13:50
48433         Log: Redo #7679 with LFs instead of CRLFs.
48434      Branch: perl
48435            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
48436            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
48437            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
48438 ____________________________________________________________________________
48439 [  7679] By: jhi                                   on 2000/11/14  01:21:09
48440         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
48441              From: Benjamin Stuhl <tiriath@yahoo.com> 
48442              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
48443              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
48444      Branch: perl
48445            + win32/bin/mdelete.bat
48446            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
48447            ! makedef.pl perlio.c win32/Makefile win32/config.gc
48448            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
48449 ____________________________________________________________________________
48450 [  7678] By: jhi                                   on 2000/11/14  01:19:20
48451         Log: Fix the re extension building for Win32.
48452              
48453              Subject: [PATCH perl@7638] Get PerlIO building on Win32
48454              From: Benjamin Stuhl <tiriath@yahoo.com> 
48455              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
48456              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
48457      Branch: perl
48458            + ext/re/hints/MSWin32.pl
48459            ! MANIFEST
48460 ____________________________________________________________________________
48461 [  7677] By: jhi                                   on 2000/11/14  01:13:54
48462         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
48463              From: sthoenna@efn.org
48464              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
48465              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
48466      Branch: perl
48467            ! doop.c pp.c toke.c utf8.c utf8.h
48468 ____________________________________________________________________________
48469 [  7676] By: jhi                                   on 2000/11/13  20:23:15
48470         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
48471              From: Nicholas Clark <nick@ccl4.org>
48472              Date: Mon, 13 Nov 2000 18:55:04 +0000
48473              Message-ID: <20001113185504.J29183@plum.flirble.org>
48474      Branch: perl
48475            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
48476 ____________________________________________________________________________
48477 [  7675] By: nick                                  on 2000/11/13  20:21:57
48478         Log: Integrate mainline ...
48479      Branch: perlio
48480           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
48481           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
48482           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
48483           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
48484 ____________________________________________________________________________
48485 [  7674] By: jhi                                   on 2000/11/13  15:07:56
48486         Log: Update Changes.
48487      Branch: perl
48488            ! Changes patchlevel.h
48489 ____________________________________________________________________________
48490 [  7673] By: jhi                                   on 2000/11/13  14:42:42
48491         Log: Remove the new two tests of lib/io_xs for now, they seem to
48492              fail under perlio on some platforms.
48493      Branch: perl
48494            ! t/lib/io_xs.t
48495 ____________________________________________________________________________
48496 [  7672] By: jhi                                   on 2000/11/13  13:57:53
48497         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
48498      Branch: perl
48499            ! perlio.c
48500 ____________________________________________________________________________
48501 [  7671] By: jhi                                   on 2000/11/13  05:30:48
48502         Log: Placate nervous compilers that see longer than ints switch()ing.
48503      Branch: perl
48504            ! utf8.c
48505 ____________________________________________________________________________
48506 [  7670] By: jhi                                   on 2000/11/13  05:14:21
48507         Log: fputs() does return EOF on error but here we don't care.
48508      Branch: perl
48509            ! perlio.c
48510 ____________________________________________________________________________
48511 [  7669] By: jhi                                   on 2000/11/13  05:02:45
48512         Log: Declare reg_data like reg_substr_data.
48513      Branch: perl
48514            ! regexp.h
48515 ____________________________________________________________________________
48516 [  7668] By: jhi                                   on 2000/11/13  04:54:34
48517         Log: Typos in #7667.
48518      Branch: perl
48519            ! perl.h
48520 ____________________________________________________________________________
48521 [  7667] By: jhi                                   on 2000/11/13  04:49:49
48522         Log: Cleanup messy #ifdef.
48523      Branch: perl
48524            ! perl.h
48525 ____________________________________________________________________________
48526 [  7666] By: jhi                                   on 2000/11/13  04:17:34
48527         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
48528              From: Nicholas Clark <nick@talking.bollo.cx>
48529              Date: Sun, 12 Nov 2000 21:14:11 +0000
48530              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
48531              
48532              Note: only one breakage of the two reported is fixed by this patch.
48533      Branch: perl
48534            ! perlio.c
48535 ____________________________________________________________________________
48536 [  7665] By: jhi                                   on 2000/11/13  04:05:07
48537         Log: Tweak the definition of the bit complement on UTF-8 data:
48538              if none of the characters in the string are > 0xff,
48539              the result is a complemented byte string, not a (UTF-8)
48540              char string.  Based on the summary in
48541              
48542              Subject: Re: [ID 20000918.005] ~ on wide chars
48543              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
48544              Date: Fri, 10 Nov 2000 09:47:15 -0800
48545              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
48546              
48547              This should give us the maximum backward (pre-char string)
48548              compatibility and utf8 compatibility.  The other alternative
48549              would be to limit the bit complement to be always byte only,
48550              taking the least significant byte of the chars.
48551      Branch: perl
48552            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
48553 ____________________________________________________________________________
48554 [  7664] By: jhi                                   on 2000/11/13  00:23:44
48555         Log: Couple of tests from #7660 salvaged.
48556      Branch: perl
48557            - t/op/tell.t
48558            ! MANIFEST t/io/tell.t
48559 ____________________________________________________________________________
48560 [  7663] By: jhi                                   on 2000/11/13  00:02:48
48561         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
48562              From: Nicholas Clark <nick@talking.bollo.cx>
48563              Date: Sun, 12 Nov 2000 21:23:43 +0000
48564              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
48565      Branch: perl
48566            ! perlsfio.h
48567 ____________________________________________________________________________
48568 [  7662] By: jhi                                   on 2000/11/13  00:01:39
48569         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
48570              From: Nicholas Clark <nick@talking.bollo.cx>
48571              Date: Sun, 12 Nov 2000 21:30:04 +0000
48572              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
48573      Branch: perl
48574            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
48575 ____________________________________________________________________________
48576 [  7661] By: jhi                                   on 2000/11/12  23:57:29
48577         Log: Document tell() on special streams.
48578      Branch: perl
48579            ! pod/perlfunc.pod
48580 ____________________________________________________________________________
48581 [  7660] By: jhi                                   on 2000/11/12  23:54:22
48582         Log: (Subsumed by #7664)
48583      Branch: perl
48584            + t/op/tell.t
48585            ! MANIFEST
48586 ____________________________________________________________________________
48587 [  7659] By: jhi                                   on 2000/11/12  22:55:25
48588         Log: Many subdocumented return values of the IO extension now documented.
48589              ungetc and write still left subdocumented.
48590              
48591              Subject: [PATCH] (was Re: IO::Handle::ungetc)
48592              From: Nicholas Clark <nick@talking.bollo.cx>
48593              Date: Sun, 12 Nov 2000 21:35:53 +0000
48594              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
48595      Branch: perl
48596            ! ext/IO/lib/IO/Handle.pm
48597 ____________________________________________________________________________
48598 [  7658] By: jhi                                   on 2000/11/12  21:37:06
48599         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
48600              From: Nicholas Clark <nick@talking.bollo.cx>
48601              Date: Sun, 12 Nov 2000 20:03:22 +0000
48602              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
48603      Branch: perl
48604            ! pod/perlfunc.pod
48605 ____________________________________________________________________________
48606 [  7657] By: jhi                                   on 2000/11/12  20:34:55
48607         Log: Integrate perlio.
48608      Branch: perl
48609           !> perlio.c
48610 ____________________________________________________________________________
48611 [  7656] By: nick                                  on 2000/11/12  19:25:06
48612         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
48613      Branch: perlio
48614            ! perlio.c
48615 ____________________________________________________________________________
48616 [  7655] By: nick                                  on 2000/11/12  19:09:41
48617         Log: Integrate mainline
48618      Branch: perlio
48619           +> README.solaris ext/Encode/Encode/cp1006.enc
48620           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
48621           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
48622           +> ext/Encode/Encode/iso8859-13.enc
48623           +> ext/Encode/Encode/iso8859-14.enc
48624           +> ext/Encode/Encode/iso8859-15.enc
48625           !> (integrate 34 files)
48626 ____________________________________________________________________________
48627 [  7654] By: jhi                                   on 2000/11/12  19:00:22
48628         Log: Add a metaconfig unit for fsync.
48629      Branch: metaconfig/U/perl
48630            + d_fsync.U
48631 ____________________________________________________________________________
48632 [  7653] By: jhi                                   on 2000/11/12  19:00:01
48633         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
48634      Branch: perl
48635            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
48636            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
48637            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
48638            ! vos/config.ga.h win32/config.bc win32/config.gc
48639            ! win32/config.vc
48640 ____________________________________________________________________________
48641 [  7652] By: jhi                                   on 2000/11/11  21:12:01
48642         Log: Copy the s// information of README.hpux also to the perlrun.
48643      Branch: perl
48644            ! README.hpux pod/perlrun.pod
48645 ____________________________________________________________________________
48646 [  7651] By: jhi                                   on 2000/11/11  21:03:13
48647         Log: More README.solaris updates from Andy Dougherty.
48648      Branch: perl
48649            ! README.solaris
48650 ____________________________________________________________________________
48651 [  7650] By: jhi                                   on 2000/11/11  18:38:57
48652         Log: More descriptive error for unknown perlio layers.
48653              
48654              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
48655              From: Dominic Dunlop <domo@computer.org> 
48656              Date: Sat, 11 Nov 2000 18:20:32 +0100             
48657              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
48658      Branch: perl
48659            ! perlio.c pod/perldiag.pod
48660 ____________________________________________________________________________
48661 [  7649] By: jhi                                   on 2000/11/11  18:37:52
48662         Log: MachTen doesn't really do mmap() and munmap().
48663              
48664              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
48665              From: Dominic Dunlop <domo@computer.org> 
48666              Date: Sat, 11 Nov 2000 18:20:32 +0100             
48667              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
48668      Branch: perl
48669            ! hints/machten.sh
48670 ____________________________________________________________________________
48671 [  7648] By: jhi                                   on 2000/11/11  18:36:46
48672         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
48673              From: rspier@pobox.com (Robert Spier)
48674              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
48675              Message-ID: <14861.32839.491271.985797@rls.cx>
48676      Branch: perl
48677            ! Porting/Contract pod/perltoot.pod
48678 ____________________________________________________________________________
48679 [  7647] By: jhi                                   on 2000/11/11  18:35:30
48680         Log: Simplify the getpagesize() unit by dropping the
48681              pagesize probe since it's nowadays slightly more
48682              complicated because of sysconf(). (Note: if some
48683              platform really needs the -lPW for getpagesize,
48684              I just broke it.)
48685              
48686              TODO: a new pagesize unit.
48687      Branch: metaconfig
48688            ! U/compline/d_getpagsz.U
48689 ____________________________________________________________________________
48690 [  7646] By: jhi                                   on 2000/11/11  18:33:23
48691         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
48692      Branch: perl
48693            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
48694            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
48695            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
48696            ! vos/config.ga.h win32/config.bc win32/config.gc
48697            ! win32/config.vc
48698 ____________________________________________________________________________
48699 [  7645] By: jhi                                   on 2000/11/11  16:45:15
48700         Log: Use sysconf() or getpagesize() to find out the pagesize.
48701      Branch: perl
48702            ! perlio.c
48703 ____________________________________________________________________________
48704 [  7644] By: jhi                                   on 2000/11/11  15:46:08
48705         Log: Integrate perlio.
48706      Branch: perl
48707           !> perlio.c
48708 ____________________________________________________________________________
48709 [  7643] By: jhi                                   on 2000/11/11  15:33:36
48710         Log: Subject: Re: [PATCH] README.solaris
48711              From: Lupe Christoph <lupe@lupe-christoph.de>
48712              Date: Sat, 11 Nov 2000 14:08:10 +0100
48713              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
48714      Branch: perl
48715            ! README.solaris
48716 ____________________________________________________________________________
48717 [  7642] By: jhi                                   on 2000/11/11  15:22:12
48718         Log: Subject: [PATCH perl@7638] cygwin port
48719              From: "Eric Fifer" <egf7@columbia.edu>            
48720              Date: Fri, 10 Nov 2000 19:30:30 -0000
48721              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
48722      Branch: perl
48723            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
48724 ____________________________________________________________________________
48725 [  7641] By: nick                                  on 2000/11/11  14:50:36
48726         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
48727              Also call "Buf" layer directly when unread'ing non-read chars.
48728      Branch: perlio
48729            ! perlio.c
48730 ____________________________________________________________________________
48731 [  7640] By: jhi                                   on 2000/11/11  02:05:02
48732         Log: Add more encoding tables.
48733      Branch: perl
48734            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
48735            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
48736            + ext/Encode/Encode/iso8859-10.enc
48737            + ext/Encode/Encode/iso8859-13.enc
48738            + ext/Encode/Encode/iso8859-14.enc
48739            + ext/Encode/Encode/iso8859-15.enc
48740            ! MANIFEST
48741 ____________________________________________________________________________
48742 [  7639] By: jhi                                   on 2000/11/10  18:49:25
48743         Log: Subject: [PATCH] README.solaris
48744              From: Andy Dougherty <doughera@lafayette.edu>
48745              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
48746              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
48747      Branch: perl
48748            + README.solaris
48749            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
48750            ! pod/perl.pod pod/perltoc.pod
48751 ____________________________________________________________________________
48752 [  7638] By: jhi                                   on 2000/11/10  15:04:15
48753         Log: Update Changes.
48754      Branch: perl
48755            ! Changes patchlevel.h
48756 ____________________________________________________________________________
48757 [  7637] By: jhi                                   on 2000/11/10  14:14:28
48758         Log: Explain better why certain regex tests are skipped.
48759              
48760              Subject: Re: tests skipped: unknown reason
48761              From: Lupe Christoph <lupe@lupe-christoph.de>
48762              Date: Fri, 10 Nov 2000 09:08:56 +0100
48763              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
48764      Branch: perl
48765            ! t/op/regexp.t
48766 ____________________________________________________________________________
48767 [  7636] By: nick                                  on 2000/11/10  13:40:00
48768         Log: Integrate mainline.
48769      Branch: perlio
48770           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
48771           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
48772           !> win32/bin/search.pl
48773 ____________________________________________________________________________
48774 [  7635] By: nick                                  on 2000/11/10  13:25:52
48775         Log: Re-instate stdio large file support via perlio.
48776      Branch: perl
48777            ! perlio.c
48778 ____________________________________________________________________________
48779 [  7634] By: jhi                                   on 2000/11/10  04:49:55
48780         Log: Amdahl UTS hints updates.
48781              
48782              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
48783              From: hom00@utsglobal.com (Harold O Morris)
48784              Date: Thu, 9 Nov 2000 20:02 PST
48785              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
48786      Branch: perl
48787            ! hints/uts.sh
48788 ____________________________________________________________________________
48789 [  7633] By: jhi                                   on 2000/11/09  23:33:28
48790         Log: Subject: [PATCH] IO::Seekable pod
48791              From: Nicholas Clark <nick@talking.bollo.cx>
48792              Date: Thu, 9 Nov 2000 20:29:45 +0000
48793              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
48794      Branch: perl
48795            ! ext/IO/lib/IO/Handle.pm
48796 ____________________________________________________________________________
48797 [  7632] By: jhi                                   on 2000/11/09  21:55:41
48798         Log: Various doc oddball characters.
48799              
48800              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
48801              From: Michael Somos <somos@grail.cba.csuohio.edu>
48802              Date: Mon, 6 Nov 2000 17:44:20 -0500
48803              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
48804      Branch: perl
48805            ! emacs/cperl-mode.el lib/unicode/syllables.txt
48806            ! win32/bin/search.pl
48807 ____________________________________________________________________________
48808 [  7631] By: jhi                                   on 2000/11/09  21:12:29
48809         Log: Subject: Re: bash -c exit and linux hints 
48810              From: "John P. Linderman" <jpl@research.att.com>
48811              Date: Thu, 02 Nov 2000 09:37:25 -0500
48812              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
48813      Branch: perl
48814            ! hints/linux.sh
48815 ____________________________________________________________________________
48816 [  7630] By: nick                                  on 2000/11/09  20:34:11
48817         Log: Integrate mainline.
48818      Branch: perlio
48819           !> (integrate 91 files)
48820 ____________________________________________________________________________
48821 [  7629] By: jhi                                   on 2000/11/09  19:46:31
48822         Log: Missing dTHXs.
48823              
48824              Subject: RE: perl@7595 builds not on cygwin
48825              From: "Eric Fifer" <egf7@columbia.edu>
48826              Date: Thu, 9 Nov 2000 19:26:50 -0000
48827              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
48828      Branch: perl
48829            ! ext/Devel/Peek/Peek.xs
48830 ____________________________________________________________________________
48831 [  7628] By: jhi                                   on 2000/11/09  14:48:27
48832         Log: Disable only the tests 99 and 166 for UTF-8 locales.
48833      Branch: perl
48834            ! t/pragma/locale.t
48835 ____________________________________________________________________________
48836 [  7627] By: jhi                                   on 2000/11/09  14:40:27
48837         Log: There's no =head3.
48838      Branch: perl
48839            ! pod/perlhack.pod
48840 ____________________________________________________________________________
48841 [  7626] By: jhi                                   on 2000/11/09  13:54:26
48842         Log: The generated boot_* headers are wrong.  Pickier compiler,
48843              such as KAI C++ will refuse to compile the resulting perlmain.
48844              
48845              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
48846              From: Harri Pasanen <harri.pasanen@trema.com>
48847              Date: Thu, 09 Nov 2000 14:23:28 +0100
48848              Message-Id: <3A0AA550.26D548A3@trema.com>
48849      Branch: perl
48850            ! minimod.pl
48851 ____________________________________________________________________________
48852 [  7625] By: jhi                                   on 2000/11/09  13:50:44
48853         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
48854              From: Prymmer/Kahn <pvhp@best.com>
48855              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
48856              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
48857              
48858              All except the "cow orker" change.
48859      Branch: perl
48860            ! Porting/pumpkin.pod
48861 ____________________________________________________________________________
48862 [  7624] By: jhi                                   on 2000/11/09  13:45:33
48863         Log: Fix for
48864              
48865              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
48866              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
48867              Date: Thu, 09 Nov 2000 11:05:52 +0100
48868              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
48869      Branch: perl
48870            ! pod/perldiag.pod t/pragma/warn/pp_sys
48871 ____________________________________________________________________________
48872 [  7623] By: jhi                                   on 2000/11/09  13:37:16
48873         Log: Typo in an ifndef.
48874              
48875              Subject: Re: [PATCH 5.7.0] better messages from malloc()
48876              From: Joe Smith <jms@inwap.com>         
48877              Date: Thu, 09 Nov 2000 01:33:14 -0800
48878              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
48879      Branch: perl
48880            ! malloc.c
48881 ____________________________________________________________________________
48882 [  7622] By: jhi                                   on 2000/11/09  13:31:18
48883         Log: Remove unused extra arguments.
48884      Branch: metaconfig/U/perl
48885            ! perlxv.U
48886      Branch: perl
48887            ! Configure config_h.SH
48888 ____________________________________________________________________________
48889 [  7621] By: jhi                                   on 2000/11/09  13:16:36
48890         Log: More VMS moves on environment handling, from Charles Lane.
48891      Branch: perl
48892            ! t/pragma/locale.t
48893 ____________________________________________________________________________
48894 [  7620] By: jhi                                   on 2000/11/09  04:42:38
48895         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
48896              From: David Dyck <dcd@tc.fluke.com>
48897              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
48898              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
48899      Branch: perl
48900            ! pp_sys.c
48901 ____________________________________________________________________________
48902 [  7619] By: jhi                                   on 2000/11/09  04:36:21
48903         Log: Forgot from #7618.
48904      Branch: perl
48905            ! lib/File/stat.pm
48906 ____________________________________________________________________________
48907 [  7618] By: jhi                                   on 2000/11/09  04:28:44
48908         Log: Make deleting for %ENV work for (newer versions of) VMS,
48909              from Craig A. Berry.
48910      Branch: perl
48911            ! vms/vms.c
48912 ____________________________________________________________________________
48913 [  7617] By: jhi                                   on 2000/11/09  04:25:05
48914         Log: Subject: [PATCH] Class::Struct at compile time
48915              From: "Casey R. Tweten" <crt@kiski.net>
48916              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
48917              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
48918      Branch: perl
48919            ! lib/Class/Struct.pm
48920 ____________________________________________________________________________
48921 [  7616] By: jhi                                   on 2000/11/09  04:15:17
48922         Log: Subject: [ID 20001108.013] spelling
48923              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
48924              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
48925              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
48926      Branch: perl
48927            ! lib/ftp.pl
48928 ____________________________________________________________________________
48929 [  7615] By: jhi                                   on 2000/11/09  04:12:42
48930         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
48931              From: Peter Prymmer <pvhp@forte.com>
48932              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
48933              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
48934      Branch: perl
48935            ! configure.com
48936 ____________________________________________________________________________
48937 [  7614] By: jhi                                   on 2000/11/08  22:42:55
48938         Log: A missing aTHX_.
48939      Branch: perl
48940            ! ext/IPC/SysV/SysV.xs
48941 ____________________________________________________________________________
48942 [  7613] By: jhi                                   on 2000/11/08  19:30:21
48943         Log: Update Changes.
48944      Branch: perl
48945            ! Changes patchlevel.h
48946 ____________________________________________________________________________
48947 [  7612] By: jhi                                   on 2000/11/08  18:35:25
48948         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
48949              From: David Dyck <dcd@tc.fluke.com>
48950              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
48951              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
48952      Branch: perl
48953            ! pp_sys.c
48954 ____________________________________________________________________________
48955 [  7611] By: jhi                                   on 2000/11/08  18:30:26
48956         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
48957              From: Dominic Dunlop <domo@computer.org>
48958              Date: Tue, 7 Nov 2000 12:05:25 +0100
48959              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
48960      Branch: perl
48961            ! malloc.c
48962 ____________________________________________________________________________
48963 [  7610] By: jhi                                   on 2000/11/08  18:25:14
48964         Log: Do not test UTF-8 locales since that the tests would require
48965              polymorphic regexen.
48966      Branch: perl
48967            ! t/pragma/locale.t
48968 ____________________________________________________________________________
48969 [  7609] By: jhi                                   on 2000/11/08  17:12:51
48970         Log: Locale buglets.
48971              
48972              Subject: RE: Locales support (setlocale) fixes
48973              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
48974              Date: Wed, 8 Nov 2000 20:01:39 +0300
48975              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
48976      Branch: perl
48977            ! t/pragma/locale.t util.c
48978 ____________________________________________________________________________
48979 [  7608] By: jhi                                   on 2000/11/08  17:00:16
48980         Log: Deleting $ENV{PATH} in VMS is not recommendable.
48981      Branch: perl
48982            ! t/pragma/locale.t
48983 ____________________________________________________________________________
48984 [  7607] By: jhi                                   on 2000/11/08  16:58:26
48985         Log: Subject: PATCH std stdio for (Free)BSD
48986              From: Nicholas Clark <nick@ccl4.org>
48987              Date: Wed, 8 Nov 2000 15:36:29 +0000
48988              Message-ID: <20001108153629.D98736@plum.flirble.org>
48989      Branch: metaconfig
48990            ! U/compline/d_stdstdio.U
48991      Branch: perl
48992            ! Configure config_h.SH
48993 ____________________________________________________________________________
48994 [  7606] By: jhi                                   on 2000/11/08  16:43:31
48995         Log: Forgot to bump the line numbers in #7601.
48996      Branch: perl
48997            ! t/pragma/warn/pp_sys
48998 ____________________________________________________________________________
48999 [  7605] By: jhi                                   on 2000/11/08  16:39:12
49000         Log: More careful detection of how well NVs and UVs mix.
49001              
49002              Subject: [PATCH] Re: NV preserving UV (wasRe: [ID 20001007.002] Not OK: perl v5.7.0 +DEVEL7158 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED))
49003              From: Nicholas Clark <nick@ccl4.org>
49004              Date: Wed, 8 Nov 2000 15:14:12 +0000
49005              Message-ID: <20001108151412.B98736@plum.flirble.org>
49006              
49007              Added some SIGFPE paranoia.
49008      Branch: metaconfig/U/perl
49009            ! perlxv.U
49010      Branch: perl
49011            ! Configure config_h.SH
49012 ____________________________________________________________________________
49013 [  7604] By: jhi                                   on 2000/11/08  14:39:10
49014         Log: Subject: [patch perl@7595] VMS configure.com tweak
49015              From: "Craig A. Berry" <craigberry@mac.com>
49016              Date: Wed, 8 Nov 2000 00:24:12 -0600
49017              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
49018      Branch: perl
49019            ! configure.com
49020 ____________________________________________________________________________
49021 [  7603] By: jhi                                   on 2000/11/08  14:27:11
49022         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
49023              From: Robin Barker <rmb1@cise.npl.co.uk>
49024              Date: Wed, 8 Nov 2000 11:11:39 GMT
49025              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
49026      Branch: perl
49027            ! perlio.c
49028 ____________________________________________________________________________
49029 [  7602] By: jhi                                   on 2000/11/08  14:25:03
49030         Log: Fix for the tie-refhash string table leaks.
49031              
49032              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
49033              Date: Wed, 8 Nov 2000 13:03:04 GMT
49034              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
49035      Branch: perl
49036            ! t/lib/tie-refhash.t
49037 ____________________________________________________________________________
49038 [  7601] By: jhi                                   on 2000/11/08  14:21:08
49039         Log: Try to avoid flockless and emulationless places.
49040      Branch: perl
49041            ! t/pragma/warn/pp_sys
49042 ____________________________________________________________________________
49043 [  7600] By: jhi                                   on 2000/11/08  02:28:54
49044         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
49045              
49046              Subject: [PATCH] prototyped functions that should be overrideable
49047              From: "Casey R. Tweten" <crt@kiski.net>
49048              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
49049              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
49050      Branch: perl
49051            ! toke.c
49052 ____________________________________________________________________________
49053 [  7599] By: jhi                                   on 2000/11/08  01:12:05
49054         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
49055              
49056              Subject: [PATCH] perlbug.PL
49057              From: "Kurt D. Starsinic" <kstar@chapin.edu>
49058              Date: Mon, 6 Nov 2000 21:39:01 -0500
49059              Message-ID: <20001106213901.B20955@O2.chapin.edu>
49060      Branch: perl
49061            ! utils/perlbug.PL
49062 ____________________________________________________________________________
49063 [  7598] By: jhi                                   on 2000/11/07  23:42:00
49064         Log: Bad thinko in #7581 (I used the test program with the expanded
49065              values as-is).
49066      Branch: metaconfig
49067            ! U/compline/d_stdstdio.U
49068      Branch: perl
49069            ! Configure
49070 ____________________________________________________________________________
49071 [  7597] By: jhi                                   on 2000/11/07  21:43:29
49072         Log: Subject: [PATCH perl@7573] cygwin port
49073              From: "Fifer, Eric" <EFifer@sanwaint.com>
49074              Date: Tue, 7 Nov 2000 18:08:51 -0000 
49075              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
49076              
49077              Synchronize with Cygwin 1.1.5.
49078      Branch: perl
49079            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
49080            ! pod/perlport.pod unixish.h util.c
49081 ____________________________________________________________________________
49082 [  7596] By: jhi                                   on 2000/11/07  21:39:25
49083         Log: perlhack updates from H.Merijn Brand.
49084      Branch: perl
49085            ! pod/perlhack.pod
49086 ____________________________________________________________________________
49087 [  7595] By: jhi                                   on 2000/11/07  20:21:41
49088         Log: Update Changes.
49089      Branch: perl
49090            ! Changes patchlevel.h
49091 ____________________________________________________________________________
49092 [  7594] By: jhi                                   on 2000/11/07  19:18:58
49093         Log: Be more robust in Dynaloader.pm.
49094      Branch: perl
49095            ! ext/DynaLoader/DynaLoader_pm.PL
49096 ____________________________________________________________________________
49097 [  7593] By: jhi                                   on 2000/11/07  16:49:31
49098         Log: AUTHORS update.
49099      Branch: perl
49100            ! AUTHORS
49101 ____________________________________________________________________________
49102 [  7592] By: gsar                                  on 2000/11/07  16:39:51
49103         Log: normalize relative paths in virtualized current directory on windows,
49104              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
49105              returns)
49106      Branch: perl
49107            ! win32/vdir.h
49108 ____________________________________________________________________________
49109 [  7591] By: jhi                                   on 2000/11/07  16:04:26
49110         Log: Too profiler-happy: with optimization the #7590 actually makes
49111              the test to run 0.5% _slower_.  Requires much more instrumentation.
49112              Retract #7590.
49113      Branch: perl
49114            ! regcomp.c regcomp.h
49115 ____________________________________________________________________________
49116 [  7590] By: jhi                                   on 2000/11/07  15:51:13
49117         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
49118              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
49119              by using memset() and testing bytewise (as opposed to bitwise).
49120      Branch: perl
49121            ! regcomp.c regcomp.h
49122 ____________________________________________________________________________
49123 [  7589] By: jhi                                   on 2000/11/07  12:56:39
49124         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
49125              From: "Craig A. Berry" <craig.berry@psinetcs.com>
49126              Date: Mon, 06 Nov 2000 23:45:30 -0500
49127              Message-Id: <0011079735.AA973576259@univpress.com>
49128      Branch: perl
49129            ! configure.com t/lib/st-lock.t
49130 ____________________________________________________________________________
49131 [  7588] By: jhi                                   on 2000/11/07  01:03:28
49132         Log: Tweak #7587.
49133      Branch: perl
49134            ! pod/perldiag.pod
49135 ____________________________________________________________________________
49136 [  7587] By: jhi                                   on 2000/11/07  01:00:27
49137         Log: A doc addition for bug id 20001105.019, beware \p.
49138      Branch: perl
49139            ! pod/perldiag.pod
49140 ____________________________________________________________________________
49141 [  7586] By: jhi                                   on 2000/11/07  00:32:22
49142         Log: Fake support of holey files in win/dosish platforms.
49143              
49144              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
49145              From: kipp@shonanblue.ne.jp
49146              Date: Mon, 6 Nov 2000 13:30:55 -0800
49147              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
49148      Branch: perl
49149            ! ext/SDBM_File/sdbm/sdbm.c
49150 ____________________________________________________________________________
49151 [  7585] By: jhi                                   on 2000/11/07  00:12:54
49152         Log: Subject: Pod updates
49153              From: "Stephen P. Potter" <spp@spotter.yi.org>
49154              Date: Mon, 06 Nov 2000 18:56:43 -0500
49155              Message-Id: <200011062357.SAA18173@spotter.yi.org>
49156      Branch: perl
49157            ! README.dos README.os2 README.win32 pod/buildtoc.PL
49158            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
49159            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
49160            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
49161            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
49162            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
49163            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
49164            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
49165            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
49166            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
49167            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
49168            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
49169            ! pod/perltootc.pod pod/perlunicode.pod
49170 ____________________________________________________________________________
49171 [  7584] By: jhi                                   on 2000/11/07  00:04:17
49172         Log: Varargs don't always work too well if one puts an unsigned
49173              char on the stack and pop an unsigned quad off the stack.
49174              
49175              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
49176              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
49177              Date: Mon, 06 Nov 2000 15:19:05 -0800
49178              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
49179      Branch: perl
49180            ! utf8.c
49181 ____________________________________________________________________________
49182 [  7583] By: jhi                                   on 2000/11/06  23:58:48
49183         Log: %ENV note tweaks from Dan Sugalski.
49184      Branch: perl
49185            ! pod/perlport.pod vms/perlvms.pod
49186 ____________________________________________________________________________
49187 [  7582] By: jhi                                   on 2000/11/06  23:05:49
49188         Log: glibc5 detection by __GNU_LIBRARY__.
49189      Branch: perl
49190            ! toke.c
49191 ____________________________________________________________________________
49192 [  7581] By: jhi                                   on 2000/11/06  22:51:29
49193         Log: Make the stdio test program of 7427 less noisy while being 
49194              compiled so that Digital UNIX wouldn't get both
49195              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
49196              undefined.  This makes perlio happy.
49197      Branch: metaconfig
49198            ! U/compline/d_stdstdio.U
49199      Branch: perl
49200            ! Configure config_h.SH
49201 ____________________________________________________________________________
49202 [  7580] By: jhi                                   on 2000/11/06  22:41:41
49203         Log: Document %ENV = () portability issues.
49204      Branch: perl
49205            ! pod/perlport.pod vms/perlvms.pod
49206 ____________________________________________________________________________
49207 [  7579] By: jhi                                   on 2000/11/06  21:29:24
49208         Log: VOS updates from Paul Green.
49209      Branch: perl
49210            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
49211 ____________________________________________________________________________
49212 [  7578] By: jhi                                   on 2000/11/06  21:00:40
49213         Log: Sanitize the environment further.
49214      Branch: perl
49215            ! t/pragma/locale.t
49216 ____________________________________________________________________________
49217 [  7577] By: jhi                                   on 2000/11/06  20:53:51
49218         Log: Re-introduce 7552 lost in integration.
49219      Branch: perl
49220            ! perlio.c
49221 ____________________________________________________________________________
49222 [  7576] By: jhi                                   on 2000/11/06  20:33:46
49223         Log: Admit that the test leaks scalars.
49224      Branch: perl
49225            ! t/comp/proto.t
49226 ____________________________________________________________________________
49227 [  7575] By: jhi                                   on 2000/11/06  20:17:08
49228         Log: Integrate perlio.
49229      Branch: perl
49230           !> perlio.c
49231 ____________________________________________________________________________
49232 [  7574] By: nick                                  on 2000/11/06  20:07:28
49233         Log: Remove debug. Try (Mmap_t) on madvise() call.
49234      Branch: perlio
49235            ! perlio.c
49236 ____________________________________________________________________________
49237 [  7573] By: jhi                                   on 2000/11/06  13:56:05
49238         Log: Update Changes.
49239      Branch: perl
49240            ! Changes patchlevel.h
49241 ____________________________________________________________________________
49242 [  7572] By: jhi                                   on 2000/11/06  13:48:41
49243         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
49244              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
49245              Date: Mon, 06 Nov 2000 10:11:42 +0100
49246              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
49247      Branch: perl
49248            ! pod/perlhack.pod
49249 ____________________________________________________________________________
49250 [  7571] By: jhi                                   on 2000/11/06  01:45:51
49251         Log: AUTHORS updates.
49252      Branch: perl
49253            ! AUTHORS
49254 ____________________________________________________________________________
49255 [  7570] By: jhi                                   on 2000/11/06  00:18:00
49256         Log: Fix for
49257              
49258              Subject: [ID 20000728.005] perl -P broken
49259              From: David Dyck <dcd@tc.fluke.com>
49260              Date: Fri, 28 Jul 2000 17:19:16 -0700
49261              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
49262              
49263              (hopefully).  The fix is also not complete, it seems to break
49264              BOM swallowing for libc5 systems, but until someone figures
49265              out a way to do this without ftell(), this will do.
49266      Branch: perl
49267            ! toke.c
49268 ____________________________________________________________________________
49269 [  7569] By: jhi                                   on 2000/11/06  00:05:30
49270         Log: Document that the evaled syntax errors cause scalar leaks.
49271      Branch: perl
49272            ! t/comp/proto.t
49273 ____________________________________________________________________________
49274 [  7568] By: jhi                                   on 2000/11/05  23:14:47
49275         Log: opmini.o can linger from Configures past.
49276      Branch: perl
49277            ! Makefile.SH
49278 ____________________________________________________________________________
49279 [  7567] By: jhi                                   on 2000/11/05  21:28:39
49280         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
49281              first argument correctly.
49282      Branch: perl
49283            ! perlio.c
49284 ____________________________________________________________________________
49285 [  7566] By: jhi                                   on 2000/11/05  21:15:56
49286         Log: Integrate perlio.
49287      Branch: perl
49288           !> perlio.c
49289 ____________________________________________________________________________
49290 [  7565] By: jhi                                   on 2000/11/05  21:15:13
49291         Log: Use -dM for gcc (the suggested patch did it only for Linux,
49292              but I think it can be generalized).
49293              
49294              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
49295              From: Pixel <pixel@mandrakesoft.com>
49296              Date: 05 Nov 2000 21:49:34 +0100 
49297              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
49298      Branch: perl
49299            ! ext/Errno/Errno_pm.PL
49300 ____________________________________________________________________________
49301 [  7564] By: nick                                  on 2000/11/05  21:09:18
49302         Log: Added a mmap layer as a "subclass" of perlio.
49303              PERLIO=mmap ./perl harness passes
49304      Branch: perlio
49305            ! perlio.c
49306 ____________________________________________________________________________
49307 [  7563] By: jhi                                   on 2000/11/05  19:48:55
49308         Log: Add a note for future generations about bug id 20000229.006.
49309      Branch: perl
49310            ! malloc.c
49311 ____________________________________________________________________________
49312 [  7562] By: jhi                                   on 2000/11/05  19:38:24
49313         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
49314      Branch: perl
49315            ! pp_ctl.c t/op/pos.t
49316 ____________________________________________________________________________
49317 [  7561] By: jhi                                   on 2000/11/05  18:21:46
49318         Log: Add =pod to be tidy.
49319      Branch: perl
49320            ! lib/Math/Complex.pm
49321 ____________________________________________________________________________
49322 [  7560] By: jhi                                   on 2000/11/05  17:38:46
49323         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
49324      Branch: perl
49325            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
49326            ! ext/Storable/Storable.xs t/lib/st-recurse.t
49327 ____________________________________________________________________________
49328 [  7559] By: jhi                                   on 2000/11/05  17:32:59
49329         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
49330              From: "Peter J. Farley III" <pjfarley@banet.net>
49331              Date: Sun, 05 Nov 2000 11:55:59 -0500
49332              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
49333      Branch: perl
49334            ! t/lib/syslog.t
49335 ____________________________________________________________________________
49336 [  7558] By: jhi                                   on 2000/11/05  17:29:19
49337         Log: Integrate perlio.
49338      Branch: perl
49339           !> perlio.c
49340 ____________________________________________________________________________
49341 [  7557] By: jhi                                   on 2000/11/05  17:22:01
49342         Log: A fix of sorts for 20000329.026, a better error message
49343              for a missing "use charnames" when using the \N{...}. 
49344      Branch: perl
49345            ! pod/perldiag.pod toke.c
49346 ____________________________________________________________________________
49347 [  7556] By: jhi                                   on 2000/11/05  16:33:50
49348         Log: Test tweak: show also the failed locales.
49349              
49350              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
49351              From: Lupe Christoph <lupe@lupe-christoph.de>         
49352              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
49353              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
49354      Branch: perl
49355            ! t/pragma/locale.t
49356 ____________________________________________________________________________
49357 [  7555] By: nick                                  on 2000/11/05  11:09:34
49358         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
49359              open RDWR so does not fail. (pragma/warnings 303 again...)
49360      Branch: perlio
49361            ! perlio.c
49362 ____________________________________________________________________________
49363 [  7554] By: nick                                  on 2000/11/05  10:10:13
49364         Log: Fix case where ungetc(f,EOF) was allowed.
49365              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
49366              so we can see similarities.
49367              Use types more carefully and a STDCHAR array in hope that this will
49368              fix Jarrko's 64bit machine.
49369      Branch: perlio
49370            ! perlio.c
49371 ____________________________________________________________________________
49372 [  7553] By: jhi                                   on 2000/11/05  01:12:16
49373         Log: Fix for
49374              
49375              Subject: [ID 20001004.007] taint propogation is inconsistent
49376              From: pimlott@idiomtech.com (Andrew Pimlott) 
49377              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
49378              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
49379              
49380              The culprit was sv_setsv() which was rather blindly
49381              propagating taint, which lead to behaviour where if
49382              a tainted anon hash value was seen all the hash values
49383              from then on at that level became tainted, or at any
49384              upper levels in the case of nested anon hashes.
49385      Branch: perl
49386            ! sv.c t/op/taint.t
49387 ____________________________________________________________________________
49388 [  7552] By: jhi                                   on 2000/11/04  23:44:18
49389         Log: Some cpps don't like splitting conditionals across several lines.
49390      Branch: perl
49391            ! perlio.c
49392 ____________________________________________________________________________
49393 [  7551] By: nick                                  on 2000/11/04  23:40:44
49394         Log: Integrate mainline
49395      Branch: perlio
49396           !> pp_hot.c t/op/taint.t
49397 ____________________________________________________________________________
49398 [  7550] By: nick                                  on 2000/11/04  23:39:05
49399         Log: Integrate mainline again
49400      Branch: perlio
49401           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
49402           !> t/lib/b.t t/op/misc.t util.c
49403 ____________________________________________________________________________
49404 [  7549] By: jhi                                   on 2000/11/04  23:14:01
49405         Log: Fix for
49406              
49407              Subject: [ID 20001004.006] undef is never tainted
49408              From: pimlott@idiomtech.com (Andrew Pimlott)
49409              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
49410              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
49411              
49412              An undef read from a slurped file was not tainted.
49413      Branch: perl
49414            ! pp_hot.c t/op/taint.t
49415 ____________________________________________________________________________
49416 [  7548] By: jhi                                   on 2000/11/04  22:56:21
49417         Log: Test tweak ($Config{useperlio} is by default undef) .
49418      Branch: perl
49419            ! t/lib/b.t
49420 ____________________________________________________________________________
49421 [  7547] By: jhi                                   on 2000/11/04  22:43:56
49422         Log: Integrate perlio.
49423      Branch: perl
49424           +> lib/perlio.pm
49425           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
49426           !> pod/perlapi.pod t/lib/b.t
49427 ____________________________________________________________________________
49428 [  7546] By: jhi                                   on 2000/11/04  22:40:59
49429         Log: Configure would use a bad $myuname from an old config.sh.
49430              
49431              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
49432              From: Andy Dougherty <doughera@lafayette.edu>
49433              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
49434              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
49435      Branch: metaconfig
49436            ! U/modified/Oldconfig.U
49437      Branch: perl
49438            ! Configure config_h.SH
49439 ____________________________________________________________________________
49440 [  7545] By: jhi                                   on 2000/11/04  22:36:54
49441         Log: Subject: Locales support (setlocale) fixes
49442              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
49443              Date: Sat, 4 Nov 2000 10:15:48 +0300 
49444              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
49445              
49446              Modified quite a bit to be more portable.
49447      Branch: perl
49448            ! embed.h embed.pl perl.h proto.h util.c
49449 ____________________________________________________________________________
49450 [  7544] By: jhi                                   on 2000/11/04  22:32:47
49451         Log: Dying is too strict here, better just skip.
49452      Branch: perl
49453            ! t/op/misc.t
49454 ____________________________________________________________________________
49455 [  7543] By: nick                                  on 2000/11/04  21:55:13
49456         Log: Merge mainline
49457      Branch: perlio
49458           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
49459           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
49460           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
49461           !> (integrate 64 files)
49462 ____________________________________________________________________________
49463 [  7542] By: jhi                                   on 2000/11/04  21:09:28
49464         Log: More Changes tweakery.
49465      Branch: perl
49466            ! Changes Porting/genlog
49467 ____________________________________________________________________________
49468 [  7541] By: jhi                                   on 2000/11/04  20:58:18
49469         Log: Changes fixups.
49470      Branch: perl
49471            ! Changes
49472 ____________________________________________________________________________
49473 [  7540] By: jhi                                   on 2000/11/04  20:42:38
49474         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
49475              create a "fast path" for locale name probing using "locale -a"
49476              if available, squash finally hopefully the s?printf resetting
49477              the numeric locale (since, IIUC perllocale, it never shouldn't). 
49478      Branch: perl
49479            ! sv.c t/op/misc.t t/pragma/locale.t
49480 ____________________________________________________________________________
49481 [  7539] By: nick                                  on 2000/11/04  19:56:10
49482         Log: PerlIO infrastructure complete.
49483      Branch: perlio
49484            + lib/perlio.pm
49485            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
49486 ____________________________________________________________________________
49487 [  7538] By: nick                                  on 2000/11/04  14:31:32
49488         Log: Type tweaks + less contorted allocation scheme
49489      Branch: perlio
49490            ! perlio.c
49491 ____________________________________________________________________________
49492 [  7537] By: nick                                  on 2000/11/04  12:40:42
49493         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
49494              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
49495              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
49496              sensible) which lead to some interesting fails.
49497      Branch: perlio
49498            ! perlio.c
49499 ____________________________________________________________________________
49500 [  7536] By: jhi                                   on 2000/11/04  00:20:02
49501         Log: Add FCNTL_CAN_LOCK.
49502              
49503              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
49504              From: Andy Dougherty <doughera@lafayette.edu>
49505              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
49506              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
49507              
49508              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
49509              From: Andy Dougherty <doughera@lafayette.edu>
49510              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
49511              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
49512      Branch: metaconfig/U/perl
49513            + d_fcntl_can_lock.U
49514            ! startperl.U
49515      Branch: perl
49516            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
49517            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
49518            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
49519            ! vos/config.ga.h win32/config.bc win32/config.gc
49520            ! win32/config.vc
49521 ____________________________________________________________________________
49522 [  7535] By: nick                                  on 2000/11/03  22:19:10
49523         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
49524              - Works on Linux with
49525              perlio + unix
49526              stdio
49527              - Works on Solaris with
49528              perlio + unix
49529              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
49530              - Fails (hangs in openpid) if you try and stack
49531              perlio + stdio - Linux stdio's read() logic is hanging.
49532      Branch: perlio
49533            ! iperlsys.h perlio.c
49534 ____________________________________________________________________________
49535 [  7534] By: jhi                                   on 2000/11/03  15:16:02
49536         Log: Subject: Re: README.aix
49537              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
49538              Date: Fri, 03 Nov 2000 16:03:15 +0100
49539              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
49540      Branch: perl
49541            ! README.aix
49542 ____________________________________________________________________________
49543 [  7533] By: jhi                                   on 2000/11/03  03:59:02
49544         Log: Subject: [PATCH 5.7.0] better messages from malloc()
49545              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49546              Date: Wed, 1 Nov 2000 23:39:56 -0500
49547              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
49548      Branch: perl
49549            ! malloc.c pod/perldiag.pod
49550 ____________________________________________________________________________
49551 [  7532] By: jhi                                   on 2000/11/03  00:11:56
49552         Log: The #7521 touched things it shouldn't have.
49553      Branch: perl
49554            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
49555 ____________________________________________________________________________
49556 [  7531] By: jhi                                   on 2000/11/02  22:32:33
49557         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
49558              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
49559              Date:     Thu, 2 Nov 2000 16:58:36 EST
49560              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
49561      Branch: perl
49562            ! vms/gen_shrfls.pl
49563 ____________________________________________________________________________
49564 [  7530] By: jhi                                   on 2000/11/02  22:08:49
49565         Log: Fix the problem discussed in
49566              
49567              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
49568              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
49569              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
49570              
49571              originally from Linc Madison.  Also Andreas König's comments
49572              taken into account.  Some other problems with Tie::SubstrHash
49573              fixed: didn't croak when the table exceeded the requested number
49574              of entries (as documented) but instead when the number of entries
49575              exceeded the size of the table, a croak() had an unnecessary \n,
49576              didn't have a CLEAR method, documented that there is no exists().
49577              Didn't fix to be strict-proof because the module uses &foo; and
49578              dynamic scope.  Added a test script exercizing both first tamely 
49579              the basic functionality, and then the failure cases reported by
49580              Linc Madison.
49581      Branch: perl
49582            + t/lib/tie-substrhash.t
49583            ! MANIFEST lib/Tie/SubstrHash.pm
49584 ____________________________________________________________________________
49585 [  7529] By: jhi                                   on 2000/11/02  17:58:08
49586         Log: recv() can fail and return undef.
49587              
49588              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
49589              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
49590              Date: Thu, 2 Nov 2000 20:12:20 +0300
49591              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
49592      Branch: perl
49593            ! lib/Net/Ping.pm
49594 ____________________________________________________________________________
49595 [  7528] By: jhi                                   on 2000/11/02  17:49:09
49596         Log: Detpyo.
49597      Branch: perl
49598            ! pod/perlop.pod
49599 ____________________________________________________________________________
49600 [  7527] By: jhi                                   on 2000/11/02  15:48:37
49601         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
49602              fix a autovivification bug in Tie::RefHash, add tests for both.
49603              
49604              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
49605              From: Edward Avis <epa98@doc.ic.ac.uk>
49606              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
49607              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
49608      Branch: perl
49609            + t/lib/tie-refhash.t
49610            ! MANIFEST lib/Tie/RefHash.pm
49611 ____________________________________________________________________________
49612 [  7526] By: jhi                                   on 2000/11/02  13:56:26
49613         Log: Test::Harness revealed buglets in the new DynaLoader.
49614              
49615              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
49616              From: andreas.koenig@anima.de (Andreas J. Koenig)
49617              Date: 02 Nov 2000 11:26:48 +0100 
49618              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
49619      Branch: perl
49620            ! ext/DynaLoader/DynaLoader_pm.PL
49621 ____________________________________________________________________________
49622 [  7525] By: jhi                                   on 2000/11/01  23:52:08
49623         Log: The entry for #7503 was missing.
49624      Branch: perl
49625            ! Changes
49626 ____________________________________________________________________________
49627 [  7524] By: jhi                                   on 2000/11/01  23:40:52
49628         Log: Update Changes.
49629      Branch: perl
49630            ! Changes patchlevel.h
49631 ____________________________________________________________________________
49632 [  7523] By: jhi                                   on 2000/11/01  22:57:09
49633         Log: More tweaking on the #7522 theme.
49634      Branch: perl
49635            ! ext/DynaLoader/DynaLoader_pm.PL
49636 ____________________________________________________________________________
49637 [  7522] By: jhi                                   on 2000/11/01  22:06:15
49638         Log: Expand %Config variables and %ENV variables only if
49639              so requested during build time using the
49640              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
49641              Not expanding makes relocating distributions easier.
49642      Branch: perl
49643            ! ext/DynaLoader/DynaLoader_pm.PL
49644 ____________________________________________________________________________
49645 [  7521] By: jhi                                   on 2000/11/01  20:56:34
49646         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
49647              and setgid() because they were just changing $< and $( which means
49648              only changing the real uid/gid, as opposed to changing both
49649              real and effective ids.  (The alternative way could have been
49650              in POSIX.pm to change $> and $), too, but making a direct call
49651              to the C API feels cleaner.)  Fixes the bug
49652              
49653              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
49654              From: "Garry T. Williams" <garry@zvolve.com>
49655              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
49656              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
49657      Branch: perl
49658            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
49659            ! ext/POSIX/typemap pod/perlvar.pod
49660 ____________________________________________________________________________
49661 [  7520] By: jhi                                   on 2000/11/01  20:08:33
49662         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
49663              From: "Garry T. Williams" <garry@zvolve.com>
49664              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
49665              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
49666      Branch: perl
49667            ! pod/perlsec.pod
49668 ____________________________________________________________________________
49669 [  7519] By: jhi                                   on 2000/11/01  20:01:22
49670         Log: Locale warning explanation tweak.
49671      Branch: perl
49672            ! pod/perldiag.pod
49673 ____________________________________________________________________________
49674 [  7518] By: jhi                                   on 2000/11/01  18:57:13
49675         Log: C.pm part of
49676              
49677              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
49678              From: Jarkko Hietaniemi <jhi@iki.fi>
49679              Date: Tue, 10 Oct 2000 08:22:28 -0500
49680              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
49681      Branch: perl
49682            ! ext/B/B/C.pm
49683 ____________________________________________________________________________
49684 [  7517] By: jhi                                   on 2000/11/01  18:41:59
49685         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
49686              From: Martien Verbruggen <mgjv@comdyn.com.au>
49687              Date: Fri, 6 Oct 2000 14:09:10 +1100
49688              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
49689      Branch: perl
49690            ! pod/perlop.pod
49691 ____________________________________________________________________________
49692 [  7516] By: jhi                                   on 2000/11/01  18:34:55
49693         Log: Generalize the Camel wording.
49694              
49695              Subject: Re: perlfaq style changes
49696              From: John Borwick <jhborwic@unity.ncsu.edu>
49697              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
49698              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
49699      Branch: perl
49700            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
49701 ____________________________________________________________________________
49702 [  7515] By: jhi                                   on 2000/11/01  16:52:31
49703         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
49704              From: pimlott@idiomtech.com (Andrew Pimlott)
49705              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
49706              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
49707      Branch: perl
49708            ! pod/perlsec.pod
49709 ____________________________________________________________________________
49710 [  7514] By: jhi                                   on 2000/11/01  15:03:40
49711         Log: More AIX lore.
49712      Branch: perl
49713            ! ext/re/hints/aix.pl
49714 ____________________________________________________________________________
49715 [  7513] By: jhi                                   on 2000/11/01  14:48:30
49716         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
49717              From: root <root@chronos.fi.muni.cz>
49718              Date: Wed, 1 Nov 2000 12:31:32 +0100
49719              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
49720      Branch: perl
49721            ! lib/Net/Ping.pm
49722 ____________________________________________________________________________
49723 [  7512] By: jhi                                   on 2000/11/01  14:46:47
49724         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
49725              From: Martin Husemann <martin@duskware.de>
49726              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
49727              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
49728      Branch: perl
49729            ! regcomp.c
49730 ____________________________________________________________________________
49731 [  7511] By: jhi                                   on 2000/11/01  14:39:50
49732         Log: AUTHORS updates.
49733      Branch: perl
49734            ! AUTHORS
49735 ____________________________________________________________________________
49736 [  7510] By: jhi                                   on 2000/11/01  14:29:50
49737         Log: Subject: [PATCH] startperl to respect versiononly
49738              From: Robin Barker <rmb1@cise.npl.co.uk> 
49739              Date: Tue, 31 Oct 2000 16:29:36 GMT
49740              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
49741      Branch: metaconfig/U/perl
49742            ! startperl.U
49743      Branch: perl
49744            ! Configure config_h.SH
49745 ____________________________________________________________________________
49746 [  7509] By: jhi                                   on 2000/11/01  14:19:53
49747         Log: printf UVs the correct way, noticed by Robin Barker.
49748      Branch: perl
49749            ! utf8.c
49750 ____________________________________________________________________________
49751 [  7508] By: jhi                                   on 2000/11/01  14:10:03
49752         Log: Do not cleanup *% because the % has special meanings in some
49753              shell environments.
49754      Branch: perl
49755            ! ext/Storable/Makefile.PL
49756 ____________________________________________________________________________
49757 [  7507] By: jhi                                   on 2000/11/01  14:06:00
49758         Log: The NonStop-UX libraries have a novel way to say NaN.
49759      Branch: perl
49760            ! t/lib/bigfltpm.t
49761 ____________________________________________________________________________
49762 [  7506] By: jhi                                   on 2000/11/01  14:03:35
49763         Log: The osname has been lowercased by now, from Tom Bates.
49764      Branch: metaconfig
49765            ! U/modified/Oldconfig.U
49766      Branch: perl
49767            ! Configure config_h.SH
49768 ____________________________________________________________________________
49769 [  7505] By: jhi                                   on 2000/10/31  19:18:39
49770         Log: The compiler is either gcc or cc, from Tom Bates.
49771      Branch: perl
49772            ! hints/nonstopux.sh
49773 ____________________________________________________________________________
49774 [  7504] By: jhi                                   on 2000/10/31  14:53:42
49775         Log: Update Changes.
49776      Branch: perl
49777            ! Changes patchlevel.h
49778 ____________________________________________________________________________
49779 [  7503] By: jhi                                   on 2000/10/31  14:30:50
49780         Log: Whitespace style tweak.  Was originally going to see to
49781              
49782              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
49783              From: Joe Smith <jms@inwap.com>
49784              Date: Mon, 30 Oct 2000 18:47:57 -0800
49785              Message-Id: <39FE32DD.24AAC4D@inwap.com>
49786              
49787              but that had already been taken care of.
49788      Branch: metaconfig
49789            ! U/compline/d_stdstdio.U
49790      Branch: perl
49791            ! Configure config_h.SH
49792 ____________________________________________________________________________
49793 [  7502] By: jhi                                   on 2000/10/31  14:25:02
49794         Log: AUTHORS tweaks.
49795      Branch: perl
49796            ! AUTHORS
49797 ____________________________________________________________________________
49798 [  7501] By: jhi                                   on 2000/10/31  14:23:59
49799         Log: Subject: perlfaq style changes
49800              From: John Borwick <jhborwic@unity.ncsu.edu>
49801              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
49802              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
49803      Branch: perl
49804            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
49805            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
49806            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
49807            ! pod/perlfaq9.pod
49808 ____________________________________________________________________________
49809 [  7500] By: jhi                                   on 2000/10/31  14:22:15
49810         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
49811              
49812              Subject: Re: [ID 20000918.005] ~ on wide chars
49813              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
49814              Date: Mon, 30 Oct 2000 21:09:55 -0800
49815              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
49816              
49817              (The ord() part of the patch skipped.)
49818      Branch: perl
49819            ! doop.c
49820 ____________________________________________________________________________
49821 [  7499] By: jhi                                   on 2000/10/31  14:20:08
49822         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
49823              From: Jens Hamisch <jens@Strawberry.COM>
49824              Date: Mon, 30 Oct 2000 15:17:07 +0100
49825              Message-Id: <20001030151707.A9597@Strawberry.COM>
49826      Branch: perl
49827            ! av.c
49828 ____________________________________________________________________________
49829 [  7498] By: jhi                                   on 2000/10/31  14:16:29
49830         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
49831              From: Peter Prymmer <pvhp@forte.com>
49832              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
49833              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
49834      Branch: perl
49835            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
49836            + ext/Encode/Encode/posix-bc.enc
49837            ! MANIFEST t/lib/encode.t
49838 ____________________________________________________________________________
49839 [  7497] By: jhi                                   on 2000/10/31  14:13:22
49840         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
49841              From: Peter Prymmer <pvhp@forte.com>
49842              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
49843              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
49844      Branch: perl
49845            ! t/lib/cgi-html.t
49846 ____________________________________________________________________________
49847 [  7496] By: jhi                                   on 2000/10/31  14:12:05
49848         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
49849              From: Peter Prymmer <pvhp@forte.com>
49850              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
49851              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
49852      Branch: perl
49853            ! t/lib/cgi-function.t
49854 ____________________________________________________________________________
49855 [  7495] By: jhi                                   on 2000/10/31  14:11:08
49856         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
49857              From: Peter Prymmer <pvhp@forte.com>
49858              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
49859              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
49860      Branch: perl
49861            + ext/re/hints/aix.pl
49862            ! MANIFEST ext/re/Makefile.PL
49863 ____________________________________________________________________________
49864 [  7494] By: jhi                                   on 2000/10/31  14:08:32
49865         Log: Use Errno magic.
49866              
49867              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
49868              From: Casey Tweten <perl@ctweten.amsite.com>
49869              Date: Mon, 30 Oct 2000 15:51:17 -0500
49870              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
49871      Branch: perl
49872            ! lib/File/Temp.pm
49873 ____________________________________________________________________________
49874 [  7493] By: jhi                                   on 2000/10/31  14:05:07
49875         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
49876              
49877              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
49878              From: Nicholas Clark <nick@ccl4.org>
49879              Date: Mon, 30 Oct 2000 17:38:45 +0000
49880              Message-ID: <20001030173845.O60355@plum.flirble.org>
49881      Branch: perl
49882            ! Makefile.SH utils/perlbug.PL
49883 ____________________________________________________________________________
49884 [  7492] By: nick                                  on 2000/10/30  19:37:23
49885         Log: Change files which are mysteriously different to mainline to be
49886              copies of mainline.
49887      Branch: perlio
49888            ! objXSUB.h perlapi.c pod/perlapi.pod
49889 ____________________________________________________________________________
49890 [  7491] By: nick                                  on 2000/10/30  18:05:54
49891         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
49892              - typo in endian code in putc.
49893              - Don't allow read of write-only files and vice-versa
49894              - and off-by-one in flush-all loop.
49895              Remove debug calls as they were using GCC specific features.
49896      Branch: perlio
49897            ! perlio.c
49898 ____________________________________________________________________________
49899 [  7490] By: nick                                  on 2000/10/29  21:45:45
49900         Log: Integrate mainline to perlio
49901      Branch: perlio
49902           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
49903           !> toke.c
49904 ____________________________________________________________________________
49905 [  7489] By: jhi                                   on 2000/10/29  21:11:08
49906         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
49907              From: andreas.koenig@anima.de (Andreas J. Koenig)
49908              Date: 29 Oct 2000 22:05:59 +0100
49909              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
49910      Branch: perl
49911            ! lib/ExtUtils/Manifest.pm
49912 ____________________________________________________________________________
49913 [  7488] By: jhi                                   on 2000/10/29  21:07:47
49914         Log: Tests for #7487.
49915              
49916              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
49917              From: andreas.koenig@anima.de (Andreas J. Koenig)
49918              Date: 29 Oct 2000 19:37:09 +0100
49919              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
49920      Branch: perl
49921            ! t/comp/proto.t
49922 ____________________________________________________________________________
49923 [  7487] By: jhi                                   on 2000/10/29  21:06:27
49924         Log: constsub spillage.
49925              
49926              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
49927              From: John Tobey <jtobey@john-edwin-tobey.org>
49928              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
49929              Message-Id: <m13pvSr-000FObC@feynman.localnet>
49930      Branch: perl
49931            ! op.c
49932 ____________________________________________________________________________
49933 [  7486] By: nick                                  on 2000/10/29  21:05:04
49934         Log: Integrate mainline to perlio branch
49935      Branch: perlio
49936           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
49937           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
49938           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
49939           +> vos/install_perl.cm
49940            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
49941            - vos/config.h vos/config_h.SH_orig
49942           !> (integrate 141 files)
49943 ____________________________________________________________________________
49944 [  7485] By: jhi                                   on 2000/10/29  21:00:47
49945         Log: Make \x{...} consistently produce UTF-8.
49946              
49947              Subject: Re: \x{...} is confused 
49948              From: Simon Cozens <simon@cozens.net>
49949              Date: Sun, 29 Oct 2000 19:36:48 +0000
49950              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
49951      Branch: perl
49952            ! t/pragma/utf8.t toke.c
49953 ____________________________________________________________________________
49954 [  7484] By: nick                                  on 2000/10/29  20:05:29
49955         Log: PerlIO passes all tests.
49956      Branch: perlio
49957            ! perlio.c
49958 ____________________________________________________________________________
49959 [  7483] By: jhi                                   on 2000/10/29  18:06:55
49960         Log: Update Changes.
49961      Branch: perl
49962            ! Changes patchlevel.h
49963 ____________________________________________________________________________
49964 [  7482] By: nick                                  on 2000/10/29  17:43:28
49965         Log: Include <unistd.h> to get correct lseek() prototype etc.
49966              (I thought perl.h did that) - down to two fails
49967              - comp/require.t (last test)
49968              - lib/io_xs.t - possibly import/export of FILE * ?
49969      Branch: perlio
49970            ! perlio.c
49971 ____________________________________________________________________________
49972 [  7481] By: jhi                                   on 2000/10/29  17:02:37
49973         Log: UTF-8 decoder tweak.
49974      Branch: perl
49975            ! utf8.c
49976 ____________________________________________________________________________
49977 [  7480] By: nick                                  on 2000/10/29  16:26:11
49978         Log: Fixed two bugs:
49979              - error code not being set on close (of broken pipe)
49980              - append mode was truncating.
49981              At least one seek/tell bug remains.
49982      Branch: perlio
49983            ! perlio.c
49984 ____________________________________________________________________________
49985 [  7479] By: nick                                  on 2000/10/29  11:18:16
49986         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
49987              in case of accidents. Still several worrying fails, no line disciplines yet.
49988      Branch: perlio
49989            ! iperlsys.h perlio.c
49990 ____________________________________________________________________________
49991 [  7478] By: jhi                                   on 2000/10/29  02:04:01
49992         Log: Add also emailless people.
49993      Branch: perl
49994            ! AUTHORS
49995 ____________________________________________________________________________
49996 [  7477] By: jhi                                   on 2000/10/29  01:36:00
49997         Log: The #7476 needs a MANIFEST change, too.
49998      Branch: perl
49999            ! MANIFEST
50000 ____________________________________________________________________________
50001 [  7476] By: jhi                                   on 2000/10/29  01:35:21
50002         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
50003      Branch: perl
50004            - MAINTAIN
50005            ! AUTHORS Changes
50006 ____________________________________________________________________________
50007 [  7475] By: jhi                                   on 2000/10/28  23:57:25
50008         Log: De-quoted-unreadable to ISO Latin 1.
50009              (There's one ISO-2022-JP name in Changes5.004.)
50010      Branch: perl
50011            ! Changes Changes5.6
50012 ____________________________________________________________________________
50013 [  7474] By: jhi                                   on 2000/10/28  19:13:06
50014         Log: Subject: [ID 20001027.007] uniq array in perlfaq
50015              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
50016              Date: Fri, 27 Oct 2000 19:28:30 +0200
50017              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
50018      Branch: perl
50019            ! pod/perlfaq4.pod
50020 ____________________________________________________________________________
50021 [  7473] By: jhi                                   on 2000/10/28  18:02:05
50022         Log: Locking null mutexes is not recommendable.
50023              
50024              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
50025              From: Hugo <hv@crypt.compulink.co.uk>
50026              Date: Sat, 28 Oct 2000 18:41:12 +0100
50027              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
50028      Branch: perl
50029            ! op.c
50030 ____________________________________________________________________________
50031 [  7472] By: jhi                                   on 2000/10/28  17:52:58
50032         Log: Better create a true mailing list for the repository keepers.
50033      Branch: perl
50034            ! Porting/repository.pod
50035 ____________________________________________________________________________
50036 [  7471] By: jhi                                   on 2000/10/28  17:28:24
50037         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
50038              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
50039      Branch: perl
50040            + Porting/repository.pod
50041            ! MANIFEST
50042 ____________________________________________________________________________
50043 [  7470] By: jhi                                   on 2000/10/28  17:20:54
50044         Log: Subject: DOC PATCH 5.6.0
50045              From: mjd@plover.com
50046              Date: 27 Oct 2000 17:32:44 -0000
50047              Message-ID: <20001027173244.23754.qmail@plover.com>
50048      Branch: perl
50049            ! pod/perlfunc.pod
50050 ____________________________________________________________________________
50051 [  7469] By: jhi                                   on 2000/10/28  17:16:45
50052         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
50053              From: "Peter J. Farley III" <pjfarley@banet.net>
50054              Date: Fri, 27 Oct 2000 20:32:56 -0400
50055              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
50056      Branch: perl
50057            ! README.dos
50058 ____________________________________________________________________________
50059 [  7468] By: jhi                                   on 2000/10/28  17:07:18
50060         Log: Make target reordering to avoid pointless re-makes.
50061              
50062              Subject: Re: Total re-make of 'make okfile' after 7451 ?
50063              From: Nicholas Clark <nick@ccl4.org>
50064              Date: Sat, 28 Oct 2000 00:31:02 +0100
50065              Message-ID: <20001028003101.A54517@plum.flirble.org>
50066      Branch: perl
50067            ! Makefile.SH
50068 ____________________________________________________________________________
50069 [  7467] By: jhi                                   on 2000/10/28  17:05:31
50070         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
50071              From: lvirden@cas.org
50072              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
50073              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
50074      Branch: perl
50075            ! README.os2
50076 ____________________________________________________________________________
50077 [  7466] By: jhi                                   on 2000/10/28  16:09:16
50078         Log: Upgrade to CPAN 1.58_55.
50079              
50080              Subject: CPAN.pm status
50081              From: andreas.koenig@anima.de (Andreas J. Koenig) 
50082              Date: 28 Oct 2000 08:18:00 +0200 
50083              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
50084      Branch: perl
50085            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
50086 ____________________________________________________________________________
50087 [  7465] By: jhi                                   on 2000/10/28  16:02:47
50088         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
50089      Branch: perl
50090            ! embed.h embed.pl perl.h proto.h toke.c
50091 ____________________________________________________________________________
50092 [  7464] By: nick                                  on 2000/10/28  10:43:44
50093         Log: Fix for sv_2iv() on "shared" value from keys %hash.
50094      Branch: perl
50095            ! sv.c
50096 ____________________________________________________________________________
50097 [  7463] By: jhi                                   on 2000/10/27  16:18:29
50098         Log: Update Changes.
50099      Branch: perl
50100            ! Changes patchlevel.h
50101 ____________________________________________________________________________
50102 [  7462] By: jhi                                   on 2000/10/27  16:17:44
50103         Log: Too enthusiastic editing in #7460.
50104      Branch: metaconfig
50105            ! U/modified/Oldsym.U
50106      Branch: perl
50107            ! Configure config_h.SH
50108 ____________________________________________________________________________
50109 [  7461] By: jhi                                   on 2000/10/27  15:37:38
50110         Log: Retract #7459, the script needs more work.
50111      Branch: perl
50112            - mkreef
50113            ! MANIFEST
50114 ____________________________________________________________________________
50115 [  7460] By: jhi                                   on 2000/10/27  15:23:14
50116         Log: Use $sort, $uniq (and $tr) consistently as wondered
50117              by Nicholas Clark.
50118      Branch: metaconfig
50119            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
50120            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
50121            ! U/modified/libc.U
50122      Branch: perl
50123            ! Configure config_h.SH
50124 ____________________________________________________________________________
50125 [  7459] By: jhi                                   on 2000/10/27  15:02:07
50126         Log: (Retracted by #7461)
50127              
50128              Add a shell script for creating/removing symbolic link farms,
50129              useful for keeping the source code read-only and doing the
50130              builds somewhere else.
50131      Branch: perl
50132            + mkreef
50133            ! MANIFEST
50134 ____________________________________________________________________________
50135 [  7458] By: jhi                                   on 2000/10/27  14:42:20
50136         Log: Do away with the fix_pl.
50137      Branch: perl
50138            - fix_pl
50139            ! MANIFEST Makefile.SH
50140 ____________________________________________________________________________
50141 [  7457] By: jhi                                   on 2000/10/27  12:43:13
50142         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
50143              From: Jens Hamisch <jens@Strawberry.COM>
50144              Date: Fri, 27 Oct 2000 14:38:21 +0200
50145              Message-Id: <20001027143821.B3366@Strawberry.COM>
50146      Branch: perl
50147            ! perl.h
50148 ____________________________________________________________________________
50149 [  7456] By: jhi                                   on 2000/10/27  12:33:42
50150         Log: Subject: [PATCH] todo
50151              From: Nicholas Clark <nick@ccl4.org>
50152              Date: Thu, 26 Oct 2000 22:32:29 +0100
50153              Message-ID: <20001026223229.A44540@plum.flirble.org>
50154      Branch: perl
50155            ! pod/perltodo.pod
50156 ____________________________________________________________________________
50157 [  7455] By: jhi                                   on 2000/10/27  12:02:21
50158         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
50159              From: John Tobey <jtobey@john-edwin-tobey.org>
50160              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
50161              Message-Id: <m13ozHF-000FObC@feynman.localnet>
50162      Branch: perl
50163            ! op.c t/pragma/sub_lval.t
50164 ____________________________________________________________________________
50165 [  7454] By: jhi                                   on 2000/10/27  11:59:42
50166         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
50167              From: sthoenna@efn.org
50168              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
50169              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
50170      Branch: perl
50171            ! pp.c t/op/assignwarn.t
50172 ____________________________________________________________________________
50173 [  7453] By: jhi                                   on 2000/10/27  00:15:08
50174         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
50175      Branch: perl
50176            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
50177            ! ext/Storable/Storable.xs t/lib/st-lock.t
50178 ____________________________________________________________________________
50179 [  7452] By: jhi                                   on 2000/10/26  13:05:52
50180         Log: Undo #7451, this seems to be a deficiency in Perforce,
50181              there is no per-file line-terminator type, only per-client.
50182      Branch: perl
50183            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
50184            ! win32/makefile.mk
50185 ____________________________________________________________________________
50186 [  7451] By: jhi                                   on 2000/10/26  04:56:03
50187         Log: Experimenting in DOS arcana.
50188      Branch: perl
50189            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
50190            ! win32/makefile.mk
50191 ____________________________________________________________________________
50192 [  7450] By: jhi                                   on 2000/10/26  04:50:52
50193         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
50194              From: "Peter J. Farley III" <pjfarley@banet.net>            
50195              Date: Wed, 25 Oct 2000 23:10:18 -0400
50196              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
50197      Branch: perl
50198            ! t/io/open.t
50199 ____________________________________________________________________________
50200 [  7449] By: jhi                                   on 2000/10/26  04:49:16
50201         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
50202              From: Hugo <hv@crypt.compulink.co.uk>
50203              Date: Thu, 26 Oct 2000 01:55:17 +0100
50204              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
50205              
50206              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
50207      Branch: perl
50208            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
50209 ____________________________________________________________________________
50210 [  7448] By: jhi                                   on 2000/10/26  04:38:36
50211         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
50212              From: Peter Prymmer <pvhp@forte.com>
50213              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
50214              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
50215      Branch: perl
50216            ! configure.com
50217 ____________________________________________________________________________
50218 [  7447] By: jhi                                   on 2000/10/25  23:20:02
50219         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
50220              in platforms that strictly require all the symbols being present
50221              at link time.
50222      Branch: perl
50223            ! handy.h
50224 ____________________________________________________________________________
50225 [  7446] By: jhi                                   on 2000/10/25  21:55:57
50226         Log: Update Changes.
50227      Branch: perl
50228            ! Changes patchlevel.h
50229 ____________________________________________________________________________
50230 [  7445] By: jhi                                   on 2000/10/25  21:27:08
50231         Log: Integrate with vmsperl #7430 by Charles Bailey:
50232              
50233              Cleanup from prior patch (Charles Lane?):
50234              - improve handling of MFDs in Basename and Path
50235              - default to no xsubpp line # munging when building debug images
50236      Branch: perl
50237           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
50238 ____________________________________________________________________________
50239 [  7444] By: jhi                                   on 2000/10/25  21:03:50
50240         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
50241              From: John Peacock <JPeacock@UnivPress.com>
50242              Date: Thu, 18 May 2000 11:55:27 -0400
50243              Message-ID: <3924126F.A58BE57A@UnivPress.com>
50244      Branch: perl
50245            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
50246            ! t/op/write.t
50247 ____________________________________________________________________________
50248 [  7443] By: jhi                                   on 2000/10/25  20:43:10
50249         Log: Temporary stopgap for the self-tying issue: for now only
50250              array and hash self-ties are verboten.  The real fix, of
50251              course, would be to comprehensively test (and implement?)
50252              and debug (and document) self-ties.
50253      Branch: perl
50254            ! pod/perldiag.pod pp_sys.c t/op/tie.t
50255 ____________________________________________________________________________
50256 [  7442] By: jhi                                   on 2000/10/25  20:14:30
50257         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
50258              From: Dan Sugalski <dan@sidhe.org>
50259              Date: Wed, 25 Oct 2000 13:36:35 -0400
50260              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
50261              
50262              plus regen global.sym.
50263      Branch: perl
50264            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
50265            ! thrdvar.h util.c
50266 ____________________________________________________________________________
50267 [  7441] By: jhi                                   on 2000/10/25  20:12:20
50268         Log: buildtoc target tweaks.
50269      Branch: perl
50270            ! pod/Makefile.SH
50271 ____________________________________________________________________________
50272 [  7440] By: jhi                                   on 2000/10/25  20:03:53
50273         Log: A new version of making the syslog test more robust.
50274              (Replaces #7421.)
50275              
50276              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
50277              From: "Kurt D. Starsinic" <kstar@chapin.edu>
50278              Date: Wed, 25 Oct 2000 12:13:54 -0400
50279              Message-ID: <20001025121354.B2264@O2.chapin.edu>
50280      Branch: perl
50281            ! t/lib/syslog.t
50282 ____________________________________________________________________________
50283 [  7439] By: jhi                                   on 2000/10/25  20:00:48
50284         Log: Continue the internal UTF-8 API tweaking.
50285              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
50286              used much more than the simpler API, now called utf8_to_uv_simple().
50287              Still not quite happy with API, too much partial duplication
50288              of functionality.
50289      Branch: perl
50290            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
50291            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
50292            ! regcomp.c regexec.c sv.c toke.c utf8.c
50293 ____________________________________________________________________________
50294 [  7438] By: jhi                                   on 2000/10/25  18:52:30
50295         Log: Allow poking holes at the UTF-8 decoding strictness.
50296      Branch: perl
50297            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
50298            ! utf8.h
50299 ____________________________________________________________________________
50300 [  7437] By: jhi                                   on 2000/10/25  13:53:05
50301         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
50302              UTF8LEN() and UTF8SKIP(). 
50303      Branch: perl
50304            ! pp.c utf8.c utf8.h
50305 ____________________________________________________________________________
50306 [  7436] By: jhi                                   on 2000/10/25  13:51:37
50307         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
50308              From: Nicholas Clark <nick@ccl4.org>
50309              Date: Wed, 25 Oct 2000 14:44:05 +0100
50310              Message-ID: <20001025144404.D27253@plum.flirble.org>
50311      Branch: perl
50312            ! pod/perlrun.pod
50313 ____________________________________________________________________________
50314 [  7435] By: jhi                                   on 2000/10/25  13:49:32
50315         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
50316              From: Mike Guy <mjtg@cam.ac.uk>
50317              Date: Tue, 24 Oct 2000 14:59:40 +0100
50318              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
50319      Branch: perl
50320            ! scope.c
50321 ____________________________________________________________________________
50322 [  7434] By: jhi                                   on 2000/10/25  13:48:41
50323         Log: AIX is picky about its symbol exports.  Solution for now
50324              is to include the deb.o explicitly to the re extension build.
50325              
50326              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
50327              From: Peter Prymmer <pvhp@forte.com>
50328              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
50329              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
50330      Branch: perl
50331            ! ext/re/Makefile.PL hints/aix.sh
50332 ____________________________________________________________________________
50333 [  7433] By: jhi                                   on 2000/10/25  13:46:49
50334         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
50335              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
50336              Date: Wed, 25 Oct 2000 12:02:20 +0200
50337              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
50338      Branch: perl
50339            ! perlsdio.h
50340 ____________________________________________________________________________
50341 [  7432] By: jhi                                   on 2000/10/25  13:44:28
50342         Log: Subject: Minor update to find2perl, for portability
50343              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
50344              Date: Wed, 25 Oct 2000 12:05:47 +0100
50345              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
50346      Branch: perl
50347            ! x2p/find2perl.PL
50348 ____________________________________________________________________________
50349 [  7431] By: jhi                                   on 2000/10/25  13:40:39
50350         Log: Add targets to Makefile.SH, most importantly
50351              'regen_all' which also remembers to update vms/perly*.
50352      Branch: perl
50353            ! Makefile.SH
50354 ____________________________________________________________________________
50355 [  7430] By: bailey                                on 2000/10/25  03:13:53
50356         Log: Cleanup from prior patch (Charles Lane?):
50357              - improve handling of MFDs in Basename and Path
50358              - default to no xsubpp line # munging when building debug images
50359      Branch: vmsperl
50360            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
50361 ____________________________________________________________________________
50362 [  7429] By: jhi                                   on 2000/10/24  20:03:40
50363         Log: Podify README.epoc and README.vos.
50364      Branch: perl
50365            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
50366            ! pod/perlport.pod pod/perltoc.pod
50367 ____________________________________________________________________________
50368 [  7428] By: jhi                                   on 2000/10/24  19:10:33
50369         Log: Stratus VOS updates from Paul Green.
50370      Branch: perl
50371            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
50372            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
50373            - vos/config.def vos/config.h vos/config_h.SH_orig
50374            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
50375            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
50376 ____________________________________________________________________________
50377 [  7427] By: jhi                                   on 2000/10/24  18:59:48
50378         Log: Check if stdio supports tweaking lval and cnt simultaneously.
50379              
50380              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
50381              From: Nicholas Clark <nick@ccl4.org>
50382              Date: Mon, 23 Oct 2000 15:39:32 +0100
50383              Message-ID: <20001023153932.A10786@plum.flirble.org>
50384      Branch: metaconfig
50385            ! U/compline/d_stdstdio.U
50386      Branch: perl
50387            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
50388            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
50389            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
50390            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
50391            ! vos/config.h vos/config_h.SH_orig win32/config.bc
50392            ! win32/config.gc win32/config.vc
50393 ____________________________________________________________________________
50394 [  7426] By: jhi                                   on 2000/10/24  17:57:44
50395         Log: Missed the header file changes from #7425.
50396      Branch: perl
50397            ! embed.h embed.pl objXSUB.h proto.h
50398 ____________________________________________________________________________
50399 [  7425] By: jhi                                   on 2000/10/24  17:55:17
50400         Log: Fix the bug reported in
50401              
50402              From: andreas.koenig@anima.de (Andreas J. Koenig)
50403              Subject: Encode bug?
50404              Date: 24 Oct 2000 14:01:26 +0200 
50405              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
50406              
50407              Also make is_utf8_char() stricter.
50408      Branch: perl
50409            ! ext/Encode/Encode.xs utf8.c
50410 ____________________________________________________________________________
50411 [  7424] By: jhi                                   on 2000/10/24  15:15:39
50412         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
50413              From: Peter Scott <Peter@PSDT.com>
50414              Date: Mon, 23 Oct 2000 19:46:01 -0700
50415              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
50416      Branch: perl
50417            ! pod/perlfaq5.pod
50418 ____________________________________________________________________________
50419 [  7423] By: jhi                                   on 2000/10/24  14:25:30
50420         Log: Test tweak to avoid pulling in the whole Config.
50421      Branch: perl
50422            ! t/lib/st-lock.t
50423 ____________________________________________________________________________
50424 [  7422] By: jhi                                   on 2000/10/24  14:03:16
50425         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
50426      Branch: perl
50427            ! pp.c
50428 ____________________________________________________________________________
50429 [  7421] By: jhi                                   on 2000/10/24  13:32:09
50430         Log: (Replaced by #7440.)
50431              
50432              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
50433              From: "Kurt D. Starsinic" <kstar@chapin.edu>
50434              Date: Mon, 23 Oct 2000 16:40:54 -0400
50435              Message-ID: <20001023164054.B14491@O2.chapin.edu>
50436      Branch: perl
50437            ! t/lib/syslog.t
50438 ____________________________________________________________________________
50439 [  7420] By: jhi                                   on 2000/10/24  13:30:53
50440         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
50441              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
50442              Date: Mon, 23 Oct 2000 17:29:03 -0400
50443              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
50444      Branch: perl
50445            ! lib/ExtUtils/MM_Unix.pm
50446 ____________________________________________________________________________
50447 [  7419] By: jhi                                   on 2000/10/24  13:29:57
50448         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
50449              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
50450              Date: Mon, 23 Oct 2000 19:01:32 -0400
50451              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
50452      Branch: perl
50453            ! utils/h2xs.PL
50454 ____________________________________________________________________________
50455 [  7418] By: jhi                                   on 2000/10/24  13:26:04
50456         Log: Replace #7409 with
50457              
50458              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
50459              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
50460              Date: Mon, 23 Oct 2000 20:08:56 +0200
50461              Message-ID: <20001023200855.A14850@nice.ram.loc>
50462      Branch: perl
50463            ! ext/Storable/Storable.pm t/lib/st-lock.t
50464 ____________________________________________________________________________
50465 [  7417] By: jhi                                   on 2000/10/24  13:17:52
50466         Log: Run vms/vms_yfix.pl, should have done that after changing
50467              perly.c in #7382.
50468      Branch: perl
50469            ! vms/perly_c.vms vms/perly_h.vms
50470 ____________________________________________________________________________
50471 [  7416] By: jhi                                   on 2000/10/24  02:55:33
50472         Log: Make the UTF-8 decoding stricter and more verbose when
50473              malformation happens.  This involved adding an argument
50474              to utf8_to_uv_chk(), which involved changing its prototype,
50475              and prefer STRLEN over I32 for the UTF-8 length, which as
50476              a domino effect necessitated changing the prototypes of
50477              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
50478              The stricter UTF-8 decoding checking uses Markus Kuhn's
50479              UTF-8 Decode Stress Tester from
50480              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
50481      Branch: perl
50482            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
50483            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
50484            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
50485            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
50486 ____________________________________________________________________________
50487 [  7415] By: jhi                                   on 2000/10/23  14:06:06
50488         Log: Update Changes.
50489      Branch: perl
50490            ! Changes patchlevel.h
50491 ____________________________________________________________________________
50492 [  7414] By: jhi                                   on 2000/10/23  12:39:52
50493         Log: Undo the basename() part of #7412 since the lib/basename
50494              tests would need upgrading too.
50495      Branch: perl
50496            ! lib/File/Basename.pm
50497 ____________________________________________________________________________
50498 [  7413] By: jhi                                   on 2000/10/23  12:19:27
50499         Log: Document PERL_INSTALL_ROOT of #7210.
50500      Branch: perl
50501            ! lib/ExtUtils/Install.pm
50502 ____________________________________________________________________________
50503 [  7412] By: jhi                                   on 2000/10/23  12:16:47
50504         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
50505      Branch: perl
50506            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
50507            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
50508 ____________________________________________________________________________
50509 [  7411] By: jhi                                   on 2000/10/23  12:07:41
50510         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
50511              From: Prymmer/Kahn <pvhp@best.com>
50512              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
50513              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
50514      Branch: perl
50515            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
50516 ____________________________________________________________________________
50517 [  7410] By: jhi                                   on 2000/10/23  04:10:11
50518         Log: The change #7187 was not so good on VMS.
50519              
50520              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
50521              From: "Craig A. Berry" <craig.berry@psinetcs.com>
50522              Date: Sun, 22 Oct 2000 23:03:08 -0500
50523              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
50524      Branch: perl
50525            ! utils/perldoc.PL
50526 ____________________________________________________________________________
50527 [  7409] By: jhi                                   on 2000/10/23  03:57:36
50528         Log: Avoid Storable locking on DJGPP for now.
50529              
50530              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
50531              From: "Peter J. Farley III" <pjfarley@banet.net>
50532              Date: Sun, 22 Oct 2000 20:00:00 -0400
50533              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
50534      Branch: perl
50535            ! ext/Storable/Storable.pm t/lib/st-lock.t
50536 ____________________________________________________________________________
50537 [  7408] By: jhi                                   on 2000/10/23  03:50:24
50538         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
50539              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
50540              Date: Sun, 22 Oct 2000 21:12:22 -0400
50541              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
50542      Branch: perl
50543            ! lib/vars.pm
50544 ____________________________________________________________________________
50545 [  7407] By: jhi                                   on 2000/10/23  03:43:12
50546         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
50547              From: Hugo <hv@crypt.compulink.co.uk>
50548              Date: Mon, 23 Oct 2000 00:47:22 +0100
50549              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
50550      Branch: perl
50551            ! regexec.c t/op/pat.t
50552 ____________________________________________________________________________
50553 [  7406] By: jhi                                   on 2000/10/23  03:40:29
50554         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
50555      Branch: perl
50556            ! lib/ExtUtils/MakeMaker.pm
50557 ____________________________________________________________________________
50558 [  7405] By: jhi                                   on 2000/10/22  21:32:00
50559         Log: Doc patch.
50560              
50561              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
50562              From: rspier@pobox.com (Robert Spier)
50563              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
50564              Message-ID: <14835.16112.13457.447971@rls.cx>
50565      Branch: perl
50566            ! lib/strict.pm
50567 ____________________________________________________________________________
50568 [  7404] By: jhi                                   on 2000/10/22  21:30:51
50569         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
50570              From: rspier@pobox.com (Robert Spier)
50571              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
50572              Message-ID: <14835.17223.72448.705566@rls.cx>
50573      Branch: perl
50574            ! lib/ExtUtils/MakeMaker.pm
50575 ____________________________________________________________________________
50576 [  7403] By: jhi                                   on 2000/10/22  21:24:11
50577         Log: Subject: [PATCH bleadperl] ripples from constsub patch
50578              From: John Tobey <jtobey@john-edwin-tobey.org>
50579              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
50580              Message-Id: <m13nSOB-000FObC@feynman.localnet>
50581      Branch: perl
50582            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
50583 ____________________________________________________________________________
50584 [  7402] By: jhi                                   on 2000/10/22  20:59:35
50585         Log: Support s?printf parameter reordering.
50586      Branch: perl
50587            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
50588 ____________________________________________________________________________
50589 [  7401] By: jhi                                   on 2000/10/22  19:19:14
50590         Log: Expand %Config variables only if explicitly so requested
50591              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
50592              
50593              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
50594              From: Gurusamy Sarathy <gsar@ActiveState.com>
50595              Date: Sun, 22 Oct 2000 11:47:32 -0700
50596              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
50597      Branch: perl
50598            ! Makefile.SH lib/lib_pm.PL
50599 ____________________________________________________________________________
50600 [  7400] By: jhi                                   on 2000/10/22  18:24:10
50601         Log: Move the #7390 test from warn/op to comp/redef.
50602              
50603              Subject: Re: Creating const subs for constants.
50604              From: John Tobey <jtobey@john-edwin-tobey.org>
50605              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
50606              Message-Id: <m13nG72-000FObC@feynman.localnet>               
50607      Branch: perl
50608            ! t/comp/redef.t t/pragma/warn/op
50609 ____________________________________________________________________________
50610 [  7399] By: jhi                                   on 2000/10/22  17:49:59
50611         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
50612              From: Nicholas Clark <nick@ccl4.org>
50613              Date: Sat, 21 Oct 2000 22:23:19 +0100
50614              Message-ID: <20001021222319.B45586@plum.flirble.org>
50615      Branch: perl
50616            ! ext/DynaLoader/DynaLoader_pm.PL
50617 ____________________________________________________________________________
50618 [  7398] By: jhi                                   on 2000/10/22  17:47:35
50619         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
50620              From: Hugo <hv@crypt.compulink.co.uk>
50621              Date: Sat, 21 Oct 2000 18:19:59 +0100
50622              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
50623      Branch: perl
50624            ! ext/B/B.pm ext/B/B/C.pm
50625 ____________________________________________________________________________
50626 [  7397] By: jhi                                   on 2000/10/22  17:35:18
50627         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
50628              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
50629              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
50630              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
50631      Branch: perl
50632            ! hints/openbsd.sh
50633 ____________________________________________________________________________
50634 [  7396] By: jhi                                   on 2000/10/22  17:19:46
50635         Log: Subject: installman go-faster stripes
50636              From: Nicholas Clark <nick@talking.bollo.cx>
50637              Date: Sat, 21 Oct 2000 17:24:53 +0100
50638              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
50639              
50640              Subject: Re: installman go-faster stripes
50641              From: Russ Allbery <rra@stanford.edu>
50642              Date: 21 Oct 2000 11:04:13 -0700
50643              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
50644      Branch: perl
50645            ! installman pod/pod2man.PL
50646 ____________________________________________________________________________
50647 [  7395] By: jhi                                   on 2000/10/22  17:17:35
50648         Log: Hints tweak from Anton Berezin.
50649      Branch: perl
50650            ! hints/freebsd.sh
50651 ____________________________________________________________________________
50652 [  7394] By: jhi                                   on 2000/10/22  04:50:04
50653         Log: Tweak the Is* definitions of Unicode character classes
50654              to better match the official categorizations; embrace
50655              the official categorizations; add the combining marks
50656              as alpha (and -numeric); fix DCinital (a typo and edito)
50657              to be DCmedial.
50658      Branch: perl
50659            + lib/unicode/Is/DCmedial.pl
50660            - lib/unicode/Is/DCinital.pl
50661            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
50662            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
50663            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
50664            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
50665 ____________________________________________________________________________
50666 [  7393] By: jhi                                   on 2000/10/21  18:06:05
50667         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
50668              From: Daniel Chetlin <daniel@chetlin.com>
50669              Date: Sat, 21 Oct 2000 02:57:03 -0700
50670              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
50671      Branch: perl
50672            + t/lib/tie-splice.t
50673            ! MANIFEST lib/Tie/Array.pm
50674 ____________________________________________________________________________
50675 [  7392] By: gsar                                  on 2000/10/21  18:05:15
50676         Log: resync utfperl branch with mainline
50677      Branch: utfperl
50678           !> (integrate 1760 files)
50679 ____________________________________________________________________________
50680 [  7391] By: jhi                                   on 2000/10/21  14:37:49
50681         Log: Testcases for a #7383,#7385 related bug.
50682              
50683              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
50684              From: Nicholas Clark <nick@ccl4.org>
50685              Date: Sat, 21 Oct 2000 15:04:51 +0100
50686              Message-ID: <20001021150451.A51566@plum.flirble.org>
50687      Branch: perl
50688            ! t/pragma/utf8.t
50689 ____________________________________________________________________________
50690 [  7390] By: jhi                                   on 2000/10/21  14:35:57
50691         Log: Add a testcase for #7389.
50692      Branch: perl
50693            ! t/pragma/warn/op
50694 ____________________________________________________________________________
50695 [  7389] By: jhi                                   on 2000/10/21  14:26:45
50696         Log: Subject: Re: Creating const subs for constants.
50697              From: John Tobey <jtobey@john-edwin-tobey.org>
50698              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
50699              Message-Id: <m13mo0N-000FObC@feynman.localnet>
50700      Branch: perl
50701            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
50702            ! proto.h sv.c
50703 ____________________________________________________________________________
50704 [  7388] By: nick                                  on 2000/10/21  11:44:23
50705         Log: Populate perlio branch
50706      Branch: perlio
50707           +> (branch 1760 files)
50708 ____________________________________________________________________________
50709 [  7387] By: nick                                  on 2000/10/21  10:52:05
50710         Log: Get branch back as replica of mainline via :
50711              p4 integrate -b utfperl
50712              p4 resolve -at ./...
50713      Branch: utfperl
50714           +> (branch 269 files)
50715            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
50716            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
50717            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
50718            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
50719            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
50720            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
50721            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
50722            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
50723            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
50724            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
50725            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
50726            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
50727            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
50728            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
50729            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
50730            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
50731            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
50732            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
50733            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
50734            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
50735            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
50736            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
50737            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
50738            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
50739            - lib/unicode/UCD300.html lib/unicode/Unicode.300
50740            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
50741            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
50742            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
50743            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
50744           !> (integrate 965 files)
50745 ____________________________________________________________________________
50746 [  7386] By: jhi                                   on 2000/10/21  01:31:12
50747         Log: Update Changes.
50748      Branch: perl
50749            ! Changes patchlevel.h
50750 ____________________________________________________________________________
50751 [  7385] By: jhi                                   on 2000/10/21  01:28:42
50752         Log: The #7383 was right only in the context of the original bug report,
50753              not in more general case.
50754      Branch: perl
50755            ! pp_hot.c
50756 ____________________________________________________________________________
50757 [  7384] By: jhi                                   on 2000/10/21  01:08:23
50758         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
50759      Branch: perl
50760            ! ext/IO/lib/IO/Select.pm
50761 ____________________________________________________________________________
50762 [  7383] By: jhi                                   on 2000/10/21  00:44:18
50763         Log: Fix for ID 20001020.006, concatenating an unset submatch
50764              with utf8 resulted in "Modification of a read-only value".
50765      Branch: perl
50766            ! pp_hot.c t/pragma/utf8.t
50767 ____________________________________________________________________________
50768 [  7382] By: jhi                                   on 2000/10/20  20:44:31
50769         Log: Make scan_num() reëntrant, as suggested in
50770              
50771              Subject: [PATCH perl@7229] Rentrant parser and yylex()
50772              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
50773              Date: Fri, 20 Oct 2000 14:17:27 +0100
50774              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
50775      Branch: perl
50776            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
50777            ! toke.c
50778 ____________________________________________________________________________
50779 [  7381] By: jhi                                   on 2000/10/20  20:07:29
50780         Log: Reëntrancy fix.
50781              
50782              Subject: [PATCH perl@7229] Rentrant parser and yylex()
50783              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
50784              Date: Fri, 20 Oct 2000 14:17:27 +0100
50785              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
50786      Branch: perl
50787            ! embed.h embed.pl perl.h proto.h toke.c
50788 ____________________________________________________________________________
50789 [  7380] By: jhi                                   on 2000/10/20  19:15:54
50790         Log: Don't write double values through long double pointers,
50791              based on a part of
50792              
50793              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
50794              From: Jens Hamisch <jens@Strawberry.COM>
50795              Date: Tue, 17 Oct 2000 08:39:36 +0200
50796              Message-Id: <20001017083936.A11104@Strawberry.COM>
50797      Branch: perl
50798            ! perl.h pp.c
50799 ____________________________________________________________________________
50800 [  7379] By: jhi                                   on 2000/10/20  18:43:37
50801         Log: Portability tweak on #7377.
50802              
50803              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
50804              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
50805              Date:     Fri, 20 Oct 2000 13:13:41 EDT
50806              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
50807      Branch: perl
50808            ! t/lib/dprof.t
50809 ____________________________________________________________________________
50810 [  7378] By: jhi                                   on 2000/10/20  12:57:19
50811         Log: SOCKS function redefinitions need prototypes, too, otherwise
50812              for example 32 bit versus 64 bit differences cause a lot of
50813              problems.  Part of
50814              
50815              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
50816              From: Jens Hamisch <jens@Strawberry.COM>
50817              Date: Tue, 17 Oct 2000 08:39:36 +0200
50818              Message-Id: <20001017083936.A11104@Strawberry.COM>
50819      Branch: perl
50820            ! doio.c pp_sys.c
50821 ____________________________________________________________________________
50822 [  7377] By: jhi                                   on 2000/10/20  12:37:12
50823         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
50824              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
50825              Date:     Fri, 20 Oct 2000 08:26:04 EDT
50826              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
50827      Branch: perl
50828            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
50829 ____________________________________________________________________________
50830 [  7376] By: jhi                                   on 2000/10/20  12:35:31
50831         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
50832              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
50833              Date:     Fri, 20 Oct 2000 07:48:15 EDT
50834              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
50835      Branch: perl
50836            ! configure.com vms/gen_shrfls.pl
50837 ____________________________________________________________________________
50838 [  7375] By: bailey                                on 2000/10/20  04:44:37
50839         Log: SYN SYN
50840      Branch: vmsperl
50841           +> (branch 134 files)
50842            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
50843            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
50844            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
50845            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
50846            - eg/cgi/frameset.cgi eg/cgi/index.html
50847            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
50848            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
50849            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
50850            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
50851            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
50852            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
50853            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
50854            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
50855            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
50856            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
50857            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
50858            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
50859            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
50860            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
50861            - lib/unicode/Props.txt lib/unicode/UCD300.html
50862            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
50863            - utils/perlbc.PL vms/subconfigure.com
50864           !> (integrate 785 files)
50865 ____________________________________________________________________________
50866 [  7374] By: jhi                                   on 2000/10/20  00:59:48
50867         Log: In the latest compiler builds cccdlflags must not become -fpic,
50868              from Wilfredo Sánchez.
50869      Branch: perl
50870            ! hints/darwin.sh
50871 ____________________________________________________________________________
50872 [  7373] By: jhi                                   on 2000/10/20  00:56:35
50873         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
50874              From: Tony Cook <tony@develop-help.com>
50875              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
50876              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
50877      Branch: perl
50878            ! pod/perlop.pod
50879 ____________________________________________________________________________
50880 [  7372] By: jhi                                   on 2000/10/19  19:34:40
50881         Log: Typo noted by Mark Lutz.
50882      Branch: perl
50883            ! t/op/64bitint.t
50884 ____________________________________________________________________________
50885 [  7371] By: jhi                                   on 2000/10/19  19:33:13
50886         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
50887      Branch: metaconfig
50888            ! U/modified/Cppsym.U U/modified/Oldconfig.U
50889      Branch: metaconfig/U/perl
50890            ! End.U dlsrc.U libperl.U
50891      Branch: perl
50892            + hints/nonstopux.sh
50893            ! Configure MANIFEST config_h.SH
50894 ____________________________________________________________________________
50895 [  7370] By: jhi                                   on 2000/10/19  17:18:08
50896         Log: Subject: PATCH do_print has 2 PerlIO_error()s
50897              From: nick@ccl4.org
50898              Date: Thu, 19 Oct 2000 18:09:20 +0100
50899              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
50900      Branch: perl
50901            ! doio.c
50902 ____________________________________________________________________________
50903 [  7369] By: jhi                                   on 2000/10/19  14:01:49
50904         Log: Update Changes.
50905      Branch: perl
50906            ! Changes patchlevel.h
50907 ____________________________________________________________________________
50908 [  7368] By: jhi                                   on 2000/10/19  13:04:29
50909         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
50910              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
50911              Date: Wed, 18 Oct 2000 13:12:01 +0200
50912              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
50913      Branch: perl
50914            ! hints/aix.sh
50915 ____________________________________________________________________________
50916 [  7367] By: jhi                                   on 2000/10/19  02:22:40
50917         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
50918              of a 'pmshort' anywhere in the B, so the offending line was simply
50919              removed.
50920      Branch: perl
50921            ! ext/B/B/Debug.pm
50922 ____________________________________________________________________________
50923 [  7366] By: jhi                                   on 2000/10/19  02:12:37
50924         Log: Add the test case for the bug id 20000730.004 which seems
50925              to have been fixed by now.
50926      Branch: perl
50927            ! t/pragma/utf8.t
50928 ____________________________________________________________________________
50929 [  7365] By: jhi                                   on 2000/10/18  23:36:24
50930         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
50931              From: Hugo <hv@crypt.compulink.co.uk>
50932              Date: Wed, 18 Oct 2000 23:25:58 +0100
50933              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
50934      Branch: perl
50935            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
50936 ____________________________________________________________________________
50937 [  7364] By: jhi                                   on 2000/10/18  21:12:53
50938         Log: (retracted)
50939      Branch: perl
50940            ! pp.c
50941 ____________________________________________________________________________
50942 [  7363] By: jhi                                   on 2000/10/18  20:55:38
50943         Log: Missing change from #7362.
50944      Branch: perl
50945            ! win32/perlhost.h
50946 ____________________________________________________________________________
50947 [  7362] By: jhi                                   on 2000/10/18  20:52:01
50948         Log: Borland C fstat() never saw the fd as writable.
50949              
50950              Subject: fix for Borland's weak "stat" (perl@7211)
50951              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
50952              Date: Mon, 16 Oct 2000 09:55:03 +0400
50953              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
50954      Branch: perl
50955            ! win32/win32.c
50956 ____________________________________________________________________________
50957 [  7361] By: jhi                                   on 2000/10/18  17:43:50
50958         Log: Regen toc.
50959      Branch: perl
50960            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
50961 ____________________________________________________________________________
50962 [  7360] By: jhi                                   on 2000/10/18  17:07:44
50963         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
50964              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
50965              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
50966              Date: Mon, 16 Oct 2000 15:19:49 +0200
50967      Branch: perl
50968            + README.aix
50969            ! MANIFEST
50970 ____________________________________________________________________________
50971 [  7359] By: jhi                                   on 2000/10/18  17:04:49
50972         Log: Subject: Pod patch for Devel::Peek
50973              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
50974              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
50975              Date: Mon, 16 Oct 2000 12:26:34 +0200
50976      Branch: perl
50977            ! ext/Devel/Peek/Peek.pm
50978 ____________________________________________________________________________
50979 [  7358] By: jhi                                   on 2000/10/18  17:03:15
50980         Log: Make Cwd more bulletproof in chrooted environments.
50981              
50982              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
50983              From: "Eric E. Coe" <Eric.Coe@oracle.com>
50984              Date: Wed, 18 Oct 2000 04:03:54 -0400
50985              Message-Id: <39ED596A.70E599FE@oracle.com>
50986      Branch: perl
50987            ! lib/Cwd.pm
50988 ____________________________________________________________________________
50989 [  7357] By: jhi                                   on 2000/10/18  16:37:26
50990         Log: Disable the UTF8 downgrade croakage for now to avoid
50991              too many not okay messages.
50992      Branch: perl
50993            ! doio.c
50994 ____________________________________________________________________________
50995 [  7356] By: jhi                                   on 2000/10/17  23:29:41
50996         Log: Show the failed remote port, instead of the failing line number.
50997              
50998              Subject: [PATCH 5.6.1 Debugger] More diagnostics
50999              From: David Sparks <daves@ActiveState.com>
51000              Date: Tue, 17 Oct 2000 15:00:24 -0700
51001              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
51002      Branch: perl
51003            ! lib/perl5db.pl
51004 ____________________________________________________________________________
51005 [  7355] By: jhi                                   on 2000/10/17  14:11:31
51006         Log: On output try to downgrade to bytes, croak if impossible,
51007              from Simon Cozens.  This means that outputting >255 UTF8
51008              is impossible.  Consider this as a strong incentive to get
51009              the I/O disciplines implemented.
51010      Branch: perl
51011            ! doio.c pod/perldiag.pod sv.c
51012 ____________________________________________________________________________
51013 [  7354] By: jhi                                   on 2000/10/17  13:42:23
51014         Log: Clarify documentation on 'use bytes'.
51015              
51016              Subject: Re: What does 'use bytes' "mean" ?
51017              From: Simon Cozens <simon@cozens.net>
51018              Date: Mon, 18 Sep 2000 18:24:25 +0100
51019              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
51020      Branch: perl
51021            ! lib/bytes.pm
51022 ____________________________________________________________________________
51023 [  7353] By: jhi                                   on 2000/10/17  13:28:12
51024         Log: Workaround for a sfio bug where the stream error indicator
51025              is not cleared as documented.
51026              
51027              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
51028              From: Nicholas Clark <nick@ccl4.org>
51029              Date: Mon, 16 Oct 2000 18:28:23 +0100
51030              Message-ID: <20001016182823.J19700@plum.flirble.org>
51031      Branch: perl
51032            ! doio.c
51033 ____________________________________________________________________________
51034 [  7352] By: jhi                                   on 2000/10/17  13:06:19
51035         Log: More IoTYPE sprinkling.
51036      Branch: perl
51037            ! doio.c pp_hot.c
51038 ____________________________________________________________________________
51039 [  7351] By: jhi                                   on 2000/10/16  22:47:07
51040         Log: Detect early whether the std streams have gone bad.
51041              
51042              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
51043              Date: Mon, 16 Oct 2000 23:28:42 +0100
51044              From: Nicholas Clark <nick@ccl4.org>
51045              Message-ID: <20001016232842.A37942@plum.flirble.org>
51046      Branch: perl
51047            ! t/op/misc.t
51048 ____________________________________________________________________________
51049 [  7350] By: jhi                                   on 2000/10/16  22:45:16
51050         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
51051              From: "Peter J. Farley III" <pjfarley@banet.net>
51052              Date: Mon, 16 Oct 2000 18:15:59 -0400
51053              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
51054      Branch: perl
51055            ! djgpp/djgpp.c dosish.h t/io/open.t
51056 ____________________________________________________________________________
51057 [  7349] By: jhi                                   on 2000/10/16  22:36:45
51058         Log: perldelta tweak.
51059      Branch: perl
51060            ! pod/perldelta.pod
51061 ____________________________________________________________________________
51062 [  7348] By: jhi                                   on 2000/10/16  15:17:53
51063         Log: Update Changes.
51064      Branch: perl
51065            ! Changes patchlevel.h
51066 ____________________________________________________________________________
51067 [  7347] By: jhi                                   on 2000/10/16  13:55:27
51068         Log: Add the capability to include/exclude branches.
51069      Branch: perl
51070            ! Porting/genlog
51071 ____________________________________________________________________________
51072 [  7346] By: jhi                                   on 2000/10/16  13:18:04
51073         Log: Add Charles Lane.
51074      Branch: perl
51075            ! AUTHORS Changes
51076 ____________________________________________________________________________
51077 [  7345] By: jhi                                   on 2000/10/16  13:13:21
51078         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
51079      Branch: perl
51080            ! pod/perldelta.pod
51081 ____________________________________________________________________________
51082 [  7344] By: gsar                                  on 2000/10/16  09:30:21
51083         Log: integrate change#6220 from cfgperl
51084              
51085              Win32 patches from Benjamin Stuhl.
51086      Branch: maint-5.6/perl
51087           !> makedef.pl win32/win32.h
51088 ____________________________________________________________________________
51089 [  7343] By: gsar                                  on 2000/10/16  08:32:19
51090         Log: integrate changes#6221,6222 from cfgperl
51091              
51092              Remove tr///CU (the feature is to be obsoleted by better interfaces).
51093              From: simon@brecon.co.uk (Simon Cozens)
51094              Subject: [PATCH] Eliminate tr///[CU][CU]
51095              Date: 23 Jun 2000 11:05:40 GMT
51096              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
51097              
51098              doc typo fix
51099              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
51100              From: Ian Phillipps <Ian.Phillipps@iname.com>
51101              Date: Fri, 23 Jun 2000 10:40:58 +0100
51102              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
51103      Branch: maint-5.6/perl
51104           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
51105 ____________________________________________________________________________
51106 [  7342] By: gsar                                  on 2000/10/16  08:28:08
51107         Log: integrate change#6217 from cfgperl (in part)
51108              
51109              Rename the fdpid locking and integrate with Sarathy.
51110      Branch: maint-5.6/perl
51111           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
51112           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
51113           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
51114           !> win32/win32.c
51115 ____________________________________________________________________________
51116 [  7341] By: gsar                                  on 2000/10/16  08:23:39
51117         Log: integrate changes#6214..6216 from mainline
51118              
51119              @_ can't have junk in it even in the non-USE_ITHREADS case because
51120              caller() wants to populate @DB::args with it (causes a coredump
51121              in Carp::confess())
51122              
51123              tweak comment about @DB::args
51124              
51125              be more optimal about clearing @_
51126      Branch: maint-5.6/perl
51127           !> av.h cop.h pp_ctl.c t/op/runlevel.t
51128 ____________________________________________________________________________
51129 [  7340] By: gsar                                  on 2000/10/16  08:20:37
51130         Log: integrate changes#6207..6210 from cfgperl
51131              
51132              Subject: [PATCH 5.6.0] Threadsafe patches
51133              From: Dan Sugalski <dan@sidhe.org>
51134              To: perl5-porters@perl.org
51135              Date: Mon, 08 May 2000 18:08:13 -0400
51136              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
51137              
51138              Regen headers for #6207.
51139              
51140              Lock PL_fdpid against race conditions, based on:
51141              Subject: [PATCH 5.6.0]subprocess fixup for threads
51142              From: Dan Sugalski <dan@sidhe.org>
51143              To: perl5-porters@perl.org
51144              Date: Tue, 11 Apr 2000 17:02:32 -0400
51145              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
51146              
51147              Mopup for #6207 and #6209.
51148      Branch: maint-5.6/perl
51149           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
51150           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
51151           !> win32/win32.c
51152 ____________________________________________________________________________
51153 [  7339] By: gsar                                  on 2000/10/16  08:14:34
51154         Log: integrate change#6203 from cfgperl
51155              
51156              perldiag should refer to perlos2.pod not README.os2
51157      Branch: maint-5.6/perl
51158           !> pod/perldiag.pod
51159 ____________________________________________________________________________
51160 [  7338] By: gsar                                  on 2000/10/16  08:11:42
51161         Log: integrate change#6201 from mainline
51162              
51163              Perl_eval_pv() leaks 4 bytes every time it is called because it
51164              does a PUSHMARK that's never ever POPMARKed; in general, only
51165              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
51166              Perl_eval_[sp]v() don't because they don't take any incoming
51167              arguments (this leak has been around since the original version
51168              of perl_eval_pv() in 5.003_97e)
51169      Branch: maint-5.6/perl
51170           !> perl.c
51171 ____________________________________________________________________________
51172 [  7337] By: gsar                                  on 2000/10/16  08:08:47
51173         Log: integrate changes#6197..6200 from cfgperl
51174              
51175              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
51176              From: John Borwick <jhborwic@unity.ncsu.edu>
51177              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
51178              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
51179              
51180              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
51181              From: Dan Sugalski <dan@sidhe.org>
51182              To: vmsperl@perl.org, perl5-porters@perl.org
51183              Date: Fri, 02 Jun 2000 16:00:41 -0400
51184              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
51185              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
51186              
51187              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
51188              From: Dan Sugalski <dan@sidhe.org>
51189              To: perl5-porters@perl.org, vmsperl@perl.org
51190              Date: Fri, 02 Jun 2000 17:30:51 -0400
51191              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
51192              
51193              Update to cperl-mode.el 4.31 from
51194              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
51195              Subject: A couple of notes
51196              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
51197              To: Mailing list Perl5 <perl5-porters@perl.org>
51198              Date: Sat, 3 Jun 2000 23:33:32 -0400
51199              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
51200      Branch: maint-5.6/perl
51201           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
51202           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
51203           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
51204           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
51205           !> vms/vmsish.h
51206 ____________________________________________________________________________
51207 [  7336] By: gsar                                  on 2000/10/16  08:03:46
51208         Log: integrate changes#6194,6195 from mainline
51209              
51210              fix small eval"" memory leaks under USE_ITHREADS
51211              
51212              fix yet another eval"" leak under USE_ITHREADS
51213      Branch: maint-5.6/perl
51214           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
51215           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
51216           !> vms/perly_c.vms
51217 ____________________________________________________________________________
51218 [  7335] By: gsar                                  on 2000/10/16  08:02:15
51219         Log: integrate changes#6190,6191 from mainline
51220              
51221              submit missing embed.pl change
51222              
51223              vec() loses numericalness (modified version of patch suggested
51224              by Robin Barker)
51225      Branch: maint-5.6/perl
51226           !> doop.c embed.pl t/op/vec.t
51227 ____________________________________________________________________________
51228 [  7334] By: gsar                                  on 2000/10/16  08:01:03
51229         Log: integrate change#6189 from mainline
51230              
51231              counting tr/// corrupts later operation (from M.J.T Guy)
51232      Branch: maint-5.6/perl
51233           !> doop.c t/op/tr.t
51234 ____________________________________________________________________________
51235 [  7333] By: gsar                                  on 2000/10/16  07:59:07
51236         Log: integrate changes#6183..6188 from mainline
51237              
51238              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
51239              <nick@ccl4.org>)
51240              
51241              tweak for change#6127
51242              
51243              remove incorrect documentation about implicit split to @_ in
51244              list context, which never really worked in perl 5 (from
51245              M.J.T. Guy)
51246              
51247              further qualify references to "alphanumeric" (from Wolfgang Laun
51248              <wolfgang.laun@alcatel.at>)
51249              
51250              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
51251              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
51252              
51253              h2xs tweaks
51254      Branch: maint-5.6/perl
51255           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
51256           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
51257           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
51258           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
51259           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
51260           !> pod/pod2latex.PL utils/h2xs.PL
51261 ____________________________________________________________________________
51262 [  7332] By: gsar                                  on 2000/10/16  07:53:52
51263         Log: integrate change#6179 from mainline
51264              
51265              buggy modulus on UVs introduced by change#3378 (resulted in
51266              4063328477 % 65535 amounting to 27406, instead of 27407)
51267      Branch: maint-5.6/perl
51268           !> pp.c t/op/arith.t
51269 ____________________________________________________________________________
51270 [  7331] By: gsar                                  on 2000/10/16  07:52:49
51271         Log: integrate changes#6176,6177,6178,6182 from cfgperl
51272              
51273              Single-quoted utf8 patch from Simon Cozens.
51274              
51275              Substitution utf8 patch from Simon Cozens.
51276              
51277              Be cleaner.
51278              
51279              Be Cleaner Part Deux.
51280      Branch: maint-5.6/perl
51281           !> Makefile.SH pp_hot.c toke.c
51282 ____________________________________________________________________________
51283 [  7330] By: gsar                                  on 2000/10/16  07:41:36
51284         Log: integrate change#6172 from mainline
51285              
51286              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
51287              (from Ilya Zakharevich)
51288      Branch: maint-5.6/perl
51289           !> regexec.c t/op/re_tests
51290 ____________________________________________________________________________
51291 [  7329] By: gsar                                  on 2000/10/16  07:40:25
51292         Log: integrate change#6171 from mainline
51293              
51294              scalar() doesn't force scalar context when used in void context
51295              (from Simon Cozens)
51296      Branch: maint-5.6/perl
51297           !> op.c t/op/wantarray.t
51298 ____________________________________________________________________________
51299 [  7328] By: gsar                                  on 2000/10/16  07:39:33
51300         Log: integrate change#6170 from mainline
51301              
51302              change#6142 needs tweaks to tests to work where there's no
51303              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
51304      Branch: maint-5.6/perl
51305           !> t/lib/filefind.t
51306 ____________________________________________________________________________
51307 [  7327] By: gsar                                  on 2000/10/16  07:35:34
51308         Log: integrate changes#6166..6168 from cfgperl
51309              
51310              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
51311              in case somebody wants to write an extension for more
51312              shadow database interfaces.
51313              
51314              tweak todo
51315              
51316              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
51317      Branch: maint-5.6/perl
51318           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
51319           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
51320           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
51321           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
51322           !> win32/config.vc win32/config_H.bc win32/config_H.gc
51323           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
51324 ____________________________________________________________________________
51325 [  7326] By: gsar                                  on 2000/10/16  07:29:05
51326         Log: integrate changes#6157,6159..6161,6164 from cfgperl
51327              
51328              Regen Configure to jive with #6149.
51329              
51330              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
51331              
51332              Changes for the File::Temp 0.08 (change #6159) test suite
51333              to fit better into the Perl distribution test framework.
51334              
51335              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
51336              both from Simon Cozens.
51337              
51338              detypo
51339      Branch: maint-5.6/perl
51340           +> pod/perlmodlib.PL pod/perlnewmod.pod
51341           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
51342           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
51343           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
51344           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
51345 ____________________________________________________________________________
51346 [  7325] By: gsar                                  on 2000/10/16  07:25:13
51347         Log: integrate change#6158 from vmsperl
51348              
51349              Add fallback to tmpfile for use in cases where user's relying on
51350              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
51351              Lane's patch)
51352      Branch: maint-5.6/perl
51353           !> vms/vms.c vms/vmsish.h
51354 ____________________________________________________________________________
51355 [  7324] By: gsar                                  on 2000/10/16  07:20:50
51356         Log: integrate changes#6153..6155 from mainline
51357              
51358              prettier Test::Harness output on failed tests (from Nicholas Clark
51359              <nick@Bagpuss.uk.boo.com>)
51360              
51361              avoid type mismatch warning
51362              
51363              small bug in change#6144; remove random \xA0 character that snuck
51364              in via change#6145
51365      Branch: maint-5.6/perl
51366           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
51367           !> perl.c
51368 ____________________________________________________________________________
51369 [  7323] By: gsar                                  on 2000/10/16  07:18:47
51370         Log: integrate changes#6151,6152 from mainline
51371              
51372              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
51373              
51374              cosmetic fixups of RE debug output (from Ilya Zakharevich)
51375      Branch: maint-5.6/perl
51376           !> regexec.c
51377 ____________________________________________________________________________
51378 [  7322] By: gsar                                  on 2000/10/16  07:17:25
51379         Log: integrate changes#6146..6150 from mainline
51380              
51381              doc typo
51382              
51383              add a make entry to Config.pm so "perl -V:make" works on VMS
51384              (from Peter Prymmer)
51385              
51386              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
51387              
51388              OS/2 tweaks for usethreads build (from Rocco Caputo
51389              <troc@netrus.net>)
51390              
51391              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
51392      Branch: maint-5.6/perl
51393           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
51394           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
51395           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
51396           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
51397           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
51398           !> warnings.pl x2p/a2p.h
51399 ____________________________________________________________________________
51400 [  7321] By: gsar                                  on 2000/10/16  07:14:02
51401         Log: integrate changes#6143..6145 from mainline
51402              
51403              MacOS support, part 1 (from Matthias Neeracher
51404              <neeri@iis.ee.ethz.ch>)
51405              
51406              MacOS support, part 2: make AutoSplit use File::Spec instead
51407              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
51408              <neeri@iis.ee.ethz.ch>)
51409              
51410              make xsubpp skip embedded pod (from Matthias Neeracher
51411              <neeri@iis.ee.ethz.ch>)
51412      Branch: maint-5.6/perl
51413           +> ext/DynaLoader/dl_mac.xs
51414           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
51415           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
51416           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
51417           !> pp_ctl.c proto.h toke.c util.c util.h
51418 ____________________________________________________________________________
51419 [  7320] By: gsar                                  on 2000/10/16  07:12:13
51420         Log: integrate changes#6141,6142 from mainline
51421              
51422              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
51423              forwarded by Peter Seebach from the bsdi-users mailing list.
51424              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
51425              
51426              File::Find fails to chdir when chasing symlinks (from
51427              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
51428      Branch: maint-5.6/perl
51429           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
51430 ____________________________________________________________________________
51431 [  7319] By: gsar                                  on 2000/10/16  07:04:30
51432         Log: integrate change#6139 from mainline
51433              
51434              revise mktables.PL for bugs and newness in Unicode 3.0
51435              (from James Bence <jbence@amgen.com>)
51436      Branch: maint-5.6/perl
51437           +> (branch 30 files)
51438           !> (integrate 49 files)
51439 ____________________________________________________________________________
51440 [  7318] By: gsar                                  on 2000/10/16  07:01:01
51441         Log: integrate changes#6137,6138 from mainline
51442              
51443              fix bogus redeclaration warning for "our" variables in different
51444              scopes
51445              
51446              add note about the handling of negative indices to tied arrays
51447              (from Michael G Schwern <schwern@pobox.com>)
51448      Branch: maint-5.6/perl
51449           !> op.c pod/perltie.pod t/pragma/strict-vars
51450 ____________________________________________________________________________
51451 [  7317] By: gsar                                  on 2000/10/16  06:58:46
51452         Log: integrate changes#6127..6136 from mainline
51453              
51454              call_method(...,G_EVAL) can longjmp() out if the method probing
51455              failed (from Gisle Aas)
51456              
51457              new perlxstut example for passing/returning refs to arrays
51458              (from David Lowe <dlowe@pootpoot.com>)
51459              
51460              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
51461              
51462              fix places that mean C<"word" character> but say C<alphanumeric
51463              character>
51464              
51465              avoid warnings in POSIX.pm (from Barrie Slaymaker)
51466              
51467              warnings::enabled() doesn't fall back to looking at $^W if
51468              caller isn't using lexical warnings (from Paul Marquess)
51469              
51470              elide bogus test in change#6132
51471              
51472              make Test::Harness use wait.h/WCOREDUMP if available
51473              (from Ben Tilly <ben_tilly@hotmail.com>)
51474              
51475              enable Test::Harness to dynamically determine column width etc.
51476              (from Rob Napier <rnapier@employees.org>)
51477              
51478              random pod typos (from Peter Scott <Peter@PSDT.com>)
51479      Branch: maint-5.6/perl
51480           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
51481           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
51482           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
51483           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
51484 ____________________________________________________________________________
51485 [  7316] By: gsar                                  on 2000/10/16  06:53:23
51486         Log: integrate change#6126 from mainline
51487              
51488              change#2879 broke rvalue autovivification of magicals such as
51489              ${$num} (reworked variant of patch suggested by Simon Cozens)
51490      Branch: maint-5.6/perl
51491           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
51492           !> pp_hot.c proto.h t/op/gv.t
51493 ____________________________________________________________________________
51494 [  7315] By: gsar                                  on 2000/10/16  06:51:38
51495         Log: integrate changes#6123,6125 from mainline
51496              
51497              clarify gotcha with #line directives (from Rocco Caputo
51498              <troc@netrus.net>)
51499              
51500              enable propagating exception objects via Perl_croak() in XS code
51501              (from Gisle Aas)
51502      Branch: maint-5.6/perl
51503           !> pod/perldebug.pod pod/perlsyn.pod util.c
51504 ____________________________________________________________________________
51505 [  7314] By: gsar                                  on 2000/10/16  06:49:28
51506         Log: integrate change#6122 from mainline
51507              
51508              downgrade fatal error on C<"foo@nosucharray.com"> to optional
51509              warning (from Mark-Jason Dominus)
51510      Branch: maint-5.6/perl
51511           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
51512           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
51513           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
51514           !> toke.c
51515 ____________________________________________________________________________
51516 [  7313] By: gsar                                  on 2000/10/16  06:46:54
51517         Log: integrate changes#6112..6121 from vmsperl
51518              
51519              Check for existence of file before trying to delete
51520              
51521              Ugly workaround for version-specific RTL error
51522              
51523              Urk -- undo previous removal of vmsish 'exit' change
51524              
51525              Add bounds checking for several strings (Charles Lane)
51526              
51527              Miscellaneous cosmetic fixes (Charles Lane)
51528              
51529              Treat sockets as special in sys(read|write) (Charles Lane et al.)
51530              
51531              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
51532              Flatten case labels in switch statements uniformly (Charles Bailey)
51533              
51534              Quiet error messages in vmsish.t (Charles Lane)
51535              
51536              Add missing escape (Charles Lane)
51537              
51538              Allow eliminate_macros() and fixpath() to handle space-delimited
51539              lists (based on fixes by Craig Berry)
51540      Branch: maint-5.6/perl
51541           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
51542           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
51543           !> vms/vmsish.h
51544 ____________________________________________________________________________
51545 [  7312] By: gsar                                  on 2000/10/16  06:41:18
51546         Log: integrate changes#6107,6110 from cfgperl
51547              
51548              Tweak the todo list.
51549              
51550              todo tweak
51551      Branch: maint-5.6/perl
51552           !> Todo-5.6
51553 ____________________________________________________________________________
51554 [  7311] By: gsar                                  on 2000/10/16  06:38:38
51555         Log: integrate changes#6104,6108 from mainline
51556              
51557              PL_sys_intern was being initialized too late on windows
51558              
51559              reenable fake signal handling on Windows, bugs and all
51560      Branch: maint-5.6/perl
51561           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
51562           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
51563           !> win32/win32.c
51564 ____________________________________________________________________________
51565 [  7310] By: gsar                                  on 2000/10/16  06:36:03
51566         Log: integrate changes#6095,6097..6103 from cfgperl
51567              
51568              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
51569              might be useful in future.
51570              
51571              Add a note about possible compilation problems from Allen Smith.
51572              
51573              Add a note about other, yet unsupported, shadow password APIs.
51574              
51575              Tweaks for the cc bugs from Allen Smith.
51576              
51577              More compilation tweakery from Allen Smith.
51578              
51579              Hints and test tweaks for Unicos.
51580              
51581              The test suite tweak in #6101 wasn't quite right.
51582              
51583              Test tweaking for Unicos continues.
51584      Branch: maint-5.6/perl
51585           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
51586           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
51587           !> t/lib/complex.t t/op/64bitint.t
51588 ____________________________________________________________________________
51589 [  7309] By: gsar                                  on 2000/10/16  06:29:41
51590         Log: integrate changes#6093,6094 from mainline
51591              
51592              fork() failure to create pseudo process sets errno=EAGAIN and returns
51593              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
51594              
51595              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
51596      Branch: maint-5.6/perl
51597           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
51598           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
51599 ____________________________________________________________________________
51600 [  7308] By: gsar                                  on 2000/10/16  06:27:29
51601         Log: integrate change#6092 from cfgperl
51602              
51603              Regen perltoc with the fixed buildtoc.
51604      Branch: maint-5.6/perl
51605           !> pod/perltoc.pod
51606 ____________________________________________________________________________
51607 [  7307] By: gsar                                  on 2000/10/16  06:26:40
51608         Log: integrate changes#6089,6090 from mainline
51609              
51610              buildtoc tweak to fix newline lossage
51611              
51612              concat doesn't preserve utf8-ness, and doesn't invalidate
51613              [NI]OK; added tests for both
51614      Branch: maint-5.6/perl
51615           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
51616 ____________________________________________________________________________
51617 [  7306] By: gsar                                  on 2000/10/16  06:24:05
51618         Log: integrate change#6088 from cfgperl
51619              
51620              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
51621              because we do not use those.  The HAS_GETSPNAM remains,
51622              though, because we still do use that.
51623      Branch: maint-5.6/perl
51624           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
51625           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
51626           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
51627           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
51628           !> win32/config.vc win32/config_H.bc win32/config_H.gc
51629           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
51630 ____________________________________________________________________________
51631 [  7305] By: gsar                                  on 2000/10/16  06:15:52
51632         Log: integrate changes#6084,6085,6087 from mainline
51633              
51634              substr() does not preserve utf8-ness (from Stefan Eissing
51635              <Eissing@medicaldataservice.de>); added tests
51636              
51637              repeat operator (x) doesn't preserve utf8-ness
51638              
51639              reverse() and quotemeta() weren't preserving utf8-ness; add tests
51640      Branch: maint-5.6/perl
51641           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
51642 ____________________________________________________________________________
51643 [  7304] By: gsar                                  on 2000/10/16  06:13:10
51644         Log: integrate changes#6077..6083 from mainline
51645              
51646              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
51647              and Tom Phoenix)
51648              
51649              workaround for CRT bug in chdir() (from Charles Lane, via
51650              Peter Prymmer)
51651              
51652              remove outdated kludge in Carp (NULLs are permitted in diagnostics
51653              now)
51654              
51655              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
51656              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
51657              
51658              better default perlbug categories for ok reports (from Richard Foley)
51659              
51660              peek.t non-portable to ithreads
51661              
51662              note about undocumented caller() return value (from M.J.T. Guy);
51663              yet another peek.t tweak
51664      Branch: maint-5.6/perl
51665           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
51666           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
51667           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
51668           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
51669           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
51670           !> vms/vmsish.h
51671 ____________________________________________________________________________
51672 [  7303] By: gsar                                  on 2000/10/16  06:03:18
51673         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
51674              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
51675              
51676              &HUGE_VAL is not defined, it exists.
51677              
51678              Do not warn that an infinity does not look like a number.
51679              
51680              Rewrite the pwent/spent logic to be a little bit more clearer.
51681              
51682              Continue on the pwent/spent case.
51683              
51684              Correct Freudian slip.
51685              
51686              Use HUGE_VALL if applicable.
51687              
51688              pwent/spent #ifdef imbalance.
51689              
51690              Infinite problems.
51691              
51692              Call getspnam() only iff needd.
51693              
51694              Test both the scalar and list contexts.
51695              
51696              Use setxxent()/endxxent().
51697              
51698              Complex tweakery.
51699              
51700              Unicos hint tweak.
51701              
51702              Be more forgiving in POSIX about HUGE_VALL.
51703              
51704              Detypo.
51705              
51706              The search of infinity continues, this time simplified.
51707              
51708              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
51709              in natively 64-bit platforms where a long is a quad (no need
51710              for long longs).  Also added bias for IVs.
51711              
51712              Complex tweaks.
51713              
51714              Introduce t/lib/peek.t.
51715              
51716              Make the test more portable.
51717      Branch: maint-5.6/perl
51718           +> t/lib/peek.t
51719            ! pp_sys.c
51720           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
51721           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
51722           !> t/op/pwent.t toke.c util.c
51723 ____________________________________________________________________________
51724 [  7302] By: gsar                                  on 2000/10/16  05:03:37
51725         Log: integrate changes#6066..6071 from mainline
51726              
51727              s/END/CHECK/
51728              
51729              replace direct call to sighandler() with (*PL_sighandlerp)()
51730              
51731              note about values()
51732              
51733              File::Spec compatibility update (from Barrie Slaymaker
51734              <barries@slaysys.com>)
51735              
51736              remove misleading comment (from M.J.T. Guy)
51737              
51738              misformatted perllocal.pod (from Tim Jenness
51739              <t.jenness@jach.hawaii.edu>)
51740      Branch: maint-5.6/perl
51741           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
51742           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
51743           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
51744           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
51745 ____________________________________________________________________________
51746 [  7301] By: gsar                                  on 2000/10/16  05:00:08
51747         Log: integrate changes#6061..6063 from mainline
51748              
51749              change#5921 neglected to make eq honor "use bytes"
51750              
51751              additional tests for utf8.t
51752              
51753              tokeq() could read unallocated field in argument
51754      Branch: maint-5.6/perl
51755           !> sv.c t/pragma/utf8.t toke.c
51756 ____________________________________________________________________________
51757 [  7300] By: gsar                                  on 2000/10/16  04:56:54
51758         Log: integrate changes#6046,6048,6057,6058 from mainline
51759              
51760              libscheck has insufficient checks for n32 libs (from
51761              Albert Chin-A-Young <china@thewrittenword.com>)
51762              
51763              add note about how $( doesn't interpolate in REs (from
51764              Philip Newton <newton@ficus.frogspace.net>)
51765              
51766              fix broken parsing of /\x{ab}/
51767              
51768              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
51769              (spotted by Donald Kinzer <dkinzer@premia.com>)
51770      Branch: maint-5.6/perl
51771           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
51772           !> t/pragma/utf8.t
51773 ____________________________________________________________________________
51774 [  7299] By: gsar                                  on 2000/10/16  04:52:50
51775         Log: integrate change#6044 from mainline
51776              
51777              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
51778              such that underscores are only ignored in literal numbers,
51779              "\x{...}", and hex/oct argument
51780      Branch: maint-5.6/perl
51781           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
51782 ____________________________________________________________________________
51783 [  7298] By: gsar                                  on 2000/10/16  04:50:53
51784         Log: integrate changes#6027..6043 from mainline
51785              
51786              podlators-1.02 update (from Russ Allbery)
51787              
51788              Pod::Man generates groff-incompatible macro definition (from
51789              Tom Christiansen)
51790              
51791              add CGI.pm v2.66 (from Lincoln Stein)
51792              
51793              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
51794              for @- and @+ (from Johan Vromans)
51795              
51796              small nits in diagnostics.pm (from Robin Barker)
51797              
51798              whitespace adjustments
51799              
51800              missing files in MANIFEST
51801              
51802              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
51803              to compensate
51804              
51805              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
51806              
51807              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
51808      Branch: maint-5.6/perl
51809           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
51810           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
51811           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
51812           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
51813           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
51814           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
51815           !> t/lib/cgi-html.t t/lib/cgi-request.t
51816 ____________________________________________________________________________
51817 [  7297] By: gsar                                  on 2000/10/16  04:44:30
51818         Log: integrate change#6025 from mainline
51819              
51820              Is{Alnum,Alpha,Word} don't match titlecase
51821              TODO: IsSpace is defined recursively!
51822              (both spotted by Larry)
51823      Branch: maint-5.6/perl
51824           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
51825           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
51826 ____________________________________________________________________________
51827 [  7296] By: gsar                                  on 2000/10/16  04:39:30
51828         Log: integrate change#6023 from mainline
51829              
51830              debugger stomps on $. (from M.J.T. Guy)
51831      Branch: maint-5.6/perl
51832           !> lib/perl5db.pl
51833 ____________________________________________________________________________
51834 [  7295] By: gsar                                  on 2000/10/16  04:38:02
51835         Log: integrate change#6022 from mainline
51836              
51837              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
51838      Branch: maint-5.6/perl
51839           !> sv.c
51840 ____________________________________________________________________________
51841 [  7294] By: gsar                                  on 2000/10/16  04:37:05
51842         Log: integrate changes#6018..6021 from mainline
51843              
51844              make lib/syslog.t portable to systems that don't have _PATH_LOG,
51845              make _PATH_LOG() return "" if unavailable
51846              
51847              windows portability tweaks
51848              
51849              test tweak
51850              
51851              remove Win2K issue in pod (fixed by change#6020)
51852      Branch: maint-5.6/perl
51853           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
51854           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
51855           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
51856 ____________________________________________________________________________
51857 [  7293] By: gsar                                  on 2000/10/16  04:20:00
51858         Log: integrate changes#6013..6015 from mainline
51859              
51860              tweak change#5945 to display correct switch name in diagnostic
51861              
51862              glob() loading File::Glob behind the scenes may cause syntax errors
51863              
51864              tweak test for portability
51865      Branch: maint-5.6/perl
51866           !> op.c perl.c pod/perldiag.pod t/lib/b.t
51867 ____________________________________________________________________________
51868 [  7292] By: gsar                                  on 2000/10/16  04:18:11
51869         Log: integrate changes#6005..6010 from mainline, cfgperl
51870              
51871              perldoc might fail via "use blib" (from Hugo van der Sanden)
51872              
51873              Regen Configure.
51874              
51875              note about compile failures and END blocks (from M.J.T. Guy)
51876              
51877              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
51878              
51879              (change#6009 integrated earlier in change#7255)
51880              
51881              clarify note about shadow password support (from
51882              gellyfish@gellyfish.com)
51883      Branch: maint-5.6/perl
51884           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
51885           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
51886           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
51887 ____________________________________________________________________________
51888 [  7291] By: gsar                                  on 2000/10/16  04:12:03
51889         Log: integrate changes#6002,6003 from mainline
51890              
51891              destructive sv_setsv() can lose UV-ness from source, causing
51892              numeric promotions/comparisons to fail to do the right thing
51893              
51894              allow REG_EXPAND_SZ keys in Windows registry (from
51895              John Clayton <John.Clayton@barclayscapital.com>)
51896      Branch: maint-5.6/perl
51897           !> sv.c win32/win32.c
51898 ____________________________________________________________________________
51899 [  7290] By: gsar                                  on 2000/10/16  04:10:19
51900         Log: integrate change#6001 from mainline
51901              
51902              support additional library locations via $Config{otherlibdirs}
51903              (from Andy Dougherty)
51904      Branch: maint-5.6/perl
51905           !> Configure INSTALL Porting/Glossary Porting/config.sh
51906           !> Porting/config_H config_h.SH epoc/config.sh perl.c
51907           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
51908           !> win32/config.bc win32/config.gc win32/config.vc
51909 ____________________________________________________________________________
51910 [  7289] By: gsar                                  on 2000/10/16  04:08:28
51911         Log: integrate change#5999 from mainline
51912              
51913              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
51914      Branch: maint-5.6/perl
51915           !> t/pragma/warn/toke toke.c
51916 ____________________________________________________________________________
51917 [  7288] By: gsar                                  on 2000/10/16  04:07:01
51918         Log: integrate changes#5997,5998 from cfgperl
51919              
51920              Preserve $!.
51921              
51922              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
51923      Branch: maint-5.6/perl
51924           !> lib/Math/Complex.pm
51925 ____________________________________________________________________________
51926 [  7287] By: gsar                                  on 2000/10/16  04:04:37
51927         Log: integrate change#5995 from mainline
51928              
51929              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
51930      Branch: maint-5.6/perl
51931           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
51932 ____________________________________________________________________________
51933 [  7286] By: gsar                                  on 2000/10/16  04:03:21
51934         Log: integrate change#5994 from mainline
51935              
51936              fix for missed accounting for null byte in pack("Z",...) (from
51937              M.J.T. Guy)
51938      Branch: maint-5.6/perl
51939           !> pp.c t/op/pack.t
51940 ____________________________________________________________________________
51941 [  7285] By: gsar                                  on 2000/10/16  04:02:11
51942         Log: integrate changes#5989..5993 from mainline
51943              
51944              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
51945              itself and no other (from Tom Hughes)
51946              
51947              use $ENV{LIB} to search for libs under Visual C compiler
51948              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
51949              
51950              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
51951              
51952              pod nit (from Simon Cozens)
51953              
51954              various minor tweaks seen on p5p
51955      Branch: maint-5.6/perl
51956           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
51957           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
51958           !> t/op/array.t toke.c
51959 ____________________________________________________________________________
51960 [  7284] By: gsar                                  on 2000/10/16  03:59:00
51961         Log: integrate changes#5978..5988 from mainline
51962              
51963              sync version numbers in File::Spec with the ones on CPAN
51964              (from Barrie Slaymaker)
51965              
51966              under useithreads, constant pad entries could inadvertantly be
51967              shared across threads (from Eric Blood <eblood@xmission.com>);
51968              added Eric's test case to testsuite
51969              
51970              allow Configure -S to run non-interactively (spotted by Greg Hudson
51971              <ghudson@mit.edu>)
51972              
51973              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
51974              prototype mismatch with CORE::glob(); update pod and tests to
51975              suit (File::Glob::glob() is still available for backward
51976              compatibility, but should be considered deprecated)
51977              
51978              avoid error in IO::Socket::INET when given an unknown service name
51979              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
51980              
51981              numeric conversion of non-number in change#3378 tramples on
51982              OOK offset, causing segfaults
51983              
51984              attributes::reftype() doesn't work on tied argument
51985              
51986              forked child may not exit correctly if it failed to open
51987              /dev/console (from Graham Barr)
51988              
51989              add regular expressions tutorial and quick-start guide (from
51990              Mark Kvale <kvale@phy.ucsf.edu>)
51991              
51992              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
51993              
51994              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
51995              <paul@miraclefish.com>)
51996      Branch: maint-5.6/perl
51997           +> pod/perlrequick.pod pod/perlretut.pod
51998           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
51999           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
52000           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
52001           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
52002           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
52003           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
52004           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
52005           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
52006 ____________________________________________________________________________
52007 [  7283] By: gsar                                  on 2000/10/16  03:52:14
52008         Log: integrate change#5977 from mainline
52009              
52010              autoquote barewords followed by newline and arrow properly
52011              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
52012      Branch: maint-5.6/perl
52013           !> t/pragma/warn/toke toke.c
52014 ____________________________________________________________________________
52015 [  7282] By: gsar                                  on 2000/10/16  03:50:48
52016         Log: integrate change#5976 from mainline
52017              
52018              DB_File v1.73 update (from Paul Marquess)
52019      Branch: maint-5.6/perl
52020           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
52021           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
52022 ____________________________________________________________________________
52023 [  7281] By: gsar                                  on 2000/10/16  03:49:14
52024         Log: integrate change#5975 from mainline
52025              
52026              allow sort() reentrancy (variant of patch suggested by
52027              Hugo van der Sanden)
52028      Branch: maint-5.6/perl
52029           !> pp_ctl.c t/op/sort.t
52030 ____________________________________________________________________________
52031 [  7280] By: gsar                                  on 2000/10/16  03:48:22
52032         Log: integrate change#5974 from mainline
52033              
52034              change#4197 somehow missed initializing PL_errors, meaning
52035              syntax error queueing wasn't working outside eval"" at all;
52036              also fixed eval"" to localize PL_error_count, so that compile-time
52037              eval's don't clobber the error state of the outer context
52038      Branch: maint-5.6/perl
52039           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
52040           !> t/pragma/warn/toke
52041 ____________________________________________________________________________
52042 [  7279] By: gsar                                  on 2000/10/16  03:46:21
52043         Log: integrate change#5973 from mainline
52044              
52045              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
52046      Branch: maint-5.6/perl
52047           !> regcomp.c regexec.c t/op/re_tests
52048 ____________________________________________________________________________
52049 [  7278] By: gsar                                  on 2000/10/16  03:44:54
52050         Log: integrate change#5971 from cfgperl
52051              
52052              Unicos tweaks from Mark P. Lutz.
52053      Branch: maint-5.6/perl
52054           !> hints/unicos.sh lib/Math/Complex.pm
52055 ____________________________________________________________________________
52056 [  7277] By: gsar                                  on 2000/10/16  03:42:59
52057         Log: integrate changes#5966..5970 from mainline
52058              
52059              add testsuite for B backends, fix bug in B::Deparse (from
52060              Simon Cozens <simon@brecon.co.uk>)
52061              
52062              improved docs on the warn_uninit diagnostic (from David Glasser
52063              and Simon Cozens)
52064              
52065              tolerate spaces in group names in test on solaris (from David Boyce
52066              <dsb@boyski.com>)
52067              
52068              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
52069              
52070              Data::Dumper fumbles negative numbers on 32-bit platforms where
52071              IV is >32bits
52072      Branch: maint-5.6/perl
52073           +> t/lib/b.t t/lib/syslog.t
52074           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
52075           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
52076           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
52077 ____________________________________________________________________________
52078 [  7276] By: gsar                                  on 2000/10/16  03:39:30
52079         Log: integrate change#5965 from mainline
52080              
52081              avoid "will not stay shared" warnings for our variables (from
52082              Robin Barker)
52083      Branch: maint-5.6/perl
52084           !> op.c t/pragma/warn/op
52085 ____________________________________________________________________________
52086 [  7275] By: gsar                                  on 2000/10/16  03:38:18
52087         Log: integrate change#5964 from mainline
52088              
52089              reformat to 72 columns (again)
52090      Branch: maint-5.6/perl
52091           !> pod/perldiag.pod
52092 ____________________________________________________________________________
52093 [  7274] By: gsar                                  on 2000/10/16  03:36:58
52094         Log: integrate change#5963 from mainline
52095              
52096              patch from Larry to make (\&) prototype work; added tests for
52097              the same
52098      Branch: maint-5.6/perl
52099           !> op.c t/comp/proto.t
52100 ____________________________________________________________________________
52101 [  7273] By: gsar                                  on 2000/10/16  03:35:51
52102         Log: integrate changes#5956..5962 from mainline
52103              
52104              better diagnostics on failed tests (from Ilya Zakharevich)
52105              
52106              pod nits (from A. C. Yardley <yardley@tanet.net>)
52107              
52108              change#3569 deleted some essential code, revert; avoid use of
52109              atexit() to make DynaLoader work properly on AIX under mod_perl
52110              (from Jens-Uwe Mager <jum@helios.de>)
52111              
52112              doubled words in pods (from Simon Cozens
52113              <simon.p.cozens@jp.pwcglobal.com>)
52114              
52115              better INSTALL notes on Solaris issues (from Dominic Dunlop)
52116              
52117              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
52118              
52119              updated README.hpux (from Jeff Okamoto)
52120      Branch: maint-5.6/perl
52121           !> INSTALL README.hpux emacs/cperl-mode.el
52122           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
52123           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
52124           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
52125           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
52126           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
52127           !> t/op/lex_assign.t
52128 ____________________________________________________________________________
52129 [  7272] By: gsar                                  on 2000/10/16  03:31:22
52130         Log: integrate change#5955 from mainline
52131              
52132              longstanding bug exposed by change#3307: sort arguments weren't
52133              compiled with the right wantarray context (ensuing runtime lookup
52134              via block_gimme() was getting the incidental context of the
52135              sort() itself)
52136      Branch: maint-5.6/perl
52137           !> op.c t/op/sort.t
52138 ____________________________________________________________________________
52139 [  7271] By: gsar                                  on 2000/10/16  03:29:11
52140         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
52141              branch
52142              
52143              Flatten the cpp jungle doing the nosuid checking.
52144              
52145              Do not assume sign propagation. (from M.J.T. Guy)
52146              
52147              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
52148              
52149              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
52150              Now pp_ncmp() returns undef is either operand is a NaN.
52151              
52152              On second thoughts frexp() does have two arguments.
52153              
52154              Document that tr() is not tr(1).
52155              
52156              Be more robust on "extreme" (large absolute value)
52157              arguments.  Originally reported by Daniel Connelly
52158              as a problem with asinh() on large negative arguments,
52159              asinh() used to bail out because an argument to log()
52160              ended up being zero.  Ilya Zakharevich proposed using
52161              Taylor's series in such cases, which for such large
52162              arguments is a very good approximation.
52163              
52164              Undo "use integer" addition from 64bitint as it seems
52165              to break most of the subtests in Digital UNIX;
52166              Unicos needs to find another way.
52167      Branch: maint-5.6/perl
52168           !> (integrate 29 files)
52169 ____________________________________________________________________________
52170 [  7270] By: gsar                                  on 2000/10/16  03:09:44
52171         Log: integrate changes#5948,5949,5950 from mainline
52172              
52173              typo in vars.pm that leads to cryptic message (from Piotr
52174              Piatkowski <kompas@kompas.usr.onet.pl>)
52175              
52176              make perldoc use the pod2man from the same version (from
52177              M.J.T. Guy)
52178              
52179              reformat perldiag to avoid long lines
52180      Branch: maint-5.6/perl
52181           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
52182 ____________________________________________________________________________
52183 [  7269] By: gsar                                  on 2000/10/16  03:05:54
52184         Log: integrate change#5947 from mainline
52185              
52186              use &dl_error rather than &dl_load_file as the guard for calling
52187              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
52188              statically built perl)
52189      Branch: maint-5.6/perl
52190           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
52191 ____________________________________________________________________________
52192 [  7268] By: gsar                                  on 2000/10/16  03:04:48
52193         Log: integrate change#5945 from mainline
52194              
52195              make module name mandatory after -M switch; reorder perldiag
52196              alphabetically (from Mark-Jason Dominus)
52197      Branch: maint-5.6/perl
52198           !> perl.c pod/perldiag.pod
52199 ____________________________________________________________________________
52200 [  7267] By: gsar                                  on 2000/10/16  03:03:01
52201         Log: integrate change#5939 from mainline
52202              
52203              more pod nits (from Larry Virden)
52204      Branch: maint-5.6/perl
52205           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
52206           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
52207           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
52208 ____________________________________________________________________________
52209 [  7266] By: gsar                                  on 2000/10/16  03:01:39
52210         Log: integrate change#5938 from mainline
52211              
52212              Consolidated B::Deparse fixes (from Stephen McCamant)
52213      Branch: maint-5.6/perl
52214           !> ext/B/B/Deparse.pm
52215 ____________________________________________________________________________
52216 [  7265] By: gsar                                  on 2000/10/16  03:00:43
52217         Log: integrate change#5936 from mainline
52218              
52219              additional tests for change#7263 (from Paul Marquess)
52220      Branch: maint-5.6/perl
52221           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
52222           !> t/pragma/warn/5nolint t/pragma/warn/6default
52223 ____________________________________________________________________________
52224 [  7264] By: gsar                                  on 2000/10/16  02:58:34
52225         Log: integrate change#5934 from mainline
52226              
52227              propagate lexical warnings from surrounding scope correctly
52228              within string eval() (from Paul Marquess)
52229      Branch: maint-5.6/perl
52230           !> pp_ctl.c t/pragma/warn/pp_ctl
52231 ____________________________________________________________________________
52232 [  7263] By: gsar                                  on 2000/10/16  02:56:53
52233         Log: integrate change#5932 from mainline
52234              
52235              add rsignal(), whichsig() and do_join() to public API list
52236              (mod_perl uses them to good advantage)
52237      Branch: maint-5.6/perl
52238           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
52239 ____________________________________________________________________________
52240 [  7262] By: gsar                                  on 2000/10/16  02:55:53
52241         Log: integrate change#5931 from mainline
52242              
52243              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
52244      Branch: maint-5.6/perl
52245           !> pp_hot.c regexec.c t/op/pat.t
52246 ____________________________________________________________________________
52247 [  7261] By: gsar                                  on 2000/10/16  02:55:01
52248         Log: integrate change#5930 from mainline
52249              
52250              small os390 tweaks (from Peter Prymmer)
52251      Branch: maint-5.6/perl
52252           !> config_h.SH makedepend.SH
52253 ____________________________________________________________________________
52254 [  7260] By: gsar                                  on 2000/10/16  02:54:10
52255         Log: integrate change#5929 from mainline
52256              
52257              pod nits
52258      Branch: maint-5.6/perl
52259           !> pod/perlguts.pod
52260 ____________________________________________________________________________
52261 [  7259] By: gsar                                  on 2000/10/16  02:52:55
52262         Log: integrate change#5927 from mainline
52263              
52264              arrange for next() to resume at the unstack op rather than the
52265              loop conditional, so that scope cleanup happens correctly
52266              (from Stephen McCamant)
52267      Branch: maint-5.6/perl
52268           !> op.c pp_ctl.c t/op/misc.t
52269 ____________________________________________________________________________
52270 [  7258] By: gsar                                  on 2000/10/16  02:51:38
52271         Log: integrate change#5926 from mainline
52272              
52273              on windows, reserve 16M of stack rather than 128M (allows more
52274              threads to run concurrently)
52275      Branch: maint-5.6/perl
52276           !> win32/Makefile win32/makefile.mk
52277 ____________________________________________________________________________
52278 [  7257] By: gsar                                  on 2000/10/16  02:50:37
52279         Log: integrate change#5925 from mainline
52280              
52281              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
52282      Branch: maint-5.6/perl
52283           !> toke.c
52284 ____________________________________________________________________________
52285 [  7256] By: gsar                                  on 2000/10/16  02:49:36
52286         Log: integrate change#5924 from mainline
52287              
52288              avoid using uninitialized memory in require version check
52289      Branch: maint-5.6/perl
52290           !> pp_ctl.c universal.c
52291 ____________________________________________________________________________
52292 [  7255] By: gsar                                  on 2000/10/16  02:48:03
52293         Log: integrate changes#5923,5928,6009 from mainline
52294              
52295              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
52296      Branch: maint-5.6/perl
52297           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
52298 ____________________________________________________________________________
52299 [  7254] By: gsar                                  on 2000/10/16  02:44:46
52300         Log: integrate change#5922 from mainline
52301              
52302              commentary about IoTYPE() (from Nathan Torkington)
52303      Branch: maint-5.6/perl
52304           !> sv.h
52305 ____________________________________________________________________________
52306 [  7253] By: gsar                                  on 2000/10/16  02:43:49
52307         Log: integrate change#5921 from mainline
52308              
52309              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
52310      Branch: maint-5.6/perl
52311           !> sv.c t/lib/charnames.t t/pragma/utf8.t
52312 ____________________________________________________________________________
52313 [  7252] By: gsar                                  on 2000/10/16  02:42:31
52314         Log: integrate change#5920 from mainline
52315              
52316              Larry's fix for buggy propagation of utf8-ness in join(); add test
52317      Branch: maint-5.6/perl
52318           !> doop.c t/op/ver.t
52319 ____________________________________________________________________________
52320 [  7251] By: gsar                                  on 2000/10/16  02:41:14
52321         Log: integrate changes#5915..5919 from mainline
52322              
52323              various (pod tweaks &c)
52324      Branch: maint-5.6/perl
52325           !> (integrate 33 files)
52326 ____________________________________________________________________________
52327 [  7250] By: gsar                                  on 2000/10/16  02:38:16
52328         Log: integrate change#5914 from mainline
52329              
52330              caller() wasn't returning the right number of elements for
52331              eval {...}
52332      Branch: maint-5.6/perl
52333           !> pp_ctl.c t/pragma/warn/9enabled
52334 ____________________________________________________________________________
52335 [  7249] By: gsar                                  on 2000/10/16  02:37:02
52336         Log: integrate change#5913 from mainline
52337              
52338              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
52339              (from Mark-Jason Dominus)
52340      Branch: maint-5.6/perl
52341           !> pod/perlfunc.pod
52342 ____________________________________________________________________________
52343 [  7248] By: gsar                                  on 2000/10/16  02:35:58
52344         Log: integrate change#5912 from mainline
52345              
52346              fix totally broken caching in UNIVERSAL::isa() (from
52347              Nick Ing-Simmons)
52348      Branch: maint-5.6/perl
52349           !> t/op/universal.t universal.c
52350 ____________________________________________________________________________
52351 [  7247] By: gsar                                  on 2000/10/16  02:34:27
52352         Log: integrate changes#5910,5911 from mainline
52353              
52354              typo in pod
52355              
52356              add linebreak properties from unicode/LineBrk.txt (from
52357              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
52358      Branch: maint-5.6/perl
52359           +> (branch 29 files)
52360           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
52361 ____________________________________________________________________________
52362 [  7246] By: gsar                                  on 2000/10/16  02:33:29
52363         Log: integrate change#5909 from mainline
52364              
52365              mode argument to do_binmode() should be file mode, not boolean
52366      Branch: maint-5.6/perl
52367           !> pp_sys.c
52368 ____________________________________________________________________________
52369 [  7245] By: gsar                                  on 2000/10/16  02:31:04
52370         Log: integrate change#5908 from mainline
52371              
52372              introduce illegal symbols into null package so that
52373              gv_fetchpv(...,TRUE) always returns a valid GV even when the
52374              symbol is trapped by strictures (avoids coredumps)
52375      Branch: maint-5.6/perl
52376           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
52377           !> t/pragma/strict-vars
52378 ____________________________________________________________________________
52379 [  7244] By: jhi                                   on 2000/10/16  02:29:54
52380         Log: Subject: $Carp::ExportLevel confusion in Exporter
52381              From: "Ben Tilly" <ben_tilly@hotmail.com>
52382              Date: Sat, 14 Oct 2000 16:44:34 EDT
52383              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
52384      Branch: perl
52385            ! lib/Exporter/Heavy.pm
52386 ____________________________________________________________________________
52387 [  7243] By: jhi                                   on 2000/10/16  02:28:33
52388         Log: Subject: [PATCH perlguts.pod] Document offset hack
52389              From: Simon Cozens <simon@cozens.net>
52390              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
52391              Date: Sat, 14 Oct 2000 19:32:25 +0100
52392      Branch: perl
52393            ! pod/perlguts.pod
52394 ____________________________________________________________________________
52395 [  7242] By: gsar                                  on 2000/10/16  02:26:51
52396         Log: integrate changes#5905,5906,5907,6064 from mainline
52397              
52398              printf/sprintf didn't get quad types right under use64bitint
52399      Branch: maint-5.6/perl
52400           !> pp_sys.c sv.c t/op/64bitint.t
52401 ____________________________________________________________________________
52402 [  7241] By: jhi                                   on 2000/10/16  02:22:44
52403         Log: Subject: small pod patch
52404              From: Dan Boorstein <dan_boo@bellsouth.net>
52405              Date: Sat, 14 Oct 2000 14:29:24 -0400
52406              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
52407      Branch: perl
52408            ! pod/perlfaq7.pod pod/perlmod.pod
52409 ____________________________________________________________________________
52410 [  7240] By: jhi                                   on 2000/10/16  02:13:46
52411         Log: -w cleanup.
52412              
52413              Subject: Re: Problems with bleadperl 
52414              From: "Stephen P. Potter" <spp@ds.net>
52415              Date: Fri, 13 Oct 2000 13:32:49 -0400
52416              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
52417      Branch: perl
52418            ! t/pragma/overload.t
52419 ____________________________________________________________________________
52420 [  7239] By: jhi                                   on 2000/10/16  01:41:18
52421         Log: One more ~utf8 tweak.
52422      Branch: perl
52423            ! t/op/bop.t
52424 ____________________________________________________________________________
52425 [  7238] By: jhi                                   on 2000/10/16  01:34:14
52426         Log: Tweak the test of #7235.
52427      Branch: perl
52428            ! t/op/bop.t
52429 ____________________________________________________________________________
52430 [  7237] By: jhi                                   on 2000/10/16  01:25:04
52431         Log: Fix a couple of compiler-noted nits in #7235.
52432      Branch: perl
52433            ! pp.c
52434 ____________________________________________________________________________
52435 [  7236] By: jhi                                   on 2000/10/16  01:22:46
52436         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
52437      Branch: perl
52438            ! pp.c pp_hot.c
52439 ____________________________________________________________________________
52440 [  7235] By: jhi                                   on 2000/10/15  16:24:44
52441         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
52442              
52443              From: Simon Cozens <simon@cozens.net>
52444              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
52445              Date: Sat, 14 Oct 2000 20:52:13 +0100
52446              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
52447      Branch: perl
52448            ! pp.c t/op/bop.t utf8.h
52449 ____________________________________________________________________________
52450 [  7234] By: jhi                                   on 2000/10/15  15:19:29
52451         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
52452              The problem was that rx->minlen was in chars while pp_split()
52453              thought it would be in bytes. 
52454      Branch: perl
52455            ! pp.c t/pragma/utf8.t
52456 ____________________________________________________________________________
52457 [  7233] By: jhi                                   on 2000/10/14  20:24:24
52458         Log: Document FNCASE=y as discussed in the bug 20000902.009.
52459      Branch: perl
52460            ! README.dos
52461 ____________________________________________________________________________
52462 [  7232] By: jhi                                   on 2000/10/14  18:52:21
52463         Log: Add test for bug id 20000427.003 (which seems to have
52464              been fixed) (also duplicate as 20000427.004, though
52465              with a higher severity).  Move one utf8 from op/append
52466              to pragma/utf8, tag the tests with bug ids.
52467      Branch: perl
52468            ! t/op/append.t t/pragma/utf8.t
52469 ____________________________________________________________________________
52470 [  7231] By: jhi                                   on 2000/10/14  17:28:37
52471         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
52472      Branch: perl
52473            ! t/pragma/utf8.t
52474 ____________________________________________________________________________
52475 [  7230] By: jhi                                   on 2000/10/14  14:24:50
52476         Log: Needs to be conditional on SunOS 4.
52477              
52478              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
52479              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
52480              Date: Sat, 14 Oct 2000 13:37:49 +0100
52481              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
52482      Branch: metaconfig/U/perl
52483            ! End.U
52484      Branch: perl
52485            ! Configure myconfig.SH pod/perldelta.pod
52486 ____________________________________________________________________________
52487 [  7229] By: jhi                                   on 2000/10/14  00:49:22
52488         Log: Update Changes.
52489      Branch: perl
52490            ! Changes patchlevel.h
52491 ____________________________________________________________________________
52492 [  7228] By: jhi                                   on 2000/10/14  00:46:10
52493         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
52494              From: Peter Prymmer <pvhp@forte.com>
52495              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
52496              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
52497      Branch: perl
52498            ! lib/utf8.pm
52499 ____________________________________________________________________________
52500 [  7227] By: jhi                                   on 2000/10/13  23:20:30
52501         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
52502      Branch: perl
52503            ! t/op/tie.t
52504 ____________________________________________________________________________
52505 [  7226] By: jhi                                   on 2000/10/13  22:14:32
52506         Log: Tweak #7225.
52507              
52508              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
52509              From: Peter Prymmer <pvhp@forte.com>
52510              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
52511              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
52512      Branch: perl
52513            ! t/op/sprintf.t
52514 ____________________________________________________________________________
52515 [  7225] By: jhi                                   on 2000/10/13  22:11:31
52516         Log: op/sprintf.t patch for OS/390 (and any other host with limited
52517              floating-point exponent length)
52518              
52519              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
52520              From: Dominic Dunlop <domo@computer.org>
52521              Date: Fri, 13 Oct 2000 19:17:57 +0200
52522              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
52523      Branch: perl
52524            ! t/op/sprintf.t
52525 ____________________________________________________________________________
52526 [  7224] By: jhi                                   on 2000/10/13  18:40:48
52527         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
52528      Branch: perl
52529            ! toke.c
52530 ____________________________________________________________________________
52531 [  7223] By: jhi                                   on 2000/10/13  18:37:13
52532         Log: Thinko in #7222.
52533      Branch: perl
52534            ! utf8.c
52535 ____________________________________________________________________________
52536 [  7222] By: jhi                                   on 2000/10/13  18:05:23
52537         Log: Use UTF8SKIP(), from Simon Cozens.
52538      Branch: perl
52539            ! utf8.c
52540 ____________________________________________________________________________
52541 [  7221] By: jhi                                   on 2000/10/13  15:43:19
52542         Log: (accidentally empty check-in)
52543      Branch: perl
52544            ! utf8.c
52545 ____________________________________________________________________________
52546 [  7220] By: jhi                                   on 2000/10/13  15:23:51
52547         Log: Add (optimistically) Storable to static extensions.
52548      Branch: perl
52549            ! hints/uwin.sh hints/vmesa.sh
52550 ____________________________________________________________________________
52551 [  7219] By: jhi                                   on 2000/10/13  15:20:05
52552         Log: Amdahl UTS doesn't seem to do dynaloading.
52553      Branch: perl
52554            ! hints/uts.sh
52555 ____________________________________________________________________________
52556 [  7218] By: jhi                                   on 2000/10/13  15:15:20
52557         Log: Slight tweak of the code to appease Amdahl UTS cc.
52558      Branch: perl
52559            ! pp.c
52560 ____________________________________________________________________________
52561 [  7217] By: jhi                                   on 2000/10/13  14:50:42
52562         Log: In Amdahl UTS "struct sv" is defined by a system header,
52563              <ksync.h>.
52564      Branch: perl
52565            ! perl.h sv.h
52566 ____________________________________________________________________________
52567 [  7216] By: jhi                                   on 2000/10/13  11:58:25
52568         Log: Ilya implemented the memory profiling API.
52569      Branch: perl
52570            ! Todo
52571 ____________________________________________________________________________
52572 [  7215] By: jhi                                   on 2000/10/13  02:56:38
52573         Log: Subject: [PATCH 5.7.0] Perl API for mstats
52574              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
52575              Date: Thu, 12 Oct 2000 22:52:40 -0400
52576              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
52577      Branch: perl
52578            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
52579 ____________________________________________________________________________
52580 [  7214] By: jhi                                   on 2000/10/13  02:55:38
52581         Log: Subject: [PATCH 5.7.0] IVs in mtats
52582              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
52583              Date: Thu, 12 Oct 2000 22:51:04 -0400
52584              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
52585      Branch: perl
52586            ! malloc.c perl.h
52587 ____________________________________________________________________________
52588 [  7213] By: jhi                                   on 2000/10/13  02:31:47
52589         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
52590      Branch: perl
52591            ! pod/perldiag.pod pp_sys.c
52592 ____________________________________________________________________________
52593 [  7212] By: jhi                                   on 2000/10/13  01:27:38
52594         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
52595              From: Peter Prymmer <pvhp@forte.com>
52596              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
52597              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
52598      Branch: perl
52599            ! t/op/oct.t
52600 ____________________________________________________________________________
52601 [  7211] By: jhi                                   on 2000/10/13  00:35:09
52602         Log: Update Changes.
52603      Branch: perl
52604            ! Changes patchlevel.h
52605 ____________________________________________________________________________
52606 [  7210] By: jhi                                   on 2000/10/12  23:59:40
52607         Log: The Install.pm third of
52608              
52609              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
52610              From: Bill Campbell <bill@celestial.com>
52611              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
52612              Date: Thu, 5 Oct 2000 18:04:51 -0700
52613      Branch: perl
52614            ! lib/ExtUtils/Install.pm
52615 ____________________________________________________________________________
52616 [  7209] By: jhi                                   on 2000/10/12  23:58:43
52617         Log: Two thirds of
52618              
52619              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
52620              Date: Thu, 5 Oct 2000 18:04:51 -0700
52621              From: Bill Campbell <bill@celestial.com>
52622              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
52623              
52624              The Install.pm changes will be submitted separately because
52625              they need some work and discussion still.
52626      Branch: perl
52627            ! lib/getopts.pl lib/termcap.pl
52628 ____________________________________________________________________________
52629 [  7208] By: jhi                                   on 2000/10/12  23:41:19
52630         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
52631              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
52632              Date:     Thu, 12 Oct 2000 07:30:02 EDT
52633              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
52634      Branch: perl
52635            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
52636            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
52637 ____________________________________________________________________________
52638 [  7207] By: jhi                                   on 2000/10/12  23:39:01
52639         Log: An updated EBCDIC tr patch.
52640              
52641              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
52642              From: Peter Prymmer <pvhp@forte.com>
52643              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
52644              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
52645      Branch: perl
52646            ! t/op/tr.t
52647 ____________________________________________________________________________
52648 [  7206] By: jhi                                   on 2000/10/12  23:34:55
52649         Log: Upgrade to CPAN 1.58, from Andreas König.
52650      Branch: perl
52651            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
52652 ____________________________________________________________________________
52653 [  7205] By: jhi                                   on 2000/10/12  23:29:08
52654         Log: Introduce the man[24-8] variables, from Andy Dougherty.
52655      Branch: metaconfig/U/perl
52656            + mandirs.U mandirstyle.U
52657      Branch: perl
52658            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
52659            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
52660            ! vos/config.h vos/config.pl vos/config_h.SH_orig
52661            ! win32/config.bc win32/config.gc win32/config.vc
52662 ____________________________________________________________________________
52663 [  7204] By: gsar                                  on 2000/10/12  18:11:24
52664         Log: restore change#7202
52665      Branch: perl
52666            ! mg.c
52667 ____________________________________________________________________________
52668 [  7203] By: gsar                                  on 2000/10/12  18:09:40
52669         Log: another test of the Emergency Broadcast System--back out 
52670              change#7202
52671      Branch: perl
52672            ! mg.c
52673 ____________________________________________________________________________
52674 [  7202] By: gsar                                  on 2000/10/12  16:40:47
52675         Log: (submitted on behalf of Jarkko)
52676              Fix the lib/encode.t subtest 6 failure as reported by Andreas
52677              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
52678              was unearthed by change 7182, as was a bug in HTML::Entities.
52679      Branch: perl
52680            ! mg.c
52681 ____________________________________________________________________________
52682 [  7201] By: jhi                                   on 2000/10/11  03:16:05
52683         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
52684      Branch: perl
52685            ! pp_hot.c t/pragma/utf8.t
52686 ____________________________________________________________________________
52687 [  7200] By: jhi                                   on 2000/10/11  00:40:30
52688         Log: The #7198 was a false alarm.
52689      Branch: perl
52690            ! pp_hot.c
52691 ____________________________________________________________________________
52692 [  7199] By: jhi                                   on 2000/10/11  00:26:04
52693         Log: Remove duplicated code.
52694      Branch: perl
52695            ! t/lib/cgi-html.t
52696 ____________________________________________________________________________
52697 [  7198] By: jhi                                   on 2000/10/10  23:30:46
52698         Log: (Retracted by #7200.)
52699      Branch: perl
52700            ! pp_hot.c
52701 ____________________________________________________________________________
52702 [  7197] By: jhi                                   on 2000/10/10  21:49:30
52703         Log: Add the test case for #7190, from the original bug report
52704              by Andreas König.
52705      Branch: perl
52706            ! t/pragma/utf8.t
52707 ____________________________________________________________________________
52708 [  7196] By: jhi                                   on 2000/10/10  21:40:49
52709         Log: Reapply Andy's patch and regen Configure.
52710      Branch: perl
52711            ! Configure INSTALL Makefile.SH Porting/Glossary
52712            ! Porting/config.sh config_h.SH epoc/config.sh installperl
52713            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
52714            ! win32/config.vc
52715 ____________________________________________________________________________
52716 [  7195] By: jhi                                   on 2000/10/10  21:09:30
52717         Log: Use the versiononly instead of the installscripts,
52718              retract the changes 7146 and 7147.
52719      Branch: perl
52720            ! Configure INSTALL Makefile.SH Porting/Glossary
52721            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
52722            ! installperl uconfig.sh vos/config.def win32/config.bc
52723            ! win32/config.gc win32/config.vc
52724 ____________________________________________________________________________
52725 [  7194] By: jhi                                   on 2000/10/10  21:06:15
52726         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
52727              From: Peter Prymmer <pvhp@forte.com>
52728              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
52729              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
52730      Branch: perl
52731            ! t/op/ver.t
52732 ____________________________________________________________________________
52733 [  7193] By: jhi                                   on 2000/10/10  21:05:12
52734         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
52735              From: Peter Prymmer <pvhp@forte.com>
52736              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
52737              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
52738      Branch: perl
52739            ! t/op/tr.t
52740 ____________________________________________________________________________
52741 [  7192] By: jhi                                   on 2000/10/10  20:57:30
52742         Log: Add versiononly, delete installscripts, from Andy Dougherty.
52743      Branch: metaconfig
52744            - U/installdirs/installscripts.U
52745      Branch: metaconfig/U/perl
52746            + versiononly.U
52747 ____________________________________________________________________________
52748 [  7191] By: jhi                                   on 2000/10/10  19:41:21
52749         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
52750              From: Peter Prymmer <pvhp@forte.com>
52751              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
52752              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
52753      Branch: perl
52754            ! pod/perlebcdic.pod
52755 ____________________________________________________________________________
52756 [  7190] By: jhi                                   on 2000/10/10  19:26:14
52757         Log: Subject: Re: utf8 concat, mg_get
52758              From: Simon Cozens <simon@cozens.net>
52759              Date: Tue, 10 Oct 2000 17:40:17 +0100
52760              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
52761      Branch: perl
52762            ! pp_hot.c
52763 ____________________________________________________________________________
52764 [  7189] By: jhi                                   on 2000/10/10  19:23:03
52765         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
52766              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
52767              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
52768              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
52769      Branch: perl
52770            ! lib/ExtUtils/MM_Unix.pm
52771 ____________________________________________________________________________
52772 [  7188] By: jhi                                   on 2000/10/10  15:31:24
52773         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
52774              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
52775              Date: Fri, 14 Jul 2000 10:47:36 +0100
52776              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
52777      Branch: perl
52778            ! README.win32
52779 ____________________________________________________________________________
52780 [  7187] By: jhi                                   on 2000/10/10  13:30:10
52781         Log: Quote the temp file name, needed in Win32 because the
52782              default name unfortunately contains spaces, shouldn't
52783              hurt elsewhere.
52784              
52785              Subject: FW: perldoc fails if $TEMP contains spaces
52786              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
52787              Date: Thu, 14 Sep 2000 08:58:45 +0100
52788              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
52789      Branch: perl
52790            ! utils/perldoc.PL
52791 ____________________________________________________________________________
52792 [  7186] By: jhi                                   on 2000/10/10  13:16:27
52793         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
52794              From: hv@hugo.hybyte.com
52795              Date: Tue, 10 Oct 2000 14:10:20 +0100
52796              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
52797      Branch: perl
52798            ! t/lib/thr5005.t util.c
52799 ____________________________________________________________________________
52800 [  7185] By: jhi                                   on 2000/10/10  12:06:22
52801         Log: Upgrade to podlators 1.04, from Russ Allbery.
52802      Branch: perl
52803            ! lib/Pod/Man.pm lib/Pod/Text.pm
52804 ____________________________________________________________________________
52805 [  7184] By: jhi                                   on 2000/10/10  12:01:32
52806         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
52807      Branch: perl
52808            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
52809 ____________________________________________________________________________
52810 [  7183] By: jhi                                   on 2000/10/09  23:47:15
52811         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
52812              From: Peter Prymmer <pvhp@forte.com>
52813              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
52814              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
52815      Branch: perl
52816            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
52817 ____________________________________________________________________________
52818 [  7182] By: jhi                                   on 2000/10/09  23:43:16
52819         Log: Make eq work again with utf8 (disabling the upgrading
52820              should no more be necessary since the copies of the
52821              scalars are upgraded, not the scalars themselves).
52822              Takes care of ID 20001009.001.  (The claimed length()
52823              bug in 20001009.001 seems bogus to me.)
52824      Branch: perl
52825            ! sv.c t/pragma/utf8.t
52826 ____________________________________________________________________________
52827 [  7181] By: gsar                                  on 2000/10/09  19:41:54
52828         Log: tweak for change#7173
52829      Branch: perl
52830            ! win32/win32sck.c
52831 ____________________________________________________________________________
52832 [  7180] By: gsar                                  on 2000/10/09  19:26:56
52833         Log: on Windows, clean targets might not work under some flavors of the shell
52834      Branch: perl
52835            ! win32/Makefile win32/makefile.mk
52836 ____________________________________________________________________________
52837 [  7179] By: jhi                                   on 2000/10/09  19:21:02
52838         Log: Update Changes.
52839      Branch: perl
52840            ! Changes patchlevel.h
52841 ____________________________________________________________________________
52842 [  7178] By: jhi                                   on 2000/10/09  19:18:23
52843         Log: Warn about unknown scripts.
52844              
52845              Subject: Re: ideas? patches? [PATCH bleadperl]
52846              From: Dominic Dunlop <domo@computer.org>
52847              Date: Mon, 9 Oct 2000 14:57:17 +0200
52848              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
52849      Branch: perl
52850            ! lib/charnames.pm
52851 ____________________________________________________________________________
52852 [  7177] By: jhi                                   on 2000/10/09  19:13:27
52853         Log: Change #7160 had a nasty typo.
52854      Branch: metaconfig
52855            ! U/compline/Compile.U
52856      Branch: perl
52857            ! Configure config_h.SH
52858 ____________________________________________________________________________
52859 [  7176] By: gsar                                  on 2000/10/09  18:59:33
52860         Log: pod nit
52861      Branch: perl
52862            ! pod/perlport.pod
52863 ____________________________________________________________________________
52864 [  7175] By: gsar                                  on 2000/10/09  18:54:28
52865         Log: Windows9x doesn't support link(), despite what Config.pm
52866              might think
52867      Branch: perl
52868            ! lib/ExtUtils/Manifest.pm
52869 ____________________________________________________________________________
52870 [  7174] By: gsar                                  on 2000/10/09  18:50:03
52871         Log: avoid nonportable example code
52872      Branch: perl
52873            ! lib/File/Copy.pm
52874 ____________________________________________________________________________
52875 [  7173] By: gsar                                  on 2000/10/09  18:46:54
52876         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
52877              being used) when closing a socket handle
52878      Branch: perl
52879            ! win32/win32.c win32/win32.h win32/win32sck.c
52880 ____________________________________________________________________________
52881 [  7172] By: gsar                                  on 2000/10/09  18:41:40
52882         Log: on Windows, cwd strings in the environment should be of the
52883              form =X:=X:\foo instead of =X=X:\foo\
52884      Branch: perl
52885            ! win32/vdir.h
52886 ____________________________________________________________________________
52887 [  7171] By: gsar                                  on 2000/10/09  18:30:09
52888         Log: on Windows, LoadLibrary() could load an extension DLL multiple
52889              times if forward slashes are used in the path
52890      Branch: perl
52891            ! win32/win32.c
52892 ____________________________________________________________________________
52893 [  7170] By: jhi                                   on 2000/10/09  17:53:59
52894         Log: Add a todo note about overloadable assertions.
52895      Branch: perl
52896            ! Todo-5.6
52897 ____________________________________________________________________________
52898 [  7169] By: jhi                                   on 2000/10/09  13:43:45
52899         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
52900              From: mjd@plover.com
52901              Date: 9 Oct 2000 00:24:44 -0000
52902              Message-ID: <20001009002444.10616.qmail@plover.com>
52903      Branch: perl
52904            ! pod/perldebguts.pod
52905 ____________________________________________________________________________
52906 [  7168] By: nick                                  on 2000/10/08  13:16:33
52907         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
52908              is not right thing to do on (e.g. x86). Network order is also "right" for
52909              X fonts.
52910      Branch: perl
52911            ! ext/Encode/Encode.pm
52912 ____________________________________________________________________________
52913 [  7167] By: nick                                  on 2000/10/08  12:54:42
52914         Log: Make "encodings" work post-install when Encode/*.enc files may not
52915              be in same directory as Encode.pm
52916      Branch: perl
52917            ! ext/Encode/Encode.pm
52918 ____________________________________________________________________________
52919 [  7166] By: nick                                  on 2000/10/08  11:51:26
52920         Log: Work round the fact that $hash->{$key} does not take into account
52921              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
52922              so that key is always in the "expected" encoding - i.e. same way we put
52923              it in the hash.
52924      Branch: perl
52925            ! ext/Encode/Encode.pm
52926 ____________________________________________________________________________
52927 [  7165] By: gsar                                  on 2000/10/08  04:15:29
52928         Log: save_re_context() could reset PL_curcop to freed memory, causing core
52929              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
52930      Branch: perl
52931            ! pp_ctl.c
52932 ____________________________________________________________________________
52933 [  7164] By: jhi                                   on 2000/10/06  20:51:48
52934         Log: UTF8ize split() so that the cloned substrings get the UTF8
52935              flag of the original scalar.  Problem reported by Simon Cozens.
52936      Branch: perl
52937            ! pp.c t/pragma/utf8.t
52938 ____________________________________________________________________________
52939 [  7163] By: nick                                  on 2000/10/06  20:48:34
52940         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
52941              got a false +ve and so did not reach code which would have un-FAKEd the SV.
52942      Branch: perl
52943            ! sv.c
52944 ____________________________________________________________________________
52945 [  7162] By: nick                                  on 2000/10/06  20:25:37
52946         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
52947              To fix  (sort {$a <=> $b} keys %hash) in particular but
52948              should cover a number of other as-yet-unknown cases as well.
52949      Branch: perl
52950            ! sv.c
52951 ____________________________________________________________________________
52952 [  7161] By: jhi                                   on 2000/10/06  19:56:18
52953         Log: Change the version number of Tie::Handle in the core to 4.0,
52954              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
52955              
52956              Subject: Note on Tie::Handle
52957              From: andreas.koenig@anima.de (Andreas J. Koenig)
52958              Date:      06 Oct 2000 21:48:58 +0200
52959              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
52960      Branch: perl
52961            ! lib/Tie/Handle.pm
52962 ____________________________________________________________________________
52963 [  7160] By: jhi                                   on 2000/10/06  18:20:35
52964         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
52965              as the first option of cc/ld because of ultrapicky compilers
52966              (e.g. OS/390 R2.5)
52967      Branch: metaconfig
52968            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
52969            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
52970            ! U/compline/orderlib.U U/modified/Cppsym.U
52971            ! U/modified/d_access.U
52972      Branch: metaconfig/U/perl
52973            ! Checkcc.U d_dlsymun.U gccvers.U
52974      Branch: perl
52975            ! Configure config_h.SH
52976 ____________________________________________________________________________
52977 [  7159] By: jhi                                   on 2000/10/06  13:56:39
52978         Log: Update Changes.
52979      Branch: perl
52980            ! Changes patchlevel.h
52981 ____________________________________________________________________________
52982 [  7158] By: jhi                                   on 2000/10/06  12:48:40
52983         Log: Eliminate $Is_VMS code from the test.
52984              
52985              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
52986              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
52987              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
52988              Date:     Thu, 5 Oct 2000 07:46:33 EDT
52989      Branch: perl
52990            ! t/lib/b.t
52991 ____________________________________________________________________________
52992 [  7157] By: jhi                                   on 2000/10/06  12:47:13
52993         Log: Also the $ccflags is needed for the C compiler check.
52994              
52995              Subject: Configure (check for C-compiler)
52996              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
52997              Date: Fri, 06 Oct 2000 08:47:15 +0200
52998              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
52999      Branch: metaconfig/U/perl
53000            ! Checkcc.U
53001      Branch: perl
53002            ! Configure config_h.SH
53003 ____________________________________________________________________________
53004 [  7156] By: jhi                                   on 2000/10/06  11:45:15
53005         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
53006      Branch: perl
53007            ! perl.c pp_ctl.c sv.h utf8.c
53008 ____________________________________________________________________________
53009 [  7155] By: jhi                                   on 2000/10/06  11:40:41
53010         Log: IO::Handle->syswrite() did not handle length omission
53011              like CORE::syswrite() does.
53012              
53013              Subject: [Fwd] IO::Handle, syswrite and arguments
53014              From: Graham Barr <gbarr@pobox.com>
53015              Date: Fri, 6 Oct 2000 10:22:05 +0100
53016              Message-ID: <20001006102205.U6312@pobox.com>
53017              
53018              The original patch from andrew@ugh.net.au.
53019      Branch: perl
53020            ! ext/IO/lib/IO/Handle.pm
53021 ____________________________________________________________________________
53022 [  7154] By: jhi                                   on 2000/10/06  01:42:15
53023         Log: Tweak #7153.
53024      Branch: perl
53025            ! utf8.h
53026 ____________________________________________________________________________
53027 [  7153] By: jhi                                   on 2000/10/06  00:39:55
53028         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
53029      Branch: perl
53030            ! utf8.h
53031 ____________________________________________________________________________
53032 [  7152] By: jhi                                   on 2000/10/06  00:38:11
53033         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
53034      Branch: perl
53035            ! perl.c pp_ctl.c sv.h utf8.c
53036 ____________________________________________________________________________
53037 [  7151] By: jhi                                   on 2000/10/06  00:36:38
53038         Log: Subject: Re: Questions about Tie::Array and perl modules
53039              From: Nick Ing-Simmons <nik@tiuk.ti.com>
53040              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
53041              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
53042              
53043              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
53044      Branch: perl
53045            ! lib/Tie/Array.pm t/op/array.t
53046 ____________________________________________________________________________
53047 [  7150] By: jhi                                   on 2000/10/05  00:20:45
53048         Log: Regen Changes.
53049      Branch: perl
53050            ! Changes patchlevel.h
53051 ____________________________________________________________________________
53052 [  7149] By: jhi                                   on 2000/10/05  00:20:01
53053         Log: Regen toc.
53054      Branch: perl
53055            ! pod/perltoc.pod
53056 ____________________________________________________________________________
53057 [  7148] By: jhi                                   on 2000/10/04  23:35:08
53058         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
53059              reported several times by Dominic Dunlop, for example in
53060              ID 20000315.008.  Patch from Dominic.  Patch affects at
53061              least MachTen, and possibly other oldish BSDs. Should not
53062              break non-broken platforms (tested on LinuxPPC). 
53063      Branch: perl
53064            ! doio.c
53065 ____________________________________________________________________________
53066 [  7147] By: jhi                                   on 2000/10/04  23:26:34
53067         Log: The one that got away from 7146.
53068      Branch: metaconfig
53069            + U/installdirs/installscripts.U
53070 ____________________________________________________________________________
53071 [  7146] By: jhi                                   on 2000/10/04  23:25:04
53072         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
53073              suggested by H. Merijn Brand.
53074      Branch: perl
53075            ! Configure INSTALL Makefile.SH Porting/Glossary
53076            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
53077            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
53078            ! win32/config.vc
53079 ____________________________________________________________________________
53080 [  7145] By: jhi                                   on 2000/10/04  22:08:21
53081         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
53082              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
53083              Date: Wed, 4 Oct 2000 17:37:46 -0400
53084              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
53085      Branch: perl
53086            ! utils/h2xs.PL
53087 ____________________________________________________________________________
53088 [  7144] By: jhi                                   on 2000/10/04  18:11:41
53089         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
53090              From: Jeff Pinyan <jeffp@crusoe.net>
53091              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
53092              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
53093      Branch: perl
53094            ! pod/perlrun.pod
53095 ____________________________________________________________________________
53096 [  7143] By: jhi                                   on 2000/10/04  18:09:58
53097         Log: Subject: perlhack.pod Patch for Externals Tools
53098              From: Fisher Mark <fisherm@tce.com>
53099              Date: Tue, 3 Oct 2000 15:43:27 -0500 
53100              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
53101      Branch: perl
53102            ! pod/perlhack.pod
53103 ____________________________________________________________________________
53104 [  7142] By: jhi                                   on 2000/10/04  18:08:41
53105         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
53106              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
53107              Date:     Wed, 4 Oct 2000 12:11:11 EDT
53108              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
53109      Branch: perl
53110            ! vms/vms.c
53111 ____________________________________________________________________________
53112 [  7141] By: jhi                                   on 2000/10/04  12:20:16
53113         Log: Subject: [PATCH 5.7.0] h2xs not working
53114              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
53115              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
53116              Date: Tue, 3 Oct 2000 21:43:01 -0400
53117              
53118              Subject: [PATCH 5.7.0] h2xs not documenting the created module
53119              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
53120              Date: Tue, 3 Oct 2000 22:55:19 -0400
53121              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
53122      Branch: perl
53123            ! utils/h2xs.PL
53124 ____________________________________________________________________________
53125 [  7140] By: jhi                                   on 2000/10/04  11:53:44
53126         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
53127              From: nick@babyhippo.com
53128              Date: Wed, 4 Oct 2000 12:06:45 +0100
53129              Message-Id: <20001004120645.A7356@babyhippo.com>
53130              
53131              Retract 7118 and 7135.
53132      Branch: perl
53133            ! installman installperl op.c t/pragma/subs.t
53134 ____________________________________________________________________________
53135 [  7139] By: jhi                                   on 2000/10/03  22:09:41
53136         Log: It is possible to have no hosts database at all.  Pointed out in
53137              
53138              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
53139              From: Peter Prymmer <pvhp@forte.com>
53140              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
53141              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
53142      Branch: metaconfig
53143            ! U/modified/myhostname.U
53144      Branch: perl
53145            ! Configure config_h.SH
53146 ____________________________________________________________________________
53147 [  7138] By: jhi                                   on 2000/10/03  21:49:49
53148         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
53149              From: Peter Prymmer <pvhp@forte.com>
53150              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
53151              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
53152      Branch: perl
53153            ! pp_sys.c
53154 ____________________________________________________________________________
53155 [  7137] By: jhi                                   on 2000/10/03  20:10:05
53156         Log: One remaining nit less at the VMS mailbox sizing.
53157      Branch: perl
53158            ! vms/vms.c
53159 ____________________________________________________________________________
53160 [  7136] By: jhi                                   on 2000/10/03  20:08:47
53161         Log: Test harness update to sync with the new perlcc,
53162              from Simon Cozens.
53163      Branch: perl
53164            ! t/TEST t/UTEST
53165 ____________________________________________________________________________
53166 [  7135] By: jhi                                   on 2000/10/03  15:15:42
53167         Log: Subject: Re: PATCH for 20001003.004
53168              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
53169              From: "AARON B. DOSSETT" <aaron@iglou.com>
53170              Message-Id: <E13gTay-0006od-00@iglou.com>
53171      Branch: perl
53172            ! installman installperl
53173 ____________________________________________________________________________
53174 [  7134] By: jhi                                   on 2000/10/03  15:00:34
53175         Log: Subject: [ID 20001003.006] B::Debug not -w clean
53176              From: Nicholas Clark <nick@babyhippo.co.uk>
53177              Date: Tue, 03 Oct 2000 15:46:32 +0100
53178              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
53179      Branch: perl
53180            ! ext/B/B/Debug.pm
53181 ____________________________________________________________________________
53182 [  7133] By: jhi                                   on 2000/10/03  14:58:39
53183         Log: Scale down the VMS message boxes, by Charles Lane.
53184              Fix for ID 20000903.009, workaround at
53185              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
53186      Branch: perl
53187            ! vms/vms.c
53188 ____________________________________________________________________________
53189 [  7132] By: jhi                                   on 2000/10/03  11:20:37
53190         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
53191      Branch: perl
53192            + t/lib/st-lock.t t/lib/st-utf8.t
53193            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
53194            ! ext/Storable/Storable.xs t/lib/st-recurse.t
53195 ____________________________________________________________________________
53196 [  7131] By: jhi                                   on 2000/10/03  03:38:23
53197         Log: Encode nits.
53198      Branch: perl
53199            ! MANIFEST Makefile.SH
53200 ____________________________________________________________________________
53201 [  7130] By: jhi                                   on 2000/10/03  03:31:05
53202         Log: Update Changes.
53203      Branch: perl
53204            ! Changes patchlevel.h
53205 ____________________________________________________________________________
53206 [  7129] By: jhi                                   on 2000/10/03  02:24:02
53207         Log: Misplaced else.
53208      Branch: metaconfig/U/perl
53209            ! d_strtoll.U
53210      Branch: perl
53211            ! Configure config_h.SH
53212 ____________________________________________________________________________
53213 [  7128] By: jhi                                   on 2000/10/03  02:08:29
53214         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
53215              From: sthoenna@efn.org
53216              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
53217              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
53218      Branch: metaconfig/U/perl
53219            ! d_strtoll.U
53220      Branch: perl
53221            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
53222 ____________________________________________________________________________
53223 [  7127] By: jhi                                   on 2000/10/03  01:13:14
53224         Log: Update Changes.
53225      Branch: perl
53226            ! Changes patchlevel.h
53227 ____________________________________________________________________________
53228 [  7126] By: jhi                                   on 2000/10/03  00:57:08
53229         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
53230              as suggested by Olaf Flebbe and Nick Clark.
53231      Branch: perl
53232            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
53233 ____________________________________________________________________________
53234 [  7125] By: jhi                                   on 2000/10/03  00:50:56
53235         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
53236              From: Nick Clark <nick@plum.flirble.org>
53237              Date: Mon, 2 Oct 2000 11:03:24 +0100
53238              Message-Id: <20001002110324.D20073@plum.flirble.org>
53239              
53240              Also fixes bug ID 20001002.005.
53241      Branch: perl
53242            ! t/lib/encode.t
53243 ____________________________________________________________________________
53244 [  7124] By: jhi                                   on 2000/10/03  00:34:59
53245         Log: Subject: [PATCH 5.7.0] Epoc update
53246              From: Olaf Flebbe <o.flebbe@gmx.de>
53247              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
53248              Message-ID: <26423.969484586@www10.gmx.net>
53249      Branch: perl
53250            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
53251            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
53252            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
53253            ! util.c util.h
53254 ____________________________________________________________________________
53255 [  7123] By: jhi                                   on 2000/10/03  00:30:07
53256         Log: Regen headers.
53257      Branch: perl
53258            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
53259 ____________________________________________________________________________
53260 [  7122] By: jhi                                   on 2000/10/03  00:10:48
53261         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
53262      Branch: perl
53263            ! hints/openbsd.sh
53264 ____________________________________________________________________________
53265 [  7121] By: jhi                                   on 2000/10/03  00:05:06
53266         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
53267              From: <abigail@foad.org>
53268              Date: Tue, 26 Sep 2000 13:36:14 -0400
53269              Message-ID: <20000926173614.4356.qmail@foad.org>
53270      Branch: perl
53271            ! pod/perlop.pod
53272 ____________________________________________________________________________
53273 [  7120] By: jhi                                   on 2000/10/03  00:04:00
53274         Log: Inside require() $^S was always left undefined.
53275              
53276              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
53277              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
53278              Date: Wed, 27 Sep 2000 18:54:49 -0400
53279              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
53280      Branch: perl
53281            ! cop.h mg.c pp_ctl.c util.c
53282 ____________________________________________________________________________
53283 [  7119] By: jhi                                   on 2000/10/03  00:00:16
53284         Log: Subject: [PATCH] DLL not restartabke with threaded perl
53285              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
53286              Date: Thu, 28 Sep 2000 09:20:46 +0100
53287              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
53288      Branch: perl
53289            ! perl.c
53290 ____________________________________________________________________________
53291 [  7118] By: jhi                                   on 2000/10/02  23:59:20
53292         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
53293              From: Nicholas Clark <nick@ccl4.org>
53294              Date: Thu, 28 Sep 2000 11:52:24 +0100
53295              Message-ID: <20000928115224.D7924@plum.flirble.org>
53296      Branch: perl
53297            ! op.c
53298 ____________________________________________________________________________
53299 [  7117] By: jhi                                   on 2000/10/02  23:57:51
53300         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
53301              From: Nicholas Clark <nick@babyhippo.co.uk>
53302              Date: Thu, 28 Sep 2000 12:18:10 +0100
53303              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
53304              
53305              Did not apply cleanly, manual intervention was needed.
53306      Branch: perl
53307            ! ext/B/B/Bytecode.pm utils/perlcc.PL
53308 ____________________________________________________________________________
53309 [  7116] By: jhi                                   on 2000/10/02  23:50:40
53310         Log: Document the issue (is not a syntax error, kind of)
53311              
53312              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
53313              From: Nicholas Clark <nick@ccl4.org>
53314              Date: Thu, 28 Sep 2000 17:12:42 +0100
53315              Message-ID: <20000928171242.K7924@plum.flirble.org>
53316      Branch: perl
53317            ! pod/perldata.pod
53318 ____________________________________________________________________________
53319 [  7115] By: jhi                                   on 2000/10/02  23:48:58
53320         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
53321              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
53322              Date: Thu, 28 Sep 2000 21:55:31 -0400
53323              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
53324      Branch: perl
53325            ! regexec.c
53326 ____________________________________________________________________________
53327 [  7114] By: jhi                                   on 2000/10/02  23:47:57
53328         Log: Subject: DOC PATCH 5.6.0
53329              From: mjd@plover.com
53330              Date: 30 Sep 2000 06:02:34 -0000
53331              Message-ID: <20000930060234.4559.qmail@plover.com>
53332      Branch: perl
53333            ! pod/perldebguts.pod
53334 ____________________________________________________________________________
53335 [  7113] By: jhi                                   on 2000/10/02  23:46:43
53336         Log: SOCK_DGRAM and listen() do not mix as reported in
53337              
53338              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
53339              From: Petter Reinholdtsen <pere@hungry.com>
53340              Date: Sun, 1 Oct 2000 10:57:20 +0800
53341              Message-Id: <200010010257.KAA05735@localhost.localdomain>
53342              
53343              The patch for 5.7.0+ had to be reengineered, though.
53344      Branch: perl
53345            ! ext/IO/lib/IO/Socket/UNIX.pm
53346 ____________________________________________________________________________
53347 [  7112] By: jhi                                   on 2000/10/02  23:36:57
53348         Log: Subject: Re: [PATCH 5.005_64 missed]
53349              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
53350              Date: Sun, 1 Oct 2000 18:50:10 -0400
53351              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
53352      Branch: perl
53353            ! pod/perlxs.pod
53354 ____________________________________________________________________________
53355 [  7111] By: jhi                                   on 2000/10/02  23:35:40
53356         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
53357              From: Radu Greab <radu@netsoft.ro>
53358              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
53359              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
53360      Branch: perl
53361            ! op.c opcode.pl t/op/substr.t
53362 ____________________________________________________________________________
53363 [  7110] By: jhi                                   on 2000/10/02  23:32:38
53364         Log: Subject: [PATCH] Fix aliasing of tied filehandles
53365              From: Daniel Chetlin <daniel@chetlin.com>
53366              Date: Mon, 2 Oct 2000 14:53:27 -0700
53367              Message-ID: <20001002145327.C1617@ilmd>
53368      Branch: perl
53369            ! perl.h pp_hot.c t/op/tiehandle.t
53370 ____________________________________________________________________________
53371 [  7109] By: jhi                                   on 2000/10/02  23:31:30
53372         Log: s/Robin Parker/Robin Barker/
53373      Branch: perl
53374            ! Changes5.6
53375 ____________________________________________________________________________
53376 [  7108] By: jhi                                   on 2000/10/02  23:15:46
53377         Log: Retract #7091 as suggested in
53378              
53379              From: Robin Barker <rmb1@cise.npl.co.uk> 
53380              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
53381              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
53382              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
53383      Branch: perl
53384            ! embed.pl proto.h
53385 ____________________________________________________________________________
53386 [  7107] By: nick                                  on 2000/10/02  18:23:14
53387         Log: A few tweaks to get Tk803 to work with Encode scheme.
53388      Branch: perl
53389            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
53390 ____________________________________________________________________________
53391 [  7106] By: nick                                  on 2000/10/01  21:34:14
53392         Log: Add checking cases to Encode's toUnicode and fromUnicode.
53393      Branch: perl
53394            ! ext/Encode/Encode.pm
53395 ____________________________________________________________________________
53396 [  7105] By: nick                                  on 2000/10/01  17:18:01
53397         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
53398              To read and use them.
53399              Add a lib/encode.t which checks a few things.
53400      Branch: perl
53401            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
53402            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
53403            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
53404            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
53405            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
53406            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
53407            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
53408            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
53409            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
53410            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
53411            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
53412            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
53413            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
53414            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
53415            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
53416            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
53417            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
53418            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
53419            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
53420            + ext/Encode/Encode/iso2022-jp.enc
53421            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
53422            + ext/Encode/Encode/iso8859-1.enc
53423            + ext/Encode/Encode/iso8859-2.enc
53424            + ext/Encode/Encode/iso8859-3.enc
53425            + ext/Encode/Encode/iso8859-4.enc
53426            + ext/Encode/Encode/iso8859-5.enc
53427            + ext/Encode/Encode/iso8859-6.enc
53428            + ext/Encode/Encode/iso8859-7.enc
53429            + ext/Encode/Encode/iso8859-8.enc
53430            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
53431            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
53432            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
53433            + ext/Encode/Encode/macCentEuro.enc
53434            + ext/Encode/Encode/macCroatian.enc
53435            + ext/Encode/Encode/macCyrillic.enc
53436            + ext/Encode/Encode/macDingbats.enc
53437            + ext/Encode/Encode/macGreek.enc
53438            + ext/Encode/Encode/macIceland.enc
53439            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
53440            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
53441            + ext/Encode/Encode/macTurkish.enc
53442            + ext/Encode/Encode/macUkraine.enc
53443            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
53444            + t/lib/encode.t
53445            ! MANIFEST ext/Encode/Encode.pm
53446 ____________________________________________________________________________
53447 [  7104] By: nick                                  on 2000/09/30  13:04:30
53448         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
53449              From: Daniel Chetlin <daniel@chetlin.com>
53450              Date: Mon, 18 Sep 2000 05:05:40 -0700
53451              Message-Id: <20000918050540.C652@ilmd>
53452      Branch: perl
53453            ! lib/overload.pm sv.c t/pragma/overload.t
53454 ____________________________________________________________________________
53455 [  7103] By: nick                                  on 2000/09/30  12:53:36
53456         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
53457              From: Johan Vromans <jvromans@squirrel.nl>
53458              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
53459              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
53460      Branch: perl
53461            ! pod/Makefile.SH
53462 ____________________________________________________________________________
53463 [  7102] By: nick                                  on 2000/09/30  12:52:31
53464         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
53465              From: Spider Boardman <spider@Orb.Nashua.NH.US>
53466              Date: Sat, 16 Sep 2000 16:36:45 -0400
53467              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
53468      Branch: perl
53469            ! ext/B/B/Deparse.pm
53470 ____________________________________________________________________________
53471 [  7101] By: nick                                  on 2000/09/30  12:51:41
53472         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
53473              From: Craig A. Berry <craig.berry@psinetcs.com>
53474              Date: Sat, 16 Sep 2000 10:11:10 -0500
53475              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
53476      Branch: perl
53477            ! vms/vms.c
53478 ____________________________________________________________________________
53479 [  7100] By: nick                                  on 2000/09/30  12:50:33
53480         Log: Subject: Re: unicode support and perl [ID 20000901.097]
53481              From: Spider Boardman <spider@Orb.Nashua.NH.US>
53482              Date: Fri, 15 Sep 2000 16:37:58 -0400
53483              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
53484      Branch: perl
53485            ! t/op/append.t
53486 ____________________________________________________________________________
53487 [  7099] By: nick                                  on 2000/09/30  12:49:35
53488         Log: Subject: Re: unicode support and perl [ID 20000901.097]
53489              From: Spider Boardman <spider@Orb.Nashua.NH.US>
53490              Date: Fri, 15 Sep 2000 16:25:30 -0400
53491              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
53492      Branch: perl
53493            ! pp_hot.c
53494 ____________________________________________________________________________
53495 [  7098] By: nick                                  on 2000/09/30  12:48:00
53496         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
53497              From: Gisle Aas <gisle@ActiveState.com>
53498              Date: 15 Sep 2000 16:23:41 +0200
53499              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
53500      Branch: perl
53501            ! toke.c
53502 ____________________________________________________________________________
53503 [  7097] By: nick                                  on 2000/09/30  12:45:16
53504         Log: Subject: [PATCH] Nits in perlmod.pod
53505              From: Daniel Chetlin <daniel@chetlin.com>
53506              Date: Fri, 15 Sep 2000 02:04:09 -0700
53507              Message-Id: <20000915020409.A2104@ilmd>
53508      Branch: perl
53509            ! pod/perlmod.pod
53510 ____________________________________________________________________________
53511 [  7096] By: nick                                  on 2000/09/30  12:18:00
53512         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
53513              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
53514              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
53515              0 to checking to get the warning.
53516      Branch: perl
53517            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
53518            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
53519            ! regexec.c sv.c toke.c utf8.c
53520 ____________________________________________________________________________
53521 [  7095] By: nick                                  on 2000/09/15  16:55:59
53522         Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
53523              
53524              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
53525              From: Spider Boardman <spider@Orb.Nashua.NH.US>
53526              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
53527              Date: Fri, 15 Sep 2000 06:37:30 -0400
53528      Branch: perl
53529            ! ext/Encode/Encode.xs sv.c
53530 ____________________________________________________________________________
53531 [  7094] By: jhi                                   on 2000/09/15  03:23:32
53532         Log: Update Changes.
53533      Branch: perl
53534            ! Changes patchlevel.h
53535 ____________________________________________________________________________
53536 [  7093] By: jhi                                   on 2000/09/15  03:11:44
53537         Log: Fix for the charnames.t failures from Spider Boardman.
53538      Branch: perl
53539            ! toke.c
53540 ____________________________________________________________________________
53541 [  7092] By: jhi                                   on 2000/09/15  00:15:48
53542         Log: Botched the #7090 check-in.
53543      Branch: perl
53544            ! sv.c
53545 ____________________________________________________________________________
53546 [  7091] By: jhi                                   on 2000/09/14  23:33:24
53547         Log: Part of #7081 didn't come through.
53548      Branch: perl
53549            ! embed.pl proto.h
53550 ____________________________________________________________________________
53551 [  7090] By: jhi                                   on 2000/09/14  23:17:39
53552         Log: Subject: Re: perl@7078 
53553              From: Spider Boardman <spider@web.zk3.dec.com>
53554              Date: Thu, 14 Sep 2000 19:06:36 -0400
53555              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
53556      Branch: perl
53557            ! sv.c toke.c
53558 ____________________________________________________________________________
53559 [  7089] By: jhi                                   on 2000/09/14  23:11:21
53560         Log: Small portability tweaks.
53561      Branch: perl
53562            ! ext/Encode/Encode.xs
53563 ____________________________________________________________________________
53564 [  7088] By: jhi                                   on 2000/09/14  22:57:23
53565         Log: Fake return to pacify picky compilers.
53566      Branch: perl
53567            ! ext/Encode/Encode.xs
53568 ____________________________________________________________________________
53569 [  7087] By: jhi                                   on 2000/09/14  22:53:37
53570         Log: Subject: [PATCH] utf8.c apidoc
53571              From: Simon Cozens <simon@cozens.net>
53572              Date: Thu, 14 Sep 2000 23:46:57 +0100
53573              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
53574      Branch: perl
53575            ! perlapi.c pod/perlapi.pod utf8.c
53576 ____________________________________________________________________________
53577 [  7086] By: jhi                                   on 2000/09/14  22:40:38
53578         Log: We don't need to count the high bit bytes, a boolean is enough. 
53579      Branch: perl
53580            ! sv.c
53581 ____________________________________________________________________________
53582 [  7085] By: jhi                                   on 2000/09/14  21:20:09
53583         Log: Replace #7084 with
53584              
53585              Subject: Re: perl@7078 
53586              From: Spider Boardman <spider@web.zk3.dec.com>
53587              Date: Thu, 14 Sep 2000 17:09:36 -0400
53588              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
53589      Branch: perl
53590            ! sv.c utf8.c
53591 ____________________________________________________________________________
53592 [  7084] By: jhi                                   on 2000/09/14  20:03:34
53593         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
53594              convertable to bytes by checking it doesn't go above 0xc3
53595              
53596              Subject: Re: perl@7078
53597              From: Simon Cozens <simon@cozens.net>
53598              Date: Thu, 14 Sep 2000 20:59:19 +0100
53599              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
53600      Branch: perl
53601            ! utf8.c
53602 ____________________________________________________________________________
53603 [  7083] By: jhi                                   on 2000/09/14  19:38:47
53604         Log: Subject: Re: perl@7078
53605              From: Simon Cozens <simon@cozens.net>
53606              Date: Thu, 14 Sep 2000 20:13:09 +0100
53607              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
53608      Branch: perl
53609            ! t/op/bop.t
53610 ____________________________________________________________________________
53611 [  7082] By: jhi                                   on 2000/09/14  17:50:44
53612         Log: The one that got away.
53613      Branch: perl
53614            ! lib/File/Find.pm
53615 ____________________________________________________________________________
53616 [  7081] By: jhi                                   on 2000/09/14  17:45:35
53617         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
53618              From: Robin Barker <rmb1@cise.npl.co.uk>
53619              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
53620              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
53621      Branch: perl
53622            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
53623            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
53624            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
53625            ! regcomp.c toke.c universal.c
53626 ____________________________________________________________________________
53627 [  7080] By: jhi                                   on 2000/09/14  17:40:35
53628         Log: Problems picked up by AIX cc.
53629              
53630              Subject: Re: perl@7078 (patch included)
53631              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
53632              Date: Thu, 14 Sep 2000 18:53:30 +0200
53633              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
53634      Branch: perl
53635            ! ext/Encode/Encode.xs
53636 ____________________________________________________________________________
53637 [  7079] By: jhi                                   on 2000/09/14  17:38:27
53638         Log: Subject: File::Find 5.7.0 POD nits
53639              From: Rich Morin <rdm@cfcl.com>
53640              Date: Wed, 13 Sep 2000 22:03:58 -0700
53641              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
53642      Branch: perl
53643            ! lib/File/Find.pm
53644 ____________________________________________________________________________
53645 [  7078] By: jhi                                   on 2000/09/14  14:58:20
53646         Log: Update Changes.
53647      Branch: perl
53648            ! Changes patchlevel.h
53649 ____________________________________________________________________________
53650 [  7077] By: jhi                                   on 2000/09/14  14:55:54
53651         Log: Compilation warnings and an error.
53652      Branch: perl
53653            ! sv.c
53654 ____________________________________________________________________________
53655 [  7076] By: jhi                                   on 2000/09/14  14:42:56
53656         Log: Fix for a parsing bug, not for the original bug.
53657              
53658              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
53659              From: Spider Boardman <spider@web.zk3.dec.com>
53660              Date: Wed, 13 Sep 2000 17:52:20 -0400
53661              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
53662      Branch: perl
53663            ! regcomp.c
53664 ____________________________________________________________________________
53665 [  7075] By: jhi                                   on 2000/09/14  14:40:40
53666         Log: Batch of UTF-8 patches from Simon Cozens.
53667      Branch: perl
53668            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
53669            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
53670            ! toke.c utf8.c
53671 ____________________________________________________________________________
53672 [  7074] By: jhi                                   on 2000/09/14  14:29:58
53673         Log: Subject: Re: Two advertising clauses need to be removed
53674              From: Russ Allbery <rra@stanford.edu>
53675              Date: 13 Sep 2000 18:50:26 -0700
53676              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
53677      Branch: perl
53678            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
53679 ____________________________________________________________________________
53680 [  7073] By: jhi                                   on 2000/09/14  14:28:20
53681         Log: Subject: [PATCH] de-wall t/README
53682              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
53683              Date: Wed, 13 Sep 2000 17:46:55 -0700
53684              Message-ID: <//Bw5gzkge/e092yn@efn.org>
53685      Branch: perl
53686            ! t/README
53687 ____________________________________________________________________________
53688 [  7072] By: jhi                                   on 2000/09/14  14:25:10
53689         Log: Hints optimization.
53690              
53691              Subject: Minor nit
53692              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
53693              Date: Wed, 13 Sep 2000 21:42:07 +0200
53694              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
53695      Branch: perl
53696            ! hints/hpux.sh
53697 ____________________________________________________________________________
53698 [  7071] By: jhi                                   on 2000/09/14  14:23:30
53699         Log: Allow chop() and chomp() to be overridden.
53700              
53701              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
53702              From: "Casey R. Tweten" <crt@kiski.net>
53703              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
53704              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
53705      Branch: perl
53706            ! toke.c
53707 ____________________________________________________________________________
53708 [  7070] By: jhi                                   on 2000/09/14  14:20:36
53709         Log: The return value of setlocale must be copied away.
53710              
53711              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
53712              From: Alan Burlison <Alan.Burlison@uk.sun.com>
53713              Date: Wed, 13 Sep 2000 16:27:37 +0100 
53714              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
53715      Branch: perl
53716            ! util.c
53717 ____________________________________________________________________________
53718 [  7069] By: jhi                                   on 2000/09/14  14:16:27
53719         Log: Remove vestiges of tr//CU.
53720              
53721              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
53722              From: Nick Clark <nick@plum.flirble.org>
53723              Date: Tue, 12 Sep 2000 22:50:14 +0100
53724              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
53725              
53726              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
53727              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
53728              Date: Tue, 12 Sep 2000 21:38:48 -0700
53729              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
53730      Branch: perl
53731            ! op.h pod/perlunicode.pod
53732 ____________________________________________________________________________
53733 [  7068] By: jhi                                   on 2000/09/13  14:18:39
53734         Log: Add the Encode extension.  The code is still largely just skeleton.
53735      Branch: perl
53736            + ext/Encode/Encode.pm ext/Encode/Encode.xs
53737            + ext/Encode/Makefile.PL ext/Encode/Todo
53738            ! MANIFEST Todo-5.6
53739 ____________________________________________________________________________
53740 [  7067] By: jhi                                   on 2000/09/12  17:43:33
53741         Log: Allow for whitespace between "#" and "line" in cpp output.
53742              
53743              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
53744              From: Calle Dybedahl <calle@lysator.liu.se>
53745              Date: 12 Sep 2000 19:38:02 +0200 
53746              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
53747      Branch: perl
53748            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
53749 ____________________________________________________________________________
53750 [  7066] By: gsar                                  on 2000/09/12  17:24:29
53751         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
53752              initialization in all the threads on Windows
53753      Branch: perl
53754            ! win32/win32.c
53755 ____________________________________________________________________________
53756 [  7065] By: jhi                                   on 2000/09/12  15:11:31
53757         Log: Update Changes.
53758      Branch: perl
53759            ! Changes patchlevel.h
53760 ____________________________________________________________________________
53761 [  7064] By: jhi                                   on 2000/09/12  14:54:54
53762         Log: Retract #7062, the pod tests are not ready.
53763      Branch: perl
53764            ! t/TEST t/harness
53765 ____________________________________________________________________________
53766 [  7063] By: jhi                                   on 2000/09/12  14:25:41
53767         Log: The #7054 truncated Configure badly.
53768      Branch: metaconfig/U/perl
53769            ! End.U
53770      Branch: perl
53771            ! Configure config_h.SH
53772 ____________________________________________________________________________
53773 [  7062] By: jhi                                   on 2000/09/12  14:08:32
53774         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
53775              From: sthoenna@efn.org
53776              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
53777              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
53778      Branch: perl
53779            ! t/TEST t/harness
53780 ____________________________________________________________________________
53781 [  7061] By: jhi                                   on 2000/09/12  14:07:18
53782         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
53783              From: sthoenna@efn.org
53784              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
53785              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
53786      Branch: perl
53787            ! pod/perlxs.pod
53788 ____________________________________________________________________________
53789 [  7060] By: jhi                                   on 2000/09/12  14:06:08
53790         Log: Break up the myconfig lines a bit.
53791              
53792              Subject: perlbug/perl -V output format
53793              From: sthoenna@efn.org
53794              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
53795              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
53796      Branch: perl
53797            ! myconfig.SH
53798 ____________________________________________________________________________
53799 [  7059] By: jhi                                   on 2000/09/12  14:05:04
53800         Log: Test for the #7049.
53801              
53802              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
53803              From: andreas.koenig@anima.de (Andreas J. Koenig)
53804              Date: 12 Sep 2000 06:42:01 +0200
53805              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
53806      Branch: perl
53807            ! t/op/my.t
53808 ____________________________________________________________________________
53809 [  7058] By: jhi                                   on 2000/09/12  14:03:05
53810         Log: Subject: [patch: perl@7045] vms updates
53811              From: Peter Prymmer <pvhp@forte.com>
53812              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
53813              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
53814      Branch: perl
53815            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
53816 ____________________________________________________________________________
53817 [  7057] By: jhi                                   on 2000/09/12  14:00:51
53818         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
53819              From: sthoenna@efn.org
53820              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
53821              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
53822      Branch: perl
53823            ! t/op/64bitint.t
53824 ____________________________________________________________________________
53825 [  7056] By: jhi                                   on 2000/09/12  13:58:14
53826         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
53827              From: Jeff Pinyan <jeffp@crusoe.net>
53828              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
53829              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
53830      Branch: perl
53831            ! pod/perlfunc.pod
53832 ____________________________________________________________________________
53833 [  7055] By: jhi                                   on 2000/09/12  13:56:32
53834         Log: Do in VMS as the #7054 does.
53835      Branch: perl
53836            ! configure.com
53837 ____________________________________________________________________________
53838 [  7054] By: jhi                                   on 2000/09/12  13:50:31
53839         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
53840              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
53841              Date: Mon, 11 Sep 2000 08:33:09 +0100
53842              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
53843      Branch: metaconfig/U/perl
53844            ! End.U
53845      Branch: perl
53846            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
53847            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
53848 ____________________________________________________________________________
53849 [  7053] By: jhi                                   on 2000/09/12  13:29:19
53850         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
53851              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
53852              Date:     Tue, 12 Sep 2000 08:35:59 EDT
53853              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
53854      Branch: perl
53855            ! vms/test.com
53856 ____________________________________________________________________________
53857 [  7052] By: jhi                                   on 2000/09/11  23:01:50
53858         Log: Document the SvUTF8*().
53859      Branch: perl
53860            ! pod/perlapi.pod sv.h
53861 ____________________________________________________________________________
53862 [  7051] By: gsar                                  on 2000/09/11  14:46:30
53863         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
53864              (missed a spot when fixing up op_pmreplroot hack for ithreads)
53865      Branch: perl
53866            ! op.c t/op/split.t
53867 ____________________________________________________________________________
53868 [  7050] By: nick                                  on 2000/09/11  10:03:51
53869         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
53870              
53871              Subject: borland C++ win32.c tweak
53872              From: Vadim Konovalov <vkonovalov@lucent.com>
53873              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
53874              Date: Mon, 11 Sep 2000 11:22:33 +0400
53875      Branch: perl
53876            ! win32/win32.c
53877 ____________________________________________________________________________
53878 [  7049] By: nick                                  on 2000/09/11  09:57:33
53879         Log: Point fix for s/// on foreach (keys %xxx).
53880      Branch: perl
53881            ! pp_hot.c
53882 ____________________________________________________________________________
53883 [  7048] By: jhi                                   on 2000/09/10  23:37:09
53884         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
53885              by Pod::Text, from Brad Appleton.
53886      Branch: perl
53887            ! t/pod/testp2pt.pl
53888 ____________________________________________________________________________
53889 [  7047] By: jhi                                   on 2000/09/10  14:32:53
53890         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
53891              by Russ Allbery.
53892      Branch: perl
53893            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
53894 ____________________________________________________________________________
53895 [  7046] By: jhi                                   on 2000/09/10  14:15:08
53896         Log: Upgrade to CPAN 1.57_65, from Andreas König.
53897      Branch: perl
53898            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
53899 ____________________________________________________________________________
53900 [  7045] By: jhi                                   on 2000/09/08  21:36:32
53901         Log: Update Changes.
53902      Branch: perl
53903            ! Changes patchlevel.h
53904 ____________________________________________________________________________
53905 [  7044] By: jhi                                   on 2000/09/08  21:29:56
53906         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
53907              From: Peter Prymmer <pvhp@forte.com>
53908              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
53909              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
53910      Branch: perl
53911            ! configure.com
53912 ____________________________________________________________________________
53913 [  7043] By: jhi                                   on 2000/09/08  21:27:50
53914         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
53915              From: Peter Prymmer <pvhp@forte.com>
53916              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
53917              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
53918      Branch: perl
53919            ! Makefile.SH installperl
53920 ____________________________________________________________________________
53921 [  7042] By: jhi                                   on 2000/09/08  21:23:21
53922         Log: Continue #7041.
53923      Branch: perl
53924            ! cygwin/Makefile.SHs os2/Makefile.SHs
53925 ____________________________________________________________________________
53926 [  7041] By: jhi                                   on 2000/09/08  21:18:10
53927         Log: Do away with memory models cruft.  Sorry, PDP users.
53928      Branch: metaconfig
53929            ! U/modified/cc.U U/modified/libpth.U
53930      Branch: perl
53931            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
53932            ! Porting/config_H cflags.SH config_h.SH configure.com
53933            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
53934            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
53935            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
53936 ____________________________________________________________________________
53937 [  7040] By: jhi                                   on 2000/09/08  14:34:18
53938         Log: Major rewrite of s2p.  And I mean really major, it is
53939              an implementation of sed in perl.  If called as s2p it
53940              will function as s2p.  Note: needs non-UNIXifying.
53941              
53942              Subject: s2p
53943              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
53944              Date: Mon, 28 Aug 2000 14:05:12 +0200
53945              Message-ID: <39AA5578.2102E2AA@alcatel.at>
53946      Branch: perl
53947            ! x2p/s2p.PL
53948 ____________________________________________________________________________
53949 [  7039] By: jhi                                   on 2000/09/08  14:19:49
53950         Log: Re-allow vec() for characters > 255.
53951              
53952              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
53953              From: Spider Boardman <spider@web.zk3.dec.com>
53954              Date: Fri, 08 Sep 2000 02:21:02 -0400
53955              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
53956      Branch: perl
53957            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
53958            ! t/op/vec.t
53959 ____________________________________________________________________________
53960 [  7038] By: jhi                                   on 2000/09/08  14:14:18
53961         Log: Subject: [PATCH lib/Benchmark.pm]
53962              From: <abigail@foad.org>
53963              Date: Thu, 7 Sep 2000 15:03:20 -0400
53964              Message-ID: <20000907190320.888.qmail@foad.org>
53965      Branch: perl
53966            ! lib/Benchmark.pm
53967 ____________________________________________________________________________
53968 [  7037] By: jhi                                   on 2000/09/08  14:11:06
53969         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
53970              
53971              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
53972              From: Spider Boardman <spider@web.zk3.dec.com>
53973              Date: Fri, 08 Sep 2000 01:30:27 -0400
53974              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
53975      Branch: perl
53976            ! op.c
53977 ____________________________________________________________________________
53978 [  7036] By: jhi                                   on 2000/09/08  14:08:58
53979         Log: Subject: [ID 20000908.002] perlipc documentation bug.
53980              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
53981              Date: Fri, 08 Sep 2000 12:38:32 +0200
53982              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
53983      Branch: perl
53984            ! pod/perlipc.pod
53985 ____________________________________________________________________________
53986 [  7035] By: jhi                                   on 2000/09/08  14:03:12
53987         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
53988              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
53989              Date: Fri, 08 Sep 2000 11:47:34 +0200
53990              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
53991      Branch: perl
53992            ! hints/dec_osf.sh
53993 ____________________________________________________________________________
53994 [  7034] By: jhi                                   on 2000/09/08  13:59:35
53995         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
53996              From: Simon Cozens <simon@cozens.net>
53997              Date: Thu, 7 Sep 2000 20:40:38 +0100
53998              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
53999      Branch: perl
54000            ! pp_hot.c
54001 ____________________________________________________________________________
54002 [  7033] By: jhi                                   on 2000/09/08  04:03:03
54003         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
54004              From: "Larry W. Virden" <lvirden@cas.org>
54005              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
54006              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
54007      Branch: perl
54008            ! pod/perldiag.pod
54009 ____________________________________________________________________________
54010 [  7032] By: jhi                                   on 2000/09/07  22:18:30
54011         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
54012              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
54013              Date: Mon, 04 Sep 2000 13:16:38 -0700
54014              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
54015      Branch: perl
54016            ! lib/perl5db.pl
54017 ____________________________________________________________________________
54018 [  7031] By: jhi                                   on 2000/09/07  22:02:29
54019         Log: Fix the ccversion detection for 5.1 and beyond.
54020              
54021              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
54022              From: Spider Boardman <spider@leggy.zk3.dec.com>
54023              Date: Thu, 7 Sep 2000 17:54:27 -0400
54024              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
54025      Branch: perl
54026            ! hints/dec_osf.sh
54027 ____________________________________________________________________________
54028 [  7030] By: jhi                                   on 2000/09/07  19:12:28
54029         Log: Fix for
54030              
54031              Subject: [ID 20000903.001] \w in utf8-strings
54032              From: Marc Lehmann <pcg@goof.com>
54033              Date: Sun, 03 Sep 2000 09:44:29 +0200
54034              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
54035              
54036              and various related nits.
54037      Branch: perl
54038            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
54039 ____________________________________________________________________________
54040 [  7029] By: jhi                                   on 2000/09/07  18:49:09
54041         Log: Fix the URL, but the server is still missing in action.
54042              
54043              Subject: [ID 20000905.002] perlfaq1.pod URL error
54044              From: "Larry W. Virden" <lvirden@cas.org>
54045              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
54046              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
54047      Branch: perl
54048            ! pod/perlfaq1.pod
54049 ____________________________________________________________________________
54050 [  7028] By: jhi                                   on 2000/09/07  18:47:13
54051         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
54052              From: Hugo <hv@crypt.compulink.co.uk>
54053              Date: Tue, 05 Sep 2000 14:13:37 +0100
54054              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
54055      Branch: perl
54056            ! toke.c
54057 ____________________________________________________________________________
54058 [  7027] By: jhi                                   on 2000/09/07  18:45:35
54059         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
54060              From: Daniel Chetlin <daniel@chetlin.com>
54061              Date: Tue, 5 Sep 2000 04:57:07 -0700
54062              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
54063      Branch: perl
54064            ! pod/perlfaq6.pod pod/perlop.pod
54065 ____________________________________________________________________________
54066 [  7026] By: jhi                                   on 2000/09/07  18:44:01
54067         Log: Document the new ref() semantics.
54068              
54069              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
54070              From: Gisle Aas <gisle@ActiveState.com>
54071              Date: 05 Sep 2000 08:10:30 +0200
54072              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
54073      Branch: perl
54074            ! pod/perldelta.pod
54075 ____________________________________________________________________________
54076 [  7025] By: jhi                                   on 2000/09/07  18:42:27
54077         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
54078              
54079              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
54080              From: Gisle Aas <gisle@ActiveState.com>
54081              Date: 05 Sep 2000 08:11:40 +0200
54082              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
54083      Branch: perl
54084            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
54085 ____________________________________________________________________________
54086 [  7024] By: jhi                                   on 2000/09/07  18:39:32
54087         Log: Subject: [PATCH] Modernize Opcode.pm documentation
54088              From: Gisle Aas <gisle@ActiveState.com>
54089              Date: 4 Sep 2000 00:18:55 -0000
54090              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
54091      Branch: perl
54092            ! ext/Opcode/Opcode.pm
54093 ____________________________________________________________________________
54094 [  7023] By: jhi                                   on 2000/09/07  18:37:42
54095         Log: Subject: [PATCH] Tied filehandle documentation
54096              From: Gisle Aas <gisle@ActiveState.com>
54097              Date: 4 Sep 2000 00:14:40 -0000
54098              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
54099      Branch: perl
54100            ! pod/perlfunc.pod pod/perltie.pod
54101 ____________________________________________________________________________
54102 [  7022] By: jhi                                   on 2000/09/07  18:35:37
54103         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
54104              From: Gisle Aas <gisle@ActiveState.com>
54105              Date: 4 Sep 2000 00:04:22 -0000
54106              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
54107      Branch: perl
54108            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
54109 ____________________________________________________________________________
54110 [  7021] By: jhi                                   on 2000/09/07  18:33:22
54111         Log: Subject: small apidoc fix
54112              From: Marc Lehmann <pcg@goof.com>
54113              Date: Sun, 3 Sep 2000 05:12:06 +0200
54114              Message-ID: <20000903051206.A5909@cerebro.laendle>
54115      Branch: perl
54116            ! pod/perlapi.pod utf8.c
54117 ____________________________________________________________________________
54118 [  7020] By: jhi                                   on 2000/09/07  16:14:57
54119         Log: Tiny perldelta nits.
54120      Branch: perl
54121            ! pod/perldelta.pod
54122 ____________________________________________________________________________
54123 [  7019] By: jhi                                   on 2000/09/07  16:04:20
54124         Log: Guard against bad string->int conversion for quads.
54125      Branch: perl
54126            ! t/op/64bitint.t
54127 ____________________________________________________________________________
54128 [  7018] By: jhi                                   on 2000/09/06  17:07:03
54129         Log: Update Unicode todo list.
54130      Branch: perl
54131            ! Todo-5.6
54132 ____________________________________________________________________________
54133 [  7017] By: jhi                                   on 2000/09/05  21:16:01
54134         Log: Document the SvIOK_.*UV().
54135      Branch: perl
54136            ! pod/perlapi.pod sv.h
54137 ____________________________________________________________________________
54138 [  7016] By: nick                                  on 2000/09/03  21:54:46
54139         Log: Hash lookup of constant strings optimization:
54140              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
54141              to string table (as per sharepvn). Add newSV_pvn_share to create such
54142              a thing. Make hv.c compare addresses of strings and skip string compare
54143              if equal. Make method_named and helem ops use these shared-string SVs
54144              when arg is constant. Make keys op return shared-string SVs (less clearly
54145              a win).
54146      Branch: perl
54147            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
54148            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
54149            ! pod/perlintern.pod pp_hot.c proto.h sv.c
54150 ____________________________________________________________________________
54151 [  7015] By: jhi                                   on 2000/09/02  17:48:59
54152         Log: This is 5.7.0.
54153      Branch: perl
54154            ! Changes
54155 ____________________________________________________________________________
54156 [  7014] By: jhi                                   on 2000/09/02  17:35:45
54157         Log: Changes and patchlevel tweaks.
54158      Branch: perl
54159            ! Changes patchlevel.h
54160 ____________________________________________________________________________
54161 [  7013] By: jhi                                   on 2000/09/02  17:30:50
54162         Log: Update Changes.
54163      Branch: perl
54164            ! Changes patchlevel.h
54165 ____________________________________________________________________________
54166 [  7012] By: nick                                  on 2000/09/02  17:25:20
54167         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
54168      Branch: perl
54169            ! gv.c lib/overload.pm
54170 ____________________________________________________________________________
54171 [  7011] By: jhi                                   on 2000/09/02  17:16:25
54172         Log: Update perlhist.
54173      Branch: perl
54174            ! pod/perlhist.pod
54175 ____________________________________________________________________________
54176 [  7010] By: jhi                                   on 2000/09/02  17:01:35
54177         Log: perldelta nits.
54178      Branch: perl
54179            ! pod/perldelta.pod
54180 ____________________________________________________________________________
54181 [  7009] By: nick                                  on 2000/09/02  16:48:35
54182         Log: If overloaded %{} etc. return the object do not loop.
54183              Thus  sub deref { $_[0] } functions if object is wanted type.
54184      Branch: perl
54185            ! pp.h
54186 ____________________________________________________________________________
54187 [  7008] By: jhi                                   on 2000/09/02  16:26:11
54188         Log: Retab MANIFEST.
54189      Branch: perl
54190            ! ext/Storable/MANIFEST
54191 ____________________________________________________________________________
54192 [  7007] By: jhi                                   on 2000/09/02  16:23:02
54193         Log: Make certain cc is set before trying to run it.
54194      Branch: perl
54195            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
54196 ____________________________________________________________________________
54197 [  7006] By: jhi                                   on 2000/09/02  15:45:41
54198         Log: Unicode notes.
54199      Branch: perl
54200            ! pod/perldelta.pod
54201 ____________________________________________________________________________
54202 [  7005] By: jhi                                   on 2000/09/02  15:42:11
54203         Log: Various Configure nits by Philip Newton,
54204              plus the ebcdic one by me.
54205      Branch: metaconfig
54206            + U/modified/pager.U
54207            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
54208      Branch: metaconfig/U/perl
54209            ! Devel.U quadfio.U
54210      Branch: perl
54211            ! Configure config_h.SH
54212 ____________________________________________________________________________
54213 [  7004] By: jhi                                   on 2000/09/02  15:06:14
54214         Log: Apparently avoiding the swapping is too costly.
54215              
54216              From: "Ben Tilly" <ben_tilly@hotmail.com>
54217              Subject: Re: the door is closed.
54218              Date: Fri, 01 Sep 2000 20:23:16 EDT
54219              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
54220      Branch: perl
54221            ! pod/perlfaq4.pod
54222 ____________________________________________________________________________
54223 [  7003] By: nick                                  on 2000/09/02  12:26:04
54224         Log: Undo part of change 6489 which looks like a bulk edit which
54225              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
54226              The supressing of main:: on return from select() is undesirable.
54227      Branch: perl
54228            ! pp_sys.c
54229 ____________________________________________________________________________
54230 [  7002] By: jhi                                   on 2000/09/01  23:08:54
54231         Log: Update Changes.
54232      Branch: perl
54233            ! Changes patchlevel.h
54234 ____________________________________________________________________________
54235 [  7001] By: jhi                                   on 2000/09/01  23:00:13
54236         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
54237              From: Peter Prymmer <pvhp@forte.com>
54238              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
54239              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
54240              
54241              plus rework the http: spots as suggested by Tom Christiansen,
54242              plus regen perltoc.
54243      Branch: perl
54244            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
54245            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
54246 ____________________________________________________________________________
54247 [  7000] By: jhi                                   on 2000/09/01  22:36:01
54248         Log: Only the first line, thank you very much.
54249      Branch: perl
54250            ! hints/solaris_2.sh
54251 ____________________________________________________________________________
54252 [  6999] By: gsar                                  on 2000/09/01  22:16:40
54253         Log: change#6791 accidentally clobbered change#6710, put it back
54254      Branch: perl
54255            ! win32/win32.c
54256 ____________________________________________________________________________
54257 [  6998] By: jhi                                   on 2000/09/01  22:14:16
54258         Log: Mention the HP-UX LP64 freak failure.
54259      Branch: perl
54260            ! pod/perldelta.pod
54261 ____________________________________________________________________________
54262 [  6997] By: jhi                                   on 2000/09/01  21:48:32
54263         Log: Detypo.
54264      Branch: perl
54265            ! hints/hpux.sh
54266 ____________________________________________________________________________
54267 [  6996] By: jhi                                   on 2000/09/01  21:27:10
54268         Log: Update Changes.
54269      Branch: perl
54270            ! Changes patchlevel.h
54271 ____________________________________________________________________________
54272 [  6995] By: jhi                                   on 2000/09/01  21:14:24
54273         Log: Mi splgn s gnin.g
54274      Branch: perl
54275            ! pp_ctl.c
54276 ____________________________________________________________________________
54277 [  6994] By: jhi                                   on 2000/09/01  21:09:54
54278         Log: Subject: http:// in L<>
54279              From: Nicholas Clark <nick@ccl4.org>
54280              Date: Fri, 1 Sep 2000 22:03:21 +0100
54281              Message-ID: <20000901220321.B72074@plum.flirble.org>
54282      Branch: perl
54283            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
54284 ____________________________________________________________________________
54285 [  6993] By: jhi                                   on 2000/09/01  21:06:54
54286         Log: Update to Storable 1.0, from Raphael Manfredi.
54287      Branch: perl
54288            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
54289            ! ext/Storable/Makefile.PL ext/Storable/README
54290            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
54291            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
54292            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
54293            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
54294            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
54295            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
54296 ____________________________________________________________________________
54297 [  6992] By: jhi                                   on 2000/09/01  20:43:05
54298         Log: Mention known sfio+linux buglet.
54299      Branch: perl
54300            ! pod/perldelta.pod
54301 ____________________________________________________________________________
54302 [  6991] By: jhi                                   on 2000/09/01  20:40:11
54303         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
54304              From: Peter Prymmer <pvhp@forte.com>
54305              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
54306              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
54307      Branch: perl
54308            ! vms/vms.c
54309 ____________________________________________________________________________
54310 [  6990] By: jhi                                   on 2000/09/01  20:25:26
54311         Log: Retract #6986.
54312      Branch: perl
54313            ! hints/solaris_2.sh
54314 ____________________________________________________________________________
54315 [  6989] By: jhi                                   on 2000/09/01  20:23:00
54316         Log: Mergesort is back.
54317      Branch: perl
54318            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
54319 ____________________________________________________________________________
54320 [  6988] By: jhi                                   on 2000/09/01  19:37:40
54321         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
54322              From: Mike Guy <mjtg@cam.ac.uk>
54323              Date: Fri, 01 Sep 2000 17:43:33 +0100
54324              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
54325      Branch: perl
54326            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
54327            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
54328 ____________________________________________________________________________
54329 [  6987] By: jhi                                   on 2000/09/01  19:17:10
54330         Log: Regen perltoc.
54331      Branch: perl
54332            ! pod/perltoc.pod
54333 ____________________________________________________________________________
54334 [  6986] By: jhi                                   on 2000/09/01  18:51:10
54335         Log: Subject: Re: Solaris x86 has no SPARC libraries!
54336              From: Lupe Christoph <lupe@lupe-christoph.de>
54337              Date: Fri, 1 Sep 2000 20:41:20 +0200
54338              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
54339      Branch: perl
54340            ! hints/solaris_2.sh
54341 ____________________________________________________________________________
54342 [  6985] By: jhi                                   on 2000/09/01  18:28:10
54343         Log: Update Changes.
54344      Branch: perl
54345            ! Changes patchlevel.h
54346 ____________________________________________________________________________
54347 [  6984] By: jhi                                   on 2000/09/01  18:26:53
54348         Log: Feature ordering tweak.
54349      Branch: perl
54350            ! myconfig.SH
54351 ____________________________________________________________________________
54352 [  6983] By: jhi                                   on 2000/09/01  18:19:50
54353         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
54354              From: <abigail@foad.org>
54355              Date: Fri, 1 Sep 2000 13:07:32 -0400
54356              Message-ID: <20000901170732.18249.qmail@foad.org>
54357      Branch: perl
54358            ! t/pragma/overload.t
54359 ____________________________________________________________________________
54360 [  6982] By: jhi                                   on 2000/09/01  18:17:54
54361         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
54362              so that case-ignoring systems like DCL can tell them from
54363              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
54364      Branch: metaconfig/U/perl
54365            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
54366      Branch: perl
54367            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
54368            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
54369            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
54370            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
54371            ! vos/config.def vos/config.h vos/config_h.SH_orig
54372            ! win32/config.bc win32/config.gc win32/config.vc
54373 ____________________________________________________________________________
54374 [  6981] By: nick                                  on 2000/09/01  17:21:57
54375         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
54376              warning when UNTIE exists and instead pass the cound of extra references to
54377              the UNTIE method.
54378      Branch: perl
54379            ! pod/perltie.pod pp_sys.c
54380 ____________________________________________________________________________
54381 [  6980] By: jhi                                   on 2000/09/01  16:54:44
54382         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
54383              From: Peter Prymmer <pvhp@forte.com>
54384              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
54385              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
54386      Branch: perl
54387            ! configure.com
54388 ____________________________________________________________________________
54389 [  6979] By: jhi                                   on 2000/09/01  16:06:20
54390         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
54391              From: Mike Guy <mjtg@cam.ac.uk> 
54392              Date: Fri, 01 Sep 2000 16:49:27 +0100
54393              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
54394      Branch: perl
54395            ! t/base/rs.t
54396 ____________________________________________________________________________
54397 [  6978] By: jhi                                   on 2000/09/01  16:00:42
54398         Log: Update to PodParser 1.18, from Brad Appleton.
54399      Branch: perl
54400            ! lib/Pod/Checker.pm t/pod/find.t
54401 ____________________________________________________________________________
54402 [  6977] By: jhi                                   on 2000/09/01  14:48:58
54403         Log: Subject: Nit in Configure (bleadperl@6961)
54404              From: Lupe Christoph <lupe@lupe-christoph.de>
54405              Date: Fri, 1 Sep 2000 16:34:29 +0200
54406              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
54407      Branch: metaconfig
54408            ! U/compline/ccflags.U
54409      Branch: perl
54410            ! Configure config_h.SH
54411 ____________________________________________________________________________
54412 [  6976] By: jhi                                   on 2000/09/01  14:39:52
54413         Log: Update Changes.
54414      Branch: perl
54415            ! Changes patchlevel.h
54416 ____________________________________________________________________________
54417 [  6975] By: jhi                                   on 2000/09/01  14:37:36
54418         Log: microperl config update.
54419      Branch: perl
54420            ! uconfig.h uconfig.sh
54421 ____________________________________________________________________________
54422 [  6974] By: jhi                                   on 2000/09/01  14:36:53
54423         Log: Document known deficiencies.
54424      Branch: perl
54425            ! pod/perldelta.pod
54426 ____________________________________________________________________________
54427 [  6973] By: jhi                                   on 2000/09/01  14:10:20
54428         Log: Mention warnings fixes and updates.
54429      Branch: perl
54430            ! pod/perldelta.pod
54431 ____________________________________________________________________________
54432 [  6972] By: jhi                                   on 2000/09/01  14:01:52
54433         Log: Drop unused argument.
54434              
54435              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
54436              From: Spider Boardman <spider@web.zk3.dec.com>
54437              Date: Thu, 31 Aug 2000 16:10:15 -0400
54438              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
54439      Branch: perl
54440            ! toke.c
54441 ____________________________________________________________________________
54442 [  6971] By: jhi                                   on 2000/09/01  13:59:24
54443         Log: Add the overload warnings to perldiag.
54444      Branch: perl
54445            ! lib/overload.pm pod/perldiag.pod
54446 ____________________________________________________________________________
54447 [  6970] By: jhi                                   on 2000/09/01  13:55:10
54448         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
54449              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
54450              Date: Fri, 1 Sep 2000 13:43:15 +0100 
54451              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
54452      Branch: perl
54453            ! lib/overload.pm t/pragma/overload.t
54454 ____________________________________________________________________________
54455 [  6969] By: jhi                                   on 2000/09/01  13:52:27
54456         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
54457              From: <abigail@foad.org>
54458              Date: Fri, 1 Sep 2000 05:46:54 -0400
54459              Message-ID: <20000901094654.6476.qmail@foad.org>
54460      Branch: perl
54461            ! lib/overload.pm
54462 ____________________________________________________________________________
54463 [  6968] By: jhi                                   on 2000/09/01  13:50:05
54464         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
54465              From: Daniel Chetlin <daniel@chetlin.com>
54466              Date: Fri, 1 Sep 2000 02:10:55 -0700
54467              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
54468      Branch: perl
54469            ! pod/perlretut.pod
54470 ____________________________________________________________________________
54471 [  6967] By: jhi                                   on 2000/09/01  13:47:54
54472         Log: Part of the solution.
54473              
54474              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
54475              From: Mike Guy <mjtg@cam.ac.uk>
54476              Date: Fri, 01 Sep 2000 14:16:01 +0100
54477              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
54478      Branch: perl
54479            ! gv.c mg.c
54480 ____________________________________________________________________________
54481 [  6966] By: jhi                                   on 2000/09/01  13:46:17
54482         Log: Subject: CPAN.pm beta 1.57_57 for the core
54483              From: andreas.koenig@anima.de (Andreas J. Koenig)
54484              Date: 01 Sep 2000 15:16:31 +0200
54485              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
54486      Branch: perl
54487            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
54488 ____________________________________________________________________________
54489 [  6965] By: jhi                                   on 2000/09/01  13:43:18
54490         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
54491              From: "Craig A. Berry" <craig.berry@psinetcs.com>
54492              Date: Fri, 01 Sep 2000 01:47:22 -0500
54493              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
54494      Branch: perl
54495            ! pod/perldelta.pod vms/vms.c
54496 ____________________________________________________________________________
54497 [  6964] By: jhi                                   on 2000/09/01  13:35:35
54498         Log: File::Temp patches from Andreas König,
54499              
54500              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
54501              From: andreas.koenig@anima.de (Andreas J. Koenig)
54502              Date: 01 Sep 2000 10:07:20 +0200
54503              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
54504              
54505              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
54506              From: andreas.koenig@anima.de (Andreas J. Koenig)
54507              Date: 31 Aug 2000 23:26:08 +0200
54508              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
54509      Branch: perl
54510            ! lib/File/Temp.pm t/lib/ftmp-security.t
54511 ____________________________________________________________________________
54512 [  6963] By: jhi                                   on 2000/09/01  02:22:24
54513         Log: Retract the mergesort code, way too incompatible licensing
54514              and copyrights.
54515      Branch: perl
54516            ! pod/perldelta.pod pp_ctl.c
54517 ____________________________________________________________________________
54518 [  6962] By: jhi                                   on 2000/08/31  23:27:32
54519         Log: Update Changes.
54520      Branch: perl
54521            ! Changes patchlevel.h
54522 ____________________________________________________________________________
54523 [  6961] By: jhi                                   on 2000/08/31  23:20:04
54524         Log: Small tweaks all over.
54525      Branch: metaconfig
54526            ! U/compline/d_gconvert.U
54527      Branch: perl
54528            ! AUTHORS Configure config_h.SH pp_ctl.c
54529 ____________________________________________________________________________
54530 [  6960] By: jhi                                   on 2000/08/31  22:39:36
54531         Log: Further rewording.
54532      Branch: perl
54533            ! pp_ctl.c
54534 ____________________________________________________________________________
54535 [  6959] By: jhi                                   on 2000/08/31  21:26:44
54536         Log: More address tweaking.
54537      Branch: perl
54538            ! AUTHORS Changes
54539 ____________________________________________________________________________
54540 [  6958] By: jhi                                   on 2000/08/31  20:47:25
54541         Log: AUTHORS tweaks, from Peter Prymmer.
54542              
54543              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
54544              From: Peter Prymmer <pvhp@forte.com>
54545              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
54546              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
54547      Branch: perl
54548            ! AUTHORS MAINTAIN
54549 ____________________________________________________________________________
54550 [  6957] By: jhi                                   on 2000/08/31  20:34:43
54551         Log: perldelta tweaks.
54552      Branch: perl
54553            ! pod/perldelta.pod
54554 ____________________________________________________________________________
54555 [  6956] By: jhi                                   on 2000/08/31  19:11:06
54556         Log: Regen perltoc.
54557      Branch: perl
54558            ! pod/perltoc.pod
54559 ____________________________________________________________________________
54560 [  6955] By: jhi                                   on 2000/08/31  19:06:30
54561         Log: Clarify the mergesort situation.
54562      Branch: perl
54563            ! pp_ctl.c
54564 ____________________________________________________________________________
54565 [  6954] By: jhi                                   on 2000/08/31  18:24:17
54566         Log: Move the Solaris 7 scan to use64bitall, make the
54567              failure to find 64-bot sparc libc to mention the
54568              possibility of being in an intel, from Lupe and Alan.
54569      Branch: perl
54570            ! hints/solaris_2.sh
54571 ____________________________________________________________________________
54572 [  6953] By: jhi                                   on 2000/08/31  18:09:20
54573         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
54574              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
54575      Branch: metaconfig
54576            ! U/compline/d_gconvert.U U/threads/archname.U
54577      Branch: metaconfig/U/perl
54578            ! perlxv.U
54579      Branch: perl
54580            ! Configure config_h.SH sv.c
54581 ____________________________________________________________________________
54582 [  6952] By: jhi                                   on 2000/08/31  17:42:24
54583         Log: :: not allowed in pathnames, change to .
54584              
54585              Subject: [PATCH perl@6938] cygwin port
54586              From: "Fifer, Eric" <EFifer@sanwaint.com>
54587              Date: Thu, 31 Aug 2000 16:32:59 +0100
54588              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
54589      Branch: metaconfig/U/perl
54590            ! perlxv.U
54591 ____________________________________________________________________________
54592 [  6951] By: jhi                                   on 2000/08/31  17:02:05
54593         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
54594      Branch: perl
54595            ! perl.h
54596 ____________________________________________________________________________
54597 [  6950] By: jhi                                   on 2000/08/31  16:26:08
54598         Log: More author updates.
54599              
54600              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
54601              From: Simon Cozens <simon@cozens.net>
54602              Date: Thu, 31 Aug 2000 17:13:32 +0100
54603              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
54604      Branch: perl
54605            ! AUTHORS
54606 ____________________________________________________________________________
54607 [  6949] By: jhi                                   on 2000/08/31  16:04:49
54608         Log: POSIX doesn't report long double values under -Duselongdouble
54609              when the long doubles are "real" (bigger than doubles).
54610              
54611              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
54612              From: Spider Boardman <spider@peano.zk3.dec.com>
54613              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
54614              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
54615      Branch: perl
54616            ! ext/POSIX/POSIX.xs
54617 ____________________________________________________________________________
54618 [  6948] By: jhi                                   on 2000/08/31  15:25:10
54619         Log: Update Changes.
54620      Branch: perl
54621            ! Changes patchlevel.h
54622 ____________________________________________________________________________
54623 [  6947] By: jhi                                   on 2000/08/31  15:22:29
54624         Log: Document UNTIE in a very minimalistic way.
54625      Branch: perl
54626            ! pod/perlfunc.pod pod/perltie.pod
54627 ____________________________________________________________________________
54628 [  6946] By: jhi                                   on 2000/08/31  15:15:23
54629         Log: Document known failures.
54630      Branch: perl
54631            ! pod/perldelta.pod
54632 ____________________________________________________________________________
54633 [  6945] By: jhi                                   on 2000/08/31  15:07:00
54634         Log: Don't attach -ld to the archname if pointless.
54635      Branch: metaconfig
54636            ! U/threads/archname.U
54637      Branch: perl
54638            ! Configure config_h.SH
54639 ____________________________________________________________________________
54640 [  6944] By: jhi                                   on 2000/08/31  14:37:42
54641         Log: Wrap the test in eval.
54642              
54643              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
54644              From: Tim Jenness <timj@jach.hawaii.edu>
54645              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
54646              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
54647      Branch: perl
54648            ! t/lib/ftmp-security.t
54649 ____________________________________________________________________________
54650 [  6943] By: jhi                                   on 2000/08/31  14:30:57
54651         Log: Make -Dusemorebits find long doubles in Solaris.
54652      Branch: perl
54653            ! hints/solaris_2.sh
54654 ____________________________________________________________________________
54655 [  6942] By: jhi                                   on 2000/08/31  13:48:45
54656         Log: Clarify the third case of ftmp-security warnings.
54657      Branch: perl
54658            ! INSTALL
54659 ____________________________________________________________________________
54660 [  6941] By: jhi                                   on 2000/08/31  13:40:31
54661         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
54662              From: <abigail@foad.org>
54663              Date: Thu, 31 Aug 2000 01:35:05 -0400
54664              Message-ID: <20000831053505.32120.qmail@foad.org>
54665      Branch: perl
54666            ! pod/perldelta.pod
54667 ____________________________________________________________________________
54668 [  6940] By: jhi                                   on 2000/08/31  13:38:48
54669         Log: Issue useful diagnostic on unknown pod commands.
54670              
54671              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
54672              From: <abigail@foad.org>
54673              Date: Thu, 31 Aug 2000 03:41:18 -0400
54674              Message-ID: <20000831074118.24880.qmail@foad.org>
54675      Branch: perl
54676            ! lib/Pod/Man.pm
54677 ____________________________________________________________________________
54678 [  6939] By: jhi                                   on 2000/08/31  13:34:33
54679         Log: Reveal Borland's isnan.
54680              
54681              Subject: build with BC++ tweak
54682              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
54683              Date: Thu, 31 Aug 2000 13:09:37 +0400
54684              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
54685      Branch: perl
54686            ! win32/win32.h
54687 ____________________________________________________________________________
54688 [  6938] By: jhi                                   on 2000/08/31  05:01:20
54689         Log: Update Changes.
54690      Branch: perl
54691            ! Changes patchlevel.h
54692 ____________________________________________________________________________
54693 [  6937] By: jhi                                   on 2000/08/31  04:26:23
54694         Log: sscanf() may be the only way to read long doubles from strings.
54695      Branch: metaconfig/U/perl
54696            ! longdblfio.U
54697      Branch: perl
54698            ! Configure config_h.SH perl.h util.c
54699 ____________________________________________________________________________
54700 [  6936] By: jhi                                   on 2000/08/31  04:18:19
54701         Log: The #6929 was too skimpy.
54702      Branch: perl
54703            ! sv.c
54704 ____________________________________________________________________________
54705 [  6935] By: jhi                                   on 2000/08/31  02:47:07
54706         Log: Subject: Re: typos in pods
54707              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
54708              Date: Wed, 30 Aug 2000 19:25:34 -0700
54709              Message-ID: <eIcr5gzkg25X092yn@efn.org>
54710      Branch: perl
54711            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
54712 ____________________________________________________________________________
54713 [  6934] By: jhi                                   on 2000/08/31  02:42:55
54714         Log: Missed one Unicode file.
54715      Branch: perl
54716            + lib/unicode/UCDFF301.html
54717 ____________________________________________________________________________
54718 [  6933] By: jhi                                   on 2000/08/30  23:42:27
54719         Log: Update Changes.
54720      Branch: perl
54721            ! Changes patchlevel.h
54722 ____________________________________________________________________________
54723 [  6932] By: jhi                                   on 2000/08/30  23:40:07
54724         Log: Mention UNTIE in perldelta.  Still needs documenting
54725              in perltie et alia.
54726      Branch: perl
54727            ! pod/perldelta.pod
54728 ____________________________________________________________________________
54729 [  6931] By: jhi                                   on 2000/08/30  23:36:02
54730         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
54731              From: <abigail@foad.org>
54732              Date: Wed, 30 Aug 2000 19:28:07 -0400
54733              Message-ID: <20000830232807.305.qmail@foad.org>
54734      Branch: perl
54735            ! pod/perldelta.pod
54736 ____________________________________________________________________________
54737 [  6930] By: jhi                                   on 2000/08/30  23:32:40
54738         Log: Update to Unicode 3.0.1.
54739      Branch: perl
54740            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
54741            + lib/unicode/PropList.txt lib/unicode/README.perl
54742            + lib/unicode/UCD301.html lib/unicode/Unicode.301
54743            - lib/unicode/Props.txt lib/unicode/UCD300.html
54744            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
54745            ! (edit 257 files)
54746 ____________________________________________________________________________
54747 [  6929] By: jhi                                   on 2000/08/30  22:38:18
54748         Log: Heap decorruption.
54749              
54750              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
54751              From: Alan Burlison <Alan.Burlison@uk.sun.com>
54752              Date: Wed, 30 Aug 2000 22:39:52 +0100
54753              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
54754      Branch: perl
54755            ! sv.c
54756 ____________________________________________________________________________
54757 [  6928] By: jhi                                   on 2000/08/30  22:29:34
54758         Log: Retract the dummy test, skip the security tests (instead of failing),
54759              explain what the warnings mean.
54760      Branch: perl
54761            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
54762 ____________________________________________________________________________
54763 [  6927] By: jhi                                   on 2000/08/30  22:14:13
54764         Log: Change the internal implementation of sort() to be mergesort
54765              instead of quicksort, from John Linderman <jpl@research.att.com>.
54766              Gives us better worst case, better average case, and stability.
54767              What's there not to like?  (Small fixes for threaded builds
54768              were required).
54769      Branch: perl
54770            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
54771 ____________________________________________________________________________
54772 [  6926] By: jhi                                   on 2000/08/30  20:55:20
54773         Log: A better fix for the Socket building problem from Craig Berry.
54774      Branch: perl
54775            ! vms/vms.c
54776 ____________________________________________________________________________
54777 [  6925] By: jhi                                   on 2000/08/30  20:20:25
54778         Log: Subject: [PATCH] Re: UNTIE method 
54779              From: Nick Ing-Simmons <nik@tiuk.ti.com>
54780              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
54781              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
54782      Branch: perl
54783            ! pp_sys.c t/op/tie.t
54784 ____________________________________________________________________________
54785 [  6924] By: jhi                                   on 2000/08/30  20:17:11
54786         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
54787              From: "Craig A. Berry" <craig.berry@psinetcs.com>
54788              Date: Wed, 30 Aug 2000 15:03:14 -0500
54789              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
54790      Branch: perl
54791            ! vms/vms.c
54792 ____________________________________________________________________________
54793 [  6923] By: jhi                                   on 2000/08/30  20:15:18
54794         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
54795              From: "Craig A. Berry" <craig.berry@psinetcs.com>
54796              Date: Wed, 30 Aug 2000 13:30:36 -0500
54797              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
54798      Branch: perl
54799            ! vms/vms.c
54800 ____________________________________________________________________________
54801 [  6922] By: jhi                                   on 2000/08/30  19:54:43
54802         Log: Better options for rsync.
54803      Branch: perl
54804            ! pod/perlhack.pod
54805 ____________________________________________________________________________
54806 [  6921] By: jhi                                   on 2000/08/30  19:40:16
54807         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
54808              From: Rick Delaney <rick@consumercontact.com>
54809              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
54810              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
54811      Branch: perl
54812            ! pod/perlfunc.pod
54813 ____________________________________________________________________________
54814 [  6920] By: jhi                                   on 2000/08/30  19:36:40
54815         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
54816              From: Peter Prymmer <pvhp@forte.com>
54817              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
54818              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
54819      Branch: perl
54820            ! configure.com
54821 ____________________________________________________________________________
54822 [  6919] By: jhi                                   on 2000/08/30  14:52:02
54823         Log: Update Changes.
54824      Branch: perl
54825            ! Changes patchlevel.h
54826 ____________________________________________________________________________
54827 [  6918] By: jhi                                   on 2000/08/30  14:48:34
54828         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
54829      Branch: perl
54830            ! lib/ExtUtils/typemap
54831 ____________________________________________________________________________
54832 [  6917] By: jhi                                   on 2000/08/30  14:46:34
54833         Log: Subject: typos in pods
54834              From: Nicholas Clark <nick@ccl4.org>
54835              Date: Wed, 30 Aug 2000 01:12:50 +0100
54836              Message-ID: <20000830011249.A61388@plum.flirble.org>
54837      Branch: perl
54838            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
54839            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
54840            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
54841            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
54842 ____________________________________________________________________________
54843 [  6916] By: jhi                                   on 2000/08/30  14:19:09
54844         Log: Document Storable problems on Crays.  (Will have
54845              to document all the other Storable problems, too.)
54846      Branch: perl
54847            ! pod/perldelta.pod
54848 ____________________________________________________________________________
54849 [  6915] By: jhi                                   on 2000/08/30  14:06:02
54850         Log: Subject: [PATCH] fix misc cast warnings
54851              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
54852              Date: Tue, 29 Aug 2000 23:16:14 -0700
54853              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
54854      Branch: perl
54855            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
54856            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
54857            ! os2/os2ish.h
54858 ____________________________________________________________________________
54859 [  6914] By: jhi                                   on 2000/08/30  14:03:45
54860         Log: Timestamp mismatch again.  Need to fix this dependence on
54861              config_h.SH timestamp, since it's the contents of config_h.SH
54862              that matter.
54863      Branch: perl
54864            ! uconfig.h uconfig.sh
54865 ____________________________________________________________________________
54866 [  6913] By: jhi                                   on 2000/08/30  13:54:06
54867         Log: Don't say "Perl 5.0 source kit".
54868      Branch: perl
54869            ! perl.c
54870 ____________________________________________________________________________
54871 [  6912] By: jhi                                   on 2000/08/30  13:51:24
54872         Log: Reset archname and archname64 always, forcing them be
54873              recomputed at each Configure run, make Configure and
54874              the hints files agree on the naming of largefiles variables.
54875      Branch: metaconfig
54876            ! U/threads/archname.U
54877      Branch: metaconfig/U/perl
54878            ! use64bits.U
54879      Branch: perl
54880            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
54881            ! hints/linux.sh hints/solaris_2.sh
54882 ____________________________________________________________________________
54883 [  6911] By: jhi                                   on 2000/08/30  13:30:13
54884         Log: Put back the slice accidentally removed by #6907.
54885      Branch: perl
54886            ! hints/solaris_2.sh
54887 ____________________________________________________________________________
54888 [  6910] By: jhi                                   on 2000/08/30  01:24:26
54889         Log: Be consistent: other Net::get* do export theirs.
54890              
54891              Subject: Re: Net::protoent does not export 'getproto'
54892              From: Yasushi Nakajima <sey@jkc.co.jp>
54893              Date: Wed, 30 Aug 2000 09:53:14 +0900
54894              Message-Id: <200008300051.DAA24700@taku.hut.fi>
54895      Branch: perl
54896            ! lib/Net/protoent.pm
54897 ____________________________________________________________________________
54898 [  6909] By: jhi                                   on 2000/08/30  01:17:25
54899         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
54900              From: Gurusamy Sarathy <gsar@ActiveState.com>
54901              Date: Tue, 29 Aug 2000 17:17:07 -0700
54902              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
54903      Branch: perl
54904            ! cop.h
54905 ____________________________________________________________________________
54906 [  6908] By: jhi                                   on 2000/08/30  00:58:05
54907         Log: Update Changes.
54908      Branch: perl
54909            ! Changes patchlevel.h
54910 ____________________________________________________________________________
54911 [  6907] By: jhi                                   on 2000/08/30  00:57:22
54912         Log: Introduce ccname to keep track of what compiler kind of we have.
54913      Branch: metaconfig/U/perl
54914            ! Checkcc.U gccvers.U
54915      Branch: perl
54916            ! Configure config_h.SH hints/solaris_2.sh
54917 ____________________________________________________________________________
54918 [  6906] By: jhi                                   on 2000/08/30  00:25:47
54919         Log: Put back the flags dump as reasoned in
54920              
54921              Subject: Re: [PATCH] Glob dumping
54922              From: Mike Guy <mjtg@cam.ac.uk> 
54923              Date: Tue, 29 Aug 2000 21:41:32 +0100
54924              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
54925      Branch: perl
54926            ! dump.c t/lib/peek.t
54927 ____________________________________________________________________________
54928 [  6905] By: jhi                                   on 2000/08/30  00:16:17
54929         Log: Make the epsilon to be relative, not absolute.
54930              
54931              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
54932              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
54933              Date: Tue, 29 Aug 2000 19:58:56 -0400
54934              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
54935      Branch: perl
54936            ! t/lib/trig.t
54937 ____________________________________________________________________________
54938 [  6904] By: jhi                                   on 2000/08/30  00:13:09
54939         Log: From now on, Gisle is on my list of usual suspects :-)
54940              Retract #6902.
54941      Branch: perl
54942            ! ext/Opcode/Safe.pm
54943 ____________________________________________________________________________
54944 [  6903] By: jhi                                   on 2000/08/29  23:51:20
54945         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
54946              From: "Craig A. Berry" <craig.berry@psinetcs.com>
54947              Date: Tue, 29 Aug 2000 18:43:26 -0500
54948              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
54949      Branch: perl
54950            + vms/vmspipe.com
54951            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
54952            ! vms/vms.c
54953 ____________________________________________________________________________
54954 [  6902] By: jhi                                   on 2000/08/29  23:44:14
54955         Log: Retry what #6882 attempted.
54956              
54957              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
54958              From: Gisle Aas <gisle@ActiveState.com>
54959              Date: 30 Aug 2000 00:33:09 +0200
54960              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
54961      Branch: perl
54962            ! ext/Opcode/Safe.pm
54963 ____________________________________________________________________________
54964 [  6901] By: jhi                                   on 2000/08/29  22:59:32
54965         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
54966              From: Hugo <hv@crypt.compulink.co.uk>
54967              Date: Mon, 12 Jun 2000 19:36:08 +0100
54968              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
54969      Branch: perl
54970            ! sv.c
54971 ____________________________________________________________________________
54972 [  6900] By: jhi                                   on 2000/08/29  22:58:35
54973         Log: Admit that we are leaking scalars.
54974              
54975              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
54976              From: Spider Boardman <spider@leggy.zk3.dec.com>
54977              Date: Tue, 29 Aug 2000 18:48:29 -0400
54978              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
54979      Branch: perl
54980            ! t/pragma/warnings.t
54981 ____________________________________________________________________________
54982 [  6899] By: jhi                                   on 2000/08/29  20:53:13
54983         Log: Update Changes.
54984      Branch: perl
54985            ! Changes patchlevel.h
54986 ____________________________________________________________________________
54987 [  6898] By: jhi                                   on 2000/08/29  20:46:21
54988         Log: Undo namespace pollution of #6878.
54989              
54990              Subject: Re: Net::protoent does not export 'getproto'
54991              From: Mike Guy <mjtg@cam.ac.uk>
54992              Date: Tue, 29 Aug 2000 21:32:37 +0100
54993              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
54994      Branch: perl
54995            ! lib/Net/protoent.pm
54996 ____________________________________________________________________________
54997 [  6897] By: jhi                                   on 2000/08/29  20:44:29
54998         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
54999              From: Peter Prymmer <pvhp@forte.com>
55000              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
55001              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
55002      Branch: perl
55003            ! pod/perlebcdic.pod
55004 ____________________________________________________________________________
55005 [  6896] By: jhi                                   on 2000/08/29  20:40:57
55006         Log: There's no point repeating the 'revision' (5) of perl5.
55007      Branch: metaconfig/U/perl
55008            ! Devel.U patchlevel.U
55009      Branch: perl
55010            ! Configure config_h.SH
55011 ____________________________________________________________________________
55012 [  6895] By: jhi                                   on 2000/08/29  20:16:58
55013         Log: Regen Configure for #6894.
55014      Branch: metaconfig/U/perl
55015            ! perladmin.U
55016      Branch: perl
55017            ! Configure config_h.SH
55018 ____________________________________________________________________________
55019 [  6894] By: jhi                                   on 2000/08/29  19:59:52
55020         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
55021              From: "Philip Newton" <Philip.Newton@gmx.net>
55022              Date: Tue, 29 Aug 2000 21:39:14 +0200
55023              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
55024      Branch: perl
55025            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
55026            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
55027            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
55028            ! utils/perlbug.PL
55029 ____________________________________________________________________________
55030 [  6893] By: jhi                                   on 2000/08/29  19:55:30
55031         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
55032              From: "Philip Newton" <Philip.Newton@gmx.net>
55033              Date: Tue, 29 Aug 2000 21:39:14 +0200
55034              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
55035      Branch: perl
55036            ! installhtml
55037 ____________________________________________________________________________
55038 [  6892] By: jhi                                   on 2000/08/29  19:53:59
55039         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
55040              From: "Philip Newton" <Philip.Newton@gmx.net>
55041              Date: Tue, 29 Aug 2000 21:48:18 +0200
55042              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
55043      Branch: perl
55044            ! lib/File/Temp.pm
55045 ____________________________________________________________________________
55046 [  6891] By: jhi                                   on 2000/08/29  18:30:03
55047         Log: Nail the ID 20000828.023.
55048      Branch: perl
55049            ! ext/Storable/Storable.xs
55050 ____________________________________________________________________________
55051 [  6890] By: jhi                                   on 2000/08/29  16:50:17
55052         Log: Under usethreads the dumped variable is IN_PAD.
55053              
55054              Subject: Re: [PATCH] Glob dumping
55055              From: Gisle Aas <gisle@ActiveState.com>
55056              Date: 29 Aug 2000 18:45:05 +0200
55057              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
55058      Branch: perl
55059            ! t/lib/peek.t
55060 ____________________________________________________________________________
55061 [  6889] By: jhi                                   on 2000/08/29  15:17:37
55062         Log: Update Changes.
55063      Branch: perl
55064            ! Changes patchlevel.h
55065 ____________________________________________________________________________
55066 [  6888] By: jhi                                   on 2000/08/29  14:49:59
55067         Log: Retract #6882, broke the safe tests.
55068      Branch: perl
55069            ! ext/Opcode/Safe.pm
55070 ____________________________________________________________________________
55071 [  6887] By: jhi                                   on 2000/08/29  14:47:06
55072         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
55073              From: Gisle Aas <gisle@ActiveState.com> 
55074              Date: 09 Jun 2000 20:00:11 +0200
55075              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
55076      Branch: perl
55077            ! utils/perldoc.PL
55078 ____________________________________________________________________________
55079 [  6886] By: jhi                                   on 2000/08/29  14:42:45
55080         Log: The #6881 removed one dump line.
55081      Branch: perl
55082            ! t/lib/peek.t
55083 ____________________________________________________________________________
55084 [  6885] By: jhi                                   on 2000/08/29  14:30:47
55085         Log: Don't forget to tidy up.
55086      Branch: perl
55087            ! t/lib/ftmp-security.t
55088 ____________________________________________________________________________
55089 [  6884] By: jhi                                   on 2000/08/29  14:25:17
55090         Log: Disabling the one test is a bit tricky.
55091      Branch: perl
55092            ! t/lib/ftmp-security.t
55093 ____________________________________________________________________________
55094 [  6883] By: jhi                                   on 2000/08/29  14:16:25
55095         Log: Disable one of the tests for now.
55096      Branch: perl
55097            ! t/lib/ftmp-security.t
55098 ____________________________________________________________________________
55099 [  6882] By: jhi                                   on 2000/08/29  14:05:50
55100         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
55101              From: gisle@aas.no
55102              Date: 29 Aug 2000 10:35:06 -0000
55103              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
55104      Branch: perl
55105            ! ext/Opcode/Safe.pm
55106 ____________________________________________________________________________
55107 [  6881] By: jhi                                   on 2000/08/29  14:03:51
55108         Log: Subject: [PATCH] Glob dumping
55109              From: Gisle Aas <gisle@ActiveState.com>
55110              Date: 29 Aug 2000 07:59:42 -0000
55111              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
55112      Branch: perl
55113            ! dump.c
55114 ____________________________________________________________________________
55115 [  6880] By: jhi                                   on 2000/08/29  14:02:01
55116         Log: Subject: [PATCH] Warnings in B::Deparse
55117              From: <abigail@foad.org>
55118              Date: Tue, 29 Aug 2000 00:00:01 -0400
55119              Message-ID: <20000829040001.2999.qmail@foad.org>
55120      Branch: perl
55121            ! ext/B/B/Deparse.pm
55122 ____________________________________________________________________________
55123 [  6879] By: jhi                                   on 2000/08/29  13:57:26
55124         Log: Missed a change in #6869.
55125      Branch: perl
55126            ! mg.c
55127 ____________________________________________________________________________
55128 [  6878] By: jhi                                   on 2000/08/29  13:45:04
55129         Log: Subject: Net::protoent does not export 'getproto'
55130              From: Yasushi Nakajima <sey@jkc.co.jp>
55131              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
55132      Branch: perl
55133            ! lib/Net/protoent.pm
55134 ____________________________________________________________________________
55135 [  6877] By: jhi                                   on 2000/08/29  13:39:19
55136         Log: Patches all over for people and the files they (hopefully) care about.
55137      Branch: perl
55138            ! AUTHORS Changes MAINTAIN
55139 ____________________________________________________________________________
55140 [  6876] By: jhi                                   on 2000/08/29  12:53:54
55141         Log: Fix for thinko in #6848.
55142              
55143              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
55144              From: Lupe Christoph <lupe@lupe-christoph.de>
55145              Date: Tue, 29 Aug 2000 09:04:08 +0200
55146              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
55147      Branch: perl
55148            ! ext/Thread/Thread.xs
55149 ____________________________________________________________________________
55150 [  6875] By: jhi                                   on 2000/08/29  12:50:14
55151         Log: Update to Getopt::Long 2.24, from Johan Vromans.
55152      Branch: perl
55153            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
55154 ____________________________________________________________________________
55155 [  6874] By: jhi                                   on 2000/08/29  02:09:53
55156         Log: Use minimal @INC in tests, most of the time just '../lib',
55157              so that we simply can't pick up stuff from other Perls than
55158              the one we are testing.  Pointed out by
55159              
55160              From: Mike Guy <mjtg@cam.ac.uk>
55161              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
55162              Date: Fri, 25 Aug 2000 15:15:59 +0100
55163              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
55164      Branch: perl
55165            ! (edit 185 files)
55166 ____________________________________________________________________________
55167 [  6873] By: jhi                                   on 2000/08/29  01:07:11
55168         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
55169              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
55170              Date: Mon, 28 Aug 2000 17:45:52 -0700
55171              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
55172      Branch: perl
55173            ! Makefile.SH hints/os2.sh
55174 ____________________________________________________________________________
55175 [  6872] By: jhi                                   on 2000/08/28  23:33:39
55176         Log: Subject: [PATCH bleedperl@6866] spellings
55177              From: marcel@codewerk.com (Marcel Grunauer)
55178              Date: Tue, 29 Aug 2000 01:19:59 +0200
55179              Message-Id: <200008282319.BAA29862@gandalf.local>
55180      Branch: perl
55181            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
55182            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
55183            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
55184 ____________________________________________________________________________
55185 [  6871] By: jhi                                   on 2000/08/28  23:22:09
55186         Log: Take out the SUIDMAIL thing, that will not be
55187              a problem in 5.7.*.
55188      Branch: perl
55189            ! patchlevel.h
55190 ____________________________________________________________________________
55191 [  6870] By: jhi                                   on 2000/08/28  23:19:30
55192         Log: -S is the silent flag, -s is the strip flag.
55193              
55194              Subject: [PATCH] Re: [PATCH] make no-install          
55195              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
55196              Date: Mon, 28 Aug 2000 15:12:55 -0700
55197              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
55198      Branch: perl
55199            ! Makefile.SH
55200 ____________________________________________________________________________
55201 [  6869] By: jhi                                   on 2000/08/28  23:12:05
55202         Log: Subject: [PATCH bleedperl@6856] warnings fixes
55203              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
55204              Date: Mon, 28 Aug 2000 23:55:06 +0100
55205              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
55206      Branch: perl
55207            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
55208            ! warnings.h warnings.pl
55209 ____________________________________________________________________________
55210 [  6868] By: jhi                                   on 2000/08/28  21:38:22
55211         Log: Potential cruft.
55212      Branch: perl
55213            ! Makefile.SH
55214 ____________________________________________________________________________
55215 [  6867] By: jhi                                   on 2000/08/28  21:35:36
55216         Log: Update Changes.
55217      Branch: perl
55218            ! Changes patchlevel.h
55219 ____________________________________________________________________________
55220 [  6866] By: jhi                                   on 2000/08/28  21:33:49
55221         Log: Subject: hv.h Doc Patch
55222              From: Fisher Mark <fisherm@tce.com>
55223              Date: Mon, 28 Aug 2000 16:24:59 -0500
55224              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
55225      Branch: perl
55226            ! hv.h
55227 ____________________________________________________________________________
55228 [  6865] By: jhi                                   on 2000/08/28  21:02:15
55229         Log: Add -ld to archname on long tr...double platforms.
55230      Branch: metaconfig
55231            ! U/threads/archname.U
55232      Branch: perl
55233            ! Configure config_h.SH
55234 ____________________________________________________________________________
55235 [  6864] By: jhi                                   on 2000/08/28  20:38:59
55236         Log: An attempt to fix the problem reported in
55237              
55238              Subject: Building perl@6856 using gcc/AIX 4.3.3 
55239              From: Daniel Muino <dmuino@afip.gov.ar> 
55240              Date: Mon, 28 Aug 2000 15:50:01 -0300   
55241              Message-ID: <20000828155001.A14403@con2-dgi>
55242              
55243              I can't test this properly since the gcc installation I have
55244              access to seems to be botched (gcc is calling the AIX cpp,
55245              a losing proposition...)
55246      Branch: perl
55247            ! hints/aix.sh
55248 ____________________________________________________________________________
55249 [  6863] By: jhi                                   on 2000/08/28  18:57:52
55250         Log: Fix for ID 20000828.001, long doubles were not formatted
55251              correctly (showed up in $], which stopped installing perl).
55252      Branch: perl
55253            ! sv.c
55254 ____________________________________________________________________________
55255 [  6862] By: jhi                                   on 2000/08/28  18:07:15
55256         Log: Typo in #6858.
55257      Branch: perl
55258            ! lib/Cwd.pm
55259 ____________________________________________________________________________
55260 [  6861] By: jhi                                   on 2000/08/28  17:57:27
55261         Log: opmini.o may be left around if a build is interrupted.
55262      Branch: perl
55263            ! Makefile.SH
55264 ____________________________________________________________________________
55265 [  6860] By: jhi                                   on 2000/08/28  16:52:50
55266         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
55267              From: Daniel Chetlin <daniel@chetlin.com>
55268              Date: Mon, 28 Aug 2000 01:14:18 -0700
55269              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
55270      Branch: perl
55271            ! lib/overload.pm
55272 ____________________________________________________________________________
55273 [  6859] By: jhi                                   on 2000/08/28  16:08:46
55274         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
55275              From: Nicholas Clark <nick@ccl4.org>
55276              Date: Mon, 28 Aug 2000 16:03:27 +0100
55277              Message-Id: <20000828160327.C49785@plum.flirble.org>
55278      Branch: perl
55279            ! ext/ByteLoader/bytecode.h
55280 ____________________________________________________________________________
55281 [  6858] By: jhi                                   on 2000/08/28  16:02:10
55282         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
55283              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
55284              Date: Mon, 28 Aug 2000 13:08:30 +0200
55285              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
55286      Branch: perl
55287            ! lib/Cwd.pm
55288 ____________________________________________________________________________
55289 [  6857] By: jhi                                   on 2000/08/28  15:42:47
55290         Log: display_format used as a class method without arguments was broken,
55291              reported in
55292              
55293              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
55294              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
55295              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
55296              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
55297      Branch: perl
55298            ! lib/Math/Complex.pm t/lib/complex.t
55299 ____________________________________________________________________________
55300 [  6856] By: jhi                                   on 2000/08/27  22:09:48
55301         Log: Update Changes.
55302      Branch: perl
55303            ! Changes patchlevel.h
55304 ____________________________________________________________________________
55305 [  6855] By: jhi                                   on 2000/08/27  21:59:21
55306         Log: Retract #6853 (false alarm).
55307      Branch: perl
55308            ! lib/ExtUtils/xsubpp
55309 ____________________________________________________________________________
55310 [  6854] By: jhi                                   on 2000/08/27  21:37:44
55311         Log: Update Changes.
55312      Branch: perl
55313            ! Changes patchlevel.h
55314 ____________________________________________________________________________
55315 [  6853] By: jhi                                   on 2000/08/27  21:37:16
55316         Log: Subject: [PATCH perl@6850] workaround for xsubpp
55317              From: Hugo <hv@crypt.compulink.co.uk>
55318              Date: Sun, 27 Aug 2000 22:30:25 +0100
55319              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
55320      Branch: perl
55321            ! lib/ExtUtils/xsubpp
55322 ____________________________________________________________________________
55323 [  6852] By: jhi                                   on 2000/08/27  21:33:58
55324         Log: Big-endian 64-bit patch from Raphael Manfredi.
55325      Branch: perl
55326            ! ext/Storable/Storable.xs
55327 ____________________________________________________________________________
55328 [  6851] By: jhi                                   on 2000/08/27  21:22:21
55329         Log: More ruthless editing from Hugo van der Sanden.
55330      Branch: perl
55331            ! pod/perldelta.pod
55332 ____________________________________________________________________________
55333 [  6850] By: jhi                                   on 2000/08/27  16:11:46
55334         Log: Update Changes.
55335      Branch: perl
55336            ! Changes patchlevel.h
55337 ____________________________________________________________________________
55338 [  6849] By: jhi                                   on 2000/08/27  16:11:05
55339         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
55340      Branch: perl
55341            ! configpm pod/perldelta.pod
55342 ____________________________________________________________________________
55343 [  6848] By: jhi                                   on 2000/08/27  15:35:08
55344         Log: Use the actual thread type, not the pointer-to-struct.
55345      Branch: perl
55346            ! ext/Thread/Thread.xs
55347 ____________________________________________________________________________
55348 [  6847] By: jhi                                   on 2000/08/27  15:30:49
55349         Log: Test nit.
55350      Branch: perl
55351            ! t/pragma/warn/pp_sys
55352 ____________________________________________________________________________
55353 [  6846] By: jhi                                   on 2000/08/27  15:19:02
55354         Log: Passing -R in ldflags makes now it to appear in the default
55355              for lddlflags, just like with -L.
55356              
55357              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
55358              From: Lupe Christoph <lupe@lupe-christoph.de>
55359              Date: Sun, 27 Aug 2000 10:28:21 +0200
55360              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
55361      Branch: metaconfig/U/perl
55362            ! dlsrc.U
55363      Branch: perl
55364            ! Configure
55365 ____________________________________________________________________________
55366 [  6845] By: jhi                                   on 2000/08/27  15:08:54
55367         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
55368              From: Alan Burlison <Alan.Burlison@uk.sun.com>
55369              Date: Sat, 26 Aug 2000 22:23:27 +0100
55370              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
55371      Branch: perl
55372            ! lib/ExtUtils/MM_Unix.pm
55373 ____________________________________________________________________________
55374 [  6844] By: jhi                                   on 2000/08/27  15:02:37
55375         Log: DJGPP update from Laszlo Molnar.
55376              
55377              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
55378              From: ml1050 <ml1050@freemail.hu>
55379              Date: Sat, 26 Aug 2000 23:24:40 +0200
55380              Message-Id: <20000826232440.A439@freemail.hu>
55381      Branch: perl
55382            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
55383            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
55384 ____________________________________________________________________________
55385 [  6843] By: jhi                                   on 2000/08/27  14:53:58
55386         Log: Subject: installman buglet
55387              From: Lupe Christoph <lupe@lupe-christoph.de>
55388              Date: Sun, 27 Aug 2000 14:38:59 +0200
55389              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
55390      Branch: perl
55391            ! installman
55392 ____________________________________________________________________________
55393 [  6842] By: jhi                                   on 2000/08/27  14:52:08
55394         Log: Can't get the test to reliably work thanks to the
55395              inaccurateness of floating point.  "Resolves" bug ids
55396              20000826.003, 20000826.009, 20000826.010,
55397      Branch: perl
55398            ! t/lib/trig.t
55399 ____________________________________________________________________________
55400 [  6841] By: jhi                                   on 2000/08/26  15:53:58
55401         Log: Update Changes.
55402      Branch: perl
55403            ! Changes patchlevel.h
55404 ____________________________________________________________________________
55405 [  6840] By: jhi                                   on 2000/08/26  14:23:03
55406         Log: grep -e isn't portable.
55407              
55408              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
55409              From: chris@broadband.att.com
55410              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
55411              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
55412      Branch: perl
55413            ! hints/solaris_2.sh
55414 ____________________________________________________________________________
55415 [  6839] By: jhi                                   on 2000/08/26  14:12:23
55416         Log: no-install target a la make -n.
55417              
55418              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
55419              From: <abigail@foad.org>
55420              Date: Sat, 26 Aug 2000 03:57:34 -0400
55421              Message-ID: <20000826075735.18912.qmail@foad.org>
55422      Branch: perl
55423            ! Makefile.SH installman installperl
55424 ____________________________________________________________________________
55425 [  6838] By: jhi                                   on 2000/08/26  14:06:33
55426         Log: Retract #6826 as the #6828 should be do the same
55427              in a More Correct Way.
55428      Branch: perl
55429            ! installperl
55430 ____________________________________________________________________________
55431 [  6837] By: jhi                                   on 2000/08/26  05:24:00
55432         Log: More casting.
55433      Branch: perl
55434            ! ext/Storable/Storable.xs
55435 ____________________________________________________________________________
55436 [  6836] By: jhi                                   on 2000/08/26  05:05:46
55437         Log: Nicer in decimal.
55438      Branch: perl
55439            ! ext/Storable/Storable.xs
55440 ____________________________________________________________________________
55441 [  6835] By: jhi                                   on 2000/08/26  05:03:50
55442         Log: There be no UVdf.
55443      Branch: perl
55444            ! ext/Storable/Storable.xs
55445 ____________________________________________________________________________
55446 [  6834] By: jhi                                   on 2000/08/26  05:00:18
55447         Log: Continue IVdfing and UVxfing.
55448      Branch: perl
55449            ! ext/Storable/Storable.xs
55450 ____________________________________________________________________________
55451 [  6833] By: jhi                                   on 2000/08/26  04:53:14
55452         Log: Use IVdf.
55453      Branch: perl
55454            ! ext/Storable/Storable.xs
55455 ____________________________________________________________________________
55456 [  6832] By: jhi                                   on 2000/08/26  04:40:41
55457         Log: Document PTR2XX and INT2PTR.
55458      Branch: perl
55459            ! pod/perlguts.pod
55460 ____________________________________________________________________________
55461 [  6831] By: jhi                                   on 2000/08/26  04:33:18
55462         Log: Use UVxf, PTR2UV, NVff.
55463      Branch: perl
55464            ! ext/Storable/Storable.xs
55465 ____________________________________________________________________________
55466 [  6830] By: jhi                                   on 2000/08/26  04:31:32
55467         Log: Update the test count.
55468      Branch: perl
55469            ! t/lib/trig.t
55470 ____________________________________________________________________________
55471 [  6829] By: jhi                                   on 2000/08/26  03:05:50
55472         Log: Subject: [PATCH] installation not quite silent yet.
55473              From: <abigail@foad.org>
55474              Date: Fri, 25 Aug 2000 20:07:53 -0400
55475              Message-ID: <20000826000753.7822.qmail@foad.org>
55476      Branch: perl
55477            ! installman installperl
55478 ____________________________________________________________________________
55479 [  6828] By: jhi                                   on 2000/08/26  03:05:14
55480         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
55481              From: Spider Boardman <spider@web.zk3.dec.com>
55482              Date: Fri, 25 Aug 2000 19:12:40 -0400
55483              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
55484      Branch: perl
55485            ! gv.c
55486 ____________________________________________________________________________
55487 [  6827] By: jhi                                   on 2000/08/25  23:54:34
55488         Log: Support preserving extremely big/small angles.
55489      Branch: perl
55490            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
55491 ____________________________________________________________________________
55492 [  6826] By: jhi                                   on 2000/08/25  23:01:20
55493         Log: Patch installperl to be long double-aware.
55494              
55495              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
55496              From: Spider Boardman <spider@web.zk3.dec.com>
55497              Date: Fri, 25 Aug 2000 18:15:23 -0400
55498              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
55499      Branch: perl
55500            ! installperl
55501 ____________________________________________________________________________
55502 [  6825] By: jhi                                   on 2000/08/25  22:58:25
55503         Log: Remove duplicately applied patch shards.
55504              
55505              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
55506              From: Spider Boardman <spider@leggy.zk3.dec.com>
55507              Date: Fri, 25 Aug 2000 16:45:03 -0400
55508              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
55509      Branch: perl
55510            ! t/lib/cgi-html.t
55511 ____________________________________________________________________________
55512 [  6824] By: jhi                                   on 2000/08/25  22:57:00
55513         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
55514              From: Daniel Chetlin <daniel@chetlin.com>
55515              Date: Fri, 25 Aug 2000 12:23:16 -0700
55516              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
55517              
55518              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
55519              From: Daniel Chetlin <daniel@chetlin.com>
55520              Date: Fri, 25 Aug 2000 14:47:19 -0700
55521              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
55522      Branch: perl
55523            ! installman
55524 ____________________________________________________________________________
55525 [  6823] By: jhi                                   on 2000/08/25  22:44:17
55526         Log: Timestamp problem?
55527      Branch: perl
55528            ! uconfig.h uconfig.sh
55529 ____________________________________________________________________________
55530 [  6822] By: jhi                                   on 2000/08/25  19:01:06
55531         Log: One forgotten file from #6816.
55532      Branch: perl
55533            ! vos/config.h
55534 ____________________________________________________________________________
55535 [  6821] By: jhi                                   on 2000/08/25  18:56:39
55536         Log: Regen Changes.
55537      Branch: perl
55538            ! Changes patchlevel.h
55539 ____________________________________________________________________________
55540 [  6820] By: jhi                                   on 2000/08/25  18:52:35
55541         Log: Fix Changes ordering.
55542      Branch: perl
55543            ! Changes
55544 ____________________________________________________________________________
55545 [  6819] By: jhi                                   on 2000/08/25  18:50:25
55546         Log: Update Changes.
55547      Branch: perl
55548            ! Changes patchlevel.h
55549 ____________________________________________________________________________
55550 [  6818] By: jhi                                   on 2000/08/25  18:47:45
55551         Log: Tweak the sfio/useperlio logic, hopefully as wished in
55552              
55553              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
55554              From: Nicholas Clark <nick@babyhippo.co.uk>
55555              Date: Fri, 25 Aug 2000 12:01:45 +0100
55556              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
55557      Branch: metaconfig/U/perl
55558            ! d_sfio.U
55559      Branch: perl
55560            ! Configure
55561 ____________________________________________________________________________
55562 [  6817] By: jhi                                   on 2000/08/25  18:32:51
55563         Log: Allow microperl to assume <math.h>, without it the math
55564              functions like floor() are assumed to return int, which makes
55565              for core dumps in machines where integer and floating register
55566              don't mix.
55567      Branch: perl
55568            ! uconfig.h uconfig.sh
55569 ____________________________________________________________________________
55570 [  6816] By: jhi                                   on 2000/08/25  18:27:17
55571         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
55572              the problem reported in
55573              
55574              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
55575              From: danhale@us.ibm.com
55576              Date: Fri, 25 Aug 2000 10:58:06 -0400
55577              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
55578      Branch: metaconfig/U/perl
55579            + d_socks5_init.U
55580      Branch: perl
55581            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
55582            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
55583            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
55584            ! win32/config.gc win32/config.vc
55585 ____________________________________________________________________________
55586 [  6815] By: jhi                                   on 2000/08/25  17:43:31
55587         Log: A solution for the retrieve_fd autosplit warning,
55588              idea suggested by Mike Guy.
55589      Branch: perl
55590            ! ext/Storable/Storable.pm
55591 ____________________________________________________________________________
55592 [  6814] By: jhi                                   on 2000/08/25  17:16:03
55593         Log: Add install-silent target.
55594      Branch: perl
55595            ! Makefile.SH
55596 ____________________________________________________________________________
55597 [  6813] By: jhi                                   on 2000/08/25  17:14:23
55598         Log: Subject: Re: [PATCH] More silencing of installman.
55599              From: <abigail@foad.org>
55600              Date: Thu, 24 Aug 2000 19:27:03 -0400
55601              Message-ID: <20000824232703.7001.qmail@foad.org>
55602              
55603              Subject: Re: [PATCH] More silencing of installman.
55604              From: <abigail@foad.org>
55605              Date: Fri, 25 Aug 2000 03:00:58 -0400
55606              Message-ID: <20000825070058.10697.qmail@foad.org>
55607      Branch: perl
55608            ! installman
55609 ____________________________________________________________________________
55610 [  6812] By: jhi                                   on 2000/08/25  17:11:28
55611         Log: installperl --verbose and --silent.
55612              
55613              Subject: Re: [PATCH] More silencing of installman.
55614              From: <abigail@foad.org>
55615              Message-ID: <20000825064430.9719.qmail@foad.org>
55616              Date: Fri, 25 Aug 2000 02:44:30 -0400
55617      Branch: perl
55618            ! installperl
55619 ____________________________________________________________________________
55620 [  6811] By: jhi                                   on 2000/08/25  17:05:43
55621         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
55622              From: "Peter J. Farley III" <pjfarley@banet.net>
55623              Date: Thu, 24 Aug 2000 21:58:03 -0400
55624              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
55625              
55626              (applied slightly modified)
55627      Branch: perl
55628            ! lib/ExtUtils/MM_Unix.pm
55629 ____________________________________________________________________________
55630 [  6810] By: jhi                                   on 2000/08/25  17:01:18
55631         Log: Missing parts of 
55632              
55633              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
55634              From: Peter Prymmer <pvhp@forte.com>
55635              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
55636              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
55637      Branch: perl
55638            ! t/lib/cgi-html.t
55639 ____________________________________________________________________________
55640 [  6809] By: jhi                                   on 2000/08/25  16:46:32
55641         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
55642              From: "Craig A. Berry" <craig.berry@psinetcs.com>
55643              Date: Thu, 24 Aug 2000 19:13:11 -0500
55644              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
55645      Branch: perl
55646            ! vms/vms.c
55647 ____________________________________________________________________________
55648 [  6808] By: jhi                                   on 2000/08/25  16:39:22
55649         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
55650              From: Peter Prymmer <pvhp@forte.com>
55651              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
55652              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
55653      Branch: perl
55654            ! configure.com
55655 ____________________________________________________________________________
55656 [  6807] By: jhi                                   on 2000/08/25  16:36:37
55657         Log: Better wording for the vec lvalue diagnostic.
55658              
55659              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
55660              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
55661              Date: Wed, 23 Aug 2000 14:12:16 -0400
55662              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
55663      Branch: perl
55664            ! pod/perldiag.pod
55665 ____________________________________________________________________________
55666 [  6806] By: jhi                                   on 2000/08/24  18:17:22
55667         Log: Subject: [PATCH] More silencing of installman.
55668              From: <abigail@foad.org>
55669              Date: Thu, 24 Aug 2000 14:01:44 -0400
55670              Message-ID: <20000824180144.20062.qmail@foad.org>
55671      Branch: perl
55672            ! installman
55673 ____________________________________________________________________________
55674 [  6805] By: jhi                                   on 2000/08/24  15:00:31
55675         Log: Update Changes.
55676      Branch: perl
55677            ! Changes patchlevel.h
55678 ____________________________________________________________________________
55679 [  6804] By: jhi                                   on 2000/08/24  14:59:07
55680         Log: Regen perltoc.
55681      Branch: perl
55682            ! pod/perltoc.pod
55683 ____________________________________________________________________________
55684 [  6803] By: jhi                                   on 2000/08/24  14:44:39
55685         Log: Show the doc file, not the temp file.
55686      Branch: perl
55687            ! installman
55688 ____________________________________________________________________________
55689 [  6802] By: jhi                                   on 2000/08/24  14:41:53
55690         Log: Continue silencing.
55691      Branch: perl
55692            ! installman
55693 ____________________________________________________________________________
55694 [  6801] By: jhi                                   on 2000/08/24  14:34:40
55695         Log: Actually do something with the silencer option.
55696      Branch: perl
55697            ! installman
55698 ____________________________________________________________________________
55699 [  6800] By: jhi                                   on 2000/08/24  14:26:22
55700         Log: Make installman to recognize the silence flag -S.
55701      Branch: perl
55702            ! installman
55703 ____________________________________________________________________________
55704 [  6799] By: jhi                                   on 2000/08/24  13:49:38
55705         Log: DOS patches and portability/porting notes, from Tim Jenness.
55706      Branch: perl
55707            ! lib/File/Temp.pm
55708 ____________________________________________________________________________
55709 [  6798] By: jhi                                   on 2000/08/24  13:48:27
55710         Log: Create directories in silence.
55711              
55712              Subject: [PATCH] Another silencer for MakeMaker
55713              From: andreas.koenig@anima.de (Andreas J. Koenig)
55714              Date: 24 Aug 2000 14:18:52 +0200
55715              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
55716      Branch: perl
55717            ! lib/ExtUtils/Command.pm
55718 ____________________________________________________________________________
55719 [  6797] By: jhi                                   on 2000/08/24  13:46:42
55720         Log: More liberal parsing of version numbers.
55721              
55722              Subject: Re: CPAN.pm beta for testing available
55723              From: andreas.koenig@anima.de (Andreas J. Koenig)
55724              Date: 24 Aug 2000 13:51:57 +0200
55725              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
55726      Branch: perl
55727            ! lib/CPAN.pm
55728 ____________________________________________________________________________
55729 [  6796] By: jhi                                   on 2000/08/24  13:44:36
55730         Log: Make "make install" by default silent.  A new "install-verbose"
55731              target is verbose.
55732      Branch: perl
55733            ! Makefile.SH
55734 ____________________________________________________________________________
55735 [  6795] By: jhi                                   on 2000/08/24  13:39:14
55736         Log: Add silencer flags to installperl.
55737              
55738              Subject: [PATCH] Making installperl silent.
55739              From: <abigail@foad.org>
55740              Date: Thu, 24 Aug 2000 05:01:45 -0400
55741              Message-ID: <20000824090145.13141.qmail@foad.org>
55742      Branch: perl
55743            ! installperl
55744 ____________________________________________________________________________
55745 [  6794] By: jhi                                   on 2000/08/24  13:35:50
55746         Log: installperl couldn't tell whether it had run tests or not.
55747              
55748              Subject: [PATCH] Re: installperl and t/TEST
55749              From: <abigail@foad.org>
55750              Date: Thu, 24 Aug 2000 04:00:53 -0400
55751              Message-ID: <20000824080053.2494.qmail@foad.org>
55752      Branch: perl
55753            ! Makefile.SH installperl
55754 ____________________________________________________________________________
55755 [  6793] By: jhi                                   on 2000/08/24  13:27:50
55756         Log: Drop the separate perlbc, perlcc -b should be enough.
55757      Branch: perl
55758            - utils/perlbc.PL
55759            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
55760 ____________________________________________________________________________
55761 [  6792] By: jhi                                   on 2000/08/24  04:41:30
55762         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
55763              plus the typo fix from Peter Prymmer.
55764      Branch: perl
55765            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
55766            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
55767 ____________________________________________________________________________
55768 [  6791] By: jhi                                   on 2000/08/24  02:10:43
55769         Log: Replace #6705 with a minimal doc patch.
55770              
55771              Subject: [PATCH 5.6.0] replace change #6705
55772              From: Jan Dubois <jand@ActiveState.com>
55773              Date: Wed, 23 Aug 2000 18:31:51 -0700
55774              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
55775      Branch: perl
55776            ! lib/Win32.pod win32/win32.c
55777 ____________________________________________________________________________
55778 [  6790] By: jhi                                   on 2000/08/23  17:52:00
55779         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
55780              From: Mike Guy <mjtg@cam.ac.uk>
55781              Date: Wed, 23 Aug 2000 18:38:46 +0100
55782              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
55783      Branch: perl
55784            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
55785 ____________________________________________________________________________
55786 [  6789] By: jhi                                   on 2000/08/23  15:34:21
55787         Log: Update Changes.
55788      Branch: perl
55789            ! Changes patchlevel.h
55790 ____________________________________________________________________________
55791 [  6788] By: jhi                                   on 2000/08/23  15:33:40
55792         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
55793              From: Wilfredo Sánchez <wsanchez@apple.com>
55794              Date: Tue, 22 Aug 2000 19:31:27 -0700
55795              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
55796      Branch: perl
55797            ! perl.h
55798 ____________________________________________________________________________
55799 [  6787] By: jhi                                   on 2000/08/23  15:29:31
55800         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
55801              From: Spider Boardman <spider@leggy.zk3.dec.com>
55802              Date: Wed, 23 Aug 2000 10:33:23 -0400
55803              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
55804      Branch: perl
55805            ! lib/Pod/Html.pm
55806 ____________________________________________________________________________
55807 [  6786] By: jhi                                   on 2000/08/23  15:28:11
55808         Log: Bad makefile.
55809      Branch: perl
55810            ! ext/B/Makefile.PL
55811 ____________________________________________________________________________
55812 [  6785] By: jhi                                   on 2000/08/23  14:37:04
55813         Log: Update Changes.
55814      Branch: perl
55815            ! Changes patchlevel.h
55816 ____________________________________________________________________________
55817 [  6784] By: jhi                                   on 2000/08/23  13:58:41
55818         Log: Portability fix from Hugo van der Sanden.
55819      Branch: perl
55820            ! ext/re/Makefile.PL
55821 ____________________________________________________________________________
55822 [  6783] By: jhi                                   on 2000/08/23  13:53:53
55823         Log: Storable support, v-version fixes.
55824              
55825              Subject: CPAN.pm beta for testing available
55826              From: andreas.koenig@anima.de (Andreas J. Koenig)
55827              Date: 22 Aug 2000 23:31:33 +0200
55828              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
55829      Branch: perl
55830            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
55831 ____________________________________________________________________________
55832 [  6782] By: jhi                                   on 2000/08/23  13:51:26
55833         Log: Mac and other portability updates from Chris Nandor.
55834      Branch: perl
55835            ! pod/perlmodinstall.pod
55836 ____________________________________________________________________________
55837 [  6781] By: jhi                                   on 2000/08/23  13:47:33
55838         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
55839              From: Peter Prymmer <pvhp@forte.com>
55840              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
55841              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
55842      Branch: perl
55843            ! ext/Storable/Storable.xs
55844 ____________________________________________________________________________
55845 [  6780] By: jhi                                   on 2000/08/23  13:33:34
55846         Log: VMS MMS (make) wants null action.
55847      Branch: perl
55848            ! ext/B/Makefile.PL
55849 ____________________________________________________________________________
55850 [  6779] By: jhi                                   on 2000/08/22  19:44:47
55851         Log: Forgot portability nit.
55852      Branch: perl
55853            ! t/lib/st-forgive.t
55854 ____________________________________________________________________________
55855 [  6778] By: jhi                                   on 2000/08/22  19:35:25
55856         Log: Be portable.
55857      Branch: perl
55858            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
55859            ! t/lib/st-store.t
55860 ____________________________________________________________________________
55861 [  6777] By: jhi                                   on 2000/08/22  18:50:53
55862         Log: Update Changes.
55863      Branch: perl
55864            ! Changes patchlevel.h
55865 ____________________________________________________________________________
55866 [  6776] By: jhi                                   on 2000/08/22  18:44:46
55867         Log: cSVOPo_*v things index into the current PL_curpad
55868              under ithreads, which is different from the curpad
55869              used by the XSUB.  (In other words, the code as-is
55870              before this patch wouldn't work under ithreads.)
55871              From Sarathy.
55872      Branch: perl
55873            ! ext/B/B.xs
55874 ____________________________________________________________________________
55875 [  6775] By: jhi                                   on 2000/08/22  18:18:37
55876         Log: Make the selection of NVff et al stricter.
55877      Branch: metaconfig/U/perl
55878            ! perlxvf.U
55879      Branch: perl
55880            ! Configure config_h.SH
55881 ____________________________________________________________________________
55882 [  6774] By: jhi                                   on 2000/08/22  17:19:42
55883         Log: perldelta nits.
55884      Branch: perl
55885            ! pod/perldelta.pod
55886 ____________________________________________________________________________
55887 [  6773] By: jhi                                   on 2000/08/22  17:06:26
55888         Log: Long double fixes from Spider Boardman.
55889              
55890              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
55891              From: system PRIVILEGED account <root@peano.zk3.dec.com>
55892              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
55893              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
55894      Branch: perl
55895            ! t/lib/bigfltpm.t t/lib/st-06compat.t
55896 ____________________________________________________________________________
55897 [  6772] By: jhi                                   on 2000/08/22  15:04:53
55898         Log: Update Changes.
55899      Branch: perl
55900            ! Changes patchlevel.h
55901 ____________________________________________________________________________
55902 [  6771] By: jhi                                   on 2000/08/22  15:01:44
55903         Log: perldelta fixes from Hugo van der Sanden.
55904      Branch: perl
55905            ! pod/perldelta.pod
55906 ____________________________________________________________________________
55907 [  6770] By: jhi                                   on 2000/08/22  14:34:49
55908         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
55909              From: Hugo <hv@crypt.compulink.co.uk>
55910              Date: Tue, 22 Aug 2000 11:21:53 +0100
55911              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
55912      Branch: perl
55913            ! regcomp.c
55914 ____________________________________________________________________________
55915 [  6769] By: jhi                                   on 2000/08/22  14:30:02
55916         Log: Add Yitzchak, reformat.
55917      Branch: perl
55918            ! Changes config_h.SH
55919 ____________________________________________________________________________
55920 [  6768] By: jhi                                   on 2000/08/22  14:21:35
55921         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
55922              and Spider Boardman.
55923      Branch: metaconfig
55924            ! U/compline/d_gconvert.U
55925      Branch: perl
55926            ! Configure
55927 ____________________________________________________________________________
55928 [  6767] By: jhi                                   on 2000/08/22  14:11:24
55929         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
55930              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
55931              Date: Mon, 21 Aug 2000 19:08:31 -0700
55932              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
55933      Branch: perl
55934            - ext/Storable/patchlevel.h
55935            ! MANIFEST ext/Storable/MANIFEST
55936 ____________________________________________________________________________
55937 [  6766] By: jhi                                   on 2000/08/22  13:49:29
55938         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
55939              From: Peter Prymmer <pvhp@forte.com>
55940              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
55941              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
55942      Branch: perl
55943            ! configure.com ext/Storable/Makefile.PL
55944 ____________________________________________________________________________
55945 [  6765] By: jhi                                   on 2000/08/22  13:44:59
55946         Log: Subject: [PATCH blead] B:: missing dependency
55947              From: Hugo <hv@crypt.compulink.co.uk>
55948              Date: Tue, 22 Aug 2000 06:44:33 +0100
55949              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
55950      Branch: perl
55951            ! ext/B/Makefile.PL
55952 ____________________________________________________________________________
55953 [  6764] By: jhi                                   on 2000/08/22  13:38:12
55954         Log: More bytecompiler.
55955      Branch: perl
55956            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
55957 ____________________________________________________________________________
55958 [  6763] By: jhi                                   on 2000/08/22  13:36:44
55959         Log: Bytecompiler patches from Benjamin Stuhl.
55960      Branch: perl
55961            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
55962            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
55963            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
55964            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
55965            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
55966            ! perl.c perlapi.h pod/perldelta.pod
55967 ____________________________________________________________________________
55968 [  6762] By: jhi                                   on 2000/08/21  23:43:40
55969         Log: An obsoleted diagnostic.
55970      Branch: perl
55971            ! pod/perldelta.pod
55972 ____________________________________________________________________________
55973 [  6761] By: jhi                                   on 2000/08/21  23:01:45
55974         Log: The #6759 wasn't quite right.
55975      Branch: perl
55976            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
55977            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
55978            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
55979            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
55980            ! t/lib/st-tieditems.t
55981 ____________________________________________________________________________
55982 [  6760] By: jhi                                   on 2000/08/21  22:35:49
55983         Log: Be verydeepclean.
55984      Branch: perl
55985            ! Makefile.SH
55986 ____________________________________________________________________________
55987 [  6759] By: jhi                                   on 2000/08/21  22:25:40
55988         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
55989              From: Peter Prymmer <pvhp@forte.com>
55990              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
55991              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
55992      Branch: perl
55993            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
55994            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
55995            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
55996            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
55997            ! t/lib/st-tieditems.t
55998 ____________________________________________________________________________
55999 [  6758] By: jhi                                   on 2000/08/21  22:22:32
56000         Log: Few more casts, need reported in
56001              
56002              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
56003              From: Mike Stok <mike@stok.co.uk>
56004              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
56005              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
56006              
56007              and
56008              
56009              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
56010              From: abigail@foad.org
56011              Date: 21 Aug 2000 21:31:34 -0000
56012              Message-Id: <20000821213134.30170.qmail@foad.org>
56013      Branch: perl
56014            ! ext/Storable/Storable.xs
56015 ____________________________________________________________________________
56016 [  6757] By: jhi                                   on 2000/08/21  18:37:07
56017         Log: Update Changes.
56018      Branch: perl
56019            ! Changes patchlevel.h
56020 ____________________________________________________________________________
56021 [  6756] By: jhi                                   on 2000/08/21  18:34:02
56022         Log: A pod nit.
56023              
56024              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
56025              From: <abigail@foad.org>
56026              Date: Mon, 21 Aug 2000 14:00:16 -0400
56027              Message-ID: <20000821180016.28627.qmail@foad.org>
56028      Branch: perl
56029            ! pod/perlre.pod
56030 ____________________________________________________________________________
56031 [  6755] By: jhi                                   on 2000/08/21  18:30:56
56032         Log: Use PodParser 1.18 new test.
56033      Branch: perl
56034            ! t/pod/special_seqs.t t/pod/special_seqs.xr
56035 ____________________________________________________________________________
56036 [  6754] By: jhi                                   on 2000/08/21  18:28:35
56037         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
56038              patches cannot be applied since #6712 conflicts.
56039      Branch: perl
56040            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
56041 ____________________________________________________________________________
56042 [  6753] By: jhi                                   on 2000/08/21  18:15:11
56043         Log: Weed out some smaller changes.
56044      Branch: perl
56045            ! pod/perldelta.pod
56046 ____________________________________________________________________________
56047 [  6752] By: jhi                                   on 2000/08/21  18:02:30
56048         Log: Also under djgpp the timestamps are funky.
56049      Branch: perl
56050            ! t/op/stat.t
56051 ____________________________________________________________________________
56052 [  6751] By: jhi                                   on 2000/08/21  17:55:56
56053         Log: Tweak the floating point output routine preferences.
56054      Branch: metaconfig
56055            ! U/compline/d_gconvert.U
56056      Branch: perl
56057            ! Configure
56058 ____________________________________________________________________________
56059 [  6750] By: jhi                                   on 2000/08/21  17:51:29
56060         Log: Unicos/mk requires elaborate paranoia.
56061      Branch: perl
56062            ! lib/Math/Complex.pm
56063 ____________________________________________________________________________
56064 [  6749] By: gsar                                  on 2000/08/21  16:53:31
56065         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
56066      Branch: perl
56067            ! lib/Cwd.pm
56068 ____________________________________________________________________________
56069 [  6748] By: gsar                                  on 2000/08/21  16:22:19
56070         Log: free TLS slot properly on Windows
56071      Branch: perl
56072            ! thread.h win32/perllib.c win32/win32thread.h
56073 ____________________________________________________________________________
56074 [  6747] By: jhi                                   on 2000/08/21  16:20:58
56075         Log: Rename the macro argument because some preprocessors
56076              can't tell the difference and expand arguments also inside
56077              double quoted strings.
56078      Branch: perl
56079            ! regcomp.c
56080 ____________________________________________________________________________
56081 [  6746] By: jhi                                   on 2000/08/21  16:09:41
56082         Log: Support long doubles in Storable.
56083              
56084              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
56085              From: Radu Greab <radu@netsoft.ro>
56086              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
56087              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
56088      Branch: perl
56089            ! ext/Storable/Storable.xs
56090 ____________________________________________________________________________
56091 [  6745] By: jhi                                   on 2000/08/21  15:51:40
56092         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
56093              From: "Fifer, Eric" <EFifer@sanwaint.com>
56094              Date: Mon, 21 Aug 2000 15:34:49 +0100
56095              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
56096      Branch: perl
56097            ! t/pragma/warn/9enabled
56098 ____________________________________________________________________________
56099 [  6744] By: jhi                                   on 2000/08/21  15:39:35
56100         Log: Document the endianness of Alpha more precisely.
56101      Branch: perl
56102            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
56103            ! pod/perlport.pod
56104 ____________________________________________________________________________
56105 [  6743] By: jhi                                   on 2000/08/21  14:47:05
56106         Log: perldelta fixes from the p5p crowd.
56107      Branch: perl
56108            ! pod/perldelta.pod pod/perlop.pod
56109 ____________________________________________________________________________
56110 [  6742] By: jhi                                   on 2000/08/21  13:34:51
56111         Log: Update to Pod::LaTeX 0.53.
56112              
56113              Subject: [PATCH] lib/Pod/LaTeX.pm updates
56114              From: Tim Jenness <timj@jach.hawaii.edu>
56115              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
56116              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
56117      Branch: perl
56118            ! lib/Pod/LaTeX.pm
56119 ____________________________________________________________________________
56120 [  6741] By: jhi                                   on 2000/08/21  13:33:01
56121         Log: Subject: [PATCH] os2.c fix for use64bitint
56122              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
56123              Date: Mon, 21 Aug 2000 01:32:25 -0700
56124              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
56125      Branch: perl
56126            ! os2/os2.c
56127 ____________________________________________________________________________
56128 [  6740] By: jhi                                   on 2000/08/21  13:28:52
56129         Log: Array context keeps slithering in.
56130              
56131              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
56132              From: Daniel Chetlin <daniel@chetlin.com>
56133              Date: Sun, 20 Aug 2000 21:40:25 -0700
56134              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
56135      Branch: perl
56136            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
56137            ! pod/perldebtut.pod
56138 ____________________________________________________________________________
56139 [  6739] By: jhi                                   on 2000/08/21  13:23:55
56140         Log: Big-endian quad fixes for Storable from Radu Greab,
56141              plus few explicit null casts for picky compilers.
56142      Branch: perl
56143            ! ext/Storable/Storable.xs
56144 ____________________________________________________________________________
56145 [  6738] By: gsar                                  on 2000/08/21  05:56:13
56146         Log: small tweaks for change#6705: avoid C++ style comments in C code;
56147              use Perl's malloc API rather than the low level system one
56148      Branch: perl
56149            ! win32/win32.c
56150 ____________________________________________________________________________
56151 [  6737] By: gsar                                  on 2000/08/21  05:35:41
56152         Log: add Storable to list of extensions on Windows
56153      Branch: perl
56154            ! win32/Makefile win32/makefile.mk
56155 ____________________________________________________________________________
56156 [  6736] By: jhi                                   on 2000/08/21  02:57:53
56157         Log: Update Changes.
56158      Branch: perl
56159            ! Changes patchlevel.h
56160 ____________________________________________________________________________
56161 [  6735] By: jhi                                   on 2000/08/21  02:57:20
56162         Log: Draft 0.
56163      Branch: perl
56164            ! pod/perldelta.pod
56165 ____________________________________________________________________________
56166 [  6734] By: jhi                                   on 2000/08/21  02:57:03
56167         Log: Add Storable 0.7.2 from Raphael Manfredi,
56168              plus the patch from
56169              
56170              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
56171              From: Radu Greab <radu@netsoft.ro>
56172              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
56173              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
56174              
56175              plus changes to get Storable to compile with
56176              picky ANSI compilers.
56177      Branch: perl
56178            + ext/Storable/ChangeLog ext/Storable/MANIFEST
56179            + ext/Storable/Makefile.PL ext/Storable/README
56180            + ext/Storable/Storable.pm ext/Storable/Storable.xs
56181            + ext/Storable/patchlevel.h t/lib/st-06compat.t
56182            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
56183            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
56184            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
56185            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
56186            + t/lib/st-tieditems.t
56187            ! MANIFEST
56188 ____________________________________________________________________________
56189 [  6733] By: jhi                                   on 2000/08/21  02:29:09
56190         Log: The correct cleaning order is an art.
56191      Branch: perl
56192            ! Makefile.SH
56193 ____________________________________________________________________________
56194 [  6732] By: jhi                                   on 2000/08/21  01:23:39
56195         Log: The #6724 is here.
56196      Branch: perl
56197            ! t/lib/ftmp-security.t
56198 ____________________________________________________________________________
56199 [  6731] By: jhi                                   on 2000/08/20  23:17:03
56200         Log: s/this one/the 5.6.0 release/
56201      Branch: perl
56202            ! pod/perl56delta.pod
56203 ____________________________________________________________________________
56204 [  6730] By: jhi                                   on 2000/08/20  23:07:34
56205         Log: Mention perlebcdic and perlposix-bc.
56206      Branch: perl
56207            ! pod/perlport.pod
56208 ____________________________________________________________________________
56209 [  6729] By: jhi                                   on 2000/08/20  21:32:59
56210         Log: Document the number of exponent digits.
56211      Branch: perl
56212            ! pod/perlfunc.pod
56213 ____________________________________________________________________________
56214 [  6728] By: jhi                                   on 2000/08/20  21:16:47
56215         Log: Use File::Spec->tmpdir().
56216              
56217              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
56218              From: Tim Jenness <timj@jach.hawaii.edu>
56219              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
56220              MIME-Version: 1.0
56221              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
56222      Branch: perl
56223            ! utils/perlbug.PL
56224 ____________________________________________________________________________
56225 [  6727] By: jhi                                   on 2000/08/20  20:43:32
56226         Log: Update Changes.
56227      Branch: perl
56228            ! Changes patchlevel.h
56229 ____________________________________________________________________________
56230 [  6726] By: jhi                                   on 2000/08/20  20:41:44
56231         Log: The veryclean target needs to clobber.
56232      Branch: perl
56233            ! Makefile.SH
56234 ____________________________________________________________________________
56235 [  6725] By: jhi                                   on 2000/08/20  20:37:38
56236         Log: Document odd vs even subreleases and -Dusedevel.
56237      Branch: perl
56238            ! INSTALL
56239 ____________________________________________________________________________
56240 [  6724] By: jhi                                   on 2000/08/20  19:58:05
56241         Log: Use temporary directory instead of current directory.
56242              
56243              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
56244              From: Tim Jenness <timj@jach.hawaii.edu>
56245              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
56246              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
56247      Branch: perl
56248            ! t/lib/ftmp-security.t
56249 ____________________________________________________________________________
56250 [  6723] By: jhi                                   on 2000/08/20  19:55:55
56251         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
56252              From: andreas.koenig@anima.de (Andreas J. Koenig)
56253              Date: 20 Aug 2000 15:52:03 +0200
56254              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
56255      Branch: perl
56256            ! lib/ExtUtils/MM_Unix.pm
56257 ____________________________________________________________________________
56258 [  6722] By: jhi                                   on 2000/08/20  19:46:01
56259         Log: Update to CGI 2.72, from Lincoln Stein.
56260      Branch: perl
56261            ! lib/CGI.pm
56262 ____________________________________________________________________________
56263 [  6721] By: jhi                                   on 2000/08/20  19:43:54
56264         Log: (Replaced by #8364.)
56265              
56266              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
56267              From: Radu Greab <radu@netsoft.ro>
56268              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
56269              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
56270      Branch: perl
56271            ! ext/GDBM_File/GDBM_File.xs
56272 ____________________________________________________________________________
56273 [  6720] By: jhi                                   on 2000/08/20  19:42:01
56274         Log: pp_open() could pass an uninitialized filename down to do_open9().
56275      Branch: perl
56276            ! pp_sys.c
56277 ____________________________________________________________________________
56278 [  6719] By: jhi                                   on 2000/08/20  14:06:41
56279         Log: UTF8 concat fixes.
56280              
56281              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
56282              From: Hugo <hv@crypt.compulink.co.uk>
56283              Date: Sun, 20 Aug 2000 07:30:46 +0100
56284              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
56285      Branch: perl
56286            ! pp_hot.c t/op/append.t
56287 ____________________________________________________________________________
56288 [  6718] By: jhi                                   on 2000/08/20  02:09:37
56289         Log: Let's try #6717 again.
56290      Branch: perl
56291            ! lib/File/Temp.pm
56292 ____________________________________________________________________________
56293 [  6717] By: jhi                                   on 2000/08/20  01:56:55
56294         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
56295              From: "Craig A. Berry" <craig.berry@metamorgs.com>
56296              Date: Sat, 19 Aug 2000 18:15:39 -0500
56297              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
56298      Branch: perl
56299            ! lib/File/Temp.pm
56300 ____________________________________________________________________________
56301 [  6716] By: jhi                                   on 2000/08/19  15:50:11
56302         Log: Update Changes.
56303      Branch: perl
56304            ! Changes patchlevel.h
56305 ____________________________________________________________________________
56306 [  6715] By: jhi                                   on 2000/08/19  15:39:09
56307         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
56308              From: Jonathan D Johnston <jdjohnston2@juno.com>
56309              Date: Thu, 17 Aug 2000 23:13:01 -0400       
56310              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
56311      Branch: perl
56312            ! pod/perlfunc.pod
56313 ____________________________________________________________________________
56314 [  6714] By: jhi                                   on 2000/08/19  15:34:04
56315         Log: Introduce a 'veryclean' target that is like 'distclean'
56316              but also removes *~ and *.orig.
56317      Branch: perl
56318            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
56319            ! utils/Makefile x2p/Makefile.SH
56320 ____________________________________________________________________________
56321 [  6713] By: jhi                                   on 2000/08/19  14:15:45
56322         Log: Put back the long double avoidance code to POSIX.xs
56323              because VMS seems to need it still.
56324      Branch: perl
56325            ! ext/POSIX/POSIX.xs
56326 ____________________________________________________________________________
56327 [  6712] By: jhi                                   on 2000/08/19  14:10:41
56328         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
56329              From: Peter Prymmer <pvhp@forte.com>
56330              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
56331              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
56332      Branch: perl
56333            ! lib/Pod/Find.pm t/pod/find.t
56334 ____________________________________________________________________________
56335 [  6711] By: jhi                                   on 2000/08/19  14:09:19
56336         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
56337              From: Peter Prymmer <pvhp@forte.com>
56338              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
56339              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
56340              cc: vmsperl@perl.org
56341      Branch: perl
56342            ! t/lib/peek.t
56343 ____________________________________________________________________________
56344 [  6710] By: jhi                                   on 2000/08/19  14:08:01
56345         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
56346              From: Jan Dubois <jand@ActiveState.com>
56347              Date: Fri, 18 Aug 2000 16:31:48 -0700
56348              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
56349      Branch: perl
56350            ! win32/win32.c
56351 ____________________________________________________________________________
56352 [  6709] By: jhi                                   on 2000/08/19  14:06:57
56353         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
56354              
56355              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
56356              From: Spider.Boardman@Orb.Nashua.NH.US
56357              Date: Fri, 18 Aug 2000 18:41:14 -0400
56358              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
56359      Branch: perl
56360            ! regcomp.c
56361 ____________________________________________________________________________
56362 [  6708] By: jhi                                   on 2000/08/18  22:04:49
56363         Log: Update Changes.
56364      Branch: perl
56365            ! Changes patchlevel.h
56366 ____________________________________________________________________________
56367 [  6707] By: jhi                                   on 2000/08/18  21:55:14
56368         Log: Add warnif(), check warnings further up the stack,
56369              all the warnings functions now can take an optional object reference.
56370              
56371              Subject: [PATCH bleedperl@6691] warnings pragma update
56372              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
56373              Date: Fri, 18 Aug 2000 22:42:06 +0100
56374              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
56375      Branch: perl
56376            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
56377            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
56378            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
56379 ____________________________________________________________________________
56380 [  6706] By: jhi                                   on 2000/08/18  21:41:45
56381         Log: Typo in pp_complement().
56382              
56383              Subject: [PATCH perl-current] Deparse
56384              From: Peter Scott <Peter@PSDT.com>
56385              Date: Fri, 18 Aug 2000 12:44:37 -0700
56386              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
56387      Branch: perl
56388            ! ext/B/B/Deparse.pm
56389 ____________________________________________________________________________
56390 [  6705] By: jhi                                   on 2000/08/18  21:25:59
56391         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
56392              From: Jan Dubois <jand@ActiveState.com>
56393              Date: Fri, 18 Aug 2000 14:22:51 -0700
56394              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
56395      Branch: perl
56396            ! lib/Win32.pod win32/win32.c
56397 ____________________________________________________________________________
56398 [  6704] By: jhi                                   on 2000/08/18  21:16:14
56399         Log: Don't eat leading os from index entries.
56400              
56401              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
56402              From: Russ Allbery <rra@stanford.edu>
56403              Date: 10 Aug 2000 20:49:25 -0700
56404              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
56405      Branch: perl
56406            ! lib/Pod/Man.pm
56407 ____________________________________________________________________________
56408 [  6703] By: jhi                                   on 2000/08/18  21:07:06
56409         Log: Add [[:blank:]] as suggested in
56410              
56411              Subject: [ID 20000716.024] [=cc=] / [:blank:]
56412              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
56413              Date: Sun, 16 Jul 2000 17:55:29 -0700
56414              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
56415              
56416              (the [=cc=] has already been taken care of by #6439
56417              so the whole bug report can be closed)
56418              
56419              and make [[:space:]] to be equivalent to isspace(3)
56420              (as opposed to \s, which is isSPACE()).  The difference
56421              is that now [[:space:]] matches the mythical vertical tab,
56422              while \s doesn't.
56423      Branch: perl
56424            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
56425            ! regexec.c t/op/pat.t
56426 ____________________________________________________________________________
56427 [  6702] By: jhi                                   on 2000/08/18  18:47:47
56428         Log: The new tests were missing from #6415.
56429      Branch: perl
56430            ! t/op/bop.t
56431 ____________________________________________________________________________
56432 [  6701] By: jhi                                   on 2000/08/18  18:20:40
56433         Log: Document the NDBM_File and ODBM_File as SDBM_File
56434              was documented in #6417.
56435      Branch: perl
56436            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
56437            ! ext/SDBM_File/SDBM_File.pm
56438 ____________________________________________________________________________
56439 [  6700] By: jhi                                   on 2000/08/18  18:10:39
56440         Log: Subject: [PATCH perl@6698] cygwin port
56441              From: "Fifer, Eric" <EFifer@sanwaint.com>
56442              Date: Fri, 18 Aug 2000 17:30:05 +0100
56443              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
56444      Branch: perl
56445            ! lib/File/Temp.pm
56446 ____________________________________________________________________________
56447 [  6699] By: jhi                                   on 2000/08/18  16:21:49
56448         Log: Document code point which makes if (defined %stash::) to work
56449              (noted by Spider Boardman).
56450      Branch: perl
56451            ! op.c
56452 ____________________________________________________________________________
56453 [  6698] By: jhi                                   on 2000/08/18  13:43:27
56454         Log: Update Changes.
56455      Branch: perl
56456            ! Changes patchlevel.h
56457 ____________________________________________________________________________
56458 [  6697] By: jhi                                   on 2000/08/18  13:35:57
56459         Log: Tiny Getopt::Long patch from Johan Vromans.
56460      Branch: perl
56461            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
56462 ____________________________________________________________________________
56463 [  6696] By: jhi                                   on 2000/08/18  13:26:14
56464         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
56465              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
56466              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
56467              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
56468      Branch: perl
56469            ! pod/perldiag.pod pod/perlsyn.pod
56470 ____________________________________________________________________________
56471 [  6695] By: jhi                                   on 2000/08/18  13:13:26
56472         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
56473              From: Daniel Chetlin <daniel@chetlin.com>
56474              Date: Fri, 18 Aug 2000 03:13:36 -0700
56475              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
56476      Branch: perl
56477            ! pod/perlfunc.pod
56478 ____________________________________________________________________________
56479 [  6694] By: jhi                                   on 2000/08/18  13:08:05
56480         Log: Subject: [PATCH] perltrap.pod spring cleaning
56481              From: Daniel Chetlin <daniel@chetlin.com>
56482              Date: Fri, 18 Aug 2000 03:06:54 -0700
56483              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
56484              
56485              plus Mike Guy's nitfix.
56486      Branch: perl
56487            ! pod/perltrap.pod
56488 ____________________________________________________________________________
56489 [  6693] By: jhi                                   on 2000/08/18  13:00:26
56490         Log: Unbuffer the output.
56491              
56492              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
56493              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
56494              Date: Thu, 17 Aug 2000 18:39:29 -0700
56495              Message-ID: <RPJn5gzkgydf092yn@efn.org>
56496      Branch: perl
56497            ! t/op/fork.t
56498 ____________________________________________________________________________
56499 [  6692] By: jhi                                   on 2000/08/18  05:19:17
56500         Log: Delete the image, too, not just its MANIFEStation.
56501      Branch: perl
56502            - lib/CGI/eg/wilogo.gif
56503 ____________________________________________________________________________
56504 [  6691] By: jhi                                   on 2000/08/18  05:10:26
56505         Log: Propagate new Configure vars.
56506      Branch: perl
56507            ! configure.com epoc/config.sh uconfig.h uconfig.sh
56508            ! vos/config.def vos/config.h vos/config_h.SH_orig
56509            ! win32/config.bc win32/config.gc win32/config.vc
56510            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
56511 ____________________________________________________________________________
56512 [  6690] By: jhi                                   on 2000/08/18  04:30:56
56513         Log: Update Changes.
56514      Branch: perl
56515            ! Changes patchlevel.h
56516 ____________________________________________________________________________
56517 [  6689] By: jhi                                   on 2000/08/18  04:12:30
56518         Log: Fix the lib/complex failure of
56519              
56520              From: abigail@foad.org
56521              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
56522              Date: 15 Aug 2000 04:06:38 -0000
56523              Message-Id: <20000815040638.8524.qmail@foad.org> 
56524              
56525              Linux long double accuracy issue: something that
56526              when printed with %g looks like "2" but int() of it is 1.
56527      Branch: perl
56528            ! lib/Math/Complex.pm
56529 ____________________________________________________________________________
56530 [  6688] By: jhi                                   on 2000/08/18  03:15:35
56531         Log: The byteorder code in #6671 was wrong.
56532      Branch: perl
56533            ! configpm
56534 ____________________________________________________________________________
56535 [  6687] By: jhi                                   on 2000/08/18  02:08:42
56536         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
56537              From: Jan Dubois <jand@ActiveState.com>
56538              Date: Thu, 17 Aug 2000 18:31:55 -0700
56539              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
56540      Branch: perl
56541            ! sv.c
56542 ____________________________________________________________________________
56543 [  6686] By: jhi                                   on 2000/08/18  02:04:15
56544         Log: Use NVs in POSIX math, not doubles.
56545              
56546              From: abigail@foad.org
56547              Subject: [ID 20000817.014] POSIX & modfl
56548              Date: 17 Aug 2000 20:49:18 -0000
56549              Message-Id: <20000817204918.23123.qmail@foad.org>
56550      Branch: perl
56551            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
56552 ____________________________________________________________________________
56553 [  6685] By: jhi                                   on 2000/08/18  02:02:12
56554         Log: Introduce NVef, NVff, and NVgf, use the middle one.
56555              (helps for lib/peek + Linux + long doubles)  Reported in
56556              
56557              From: abigail@foad.org
56558              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
56559              Date: 15 Aug 2000 04:06:38 -0000
56560              Message-Id: <20000815040638.8524.qmail@foad.org> 
56561              
56562              (note: the lib/complex failure has not yet been addressed)
56563      Branch: metaconfig/U/perl
56564            ! perlxvf.U
56565      Branch: perl
56566            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
56567            ! config_h.SH dump.c perl.h pod/perlguts.pod
56568 ____________________________________________________________________________
56569 [  6684] By: jhi                                   on 2000/08/17  23:22:19
56570         Log: Add byteorder to the myconfig output.
56571      Branch: perl
56572            ! myconfig.SH
56573 ____________________________________________________________________________
56574 [  6683] By: jhi                                   on 2000/08/17  23:20:19
56575         Log: The image doth not exist, spotted by Johan Vromans.
56576      Branch: perl
56577            ! MANIFEST
56578 ____________________________________________________________________________
56579 [  6682] By: jhi                                   on 2000/08/17  22:38:16
56580         Log: Document what the backtick returns if the command fails.
56581      Branch: perl
56582            ! pod/perlop.pod
56583 ____________________________________________________________________________
56584 [  6681] By: jhi                                   on 2000/08/17  22:33:12
56585         Log: Do not use prototyping here.
56586              
56587              Subject: [ID 20000817.016] [PATCH] Peek.xs
56588              From: abigail@foad.org
56589              Date: 17 Aug 2000 20:55:56 -0000
56590              Message-Id: <20000817205556.24270.qmail@foad.org>
56591      Branch: perl
56592            ! ext/Devel/Peek/Makefile.PL
56593 ____________________________________________________________________________
56594 [  6680] By: jhi                                   on 2000/08/17  19:46:43
56595         Log: Don't propose using modules built for 5.005 if no binary
56596              compatibility with 5.005 is attempted.
56597              
56598              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
56599              Subject: Minor nit with 5.7.0 (6655)
56600              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
56601              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
56602      Branch: metaconfig
56603            ! U/installdirs/inc_version_list.U
56604      Branch: perl
56605            ! Configure config_h.SH
56606 ____________________________________________________________________________
56607 [  6679] By: jhi                                   on 2000/08/17  19:16:39
56608         Log: Microperl config update.
56609      Branch: perl
56610            ! uconfig.h uconfig.sh
56611 ____________________________________________________________________________
56612 [  6678] By: jhi                                   on 2000/08/17  19:16:13
56613         Log: The #6648 wasn't protective enough for limited platforms
56614              (like microperl).
56615      Branch: perl
56616            ! dump.c sv.c
56617 ____________________________________________________________________________
56618 [  6677] By: jhi                                   on 2000/08/17  14:46:35
56619         Log: Update Changes.
56620      Branch: perl
56621            ! Changes patchlevel.h
56622 ____________________________________________________________________________
56623 [  6676] By: jhi                                   on 2000/08/17  14:44:02
56624         Log: Add perlebcdic from Peter Prymmer, regen toc.
56625      Branch: perl
56626            + pod/perlebcdic.pod
56627            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
56628 ____________________________________________________________________________
56629 [  6675] By: jhi                                   on 2000/08/17  14:41:52
56630         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
56631      Branch: perl
56632            ! pod/perldebtut.pod
56633 ____________________________________________________________________________
56634 [  6674] By: jhi                                   on 2000/08/17  14:29:43
56635         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
56636              
56637              Subject: [ID 20000724.006] -DLEAKTEST problem
56638              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
56639              Date: Tue, 25 Jul 2000 00:36:32 -0500
56640              Message-Id: <20000725003632.A26186@www.llamacom.com>
56641              
56642              Reminder sent
56643              
56644              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
56645              From: Hugo <hv@crypt.compulink.co.uk>
56646              Date: Thu, 17 Aug 2000 15:23:42 +0100
56647              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
56648      Branch: perl
56649            ! util.c
56650 ____________________________________________________________________________
56651 [  6673] By: jhi                                   on 2000/08/17  04:07:10
56652         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
56653              From: John Peacock <JPeacock@UnivPress.com>
56654              Date: Tue, 01 Aug 2000 09:38:12 -0400
56655              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
56656      Branch: perl
56657            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
56658 ____________________________________________________________________________
56659 [  6672] By: jhi                                   on 2000/08/17  03:04:35
56660         Log: Subject: [PATCH] Cwd.pm now uses strict
56661              From: Tim Jenness <timj@jach.hawaii.edu>
56662              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
56663              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
56664      Branch: perl
56665            ! lib/Cwd.pm
56666 ____________________________________________________________________________
56667 [  6671] By: jhi                                   on 2000/08/17  02:16:35
56668         Log: Make $Config{byteorder} more magical so that it is
56669              dynamically computed: nice for 'fat binaries'.
56670              
56671              Subject: [PATCH]: default byteorder
56672              From: Wilfredo Sánchez <wsanchez@apple.com>
56673              Date: Mon, 31 Jul 2000 19:45:31 -0700
56674              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
56675      Branch: perl
56676            ! configpm
56677 ____________________________________________________________________________
56678 [  6670] By: gsar                                  on 2000/08/17  01:22:21
56679         Log: move WNOHANG definition to where other such things are
56680      Branch: perl
56681            ! win32/win32.h
56682 ____________________________________________________________________________
56683 [  6669] By: jhi                                   on 2000/08/17  01:19:17
56684         Log: Update Changes.
56685      Branch: perl
56686            ! Changes patchlevel.h
56687 ____________________________________________________________________________
56688 [  6668] By: jhi                                   on 2000/08/17  01:16:29
56689         Log: Doc nits spotted by Richard Soderberg.
56690      Branch: perl
56691            ! README.posix-bc README.vmesa
56692 ____________________________________________________________________________
56693 [  6667] By: jhi                                   on 2000/08/17  01:12:11
56694         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
56695              From: "Casey R. Tweten" <crt@kiski.net>
56696              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
56697              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
56698      Branch: perl
56699            ! pod/perldebtut.pod
56700 ____________________________________________________________________________
56701 [  6666] By: jhi                                   on 2000/08/17  01:09:31
56702         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
56703              From: "Casey R. Tweten" <crt@kiski.net>
56704              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
56705              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
56706      Branch: perl
56707            ! lib/Shell.pm
56708 ____________________________________________________________________________
56709 [  6665] By: gsar                                  on 2000/08/17  01:03:52
56710         Log: add "ok" targets from change#6632 in makefile.mk
56711      Branch: perl
56712            ! pod/perlport.pod win32/Makefile win32/makefile.mk
56713 ____________________________________________________________________________
56714 [  6664] By: gsar                                  on 2000/08/17  00:56:11
56715         Log: avoid warnings from dense compiler
56716      Branch: perl
56717            ! win32/win32.c
56718 ____________________________________________________________________________
56719 [  6663] By: jhi                                   on 2000/08/17  00:51:49
56720         Log: Tweak the regex compilation errors once more.
56721      Branch: perl
56722            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
56723            ! t/op/regmesg.t t/pragma/warn/regcomp
56724 ____________________________________________________________________________
56725 [  6662] By: gsar                                  on 2000/08/17  00:28:19
56726         Log: trailing new %ENV entries weren't being pushed into the real
56727              environment of subprocesses on Windows
56728      Branch: perl
56729            ! t/op/magic.t win32/perlhost.h
56730 ____________________________________________________________________________
56731 [  6661] By: gsar                                  on 2000/08/17  00:19:20
56732         Log: waitpid() now handles externally spawned pids correctly;
56733              fixes for backtick/wait/waitpid failures on Windows 9x
56734              
56735              these changes make the pid returned by process functions on
56736              Windows 9x always positive by clearing the high bit (which
56737              is always set on Win9x); pseudo-process PIDs are likewise
56738              always negative now on Win9x (just as on NT/2000)
56739      Branch: perl
56740            ! pp_sys.c win32/perlhost.h win32/win32.c
56741 ____________________________________________________________________________
56742 [  6660] By: jhi                                   on 2000/08/17  00:04:32
56743         Log: Retract #6645.
56744      Branch: perl
56745            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
56746            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
56747            ! t/op/sprintf.t
56748 ____________________________________________________________________________
56749 [  6659] By: gsar                                  on 2000/08/16  23:59:28
56750         Log: on windows, the return values from wait() and waitpid() don't
56751              match those of pseudo-pids
56752      Branch: perl
56753            ! pp_sys.c t/op/fork.t util.c win32/win32.c
56754 ____________________________________________________________________________
56755 [  6658] By: gsar                                  on 2000/08/16  23:56:14
56756         Log: pod nit seen in passing
56757      Branch: perl
56758            ! pod/perlfunc.pod
56759 ____________________________________________________________________________
56760 [  6657] By: gsar                                  on 2000/08/16  23:53:42
56761         Log: change#6328 could make close(SOCKET) return false on windows
56762              when it shouldn't
56763      Branch: perl
56764            ! win32/win32sck.c
56765 ____________________________________________________________________________
56766 [  6656] By: gsar                                  on 2000/08/16  23:46:57
56767         Log: check that the number pseudo children doesn't exceed
56768              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
56769              the WaitForMultipleObjects() limit that would cause wait()
56770              to crash)
56771              
56772              wait() and waitpid() could potentially be rewritten to use
56773              more than one thread to do the waiting to eliminate this
56774              limitation
56775      Branch: perl
56776            ! win32/perlhost.h
56777 ____________________________________________________________________________
56778 [  6655] By: jhi                                   on 2000/08/16  14:11:05
56779         Log: Update Changes.
56780      Branch: perl
56781            ! Changes patchlevel.h
56782 ____________________________________________________________________________
56783 [  6654] By: jhi                                   on 2000/08/16  14:10:12
56784         Log: Update to perldebtut 1.9, from Richard Foley.
56785      Branch: perl
56786            ! pod/perldebtut.pod
56787 ____________________________________________________________________________
56788 [  6653] By: jhi                                   on 2000/08/16  14:08:17
56789         Log: Change the regx compilation error markers to use = instead of <
56790              since pod makes using the latter quite messy.  Reported in
56791              ID 20000814.006 by Abigail and in
56792              Subject: Unknown escape E<> ?
56793              From: Lupe Christoph <lupe@lupe-christoph.de>
56794              Date: Fri, 11 Aug 2000 00:30:27 +0200
56795              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
56796      Branch: perl
56797            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
56798            ! t/op/regmesg.t t/pragma/warn/regcomp
56799 ____________________________________________________________________________
56800 [  6652] By: jhi                                   on 2000/08/16  13:25:31
56801         Log: Change the perlbug address to perl.org since it's more forgiving.
56802              
56803              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
56804              From: abigail@foad.org
56805              Date: 15 Aug 2000 04:15:40 -0000
56806              Message-Id: <20000815041540.8633.qmail@foad.org>
56807      Branch: perl
56808            ! utils/perlbug.PL
56809 ____________________________________________________________________________
56810 [  6651] By: jhi                                   on 2000/08/16  13:22:35
56811         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
56812              From: Tim Jenness <timj@jach.hawaii.edu>
56813              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
56814              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
56815      Branch: perl
56816            ! lib/Cwd.pm
56817 ____________________________________________________________________________
56818 [  6650] By: jhi                                   on 2000/08/16  13:18:13
56819         Log: Update to CPAN 1.57.
56820              
56821              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
56822              From: andreas.koenig@anima.de (Andreas J. Koenig)
56823              Date: 16 Aug 2000 15:09:46 +0200
56824              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
56825      Branch: perl
56826            ! lib/CPAN.pm
56827 ____________________________________________________________________________
56828 [  6649] By: jhi                                   on 2000/08/16  13:12:31
56829         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
56830              From: "Larry W. Virden" <lvirden@cas.org>
56831              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
56832              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
56833      Branch: perl
56834            ! README.hpux
56835 ____________________________________________________________________________
56836 [  6648] By: jhi                                   on 2000/08/16  13:03:53
56837         Log: The numeric locale was reset to "C" by s?printf and never restored.
56838              
56839              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
56840              From: Christian Kirsch <ck@held.mind.de>
56841              Date: Wed, 9 Aug 2000 17:05:17 +0200
56842              Message-Id: <20000809170517.A25389@held>
56843              
56844              No test since adding the failing example to locale.t
56845              does not fail -- probably because the locale settings are so
56846              thoroughly tweaked by that time.  Running the example standalone
56847              does fail, though.  UPDATE: test case added at change #7540.
56848      Branch: perl
56849            ! dump.c perl.h pp.c pp_ctl.c sv.c
56850 ____________________________________________________________________________
56851 [  6647] By: jhi                                   on 2000/08/16  00:07:54
56852         Log: Update Changes and test semi-automatic patchlevel updating.
56853      Branch: perl
56854            ! Changes patchlevel.h
56855 ____________________________________________________________________________
56856 [  6646] By: jhi                                   on 2000/08/15  23:35:07
56857         Log: Fix a dependency problem.
56858              
56859              Subject: [PATCH: 6640] VMS Makefile.SH update
56860              From: Peter Prymmer <pvhp@forte.com>
56861              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
56862              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
56863      Branch: perl
56864            ! vms/descrip_mms.template
56865 ____________________________________________________________________________
56866 [  6645] By: jhi                                   on 2000/08/15  23:33:23
56867         Log: (Retracted by #6660)
56868              
56869              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
56870              From: Dominic Dunlop <domo@computer.org>
56871              Date: Tue, 15 Aug 2000 22:20:52 +0200
56872              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
56873      Branch: metaconfig/U/perl
56874            + d_printfed.U
56875      Branch: perl
56876            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
56877            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
56878            ! t/op/sprintf.t
56879 ____________________________________________________________________________
56880 [  6644] By: jhi                                   on 2000/08/15  21:17:20
56881         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
56882              From: abigail@foad.org
56883              Date: 15 Aug 2000 20:12:41 -0000
56884              Message-Id: <20000815201241.25556.qmail@foad.org>
56885      Branch: perl
56886            ! INSTALL
56887 ____________________________________________________________________________
56888 [  6643] By: jhi                                   on 2000/08/15  21:15:28
56889         Log: (an already applied patch)
56890      Branch: perl
56891            ! lib/CGI.pm
56892 ____________________________________________________________________________
56893 [  6642] By: gsar                                  on 2000/08/15  19:54:05
56894         Log: magic callbacks all need to have same type signature
56895      Branch: perl
56896            ! embed.pl mg.c proto.h
56897 ____________________________________________________________________________
56898 [  6641] By: jhi                                   on 2000/08/15  17:56:27
56899         Log: Subject: [PATCH] for t/lib/peek.t (was Re: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13)
56900              From: Mike Guy <mjtg@cam.ac.uk>
56901              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
56902              Date: Tue, 15 Aug 2000 18:26:45 +0100
56903              
56904              Only the peek.t part applied, not the hash quality part.
56905      Branch: perl
56906            ! t/lib/peek.t
56907 ____________________________________________________________________________
56908 [  6640] By: jhi                                   on 2000/08/15  16:37:37
56909         Log: Update Changes.
56910      Branch: perl
56911            ! Changes
56912 ____________________________________________________________________________
56913 [  6639] By: jhi                                   on 2000/08/15  16:34:55
56914         Log: Missed a file from #6638.
56915      Branch: perl
56916            ! lib/File/Temp.pm
56917 ____________________________________________________________________________
56918 [  6638] By: jhi                                   on 2000/08/15  16:33:19
56919         Log: Subject: [PATCH perl@6620] cygwin port
56920              From: "Fifer, Eric" <EFifer@sanwaint.com>
56921              Date: Tue, 15 Aug 2000 17:00:49 +0100
56922              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
56923      Branch: perl
56924            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
56925 ____________________________________________________________________________
56926 [  6637] By: jhi                                   on 2000/08/15  16:29:22
56927         Log: Subject: [PATCH] debugger exit code should reflect user exit code
56928              From: Mike Guy <mjtg@cam.ac.uk>
56929              Date: Tue, 15 Aug 2000 16:55:59 +0100
56930              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
56931      Branch: perl
56932            ! lib/perl5db.pl
56933 ____________________________________________________________________________
56934 [  6636] By: jhi                                   on 2000/08/15  15:30:58
56935         Log: Update Changes.
56936      Branch: perl
56937            ! Changes
56938 ____________________________________________________________________________
56939 [  6635] By: jhi                                   on 2000/08/15  15:27:21
56940         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
56941      Branch: metaconfig
56942            ! U/mkglossary U/mksample
56943      Branch: metaconfig/U/perl
56944            ! Devel.U
56945      Branch: perl
56946            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
56947 ____________________________________________________________________________
56948 [  6634] By: jhi                                   on 2000/08/15  14:11:55
56949         Log: Don't blow limited stacks, a lower number is enough to
56950              tickle the lookbehind limit.
56951              
56952              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
56953              From: Dominic Dunlop <domo@computer.org>
56954              Date: Tue, 15 Aug 2000 13:51:24 +0200
56955              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
56956      Branch: perl
56957            ! t/op/regmesg.t
56958 ____________________________________________________________________________
56959 [  6633] By: jhi                                   on 2000/08/15  14:01:46
56960         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
56961              From: Mike Guy <mjtg@cam.ac.uk>
56962              Date: Tue, 15 Aug 2000 12:10:50 +0100
56963              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
56964      Branch: perl
56965            ! utils/perldoc.PL
56966 ____________________________________________________________________________
56967 [  6632] By: jhi                                   on 2000/08/15  13:58:48
56968         Log: make ok etc also for win32.
56969              
56970              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
56971              From: Prymmer/Kahn <pvhp@best.com>
56972              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
56973              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
56974      Branch: perl
56975            ! win32/Makefile
56976 ____________________________________________________________________________
56977 [  6631] By: jhi                                   on 2000/08/15  13:45:03
56978         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
56979      Branch: perl
56980            ! lib/Test.pm
56981 ____________________________________________________________________________
56982 [  6630] By: jhi                                   on 2000/08/15  03:25:09
56983         Log: Update Changes.
56984      Branch: perl
56985            ! Changes
56986 ____________________________________________________________________________
56987 [  6629] By: jhi                                   on 2000/08/15  03:23:53
56988         Log: magic_regdatum_set() is void, not int.
56989      Branch: perl
56990            ! embed.pl mg.c proto.h
56991 ____________________________________________________________________________
56992 [  6628] By: jhi                                   on 2000/08/15  03:08:02
56993         Log: Make the user to give up his firstborn, err, to knowingly
56994              verify installing an unstable developer release.  Also bump
56995              the release to 5.7.0, but leave a patch tag in the local
56996              patches saying that this is not yet the real thing.
56997      Branch: metaconfig
56998            ! U/modified/Instruct.U
56999      Branch: metaconfig/U/perl
57000            + Devel.U
57001      Branch: perl
57002            ! Configure patchlevel.h
57003 ____________________________________________________________________________
57004 [  6627] By: jhi                                   on 2000/08/14  22:32:52
57005         Log: README.os2 update.
57006              
57007              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
57008              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
57009              Date: Wed, 02 Aug 2000 21:55:09 -0700
57010              Message-ID: <tsPi5gzkgegX092yn@efn.org>
57011      Branch: perl
57012            ! README.os2
57013 ____________________________________________________________________________
57014 [  6626] By: jhi                                   on 2000/08/14  21:00:02
57015         Log: Subject: Re: File::Temp problems on VMS in bleedperl
57016              From: Tim Jenness <timj@jach.hawaii.edu>
57017              cc: vmsperl@perl.org
57018              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
57019              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
57020      Branch: perl
57021            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
57022 ____________________________________________________________________________
57023 [  6625] By: jhi                                   on 2000/08/14  20:52:16
57024         Log: Add SUIDMAIL as was done for the CERT alert.
57025      Branch: perl
57026            ! patchlevel.h
57027 ____________________________________________________________________________
57028 [  6624] By: jhi                                   on 2000/08/14  20:48:50
57029         Log: Subject: sfio2000
57030              From: Daniel Muino <dmuino@afip.gov.ar>
57031              Date: Mon, 14 Aug 2000 16:58:11 -0300
57032              Message-ID: <20000814165811.B16368@con2-dgi>
57033      Branch: perl
57034            ! perlsdio.h perlsfio.h
57035 ____________________________________________________________________________
57036 [  6623] By: jhi                                   on 2000/08/14  20:47:36
57037         Log: Subject: warning: storage class after type is obsolescent
57038              From: Daniel Muino <dmuino@afip.gov.ar>
57039              Date: Mon, 14 Aug 2000 16:42:47 -0300
57040              Message-ID: <20000814164247.A16368@con2-dgi>
57041      Branch: perl
57042            ! regcomp.pl regnodes.h
57043 ____________________________________________________________________________
57044 [  6622] By: jhi                                   on 2000/08/14  20:43:05
57045         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
57046              From: abigail@foad.org
57047              Date: 14 Aug 2000 20:00:10 -0000
57048              Message-Id: <20000814200010.27271.qmail@foad.org>
57049      Branch: perl
57050            ! Changes
57051 ____________________________________________________________________________
57052 [  6621] By: jhi                                   on 2000/08/14  15:23:05
57053         Log: Update Changes.
57054      Branch: perl
57055            ! Changes
57056 ____________________________________________________________________________
57057 [  6620] By: jhi                                   on 2000/08/14  15:22:14
57058         Log: Subject: Re: [PATCH] @+, @- readonly
57059              From: Mike Guy <mjtg@cam.ac.uk>
57060              Date: Mon, 14 Aug 2000 15:26:55 +0100
57061              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
57062      Branch: perl
57063            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
57064            ! sv.c t/op/pat.t
57065 ____________________________________________________________________________
57066 [  6619] By: jhi                                   on 2000/08/14  14:12:08
57067         Log: Update Changes.
57068      Branch: perl
57069            ! Changes
57070 ____________________________________________________________________________
57071 [  6618] By: jhi                                   on 2000/08/14  14:09:34
57072         Log: For now remove the mail code.
57073      Branch: perl
57074            ! perl.c
57075 ____________________________________________________________________________
57076 [  6617] By: jhi                                   on 2000/08/14  14:08:28
57077         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
57078      Branch: perl
57079            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
57080            ! pod/perlfaq8.pod pod/perlsec.pod
57081 ____________________________________________________________________________
57082 [  6616] By: jhi                                   on 2000/08/14  14:00:11
57083         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
57084              From: Mike Guy <mjtg@cam.ac.uk>
57085              Date: Mon, 14 Aug 2000 08:26:02 +0100
57086              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
57087      Branch: perl
57088            ! lib/perl5db.pl
57089 ____________________________________________________________________________
57090 [  6615] By: jhi                                   on 2000/08/14  13:58:45
57091         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
57092              From: Mike Guy <mjtg@cam.ac.uk>
57093              Date: Mon, 14 Aug 2000 08:04:22 +0100
57094              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
57095      Branch: perl
57096            ! gv.c mg.c t/op/pat.t
57097 ____________________________________________________________________________
57098 [  6614] By: jhi                                   on 2000/08/14  13:56:45
57099         Log: Subject: Test fails / warnings with perl-current #6612
57100              From: Mike Guy <mjtg@cam.ac.uk>
57101              Date: Mon, 14 Aug 2000 07:57:23 +0100
57102              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
57103      Branch: perl
57104            ! t/lib/b.t t/lib/peek.t
57105 ____________________________________________________________________________
57106 [  6613] By: jhi                                   on 2000/08/14  13:45:33
57107         Log: VMS configure.com update continues.
57108      Branch: perl
57109            - vms/configure.com
57110            ! MANIFEST configure.com
57111 ____________________________________________________________________________
57112 [  6612] By: jhi                                   on 2000/08/13  22:13:35
57113         Log: Update Changes.
57114      Branch: perl
57115            ! Changes
57116 ____________________________________________________________________________
57117 [  6611] By: jhi                                   on 2000/08/13  16:21:45
57118         Log: Upgrade to CGI 2.71, from Lincoln Stein.
57119      Branch: perl
57120            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
57121 ____________________________________________________________________________
57122 [  6610] By: jhi                                   on 2000/08/13  15:09:16
57123         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
57124              From: Mike Guy <mjtg@cam.ac.uk>
57125              Date: Sun, 13 Aug 2000 13:45:51 +0100
57126              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
57127      Branch: perl
57128            ! t/op/regmesg.t
57129 ____________________________________________________________________________
57130 [  6609] By: jhi                                   on 2000/08/13  14:31:26
57131         Log: Andreas says that 1.56 is fine, so reverting back to it.
57132      Branch: perl
57133            ! lib/CPAN.pm
57134 ____________________________________________________________________________
57135 [  6608] By: jhi                                   on 2000/08/13  05:34:20
57136         Log: Update Changes.
57137      Branch: perl
57138            ! Changes
57139 ____________________________________________________________________________
57140 [  6607] By: jhi                                   on 2000/08/13  05:32:01
57141         Log: Put back the \z changes of #5406 to CPAN.pm.
57142      Branch: perl
57143            ! lib/CPAN.pm
57144 ____________________________________________________________________________
57145 [  6606] By: jhi                                   on 2000/08/13  05:20:16
57146         Log: Fix-n-skip the tests under 5005threads.
57147      Branch: perl
57148            ! t/lib/b.t
57149 ____________________________________________________________________________
57150 [  6605] By: jhi                                   on 2000/08/13  05:07:48
57151         Log: Fix the test for 5005threads.
57152      Branch: perl
57153            ! t/lib/peek.t
57154 ____________________________________________________________________________
57155 [  6604] By: jhi                                   on 2000/08/13  03:35:37
57156         Log: Should have deleted this in #6603.
57157      Branch: perl
57158            - vms/subconfigure.com
57159 ____________________________________________________________________________
57160 [  6603] By: jhi                                   on 2000/08/12  18:29:32
57161         Log: Rewrite of vms/subconfigure.com as configure.com,
57162              from Peter Prymmer and the vmsperl crew.
57163      Branch: perl
57164            + vms/configure.com
57165            ! MANIFEST
57166 ____________________________________________________________________________
57167 [  6602] By: jhi                                   on 2000/08/11  13:00:01
57168         Log: PlainText.pm is dead.
57169      Branch: perl
57170            - lib/Pod/PlainText.pm
57171            ! MANIFEST
57172 ____________________________________________________________________________
57173 [  6601] By: jhi                                   on 2000/08/11  04:06:45
57174         Log: Update Changes.
57175      Branch: perl
57176            ! Changes
57177 ____________________________________________________________________________
57178 [  6600] By: jhi                                   on 2000/08/11  04:06:10
57179         Log: Add a few missing files, update MANIFEST.
57180      Branch: perl
57181            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
57182            + lib/Pod/PlainText.pm t/pod/find.t
57183            ! MANIFEST t/op/regmesg.t
57184 ____________________________________________________________________________
57185 [  6599] By: jhi                                   on 2000/08/11  03:31:10
57186         Log: Add Perl debugging tutorial, regen toc. 
57187              
57188              Subject: perldebtut.pod
57189              From: Richard Foley <Richard.Foley@m.dasa.de>
57190              Date: Wed, 09 Aug 2000 10:17:15 +0200
57191              Message-id: <3991138B.262247B8@m.dasa.de>
57192      Branch: perl
57193            + pod/perldebtut.pod
57194            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
57195 ____________________________________________________________________________
57196 [  6598] By: jhi                                   on 2000/08/11  02:48:56
57197         Log: tiny Changes edit
57198      Branch: perl
57199            ! Changes
57200 ____________________________________________________________________________
57201 [  6597] By: jhi                                   on 2000/08/11  02:39:04
57202         Log: Tests for #6589.
57203              
57204              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
57205              From: simon@brecon.co.uk (Simon Cozens)
57206              Date: 11 Aug 2000 02:24:52 GMT
57207              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
57208      Branch: perl
57209            ! t/lib/b.t
57210 ____________________________________________________________________________
57211 [  6596] By: jhi                                   on 2000/08/11  01:50:07
57212         Log: Update Changes.
57213      Branch: perl
57214            ! Changes
57215 ____________________________________________________________________________
57216 [  6595] By: jhi                                   on 2000/08/11  01:47:16
57217         Log: nitfix
57218      Branch: perl
57219            ! Changes
57220 ____________________________________________________________________________
57221 [  6594] By: jhi                                   on 2000/08/11  01:36:16
57222         Log: Subject: Getting perlio and threads to compile
57223              From: Lupe Christoph <lupe@lupe-christoph.de>
57224              Date: Wed, 9 Aug 2000 11:35:54 +0200
57225              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
57226              
57227              (the Solaris version changes in Configure skipped)
57228      Branch: perl
57229            ! hints/solaris_2.sh thread.h
57230 ____________________________________________________________________________
57231 [  6593] By: jhi                                   on 2000/08/11  01:30:16
57232         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
57233              From: simon@brecon.co.uk (Simon Cozens)
57234              Date: 1 Aug 2000 06:55:19 GMT
57235              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
57236      Branch: perl
57237            ! lib/utf8.pm
57238 ____________________________________________________________________________
57239 [  6592] By: jhi                                   on 2000/08/11  01:26:39
57240         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
57241              From: Peter Scott <Peter@PeterScott.com>
57242              Date: Thu, 10 Aug 2000 08:23:27 -0700
57243              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
57244      Branch: perl
57245            ! lib/perl5db.pl
57246 ____________________________________________________________________________
57247 [  6591] By: jhi                                   on 2000/08/11  01:22:02
57248         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
57249              From: Hugo <hv@crypt.compulink.co.uk>
57250              Date: Thu, 10 Aug 2000 19:23:04 +0100
57251              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
57252      Branch: perl
57253            ! regexec.c t/op/pat.t
57254 ____________________________________________________________________________
57255 [  6590] By: jhi                                   on 2000/08/11  01:19:19
57256         Log: Preprocessing and postprocessing for File::Find.
57257              
57258              Subject: Patch to Find::File.pm to allow alphabetical results
57259              From: Joe Smith <jsmith@inwap.com>
57260              Date: Wed, 9 Aug 2000 02:44:54 -0700
57261              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
57262      Branch: perl
57263            ! lib/File/Find.pm
57264 ____________________________________________________________________________
57265 [  6589] By: jhi                                   on 2000/08/11  01:12:39
57266         Log: B::Deparse didn't do sub attributes.
57267              
57268              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
57269              From: simon@brecon.co.uk (Simon Cozens)
57270              Date: 9 Aug 2000 04:49:20 GMT
57271              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
57272      Branch: perl
57273            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
57274 ____________________________________________________________________________
57275 [  6588] By: jhi                                   on 2000/08/11  01:06:40
57276         Log: Subject: debugger "d" command doesnt check line number
57277              From: Mike Guy <mjtg@cam.ac.uk>
57278              Date: Tue, 08 Aug 2000 21:54:29 +0100
57279              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
57280      Branch: perl
57281            ! lib/perl5db.pl mg.c pod/perldiag.pod
57282 ____________________________________________________________________________
57283 [  6587] By: jhi                                   on 2000/08/11  00:45:03
57284         Log: sleep(1) does not necessarily return 1.
57285              
57286              Subject: [PATCH bleadperl] op/lex_assign.t  
57287              From: Hugo <hv@crypt.compulink.co.uk>
57288              Date: Thu, 03 Aug 2000 14:34:22 +0100        
57289              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
57290      Branch: perl
57291            ! t/op/lex_assign.t
57292 ____________________________________________________________________________
57293 [  6586] By: jhi                                   on 2000/08/11  00:31:50
57294         Log: Document the IO::Select timeout.
57295      Branch: perl
57296            ! ext/IO/lib/IO/Select.pm
57297 ____________________________________________________________________________
57298 [  6585] By: jhi                                   on 2000/08/11  00:13:54
57299         Log: Forgot contributor.
57300      Branch: perl
57301            ! Changes
57302 ____________________________________________________________________________
57303 [  6584] By: jhi                                   on 2000/08/11  00:09:19
57304         Log: detypo
57305      Branch: perl
57306            ! Changes
57307 ____________________________________________________________________________
57308 [  6583] By: jhi                                   on 2000/08/11  00:07:53
57309         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
57310              
57311              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
57312              From: Mike Guy <mjtg@cam.ac.uk> 
57313              Date: Thu, 10 Aug 2000 15:50:54 +0100
57314              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
57315      Branch: perl
57316            ! sv.c t/op/int.t
57317 ____________________________________________________________________________
57318 [  6582] By: jhi                                   on 2000/08/10  23:29:32
57319         Log: Update Changes.
57320      Branch: perl
57321            ! Changes
57322 ____________________________________________________________________________
57323 [  6581] By: jhi                                   on 2000/08/10  23:26:16
57324         Log: Put back the std @INC thing.
57325      Branch: perl
57326            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
57327            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
57328            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
57329            ! t/lib/gol-oo.t
57330 ____________________________________________________________________________
57331 [  6580] By: jhi                                   on 2000/08/10  23:03:34
57332         Log: Update to CGI 2.70, from Lincoln Stein.
57333      Branch: perl
57334            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
57335            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
57336            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
57337            ! t/lib/cgi-request.t
57338 ____________________________________________________________________________
57339 [  6579] By: jhi                                   on 2000/08/10  22:41:50
57340         Log: Update to CPAN 1.56, from Andreas König.
57341      Branch: perl
57342            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
57343 ____________________________________________________________________________
57344 [  6578] By: jhi                                   on 2000/08/10  22:38:13
57345         Log: Update to Pod::Parser 1.17, from Brad Appleton.
57346      Branch: perl
57347            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
57348            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
57349            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
57350            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
57351            ! t/pod/include.t t/pod/included.t t/pod/lref.t
57352            ! t/pod/multiline_items.t t/pod/nested_items.t
57353            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
57354            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
57355            ! t/pod/special_seqs.t
57356 ____________________________________________________________________________
57357 [  6577] By: jhi                                   on 2000/08/10  22:35:41
57358         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
57359      Branch: perl
57360            ! AUTHORS MAINTAIN
57361 ____________________________________________________________________________
57362 [  6576] By: jhi                                   on 2000/08/10  22:24:54
57363         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
57364      Branch: perl
57365            + t/lib/gol-oo.t
57366            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
57367            ! t/lib/gol-compat.t t/lib/gol-linkage.t
57368 ____________________________________________________________________________
57369 [  6575] By: jhi                                   on 2000/08/10  22:02:07
57370         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
57371      Branch: perl
57372            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
57373 ____________________________________________________________________________
57374 [  6574] By: jhi                                   on 2000/08/10  21:55:03
57375         Log: Iterating perl6 description.
57376      Branch: perl
57377            ! pod/perlfaq1.pod
57378 ____________________________________________________________________________
57379 [  6573] By: jhi                                   on 2000/08/10  21:48:26
57380         Log: Revert the sv.c part of #6559, a better fix is needed.
57381      Branch: perl
57382            ! sv.c
57383 ____________________________________________________________________________
57384 [  6572] By: jhi                                   on 2000/08/10  20:33:43
57385         Log: It's the 2ndO'ROSSC.
57386      Branch: perl
57387            ! pod/perlfaq1.pod
57388 ____________________________________________________________________________
57389 [  6571] By: jhi                                   on 2000/08/10  15:55:48
57390         Log: detypo
57391      Branch: perl
57392            ! pod/perlfaq1.pod
57393 ____________________________________________________________________________
57394 [  6570] By: jhi                                   on 2000/08/10  14:11:17
57395         Log: An exceptionally sticky typo.
57396      Branch: perl
57397            ! Changes
57398 ____________________________________________________________________________
57399 [  6569] By: jhi                                   on 2000/08/10  14:09:33
57400         Log: detypo (and test Changes updating script)
57401      Branch: perl
57402            ! Changes
57403 ____________________________________________________________________________
57404 [  6568] By: jhi                                   on 2000/08/10  14:07:07
57405         Log: Update Changes.
57406      Branch: perl
57407            ! Changes
57408 ____________________________________________________________________________
57409 [  6567] By: jhi                                   on 2000/08/10  14:06:19
57410         Log: Amend the description of Perl6.
57411              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
57412              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
57413              Date: Wed, 9 Aug 2000 22:11:06 -0500
57414              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
57415      Branch: perl
57416            ! pod/perlfaq1.pod
57417 ____________________________________________________________________________
57418 [  6566] By: jhi                                   on 2000/08/10  13:58:57
57419         Log: Subject: Remove dead entry in perldiag
57420              From: Mike Guy <mjtg@cam.ac.uk>
57421              Date: Thu, 10 Aug 2000 14:19:19 +0100
57422              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
57423      Branch: perl
57424            ! pod/perldiag.pod
57425 ____________________________________________________________________________
57426 [  6565] By: jhi                                   on 2000/08/10  13:51:48
57427         Log: Zero entries were skipped, fix from Adrian Goalby
57428              <argoalby@yahoo.co.uk>
57429      Branch: perl
57430            ! lib/unicode/Number.pl lib/unicode/mktables.PL
57431 ____________________________________________________________________________
57432 [  6564] By: jhi                                   on 2000/08/10  13:00:12
57433         Log: Subject: [PATCH 5.6.0] cygwin port
57434              From: "Fifer, Eric" <EFifer@sanwaint.com>
57435              Date: Thu, 10 Aug 2000 13:15:36 +0100
57436              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
57437      Branch: perl
57438            ! README.cygwin hints/cygwin.sh
57439 ____________________________________________________________________________
57440 [  6563] By: jhi                                   on 2000/08/10  12:55:16
57441         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
57442      Branch: perl
57443            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
57444 ____________________________________________________________________________
57445 [  6562] By: gsar                                  on 2000/08/10  08:38:39
57446         Log: warn is a macro, avoid using at a variable to avoid warnings
57447              in some configurations; readdir.t is too conservative in
57448              estimating number of *.t's
57449      Branch: perl
57450            ! t/op/readdir.t util.c
57451 ____________________________________________________________________________
57452 [  6561] By: jhi                                   on 2000/08/09  23:35:42
57453         Log: Update Changes.
57454      Branch: perl
57455            ! Changes
57456 ____________________________________________________________________________
57457 [  6560] By: jhi                                   on 2000/08/09  23:05:47
57458         Log: Subject: Re: enhanced(?) regex error messages
57459              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
57460              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
57461              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
57462              
57463              (plus two small patches sent privately)
57464              (this still seems to leave few test failures)
57465      Branch: perl
57466            + t/op/regmesg.t
57467            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
57468            ! t/pragma/warn/regcomp
57469 ____________________________________________________________________________
57470 [  6559] By: jhi                                   on 2000/08/09  20:41:18
57471         Log: (The fix did work but was not right, retracted in #6573)
57472              
57473              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
57474              From: Christian Kirsch <ck@held.mind.de>
57475              Date: Wed, 9 Aug 2000 17:05:17 +0200
57476              Message-Id: <20000809170517.A25389@held>
57477      Branch: perl
57478            ! sv.c t/pragma/locale.t
57479 ____________________________________________________________________________
57480 [  6558] By: jhi                                   on 2000/08/08  22:34:08
57481         Log: Tiny updates on the contributors list.
57482      Branch: perl
57483            ! Changes
57484 ____________________________________________________________________________
57485 [  6557] By: jhi                                   on 2000/08/08  19:34:28
57486         Log: Double check that we have a dirhandle.
57487      Branch: perl
57488            ! util.c
57489 ____________________________________________________________________________
57490 [  6556] By: jhi                                   on 2000/08/08  19:01:51
57491         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
57492              May be repopulated with fresh maintained examples.
57493      Branch: perl
57494            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
57495            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
57496            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
57497            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
57498            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
57499            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
57500            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
57501            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
57502            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
57503            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
57504            + lib/CGI/eg/wilogo_gif.uu
57505            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
57506            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
57507            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
57508            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
57509            - eg/cgi/frameset.cgi eg/cgi/index.html
57510            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
57511            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
57512            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
57513            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
57514            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
57515            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
57516            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
57517            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
57518            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
57519            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
57520            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
57521            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
57522            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
57523            - eg/van/vanish eg/who eg/wrapsuid
57524            ! MANIFEST
57525 ____________________________________________________________________________
57526 [  6555] By: jhi                                   on 2000/08/08  18:51:08
57527         Log: Delete chat2 as requested by Randal.
57528              
57529              Subject: Re: perlfaq8 coyness
57530              From: merlyn@stonehenge.com (Randal L. Schwartz) 
57531              Date: 15 May 2000 18:52:42 -0700 
57532              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
57533      Branch: perl
57534            - lib/chat2.pl
57535            ! MANIFEST
57536 ____________________________________________________________________________
57537 [  6554] By: jhi                                   on 2000/08/08  18:31:35
57538         Log: Regen global.sym.
57539      Branch: perl
57540            ! global.sym
57541 ____________________________________________________________________________
57542 [  6553] By: jhi                                   on 2000/08/08  18:28:13
57543         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
57544              (either perlbug or p5p ate the original), plus regen
57545              perlapi and perltoc. 
57546      Branch: perl
57547            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
57548            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
57549            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
57550            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
57551            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
57552            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
57553            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
57554            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
57555            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
57556            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
57557 ____________________________________________________________________________
57558 [  6552] By: jhi                                   on 2000/08/08  18:06:29
57559         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
57560              From: Mike Guy <mjtg@cam.ac.uk>
57561              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
57562              Date: Tue, 08 Aug 2000 15:51:27 +0100
57563      Branch: perl
57564            ! doop.c sv.h t/op/join.t t/pragma/overload.t
57565 ____________________________________________________________________________
57566 [  6551] By: jhi                                   on 2000/08/08  18:01:11
57567         Log: Re-apply #6549.
57568      Branch: perl
57569            ! lib/perl5db.pl
57570 ____________________________________________________________________________
57571 [  6550] By: jhi                                   on 2000/08/08  17:43:08
57572         Log: Accidental retraction of #6549.
57573      Branch: perl
57574            ! lib/perl5db.pl
57575 ____________________________________________________________________________
57576 [  6549] By: jhi                                   on 2000/08/08  17:40:04
57577         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
57578              From: Mike Guy <mjtg@cam.ac.uk>
57579              Date: Mon, 07 Aug 2000 21:49:58 +0100
57580              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
57581      Branch: perl
57582            ! lib/perl5db.pl
57583 ____________________________________________________________________________
57584 [  6548] By: jhi                                   on 2000/08/08  17:37:57
57585         Log: Document here-doc better.
57586              
57587              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
57588              From: Mike Guy <mjtg@cam.ac.uk>
57589              Date: Mon, 07 Aug 2000 14:02:09 +0100
57590              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
57591      Branch: perl
57592            ! pod/perldata.pod
57593 ____________________________________________________________________________
57594 [  6547] By: jhi                                   on 2000/08/08  17:33:34
57595         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
57596              From: "Randy J. Ray" <rjray@redhat.com>
57597              Date: Mon, 07 Aug 2000 19:12:25 -0700
57598              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
57599      Branch: perl
57600            ! perl.c pod/perlrun.pod
57601 ____________________________________________________________________________
57602 [  6546] By: jhi                                   on 2000/08/08  17:29:26
57603         Log: Subject: Re: enhanced(?) regex error messages 
57604              From: Hugo <hv@crypt.compulink.co.uk>
57605              Date: Tue, 08 Aug 2000 03:25:51 +0100
57606              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
57607              
57608              plus Capitalize the error messages, plus perldiag them.
57609      Branch: perl
57610            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
57611 ____________________________________________________________________________
57612 [  6545] By: jhi                                   on 2000/08/08  13:59:28
57613         Log: Augment #6539 a bit: don't croak if there's magic in the air.
57614              
57615              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
57616              From: Hugo <hv@crypt.compulink.co.uk>
57617              Date: Tue, 08 Aug 2000 03:02:03 +0100
57618              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
57619      Branch: perl
57620            ! pp.c t/op/bless.t
57621 ____________________________________________________________________________
57622 [  6544] By: jhi                                   on 2000/08/07  21:11:52
57623         Log: Make the test -w clean.
57624      Branch: perl
57625            ! t/op/bless.t
57626 ____________________________________________________________________________
57627 [  6543] By: jhi                                   on 2000/08/07  19:49:53
57628         Log: use warnings instead of $^W.
57629      Branch: perl
57630            ! t/op/bless.t
57631 ____________________________________________________________________________
57632 [  6542] By: jhi                                   on 2000/08/07  17:41:41
57633         Log: Disable a portability warning Because We Know What We Are Doing.
57634      Branch: perl
57635            ! t/op/bless.t
57636 ____________________________________________________________________________
57637 [  6541] By: jhi                                   on 2000/08/07  17:29:51
57638         Log: Tiny tidying on report_evil_fh().
57639      Branch: perl
57640            ! util.c
57641 ____________________________________________________________________________
57642 [  6540] By: jhi                                   on 2000/08/07  16:37:38
57643         Log: Make regular expression parse error messages easier to understand.
57644              
57645              Subject: Re: enhanced(?) regex error messages
57646              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
57647              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
57648              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
57649      Branch: perl
57650            ! regcomp.c
57651 ____________________________________________________________________________
57652 [  6539] By: jhi                                   on 2000/08/07  16:12:27
57653         Log: Make bless(REF, REF) a fatal error, add bless tests.
57654              
57655              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
57656              From: Hugo <hv@crypt.compulink.co.uk>
57657              Date: Mon, 07 Aug 2000 16:59:38 +0100
57658              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
57659      Branch: perl
57660            + t/op/bless.t
57661            ! MANIFEST pod/perldiag.pod pp.c sv.c
57662 ____________________________________________________________________________
57663 [  6538] By: jhi                                   on 2000/08/07  15:59:43
57664         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
57665              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
57666              Date: Thu, 3 Aug 2000 14:29:21 -0700
57667              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
57668      Branch: perl
57669            ! lib/lib_pm.PL
57670 ____________________________________________________________________________
57671 [  6537] By: jhi                                   on 2000/08/07  15:47:18
57672         Log: Retract #6419 for now since it breaks in AFS and MachTen.
57673      Branch: perl
57674            ! lib/Cwd.pm
57675 ____________________________________________________________________________
57676 [  6536] By: jhi                                   on 2000/08/07  15:05:29
57677         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
57678              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
57679              The security hole exists only in suidperls, which isn't
57680              installed or even built by default.
57681      Branch: perl
57682            ! perl.c
57683 ____________________________________________________________________________
57684 [  6535] By: jhi                                   on 2000/08/07  14:45:14
57685         Log: tr memory corruption fix from Simon Cozens.
57686      Branch: perl
57687            ! doop.c
57688 ____________________________________________________________________________
57689 [  6534] By: jhi                                   on 2000/08/06  11:38:16
57690         Log: Document a bit that UDP is not what you might think.
57691              
57692              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
57693              From: Lupe Christoph <lupe@lupe-christoph.de>
57694              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
57695              Date: Mon, 24 Jul 2000 08:59:15 +0200
57696      Branch: perl
57697            ! pod/perlipc.pod
57698 ____________________________________________________________________________
57699 [  6533] By: jhi                                   on 2000/08/06  11:35:01
57700         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
57701              From: Jeff Pinyan <jeffp@hut.crusoe.net>
57702              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
57703              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
57704      Branch: perl
57705            ! pod/perlfunc.pod
57706 ____________________________________________________________________________
57707 [  6532] By: jhi                                   on 2000/08/06  03:45:41
57708         Log: Have symbols for the IoTYPEs.
57709      Branch: perl
57710            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
57711 ____________________________________________________________________________
57712 [  6531] By: jhi                                   on 2000/08/06  01:33:55
57713         Log: Continue fixing the io warnings.  This also
57714              sort of fixes bug ID 20000802.003: the core dump
57715              is no more.  Whether the current behaviour is correct
57716              (giving a warning: "Not a format reference"), is another matter.
57717      Branch: perl
57718            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
57719            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
57720 ____________________________________________________________________________
57721 [  6530] By: jhi                                   on 2000/08/05  21:33:12
57722         Log: Change the Policy policy: now -Dprefix= with an existing
57723              Policy.sh and prefix == siteprefix == vendorprefix, then all
57724              of them follow along the new prefix.
57725              
57726              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
57727              From: Andy Dougherty <doughera@lafayette.edu>
57728              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
57729              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
57730      Branch: perl
57731            ! Policy_sh.SH
57732 ____________________________________________________________________________
57733 [  6529] By: jhi                                   on 2000/08/05  18:57:28
57734         Log: Zap lib/Sys directory when cleaning up.
57735      Branch: perl
57736            ! Makefile.SH
57737 ____________________________________________________________________________
57738 [  6528] By: jhi                                   on 2000/08/05  18:40:44
57739         Log: Essential prototype changes were missing from #6527.
57740              Also make report_evil_fh() more bomb-proof.
57741      Branch: perl
57742            ! embed.h util.c
57743 ____________________________________________________________________________
57744 [  6527] By: jhi                                   on 2000/08/05  03:22:05
57745         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
57746              From: "Ronald F. Guilmette" <rfg@monkeys.com>
57747              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
57748              Message-Id: <200007242247.PAA52177@monkeys.com>
57749      Branch: perl
57750            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
57751 ____________________________________________________________________________
57752 [  6526] By: jhi                                   on 2000/08/04  21:23:27
57753         Log: gcc versions might have (parentheses) in them.
57754      Branch: metaconfig/U/perl
57755            ! gccvers.U
57756      Branch: perl
57757            ! Configure config_h.SH
57758 ____________________________________________________________________________
57759 [  6525] By: jhi                                   on 2000/08/04  20:23:12
57760         Log: Weed buglets pointed out by
57761              
57762              From: Lupe Christoph <lupe@lupe-christoph.de>
57763              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
57764              Date: Fri, 4 Aug 2000 17:34:39 +0200
57765              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
57766      Branch: metaconfig/U/perl
57767            ! gccvers.U uselfs.U
57768      Branch: perl
57769            ! Configure config_h.SH
57770 ____________________________________________________________________________
57771 [  6524] By: jhi                                   on 2000/08/04  19:02:08
57772         Log: Warn under -w if lstat(FH) is attempted.
57773              
57774              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
57775              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
57776              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
57777              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
57778      Branch: perl
57779            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
57780            ! t/pragma/warn/pp_sys
57781 ____________________________________________________________________________
57782 [  6523] By: jhi                                   on 2000/08/04  12:31:11
57783         Log: Subject: New perlcc, take 2
57784              From: simon@brecon.co.uk (Simon Cozens)
57785              Date: 4 Aug 2000 06:21:04 GMT
57786              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
57787      Branch: perl
57788            ! utils/perlcc.PL
57789 ____________________________________________________________________________
57790 [  6522] By: jhi                                   on 2000/08/04  12:26:33
57791         Log: Subject: Re: Array vs. List context
57792              From: Daniel Chetlin <daniel@chetlin.com>
57793              Date: Fri, 4 Aug 2000 00:22:44 -0700
57794              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
57795      Branch: perl
57796            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
57797            ! pod/perlfaq4.pod
57798 ____________________________________________________________________________
57799 [  6521] By: jhi                                   on 2000/08/04  12:22:38
57800         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
57801              From: Raymund Will <ray@caldera.de>
57802              Date: Fri, 4 Aug 2000 12:07:09 +0200
57803              Message-Id: <20000804120709.A14982@caldera.de>
57804      Branch: perl
57805            ! configure.gnu
57806 ____________________________________________________________________________
57807 [  6520] By: jhi                                   on 2000/08/04  04:09:06
57808         Log: After the #6519 a warning about stat() is just that,
57809              not about a filetest, which now have their own warning.
57810      Branch: perl
57811            ! pod/perldiag.pod
57812 ____________________________________________________________________________
57813 [  6519] By: jhi                                   on 2000/08/04  04:06:30
57814         Log: In the warnings call filehandles consistently so;
57815              add "unopened" warning for stat().
57816      Branch: perl
57817            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
57818            ! t/pragma/warn/pp_sys
57819 ____________________________________________________________________________
57820 [  6518] By: jhi                                   on 2000/08/04  02:55:35
57821         Log: Subject: Minor tweak to perlvar.pod
57822              From: "Stephen P. Potter" <spp@ds.net>
57823              Date: Tue, 18 Apr 2000 09:26:03 -0400
57824              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
57825      Branch: perl
57826            ! pod/perlvar.pod
57827 ____________________________________________________________________________
57828 [  6517] By: jhi                                   on 2000/08/04  02:50:08
57829         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
57830              From: "Clinton Pierce" <cpierce1@ford.com>
57831              Date: Wed, 21 Jul 1999 16:45:31 -0400
57832              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
57833              
57834              Fix by Stephen Potter (visible in the bug db but not in p5p?)
57835      Branch: perl
57836            ! pod/perlfunc.pod pod/perlop.pod
57837 ____________________________________________________________________________
57838 [  6516] By: jhi                                   on 2000/08/04  02:09:25
57839         Log: This is 6512.  Really.
57840      Branch: perl
57841            ! dump.c
57842 ____________________________________________________________________________
57843 [  6515] By: jhi                                   on 2000/08/04  01:25:50
57844         Log: mention the idea of @( and @)
57845      Branch: perl
57846            ! Todo-5.6
57847 ____________________________________________________________________________
57848 [  6514] By: bailey                                on 2000/08/04  01:18:46
57849         Log: YA resync with mainstem, including VMS patches from others
57850      Branch: vmsperl
57851           +> (branch 48 files)
57852            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
57853           !> (integrate 354 files)
57854 ____________________________________________________________________________
57855 [  6513] By: jhi                                   on 2000/08/04  01:18:18
57856         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
57857              From: Mark Dickinson <dickins3@fas.harvard.edu>
57858              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
57859              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
57860      Branch: perl
57861            ! t/op/grent.t t/op/pwent.t
57862 ____________________________________________________________________________
57863 [  6512] By: jhi                                   on 2000/08/04  01:14:06
57864         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
57865              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
57866              Date: Wed, 02 Aug 2000 10:51:01 +0100
57867              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
57868      Branch: perl
57869            ! sv.c
57870 ____________________________________________________________________________
57871 [  6511] By: jhi                                   on 2000/08/04  00:57:00
57872         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
57873              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
57874              Date: Thu, 03 Aug 2000 17:20:04 -0700
57875              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
57876      Branch: metaconfig
57877            ! U/modified/Cppsym.U
57878      Branch: perl
57879            ! Configure config_h.SH
57880 ____________________________________________________________________________
57881 [  6510] By: jhi                                   on 2000/08/04  00:25:28
57882         Log: detypo
57883      Branch: perl
57884            ! Makefile.SH
57885 ____________________________________________________________________________
57886 [  6509] By: jhi                                   on 2000/08/03  23:43:18
57887         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
57888              From: Dominic Dunlop <domo@computer.org>
57889              Date: Thu, 3 Aug 2000 22:16:46 +0200
57890              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
57891      Branch: perl
57892            ! t/op/sprintf.t
57893 ____________________________________________________________________________
57894 [  6508] By: jhi                                   on 2000/08/03  23:40:37
57895         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
57896              From: Hugo <hv@crypt.compulink.co.uk>
57897              Date: Thu, 03 Aug 2000 18:25:30 +0100
57898              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
57899      Branch: perl
57900            ! regcomp.c t/op/re_tests
57901 ____________________________________________________________________________
57902 [  6507] By: jhi                                   on 2000/08/03  23:38:28
57903         Log: Subject: [PATCH] sv.h documentation - SvLEN
57904              From: Mike Guy <mjtg@cam.ac.uk>
57905              Date: Thu, 03 Aug 2000 14:43:09 +0100
57906              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
57907      Branch: perl
57908            ! sv.h
57909 ____________________________________________________________________________
57910 [  6506] By: jhi                                   on 2000/08/03  15:49:14
57911         Log: Disable the fix_pl hack for now.
57912      Branch: perl
57913            ! Makefile.SH
57914 ____________________________________________________________________________
57915 [  6505] By: jhi                                   on 2000/08/03  13:49:04
57916         Log: Add a URL for FSF.
57917              
57918              Subject: Patch for README
57919              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
57920              Date: Wed, 2 Aug 2000 13:25:09 -0500
57921              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
57922      Branch: perl
57923            ! README
57924 ____________________________________________________________________________
57925 [  6504] By: jhi                                   on 2000/08/03  13:29:19
57926         Log: Be more informative on what is skipped and why,
57927              also repeat the list at the end.
57928      Branch: perl
57929            ! Porting/p4desc
57930 ____________________________________________________________________________
57931 [  6503] By: jhi                                   on 2000/08/03  13:07:05
57932         Log: Circumvent the removal of .patch by fix_pl.
57933              
57934              Subject: Re: [ID 20000802.011] unable to 'make test'          
57935              From: simon@brecon.co.uk (Simon Cozens) 
57936              Date: 3 Aug 2000 04:17:00 GMT
57937              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
57938      Branch: perl
57939            ! Makefile.SH
57940 ____________________________________________________________________________
57941 [  6502] By: jhi                                   on 2000/08/03  00:14:34
57942         Log: Add the missing setproctitle unit.
57943      Branch: metaconfig/U/perl
57944            + d_setproctitle.U
57945 ____________________________________________________________________________
57946 [  6501] By: jhi                                   on 2000/08/03  00:00:26
57947         Log: The subtest 4 may fail also on VOBS, as pointed out
57948              by Nick Ing-Simmons in November 1999, bug id 19991124.003
57949              (but the failure in that bug report isn't the subtest 4).
57950      Branch: perl
57951            ! t/op/stat.t
57952 ____________________________________________________________________________
57953 [  6500] By: jhi                                   on 2000/08/02  23:49:30
57954         Log: Better skip message for the test; one of the two problems in
57955              
57956              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
57957              From: Lupe Christoph <lupe@lupe-christoph.de>
57958              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
57959              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
57960      Branch: perl
57961            ! t/op/numconvert.t
57962 ____________________________________________________________________________
57963 [  6499] By: jhi                                   on 2000/08/02  22:49:16
57964         Log: Allow "no Module;" even if there is no 'unimport'.
57965              
57966              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
57967              From: mjd@plover.com
57968              Date: 24 Mar 2000 15:24:34 -0000
57969              Message-Id: <20000324152434.15160.qmail@plover.com>
57970      Branch: perl
57971            ! gv.c
57972 ____________________________________________________________________________
57973 [  6498] By: jhi                                   on 2000/08/02  22:42:58
57974         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
57975              that are hopefully soon put into use.
57976      Branch: perl
57977            ! opcode.h opcode.pl opnames.h
57978 ____________________________________________________________________________
57979 [  6497] By: gsar                                  on 2000/08/02  22:28:59
57980         Log: require.t needs binmode() to work on windows
57981      Branch: perl
57982            ! t/comp/require.t
57983 ____________________________________________________________________________
57984 [  6496] By: jhi                                   on 2000/08/02  22:08:51
57985         Log: Document the IVdf UVuf UVof UVxf.
57986      Branch: perl
57987            ! pod/perlguts.pod
57988 ____________________________________________________________________________
57989 [  6495] By: jhi                                   on 2000/08/02  21:54:26
57990         Log: detypo #6494
57991      Branch: perl
57992            ! ext/Data/Dumper/Dumper.xs
57993 ____________________________________________________________________________
57994 [  6494] By: jhi                                   on 2000/08/02  21:49:17
57995         Log: Dump UVs as UVs in Data::Dumper.
57996              
57997              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
57998              From: Gurusamy Sarathy <gsar@ActiveState.com>
57999              Date: Thu, 27 Apr 2000 12:26:25 -0700
58000              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
58001      Branch: perl
58002            ! ext/Data/Dumper/Dumper.xs
58003 ____________________________________________________________________________
58004 [  6493] By: jhi                                   on 2000/08/02  17:01:58
58005         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
58006              From: Hugo <hv@crypt.compulink.co.uk>
58007              Date: Wed, 02 Aug 2000 14:53:56 +0100
58008              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
58009      Branch: perl
58010            ! regexec.c t/op/re_tests
58011 ____________________________________________________________________________
58012 [  6492] By: jhi                                   on 2000/08/02  15:02:46
58013         Log: The new setproctitle() feature is available only in 
58014              bleeding edge FreeBSD.  From Paul Saab.
58015      Branch: perl
58016            ! mg.c
58017 ____________________________________________________________________________
58018 [  6491] By: jhi                                   on 2000/08/02  13:34:36
58019         Log: The tr utf8 patching continues.
58020              
58021              Subject: Re: #6469, too many tests claimed in require.t
58022              From: simon@brecon.co.uk (Simon Cozens)
58023              Date: 2 Aug 2000 02:37:17 GMT
58024              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
58025              
58026              (the logic of the test was the wrong way round in the patch)
58027      Branch: perl
58028            ! doop.c
58029 ____________________________________________________________________________
58030 [  6490] By: jhi                                   on 2000/08/02  13:27:38
58031         Log: The name of a filehandle does not have <these>.
58032      Branch: perl
58033            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
58034            ! t/pragma/warn/pp_sys util.c
58035 ____________________________________________________________________________
58036 [  6489] By: jhi                                   on 2000/08/02  04:26:46
58037         Log: Remove the extraneous "main::" prefix from all the
58038              "opened only for", "on closed", and "never opened" warnings.
58039              
58040              Subject: Re: inappropriate warning
58041              From: Gurusamy Sarathy <gsar@ActiveState.com>
58042              Date: Mon, 20 Mar 2000 11:28:02 -0800
58043              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
58044      Branch: perl
58045            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
58046            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
58047            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
58048 ____________________________________________________________________________
58049 [  6488] By: jhi                                   on 2000/08/02  03:02:57
58050         Log: memcpy has n o in it, as pinted ut by Sarathy.
58051      Branch: perl
58052            ! pod/perlguts.pod
58053 ____________________________________________________________________________
58054 [  6487] By: jhi                                   on 2000/08/02  02:44:51
58055         Log: Document in one place the memory abstractions used in Perl core.
58056              
58057              Subject: Re: Memory abstraction
58058              From: simon@brecon.co.uk (Simon Cozens)
58059              Date: 2 Aug 2000 02:20:23 GMT
58060              Organization: Earth.li Origins
58061      Branch: perl
58062            ! pod/perlguts.pod
58063 ____________________________________________________________________________
58064 [  6486] By: jhi                                   on 2000/08/02  02:41:57
58065         Log: regen_headers, regen perltoc.
58066      Branch: perl
58067            ! perlapi.c pod/perltoc.pod
58068 ____________________________________________________________________________
58069 [  6485] By: jhi                                   on 2000/08/02  01:43:33
58070         Log: "This little thing tests for a file .patch, and if it contains
58071              a number, pops into patchlevel.h" (making it easier to track
58072              which development version people are reporting bugs against)
58073              
58074              Subject: Patchlevel autogeneration for repository perls
58075              From: simon@brecon.co.uk (Simon Cozens)
58076              Date: 14 Jul 2000 07:12:15 GMT
58077              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
58078      Branch: perl
58079            + fix_pl
58080            ! MANIFEST Makefile.SH
58081 ____________________________________________________________________________
58082 [  6484] By: jhi                                   on 2000/08/02  01:32:54
58083         Log: FreeBSD 3.* updates from
58084              
58085              From: Paul Saab <ps@yahoo-inc.com>
58086              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
58087              Date: Tue, 1 Aug 2000 15:41:39 -0700
58088              Message-Id: <20000801154139.A53740@yahoo-inc.com>
58089      Branch: perl
58090            ! hints/freebsd.sh
58091 ____________________________________________________________________________
58092 [  6483] By: jhi                                   on 2000/08/02  01:27:44
58093         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
58094              instead one must use setproctitle().  This was already addressed
58095              by change #6457, but the below has a new variant for FreeBSD 4.0
58096              or later, and the matter is also documented more.
58097              
58098              From: Paul Saab <ps@yahoo-inc.com>
58099              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
58100              Date: Tue, 1 Aug 2000 15:41:39 -0700
58101              Message-Id: <20000801154139.A53740@yahoo-inc.com>
58102      Branch: metaconfig/U/perl
58103            + i_libutil.U
58104      Branch: perl
58105            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
58106 ____________________________________________________________________________
58107 [  6482] By: jhi                                   on 2000/08/01  22:17:32
58108         Log: The test from this
58109              
58110              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
58111              Date: Sat, 15 Apr 2000 17:03:44 +0100
58112              From: Tom Hughes <tom@compton.nu>
58113              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
58114              
58115              was missing, the code change went in as #5989
58116              (which had a different test?)
58117      Branch: perl
58118            ! t/op/misc.t
58119 ____________________________________________________________________________
58120 [  6481] By: jhi                                   on 2000/08/01  21:48:38
58121         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
58122              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
58123              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
58124              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
58125      Branch: perl
58126            ! perl.h
58127 ____________________________________________________________________________
58128 [  6480] By: jhi                                   on 2000/08/01  18:05:28
58129         Log: Make p4desc to skip non-mainperl branches by default.
58130      Branch: perl
58131            ! Porting/p4desc
58132 ____________________________________________________________________________
58133 [  6479] By: jhi                                   on 2000/08/01  17:29:19
58134         Log: If gccosandvers is equal to osname, clear gccosandvers.
58135      Branch: metaconfig/U/perl
58136            ! gccvers.U
58137      Branch: perl
58138            ! Configure config_h.SH
58139 ____________________________________________________________________________
58140 [  6478] By: jhi                                   on 2000/08/01  15:54:08
58141         Log: BOM patching from Simon Cozens.
58142      Branch: perl
58143            ! toke.c
58144 ____________________________________________________________________________
58145 [  6477] By: jhi                                   on 2000/08/01  04:50:33
58146         Log: Stash away the largefiles flags and libswanted.
58147      Branch: perl
58148            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
58149 ____________________________________________________________________________
58150 [  6476] By: gsar                                  on 2000/08/01  04:24:24
58151         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
58152              on Windows)
58153      Branch: perl
58154            ! t/pragma/utf8.t utf8.c win32/win32.c
58155 ____________________________________________________________________________
58156 [  6475] By: jhi                                   on 2000/08/01  03:35:24
58157         Log: Make chr() for values >127 to create utf8 when under utf8.
58158              
58159              Subject: Re: uft8/chr()
58160              From: simon@brecon.co.uk (Simon Cozens)
58161              Date: 1 Aug 2000 02:37:02 GMT
58162              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
58163      Branch: perl
58164            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
58165 ____________________________________________________________________________
58166 [  6474] By: jhi                                   on 2000/08/01  02:36:18
58167         Log: In Digital UNIX warn if gcc explicitly chosen because even
58168              2.95.2 is known to cause problems.
58169      Branch: perl
58170            ! hints/dec_osf.sh
58171 ____________________________________________________________________________
58172 [  6473] By: jhi                                   on 2000/08/01  02:00:56
58173         Log: Make the safety catch for buggy gccs work with triple version
58174              numbers like 2.95.2.  Reported in
58175              
58176              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
58177              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
58178              Date: Mon, 31 Jul 2000 14:55:06 +0200
58179              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
58180      Branch: perl
58181            ! hints/dec_osf.sh
58182 ____________________________________________________________________________
58183 [  6472] By: jhi                                   on 2000/08/01  01:13:33
58184         Log: Subject: fix and question re: waitpid() under win32
58185              From: Brian Clarke <clarke@appliedmeta.com>
58186              Date: Fri, 28 Jul 2000 15:18:29 -0400
58187              Message-ID: <3981DC85.290314EB@appliedmeta.com>
58188              
58189              Slightly reformatted and WNOHANG # define moved to win32.h
58190              so that also POSIX.xs sees it, as suggsted by Sarathy.
58191      Branch: perl
58192            ! win32/win32.c win32/win32.h
58193 ____________________________________________________________________________
58194 [  6471] By: jhi                                   on 2000/08/01  00:55:05
58195         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
58196              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
58197              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
58198              Date: Mon, 31 Jul 2000 13:28:51 +0100
58199              
58200              (aka ID 20000730.002)
58201      Branch: perl
58202            ! op.c t/op/tr.t
58203 ____________________________________________________________________________
58204 [  6470] By: jhi                                   on 2000/07/31  23:34:42
58205         Log: Document the problem with -P in HP-UX and its workaround.
58206              
58207              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
58208              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
58209              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
58210              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
58211      Branch: perl
58212            ! README.hpux
58213 ____________________________________________________________________________
58214 [  6469] By: jhi                                   on 2000/07/31  04:15:02
58215         Log: The swallow_bom() saga continues.  The #23 of require.t
58216              (UTF16-LE) still fails (silently, no output) but the #22
58217              (UTF16-BE) seems to be working now.  The root of the
58218              failure may be in sv_gets(): is it UTF-16LE-aware,
58219              especially when it comes to line endings? 
58220      Branch: perl
58221            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
58222            ! t/comp/require.t toke.c utf8.c
58223 ____________________________________________________________________________
58224 [  6468] By: jhi                                   on 2000/07/30  19:05:48
58225         Log: Find green threads before native threads.
58226              
58227              Subject: Re: Patch to jpl/JNI/Makefile.PL
58228              From: Jens Thomsen <jens@fiend.cis.com>
58229              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
58230              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
58231      Branch: perl
58232            ! jpl/JNI/Makefile.PL
58233 ____________________________________________________________________________
58234 [  6467] By: jhi                                   on 2000/07/30  18:36:22
58235         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
58236      Branch: perl
58237            ! doop.c
58238 ____________________________________________________________________________
58239 [  6466] By: jhi                                   on 2000/07/30  04:37:29
58240         Log: A new version of the "remove UPPERACSE string comparison"
58241              operators.  The problem with the previous one (change #6454)
58242              was that it was for Perl 5.6.0.  From Paul Marquess.
58243      Branch: perl
58244            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
58245            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
58246            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
58247 ____________________________________________________________________________
58248 [  6465] By: jhi                                   on 2000/07/29  22:39:56
58249         Log: Do not upgrade SVs into utf8 just because they participate
58250              in eq or cmp.  Reported and fix suggested in
58251              
58252              Subject: [ID 20000720.009] sv_eq UTF8 bug
58253              From: "Simon Cozens" <simon@othersideofthe.earth.li>
58254              Date: 21 Jul 2000 04:37:29 -0000
58255              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
58256              
58257              Exercise for the kind reader: should we or should we not
58258              cache the utf8 conversion alonside the SV? (as magic,
58259              as thestrxfrm()ed version is cached under use locale)
58260              Argue both for and against.
58261      Branch: perl
58262            ! sv.c
58263 ____________________________________________________________________________
58264 [  6464] By: jhi                                   on 2000/07/29  22:36:22
58265         Log: Subject: UTF8 concat
58266              From: simon@brecon.co.uk (Simon Cozens) 
58267              Date: 30 Jun 2000 06:13:25 GMT
58268              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
58269              
58270              (with a memory leak fixed, plus a few casts added)
58271              
58272              This also seems to help for
58273              
58274              Subject: [ID 20000716.015] join UTF8 weirdness
58275              From: root <root@ak-71.mind.de> 
58276              Date: Sat, 15 Jul 2000 15:29:54 +0200
58277              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
58278              
58279              (from Andreas König)
58280      Branch: perl
58281            ! pp_hot.c
58282 ____________________________________________________________________________
58283 [  6463] By: jhi                                   on 2000/07/29  00:55:39
58284         Log: Tune the comments and hopefully stop a memory leak.
58285      Branch: perl
58286            ! toke.c utf8.c
58287 ____________________________________________________________________________
58288 [  6462] By: jhi                                   on 2000/07/29  00:16:53
58289         Log: The problem described in this
58290              
58291              Subject: [ID 20000322.018] named chars aren't magical enough
58292              From: root <root@dixie.cscaper.com>     
58293              Date: Wed, 22 Mar 2000 18:37:42 -0700
58294              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
58295              
58296              has been fixed in perl 5.6.0 but just in case added a test
58297              to keep it away.  (The report from Joseph Hall.)
58298      Branch: perl
58299            ! t/lib/charnames.t
58300 ____________________________________________________________________________
58301 [  6461] By: jhi                                   on 2000/07/28  23:56:36
58302         Log: Tiny fixes for #6460.
58303      Branch: metaconfig/U/perl
58304            ! gccvers.U
58305      Branch: perl
58306            ! Configure config_h.SH
58307 ____________________________________________________________________________
58308 [  6460] By: jhi                                   on 2000/07/28  23:24:41
58309         Log: Warn if the version of the operating system used to compile gcc
58310              differs from the current version of the operating system.
58311              Also display the gcc compilation os and version in myconfig.
58312              Inspiration from
58313              
58314              Subject: Re: [ID 20000710.003] ERRORS!!         
58315              From: "Kurt D. Starsinic" <kstar@chapin.edu>
58316              Date: Mon, 10 Jul 2000 15:54:16 -0400
58317              Message-ID: <20000710155416.A1384@O2.chapin.edu>
58318      Branch: metaconfig/U/perl
58319            ! gccvers.U
58320      Branch: perl
58321            ! Configure config_h.SH myconfig.SH
58322 ____________________________________________________________________________
58323 [  6459] By: jhi                                   on 2000/07/28  22:00:32
58324         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
58325              letter to $Config{osvers}.
58326      Branch: metaconfig
58327            ! U/modified/Oldconfig.U
58328      Branch: perl
58329            ! Configure config_h.SH
58330 ____________________________________________________________________________
58331 [  6458] By: jhi                                   on 2000/07/28  04:15:39
58332         Log: Back out #6454, doesn't seem to work.
58333              (Reason: that patch was for perl 5.6.0, not perl-current)
58334              (A version of the patch for perl-current came in later as #6466)
58335      Branch: perl
58336            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
58337            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
58338            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
58339 ____________________________________________________________________________
58340 [  6457] By: jhi                                   on 2000/07/27  23:31:49
58341         Log: Use setproctitle() if available to modify $0.
58342              
58343              Subject: setting $* on BSD4 broken
58344              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
58345              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
58346              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
58347      Branch: metaconfig
58348            ! U/modified/Myinit.U
58349      Branch: perl
58350            ! Configure config_h.SH mg.c
58351 ____________________________________________________________________________
58352 [  6456] By: jhi                                   on 2000/07/27  14:50:47
58353         Log: Allow "no AutoLoader;", based on change #6444,
58354              suggested by Graham Barr.
58355      Branch: perl
58356            ! lib/AutoLoader.pm
58357 ____________________________________________________________________________
58358 [  6455] By: jhi                                   on 2000/07/27  14:19:10
58359         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
58360              From: rspier@pobox.com (Robert Spier)
58361              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
58362              Message-ID: <14720.15855.787664.424783@rls.cx>
58363      Branch: perl
58364            ! pod/perldiag.pod
58365 ____________________________________________________________________________
58366 [  6454] By: jhi                                   on 2000/07/27  14:03:02
58367         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
58368              for a long time).
58369              
58370              Reported in
58371              
58372              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
58373              From: Ryan Herbert <rherbert@sycamorehq.com>
58374              Date: Mon, 17 Jul 2000 11:40:42 -0400
58375              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
58376              
58377              Patched in
58378              
58379              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
58380              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
58381              Date: Wed, 26 Jul 2000 23:40:18 +0100
58382              Message-ID: <000001bff752$79511880$0a17073e@tiny>
58383              
58384              based on an earlier patch from Stephen P. Potter.
58385              
58386              (Removed later by change #6458 because this patch was for
58387              perl 5.6.0, not perl-current)
58388      Branch: perl
58389            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
58390            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
58391            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
58392 ____________________________________________________________________________
58393 [  6453] By: jhi                                   on 2000/07/27  13:48:02
58394         Log: Subject: [PATCH] fixes bug 20000508.004
58395              From: Michael Stevens <mstevens@globnix.org>
58396              Date: Thu, 27 Jul 2000 13:49:04 +0100
58397              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
58398      Branch: perl
58399            ! pod/perldata.pod
58400 ____________________________________________________________________________
58401 [  6452] By: jhi                                   on 2000/07/26  23:51:26
58402         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
58403              and Craig A. Berry.
58404      Branch: perl
58405            ! lib/File/Temp.pm pod/perlport.pod
58406 ____________________________________________________________________________
58407 [  6451] By: jhi                                   on 2000/07/26  19:43:30
58408         Log: Be wary of close()s, too.
58409              
58410              Subject: Re: [PATCH] perlbug cleanup
58411              From: Tim Jenness <t.jenness@jach.hawaii.edu>
58412              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
58413              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
58414      Branch: perl
58415            ! utils/perlbug.PL
58416 ____________________________________________________________________________
58417 [  6450] By: jhi                                   on 2000/07/26  18:41:40
58418         Log: Subject: Minor doc patch: handy.h
58419              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
58420              Date: Wed, 26 Jul 2000 15:34:25 -0300
58421              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
58422      Branch: perl
58423            ! handy.h pod/perlapi.pod
58424 ____________________________________________________________________________
58425 [  6449] By: jhi                                   on 2000/07/26  18:23:55
58426         Log: Subject: [PATCH] minor doc change - perlguts
58427              From: Michael Stevens <mstevens@globnix.org>
58428              Date: Thu, 13 Jul 2000 12:39:18 +0100
58429              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
58430      Branch: perl
58431            ! pod/perlguts.pod
58432 ____________________________________________________________________________
58433 [  6448] By: jhi                                   on 2000/07/26  18:20:30
58434         Log: open() wariness in perlbug.
58435              
58436              Subject: [PATCH] perlbug cleanup
58437              From: Michael Stevens <mstevens@globnix.org>
58438              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
58439              Date: Thu, 13 Jul 2000 15:52:23 +0100
58440      Branch: perl
58441            ! utils/perlbug.PL
58442 ____________________________________________________________________________
58443 [  6447] By: jhi                                   on 2000/07/26  18:13:04
58444         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
58445      Branch: perl
58446            ! lib/File/Temp.pm t/lib/ftmp-security.t
58447 ____________________________________________________________________________
58448 [  6446] By: jhi                                   on 2000/07/26  18:06:32
58449         Log: docfix from Peter Scott <Peter@PSDT.com>.
58450      Branch: perl
58451            ! pod/perlfunc.pod
58452 ____________________________________________________________________________
58453 [  6445] By: jhi                                   on 2000/07/26  17:53:31
58454         Log: Fix *foo{FORMAT}.
58455              
58456              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
58457              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
58458              Date: Wed, 26 Jul 2000 19:51:02 +0200
58459              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
58460              
58461              From: Graham Barr <gbarr@pobox.com>
58462              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
58463              Date: Wed, 26 Jul 2000 17:38:36 +0100
58464              Message-ID: <20000726173836.L472@pobox.com>
58465      Branch: perl
58466            ! pp.c sv.c t/op/gv.t
58467 ____________________________________________________________________________
58468 [  6444] By: jhi                                   on 2000/07/26  17:49:14
58469         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
58470              from Graham Barr in the module list.
58471      Branch: perl
58472            ! gv.c pod/perlobj.pod
58473 ____________________________________________________________________________
58474 [  6443] By: jhi                                   on 2000/07/26  16:06:56
58475         Log: More split() doc and test patches from Mike Guy.
58476      Branch: perl
58477            ! pod/perlfunc.pod t/op/split.t
58478 ____________________________________________________________________________
58479 [  6442] By: jhi                                   on 2000/07/26  16:05:30
58480         Log: MacOS nits from Matthias Neeracher.
58481      Branch: perl
58482            ! perl.c pp_ctl.c
58483 ____________________________________________________________________________
58484 [  6441] By: jhi                                   on 2000/07/26  04:39:57
58485         Log: Subject: [PATCH] split /^/
58486              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
58487              Date: Tue, 25 Jul 2000 14:18:57 +0100
58488              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
58489              
58490              (with notes from tchrist and gbarr)
58491      Branch: perl
58492            ! pod/perlfunc.pod t/op/split.t
58493 ____________________________________________________________________________
58494 [  6440] By: jhi                                   on 2000/07/26  04:32:32
58495         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
58496              From: Peter Prymmer <pvhp@forte.com>
58497              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
58498              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
58499      Branch: perl
58500            ! vms/munchconfig.c
58501 ____________________________________________________________________________
58502 [  6439] By: jhi                                   on 2000/07/26  04:31:01
58503         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
58504              to be fatal errors (instead of by default ignoring them, and
58505              ignoring with a bug: even though -w gave an error, the opening [
58506              was left in)  Reported in:
58507              
58508              Subject: [ID 20000716.024] [=cc=] / [:blank:]
58509              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
58510              Date: Sun, 16 Jul 2000 17:55:29 -0700
58511              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
58512      Branch: perl
58513            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
58514 ____________________________________________________________________________
58515 [  6438] By: jhi                                   on 2000/07/25  15:41:15
58516         Log: Subject: [PATCH] av.c apidoc
58517              From: simon@brecon.co.uk (Simon Cozens)
58518              Date: 24 Jul 2000 06:40:52 GMT
58519              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
58520      Branch: perl
58521            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
58522            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
58523 ____________________________________________________________________________
58524 [  6437] By: jhi                                   on 2000/07/25  14:05:36
58525         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
58526              From: "Stephen P. Potter" <spp@ds.net>
58527              Date: Mon, 24 Jul 2000 14:22:23 -0400
58528              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
58529      Branch: perl
58530            ! pod/perllocale.pod
58531 ____________________________________________________________________________
58532 [  6436] By: jhi                                   on 2000/07/25  14:02:03
58533         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
58534              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
58535              Date: Mon, 24 Jul 2000 18:04:28 +0100
58536              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
58537      Branch: perl
58538            ! t/lib/syslfs.t t/op/lfs.t
58539 ____________________________________________________________________________
58540 [  6435] By: jhi                                   on 2000/07/25  13:59:28
58541         Log: Get UTF16 BOMs working.  Patch from
58542              
58543              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
58544              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
58545              Date: Tue, 25 Jul 2000 12:52:45 +0100
58546              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
58547              
58548              and notes from
58549              
58550              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
58551              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
58552              Date: Tue, 25 Jul 2000 11:43:25 +0100
58553              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
58554      Branch: perl
58555            ! t/comp/require.t toke.c utf8.c
58556 ____________________________________________________________________________
58557 [  6434] By: jhi                                   on 2000/07/25  02:39:54
58558         Log: Make the "uninit variable" warning to say "concat or string"
58559              or "join or string" when in concat or join .
58560              
58561              Subject: Re: [ID 20000403.009] uninitialised concatenation???
58562              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
58563              Date: Tue, 04 Apr 2000 18:22:58 +0100
58564              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
58565              
58566              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
58567              From: William R Ward <hermit@BayView.COM>
58568              Date: Thu, 30 Mar 2000 19:50:03 -0800
58569              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
58570      Branch: perl
58571            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
58572            ! t/pragma/warn/op t/pragma/warn/sv
58573 ____________________________________________________________________________
58574 [  6433] By: jhi                                   on 2000/07/24  17:52:56
58575         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
58576      Branch: perl
58577            ! lib/File/Spec/VMS.pm
58578 ____________________________________________________________________________
58579 [  6432] By: jhi                                   on 2000/07/24  17:44:44
58580         Log: Test cases for #6431.
58581              
58582              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
58583              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
58584              Date: Mon, 24 Jul 2000 15:32:29 +0100
58585              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
58586      Branch: perl
58587            ! t/op/pat.t t/op/split.t
58588 ____________________________________________________________________________
58589 [  6431] By: jhi                                   on 2000/07/24  17:43:17
58590         Log: Bind op fix.
58591              
58592              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
58593              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
58594              Date: Mon, 17 Jul 2000 20:04:56 +0100
58595              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
58596      Branch: perl
58597            ! op.c
58598 ____________________________________________________________________________
58599 [  6430] By: jhi                                   on 2000/07/24  03:42:42
58600         Log: Subject: [ID 20000716.023] syslog test fails without sockets
58601              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
58602              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
58603              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
58604      Branch: metaconfig/U/perl
58605            ! Extensions.U
58606      Branch: perl
58607            ! Configure config_h.SH
58608 ____________________________________________________________________________
58609 [  6429] By: jhi                                   on 2000/07/24  03:11:52
58610         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
58611              case, but add also notes explaining the relationship of this
58612              patch and the earlier notes by Sarathy.
58613              
58614              Subject: Map is still slow
58615              From: "Ben Tilly" <ben_tilly@hotmail.com>
58616              Date: Sat, 15 Jul 2000 17:23:27 EDT
58617              Message-ID: <20000715212327.21656.qmail@hotmail.com>
58618      Branch: perl
58619            ! pp_ctl.c
58620 ____________________________________________________________________________
58621 [  6428] By: jhi                                   on 2000/07/24  02:58:52
58622         Log: Documentation to explain the behaviour of map().
58623              
58624              Subject: Re: Map is still slow 
58625              From: Gurusamy Sarathy <gsar@ActiveState.com>
58626              Date: Sat, 15 Jul 2000 16:05:09 -0700
58627              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
58628      Branch: perl
58629            ! pp_ctl.c
58630 ____________________________________________________________________________
58631 [  6427] By: jhi                                   on 2000/07/24  02:50:03
58632         Log: Add tests for
58633              [ID 19991110.003] another matching finding by pcre author
58634              which has already been fixed by some patch, as verified in
58635              
58636              Subject: Re: two regex bugs from the mists of time (well, last November)
58637              From: Hugo <hv@crypt.compulink.co.uk>
58638              Date: Sat, 22 Jul 2000 18:12:58 +0100
58639              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
58640      Branch: perl
58641            ! t/op/re_tests
58642 ____________________________________________________________________________
58643 [  6426] By: jhi                                   on 2000/07/24  02:11:20
58644         Log: A missing 'break' after the [[:space:]] switch case.
58645              
58646              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
58647              From: "Stephen P. Potter" <spp@ds.net>
58648              Date: Tue, 18 Jul 2000 16:25:17 -0400
58649              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
58650      Branch: perl
58651            ! regcomp.c
58652 ____________________________________________________________________________
58653 [  6425] By: jhi                                   on 2000/07/24  02:06:12
58654         Log: The output might have been produced in the wrong order.
58655              
58656              Subject: [ID 20000720.003] [PATCH] t/op/write.t
58657              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
58658              Date: Thu, 20 Jul 2000 18:49:18 +0100
58659              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
58660      Branch: perl
58661            ! t/op/write.t
58662 ____________________________________________________________________________
58663 [  6424] By: jhi                                   on 2000/07/24  02:00:07
58664         Log: Use STDOUT consistently.
58665              
58666              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
58667              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
58668              Date: Thu, 20 Jul 2000 18:04:01 +0100
58669              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
58670      Branch: perl
58671            ! lib/Test/Harness.pm
58672 ____________________________________________________________________________
58673 [  6423] By: jhi                                   on 2000/07/24  01:54:54
58674         Log: Protect against "wild next"s, that is, callbacks doing "next"
58675              instead of "return".
58676              
58677              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
58678              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
58679              Date: Tue, 18 Jul 2000 11:30:16 +0100
58680              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
58681      Branch: perl
58682            ! lib/File/Find.pm
58683 ____________________________________________________________________________
58684 [  6422] By: jhi                                   on 2000/07/24  01:35:47
58685         Log: Out-of-date note removed.
58686              
58687              Subject: [PATCH] documentation perlipc
58688              From: rspier@pobox.com (Robert Spier)
58689              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
58690              Message-ID: <14711.35178.572612.502654@rls.cx>
58691      Branch: perl
58692            ! pod/perlipc.pod
58693 ____________________________________________________________________________
58694 [  6421] By: jhi                                   on 2000/07/24  00:09:18
58695         Log: Send all installperl messages to STDERR and be -w clean.
58696              
58697              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
58698              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
58699              Date: Sat, 22 Jul 2000 14:02:11 +0100
58700              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
58701      Branch: perl
58702            ! installperl
58703 ____________________________________________________________________________
58704 [  6420] By: jhi                                   on 2000/07/24  00:04:19
58705         Log: Decutandpasto.
58706              
58707              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
58708              From: "Richard Soderberg" <rs@crystalflame.net>
58709              Date: Sun, 23 Jul 2000 01:37:23 -0700
58710              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
58711      Branch: perl
58712            ! pod/perlipc.pod
58713 ____________________________________________________________________________
58714 [  6419] By: jhi                                   on 2000/07/24  00:01:12
58715         Log: A cleaner abs_path().
58716              Subject: Re: unix alternative to Cwd.pm
58717              From: Jeff Pinyan <jeffp@crusoe.net>
58718              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
58719              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
58720      Branch: perl
58721            ! lib/Cwd.pm
58722 ____________________________________________________________________________
58723 [  6418] By: jhi                                   on 2000/07/23  23:48:56
58724         Log: Detypo.
58725              
58726              Subject: [PATCH perl-current] Typo in hints/powerux.sh
58727              From: "Richard Soderberg" <rs@crystalflame.net>
58728              Date: Sun, 23 Jul 2000 01:27:33 -0700
58729              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
58730      Branch: perl
58731            ! hints/powerux.sh
58732 ____________________________________________________________________________
58733 [  6417] By: jhi                                   on 2000/07/17  22:13:31
58734         Log: Subject: SDBM_File documentation
58735              From: mjd@plover.com
58736              Date: 16 Jul 2000 17:41:17 -0000
58737              Message-ID: <20000716174117.18515.qmail@plover.com>
58738      Branch: perl
58739            ! ext/SDBM_File/SDBM_File.pm
58740 ____________________________________________________________________________
58741 [  6416] By: jhi                                   on 2000/07/17  19:13:26
58742         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
58743      Branch: perl
58744            ! hints/mpeix.sh mpeix/relink
58745 ____________________________________________________________________________
58746 [  6415] By: jhi                                   on 2000/07/15  14:11:02
58747         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
58748              the utf8 'characters' can be more than one octet).
58749              
58750              Date: Sat, 15 Jul 2000 00:21:56 +0100
58751              From: Tom Hughes <tom@compton.nu>
58752              Subject: Re: [ID 20000714.002]
58753              Message-ID: <db2334de49.tom@compton.compton.nu>
58754              
58755              Reported in
58756              
58757              Subject: [ID 20000714.002]
58758              From: "Simon Cozens" <simon@othersideofthe.earth.li>
58759              Date: 14 Jul 2000 15:13:09 -0000
58760              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
58761      Branch: perl
58762            ! doop.c
58763 ____________________________________________________________________________
58764 [  6414] By: jhi                                   on 2000/07/15  03:13:41
58765         Log: another VMS build tweak from Peter Prymmer
58766      Branch: perl
58767            ! vms/descrip_mms.template
58768 ____________________________________________________________________________
58769 [  6413] By: jhi                                   on 2000/07/15  03:10:40
58770         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
58771      Branch: perl
58772            ! vms/perlvms.pod
58773 ____________________________________________________________________________
58774 [  6412] By: jhi                                   on 2000/07/15  00:31:05
58775         Log: More docs for sv functions.
58776              
58777              Subject: [PATCH cfgperl] sv.c apidoc
58778              From: simon@brecon.co.uk (Simon Cozens)
58779              Date: 13 Jul 2000 09:00:20 GMT
58780              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
58781              
58782              Subject: Re: [PATCH cfgperl] sv.c apidoc
58783              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
58784              Date: Thu, 13 Jul 2000 12:27:41 +0100
58785              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
58786              
58787              Subject: Re: [PATCH cfgperl] sv.c apidoc
58788              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
58789              Date: Thu, 13 Jul 2000 13:23:09 +0100
58790              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
58791              
58792              Subject: Re: [PATCH cfgperl] sv.c apidoc
58793              From: simon@brecon.co.uk (Simon Cozens)
58794              Date: 14 Jul 2000 06:51:02 GMT
58795              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
58796      Branch: perl
58797            ! embed.pl pod/perlapi.pod sv.c
58798 ____________________________________________________________________________
58799 [  6411] By: jhi                                   on 2000/07/15  00:10:41
58800         Log: lib/b test fixes from Peter Prymmer.
58801      Branch: perl
58802            ! t/lib/b.t
58803 ____________________________________________________________________________
58804 [  6410] By: jhi                                   on 2000/07/15  00:02:09
58805         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
58806              From: Hugo <hv@crypt.compulink.co.uk>
58807              Date: Fri, 14 Jul 2000 23:05:20 +0100
58808              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
58809              
58810              Didn't anymore apply, but that point still could use another fix.
58811      Branch: perl
58812            ! pod/perlfunc.pod
58813 ____________________________________________________________________________
58814 [  6409] By: jhi                                   on 2000/07/14  23:15:15
58815         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
58816              not in pod, from Peter Prymmer
58817      Branch: perl
58818            ! vms/descrip_mms.template
58819 ____________________________________________________________________________
58820 [  6408] By: jhi                                   on 2000/07/14  20:35:05
58821         Log: The bug report
58822              [ID 19991110.002] minimal matching discrepancy found by pcre author
58823              seems to have been fixed (though differently from what was suggested
58824              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
58825      Branch: perl
58826            ! t/op/re_tests
58827 ____________________________________________________________________________
58828 [  6407] By: jhi                                   on 2000/07/14  17:38:08
58829         Log: Fix AutoSplit to use File::Spec the right way in VMS,
58830              from Peter Prymmer.
58831      Branch: perl
58832            ! lib/AutoSplit.pm
58833 ____________________________________________________________________________
58834 [  6406] By: jhi                                   on 2000/07/14  14:13:22
58835         Log: Merge perlhacktut into perlhack, update perlguts.
58836              
58837              Subject: Re: Perlhacktut
58838              From: simon@brecon.co.uk (Simon Cozens)
58839              Date: 14 Jul 2000 06:49:21 GMT
58840              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
58841              
58842              Subject: Re: Perlhacktut
58843              From: simon@brecon.co.uk (Simon Cozens)
58844              Date: 14 Jul 2000 07:09:45 GMT
58845              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
58846      Branch: perl
58847            ! pod/perlguts.pod pod/perlhack.pod
58848 ____________________________________________________________________________
58849 [  6405] By: jhi                                   on 2000/07/14  14:02:31
58850         Log: Integrate with Sarathy.
58851      Branch: cfgperl
58852           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
58853           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
58854           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
58855 ____________________________________________________________________________
58856 [  6404] By: gsar                                  on 2000/07/14  12:15:02
58857         Log: PERL_OBJECT build tweaks
58858      Branch: perl
58859            ! toke.c
58860 ____________________________________________________________________________
58861 [  6403] By: gsar                                  on 2000/07/14  11:23:41
58862         Log: inconsistent types needs casts
58863      Branch: perl
58864            ! toke.c
58865 ____________________________________________________________________________
58866 [  6402] By: gsar                                  on 2000/07/14  11:12:04
58867         Log: typos in change#6399, regen headers
58868      Branch: perl
58869            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
58870 ____________________________________________________________________________
58871 [  6401] By: gsar                                  on 2000/07/14  10:59:12
58872         Log: typecasts needed for change#6394
58873      Branch: perl
58874            ! toke.c
58875 ____________________________________________________________________________
58876 [  6400] By: gsar                                  on 2000/07/14  10:49:37
58877         Log: integrate cfgperl contents into mainline
58878      Branch: perl
58879           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
58880           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
58881 ____________________________________________________________________________
58882 [  6399] By: gsar                                  on 2000/07/14  10:38:35
58883         Log: enable UTF-16 filter by default if relevant BOM is seen; various
58884              cleanups (typos, misformatted code, and small bugs)
58885      Branch: perl
58886            ! doop.c embed.pl mg.c op.c pp.c toke.c
58887 ____________________________________________________________________________
58888 [  6398] By: gsar                                  on 2000/07/14  08:55:38
58889         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
58890              name suggests anyway)
58891      Branch: perl
58892            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
58893 ____________________________________________________________________________
58894 [  6397] By: gsar                                  on 2000/07/14  08:44:33
58895         Log: move new variables to the end of the interpreter structure (for
58896              bincompat in code that doesn't #include XSUB.h)
58897      Branch: perl
58898            ! intrpvar.h
58899 ____________________________________________________________________________
58900 [  6396] By: gsar                                  on 2000/07/14  08:13:58
58901         Log: MakeMaker should not remove editor backups (*~) on `make clean`
58902              by default (completes change#6383)
58903      Branch: perl
58904            ! lib/ExtUtils/MM_Unix.pm
58905 ____________________________________________________________________________
58906 [  6395] By: jhi                                   on 2000/07/14  05:20:33
58907         Log: Replace change #6337 with a better one.
58908              
58909              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
58910              From: Hugo <hv@crypt.compulink.co.uk>
58911              Date: Fri, 14 Jul 2000 04:16:20 +0100
58912              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
58913      Branch: cfgperl
58914            ! regexec.c t/op/re_tests
58915 ____________________________________________________________________________
58916 [  6394] By: jhi                                   on 2000/07/14  01:33:59
58917         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
58918      Branch: cfgperl
58919            ! embed.pl global.sym proto.h toke.c
58920 ____________________________________________________________________________
58921 [  6393] By: jhi                                   on 2000/07/13  23:41:23
58922         Log: remove discarded test
58923      Branch: cfgperl
58924            ! MANIFEST
58925 ____________________________________________________________________________
58926 [  6392] By: jhi                                   on 2000/07/13  23:32:25
58927         Log: The {multiplier} of a fixed substring was overlooked which
58928              caused a wrong initial search offset for that substring.
58929              
58930              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
58931              From: Hugo <hv@crypt.compulink.co.uk>
58932              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
58933              Date: Thu, 13 Jul 2000 19:27:13 +0100
58934      Branch: cfgperl
58935            ! regcomp.c t/op/re_tests
58936 ____________________________________________________________________________
58937 [  6391] By: jhi                                   on 2000/07/13  16:37:42
58938         Log: typo fix from Craig Berry
58939      Branch: cfgperl
58940            ! vms/subconfigure.com
58941 ____________________________________________________________________________
58942 [  6390] By: jhi                                   on 2000/07/13  13:20:12
58943         Log: Integrate with Sarathy.
58944      Branch: cfgperl
58945            - t/op/method2entersub.t
58946           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
58947           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
58948           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
58949           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
58950 ____________________________________________________________________________
58951 [  6389] By: jhi                                   on 2000/07/13  13:18:48
58952         Log: Detypo from Peter Prymmer, part of #6388.
58953      Branch: cfgperl
58954            ! Configure config_h.SH
58955      Branch: metaconfig
58956            ! U/modified/d_longlong.U
58957 ____________________________________________________________________________
58958 [  6388] By: gsar                                  on 2000/07/13  06:33:40
58959         Log: typos (spotted by Peter Prymmer)
58960      Branch: perl
58961            ! Configure t/lib/english.t
58962 ____________________________________________________________________________
58963 [  6387] By: gsar                                  on 2000/07/13  05:35:28
58964         Log: new selfloader.t in change#6183 doesn't close DATA handles,
58965              and thus fails to clean up tmp files on dosish platforms
58966      Branch: perl
58967            ! t/lib/selfloader.t
58968 ____________________________________________________________________________
58969 [  6386] By: gsar                                  on 2000/07/12  21:42:39
58970         Log: sprintf test tweaks (from Dominic Dunlop)
58971      Branch: perl
58972            ! t/op/sprintf.t
58973 ____________________________________________________________________________
58974 [  6385] By: gsar                                  on 2000/07/12  21:33:46
58975         Log: fix bugs in processing %v-*d and similar format specs (from
58976              Avi Finkel <avi@finkel.org>)
58977      Branch: perl
58978            ! sv.c t/op/sprintf.t
58979 ____________________________________________________________________________
58980 [  6384] By: gsar                                  on 2000/07/12  16:04:19
58981         Log: readd missing perldelta.pod changes from changes#6339,6376
58982      Branch: perl
58983            ! pod/perldelta.pod
58984 ____________________________________________________________________________
58985 [  6383] By: gsar                                  on 2000/07/12  16:00:51
58986         Log: don't clobber *.orig files on *clean targets
58987      Branch: perl
58988            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
58989 ____________________________________________________________________________
58990 [  6382] By: gsar                                  on 2000/07/12  07:59:12
58991         Log: fix broken integrations in cfgperl
58992      Branch: cfgperl
58993           !> Changes pod/perldelta.pod
58994 ____________________________________________________________________________
58995 [  6381] By: gsar                                  on 2000/07/12  07:42:17
58996         Log: integrate cfgperl changes into mainline
58997      Branch: perl
58998            ! Changes
58999           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
59000           !> pod/perlre.pod
59001 ____________________________________________________________________________
59002 [  6380] By: gsar                                  on 2000/07/12  07:31:00
59003         Log: get sprintf.t to adjust properly for 3-digit exponents
59004      Branch: perl
59005            ! t/op/sprintf.t
59006 ____________________________________________________________________________
59007 [  6379] By: gsar                                  on 2000/07/12  06:40:04
59008         Log: change#6174 needs corresponding change in win32/config_h.PL,
59009              which grovels through config_h.SH to find the config.h name
59010      Branch: perl
59011            ! win32/config_h.PL
59012 ____________________________________________________________________________
59013 [  6378] By: jhi                                   on 2000/07/12  05:03:59
59014         Log: Do the cc sanity check both before the hints and
59015              after the cc selction.
59016      Branch: cfgperl
59017            ! Configure config_h.SH
59018      Branch: metaconfig
59019            ! U/modified/Oldconfig.U U/modified/cc.U
59020      Branch: metaconfig/U/perl
59021            + Checkcc.U
59022 ____________________________________________________________________________
59023 [  6377] By: jhi                                   on 2000/07/12  02:49:22
59024         Log: Fix nits noticed by Boston.pm.
59025      Branch: cfgperl
59026            ! pod/perlre.pod
59027 ____________________________________________________________________________
59028 [  6376] By: jhi                                   on 2000/07/11  21:22:13
59029         Log: Configure cosmetics and perldelta.
59030      Branch: cfgperl
59031            ! Configure config_h.SH pod/perldelta.pod
59032      Branch: metaconfig
59033            ! U/modified/cc.U
59034 ____________________________________________________________________________
59035 [  6375] By: gsar                                  on 2000/07/11  21:17:35
59036         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
59037      Branch: perl
59038            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
59039            ! win32/win32sck.c
59040 ____________________________________________________________________________
59041 [  6374] By: gsar                                  on 2000/07/11  20:48:50
59042         Log: tweak for build failure under multiplicity
59043      Branch: perl
59044            ! toke.c
59045 ____________________________________________________________________________
59046 [  6373] By: gsar                                  on 2000/07/11  20:37:23
59047         Log: integrate cfgperl changes#6325..6373 into mainline
59048              (NOTE: today's batch of integrations still untested)
59049      Branch: perl
59050           +> ext/DynaLoader/hints/netbsd.pl
59051            ! Changes
59052           !> (integrate 26 files)
59053 ____________________________________________________________________________
59054 [  6372] By: jhi                                   on 2000/07/11  20:30:36
59055         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
59056              regen perltoc.
59057      Branch: cfgperl
59058            + pod/perlbook.pod
59059            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
59060            ! pod/perltoc.pod
59061 ____________________________________________________________________________
59062 [  6371] By: jhi                                   on 2000/07/11  20:08:56
59063         Log: Minor cleanups on the booklist.
59064      Branch: cfgperl
59065            ! pod/perlfaq2.pod
59066 ____________________________________________________________________________
59067 [  6370] By: jhi                                   on 2000/07/11  19:31:13
59068         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
59069      Branch: cfgperl
59070            ! t/pragma/overload.t
59071 ____________________________________________________________________________
59072 [  6369] By: gsar                                  on 2000/07/11  19:27:48
59073         Log: integrate cfgperl changes#6293..6324 into mainline
59074      Branch: perl
59075           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
59076            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
59077           !> (integrate 30 files)
59078 ____________________________________________________________________________
59079 [  6368] By: gsar                                  on 2000/07/11  19:18:57
59080         Log: skip integrate of problematic change#6292 from cfgperl into mainline
59081      Branch: perl
59082           !> pp_hot.c
59083 ____________________________________________________________________________
59084 [  6367] By: gsar                                  on 2000/07/11  19:17:21
59085         Log: integrate cfgperl changes#6288..6290 into mainline
59086      Branch: perl
59087           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
59088 ____________________________________________________________________________
59089 [  6366] By: gsar                                  on 2000/07/11  19:11:18
59090         Log: integrate cfgperl changes#6268..6282 into mainline
59091      Branch: perl
59092           !> (integrate 30 files)
59093 ____________________________________________________________________________
59094 [  6365] By: gsar                                  on 2000/07/11  18:57:00
59095         Log: delete new accidentally branched file
59096      Branch: perl
59097            - t/op/method2entersub.t
59098 ____________________________________________________________________________
59099 [  6364] By: gsar                                  on 2000/07/11  18:55:13
59100         Log: skip integrate of change#6267 from cfgperl into mainline (the
59101              method call optimization is flawed without additional hints
59102              from user about immutableness of @ISA and no runtime method
59103              definitions)
59104      Branch: perl
59105           +> t/op/method2entersub.t
59106           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
59107           !> perl.h t/op/sprintf.t xsutils.c
59108 ____________________________________________________________________________
59109 [  6363] By: gsar                                  on 2000/07/11  18:49:43
59110         Log: integrate cfgperl changes#6261..6266 into mainline
59111      Branch: perl
59112           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
59113           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
59114           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
59115           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
59116 ____________________________________________________________________________
59117 [  6362] By: gsar                                  on 2000/07/11  18:43:26
59118         Log: integrate cfgperl changes#6252..6260 into mainline
59119      Branch: perl
59120           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
59121           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
59122           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
59123           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
59124 ____________________________________________________________________________
59125 [  6361] By: gsar                                  on 2000/07/11  18:37:12
59126         Log: skip integrate of problematic change#6251 from cfgperl into mainline
59127      Branch: perl
59128           !> lib/Exporter.pm
59129 ____________________________________________________________________________
59130 [  6360] By: gsar                                  on 2000/07/11  18:34:56
59131         Log: integrate cfgperl change#6250 into mainline
59132      Branch: perl
59133           +> t/op/my_stash.t
59134           !> MANIFEST embed.pl proto.h toke.c
59135 ____________________________________________________________________________
59136 [  6359] By: gsar                                  on 2000/07/11  18:21:19
59137         Log: integrate cfgperl changes#6242..6249 into mainline
59138      Branch: perl
59139           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
59140           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
59141           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
59142           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
59143           !> t/lib/peek.t utf8.c
59144 ____________________________________________________________________________
59145 [  6358] By: gsar                                  on 2000/07/11  18:15:45
59146         Log: skip integrate of problematic change#6241 from cfgperl into mainline
59147      Branch: perl
59148           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
59149 ____________________________________________________________________________
59150 [  6357] By: jhi                                   on 2000/07/11  18:15:16
59151         Log: Fix for
59152              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
59153              From: Roderick Schertler <roderick@argon.org> 
59154              Date: Tue, 11 Jul 2000 13:55:05 -0400 
59155              Message-Id: <200007111755.NAA05077@jones.argon.org> 
59156      Branch: cfgperl
59157            ! doio.c
59158 ____________________________________________________________________________
59159 [  6356] By: jhi                                   on 2000/07/11  18:12:51
59160         Log: Typo in #6341.
59161      Branch: cfgperl
59162            ! pp_hot.c
59163 ____________________________________________________________________________
59164 [  6355] By: gsar                                  on 2000/07/11  18:12:10
59165         Log: integrate cfgperl changes#6231..6240 into mainline
59166      Branch: perl
59167           +> pod/perlutil.pod
59168           !> (integrate 35 files)
59169 ____________________________________________________________________________
59170 [  6354] By: jhi                                   on 2000/07/11  18:04:34
59171         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
59172              From: Dominic Dunlop <domo@computer.org> 
59173              Date: Tue, 11 Jul 2000 12:27:33 +0200 
59174              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
59175              
59176              Replaces change #6268.
59177      Branch: cfgperl
59178            ! t/op/sprintf.t
59179 ____________________________________________________________________________
59180 [  6353] By: gsar                                  on 2000/07/11  17:59:51
59181         Log: skip integrate of problematic change#6230 from cfgperl into mainline
59182              (a later version of File::Spec is already in mainline)
59183      Branch: perl
59184           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
59185           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
59186 ____________________________________________________________________________
59187 [  6352] By: gsar                                  on 2000/07/11  17:57:48
59188         Log: integrate cfgperl changes#6224..6229 into mainline
59189      Branch: perl
59190           +> lib/lib.pm.PL
59191            - lib/lib.pm
59192           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
59193           !> lib/English.pm op.c t/lib/english.t
59194 ____________________________________________________________________________
59195 [  6351] By: gsar                                  on 2000/07/11  17:50:10
59196         Log: skip integrate of problematic change#6223 from cfgperl into mainline
59197      Branch: perl
59198           !> doio.c
59199 ____________________________________________________________________________
59200 [  6350] By: gsar                                  on 2000/07/11  17:48:28
59201         Log: integrate cfgperl changes#6220..6222 into mainline
59202      Branch: perl
59203           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
59204           !> toke.c utf8.c win32/win32.h
59205 ____________________________________________________________________________
59206 [  6349] By: gsar                                  on 2000/07/11  17:46:13
59207         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
59208              mainline
59209      Branch: perl
59210           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
59211           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
59212           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
59213 ____________________________________________________________________________
59214 [  6348] By: jhi                                   on 2000/07/11  17:45:49
59215         Log: README.posix-bc podified from Thomas Dorner.
59216      Branch: cfgperl
59217            ! README.posix-bc
59218 ____________________________________________________________________________
59219 [  6347] By: gsar                                  on 2000/07/11  17:42:04
59220         Log: integrate cfgperl change#6217 into mainline
59221      Branch: perl
59222           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
59223           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
59224           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
59225 ____________________________________________________________________________
59226 [  6346] By: gsar                                  on 2000/07/11  17:39:37
59227         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
59228              mainline
59229      Branch: perl
59230           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
59231           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
59232           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
59233           !> perlapi.h pod/perlapi.pod
59234 ____________________________________________________________________________
59235 [  6345] By: gsar                                  on 2000/07/11  17:36:42
59236         Log: integrate cfgperl changes#6207..6210 into mainline
59237      Branch: perl
59238           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
59239           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
59240 ____________________________________________________________________________
59241 [  6344] By: gsar                                  on 2000/07/11  17:31:20
59242         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
59243              mainline
59244      Branch: perl
59245           !> (integrate 40 files)
59246 ____________________________________________________________________________
59247 [  6343] By: gsar                                  on 2000/07/11  17:19:08
59248         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
59249      Branch: perl
59250           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
59251            ! Changes
59252           !> (integrate 34 files)
59253 ____________________________________________________________________________
59254 [  6342] By: jhi                                   on 2000/07/11  16:05:48
59255         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
59256              To: perl5-porters@perl.org
59257              From: Karsten Sperling <spiff@phreax.net>
59258              Date: Mon, 10 Jul 2000 15:12:52 +0200
59259              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
59260      Branch: cfgperl
59261            ! lib/Symbol.pm
59262 ____________________________________________________________________________
59263 [  6341] By: jhi                                   on 2000/07/11  15:59:23
59264         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
59265              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
59266              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
59267              Date: Fri, 07 Jul 2000 17:57:16 +0100
59268      Branch: cfgperl
59269            ! pp_hot.c
59270 ____________________________________________________________________________
59271 [  6340] By: jhi                                   on 2000/07/11  15:55:47
59272         Log: Subject: Re: format bug report  [Patch]
59273              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
59274              Date: Wed, 05 Jul 2000 13:12:52 +0200
59275              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
59276              
59277              Subject: Re: format bug report  [Patch]
59278              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
59279              Date: Wed, 05 Jul 2000 14:10:01 +0200
59280              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
59281      Branch: cfgperl
59282            ! t/op/write.t toke.c
59283 ____________________________________________________________________________
59284 [  6339] By: jhi                                   on 2000/07/11  13:54:09
59285         Log: Be less forgiving about ambiguous and illegal tr ranges.
59286              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
59287              From: Mark-Jason Dominus <mjd@plover.com>
59288              Date: Tue, 04 Jul 2000 10:00:12 -0400
59289              Message-ID: <20000704140012.17772.qmail@plover.com>
59290              
59291              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
59292              From: Mark-Jason Dominus <mjd@plover.com>
59293              Date: Wed, 05 Jul 2000 09:37:36 -0400
59294              Message-ID: <20000705133736.27293.qmail@plover.com>
59295      Branch: cfgperl
59296            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
59297 ____________________________________________________________________________
59298 [  6338] By: jhi                                   on 2000/07/11  13:31:24
59299         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
59300              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
59301              Date: Tue, 11 Jul 2000 13:50:51 +0100
59302              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
59303      Branch: cfgperl
59304            ! sv.c
59305 ____________________________________________________________________________
59306 [  6337] By: jhi                                   on 2000/07/11  13:29:14
59307         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
59308              From: Hugo <hv@crypt.compulink.co.uk>
59309              Date: Tue, 11 Jul 2000 12:44:50 +0100
59310              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
59311      Branch: cfgperl
59312            ! regexec.c t/op/re_tests
59313 ____________________________________________________________________________
59314 [  6336] By: jhi                                   on 2000/07/11  13:26:47
59315         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
59316              From: simon@brecon.co.uk (Simon Cozens)
59317              Date: 7 Jul 2000 11:26:09 GMT
59318              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
59319      Branch: cfgperl
59320            ! mg.c
59321 ____________________________________________________________________________
59322 [  6335] By: jhi                                   on 2000/07/11  13:23:37
59323         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
59324              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
59325              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
59326              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
59327      Branch: cfgperl
59328            + ext/DynaLoader/hints/netbsd.pl
59329            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
59330 ____________________________________________________________________________
59331 [  6334] By: jhi                                   on 2000/07/11  13:20:38
59332         Log: Subject: PATCH perlguts.pod: Document D and d magic types
59333              From: mjd@plover.com
59334              Date: 5 Jul 2000 18:01:51 -0000
59335              Message-ID: <20000705180151.29413.qmail@plover.com>
59336      Branch: cfgperl
59337            ! pod/perlguts.pod
59338 ____________________________________________________________________________
59339 [  6333] By: jhi                                   on 2000/07/11  13:15:51
59340         Log: Precedence goof, fix based on
59341              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
59342              From: Hugo <hv@crypt.compulink.co.uk>
59343              Date: Tue, 11 Jul 2000 12:52:38 +0100
59344              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
59345      Branch: cfgperl
59346            ! t/op/taint.t
59347 ____________________________________________________________________________
59348 [  6332] By: jhi                                   on 2000/07/11  12:40:17
59349         Log: Integrate with Sarathy.
59350      Branch: cfgperl
59351           !> win32/win32sck.c
59352 ____________________________________________________________________________
59353 [  6331] By: jhi                                   on 2000/07/10  20:14:16
59354         Log: Sprinkle ldlibpath.
59355      Branch: cfgperl
59356            ! pod/Makefile.SH
59357 ____________________________________________________________________________
59358 [  6330] By: jhi                                   on 2000/07/10  17:54:49
59359         Log: More POSIX.pod tweaks.
59360      Branch: cfgperl
59361            ! ext/POSIX/POSIX.pod
59362 ____________________________________________________________________________
59363 [  6329] By: jhi                                   on 2000/07/10  14:02:12
59364         Log: Reorder perl.pod once more.
59365      Branch: cfgperl
59366            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
59367 ____________________________________________________________________________
59368 [  6328] By: gsar                                  on 2000/07/10  07:06:00
59369         Log: accept() leaks memory on windows due to incorrect ordering of
59370              closesocket() and fclose() calls
59371      Branch: perl
59372            ! win32/win32sck.c
59373 ____________________________________________________________________________
59374 [  6327] By: gsar                                  on 2000/07/10  06:49:17
59375         Log: winsock options weren't being set in all threads under ithreads
59376              (caused send()s from second and subsequent threads to fail)
59377      Branch: perl
59378            ! win32/win32sck.c
59379 ____________________________________________________________________________
59380 [  6326] By: jhi                                   on 2000/07/08  02:45:40
59381         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
59382              was cast to an unsigned (32-bit) integer with wild abandon.
59383      Branch: cfgperl
59384            ! ext/Devel/DProf/DProf.xs
59385 ____________________________________________________________________________
59386 [  6325] By: jhi                                   on 2000/07/07  18:50:33
59387         Log: Remove perlbook, update perlfaq book listing,
59388              rearrange perl.pod, regenerate perltoc.
59389      Branch: cfgperl
59390            - pod/perlbook.pod
59391            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
59392            ! pod/perlfaq2.pod pod/perltoc.pod
59393 ____________________________________________________________________________
59394 [  6324] By: jhi                                   on 2000/07/07  14:03:40
59395         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
59396      Branch: cfgperl
59397            ! sv.h toke.c
59398 ____________________________________________________________________________
59399 [  6323] By: jhi                                   on 2000/07/06  16:03:55
59400         Log: Fix complaints of buildtoc.
59401      Branch: cfgperl
59402            + lib/Win32.pod
59403            - pod/Win32.pod
59404            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
59405 ____________________________________________________________________________
59406 [  6322] By: jhi                                   on 2000/07/06  15:15:52
59407         Log: Add =head1 NAMEs so that buildtoc is happy.
59408              (The CGI::Util nit reported to Lincoln.)
59409      Branch: cfgperl
59410            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
59411            ! pod/perltoc.pod
59412 ____________________________________________________________________________
59413 [  6321] By: jhi                                   on 2000/07/06  03:16:04
59414         Log: Config is being used.
59415      Branch: cfgperl
59416            ! t/op/method.t
59417 ____________________________________________________________________________
59418 [  6320] By: jhi                                   on 2000/07/06  03:13:13
59419         Log: Integrate with Sarathy.
59420      Branch: cfgperl
59421           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
59422 ____________________________________________________________________________
59423 [  6319] By: jhi                                   on 2000/07/06  03:11:46
59424         Log: Autogenerate pod/Makefile and pod/buildtoc.
59425              buildtoc also checks whether the existin pods are
59426              mentioned in MANIFEST and perl.pod, and vice versa.
59427              (None of the thusly found discrepancies fixed yet.)
59428              roffitall also needs to be autogenerated similarly but it
59429              seems so badly out of date that I didn't touch it yet.
59430      Branch: cfgperl
59431            + pod/Makefile.SH pod/buildtoc.PL
59432            - pod/Makefile pod/buildtoc
59433            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
59434 ____________________________________________________________________________
59435 [  6318] By: gsar                                  on 2000/07/05  22:10:54
59436         Log: fix UNC path handling on Windows under ithreads, and chdir()
59437              return value when given a non-existent directory
59438      Branch: perl
59439            ! win32/vdir.h
59440 ____________________________________________________________________________
59441 [  6317] By: gsar                                  on 2000/07/05  22:08:19
59442         Log: winsock cleanup never done on Windows (leads to handle leaks)
59443      Branch: perl
59444            ! win32/perllib.c win32/win32sck.c
59445 ____________________________________________________________________________
59446 [  6316] By: gsar                                  on 2000/07/05  22:06:19
59447         Log: some debugger output does not go to the socket when RemotePort is set
59448      Branch: perl
59449            ! lib/perl5db.pl
59450 ____________________________________________________________________________
59451 [  6315] By: jhi                                   on 2000/07/05  00:25:21
59452         Log: Integrate with Sarathy, preliminary fix for unicos
59453              alignment problems in [ID 20000612.002] Perl problem on Cray system.
59454      Branch: cfgperl
59455            ! sv.h
59456           !> pp_hot.c
59457 ____________________________________________________________________________
59458 [  6314] By: gsar                                  on 2000/07/04  23:34:02
59459         Log: tyop in change#6306
59460      Branch: perl
59461            ! pp_hot.c
59462 ____________________________________________________________________________
59463 [  6313] By: jhi                                   on 2000/07/04  22:14:38
59464         Log: Multiline string literals ENONPORTABLE.
59465      Branch: cfgperl
59466            ! pp_hot.c
59467 ____________________________________________________________________________
59468 [  6312] By: jhi                                   on 2000/07/04  20:34:44
59469         Log: Integrate with Sarathy.
59470      Branch: cfgperl
59471           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
59472           !> t/op/method.t
59473 ____________________________________________________________________________
59474 [  6311] By: jhi                                   on 2000/07/04  20:30:56
59475         Log: More POSIX.pod embellishment.
59476      Branch: cfgperl
59477            ! ext/POSIX/POSIX.pod
59478 ____________________________________________________________________________
59479 [  6310] By: gsar                                  on 2000/07/04  17:28:48
59480         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
59481      Branch: perl
59482            ! t/lib/b.t
59483 ____________________________________________________________________________
59484 [  6309] By: jhi                                   on 2000/07/04  17:22:18
59485         Log: The #6308 required a little bit more.
59486      Branch: cfgperl
59487            ! Makefile.SH win32/Makefile
59488 ____________________________________________________________________________
59489 [  6308] By: jhi                                   on 2000/07/04  16:35:24
59490         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
59491      Branch: cfgperl
59492            + lib/lib_pm.PL
59493            - lib/lib.pm.PL
59494            ! MANIFEST Makefile.SH
59495 ____________________________________________________________________________
59496 [  6307] By: jhi                                   on 2000/07/04  16:28:58
59497         Log: Win32 patches for cfgperl from Sarathy.
59498      Branch: cfgperl
59499            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
59500            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
59501            ! thread.h toke.c util.c win32/Makefile win32/win32.c
59502 ____________________________________________________________________________
59503 [  6306] By: gsar                                  on 2000/07/04  16:28:40
59504         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
59505              (from Richard Soderberg <rs@oregonnet.com>)
59506      Branch: perl
59507            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
59508 ____________________________________________________________________________
59509 [  6305] By: jhi                                   on 2000/07/04  16:24:24
59510         Log: Integrate with Sarathy.
59511      Branch: cfgperl
59512           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
59513           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
59514           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
59515           !> proto.h win32/win32.c
59516 ____________________________________________________________________________
59517 [  6304] By: gsar                                  on 2000/07/04  16:17:24
59518         Log: missing perldiag entry for unpack("w",...) diagnostic (from
59519              Andreas Koenig)
59520      Branch: perl
59521            ! pod/perldiag.pod
59522 ____________________________________________________________________________
59523 [  6303] By: gsar                                  on 2000/07/04  16:14:44
59524         Log: remove rel2abs prototypes (from Barrie Slaymaker)
59525      Branch: perl
59526            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
59527            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
59528 ____________________________________________________________________________
59529 [  6302] By: gsar                                  on 2000/07/04  04:59:35
59530         Log: adjust change#6299
59531      Branch: perl
59532            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
59533            ! win32/win32.c
59534 ____________________________________________________________________________
59535 [  6301] By: jhi                                   on 2000/07/04  04:50:07
59536         Log: Integrate with Sarathy.
59537      Branch: cfgperl
59538           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
59539           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
59540           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
59541 ____________________________________________________________________________
59542 [  6300] By: gsar                                  on 2000/07/04  04:42:09
59543         Log: PERL_OBJECT build tweak
59544      Branch: perl
59545            ! perl.h
59546 ____________________________________________________________________________
59547 [  6299] By: gsar                                  on 2000/07/04  04:37:00
59548         Log: fix memory leak on Windows (PL_sys_intern contents were never
59549              freed)
59550      Branch: perl
59551            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
59552            ! perlapi.c proto.h win32/win32.c
59553 ____________________________________________________________________________
59554 [  6298] By: gsar                                  on 2000/07/04  04:15:59
59555         Log: fix large memory leak that has been around for ever, masked by
59556              -DPURIFY (most of the arenas were never freed!)
59557      Branch: perl
59558            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
59559 ____________________________________________________________________________
59560 [  6297] By: gsar                                  on 2000/07/04  04:07:46
59561         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
59562      Branch: perl
59563            ! perl.c
59564 ____________________________________________________________________________
59565 [  6296] By: jhi                                   on 2000/06/30  18:28:37
59566         Log: Elaborate POSIX.pod.  Still needs work.
59567      Branch: cfgperl
59568            ! ext/POSIX/POSIX.pod
59569 ____________________________________________________________________________
59570 [  6295] By: jhi                                   on 2000/06/30  14:58:18
59571         Log: Point to perlipc for more SysV IPC examples.
59572      Branch: cfgperl
59573            ! pod/perlfunc.pod
59574 ____________________________________________________________________________
59575 [  6294] By: gsar                                  on 2000/06/30  14:47:45
59576         Log: slurp mode fix in change#4736 still not quite right
59577      Branch: perl
59578            ! pp_hot.c t/io/argv.t
59579 ____________________________________________________________________________
59580 [  6293] By: jhi                                   on 2000/06/30  12:02:55
59581         Log: Integrate with Sarathy.
59582      Branch: cfgperl
59583           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
59584 ____________________________________________________________________________
59585 [  6292] By: jhi                                   on 2000/06/30  12:01:11
59586         Log: From: simon@brecon.co.uk (Simon Cozens)
59587              Subject: UTF8 concat
59588              Date: 30 Jun 2000 06:13:25 GMT
59589              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
59590      Branch: cfgperl
59591            ! pp_hot.c
59592 ____________________________________________________________________________
59593 [  6291] By: gsar                                  on 2000/06/30  04:37:33
59594         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
59595              when @_ is modified, causing coredumps
59596      Branch: perl
59597            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
59598 ____________________________________________________________________________
59599 [  6290] By: jhi                                   on 2000/06/30  02:21:44
59600         Log: Integrate with Sarathy.
59601      Branch: cfgperl
59602           !> vms/vms.c vms/vmsish.h
59603 ____________________________________________________________________________
59604 [  6289] By: jhi                                   on 2000/06/30  02:21:02
59605         Log: Check VERSIONs.
59606      Branch: cfgperl
59607            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
59608            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
59609            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
59610 ____________________________________________________________________________
59611 [  6288] By: jhi                                   on 2000/06/30  02:18:52
59612         Log: Integrate with Sarathy.
59613      Branch: cfgperl
59614           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
59615           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
59616           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
59617           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
59618 ____________________________________________________________________________
59619 [  6287] By: gsar                                  on 2000/06/30  02:17:08
59620         Log: integrate vmsperl changes into mainline
59621      Branch: perl
59622           !> vms/vms.c vms/vmsish.h
59623 ____________________________________________________________________________
59624 [  6285] By: gsar                                  on 2000/06/30  02:05:28
59625         Log: localize %INC in a Safe compartment so that use/require work
59626              (many other magic globals probably need similar treatment)
59627      Branch: perl
59628            ! ext/Opcode/Opcode.xs
59629 ____________________________________________________________________________
59630 [  6284] By: gsar                                  on 2000/06/30  01:54:54
59631         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
59632              about Windows
59633      Branch: perl
59634            ! pod/perlembed.pod
59635 ____________________________________________________________________________
59636 [  6283] By: jhi                                   on 2000/06/30  01:50:10
59637         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
59638              From: Barrie Slaymaker <barries@jester.slaysys.com>
59639              Date: Wed, 28 Jun 2000 11:35:29 -0400
59640              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
59641      Branch: perl
59642            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
59643            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
59644            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
59645            ! lib/File/Spec/Win32.pm
59646 ____________________________________________________________________________
59647 [  6282] By: jhi                                   on 2000/06/29  22:57:22
59648         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
59649              From: Dan Sugalski <dan@sidhe.org>
59650              Date: Tue, 06 Jun 2000 11:59:50 -0400
59651              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
59652      Branch: cfgperl
59653            ! vms/vms.c
59654 ____________________________________________________________________________
59655 [  6281] By: jhi                                   on 2000/06/29  22:52:50
59656         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
59657              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
59658              Date: Wed, 7 Jun 2000 04:02:04 -0500
59659              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
59660      Branch: cfgperl
59661            ! utils/h2xs.PL
59662 ____________________________________________________________________________
59663 [  6280] By: jhi                                   on 2000/06/29  22:45:47
59664         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
59665              From: rspier@pobox.com (Robert Spier)
59666              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
59667              Message-ID: <14654.31913.845602.610277@rls.cx>
59668      Branch: cfgperl
59669            ! utils/h2xs.PL
59670 ____________________________________________________________________________
59671 [  6279] By: jhi                                   on 2000/06/29  22:38:16
59672         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
59673              From: Tim Ayers <tayers@bridge.com>
59674              Date: Thu, 08 Jun 2000 08:11:06 +0200
59675              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
59676              [resent by Richard Foley, Message-Id probably wrong]
59677      Branch: cfgperl
59678            ! pod/perlsub.pod
59679 ____________________________________________________________________________
59680 [  6278] By: jhi                                   on 2000/06/29  22:21:45
59681         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
59682              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
59683              Date: Fri, 09 Jun 2000 12:39:27 -0400
59684              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
59685              (plus update the version "number" of Text::Wrap)
59686      Branch: cfgperl
59687            ! lib/Text/Wrap.pm
59688 ____________________________________________________________________________
59689 [  6277] By: jhi                                   on 2000/06/29  22:13:10
59690         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
59691              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
59692              Date: Mon, 12 Jun 2000 14:55:59 +0100
59693              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
59694      Branch: cfgperl
59695            ! pod/perlfunc.pod
59696 ____________________________________________________________________________
59697 [  6276] By: jhi                                   on 2000/06/29  22:11:06
59698         Log: Subject: [PATCH] Re: eval documentation: context
59699              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
59700              Date: Mon, 12 Jun 2000 15:07:29 +0100
59701              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
59702      Branch: cfgperl
59703            ! pod/perlfunc.pod
59704 ____________________________________________________________________________
59705 [  6275] By: jhi                                   on 2000/06/29  21:59:46
59706         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
59707              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
59708              Date: Tue, 13 Jun 2000 02:43:48 -0500
59709              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
59710      Branch: cfgperl
59711            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
59712 ____________________________________________________________________________
59713 [  6274] By: jhi                                   on 2000/06/29  21:56:14
59714         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
59715              From: Andy Dougherty <doughera@lafayette.edu>
59716              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
59717              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
59718      Branch: cfgperl
59719            ! ext/File/Glob/Glob.pm
59720 ____________________________________________________________________________
59721 [  6273] By: jhi                                   on 2000/06/29  21:49:09
59722         Log: Subject: [PATCH] xsub attributes
59723              From: Doug MacEachern <dougm@covalent.net>
59724              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
59725              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
59726      Branch: cfgperl
59727            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
59728            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
59729 ____________________________________________________________________________
59730 [  6272] By: jhi                                   on 2000/06/29  21:41:28
59731         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
59732              From: Tom Phoenix <rootbeer@redcat.com>
59733              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
59734              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
59735      Branch: cfgperl
59736            ! lib/Net/Ping.pm
59737 ____________________________________________________________________________
59738 [  6271] By: jhi                                   on 2000/06/29  21:36:55
59739         Log: Subject: PATCH pod/perltie.pod
59740              From: Ian Phillipps <Ian.Phillipps@iname.com>
59741              Date: Fri, 16 Jun 2000 00:17:19 +0100
59742              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
59743              (only the first hunk, the second hunk had already been done
59744              by some other patch)
59745      Branch: cfgperl
59746            ! pod/perltie.pod
59747 ____________________________________________________________________________
59748 [  6270] By: jhi                                   on 2000/06/29  21:24:51
59749         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
59750              From: Nicholas Clark <nick@talking.bollo.cx>
59751              Date: Fri, 23 Jun 2000 16:21:15 +0100
59752              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
59753      Branch: cfgperl
59754            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
59755            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
59756 ____________________________________________________________________________
59757 [  6269] By: jhi                                   on 2000/06/29  19:38:15
59758         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
59759              silence few compiler warnings.
59760      Branch: cfgperl
59761            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
59762 ____________________________________________________________________________
59763 [  6268] By: jhi                                   on 2000/06/29  18:21:50
59764         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
59765              From: Dominic Dunlop <domo@computer.org> 
59766              Date: Thu, 29 Jun 2000 12:32:39 +0200 
59767              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
59768      Branch: cfgperl
59769            ! t/op/sprintf.t
59770 ____________________________________________________________________________
59771 [  6267] By: jhi                                   on 2000/06/29  18:16:07
59772         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
59773              From: Doug MacEachern <dougm@covalent.net>
59774              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
59775              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
59776      Branch: cfgperl
59777            + t/op/method2entersub.t
59778            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
59779            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
59780            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
59781            ! xsutils.c
59782 ____________________________________________________________________________
59783 [  6266] By: jhi                                   on 2000/06/29  15:11:15
59784         Log: Subject: [PATCH 5.6.0] cygwin port
59785              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
59786              From: "Fifer, Eric" <EFifer@sanwaint.com>
59787              Date: Thu, 29 Jun 2000 12:58:29 +0100
59788      Branch: cfgperl
59789            ! cygwin/Makefile.SHs
59790 ____________________________________________________________________________
59791 [  6265] By: jhi                                   on 2000/06/29  15:04:05
59792         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
59793              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
59794              Date: Wed, 28 Jun 2000 17:50:12 -0700
59795              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
59796      Branch: cfgperl
59797            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
59798 ____________________________________________________________________________
59799 [  6264] By: jhi                                   on 2000/06/29  15:00:57
59800         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
59801              From: Marty Lucich <marty@netcom.com>
59802              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
59803              Message-Id: <200006282116.OAA11148@netcom.com>
59804              ccdlflags update (the BSD/OS 4.1 part had already been taken
59805              care of by #6141).
59806      Branch: cfgperl
59807            ! hints/bsdos.sh
59808 ____________________________________________________________________________
59809 [  6263] By: jhi                                   on 2000/06/29  13:47:44
59810         Log: tr fixes from Simon Cozens
59811      Branch: cfgperl
59812            ! doop.c
59813 ____________________________________________________________________________
59814 [  6262] By: jhi                                   on 2000/06/28  18:46:01
59815         Log: Subject: 5.6.0 Patch for EPOC
59816              From: Olaf Flebbe <o.flebbe@gmx.de>
59817              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
59818              Message-ID: <23449.960929969@www11.gmx.net>
59819      Branch: cfgperl
59820            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
59821            ! epoc/epocish.h
59822 ____________________________________________________________________________
59823 [  6261] By: jhi                                   on 2000/06/28  18:29:07
59824         Log: Subject: Re: [PATCH cfgperl] BOMs away!
59825              From: simon@brecon.co.uk (Simon Cozens)
59826              Date: 17 Jun 2000 11:49:57 GMT
59827              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
59828      Branch: cfgperl
59829            ! pod/perldiag.pod t/comp/require.t toke.c
59830 ____________________________________________________________________________
59831 [  6260] By: jhi                                   on 2000/06/28  17:47:16
59832         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
59833              From: simon@brecon.co.uk (Simon Cozens) 
59834              Date: 17 Jun 2000 11:56:44 GMT 
59835              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
59836              pack U0, pack C0
59837      Branch: cfgperl
59838            ! pod/perlfunc.pod pp.c t/op/pack.t
59839 ____________________________________________________________________________
59840 [  6259] By: jhi                                   on 2000/06/28  16:43:17
59841         Log: perlnewmod was missing from MANIFEST.
59842      Branch: cfgperl
59843            ! MANIFEST
59844 ____________________________________________________________________________
59845 [  6258] By: jhi                                   on 2000/06/28  15:54:30
59846         Log: linenumber tweak
59847      Branch: cfgperl
59848            ! t/pragma/warn/regcomp
59849 ____________________________________________________________________________
59850 [  6257] By: jhi                                   on 2000/06/28  15:50:44
59851         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
59852              From: Doug MacEachern <dougm@covalent.net>
59853              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
59854              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
59855              (one part of the patch had been applied earlier)
59856      Branch: cfgperl
59857            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
59858 ____________________________________________________________________________
59859 [  6256] By: jhi                                   on 2000/06/28  15:40:22
59860         Log: tweaks from Simon Cozens to further fix tr/// under utf8
59861      Branch: cfgperl
59862            ! doop.c
59863 ____________________________________________________________________________
59864 [  6255] By: jhi                                   on 2000/06/28  15:33:45
59865         Log: small thinko tweaks
59866      Branch: cfgperl
59867            ! lib/IPC/Open3.pm t/op/my_stash.t
59868 ____________________________________________________________________________
59869 [  6254] By: jhi                                   on 2000/06/28  15:33:25
59870         Log: Subject: tr///, help wanted.
59871              From: simon@brecon.co.uk (Simon Cozens)
59872              Date: 28 Jun 2000 11:29:04 GMT
59873              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
59874      Branch: cfgperl
59875            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
59876            ! pp_proto.h proto.h t/op/tr.t
59877 ____________________________________________________________________________
59878 [  6253] By: jhi                                   on 2000/06/28  15:09:17
59879         Log: Paranoia tweak on #6249.
59880              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
59881              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
59882              Date: Sun, 25 Jun 2000 23:43:12 -0400
59883              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
59884      Branch: cfgperl
59885            ! lib/IPC/Open3.pm
59886 ____________________________________________________________________________
59887 [  6252] By: jhi                                   on 2000/06/28  15:01:38
59888         Log: Document #6249 and #6251.
59889      Branch: cfgperl
59890            ! lib/Exporter.pm lib/IPC/Open3.pm
59891 ____________________________________________________________________________
59892 [  6251] By: jhi                                   on 2000/06/28  14:50:43
59893         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
59894              From: Doug MacEachern <dougm@covalent.net>
59895              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
59896              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
59897      Branch: cfgperl
59898            ! lib/Exporter.pm
59899 ____________________________________________________________________________
59900 [  6250] By: jhi                                   on 2000/06/28  14:45:23
59901         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
59902              From: Doug MacEachern <dougm@covalent.net>
59903              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
59904              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
59905      Branch: cfgperl
59906            + t/op/my_stash.t
59907            ! MANIFEST embed.pl global.sym proto.h toke.c
59908 ____________________________________________________________________________
59909 [  6249] By: jhi                                   on 2000/06/28  14:36:34
59910         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
59911              From: Frank Tobin <ftobin@uiuc.edu>
59912              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
59913              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
59914      Branch: cfgperl
59915            ! lib/IPC/Open3.pm
59916 ____________________________________________________________________________
59917 [  6248] By: jhi                                   on 2000/06/28  14:11:25
59918         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
59919              From: Mark-Jason Dominus <mjd@plover.com>
59920              Date: Tue, 27 Jun 2000 22:36:42 -0400
59921              Message-ID: <20000628023642.12166.qmail@plover.com>
59922      Branch: cfgperl
59923            ! pod/perlfunc.pod
59924 ____________________________________________________________________________
59925 [  6247] By: jhi                                   on 2000/06/27  12:46:37
59926         Log: Tweak $VERSION, patch from Doug MacEachern.
59927      Branch: cfgperl
59928            ! lib/File/Spec.pm
59929 ____________________________________________________________________________
59930 [  6246] By: jhi                                   on 2000/06/27  03:34:46
59931         Log: Allow for standalone testing.
59932      Branch: cfgperl
59933            ! t/lib/filefunc.t t/lib/filespec.t
59934 ____________________________________________________________________________
59935 [  6245] By: jhi                                   on 2000/06/27  02:50:02
59936         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
59937              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
59938              Date: Sat, 24 Jun 2000 13:06:20 +0100
59939              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
59940      Branch: cfgperl
59941            ! ext/DynaLoader/DynaLoader_pm.PL
59942 ____________________________________________________________________________
59943 [  6244] By: jhi                                   on 2000/06/27  02:46:10
59944         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
59945              From: Doug MacEachern <dougm@covalent.net>
59946              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
59947              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
59948      Branch: cfgperl
59949            ! gv.c sv.c t/lib/peek.t
59950 ____________________________________________________________________________
59951 [  6243] By: jhi                                   on 2000/06/27  02:38:07
59952         Log: Subject: [PATCH] is_utf8_string
59953              From: simon@brecon.co.uk (Simon Cozens)
59954              Date: 26 Jun 2000 02:25:59 GMT
59955              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
59956      Branch: cfgperl
59957            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
59958            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
59959            ! proto.h utf8.c
59960 ____________________________________________________________________________
59961 [  6242] By: jhi                                   on 2000/06/27  02:24:00
59962         Log: Subject: [PATCH] bytes<->utf8 fixes
59963              From: simon@brecon.co.uk (Simon Cozens)
59964              Date: 26 Jun 2000 04:55:45 GMT
59965              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
59966      Branch: cfgperl
59967            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
59968 ____________________________________________________________________________
59969 [  6241] By: jhi                                   on 2000/06/27  02:12:42
59970         Log: Do no -warn on \_, only on \alpha.
59971              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
59972              From: David Dyck <dcd@tc.fluke.com>
59973              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
59974              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
59975      Branch: cfgperl
59976            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
59977 ____________________________________________________________________________
59978 [  6240] By: jhi                                   on 2000/06/27  02:00:01
59979         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
59980              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
59981              Date: Mon, 26 Jun 2000 18:40:14 +0100
59982              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
59983      Branch: cfgperl
59984            ! utils/h2xs.PL
59985 ____________________________________________________________________________
59986 [  6239] By: jhi                                   on 2000/06/27  01:53:40
59987         Log: Configure maintenance.  Sever some dependency cycles,
59988              separate gccversion from the cc unit,
59989              address [ID 20000623.006] Configure script patch for using gcc on AIX
59990              (but solve it a little bit differently),
59991              unduplex some accidentally duplicated units,
59992              suggest using gcc if no cc available
59993              (p5p thread: "Solaris configure: counterproposal", 1999-09)
59994      Branch: cfgperl
59995            ! Configure Todo-5.6 config_h.SH
59996      Branch: metaconfig
59997            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
59998            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
59999      Branch: metaconfig/U/perl
60000            + gccvers.U
60001            ! d_getespwnam.U d_getprpwnam.U i_prot.U
60002 ____________________________________________________________________________
60003 [  6238] By: jhi                                   on 2000/06/25  18:04:56
60004         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
60005              From: Dan Sugalski <dan@sidhe.org>
60006              Date: Fri, 23 Jun 2000 17:00:00 -0400
60007              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
60008      Branch: cfgperl
60009            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
60010 ____________________________________________________________________________
60011 [  6237] By: jhi                                   on 2000/06/25  16:36:45
60012         Log: Tweak embed.pl, regen headers.
60013      Branch: cfgperl
60014            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
60015            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
60016            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
60017            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
60018            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
60019 ____________________________________________________________________________
60020 [  6236] By: jhi                                   on 2000/06/25  15:26:42
60021         Log: Regen headers.
60022      Branch: cfgperl
60023            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
60024            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
60025            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
60026            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
60027            ! regnodes.h warnings.h
60028 ____________________________________________________________________________
60029 [  6235] By: jhi                                   on 2000/06/23  19:39:35
60030         Log: The thread begun by
60031              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
60032              From: Kevin.Ruscoe@ubsw.com
60033              Date: Fri, 16 Jun 2000 16:38:51 +0100
60034              Message-Id: <H000019b03c300d6@MHS>
60035      Branch: cfgperl
60036            ! hints/solaris_2.sh
60037 ____________________________________________________________________________
60038 [  6234] By: jhi                                   on 2000/06/23  19:23:36
60039         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
60040              because when run as services (Win32ese for daemons)
60041              no environment variables are set and tmpdir ends up as /tmp,
60042              which is ambiguous.
60043              
60044              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
60045              From: matt@sergeant.org
60046              Date: 16 Jun 2000 16:30:43 -0000
60047              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
60048      Branch: cfgperl
60049            ! lib/File/Spec/Win32.pm
60050 ____________________________________________________________________________
60051 [  6233] By: jhi                                   on 2000/06/23  19:18:58
60052         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
60053              From: Mark-Jason Dominus <mjd@plover.com>
60054              Date: Fri, 16 Jun 2000 20:53:04 -0400
60055              Message-ID: <20000617005304.8008.qmail@plover.com>
60056      Branch: cfgperl
60057            ! op.h
60058 ____________________________________________________________________________
60059 [  6232] By: jhi                                   on 2000/06/23  16:10:02
60060         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
60061              From: simon@brecon.co.uk (Simon Cozens)
60062              Date: 19 Jun 2000 15:18:27 GMT
60063              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
60064              
60065              plus update pod/Makefile and regenerate perltoc
60066      Branch: cfgperl
60067            + pod/perlutil.pod
60068            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
60069 ____________________________________________________________________________
60070 [  6231] By: jhi                                   on 2000/06/23  15:19:18
60071         Log: Subject: [PATCH 5.6.0] cygwin port
60072              From: "Fifer, Eric" <EFifer@sanwaint.com>
60073              Date: Tue, 20 Jun 2000 14:30:58 +0100
60074              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
60075      Branch: cfgperl
60076            ! README.cygwin lib/File/Find.pm
60077 ____________________________________________________________________________
60078 [  6230] By: jhi                                   on 2000/06/23  14:25:21
60079         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
60080      Branch: cfgperl
60081            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
60082            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
60083            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
60084            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
60085 ____________________________________________________________________________
60086 [  6229] By: jhi                                   on 2000/06/23  14:13:34
60087         Log: Subject: README.hpux version 0.6.1
60088              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
60089              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
60090              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
60091      Branch: cfgperl
60092            ! README.hpux
60093 ____________________________________________________________________________
60094 [  6228] By: jhi                                   on 2000/06/23  14:07:20
60095         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
60096              From: Doug MacEachern <dougm@covalent.net>
60097              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
60098              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
60099      Branch: cfgperl
60100            ! op.c
60101 ____________________________________________________________________________
60102 [  6227] By: jhi                                   on 2000/06/23  14:01:06
60103         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
60104              From: Doug MacEachern <dougm@covalent.net>
60105              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
60106              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
60107      Branch: cfgperl
60108            + lib/lib.pm.PL
60109            - lib/lib.pm
60110            ! MANIFEST Makefile.SH
60111 ____________________________________________________________________________
60112 [  6226] By: jhi                                   on 2000/06/23  13:53:07
60113         Log: Subject: [PATCH] remove forward declarations in Socket.pm
60114              From: Doug MacEachern <dougm@covalent.net>
60115              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
60116              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
60117              
60118              From: Doug MacEachern <dougm@covalent.net>
60119              Subject: Re: [PATCH] remove forward declarations in Socket.pm
60120              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
60121              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
60122      Branch: cfgperl
60123            ! ext/Socket/Socket.pm op.c
60124 ____________________________________________________________________________
60125 [  6225] By: jhi                                   on 2000/06/23  13:41:52
60126         Log: Add source code filenames to apidoc.
60127              From: simon@brecon.co.uk (Simon Cozens)
60128              Subject: [PATCH embed.pl] Source X-ref
60129              Date: 22 Jun 2000 02:18:49 GMT
60130              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
60131      Branch: cfgperl
60132            ! embed.pl
60133 ____________________________________________________________________________
60134 [  6224] By: jhi                                   on 2000/06/23  13:32:33
60135         Log: A way to avoid English.pm performance hit.
60136              From: root <root@jester.slaysys.com>
60137              Subject: [YAPATCH English.pm] My turn to putt again
60138              Date: Thu, 22 Jun 2000 20:33:58 -0400
60139              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
60140      Branch: cfgperl
60141            ! lib/English.pm t/lib/english.t
60142 ____________________________________________________________________________
60143 [  6223] By: jhi                                   on 2000/06/23  13:27:06
60144         Log: Avoid double close().
60145              Subject: [PATCH] avoid double close()
60146              From: Doug MacEachern <dougm@covalent.net>
60147              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
60148              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
60149      Branch: cfgperl
60150            ! doio.c
60151 ____________________________________________________________________________
60152 [  6222] By: jhi                                   on 2000/06/23  13:25:54
60153         Log: doc typo fix
60154              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
60155              From: Ian Phillipps <Ian.Phillipps@iname.com>
60156              Date: Fri, 23 Jun 2000 10:40:58 +0100
60157              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
60158      Branch: cfgperl
60159            ! lib/Pod/Usage.pm
60160 ____________________________________________________________________________
60161 [  6221] By: jhi                                   on 2000/06/23  13:24:15
60162         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
60163              From: simon@brecon.co.uk (Simon Cozens)
60164              Subject: [PATCH] Eliminate tr///[CU][CU]
60165              Date: 23 Jun 2000 11:05:40 GMT
60166              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
60167      Branch: cfgperl
60168            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
60169 ____________________________________________________________________________
60170 [  6220] By: jhi                                   on 2000/06/22  16:07:51
60171         Log: Win32 patches from Benjamin Stuhl.
60172      Branch: cfgperl
60173            ! makedef.pl win32/win32.h
60174 ____________________________________________________________________________
60175 [  6219] By: jhi                                   on 2000/06/22  16:06:34
60176         Log: Bytecode patches from Benjamin Stuhl.
60177      Branch: cfgperl
60178            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
60179            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
60180            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
60181 ____________________________________________________________________________
60182 [  6218] By: jhi                                   on 2000/06/15  23:54:16
60183         Log: Bytecode patches from Benjamin Stuhl.
60184      Branch: cfgperl
60185            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
60186 ____________________________________________________________________________
60187 [  6217] By: jhi                                   on 2000/06/09  13:38:29
60188         Log: Rename the fdpid locking and integrate with Sarathy.
60189      Branch: cfgperl
60190            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
60191            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
60192            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
60193            ! win32/win32.c
60194           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
60195 ____________________________________________________________________________
60196 [  6216] By: gsar                                  on 2000/06/08  14:54:21
60197         Log: be more optimal about clearing @_
60198      Branch: perl
60199            ! cop.h
60200 ____________________________________________________________________________
60201 [  6215] By: gsar                                  on 2000/06/08  14:33:04
60202         Log: tweak comment about @DB::args
60203      Branch: perl
60204            ! av.h pp_ctl.c
60205 ____________________________________________________________________________
60206 [  6214] By: gsar                                  on 2000/06/08  13:57:54
60207         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
60208              caller() wants to populate @DB::args with it (causes a coredump
60209              in Carp::confess())
60210      Branch: perl
60211            ! cop.h t/op/runlevel.t
60212 ____________________________________________________________________________
60213 [  6213] By: gsar                                  on 2000/06/08  07:06:35
60214         Log: back out change#6106 (seems problematic)
60215      Branch: perl
60216            ! hints/solaris_2.sh
60217 ____________________________________________________________________________
60218 [  6212] By: jhi                                   on 2000/06/07  03:10:36
60219         Log: Continuing mopup for #6204.
60220      Branch: cfgperl
60221            ! ext/B/defsubs_h.PL
60222 ____________________________________________________________________________
60223 [  6211] By: jhi                                   on 2000/06/07  02:41:50
60224         Log: Mopup for #6204.
60225              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
60226              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
60227              This is comes from const() where POK isn't on when expected.
60228      Branch: cfgperl
60229            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
60230            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
60231            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
60232            ! perlapi.h pod/perlapi.pod
60233 ____________________________________________________________________________
60234 [  6210] By: jhi                                   on 2000/06/07  01:56:29
60235         Log: Mopup for #6207 and #6209.
60236      Branch: cfgperl
60237            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
60238 ____________________________________________________________________________
60239 [  6209] By: jhi                                   on 2000/06/07  01:33:12
60240         Log: Lock PL_fdpid against race conditions, based on:
60241              Subject: [PATCH 5.6.0]subprocess fixup for threads
60242              From: Dan Sugalski <dan@sidhe.org>
60243              To: perl5-porters@perl.org
60244              Date: Tue, 11 Apr 2000 17:02:32 -0400
60245              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
60246      Branch: cfgperl
60247            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
60248            ! win32/win32.c
60249 ____________________________________________________________________________
60250 [  6208] By: jhi                                   on 2000/06/07  01:05:23
60251         Log: Regen headers for #6207.
60252      Branch: cfgperl
60253            ! embed.h global.sym objXSUB.h proto.h
60254 ____________________________________________________________________________
60255 [  6207] By: jhi                                   on 2000/06/06  23:43:13
60256         Log: Subject: [PATCH 5.6.0] Threadsafe patches
60257              From: Dan Sugalski <dan@sidhe.org>
60258              To: perl5-porters@perl.org
60259              Date: Mon, 08 May 2000 18:08:13 -0400
60260              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
60261      Branch: cfgperl
60262            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
60263            ! proto.h sv.h util.c
60264 ____________________________________________________________________________
60265 [  6206] By: jhi                                   on 2000/06/06  23:21:23
60266         Log: Subject: [PATCH] Eliminate $a/$b in pod
60267              From: David Glasser <me@davidglasser.net>
60268              To: perl5-porters@perl.org
60269              Date: Mon, 29 May 2000 21:15:59 -0400
60270              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
60271      Branch: cfgperl
60272            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
60273            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
60274            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
60275            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
60276            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
60277            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
60278            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
60279            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
60280            ! pod/perlvar.pod pod/perlxs.pod
60281 ____________________________________________________________________________
60282 [  6205] By: jhi                                   on 2000/06/06  23:12:14
60283         Log: Subject: [PATCH] Win32 improvements
60284              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
60285              To: gsar@activestate.com, perl5-porters@perl.org
60286              Date: Mon, 29 May 2000 17:22:24 PDT
60287              Message-ID: <20000530002224.91142.qmail@hotmail.com>
60288              (MUA had mangled many lines by wordwrapping)
60289      Branch: cfgperl
60290            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
60291 ____________________________________________________________________________
60292 [  6204] By: jhi                                   on 2000/06/06  23:01:50
60293         Log: Subject: [PATCH] B::Bytecode patches
60294              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
60295              To: gsar@activestate.com, jhi@iki.fi
60296              Cc: perl5-porters@perl.org
60297              Message-ID: <20000602202526.48694.qmail@hotmail.com>
60298              (MUA had mangled many lines by wordwrapping)
60299      Branch: cfgperl
60300            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
60301            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
60302            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
60303            ! intrpvar.h perl.c
60304 ____________________________________________________________________________
60305 [  6203] By: jhi                                   on 2000/06/06  22:32:43
60306         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
60307              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
60308              Date: Tue, 06 Jun 2000 13:07:45 -0700
60309              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
60310      Branch: cfgperl
60311            ! pod/perldiag.pod
60312 ____________________________________________________________________________
60313 [  6202] By: jhi                                   on 2000/06/06  19:38:35
60314         Log: Integrate with Sarathy.
60315      Branch: cfgperl
60316           !> perl.c
60317 ____________________________________________________________________________
60318 [  6201] By: gsar                                  on 2000/06/06  00:42:59
60319         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
60320              does a PUSHMARK that's never ever POPMARKed; in general, only
60321              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
60322              Perl_eval_[sp]v() don't because they don't take any incoming
60323              arguments (this leak has been around since the original version
60324              of perl_eval_pv() in 5.003_97e)
60325      Branch: perl
60326            ! perl.c
60327 ____________________________________________________________________________
60328 [  6200] By: jhi                                   on 2000/06/04  03:44:52
60329         Log: Update to cperl-mode.el 4.31 from
60330              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
60331              Subject: A couple of notes
60332              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
60333              To: Mailing list Perl5 <perl5-porters@perl.org>
60334              Date: Sat, 3 Jun 2000 23:33:32 -0400
60335              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
60336      Branch: cfgperl
60337            ! emacs/cperl-mode.el
60338 ____________________________________________________________________________
60339 [  6199] By: jhi                                   on 2000/06/03  15:11:05
60340         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
60341              From: Dan Sugalski <dan@sidhe.org>
60342              To: perl5-porters@perl.org, vmsperl@perl.org
60343              Date: Fri, 02 Jun 2000 17:30:51 -0400
60344              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
60345      Branch: cfgperl
60346            ! vms/descrip_mms.template vms/gen_shrfls.pl
60347 ____________________________________________________________________________
60348 [  6198] By: jhi                                   on 2000/06/03  14:59:15
60349         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
60350              From: Dan Sugalski <dan@sidhe.org>
60351              To: vmsperl@perl.org, perl5-porters@perl.org
60352              Date: Fri, 02 Jun 2000 16:00:41 -0400
60353              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
60354              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
60355      Branch: cfgperl
60356            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
60357            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
60358            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
60359 ____________________________________________________________________________
60360 [  6197] By: jhi                                   on 2000/06/03  14:41:30
60361         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
60362              From: John Borwick <jhborwic@unity.ncsu.edu>
60363              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
60364              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
60365      Branch: cfgperl
60366            ! pod/perlsyn.pod
60367 ____________________________________________________________________________
60368 [  6196] By: jhi                                   on 2000/06/03  14:38:09
60369         Log: Integrate with Sarathy.
60370      Branch: cfgperl
60371           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
60372           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
60373           !> vms/perly_c.vms
60374 ____________________________________________________________________________
60375 [  6195] By: gsar                                  on 2000/06/02  22:43:13
60376         Log: fix yet another eval"" leak under USE_ITHREADS
60377      Branch: perl
60378            ! op.c
60379 ____________________________________________________________________________
60380 [  6194] By: gsar                                  on 2000/06/02  18:22:06
60381         Log: fix small eval"" memory leaks under USE_ITHREADS
60382      Branch: perl
60383            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
60384            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
60385            ! vms/perly_c.vms
60386 ____________________________________________________________________________
60387 [  6193] By: jhi                                   on 2000/06/01  13:03:56
60388         Log: Signals-be-gone for microperl.
60389      Branch: cfgperl
60390            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
60391 ____________________________________________________________________________
60392 [  6192] By: jhi                                   on 2000/06/01  12:52:02
60393         Log: Integrate with Sarathy.
60394      Branch: cfgperl
60395           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
60396           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
60397           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
60398           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
60399           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
60400           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
60401           !> t/op/vec.t utils/h2xs.PL
60402 ____________________________________________________________________________
60403 [  6191] By: gsar                                  on 2000/06/01  09:38:21
60404         Log: vec() loses numericalness (modified version of patch suggested
60405              by Robin Barker)
60406      Branch: perl
60407            ! doop.c t/op/vec.t
60408 ____________________________________________________________________________
60409 [  6190] By: gsar                                  on 2000/06/01  09:26:15
60410         Log: submit missing embed.pl change
60411      Branch: perl
60412            ! embed.pl
60413 ____________________________________________________________________________
60414 [  6189] By: gsar                                  on 2000/06/01  09:05:34
60415         Log: counting tr/// corrupts later operation (from M.J.T Guy)
60416      Branch: perl
60417            ! doop.c t/op/tr.t
60418 ____________________________________________________________________________
60419 [  6188] By: gsar                                  on 2000/06/01  08:58:39
60420         Log: h2xs tweaks
60421      Branch: perl
60422            ! utils/h2xs.PL
60423 ____________________________________________________________________________
60424 [  6187] By: gsar                                  on 2000/06/01  08:50:07
60425         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
60426              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
60427      Branch: perl
60428            + lib/Pod/LaTeX.pm
60429            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
60430            ! pod/pod2latex.PL
60431 ____________________________________________________________________________
60432 [  6186] By: gsar                                  on 2000/06/01  08:24:40
60433         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
60434              <wolfgang.laun@alcatel.at>)
60435      Branch: perl
60436            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
60437            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
60438 ____________________________________________________________________________
60439 [  6185] By: gsar                                  on 2000/06/01  08:12:00
60440         Log: remove incorrect documentation about implicit split to @_ in
60441              list context, which never really worked in perl 5 (from
60442              M.J.T. Guy)
60443      Branch: perl
60444            ! pod/perlfunc.pod pod/perltrap.pod
60445 ____________________________________________________________________________
60446 [  6184] By: gsar                                  on 2000/06/01  07:52:27
60447         Log: tweak for change#6127
60448      Branch: perl
60449            ! perl.c
60450 ____________________________________________________________________________
60451 [  6183] By: gsar                                  on 2000/06/01  07:41:02
60452         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
60453              <nick@ccl4.org>)
60454      Branch: perl
60455            + t/lib/selfloader.t
60456            ! MANIFEST lib/SelfLoader.pm
60457 ____________________________________________________________________________
60458 [  6182] By: jhi                                   on 2000/06/01  00:34:42
60459         Log: Be Cleaner Part Deux.
60460      Branch: cfgperl
60461            ! Makefile.SH
60462 ____________________________________________________________________________
60463 [  6181] By: jhi                                   on 2000/06/01  00:32:09
60464         Log: Integrate with Sarathy.
60465      Branch: cfgperl
60466           !> pp.c t/op/arith.t
60467 ____________________________________________________________________________
60468 [  6180] By: jhi                                   on 2000/06/01  00:31:13
60469         Log: microperl nits from Simon Cozens.
60470      Branch: cfgperl
60471            + uconfig.h
60472            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
60473            ! unixish.h
60474 ____________________________________________________________________________
60475 [  6179] By: gsar                                  on 2000/05/31  22:37:51
60476         Log: buggy modulus on UVs introduced by change#3378 (resulted in
60477              4063328477 % 65535 amounting to 27406, instead of 27407)
60478      Branch: perl
60479            ! pp.c t/op/arith.t
60480 ____________________________________________________________________________
60481 [  6178] By: jhi                                   on 2000/05/31  21:52:41
60482         Log: Be cleaner.
60483      Branch: cfgperl
60484            ! Makefile.SH
60485 ____________________________________________________________________________
60486 [  6177] By: jhi                                   on 2000/05/31  21:47:33
60487         Log: Substitution utf8 patch from Simon Cozens.
60488      Branch: cfgperl
60489            ! pp_hot.c
60490 ____________________________________________________________________________
60491 [  6176] By: jhi                                   on 2000/05/31  21:45:34
60492         Log: Single-quoted utf8 patch from Simon Cozens.
60493      Branch: cfgperl
60494            ! toke.c
60495 ____________________________________________________________________________
60496 [  6175] By: jhi                                   on 2000/05/31  21:40:18
60497         Log: Integrate with Sarathy.
60498      Branch: cfgperl
60499           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
60500 ____________________________________________________________________________
60501 [  6174] By: jhi                                   on 2000/05/31  21:37:31
60502         Log: microperl changes from Simon Cozens; Makefile for microperl
60503              written from scratch; few casts added as microperl compilation
60504              doesn't have all prototypes available.
60505      Branch: cfgperl
60506            + Makefile.micro README.micro Todo.micro uconfig.sh
60507            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
60508            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
60509      Branch: metaconfig
60510            + U/modified/Config_h.U
60511 ____________________________________________________________________________
60512 [  6173] By: jhi                                   on 2000/05/31  20:00:24
60513         Log: metaconfig maintenance.
60514      Branch: metaconfig
60515            + U/modified/Inhdr.U U/typedefs/inotype.U
60516      Branch: metaconfig/U/perl
60517            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
60518            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
60519 ____________________________________________________________________________
60520 [  6172] By: gsar                                  on 2000/05/31  05:05:42
60521         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
60522              (from Ilya Zakharevich)
60523      Branch: perl
60524            ! regexec.c t/op/re_tests
60525 ____________________________________________________________________________
60526 [  6171] By: gsar                                  on 2000/05/31  05:01:47
60527         Log: scalar() doesn't force scalar context when used in void context
60528              (from Simon Cozens)
60529      Branch: perl
60530            ! op.c t/op/wantarray.t
60531 ____________________________________________________________________________
60532 [  6170] By: gsar                                  on 2000/05/31  04:41:33
60533         Log: change#6142 needs tweaks to tests to work where there's no symlink()
60534              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
60535      Branch: perl
60536            ! t/lib/filefind.t
60537 ____________________________________________________________________________
60538 [  6169] By: gsar                                  on 2000/05/31  04:29:49
60539         Log: integrate cfgperl contents into mainline
60540      Branch: perl
60541           +> pod/perlmodlib.PL pod/perlnewmod.pod
60542           !> (integrate 42 files)
60543 ____________________________________________________________________________
60544 [  6168] By: jhi                                   on 2000/05/30  22:53:37
60545         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
60546      Branch: cfgperl
60547            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
60548            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
60549            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
60550            ! win32/config.bc win32/config.gc win32/config.vc
60551            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
60552            ! win32/config_h.PL win32/config_sh.PL
60553      Branch: metaconfig/U/perl
60554            ! perlxv.U
60555 ____________________________________________________________________________
60556 [  6167] By: jhi                                   on 2000/05/30  22:20:21
60557         Log: tweak todo 
60558      Branch: cfgperl
60559            ! Todo-5.6
60560 ____________________________________________________________________________
60561 [  6166] By: jhi                                   on 2000/05/30  22:11:51
60562         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
60563              in case somebody wants to write an extension for more
60564              shadow database interfaces.
60565      Branch: cfgperl
60566            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
60567            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
60568            ! vos/config.def vos/config.h vos/config_h.SH_orig
60569            ! win32/config.bc win32/config.gc win32/config.vc
60570            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
60571      Branch: metaconfig
60572            ! U/modified/Myinit.U
60573      Branch: metaconfig/U/perl
60574            + d_getespwnam.U d_getprpwnam.U i_prot.U
60575 ____________________________________________________________________________
60576 [  6165] By: jhi                                   on 2000/05/30  18:35:34
60577         Log: Integrate with Sarathy.
60578      Branch: cfgperl
60579           !> op.c
60580 ____________________________________________________________________________
60581 [  6164] By: jhi                                   on 2000/05/30  18:30:16
60582         Log: detypo
60583      Branch: cfgperl
60584            ! Configure config_h.SH
60585      Branch: metaconfig/U/perl
60586            ! perlxv.U
60587 ____________________________________________________________________________
60588 [  6163] By: gsar                                  on 2000/05/30  03:24:03
60589         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
60590      Branch: perl
60591            ! op.c
60592 ____________________________________________________________________________
60593 [  6162] By: gsar                                  on 2000/05/30  03:09:38
60594         Log: fix memory leak in method call optimization (change#3768);
60595              made C<eval "$x->foo()"> leak
60596      Branch: perl
60597            ! op.c
60598 ____________________________________________________________________________
60599 [  6161] By: jhi                                   on 2000/05/29  17:56:26
60600         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
60601              both from Simon Cozens.
60602      Branch: cfgperl
60603            + pod/perlmodlib.PL pod/perlnewmod.pod
60604            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
60605            ! pod/perlmodlib.pod pod/perltoc.pod
60606 ____________________________________________________________________________
60607 [  6160] By: jhi                                   on 2000/05/29  17:23:55
60608         Log: Changes for the File::Temp 0.08 (change #6159) test suite
60609              to fit better into the Perl distribution test framework.
60610      Branch: cfgperl
60611            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
60612            ! t/lib/ftmp-tempfile.t
60613 ____________________________________________________________________________
60614 [  6159] By: jhi                                   on 2000/05/29  16:55:36
60615         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
60616      Branch: cfgperl
60617            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
60618            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
60619 ____________________________________________________________________________
60620 [  6158] By: bailey                                on 2000/05/29  16:22:08
60621         Log: Add fallback to tmpfile for use in cases where user's relying on
60622              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
60623              Lane's patch)
60624      Branch: vmsperl
60625            ! vms/vms.c vms/vmsish.h
60626 ____________________________________________________________________________
60627 [  6157] By: jhi                                   on 2000/05/29  03:10:36
60628         Log: Regen Configure to jive with #6149.
60629      Branch: cfgperl
60630            ! Configure
60631      Branch: metaconfig
60632            ! U/modified/Getfile.U
60633 ____________________________________________________________________________
60634 [  6156] By: jhi                                   on 2000/05/29  03:01:38
60635         Log: Integrate with Sarathy.
60636      Branch: cfgperl
60637           +> ext/DynaLoader/dl_mac.xs
60638           !> (integrate 38 files)
60639 ____________________________________________________________________________
60640 [  6155] By: gsar                                  on 2000/05/28  21:15:58
60641         Log: small bug in change#6144; remove random \xA0 character that snuck
60642              in via change#6145
60643      Branch: perl
60644            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
60645 ____________________________________________________________________________
60646 [  6154] By: gsar                                  on 2000/05/28  21:04:19
60647         Log: avoid type mismatch warning
60648      Branch: perl
60649            ! perl.c
60650 ____________________________________________________________________________
60651 [  6153] By: gsar                                  on 2000/05/28  20:58:31
60652         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
60653              <nick@Bagpuss.uk.boo.com>)
60654      Branch: perl
60655            ! lib/Test/Harness.pm
60656 ____________________________________________________________________________
60657 [  6152] By: gsar                                  on 2000/05/28  20:53:42
60658         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
60659      Branch: perl
60660            ! regexec.c
60661 ____________________________________________________________________________
60662 [  6151] By: gsar                                  on 2000/05/28  20:50:28
60663         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
60664      Branch: perl
60665            ! regexec.c
60666 ____________________________________________________________________________
60667 [  6150] By: gsar                                  on 2000/05/28  20:39:58
60668         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
60669      Branch: perl
60670            ! pod/perlrequick.pod
60671 ____________________________________________________________________________
60672 [  6149] By: gsar                                  on 2000/05/28  20:35:16
60673         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
60674              <troc@netrus.net>)
60675      Branch: perl
60676            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
60677            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
60678            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
60679            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
60680 ____________________________________________________________________________
60681 [  6148] By: gsar                                  on 2000/05/28  20:21:07
60682         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
60683      Branch: perl
60684            ! lib/ExtUtils/MM_Unix.pm
60685 ____________________________________________________________________________
60686 [  6147] By: gsar                                  on 2000/05/28  20:12:41
60687         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
60688              (from Peter Prymmer)
60689      Branch: perl
60690            ! vms/subconfigure.com
60691 ____________________________________________________________________________
60692 [  6146] By: gsar                                  on 2000/05/28  20:06:15
60693         Log: doc typo
60694      Branch: perl
60695            ! lib/warnings.pm warnings.h warnings.pl
60696 ____________________________________________________________________________
60697 [  6145] By: gsar                                  on 2000/05/28  18:44:33
60698         Log: make xsubpp skip embedded pod (from Matthias Neeracher
60699              <neeri@iis.ee.ethz.ch>)
60700      Branch: perl
60701            ! lib/ExtUtils/xsubpp
60702 ____________________________________________________________________________
60703 [  6144] By: gsar                                  on 2000/05/28  18:42:49
60704         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
60705              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
60706              <neeri@iis.ee.ethz.ch>)
60707      Branch: perl
60708            ! lib/AutoSplit.pm
60709 ____________________________________________________________________________
60710 [  6143] By: gsar                                  on 2000/05/28  18:41:12
60711         Log: MacOS support, part 1 (from Matthias Neeracher
60712              <neeri@iis.ee.ethz.ch>)
60713      Branch: perl
60714            + ext/DynaLoader/dl_mac.xs
60715            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
60716            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
60717            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
60718            ! util.h
60719 ____________________________________________________________________________
60720 [  6142] By: gsar                                  on 2000/05/28  18:21:51
60721         Log: File::Find fails to chdir when chasing symlinks (from
60722              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
60723      Branch: perl
60724            ! lib/File/Find.pm t/lib/filefind.t
60725 ____________________________________________________________________________
60726 [  6141] By: jhi                                   on 2000/05/28  14:25:15
60727         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
60728              forwarded by Peter Seebach from the bsdi-users mailing list.
60729              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
60730      Branch: perl
60731            ! hints/bsdos.sh
60732 ____________________________________________________________________________
60733 [  6140] By: jhi                                   on 2000/05/28  14:11:57
60734         Log: Integrate with Sarathy.
60735      Branch: cfgperl
60736           +> (branch 30 files)
60737           !> (integrate 93 files)
60738 ____________________________________________________________________________
60739 [  6139] By: gsar                                  on 2000/05/28  10:01:48
60740         Log: revise mktables.PL for bugs and newness in Unicode 3.0
60741              (from James Bence <jbence@amgen.com>)
60742      Branch: perl
60743            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
60744            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
60745            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
60746            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
60747            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
60748            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
60749            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
60750            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
60751            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
60752            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
60753            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
60754            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
60755            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
60756            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
60757            + lib/unicode/Is/SylWU.pl
60758            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
60759            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
60760            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
60761            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
60762            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
60763            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
60764            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
60765            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
60766            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
60767            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
60768            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
60769            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
60770            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
60771            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
60772            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
60773            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
60774            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
60775            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
60776            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
60777            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
60778            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
60779            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
60780            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
60781            ! lib/unicode/Makefile lib/unicode/mktables.PL
60782 ____________________________________________________________________________
60783 [  6138] By: gsar                                  on 2000/05/28  08:50:32
60784         Log: add note about the handling of negative indices to tied arrays
60785              (from Michael G Schwern <schwern@pobox.com>)
60786      Branch: perl
60787            ! pod/perltie.pod
60788 ____________________________________________________________________________
60789 [  6137] By: gsar                                  on 2000/05/28  08:46:10
60790         Log: fix bogus redeclaration warning for "our" variables in different
60791              scopes
60792      Branch: perl
60793            ! op.c t/pragma/strict-vars
60794 ____________________________________________________________________________
60795 [  6136] By: gsar                                  on 2000/05/28  08:31:20
60796         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
60797      Branch: perl
60798            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
60799 ____________________________________________________________________________
60800 [  6135] By: gsar                                  on 2000/05/28  08:17:50
60801         Log: enable Test::Harness to dynamically determine column width etc.
60802              (from Rob Napier <rnapier@employees.org>)
60803      Branch: perl
60804            ! lib/Test/Harness.pm
60805 ____________________________________________________________________________
60806 [  6134] By: gsar                                  on 2000/05/28  08:13:39
60807         Log: make Test::Harness use wait.h/WCOREDUMP if available
60808              (from Ben Tilly <ben_tilly@hotmail.com>)
60809      Branch: perl
60810            ! lib/Test/Harness.pm
60811 ____________________________________________________________________________
60812 [  6133] By: gsar                                  on 2000/05/28  08:08:05
60813         Log: elide bogus test in change#6132
60814      Branch: perl
60815            ! t/pragma/warn/9enabled
60816 ____________________________________________________________________________
60817 [  6132] By: gsar                                  on 2000/05/28  08:03:14
60818         Log: warnings::enabled() doesn't fall back to looking at $^W if
60819              caller isn't using lexical warnings (from Paul Marquess)
60820      Branch: perl
60821            ! pp_ctl.c t/pragma/warn/9enabled
60822 ____________________________________________________________________________
60823 [  6131] By: gsar                                  on 2000/05/28  07:57:47
60824         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
60825      Branch: perl
60826            ! ext/POSIX/POSIX.pm
60827 ____________________________________________________________________________
60828 [  6130] By: gsar                                  on 2000/05/28  07:29:12
60829         Log: fix places that mean C<"word" character> but say C<alphanumeric
60830              character>
60831      Branch: perl
60832            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
60833 ____________________________________________________________________________
60834 [  6129] By: gsar                                  on 2000/05/28  07:18:41
60835         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
60836      Branch: perl
60837            ! vms/test.com
60838 ____________________________________________________________________________
60839 [  6128] By: gsar                                  on 2000/05/28  07:12:55
60840         Log: new perlxstut example for passing/returning refs to arrays
60841              (from David Lowe <dlowe@pootpoot.com>)
60842      Branch: perl
60843            ! pod/perlxstut.pod
60844 ____________________________________________________________________________
60845 [  6127] By: gsar                                  on 2000/05/28  07:02:50
60846         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
60847              failed (from Gisle Aas)
60848      Branch: perl
60849            ! cop.h perl.c
60850 ____________________________________________________________________________
60851 [  6126] By: gsar                                  on 2000/05/28  06:39:53
60852         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
60853              (reworked variant of patch suggested by Simon Cozens)
60854      Branch: perl
60855            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
60856            ! pp_hot.c proto.h t/op/gv.t
60857 ____________________________________________________________________________
60858 [  6125] By: gsar                                  on 2000/05/28  05:14:55
60859         Log: enable propagating exception objects via Perl_croak() in XS code
60860              (from Gisle Aas)
60861      Branch: perl
60862            ! util.c
60863 ____________________________________________________________________________
60864 [  6124] By: gsar                                  on 2000/05/28  05:07:28
60865         Log: integrate vmsperl contents into mainline
60866      Branch: perl
60867           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
60868           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
60869           !> vms/vmsish.h
60870 ____________________________________________________________________________
60871 [  6123] By: gsar                                  on 2000/05/28  05:03:53
60872         Log: clarify gotcha with #line directives (from Rocco Caputo
60873              <troc@netrus.net>)
60874      Branch: perl
60875            ! pod/perldebug.pod pod/perlsyn.pod
60876 ____________________________________________________________________________
60877 [  6122] By: gsar                                  on 2000/05/28  04:58:29
60878         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
60879              (from Mark-Jason Dominus)
60880      Branch: perl
60881            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
60882            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
60883            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
60884            ! toke.c
60885 ____________________________________________________________________________
60886 [  6121] By: bailey                                on 2000/05/25  04:46:54
60887         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
60888              lists (based on fixes by Craig Berry)
60889      Branch: vmsperl
60890            ! lib/File/Spec/VMS.pm
60891 ____________________________________________________________________________
60892 [  6120] By: bailey                                on 2000/05/25  04:25:38
60893         Log: Add missing escape (Charles Lane)
60894      Branch: vmsperl
60895            ! t/op/lex_assign.t
60896 ____________________________________________________________________________
60897 [  6119] By: bailey                                on 2000/05/25  04:21:25
60898         Log: Quiet error messages in vmsish.t (Charles Lane)
60899      Branch: vmsperl
60900            ! vms/ext/vmsish.t
60901 ____________________________________________________________________________
60902 [  6118] By: bailey                                on 2000/05/25  04:17:57
60903         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
60904              Flatten case labels in switch statements uniformly (Charles Bailey)
60905      Branch: vmsperl
60906            ! vms/vms.c
60907 ____________________________________________________________________________
60908 [  6117] By: bailey                                on 2000/05/25  03:58:09
60909         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
60910      Branch: vmsperl
60911            ! vms/vmsish.h
60912 ____________________________________________________________________________
60913 [  6116] By: bailey                                on 2000/05/25  03:11:15
60914         Log: Miscellaneous cosmetic fixes (Charles Lane)
60915      Branch: vmsperl
60916            ! lib/ExtUtils/MM_VMS.pm
60917 ____________________________________________________________________________
60918 [  6115] By: bailey                                on 2000/05/25  03:10:36
60919         Log: Add bounds checking for several strings (Charles Lane)
60920      Branch: vmsperl
60921            ! vms/vms.c
60922 ____________________________________________________________________________
60923 [  6114] By: bailey                                on 2000/05/25  02:25:34
60924         Log: Urk -- undo previous removal of vmsish 'exit' change
60925      Branch: vmsperl
60926            ! vms/ext/vmsish.pm vms/vmsish.h
60927 ____________________________________________________________________________
60928 [  6113] By: bailey                                on 2000/05/24  02:24:40
60929         Log: Ugly workaround for version-specific RTL error
60930      Branch: vmsperl
60931            ! vms/vms.c
60932 ____________________________________________________________________________
60933 [  6112] By: bailey                                on 2000/05/24  02:19:55
60934         Log: Check for existence of file before trying to delete
60935      Branch: vmsperl
60936            ! vms/test.com
60937 ____________________________________________________________________________
60938 [  6111] By: bailey                                on 2000/05/23  23:35:13
60939         Log: Resync with mainline prior to post-5.6.0 updates
60940      Branch: vmsperl
60941           +> (branch 49 files)
60942            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
60943            ! vms/ext/vmsish.pm
60944           !> (integrate 334 files)
60945 ____________________________________________________________________________
60946 [  6110] By: jhi                                   on 2000/05/23  19:28:32
60947         Log: todo tweak
60948      Branch: cfgperl
60949            ! Todo-5.6
60950 ____________________________________________________________________________
60951 [  6109] By: jhi                                   on 2000/05/18  17:38:54
60952         Log: Integrate with Sarathy.
60953      Branch: cfgperl
60954           !> mg.c perl.h win32/perlhost.h
60955 ____________________________________________________________________________
60956 [  6108] By: gsar                                  on 2000/05/17  02:24:56
60957         Log: reenable fake signal handling on Windows, bugs and all
60958      Branch: perl
60959            ! mg.c perl.h win32/perlhost.h
60960 ____________________________________________________________________________
60961 [  6107] By: jhi                                   on 2000/05/15  18:01:41
60962         Log: Tweak the todo list.
60963      Branch: cfgperl
60964            ! Todo-5.6
60965 ____________________________________________________________________________
60966 [  6106] By: jhi                                   on 2000/05/15  13:41:48
60967         Log: The (Configure) script refuses to go on, after asking for
60968              'You may also choose to try maximal 64-bitness....'.
60969              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
60970              -- Patrick Zima
60971              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
60972      Branch: cfgperl
60973            ! hints/solaris_2.sh
60974 ____________________________________________________________________________
60975 [  6105] By: jhi                                   on 2000/05/11  14:37:43
60976         Log: Integrate with Sarathy.
60977      Branch: cfgperl
60978           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
60979           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
60980 ____________________________________________________________________________
60981 [  6104] By: gsar                                  on 2000/05/11  03:39:07
60982         Log: PL_sys_intern was being initialized too late on windows
60983      Branch: perl
60984            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
60985            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
60986 ____________________________________________________________________________
60987 [  6103] By: jhi                                   on 2000/05/09  19:42:20
60988         Log: Test tweaking for Unicos continues.
60989      Branch: cfgperl
60990            ! t/op/64bitint.t
60991 ____________________________________________________________________________
60992 [  6102] By: jhi                                   on 2000/05/09  16:47:27
60993         Log: The test suite tweak in #6101 wasn't quite right.
60994      Branch: cfgperl
60995            ! t/lib/complex.t
60996 ____________________________________________________________________________
60997 [  6101] By: jhi                                   on 2000/05/09  15:35:34
60998         Log: Hints and test tweaks for Unicos.
60999      Branch: cfgperl
61000            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
61001 ____________________________________________________________________________
61002 [  6100] By: jhi                                   on 2000/05/08  21:15:06
61003         Log: More compilation tweakery from Allen Smith.
61004      Branch: cfgperl
61005            ! hints/irix_6.sh
61006 ____________________________________________________________________________
61007 [  6099] By: jhi                                   on 2000/05/08  19:21:18
61008         Log: Tweaks for the cc bugs from Allen Smith.
61009      Branch: cfgperl
61010            ! hints/irix_6.sh
61011 ____________________________________________________________________________
61012 [  6098] By: jhi                                   on 2000/05/08  19:13:37
61013         Log: Add a note about other, yet unsupported, shadow password APIs.
61014      Branch: cfgperl
61015            ! pp_sys.c
61016 ____________________________________________________________________________
61017 [  6097] By: jhi                                   on 2000/05/08  18:46:34
61018         Log: Add a note about possible compilation problems from Allen Smith.
61019      Branch: cfgperl
61020            ! hints/irix_6.sh
61021 ____________________________________________________________________________
61022 [  6096] By: jhi                                   on 2000/05/08  17:33:10
61023         Log: Integrate with Sarathy.
61024      Branch: cfgperl
61025           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
61026           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
61027 ____________________________________________________________________________
61028 [  6095] By: jhi                                   on 2000/05/08  16:21:33
61029         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
61030              might be useful in future.
61031      Branch: cfgperl
61032            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
61033            ! config_h.SH
61034      Branch: metaconfig
61035            ! U/installdirs/inc_version_list.U
61036      Branch: metaconfig/U/perl
61037            ! perlxv.U
61038 ____________________________________________________________________________
61039 [  6094] By: gsar                                  on 2000/05/08  14:22:22
61040         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
61041      Branch: perl
61042            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
61043            ! hints/cygwin.sh pp_sys.c
61044 ____________________________________________________________________________
61045 [  6093] By: gsar                                  on 2000/05/08  12:52:28
61046         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
61047              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
61048      Branch: perl
61049            ! pp_sys.c sv.c win32/perlhost.h
61050 ____________________________________________________________________________
61051 [  6092] By: jhi                                   on 2000/05/07  22:40:34
61052         Log: Regen perltoc with the fixed buildtoc.
61053      Branch: cfgperl
61054            ! pod/perltoc.pod
61055 ____________________________________________________________________________
61056 [  6091] By: jhi                                   on 2000/05/07  22:24:16
61057         Log: Integrate with Sarathy.
61058      Branch: cfgperl
61059           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
61060           !> t/op/substr.t toke.c
61061 ____________________________________________________________________________
61062 [  6090] By: gsar                                  on 2000/05/07  19:47:07
61063         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
61064              [NI]OK; added tests for both
61065      Branch: perl
61066            ! perl.c pp_hot.c sv.c t/op/substr.t
61067 ____________________________________________________________________________
61068 [  6089] By: gsar                                  on 2000/05/07  18:18:38
61069         Log: buildtoc tweak to fix newline lossage
61070      Branch: perl
61071            ! pod/buildtoc
61072 ____________________________________________________________________________
61073 [  6088] By: jhi                                   on 2000/05/07  16:35:36
61074         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
61075              because we do not use those.  The HAS_GETSPNAM remains,
61076              though, because we still do use that.
61077      Branch: cfgperl
61078            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
61079            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
61080            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
61081            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
61082            ! win32/config.vc win32/config_H.bc win32/config_H.gc
61083            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
61084 ____________________________________________________________________________
61085 [  6087] By: gsar                                  on 2000/05/07  16:05:16
61086         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
61087      Branch: perl
61088            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
61089 ____________________________________________________________________________
61090 [  6086] By: jhi                                   on 2000/05/07  15:27:07
61091         Log: Integrate with Sarathy.
61092      Branch: cfgperl
61093           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
61094           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
61095           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
61096           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
61097           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
61098           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
61099 ____________________________________________________________________________
61100 [  6085] By: gsar                                  on 2000/05/07  05:52:02
61101         Log: repeat operator (x) doesn't preserve utf8-ness
61102      Branch: perl
61103            ! pp.c t/op/substr.t
61104 ____________________________________________________________________________
61105 [  6084] By: gsar                                  on 2000/05/07  05:39:55
61106         Log: substr() does not preserve utf8-ness (from Stefan Eissing
61107              <Eissing@medicaldataservice.de>); added tests
61108      Branch: perl
61109            ! pp.c t/op/substr.t
61110 ____________________________________________________________________________
61111 [  6083] By: gsar                                  on 2000/05/07  05:24:46
61112         Log: note about undocumented caller() return value (from M.J.T. Guy);
61113              yet another peek.t tweak
61114      Branch: perl
61115            ! pod/perlfunc.pod t/lib/peek.t
61116 ____________________________________________________________________________
61117 [  6082] By: gsar                                  on 2000/05/07  05:08:40
61118         Log: peek.t non-portable to ithreads
61119      Branch: perl
61120            ! t/lib/peek.t
61121 ____________________________________________________________________________
61122 [  6081] By: gsar                                  on 2000/05/07  04:17:04
61123         Log: better default perlbug categories for ok reports (from Richard Foley)
61124      Branch: perl
61125            ! utils/perlbug.PL
61126 ____________________________________________________________________________
61127 [  6080] By: gsar                                  on 2000/05/07  04:08:07
61128         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
61129              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
61130      Branch: perl
61131            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
61132            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
61133            ! AUTHORS MAINTAIN MANIFEST
61134 ____________________________________________________________________________
61135 [  6079] By: gsar                                  on 2000/05/07  04:01:38
61136         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
61137      Branch: perl
61138            ! lib/Carp/Heavy.pm
61139 ____________________________________________________________________________
61140 [  6078] By: gsar                                  on 2000/05/07  01:24:19
61141         Log: workaround for CRT bug in chdir() (from Charles Lane, via
61142              Peter Prymmer)
61143      Branch: perl
61144            ! iperlsys.h vms/vms.c vms/vmsish.h
61145 ____________________________________________________________________________
61146 [  6077] By: gsar                                  on 2000/05/07  01:22:23
61147         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
61148              and Tom Phoenix)
61149      Branch: perl
61150            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
61151 ____________________________________________________________________________
61152 [  6076] By: gsar                                  on 2000/05/06  17:36:29
61153         Log: integrate cfgperl contents into mainline
61154      Branch: perl
61155           +> t/lib/peek.t
61156           !> Configure MANIFEST Porting/Glossary Porting/config.sh
61157           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
61158           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
61159           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
61160 ____________________________________________________________________________
61161 [  6075] By: jhi                                   on 2000/05/05  18:56:10
61162         Log: Make the test more portable.
61163      Branch: cfgperl
61164            ! t/lib/peek.t
61165 ____________________________________________________________________________
61166 [  6074] By: jhi                                   on 2000/05/05  18:49:20
61167         Log: Introduce t/lib/peek.t.
61168      Branch: cfgperl
61169            + t/lib/peek.t
61170            ! MANIFEST
61171 ____________________________________________________________________________
61172 [  6073] By: jhi                                   on 2000/05/05  14:30:45
61173         Log: Complex tweaks.
61174      Branch: cfgperl
61175            ! lib/Math/Complex.pm t/lib/complex.t
61176 ____________________________________________________________________________
61177 [  6072] By: jhi                                   on 2000/05/05  12:27:13
61178         Log: Integrate with Sarathy.
61179      Branch: cfgperl
61180           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
61181           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
61182           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
61183           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
61184 ____________________________________________________________________________
61185 [  6071] By: gsar                                  on 2000/05/05  02:24:46
61186         Log: misformatted perllocal.pod (from Tim Jenness
61187              <t.jenness@jach.hawaii.edu>)
61188      Branch: perl
61189            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
61190 ____________________________________________________________________________
61191 [  6070] By: gsar                                  on 2000/05/05  02:16:52
61192         Log: remove misleading comment (from M.J.T. Guy)
61193      Branch: perl
61194            ! t/lib/anydbm.t
61195 ____________________________________________________________________________
61196 [  6069] By: gsar                                  on 2000/05/05  02:15:13
61197         Log: File::Spec compatibility update (from Barrie Slaymaker
61198              <barries@slaysys.com>)
61199      Branch: perl
61200            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
61201            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
61202 ____________________________________________________________________________
61203 [  6068] By: gsar                                  on 2000/05/05  02:01:50
61204         Log: note about values()
61205      Branch: perl
61206            ! pod/perlfunc.pod
61207 ____________________________________________________________________________
61208 [  6067] By: gsar                                  on 2000/05/05  01:33:09
61209         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
61210      Branch: perl
61211            ! win32/win32.c
61212 ____________________________________________________________________________
61213 [  6066] By: gsar                                  on 2000/05/05  01:23:43
61214         Log: s/END/CHECK/
61215      Branch: perl
61216            ! perl.c
61217 ____________________________________________________________________________
61218 [  6065] By: jhi                                   on 2000/05/04  17:30:22
61219         Log: Integrate with Sarathy.
61220      Branch: cfgperl
61221           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
61222 ____________________________________________________________________________
61223 [  6064] By: gsar                                  on 2000/05/04  17:26:14
61224         Log: change#5905 wasn't quite right--it's intent only applies when arguments
61225              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
61226      Branch: perl
61227            ! pp_sys.c sv.c
61228 ____________________________________________________________________________
61229 [  6063] By: gsar                                  on 2000/05/04  16:52:29
61230         Log: tokeq() could read unallocated field in argument
61231      Branch: perl
61232            ! toke.c
61233 ____________________________________________________________________________
61234 [  6062] By: gsar                                  on 2000/05/04  16:34:51
61235         Log: additional tests for utf8.t
61236      Branch: perl
61237            ! t/pragma/utf8.t
61238 ____________________________________________________________________________
61239 [  6061] By: gsar                                  on 2000/05/04  16:09:28
61240         Log: change#5921 neglected to make eq honor "use bytes"
61241      Branch: perl
61242            ! sv.c
61243 ____________________________________________________________________________
61244 [  6060] By: jhi                                   on 2000/05/04  15:30:16
61245         Log: Integrate with Sarathy.
61246      Branch: cfgperl
61247           !> perl.c regcomp.c t/pragma/utf8.t
61248 ____________________________________________________________________________
61249 [  6059] By: jhi                                   on 2000/05/04  15:26:37
61250         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
61251              in natively 64-bit platforms where a long is a quad (no need
61252              for long longs).  Also added bias for IVs.
61253      Branch: cfgperl
61254            ! toke.c
61255 ____________________________________________________________________________
61256 [  6058] By: gsar                                  on 2000/05/04  00:19:14
61257         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
61258              (spotted by Donald Kinzer <dkinzer@premia.com>)
61259      Branch: perl
61260            ! perl.c
61261 ____________________________________________________________________________
61262 [  6057] By: gsar                                  on 2000/05/03  18:34:01
61263         Log: fix broken parsing of /\x{ab}/
61264      Branch: perl
61265            ! regcomp.c t/pragma/utf8.t
61266 ____________________________________________________________________________
61267 [  6056] By: jhi                                   on 2000/05/03  17:57:16
61268         Log: The search of infinity continues, this time simplified.
61269      Branch: cfgperl
61270            ! lib/Math/Complex.pm
61271 ____________________________________________________________________________
61272 [  6055] By: jhi                                   on 2000/05/03  17:45:30
61273         Log: Detypo.
61274      Branch: cfgperl
61275            ! hints/unicos.sh
61276 ____________________________________________________________________________
61277 [  6054] By: jhi                                   on 2000/05/02  22:28:27
61278         Log: Be more forgiving in POSIX about HUGE_VALL.
61279      Branch: cfgperl
61280            ! ext/POSIX/POSIX.xs
61281 ____________________________________________________________________________
61282 [  6053] By: jhi                                   on 2000/05/02  22:25:05
61283         Log: Integrate with Sarathy.
61284      Branch: cfgperl
61285           !> hints/irix_6.sh pod/perlop.pod
61286 ____________________________________________________________________________
61287 [  6052] By: jhi                                   on 2000/05/02  22:24:31
61288         Log: Unicos hint tweak.
61289      Branch: cfgperl
61290            ! hints/unicos.sh
61291 ____________________________________________________________________________
61292 [  6051] By: jhi                                   on 2000/05/02  22:21:26
61293         Log: Complex tweakery.
61294      Branch: cfgperl
61295            ! lib/Math/Complex.pm t/lib/complex.t
61296 ____________________________________________________________________________
61297 [  6050] By: jhi                                   on 2000/05/02  19:26:22
61298         Log: Use setxxent()/endxxent().
61299      Branch: cfgperl
61300            ! t/op/grent.t t/op/pwent.t
61301 ____________________________________________________________________________
61302 [  6049] By: jhi                                   on 2000/05/02  19:06:02
61303         Log: Test both the scalar and list contexts.
61304      Branch: cfgperl
61305            ! t/op/grent.t t/op/pwent.t
61306 ____________________________________________________________________________
61307 [  6048] By: gsar                                  on 2000/05/02  18:29:10
61308         Log: add note about how $( doesn't interpolate in REs (from
61309              Philip Newton <newton@ficus.frogspace.net>)
61310      Branch: perl
61311            ! pod/perlop.pod
61312 ____________________________________________________________________________
61313 [  6047] By: jhi                                   on 2000/05/02  17:41:24
61314         Log: Call getspnam() only iff needd.
61315      Branch: cfgperl
61316            ! pp_sys.c
61317 ____________________________________________________________________________
61318 [  6046] By: gsar                                  on 2000/05/02  17:07:25
61319         Log: libscheck has insufficient checks for n32 libs (from
61320              Albert Chin-A-Young <china@thewrittenword.com>)
61321      Branch: perl
61322            ! hints/irix_6.sh
61323 ____________________________________________________________________________
61324 [  6045] By: jhi                                   on 2000/05/02  13:57:17
61325         Log: Integrate with Sarathy.
61326      Branch: cfgperl
61327           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
61328           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
61329 ____________________________________________________________________________
61330 [  6044] By: gsar                                  on 2000/05/02  06:48:19
61331         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
61332              such that underscores are only ignored in literal numbers,
61333              "\x{...}", and hex/oct argument
61334      Branch: perl
61335            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
61336 ____________________________________________________________________________
61337 [  6043] By: gsar                                  on 2000/05/02  02:22:29
61338         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
61339      Branch: perl
61340            ! pod/perlretut.pod
61341 ____________________________________________________________________________
61342 [  6042] By: gsar                                  on 2000/05/02  02:17:51
61343         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
61344      Branch: perl
61345            ! pod/perltrap.pod
61346 ____________________________________________________________________________
61347 [  6041] By: gsar                                  on 2000/05/02  01:53:51
61348         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
61349              to compensate
61350      Branch: perl
61351            ! Porting/makerel
61352 ____________________________________________________________________________
61353 [  6040] By: gsar                                  on 2000/05/02  01:51:57
61354         Log: missing files in MANIFEST
61355      Branch: perl
61356            ! MANIFEST
61357 ____________________________________________________________________________
61358 [  6039] By: jhi                                   on 2000/05/02  00:36:46
61359         Log: Infinite problems.
61360      Branch: cfgperl
61361            ! lib/Math/Complex.pm
61362 ____________________________________________________________________________
61363 [  6038] By: jhi                                   on 2000/05/02  00:06:38
61364         Log: pwent/spent #ifdef imbalance.
61365      Branch: cfgperl
61366            ! pp_sys.c
61367 ____________________________________________________________________________
61368 [  6037] By: jhi                                   on 2000/05/01  22:50:11
61369         Log: Use HUGE_VALL if applicable.
61370      Branch: cfgperl
61371            ! ext/POSIX/POSIX.xs util.c
61372 ____________________________________________________________________________
61373 [  6036] By: jhi                                   on 2000/05/01  22:20:53
61374         Log: Correct Freudian slip.
61375      Branch: cfgperl
61376            ! pp_sys.c
61377 ____________________________________________________________________________
61378 [  6035] By: jhi                                   on 2000/05/01  21:07:38
61379         Log: Continue on the pwent/spent case.
61380      Branch: cfgperl
61381            ! pp_sys.c
61382 ____________________________________________________________________________
61383 [  6034] By: jhi                                   on 2000/05/01  17:45:14
61384         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
61385              adjustments in 6032 conflicted badly with this, will have
61386              to revisit them later.
61387      Branch: cfgperl
61388           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
61389           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
61390           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
61391           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
61392           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
61393           !> t/lib/cgi-html.t t/lib/cgi-request.t
61394 ____________________________________________________________________________
61395 [  6033] By: jhi                                   on 2000/05/01  17:40:49
61396         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
61397      Branch: cfgperl
61398            ! pp_sys.c
61399 ____________________________________________________________________________
61400 [  6032] By: gsar                                  on 2000/05/01  15:56:32
61401         Log: whitespace adjustments
61402      Branch: perl
61403            ! pp_sys.c
61404 ____________________________________________________________________________
61405 [  6031] By: gsar                                  on 2000/05/01  15:19:41
61406         Log: small nits in diagnostics.pm (from Robin Barker)
61407      Branch: perl
61408            ! lib/diagnostics.pm pod/perldiag.pod
61409 ____________________________________________________________________________
61410 [  6030] By: gsar                                  on 2000/05/01  08:39:18
61411         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
61412              for @- and @+ (from Johan Vromans)
61413      Branch: perl
61414            ! lib/English.pm pod/perlvar.pod
61415 ____________________________________________________________________________
61416 [  6029] By: gsar                                  on 2000/05/01  08:16:10
61417         Log: add CGI.pm v2.66 (from Lincoln Stein)
61418      Branch: perl
61419            + lib/CGI/Util.pm t/lib/cgi-pretty.t
61420            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
61421            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
61422            ! t/lib/cgi-html.t t/lib/cgi-request.t
61423 ____________________________________________________________________________
61424 [  6028] By: gsar                                  on 2000/05/01  06:34:41
61425         Log: Pod::Man generates groff-incompatible macro definition (from
61426              Tom Christiansen)
61427      Branch: perl
61428            ! lib/Pod/Man.pm
61429 ____________________________________________________________________________
61430 [  6027] By: gsar                                  on 2000/05/01  06:31:36
61431         Log: podlators-1.02 update (from Russ Allbery)
61432      Branch: perl
61433            ! lib/Pod/Man.pm lib/Pod/Text.pm
61434 ____________________________________________________________________________
61435 [  6026] By: jhi                                   on 2000/04/30  23:24:23
61436         Log: Integrate with Sarathy.
61437      Branch: cfgperl
61438           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
61439           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
61440           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
61441           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
61442           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
61443           !> t/lib/syslog.t toke.c win32/win32.h
61444 ____________________________________________________________________________
61445 [  6025] By: gsar                                  on 2000/04/30  18:17:47
61446         Log: Is{Alnum,Alpha,Word} don't match titlecase
61447              
61448              TODO: IsSpace is defined recursively!
61449              
61450              (both spotted by Larry)
61451      Branch: perl
61452            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
61453            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
61454 ____________________________________________________________________________
61455 [  6024] By: gsar                                  on 2000/04/30  17:50:19
61456         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
61457              (from Hugo van der Sanden)
61458      Branch: perl
61459            ! toke.c
61460 ____________________________________________________________________________
61461 [  6023] By: gsar                                  on 2000/04/30  17:14:43
61462         Log: debugger stomps on $. (from M.J.T. Guy)
61463      Branch: perl
61464            ! lib/perl5db.pl
61465 ____________________________________________________________________________
61466 [  6022] By: gsar                                  on 2000/04/30  16:59:22
61467         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
61468      Branch: perl
61469            ! sv.c
61470 ____________________________________________________________________________
61471 [  6021] By: gsar                                  on 2000/04/29  21:00:08
61472         Log: remove Win2K issue in pod (fixed by change#6020)
61473      Branch: perl
61474            ! README.win32 pod/perl56delta.pod
61475 ____________________________________________________________________________
61476 [  6020] By: gsar                                  on 2000/04/29  20:51:49
61477         Log: test tweak
61478      Branch: perl
61479            ! t/lib/open3.t
61480 ____________________________________________________________________________
61481 [  6019] By: gsar                                  on 2000/04/29  20:34:27
61482         Log: windows portability tweaks
61483      Branch: perl
61484            ! t/lib/b.t win32/win32.h
61485 ____________________________________________________________________________
61486 [  6018] By: gsar                                  on 2000/04/29  19:55:24
61487         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
61488              make _PATH_LOG() return "" if unavailable
61489      Branch: perl
61490            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
61491            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
61492 ____________________________________________________________________________
61493 [  6017] By: jhi                                   on 2000/04/28  22:49:46
61494         Log: Integrate with Sarathy.
61495      Branch: cfgperl
61496           !> op.c perl.c pod/perldiag.pod t/lib/b.t
61497 ____________________________________________________________________________
61498 [  6016] By: jhi                                   on 2000/04/28  22:46:14
61499         Log: Do not warn that an infinity does not look like a number.
61500      Branch: cfgperl
61501            ! sv.c
61502 ____________________________________________________________________________
61503 [  6015] By: gsar                                  on 2000/04/28  22:35:49
61504         Log: tweak test for portability
61505      Branch: perl
61506            ! t/lib/b.t
61507 ____________________________________________________________________________
61508 [  6014] By: gsar                                  on 2000/04/28  22:05:31
61509         Log: glob() loading File::Glob behind the scenes may cause syntax errors
61510      Branch: perl
61511            ! op.c
61512 ____________________________________________________________________________
61513 [  6013] By: gsar                                  on 2000/04/28  21:25:22
61514         Log: tweak change#5945 to display correct switch name in diagnostic
61515      Branch: perl
61516            ! perl.c pod/perldiag.pod
61517 ____________________________________________________________________________
61518 [  6012] By: jhi                                   on 2000/04/28  21:08:12
61519         Log: Integrate with Sarathy.
61520      Branch: cfgperl
61521           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
61522           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
61523           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
61524 ____________________________________________________________________________
61525 [  6011] By: jhi                                   on 2000/04/28  21:04:46
61526         Log: &HUGE_VAL is not defined, it exists.
61527      Branch: cfgperl
61528            ! lib/Math/Complex.pm
61529 ____________________________________________________________________________
61530 [  6010] By: gsar                                  on 2000/04/28  21:02:58
61531         Log: clarify note about shadow password support (from
61532              gellyfish@gellyfish.com)
61533      Branch: perl
61534            ! pod/perlfunc.pod
61535 ____________________________________________________________________________
61536 [  6009] By: gsar                                  on 2000/04/28  21:00:00
61537         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
61538      Branch: perl
61539            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
61540 ____________________________________________________________________________
61541 [  6008] By: gsar                                  on 2000/04/28  20:56:33
61542         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
61543      Branch: perl
61544            ! installperl vms/subconfigure.com
61545 ____________________________________________________________________________
61546 [  6007] By: gsar                                  on 2000/04/28  20:51:21
61547         Log: note about compile failures and END blocks (from M.J.T. Guy)
61548      Branch: perl
61549            ! pod/perl56delta.pod pod/perlmod.pod
61550 ____________________________________________________________________________
61551 [  6006] By: jhi                                   on 2000/04/28  20:42:14
61552         Log: Regen Configure.
61553      Branch: cfgperl
61554            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
61555            ! config_h.SH
61556 ____________________________________________________________________________
61557 [  6005] By: gsar                                  on 2000/04/28  20:41:16
61558         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
61559      Branch: perl
61560            ! utils/perldoc.PL
61561 ____________________________________________________________________________
61562 [  6004] By: jhi                                   on 2000/04/28  20:28:21
61563         Log: Integrate with Sarathy.
61564      Branch: cfgperl
61565           !> Configure INSTALL Porting/Glossary Porting/config.sh
61566           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
61567           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
61568           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
61569           !> win32/config.vc win32/win32.c
61570 ____________________________________________________________________________
61571 [  6003] By: gsar                                  on 2000/04/28  20:11:20
61572         Log: allow REG_EXPAND_SZ keys in Windows registry (from
61573              John Clayton <John.Clayton@barclayscapital.com>)
61574      Branch: perl
61575            ! win32/win32.c
61576 ____________________________________________________________________________
61577 [  6002] By: gsar                                  on 2000/04/28  19:34:16
61578         Log: destructive sv_setsv() can lose UV-ness from source, causing
61579              numeric promotions/comparisons to fail to do the right thing
61580      Branch: perl
61581            ! sv.c
61582 ____________________________________________________________________________
61583 [  6001] By: gsar                                  on 2000/04/28  18:44:15
61584         Log: support additional library locations via $Config{otherlibdirs}
61585              (from Andy Dougherty)
61586      Branch: perl
61587            ! Configure INSTALL Porting/Glossary Porting/config.sh
61588            ! Porting/config_H config_h.SH epoc/config.sh perl.c
61589            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
61590            ! win32/config.bc win32/config.gc win32/config.vc
61591 ____________________________________________________________________________
61592 [  6000] By: gsar                                  on 2000/04/28  18:26:58
61593         Log: reworked otherlibdirs.U (from Andy Dougherty)
61594      Branch: metaconfig
61595            ! U/installdirs/otherlibdirs.U
61596 ____________________________________________________________________________
61597 [  5999] By: gsar                                  on 2000/04/28  18:17:07
61598         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
61599      Branch: perl
61600            ! t/pragma/warn/toke toke.c
61601 ____________________________________________________________________________
61602 [  5998] By: jhi                                   on 2000/04/28  13:32:17
61603         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
61604      Branch: cfgperl
61605            ! lib/Math/Complex.pm
61606 ____________________________________________________________________________
61607 [  5997] By: jhi                                   on 2000/04/28  13:14:04
61608         Log: Preserve $!.
61609      Branch: cfgperl
61610            ! lib/Math/Complex.pm
61611 ____________________________________________________________________________
61612 [  5996] By: jhi                                   on 2000/04/28  12:59:23
61613         Log: Integrate with Sarathy.
61614      Branch: cfgperl
61615           +> pod/perlrequick.pod pod/perlretut.pod
61616           !> (integrate 51 files)
61617 ____________________________________________________________________________
61618 [  5995] By: gsar                                  on 2000/04/28  09:37:36
61619         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
61620      Branch: perl
61621            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
61622 ____________________________________________________________________________
61623 [  5994] By: gsar                                  on 2000/04/28  09:33:26
61624         Log: fix for missed accounting for null byte in pack("Z",...) (from
61625              M.J.T. Guy)
61626      Branch: perl
61627            ! pp.c t/op/pack.t
61628 ____________________________________________________________________________
61629 [  5993] By: gsar                                  on 2000/04/28  09:30:05
61630         Log: various minor tweaks seen on p5p
61631      Branch: perl
61632            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
61633 ____________________________________________________________________________
61634 [  5992] By: gsar                                  on 2000/04/28  09:08:19
61635         Log: pod nit (from Simon Cozens)
61636      Branch: perl
61637            ! pod/perlop.pod
61638 ____________________________________________________________________________
61639 [  5991] By: gsar                                  on 2000/04/28  09:06:36
61640         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
61641      Branch: perl
61642            ! README.posix-bc hints/posix-bc.sh
61643 ____________________________________________________________________________
61644 [  5990] By: gsar                                  on 2000/04/28  08:54:52
61645         Log: use $ENV{LIB} to search for libs under Visual C compiler
61646              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
61647      Branch: perl
61648            ! lib/ExtUtils/Liblist.pm
61649 ____________________________________________________________________________
61650 [  5989] By: gsar                                  on 2000/04/28  08:27:12
61651         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
61652              itself and no other (from Tom Hughes)
61653      Branch: perl
61654            ! t/op/array.t toke.c
61655 ____________________________________________________________________________
61656 [  5988] By: gsar                                  on 2000/04/28  08:01:38
61657         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
61658              <paul@miraclefish.com>)
61659      Branch: perl
61660            ! lib/ExtUtils/MakeMaker.pm
61661 ____________________________________________________________________________
61662 [  5987] By: gsar                                  on 2000/04/28  07:53:09
61663         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
61664      Branch: perl
61665            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
61666 ____________________________________________________________________________
61667 [  5986] By: gsar                                  on 2000/04/28  07:44:17
61668         Log: add regular expressions tutorial and quick-start guide (from
61669              Mark Kvale <kvale@phy.ucsf.edu>)
61670      Branch: perl
61671            + pod/perlrequick.pod pod/perlretut.pod
61672            ! AUTHORS MAINTAIN MANIFEST
61673 ____________________________________________________________________________
61674 [  5985] By: gsar                                  on 2000/04/28  07:30:28
61675         Log: forked child may not exit correctly if it failed to open
61676              /dev/console (from Graham Barr)
61677      Branch: perl
61678            ! ext/Sys/Syslog/Syslog.pm
61679 ____________________________________________________________________________
61680 [  5984] By: gsar                                  on 2000/04/28  07:27:20
61681         Log: attributes::reftype() doesn't work on tied argument
61682      Branch: perl
61683            ! xsutils.c
61684 ____________________________________________________________________________
61685 [  5983] By: gsar                                  on 2000/04/28  07:15:04
61686         Log: numeric conversion of non-number in change#3378 tramples on
61687              OOK offset, causing segfaults
61688      Branch: perl
61689            ! sv.c
61690 ____________________________________________________________________________
61691 [  5982] By: gsar                                  on 2000/04/28  04:48:25
61692         Log: avoid error in IO::Socket::INET when given an unknown service name
61693              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
61694      Branch: perl
61695            ! ext/IO/lib/IO/Socket/INET.pm
61696 ____________________________________________________________________________
61697 [  5981] By: gsar                                  on 2000/04/28  04:31:31
61698         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
61699              prototype mismatch with CORE::glob(); update pod and tests to
61700              suit (File::Glob::glob() is still available for backward
61701              compatibility, but should be considered deprecated)
61702      Branch: perl
61703            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
61704            ! t/lib/glob-taint.t
61705 ____________________________________________________________________________
61706 [  5980] By: gsar                                  on 2000/04/28  03:47:29
61707         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
61708              <ghudson@mit.edu>)
61709      Branch: metaconfig
61710            ! U/modified/Options.U
61711      Branch: perl
61712            ! Configure
61713 ____________________________________________________________________________
61714 [  5979] By: gsar                                  on 2000/04/28  03:07:54
61715         Log: under useithreads, constant pad entries could inadvertantly be
61716              shared across threads (from Eric Blood <eblood@xmission.com>);
61717              added Eric's test case to testsuite
61718      Branch: perl
61719            ! op.c t/op/misc.t
61720 ____________________________________________________________________________
61721 [  5978] By: gsar                                  on 2000/04/27  21:13:00
61722         Log: sync version numbers in File::Spec with the ones on CPAN
61723              (from Barrie Slaymaker)
61724      Branch: perl
61725            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
61726            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
61727            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
61728 ____________________________________________________________________________
61729 [  5977] By: gsar                                  on 2000/04/27  21:07:29
61730         Log: autoquote barewords followed by newline and arrow properly
61731              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
61732      Branch: perl
61733            ! t/pragma/warn/toke toke.c
61734 ____________________________________________________________________________
61735 [  5976] By: gsar                                  on 2000/04/27  20:41:20
61736         Log: DB_File v1.73 update (from Paul Marquess)
61737      Branch: perl
61738            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
61739            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
61740 ____________________________________________________________________________
61741 [  5975] By: gsar                                  on 2000/04/27  20:34:24
61742         Log: allow sort() reentrancy (variant of patch suggested by
61743              Hugo van der Sanden)
61744      Branch: perl
61745            ! pp_ctl.c t/op/sort.t
61746 ____________________________________________________________________________
61747 [  5974] By: gsar                                  on 2000/04/27  19:46:57
61748         Log: change#4197 somehow missed initializing PL_errors, meaning
61749              sytax error queueing wasn't working outside eval"" at all;
61750              also fixed eval"" to localize PL_error_count, so that compile-time
61751              eval's don't clobber the error state of the outer context
61752      Branch: perl
61753            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
61754            ! t/pragma/warn/toke
61755 ____________________________________________________________________________
61756 [  5973] By: gsar                                  on 2000/04/27  18:29:05
61757         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
61758      Branch: perl
61759            ! regcomp.c regexec.c t/op/re_tests
61760 ____________________________________________________________________________
61761 [  5972] By: jhi                                   on 2000/04/27  18:22:41
61762         Log: Integrate with Sarathy.
61763      Branch: cfgperl
61764           +> t/lib/b.t t/lib/syslog.t
61765           !> (integrate 31 files)
61766 ____________________________________________________________________________
61767 [  5971] By: jhi                                   on 2000/04/27  18:18:46
61768         Log: Unicos tweaks from Mark P. Lutz.
61769      Branch: cfgperl
61770            ! hints/unicos.sh lib/Math/Complex.pm
61771 ____________________________________________________________________________
61772 [  5970] By: gsar                                  on 2000/04/27  18:05:11
61773         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
61774              IV is >32bits
61775      Branch: perl
61776            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
61777 ____________________________________________________________________________
61778 [  5969] By: gsar                                  on 2000/04/27  17:50:56
61779         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
61780      Branch: perl
61781            + t/lib/syslog.t
61782            ! MANIFEST ext/Sys/Syslog/Syslog.pm
61783 ____________________________________________________________________________
61784 [  5968] By: gsar                                  on 2000/04/27  17:44:49
61785         Log: tolerate spaces in group names in test on solaris (from David Boyce
61786              <dsb@boyski.com>)
61787      Branch: perl
61788            ! t/op/groups.t
61789 ____________________________________________________________________________
61790 [  5967] By: gsar                                  on 2000/04/27  17:41:22
61791         Log: improved docs on the warn_uninit diagnostic (from David Glasser
61792              and Simon Cozens)
61793      Branch: perl
61794            ! pod/perldiag.pod
61795 ____________________________________________________________________________
61796 [  5966] By: gsar                                  on 2000/04/27  16:54:58
61797         Log: add testsuite for B backends, fix bug in B::Deparse (from
61798              Simon Cozens <simon@brecon.co.uk>)
61799      Branch: perl
61800            + t/lib/b.t
61801            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
61802 ____________________________________________________________________________
61803 [  5965] By: gsar                                  on 2000/04/27  16:10:37
61804         Log: avoid "will not stay shared" warnings for our variables (from
61805              Robin Barker)
61806      Branch: perl
61807            ! op.c t/pragma/warn/op
61808 ____________________________________________________________________________
61809 [  5964] By: gsar                                  on 2000/04/27  07:05:05
61810         Log: reformat to 72 columns (again)
61811      Branch: perl
61812            ! pod/perldiag.pod
61813 ____________________________________________________________________________
61814 [  5963] By: gsar                                  on 2000/04/27  06:28:31
61815         Log: patch from Larry to make (\&) prototype work; added tests for
61816              the same
61817      Branch: perl
61818            ! op.c t/comp/proto.t
61819 ____________________________________________________________________________
61820 [  5962] By: gsar                                  on 2000/04/27  06:15:47
61821         Log: updated README.hpux (from Jeff Okamoto)
61822      Branch: perl
61823            ! README.hpux
61824 ____________________________________________________________________________
61825 [  5961] By: gsar                                  on 2000/04/27  05:55:03
61826         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
61827      Branch: perl
61828            ! emacs/cperl-mode.el
61829 ____________________________________________________________________________
61830 [  5960] By: gsar                                  on 2000/04/27  05:49:26
61831         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
61832      Branch: perl
61833            ! INSTALL
61834 ____________________________________________________________________________
61835 [  5959] By: gsar                                  on 2000/04/27  05:33:41
61836         Log: doubled words in pods (from Simon Cozens
61837              <simon.p.cozens@jp.pwcglobal.com>)
61838      Branch: perl
61839            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
61840            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
61841            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
61842            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
61843            ! pod/perltootc.pod
61844 ____________________________________________________________________________
61845 [  5958] By: gsar                                  on 2000/04/27  05:11:39
61846         Log: change#3569 deleted some essential code, revert; avoid use of
61847              atexit() to make DynaLoader work properly on AIX under mod_perl
61848              (from Jens-Uwe Mager <jum@helios.de>)
61849      Branch: perl
61850            ! ext/DynaLoader/dl_aix.xs
61851 ____________________________________________________________________________
61852 [  5957] By: gsar                                  on 2000/04/27  04:54:51
61853         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
61854      Branch: perl
61855            ! pod/perlmod.pod
61856 ____________________________________________________________________________
61857 [  5956] By: gsar                                  on 2000/04/27  04:51:47
61858         Log: better diagnostics on failed tests (from Ilya Zakharevich)
61859      Branch: perl
61860            ! t/op/lex_assign.t
61861 ____________________________________________________________________________
61862 [  5955] By: gsar                                  on 2000/04/27  04:26:44
61863         Log: longstanding bug exposed by change#3307: sort arguments weren't
61864              compiled with the right wantarray context (ensuing runtime lookup
61865              via block_gimme() was getting the incidental context of the
61866              sort() itself)
61867      Branch: perl
61868            ! op.c t/op/sort.t
61869 ____________________________________________________________________________
61870 [  5954] By: gsar                                  on 2000/04/26  23:42:12
61871         Log: integrate cfgperl contents into mainline
61872      Branch: perl
61873           !> (integrate 30 files)
61874 ____________________________________________________________________________
61875 [  5953] By: jhi                                   on 2000/04/26  23:06:42
61876         Log: Integrate with Sarathy.
61877      Branch: cfgperl
61878           !> README.win32 ext/B/B/Deparse.pm
61879           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
61880           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
61881           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
61882           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
61883           !> utils/perldoc.PL vms/perlvms.pod
61884 ____________________________________________________________________________
61885 [  5952] By: jhi                                   on 2000/04/26  23:03:46
61886         Log: Undo "use integer" addition from 64bitint as it seems
61887              to break most of the subtests in Digital UNIX;
61888              Unicos needs to find another way.
61889      Branch: cfgperl
61890            ! t/op/64bitint.t
61891 ____________________________________________________________________________
61892 [  5951] By: jhi                                   on 2000/04/26  22:57:53
61893         Log: Be more robust on "extreme" (large absolute value)
61894              arguments.  Originally reported by Daniel Connelly
61895              as a problem with asinh() on large negative arguments,
61896              asinh() used to bail out because an argument to log()
61897              ended up being zero.  Ilya Zakharevich proposed using
61898              Taylor's series in such cases, which for such large
61899              arguments is a very good approximation.
61900      Branch: cfgperl
61901            ! lib/Math/Complex.pm t/lib/complex.t
61902 ____________________________________________________________________________
61903 [  5950] By: gsar                                  on 2000/04/25  19:13:12
61904         Log: reformat perldiag to avoid long lines
61905      Branch: perl
61906            ! pod/perldiag.pod
61907 ____________________________________________________________________________
61908 [  5949] By: gsar                                  on 2000/04/25  18:41:11
61909         Log: make perldoc use the pod2man from the same version (from
61910              M.J.T. Guy)
61911      Branch: perl
61912            ! utils/perldoc.PL
61913 ____________________________________________________________________________
61914 [  5948] By: gsar                                  on 2000/04/25  18:21:57
61915         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
61916              <kompas@kompas.usr.onet.pl>)
61917      Branch: perl
61918            ! lib/vars.pm
61919 ____________________________________________________________________________
61920 [  5947] By: gsar                                  on 2000/04/25  18:11:53
61921         Log: use &dl_error rather than &dl_load_file as the guard for calling
61922              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
61923              statically built perl)
61924      Branch: perl
61925            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
61926 ____________________________________________________________________________
61927 [  5946] By: jhi                                   on 2000/04/25  17:37:54
61928         Log: Document that tr() is not tr(1).
61929      Branch: cfgperl
61930            ! pod/perlop.pod
61931 ____________________________________________________________________________
61932 [  5945] By: gsar                                  on 2000/04/25  16:34:33
61933         Log: make module name mandatory after -M switch; reorder perldiag
61934              alphabetically (from Mark-Jason Dominus)
61935      Branch: perl
61936            ! perl.c pod/perldiag.pod
61937 ____________________________________________________________________________
61938 [  5944] By: jhi                                   on 2000/04/25  01:15:18
61939         Log: On second thoughts frexp() does have two arguments.
61940      Branch: cfgperl
61941            ! perl.h
61942 ____________________________________________________________________________
61943 [  5943] By: jhi                                   on 2000/04/24  22:56:32
61944         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
61945              Now pp_ncmp() returns undef is either operand is a NaN.
61946      Branch: cfgperl
61947            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
61948            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
61949            ! vms/subconfigure.com vos/config.def vos/config.h
61950            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
61951            ! win32/config.vc win32/config_H.bc win32/config_H.gc
61952            ! win32/config_H.vc
61953      Branch: metaconfig/U/perl
61954            + d_modfl.U
61955 ____________________________________________________________________________
61956 [  5942] By: jhi                                   on 2000/04/24  19:45:17
61957         Log: Regen Configure to match #5937.
61958      Branch: cfgperl
61959            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
61960            ! config_h.SH
61961      Branch: metaconfig
61962            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
61963 ____________________________________________________________________________
61964 [  5941] By: jhi                                   on 2000/04/24  19:24:11
61965         Log: Further Unicos fixes for Mark Lutz.
61966      Branch: cfgperl
61967            ! hints/unicos.sh pp_ctl.c
61968 ____________________________________________________________________________
61969 [  5940] By: jhi                                   on 2000/04/24  19:09:06
61970         Log: Various Unicos 10.0.0.6 fixes.
61971              
61972              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
61973              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
61974              Reply-To: tecmpl1@triton.ca.boeing.com 
61975              To: perl5-porters@perl.org 
61976              Date: Fri, 14 Apr 2000 20:21:00 GMT 
61977              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
61978      Branch: cfgperl
61979            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
61980 ____________________________________________________________________________
61981 [  5939] By: gsar                                  on 2000/04/24  19:01:24
61982         Log: more pod nits (from Larry Virden)
61983      Branch: perl
61984            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
61985            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
61986            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
61987 ____________________________________________________________________________
61988 [  5938] By: gsar                                  on 2000/04/24  18:54:01
61989         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
61990      Branch: perl
61991            ! ext/B/B/Deparse.pm
61992 ____________________________________________________________________________
61993 [  5937] By: jhi                                   on 2000/04/24  17:39:00
61994         Log: Integrate with Sarathy.
61995      Branch: cfgperl
61996           +> (branch 31 files)
61997           !> (integrate 73 files)
61998 ____________________________________________________________________________
61999 [  5936] By: gsar                                  on 2000/04/24  17:30:06
62000         Log: additional tests for change#5934 (from Paul Marquess, who also
62001              sent in the same fix)
62002      Branch: perl
62003            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
62004            ! t/pragma/warn/5nolint t/pragma/warn/6default
62005 ____________________________________________________________________________
62006 [  5935] By: jhi                                   on 2000/04/24  17:26:05
62007         Log: Do not assume sign propagation.
62008              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
62009              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
62010              To: payner@ncifcrf.gov, perl5-porters@perl.org 
62011              Date: Tue, 18 Apr 2000 18:24:49 +0100 
62012              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
62013      Branch: cfgperl
62014            ! t/op/bop.t t/op/misc.t
62015 ____________________________________________________________________________
62016 [  5934] By: gsar                                  on 2000/04/24  17:16:54
62017         Log: propagate lexical warnings from surrounding scope correctly
62018              within string eval()
62019      Branch: perl
62020            ! pp_ctl.c t/pragma/warn/pp_ctl
62021 ____________________________________________________________________________
62022 [  5933] By: jhi                                   on 2000/04/24  17:01:07
62023         Log: Flatten the cpp jungle doing the nosuid checking.
62024      Branch: cfgperl
62025            ! perl.c
62026 ____________________________________________________________________________
62027 [  5932] By: gsar                                  on 2000/04/24  09:08:14
62028         Log: add rsignal(), whichsig() and do_join() to public API list
62029              (mod_perl uses them to good advantage)
62030      Branch: perl
62031            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
62032 ____________________________________________________________________________
62033 [  5931] By: gsar                                  on 2000/04/24  09:01:40
62034         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
62035      Branch: perl
62036            ! pp_hot.c regexec.c t/op/pat.t
62037 ____________________________________________________________________________
62038 [  5930] By: gsar                                  on 2000/04/24  08:58:33
62039         Log: small os390 tweaks (from Peter Prymmer)
62040      Branch: perl
62041            ! config_h.SH makedepend.SH
62042 ____________________________________________________________________________
62043 [  5929] By: gsar                                  on 2000/04/24  08:55:25
62044         Log: pod nits
62045      Branch: perl
62046            ! pod/perlguts.pod
62047 ____________________________________________________________________________
62048 [  5928] By: gsar                                  on 2000/04/24  08:50:13
62049         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
62050      Branch: perl
62051            ! ext/IO/lib/IO/Poll.pm
62052 ____________________________________________________________________________
62053 [  5927] By: gsar                                  on 2000/04/24  08:43:24
62054         Log: arrange for next() to resume at the unstack op rather than the
62055              loop conditional, so that scope cleanup happens correctly
62056              (from Stephen McCamant)
62057      Branch: perl
62058            ! op.c pp_ctl.c t/op/misc.t
62059 ____________________________________________________________________________
62060 [  5926] By: gsar                                  on 2000/04/24  08:18:40
62061         Log: on windows, reserve 16M of stack rather than 128M (allows more
62062              threads to run concurrently)
62063      Branch: perl
62064            ! win32/Makefile win32/makefile.mk
62065 ____________________________________________________________________________
62066 [  5925] By: gsar                                  on 2000/04/24  08:13:52
62067         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
62068      Branch: perl
62069            ! toke.c
62070 ____________________________________________________________________________
62071 [  5924] By: gsar                                  on 2000/04/24  08:08:59
62072         Log: avoid using uninitialized memory in require version check
62073      Branch: perl
62074            ! pp_ctl.c universal.c
62075 ____________________________________________________________________________
62076 [  5923] By: gsar                                  on 2000/04/24  07:20:14
62077         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
62078      Branch: perl
62079            ! ext/IO/lib/IO/Poll.pm
62080 ____________________________________________________________________________
62081 [  5922] By: gsar                                  on 2000/04/24  07:08:42
62082         Log: commentary about IoTYPE() (from Nathan Torkington)
62083      Branch: perl
62084            ! sv.h
62085 ____________________________________________________________________________
62086 [  5921] By: gsar                                  on 2000/04/24  06:58:26
62087         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
62088              by fix
62089      Branch: perl
62090            ! sv.c t/lib/charnames.t t/pragma/utf8.t
62091 ____________________________________________________________________________
62092 [  5920] By: gsar                                  on 2000/04/24  06:37:59
62093         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
62094      Branch: perl
62095            ! doop.c t/op/ver.t
62096 ____________________________________________________________________________
62097 [  5919] By: gsar                                  on 2000/04/24  06:21:58
62098         Log: Configure might miss old directories when prefix must be
62099              expanded (from Robin Barker)
62100      Branch: metaconfig
62101            ! U/installdirs/inc_version_list.U
62102      Branch: perl
62103            ! Configure
62104 ____________________________________________________________________________
62105 [  5918] By: gsar                                  on 2000/04/24  06:16:11
62106         Log: VMS nits in glob() test (from Charles Lane)
62107      Branch: perl
62108            ! t/lib/glob-basic.t
62109 ____________________________________________________________________________
62110 [  5917] By: gsar                                  on 2000/04/24  06:11:56
62111         Log: various pod nits (from Larry Virden and others)
62112      Branch: perl
62113            ! README.amiga README.hpux README.machten README.os2
62114            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
62115            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
62116            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
62117            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
62118            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
62119            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
62120            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
62121            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
62122 ____________________________________________________________________________
62123 [  5916] By: gsar                                  on 2000/04/24  05:52:43
62124         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
62125              <wjones@tc.fluke.com>)
62126      Branch: perl
62127            ! t/lib/glob-basic.t
62128 ____________________________________________________________________________
62129 [  5915] By: gsar                                  on 2000/04/24  05:07:01
62130         Log: supported platforms mixed up
62131      Branch: perl
62132            ! pod/perl56delta.pod pod/perlport.pod
62133 ____________________________________________________________________________
62134 [  5914] By: gsar                                  on 2000/04/24  04:56:08
62135         Log: caller() wasn't returning the right number of elements for
62136              eval {...}
62137      Branch: perl
62138            ! pp_ctl.c t/pragma/warn/9enabled
62139 ____________________________________________________________________________
62140 [  5913] By: gsar                                  on 2000/04/24  04:35:41
62141         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
62142              Mark-Jason Dominus)
62143      Branch: perl
62144            ! pod/perlfunc.pod
62145 ____________________________________________________________________________
62146 [  5912] By: gsar                                  on 2000/04/24  04:17:15
62147         Log: fix totally broken caching in UNIVERSAL::isa() (from
62148              Nick Ing-Simmons)
62149      Branch: perl
62150            ! t/op/universal.t universal.c
62151 ____________________________________________________________________________
62152 [  5911] By: gsar                                  on 2000/04/24  03:39:47
62153         Log: add linebreak properties from unicode/LineBrk.txt (from
62154              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
62155      Branch: perl
62156            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
62157            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
62158            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
62159            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
62160            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
62161            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
62162            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
62163            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
62164            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
62165            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
62166            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
62167            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
62168            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
62169            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
62170            + lib/unicode/Is/LbrkZW.pl
62171            ! lib/unicode/mktables.PL
62172 ____________________________________________________________________________
62173 [  5910] By: gsar                                  on 2000/04/24  03:23:10
62174         Log: typo in pod
62175      Branch: perl
62176            ! ext/Thread/Thread.pm
62177 ____________________________________________________________________________
62178 [  5909] By: gsar                                  on 2000/04/24  03:22:03
62179         Log: mode argument to do_binmode() should be file mode, not boolean
62180      Branch: perl
62181            ! pp_sys.c
62182 ____________________________________________________________________________
62183 [  5908] By: gsar                                  on 2000/04/16  16:51:08
62184         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
62185              always returns a valid GV even when the symbol is trapped by strictures
62186              (avoids coredumps)
62187              
62188              TODO: the C<package;> hack needs similar treatment
62189      Branch: perl
62190            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
62191            ! t/pragma/strict-vars
62192 ____________________________________________________________________________
62193 [  5907] By: jhi                                   on 2000/03/31  23:42:56
62194         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
62195              an assumption which #5905 demolished.
62196      Branch: cfgperl
62197            ! pp_sys.c
62198 ____________________________________________________________________________
62199 [  5906] By: jhi                                   on 2000/03/31  18:54:37
62200         Log: Typo in #5905.
62201      Branch: cfgperl
62202            ! t/op/64bitint.t
62203 ____________________________________________________________________________
62204 [  5905] By: jhi                                   on 2000/03/31  18:50:54
62205         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
62206              reported by Joseph N. Hall.  The bug was that even with use64bitint
62207              one had to use the prefixes q, L, or ll with printf/sprintf,
62208              contrary to the documentation and common sense.
62209      Branch: cfgperl
62210            ! sv.c t/op/64bitint.t
62211 ____________________________________________________________________________
62212 [  5904] By: gsar                                  on 2000/03/28  02:31:32
62213         Log: add Changes, perldelta.pod
62214      Branch: perl
62215            + Changes pod/perldelta.pod
62216 ____________________________________________________________________________
62217 [  5903] By: gsar                                  on 2000/03/28  02:03:55
62218         Log: rename Changes and perldelta.pod
62219      Branch: perl
62220           +> Changes5.6 pod/perl56delta.pod
62221            - Changes pod/perldelta.pod
62222            ! MANIFEST
62223 ____________________________________________________________________________
62224 [  5902] By: gsar                                  on 2000/03/28  01:59:14
62225         Log: create maint-5.6 branch
62226      Branch: maint-5.6/perl
62227           +> (branch 1611 files)
62228 ____________________________________________________________________________
62229 [  5901] By: jhi                                   on 2000/03/23  05:48:43
62230         Log: Integrate with Sarathy.
62231      Branch: cfgperl
62232           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
62233 ____________________________________________________________________________
62234 [  5900] By: gsar                                  on 2000/03/23  05:42:43
62235         Log: three guesses on what this is :-)
62236      Branch: perl
62237            ! Changes